:root{--ink:#173044;--ink-soft:#2c4558;--muted:#5e7180;--bg:#f4f7f9;--bg-warm:#f7f4ee;--surface:#ffffff;--surface-sunken:#eef3f6;--line:#dfe7ec;--line-strong:#c5d2da;--teal:#1a7a70;--teal-soft:#e6f3f1;--navy:#173044;--gold:#b8892d;--gold-soft:#fff6e4;--danger:#8a2f2f;--danger-soft:#f8ecec;--ok:#2f6b4f;--ok-soft:#e8f4ee;--warn:#8a5a12;--warn-soft:#fff4e0;--card:var(--surface);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:40px;--space-8:48px;--space-9:64px;--space-10:80px;--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:999px;--font-display:"Iowan Old Style",Georgia,"Times New Roman",serif;--font-ui:ui-sans-serif,system-ui,"Segoe UI",sans-serif;--shadow-focus:0 0 0 2px var(--surface),0 0 0 4px var(--teal);color-scheme:light}[data-theme=dark]{--ink:#e8eef2;--ink-soft:#c5d2da;--muted:#9aafbc;--bg:#0f1c26;--bg-warm:#14120e;--surface:#173044;--surface-sunken:#122736;--line:#2c4558;--line-strong:#3d5a6c;--teal:#4db8ab;--teal-soft:#163a38;--navy:#c5d2da;--gold:#c9a04a;--gold-soft:#2a2416;--danger:#e08a8a;--danger-soft:#3a2222;--ok:#7dba98;--ok-soft:#1a3328;--warn:#d4a04a;--warn-soft:#332818;--card:var(--surface);--shadow-focus:0 0 0 2px var(--surface),0 0 0 4px var(--teal);color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--font-ui);font-size:16px;line-height:1.5}body{min-height:100vh}body.role-learner{background:var(--bg-warm)}a{color:var(--teal)}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.shell{max-width:960px;margin:0 auto;padding:var(--space-7) var(--space-5) var(--space-9)}.shell-wide{max-width:1280px}.studio{min-height:100vh;display:flex;flex-direction:column}.studio-body{display:flex}.studio-body,.studio-main{flex:1 1;min-width:0}.topbar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-5);background:var(--surface);border-bottom:1px solid var(--line);font-family:var(--font-ui);font-size:.9375rem}.topbar-brand{font-family:var(--font-display);color:var(--ink);text-decoration:none}.topbar-brand,.topbar-title{font-weight:600}.experience-switch{display:flex;gap:var(--space-2)}.experience-switch a{text-decoration:none;padding:6px 10px;border-radius:var(--radius-sm);color:var(--ink-soft)}.experience-switch a.is-current,.experience-switch a[aria-current=page]{background:var(--teal-soft);color:var(--teal)}.rail{width:220px;flex-shrink:0;padding:var(--space-5) var(--space-4);border-right:1px solid var(--line);background:var(--surface)}.rail a{display:block;text-decoration:none;color:var(--ink-soft);padding:8px 10px;border-radius:var(--radius-sm);font-size:.9375rem}.rail a.is-current,.rail a[aria-current=page]{background:var(--teal-soft);color:var(--teal)}.rail-group{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:var(--space-4) 0 var(--space-2)}.rail-group:first-child{margin-top:0}.bottom-nav{display:none}.card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-5)}.card-frame{background:var(--gold-soft);border:1px solid var(--gold);border-radius:var(--radius-lg);padding:var(--space-5)}.kicker{font-family:var(--font-ui);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin:0 0 var(--space-2);font-weight:600}h1,h2,h3{font-family:var(--font-display);font-weight:600;margin:0 0 var(--space-3);color:var(--ink);line-height:1.25}h1{font-size:1.5rem}h1.display{font-size:2rem;line-height:1.2}h2{font-size:1.25rem}.subhead,h3{font-size:1.05rem}label,li,p,td,th{font-family:var(--font-ui);line-height:1.5}.muted{color:var(--muted)}.stack{display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.stack-lg{display:grid;grid-gap:var(--space-6);gap:var(--space-6)}.row{display:flex;gap:var(--space-3);flex-wrap:wrap;align-items:center}label{display:grid;grid-gap:6px;gap:6px;font-size:.9375rem}input,select,textarea{font:inherit;font-size:1rem;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-sunken);color:var(--ink);width:100%}input[type=checkbox],input[type=radio]{width:1.15rem;height:1.15rem;max-width:1.15rem;min-width:1.15rem;padding:0;margin:0;flex:0 0 1.15rem;justify-self:start;align-self:center;accent-color:var(--teal)}label.inline,label:has(>input[type=checkbox]),label:has(>input[type=radio]){display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--space-2);width:-moz-fit-content;width:fit-content;max-width:100%}textarea{min-height:72px}.button,button{font-family:var(--font-ui);font-size:.9375rem;font-weight:500;border:0;border-radius:var(--radius-sm);padding:10px 14px;background:var(--teal);color:white;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:40px}.button:hover,button:hover{text-decoration:none;filter:brightness(.97)}.button-secondary,.button.secondary,button.secondary{background:var(--surface-sunken);color:var(--ink)}.button.ghost,button.ghost{background:transparent;color:var(--teal)}.button.danger,button.danger{background:var(--danger-soft);color:var(--danger)}.error{color:var(--danger)}.error,.nav{font-family:var(--font-ui)}.nav{display:flex;gap:var(--space-4);font-size:.9375rem;margin-bottom:var(--space-5)}.nav a{text-decoration:none}.learner-card{border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-4);background:var(--surface)}.learner-card h2{font-size:1.25rem}.chip,.origin-mark{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-ui);font-size:.8125rem;font-weight:500;border:1px solid var(--line);padding:2px 8px;border-radius:var(--radius-pill);margin-right:6px;background:var(--surface);color:var(--ink-soft)}.chip-ok{background:var(--ok-soft);color:var(--ok)}.chip-ok,.chip-warn{border-color:transparent}.chip-warn{background:var(--warn-soft);color:var(--warn)}.chip-danger{background:var(--danger-soft);color:var(--danger)}.chip-danger,.chip-teal{border-color:transparent}.chip-teal{background:var(--teal-soft);color:var(--teal)}.alert,.notice{font-family:var(--font-ui);border:1px solid var(--line);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);background:var(--gold-soft)}.alert-warn{background:var(--warn-soft);border-color:transparent;color:var(--warn)}.alert-danger{background:var(--danger-soft);color:var(--danger)}.alert-danger,.alert-ok{border-color:transparent}.alert-ok{background:var(--ok-soft);color:var(--ok)}.grid-2{display:grid;grid-gap:var(--space-4);gap:var(--space-4);grid-template-columns:1fr 1fr}.inline{display:flex;align-items:center;gap:var(--space-2)}details summary{cursor:pointer;font-family:var(--font-ui);font-weight:600}.family-cards{display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.guide-nav,.learner-tabs{flex-wrap:wrap}.queue-row,.review-row{justify-content:space-between;align-items:flex-start;padding:var(--space-3) 0;border-bottom:1px solid var(--line)}.card.queue-row,.card.review-row{padding:var(--space-5);border-bottom:1px solid var(--line)}.card.queue-row h2,.card.review-row h2{margin-bottom:var(--space-2)}.card.queue-row .muted:last-child,.card.review-row .muted:last-child{margin-bottom:0}.data-table{width:100%;border-collapse:collapse;font-size:.9375rem}.data-table th{text-align:left;background:var(--surface-sunken);padding:10px 12px;font-weight:600;font-size:.8125rem}.data-table td{padding:10px 12px;border-top:1px solid var(--line)}.facts{display:flex;flex-wrap:wrap;gap:var(--space-5);font-family:var(--font-ui)}.facts strong{display:block;font-size:1.5rem;font-family:var(--font-display)}.steps{display:flex;flex-wrap:wrap;gap:var(--space-3);list-style:none;padding:0;margin:0 0 var(--space-4)}.steps li{font-size:.8125rem;color:var(--muted)}.steps li[data-state=current],.steps li[data-state=done]{color:var(--ink);font-weight:600}.crumbs{font-size:.8125rem;color:var(--muted);margin-bottom:var(--space-4)}.section{margin-top:var(--space-6)}.home-split{display:grid;grid-gap:var(--space-5);gap:var(--space-5)}@media (min-width:720px){.rail-toggle,.studio-guide>.shell-nav,.studio-guide>.switcher-top,.studio-learner>.shell-nav{display:none}}@media (min-width:960px){.home-split{grid-template-columns:3fr 2fr}.admin-top-nav,.studio-parent>.shell-nav{display:none}}body:has([data-role=learner]){background:var(--bg-warm)}@media (min-width:900px){.family-cards{grid-template-columns:1fr 1fr 1fr}}@media (max-width:959px){.rail:not(.rail-md){display:none}.rail.is-open{display:block;position:absolute;z-index:20;min-height:100%}}@media (max-width:719px){.rail.rail-md{display:none}.grid-2{grid-template-columns:1fr}.shell{padding:var(--space-5) var(--space-4) var(--space-10)}.nav{flex-wrap:wrap;gap:10px}.family-cards{grid-template-columns:1fr}.queue-row,.review-row{flex-direction:column;align-items:stretch}.button,button,input:not([type=checkbox]):not([type=radio]),select,textarea{min-height:44px;font-size:16px}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;background:var(--surface);border-top:1px solid var(--line);justify-content:space-around;padding:6px 4px env(safe-area-inset-bottom);z-index:30}.bottom-nav a{flex:1 1;text-align:center;text-decoration:none;color:var(--ink-soft);font-size:.75rem;padding:8px 4px;min-height:44px}.bottom-nav a[aria-current=page]{color:var(--teal);font-weight:600}.studio-has-tabs .shell{padding-bottom:96px}.studio-has-tabs>.shell-nav{display:none}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.studio-coach-chat{height:100dvh;overflow:hidden}.studio-coach-chat .studio-body,.studio-coach-chat .studio-main{min-height:0;flex:1 1}.studio-coach-chat .studio-main{display:flex;flex-direction:column}.coach-chat{flex:1 1;min-height:0;display:flex;flex-direction:column;width:min(760px,100%);margin:0 auto}.coach-chat-header{flex-shrink:0;padding:var(--space-4) var(--space-4) var(--space-3);border-bottom:1px solid var(--line);background:var(--surface)}.coach-chat-header h1{font-size:1.25rem;margin-bottom:var(--space-1)}.coach-chat-header-row{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-3)}.coach-chat-header-row h1{margin:0}.coach-chat-header-row a{font-size:.875rem}.coach-chat-context{margin:0 0 var(--space-3);color:var(--ink-soft);font-size:.9375rem}.coach-chat-note{margin-top:var(--space-2);color:var(--muted);font-size:.8125rem}.coach-chat-note summary{cursor:pointer;color:var(--teal)}.coach-chat-note p{margin:var(--space-2) 0 0}.coach-mode-fieldset{border:0;padding:0;margin:0}.coach-mode-fieldset legend{font-size:.9375rem;margin-bottom:6px}.coach-mode-chips{display:flex;flex-wrap:wrap;gap:var(--space-2)}.coach-mode-choice{display:inline-flex;margin:0}.coach-mode-choice input{position:absolute;opacity:0;pointer-events:none}.coach-mode-hint{margin:var(--space-2) 0 0;font-size:.8125rem}a.coach-mode-chip{text-decoration:none}.coach-mode-chip{display:inline-flex;align-items:center;min-height:36px;padding:6px 12px;border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--surface-sunken);color:var(--ink-soft);font:inherit;font-size:.875rem;width:auto;cursor:pointer}button.coach-mode-chip{min-height:36px}.coach-mode-chip.is-current,.coach-mode-choice input:checked+.coach-mode-chip{background:var(--teal-soft);border-color:var(--teal);color:var(--teal);font-weight:600}.coach-mode-choice input:focus-visible+.coach-mode-chip{outline:2px solid var(--teal);outline-offset:2px}.coach-chat-transcript{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:var(--space-5) var(--space-4)}.coach-chat-empty,.coach-turn{max-width:40rem}.coach-turn{margin-bottom:var(--space-5)}.coach-turn-learner{margin-left:auto;text-align:right}.coach-turn-who{font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0 0 var(--space-1);font-weight:600}.coach-turn-text{display:inline-block;text-align:left;margin:0;padding:10px 14px;border-radius:var(--radius-md);background:var(--teal-soft);color:var(--ink);max-width:100%;overflow-wrap:anywhere}.coach-turn-assistant .coach-md,.coach-turn-assistant .coach-thinking{color:var(--ink)}.coach-thinking{display:flex;align-items:center;gap:var(--space-2);margin:0;color:var(--muted)}.coach-thinking-dots,.coach-thinking-dots:after,.coach-thinking-dots:before{width:6px;height:6px;border-radius:50%;background:var(--teal);display:inline-block}.coach-thinking-dots{position:relative;margin-right:14px;animation:coach-pulse 1s ease-in-out infinite}.coach-thinking-dots:after,.coach-thinking-dots:before{content:"";position:absolute;top:0}.coach-thinking-dots:before{left:-10px;animation:coach-pulse 1s ease-in-out .15s infinite}.coach-thinking-dots:after{left:10px;animation:coach-pulse 1s ease-in-out .3s infinite}@keyframes coach-pulse{0%,80%,to{opacity:.35}40%{opacity:1}}.coach-try-again{max-width:40rem;margin:calc(var(--space-3) * -1) 0 var(--space-5)}.coach-chat-composer{flex-shrink:0;display:grid;grid-template-columns:1fr auto;grid-gap:var(--space-2) var(--space-3);gap:var(--space-2) var(--space-3);align-items:end;padding:var(--space-3) var(--space-4);padding-bottom:calc(var(--space-3) + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--surface)}.coach-composer-field{grid-column:1;margin:0}.coach-chat-composer textarea{resize:none;min-height:44px;max-height:160px;width:100%}.coach-chat-composer button{grid-column:2;width:auto;min-width:72px}.coach-evidence-link{grid-column:1/-1;font-size:.8125rem}.coach-md{overflow-x:auto;overflow-wrap:anywhere}.coach-md>:first-child{margin-top:0}.coach-md>:last-child{margin-bottom:0}.coach-md li,.coach-md p{overflow-wrap:anywhere}.coach-md ol,.coach-md ul{padding-left:1.25rem}.coach-md table{width:100%;border-collapse:collapse;font-size:.9375rem}.coach-md td,.coach-md th{border:1px solid var(--line);padding:6px 8px;text-align:left}.coach-md code,.coach-md pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem}.coach-md pre{overflow-x:auto;background:var(--surface-sunken);border:1px solid var(--line);border-radius:var(--radius-sm);padding:var(--space-3)}.coach-md .katex{color:inherit}.coach-md .katex-display{overflow-x:auto;overflow-y:hidden;padding:4px 0;margin:var(--space-3) 0}@media (max-width:719px){.studio-coach-chat .studio-body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.coach-chat-composer{padding-bottom:calc(var(--space-3) + env(safe-area-inset-bottom))}.coach-chat-composer button,.coach-mode-chip,button.coach-mode-chip{min-height:44px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.assistant-launch{position:fixed;right:var(--space-4);bottom:calc(72px + env(safe-area-inset-bottom));z-index:40;min-height:44px;border-radius:var(--radius-pill);background:var(--teal);color:#fff;border:0;padding:0 16px;font:inherit;font-weight:600}.assistant-backdrop{position:fixed;inset:0;z-index:50;background:color-mix(in srgb,var(--ink) 28%,transparent)}.assistant-drawer{position:absolute;top:0;right:0;width:min(400px,100%);height:100%;background:var(--surface);color:var(--ink);border-left:1px solid var(--line);display:flex;flex-direction:column;padding:var(--space-4);gap:var(--space-3)}.assistant-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3)}.assistant-drawer-head h2{margin:0;font-family:var(--font-display);font-size:1.25rem}.assistant-transcript{flex:1 1;overflow:auto;display:flex;flex-direction:column;gap:var(--space-3)}.assistant-bubble{background:var(--surface-sunken);border-radius:var(--radius-md);padding:var(--space-3)}.assistant-bubble.user{background:var(--teal-soft);align-self:flex-end;max-width:92%}.assistant-preview{display:flex;flex-direction:column;gap:var(--space-3)}.assistant-suggestions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.assistant-chip{min-height:44px}.assistant-composer{display:flex;gap:var(--space-2);align-items:flex-end}.assistant-composer textarea{flex:1 1;min-height:44px;resize:vertical}.assistant-error{color:var(--danger)}@media (min-width:720px){.assistant-launch{top:12px;bottom:auto;right:168px}}.help-nav{min-height:44px;display:inline-flex;align-items:center;padding:0 var(--space-3)}.help-link{background:none;border:0;color:var(--teal);font:inherit;text-decoration:underline;min-height:44px;padding:0;cursor:pointer}.help-layout{display:grid;grid-gap:var(--space-5);gap:var(--space-5)}.help-rail{display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.help-rail a{min-height:44px;display:inline-flex;align-items:center}.help-article{max-width:42rem}.help-steps{margin:0;padding-left:1.25rem;display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.help-results{list-style:none;padding:0;margin:0;display:grid;grid-gap:var(--space-3);gap:var(--space-3)}.help-search-label{flex:1 1}.help-backdrop{position:fixed;inset:0;background:rgba(23,48,68,.28);z-index:40;display:flex;justify-content:flex-end}.help-drawer{width:min(400px,100%);height:100%;background:var(--surface);border-left:1px solid var(--line);padding:var(--space-5);overflow:auto;display:flex;flex-direction:column;gap:var(--space-4)}.help-drawer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-3)}.tour-card{position:fixed;z-index:30;left:var(--space-4);right:var(--space-4);bottom:calc(var(--space-5) + 56px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:0 8px 24px rgba(23,48,68,.12);max-width:420px}@media (min-width:960px){.help-layout{grid-template-columns:240px 1fr;align-items:start}.tour-card{left:auto;right:var(--space-6);bottom:var(--space-6)}}