:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#172033;background:#f5f7fa;--surface:#fff;--line:#dce2ea;--muted:#647084;--primary:#2457a7;--radius:14px;--space:1rem}*{box-sizing:border-box}body{margin:0;background:#f5f7fa}a{color:#174f9b;text-underline-offset:3px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid #f0a23b;outline-offset:2px}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;padding:.72rem;border:1px solid #aeb8c7;border-radius:8px;background:#fff}textarea{min-height:7rem}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr)}.admin-nav,.student-sidebar{background:#152846;color:#fff;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;height:100vh}.admin-nav nav,.student-sidebar nav{display:flex;min-width:0;flex-direction:column;gap:.35rem}.admin-nav a,.mobile-nav a,.student-sidebar a{display:block;width:100%;min-width:0;color:#fff;text-decoration:none;padding:.65rem .75rem;border-radius:8px;overflow-wrap:anywhere;transition:background-color .15s ease,color .15s ease}.admin-nav a:hover,.mobile-nav a:hover,.student-sidebar a:hover{background:#ffffff14}.admin-nav a.nav-active,.admin-nav a.nav-active:hover,.mobile-nav a.nav-active,.mobile-nav a.nav-active:hover,.student-sidebar a.nav-active,.student-sidebar a.nav-active:hover{background:#ffffff26;color:#fff;font-weight:750;box-shadow:inset 3px 0 #f0a23baa}.brand{font-size:1.15rem;font-weight:800;margin-bottom:1.4rem}.mobile-nav{display:none}.app-content{min-width:0}.admin,.page,.practice-shell{max-width:1180px;margin:auto;padding:clamp(1rem,3vw,2.5rem)}.page-header{margin-bottom:1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:#315d96;font-size:.78rem}.card,.panel,.practice-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1rem,2.5vw,1.5rem);box-shadow:0 4px 16px #1720330a}.hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;border-left:5px solid var(--primary)}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin:1rem 0 2rem}.actions,.row,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.metric{font-size:2rem;font-weight:800;margin:.5rem 0}.button,.primary{display:inline-block;border:0;border-radius:9px;background:var(--primary);color:#fff;text-decoration:none;font-weight:750;padding:.78rem 1.05rem}.primary:disabled{opacity:.55;cursor:wait}.empty{padding:1.5rem;border:1px dashed #aeb8c7;border-radius:var(--radius);background:#fff}.badge,.status{display:inline-flex;gap:.4rem;align-items:center;padding:.25rem .6rem;border-radius:999px;background:#edf1f6;font-size:.82rem;font-weight:750}.status-due,.status-needs_work,.status-not_ready{background:#fff1d5}.status-completed,.status-exam_ready,.status-mastered,.status-strong{background:#dff5e8}.status-active,.status-building,.status-developing,.status-in_progress{background:#e2efff}.form-stack{display:grid;grid-gap:1rem;gap:1rem}.form-stack label,label{display:grid;grid-gap:.4rem;gap:.4rem;font-weight:650}.check{display:flex;align-items:center}.check input{width:auto}.narrow{max-width:640px;margin:5vh auto;padding:1rem}.landing{min-height:100vh;display:grid;place-items:center;padding:2rem}.landing section{max-width:650px}.landing h1{font-size:clamp(2.5rem,8vw,5rem);margin:.2rem 0}.muted{color:var(--muted)}.announcement{padding:.75rem 1rem;background:#fff5ce;border-bottom:1px solid #ddc36a}.success{padding:.75rem;background:#dff5e8;border-radius:8px}.validation-error{padding:.75rem 1rem;border:1px solid #b42318;background:#fee4e2;color:#7a271a;border-radius:8px}.practice-shell{max-width:850px}.practice-card{margin:1rem 0}.history,.list,.practice-form{display:grid;grid-gap:1rem;gap:1rem}.progress{font-weight:750}.choice{display:flex;gap:.8rem;padding:1rem;margin:.65rem 0;border:2px solid var(--line);border-radius:10px;cursor:pointer}.choice input{width:1.2rem}.choice.selected{border-color:var(--primary);background:#edf5ff}.feedback{border-top:1px solid var(--line);margin-top:1.5rem;padding-top:1rem}fieldset{border:0;padding:0}table{width:100%;border-collapse:collapse;background:#fff}td,th{padding:.75rem;border-bottom:1px solid var(--line);text-align:left}.admin-shell{display:grid;grid-template-columns:260px minmax(0,1fr)}.admin-nav h1{font-size:1.15rem}.admin-nav h2{font-size:.75rem;text-transform:uppercase;color:#b9c8dd;margin:1.25rem .75rem .25rem}form.grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));grid-gap:1rem;gap:1rem;background:white;padding:1.25rem}.wide{grid-column:1/-1}.toolbar{display:flex;gap:.6rem;align-items:flex-end}.badge-active,.badge-approved,.badge-gold,.badge-verified{background:#dff5e8}.badge-draft,.badge-needs_changes,.badge-revalidation_required{background:#fff1d5}.badge-superseded{background:#ffe2e2}.admin>section>h1,.page-header h1,.practice-shell>h1{margin-top:0;margin-bottom:.5rem;font-size:clamp(1.7rem,3vw,2.25rem)}.advanced-panel{margin:1.5rem 0;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:1rem}.advanced-panel>summary{cursor:pointer;font-size:1.05rem;font-weight:800}.advanced-panel[open]>summary{margin-bottom:1rem}@media(max-width:760px){.admin-shell,.app-shell{display:block}.admin-nav,.student-sidebar{display:none}.mobile-nav{display:block;background:#152846;color:#fff;padding:.8rem 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:5}.mobile-nav summary{cursor:pointer;font-weight:750}.mobile-nav nav{display:grid;grid-template-columns:1fr;grid-gap:.35rem;gap:.35rem;padding-top:.75rem}.mobile-nav a{padding:.55rem}.cards,form.grid{grid-template-columns:1fr}.hero,.row,.section-heading{align-items:flex-start;flex-direction:column}.wide{grid-column:auto}.page,.practice-shell{padding:1rem}table{display:block;overflow-x:auto}}