*{box-sizing:border-box}:root{--app-bg:#f5f7fb;--app-fg:#1f2937;--card-bg:#fff;--border:#e6ebf2;--primary:#0f766e;--primary-600:#0b645d;--muted:#6b7280}: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:1100px;margin:0 auto;padding:1rem}.header{border:1px solid var(--border);background:#fff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.9rem;padding:.65rem .75rem;display:flex;box-shadow:0 4px 14px #0f172a0d}.header h2{margin:0;font-size:1.05rem;font-weight:700}.header nav{flex-wrap:wrap;gap:.45rem;display:flex}.header a{color:#0f172a;border:1px solid #0000;border-radius:10px;padding:.45rem .75rem;font-weight:600;text-decoration:none}.header a:hover{border-color:var(--border);background:#f8fafc}.header a.activeNav{color:var(--primary-600);background:#ecfeff;border-color:#99f6e4}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;gap:.75rem;padding:1rem 1.1rem;display:grid;box-shadow:0 6px 20px #0f172a0d}.pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.pageHeader h3{margin:0}.pageHeader p{color:var(--muted);margin:.3rem 0 0;font-size:.93rem}.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{background:var(--primary);color:#fff;cursor:pointer;border-color:#0000}button:hover{background:var(--primary-600)}.primaryLink,.secondaryLink{border-radius:8px;padding:.6rem .9rem;font-weight:600;text-decoration:none}.primaryLink{background:var(--primary);color:#fff}.secondaryLink{border:1px solid var(--border);color:#0f172a;background:#fff}.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{border:1px solid var(--border);background:#f8fafc;border-radius:12px;padding:.85rem}.kpiCard p{color:var(--muted);margin:0 0 .4rem;font-size:.9rem}.kpiCard strong{font-size:1.4rem}.quickActions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.85rem;display:flex}.statusBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.82rem;font-weight:700;display:inline-flex}.status-draft{color:#9a3412;background:#fff7ed}.status-published{color:#065f46;background:#ecfdf5}.status-archived{color:#374151;background:#f3f4f6}.emptyState{border:1px dashed #cbd5e1;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{border-bottom:1px solid var(--border);text-align:start;vertical-align:top;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{color:#334155;background:#f8fafc;font-weight:700}.qTitle{font-weight:600}.qOptions{color:var(--muted);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:#0f172a;border-color:var(--border);background:#fff}.actionBtnPrimary{background:var(--primary);color:#fff}.actionBtnPrimary:disabled{opacity:.6;cursor:not-allowed}.actionBtnDanger{color:#b91c1c;background:#fff5f5;border-color:#fca5a5}.dangerBtn{background:#dc2626}.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:#0f172a;border:1px solid #1e293b;border-radius:8px;padding:.75rem;overflow-x:auto}.error{color:#dc2626}
