*{box-sizing:border-box}:root{--app-bg:#f3f4f6;--app-fg:#111827;--card-bg:#fff;--border:#e5e7eb}:root[data-theme=dark]{--app-bg:#0b1220;--app-fg:#f3f4f6;--card-bg:#111827;--border:#1f2937}body{background:var(--app-bg);color:var(--app-fg);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}.container{max-width:980px;margin:0 auto;padding:.85rem}.header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.header nav{flex-wrap:wrap;gap:.75rem;display:flex}.header a{color:#2563eb;font-weight:600;text-decoration:none}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;gap:.75rem;padding:1rem;display:grid}.row{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}input,textarea,select,button{font:inherit;border:1px solid #d1d5db;border-radius:8px;padding:.6rem}button{color:#fff;cursor:pointer;background:#111827}.primaryLink,.secondaryLink{border-radius:8px;padding:.6rem .9rem;font-weight:600;text-decoration:none}.primaryLink{color:#fff;background:#111827}.secondaryLink{color:#111827;border:1px solid #d1d5db}.dashboardHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.quizSelectRow{gap:.4rem;max-width:320px;display:grid}.kpiGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;display:grid}.kpiCard{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.85rem}.kpiCard p{color:#6b7280;margin:0 0 .4rem;font-size:.9rem}.kpiCard strong{font-size:1.4rem}.quickActions{border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.85rem;display:flex}.emptyState{border:1px dashed #d1d5db;border-radius:10px;gap:.5rem;padding:1rem;display:grid}.errorBox{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;display:flex}.questionFormGrid{gap:.5rem;display:grid}.checkboxRow{align-items:center;gap:.5rem;font-weight:600;display:flex}.checkboxRow input[type=checkbox]{width:16px;height:16px;padding:0}.tableWrap{width:100%;overflow-x:auto}.questionsTable{border-collapse:collapse;width:100%;font-size:.95rem}.questionsTable th,.questionsTable td{text-align:start;vertical-align:top;border-bottom:1px solid #e5e7eb;padding:.65rem .5rem}.quizzesTable td a{color:#2563eb;font-weight:600;text-decoration:none}.quizzesTable td a:hover{text-decoration:underline}.quizzesTable td a.actionBtn,.quizzesTable td a.actionBtn:hover{color:inherit;text-decoration:none}.questionsTable th{background:#f9fafb;font-weight:700}.qTitle{font-weight:600}.qOptions{color:#6b7280;margin-top:.2rem;font-size:.86rem}.quizActionsInline{flex-wrap:wrap;gap:.45rem;display:flex}.actionBtn{text-align:center;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.35rem .6rem;font-size:.86rem;font-weight:600;text-decoration:none;display:inline-flex}.actionBtnLight{color:#111827;background:#fff;border-color:#d1d5db}.actionBtnPrimary{color:#fff;background:#111827}.actionBtnPrimary:disabled{opacity:.6;cursor:not-allowed}.actionBtnDanger{color:#b91c1c;background:#fff5f5;border-color:#fca5a5}.dangerBtn{background:#b91c1c}.secondaryBtn{color:#111827;background:#fff;border:1px dashed #9ca3af}.fieldHint{color:#6b7280;margin:0;font-size:.88rem}.optionsBuilder{gap:.5rem;display:grid}.optionRow{grid-template-columns:36px 1fr auto;align-items:center;gap:.5rem;display:grid}.optionIndex{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:600;display:inline-flex}pre{color:#e5e7eb;background:#111827;border-radius:8px;padding:.75rem;overflow-x:auto}.error{color:#dc2626}
