:root{color-scheme:light dark;--bg: #fbfaf8;--surface: #ffffff;--ink: #16150f;--ink-soft: #55524a;--ink-faint: #8a867c;--line: #e2ded4;--accent: #1f4b3f;--accent-soft: #e8f0ec;--wrong: #8c2f24;--wrong-soft: #f9ebe9;--font-read: Georgia, "Iowan Old Style", "Palatino Linotype", serif;--font-ui: "Söhne", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--text-xs: .85rem;--text-sm: .9rem;--text-base: 1rem;--text-lg: 1.2rem;--text-xl: 1.35rem;--text-2xl: 2rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--radius: 3px;--radius-pill: 999px;--tap: 44px;--measure: 42rem;--motion-fast: 90ms;--motion: .14s}@media (prefers-color-scheme: dark){:root{--bg: #14140f;--surface: #1c1c16;--ink: #f0ede4;--ink-soft: #a8a49a;--ink-faint: #726e64;--line: #33322a;--accent: #7fbfa4;--accent-soft: #1e2c26;--wrong: #e08b80;--wrong-soft: #2e1e1c}}@media (prefers-reduced-motion: reduce){:root{--motion-fast: 0ms;--motion: 0ms}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-ui);font-size:17px;line-height:1.5;-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button{font:inherit;color:inherit}code,kbd,samp{font-family:var(--font-mono);font-size:.95em}.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}.app-shell,.gate-screen{max-width:var(--measure);margin:0 auto;padding:var(--space-5) var(--space-4) calc(var(--space-7) + env(safe-area-inset-bottom,0px))}.app-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;margin-bottom:var(--space-6)}.brand{display:inline-flex;align-items:center;gap:var(--space-2);min-height:var(--tap);text-decoration:none;color:var(--ink)}.brand .logo{display:block;flex:none}.brand-name{font-family:var(--font-read);font-size:var(--text-lg);letter-spacing:-.01em}.brand-name b{font-weight:400;color:var(--accent)}.app-main{display:block}.app-footer{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-5);margin-top:var(--space-7);padding-top:var(--space-4);border-top:1px solid var(--line);font-size:var(--text-sm)}.app-footer a{color:var(--ink-soft);text-decoration:none;min-height:var(--tap);display:inline-flex;align-items:center}.app-footer a:hover{color:var(--ink);text-decoration:underline}.app-credit{margin-left:auto;flex:1 1 100%;display:flex;align-items:center;min-height:var(--tap);color:var(--ink-soft);font-size:var(--text-sm)}.app-credit a{min-height:0;padding:var(--space-2) 0;color:inherit;text-decoration:underline}@media (min-width: 34rem){.app-credit{flex:0 1 auto}}.skip-link{position:absolute;left:-9999px;top:0;background:var(--surface);color:var(--ink);padding:var(--space-3) var(--space-4);border:1px solid var(--line);border-radius:var(--radius);z-index:20}.skip-link:focus{left:var(--space-4);top:var(--space-4)}.lede{font-family:var(--font-read);font-size:var(--text-xl);font-weight:400;line-height:1.3;margin:0 0 var(--space-2)}.lede-sub{color:var(--ink-soft);margin:0 0 var(--space-5)}.section-title{font-size:var(--text-base);font-weight:600;margin:var(--space-6) 0 var(--space-3)}.note{font-size:var(--text-sm);color:var(--ink-faint);margin-top:var(--space-5)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--tap);padding:var(--space-3) var(--space-5);border-radius:var(--radius);border:1px solid transparent;font:inherit;font-family:var(--font-ui);text-decoration:none;cursor:pointer;transition:background-color var(--motion-fast) linear,border-color var(--motion-fast) linear}.btn-primary{background:var(--accent);color:var(--bg)}.btn-secondary{background:none;color:var(--ink);border-color:var(--line)}.btn-secondary:hover{border-color:var(--ink-faint)}.btn[disabled],.btn[aria-disabled=true]{opacity:.4;cursor:not-allowed}.btn-full{width:100%}.action-row{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-5)}@media (max-width: 30rem){.action-row{flex-direction:column;align-items:stretch}.action-row>.btn{width:100%}}.exam-switcher-list{list-style:none;display:flex;gap:var(--space-2);margin:0;padding:0;overflow-x:auto;scrollbar-width:none}.exam-switcher-list::-webkit-scrollbar{display:none}.exam-tab{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-height:var(--tap);padding:var(--space-2) var(--space-3);background:none;border:1px solid transparent;border-radius:var(--radius);font:inherit;font-size:var(--text-sm);color:var(--ink-faint);white-space:nowrap;cursor:pointer}.exam-tab:hover{color:var(--ink)}.exam-tab-active{color:var(--ink);border-color:var(--line);background:var(--surface)}.exam-tab-title{font-size:var(--text-base)}.exam-tab-summary{font-size:var(--text-xs);color:var(--ink-faint)}.bar-row{display:grid;grid-template-columns:1fr 5rem auto;grid-template-areas:"label track figure" "detail detail detail";align-items:center;gap:var(--space-2) var(--space-3);width:100%;min-height:var(--tap);padding:var(--space-2) 0;border:none;background:none;text-align:left;font:inherit;color:inherit}.bar-row-button{cursor:pointer}.bar-row-button:hover .bar-label{text-decoration:underline}.bar-label{grid-area:label;font-size:var(--text-sm)}.bar-track{grid-area:track;height:5px;border-radius:var(--radius-pill);background:var(--line);overflow:hidden}.bar-track-unassessed{background:none;height:0;border-top:1px dashed var(--line);border-radius:0}.bar-fill{display:block;height:100%;background:var(--accent)}.bar-figure{grid-area:figure;font-size:var(--text-sm);color:var(--ink-soft);text-align:right;min-width:3.5rem}.bar-figure-unassessed{color:var(--ink-faint)}.bar-detail{grid-area:detail;font-size:var(--text-xs);color:var(--ink-faint)}.notice{border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-5);background:var(--surface)}.notice-strong{border-color:var(--wrong)}.notice-title{margin:0 0 var(--space-2);font-weight:600;font-size:var(--text-base)}.notice-body{margin:0;color:var(--ink-soft);font-size:var(--text-sm)}.notice-links{display:flex;flex-wrap:wrap;gap:var(--space-3);margin:var(--space-3) 0 0}.skeleton{background:var(--line);border-radius:var(--radius);opacity:.6}.skeleton-lede{height:var(--text-xl);width:80%;margin-bottom:var(--space-3)}.skeleton-sub{height:var(--text-base);width:55%;margin-bottom:var(--space-5)}.skeleton-action{height:var(--tap);width:12rem}.empty-state{padding:var(--space-5) 0}.sheet-inline{margin-top:var(--space-5)}.sheet-inline .sheet-panel{border-top:1px solid var(--line);padding-top:var(--space-4)}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;justify-content:flex-end}.sheet-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ink);opacity:.25}.sheet-overlay .sheet-panel{position:relative;background:var(--surface);border-top:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0;padding:var(--space-4) var(--space-4) calc(var(--space-4) + env(safe-area-inset-bottom,0px));max-height:70vh;overflow-y:auto;animation:sheet-rise var(--motion) ease-out}@keyframes sheet-rise{0%{transform:translateY(8px)}to{transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.sheet-overlay .sheet-panel{animation:none}}.sheet-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-3)}.sheet-title{font-family:var(--font-read);font-size:var(--text-lg);font-weight:400;margin:0}.sheet-close{background:none;border:none;color:var(--ink-faint);font:inherit;font-size:var(--text-sm);cursor:pointer;min-height:var(--tap);padding:0 var(--space-2)}.sheet-close:hover{color:var(--ink)}.sheet-body p{color:var(--ink-soft);margin:0 0 var(--space-3)}.sheet-footer{margin-top:var(--space-4);display:flex;gap:var(--space-3);justify-content:flex-end}@media (max-width: 30rem){.sheet-footer>.btn{width:100%}}@media (min-width: 48rem){.app-shell,.gate-screen{padding-top:var(--space-7)}}
