@import"https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,500&family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:light dark;--font-display: "Newsreader", Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--bg: #f7f5f0;--surface: #ffffff;--ink: #1c2333;--muted: #5b6472;--border: #e4e0d6;--primary: #1e3a5f;--primary-contrast: #ffffff;--accent: #9c7a2e;--strong: #2f7a4f;--strong-bg: #e7f3ec;--getting-there: #3d6fb4;--getting-there-bg: #e8eff9;--needs-practice: #a85d1f;--needs-practice-bg: #faede0;--not-started: #6b7280;--not-started-bg: #eef0f2;--correct: #1b7a3d;--incorrect: #b3261e;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--shadow-card: 0 1px 2px rgba(28, 35, 51, .04), 0 6px 20px rgba(28, 35, 51, .06)}@media (prefers-color-scheme: dark){:root{--bg: #14181f;--surface: #1c212b;--ink: #edeff3;--muted: #9aa3b2;--border: #2b313d;--primary: #7fa6d6;--primary-contrast: #0c1420;--accent: #d8b969;--strong: #6fce9a;--strong-bg: #17281f;--getting-there: #8ab4e8;--getting-there-bg: #182233;--needs-practice: #e0a25f;--needs-practice-bg: #2c2013;--not-started: #9aa3b2;--not-started-bg: #232732;--correct: #4fbf74;--incorrect: #ef5b52;--shadow-card: 0 1px 2px rgba(0, 0, 0, .3), 0 6px 20px rgba(0, 0, 0, .35)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);color:var(--ink);font-weight:600;margin:0}.app-shell{max-width:640px;margin:0 auto;padding:0 1rem 3rem}.nav{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;border-bottom:1px solid var(--border);margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.nav__brand{font-family:var(--font-display);font-weight:600;font-size:1.15rem;letter-spacing:.01em}.nav__links{display:flex;gap:.5rem}.nav__link{background:none;border:1px solid var(--border);border-radius:999px;padding:.45rem .9rem;cursor:pointer;color:var(--ink);font-family:var(--font-body);font-size:.9rem;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.nav__link:hover:not(:disabled){border-color:var(--primary)}.nav__link--active{border-color:var(--primary);background:var(--primary);color:var(--primary-contrast);font-weight:600}.nav__link:disabled{opacity:.45;cursor:not-allowed}.primary-button{background:var(--primary);color:var(--primary-contrast);border:none;border-radius:var(--radius-sm);padding:.8rem 1.4rem;font-family:var(--font-body);font-weight:600;font-size:1rem;cursor:pointer;min-height:44px;transition:transform .15s ease,opacity .15s ease}.primary-button:hover:not(:disabled){opacity:.92}.primary-button:active:not(:disabled){transform:scale(.98)}.primary-button:disabled{opacity:.5;cursor:not-allowed}.subject-picker{border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;margin-bottom:1rem;background:var(--surface)}.subject-option{display:block;padding:.5rem 0;min-height:44px;display:flex;align-items:center;gap:.5rem}.subject-option__count{color:var(--muted)}.sst-picker{margin-top:.75rem}.sst-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.6rem}.sst-tile{display:flex;align-items:center;gap:.5rem;padding:.75rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;min-height:44px;background:var(--bg);transition:border-color .15s ease,background .15s ease}.sst-tile:has(input:checked){border-color:var(--accent);background:var(--surface)}.sst-tile__name{font-weight:600}.sst-tile__count{color:var(--muted);font-size:.85rem}.tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.6rem;margin-bottom:1rem}.tile{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;min-height:44px;background:var(--surface);font-family:var(--font-body);font-size:1rem;color:var(--ink);transition:border-color .15s ease,background .15s ease}.tile:hover:not(:disabled){border-color:var(--accent)}.tile:disabled{opacity:.5;cursor:not-allowed}.tile--mixed,.tile__name{font-weight:600}.tile__count{color:var(--muted);font-size:.85rem}.chapter-chooser{display:flex;flex-direction:column;gap:.4rem}.back-link{align-self:flex-start;background:none;border:none;color:var(--primary);font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;padding:.4rem 0;min-height:44px}.chapter-group{margin-top:.75rem}.chapter-group__heading{font-family:var(--font-body);font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:1rem 0 .4rem}.chapter-list{list-style:none;padding:0;margin:.5rem 0;display:flex;flex-direction:column;gap:.5rem}.chooser-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;min-height:44px;font-family:var(--font-body);font-size:.98rem;color:var(--ink);text-align:left;transition:border-color .15s ease,background .15s ease}.chooser-row:hover:not(:disabled){border-color:var(--accent)}.chooser-row:disabled{opacity:.5;cursor:not-allowed}.chooser-row--whole{background:var(--bg);border-color:var(--primary);font-weight:600}.chooser-row__name{font-weight:600}.chooser-row__count{color:var(--muted);font-size:.85rem;font-weight:400}.scope-banner{color:var(--accent);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin:0 0 .35rem}.session-topbar{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.35rem}.session-topbar .scope-banner{margin:0}.end-test-button{background:none;border:none;color:var(--muted);font-family:var(--font-body);font-size:.85rem;font-weight:600;cursor:pointer;padding:.4rem .5rem;margin:-.4rem -.5rem -.4rem auto;min-height:44px;white-space:nowrap;transition:color .15s ease}.end-test-button:hover:not(:disabled){color:var(--incorrect)}.end-test-button:disabled{opacity:.5;cursor:not-allowed}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;padding:1rem;z-index:100}@media (min-width: 480px){.sheet-overlay{align-items:center}}.sheet{width:100%;max-width:420px;background:var(--surface);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-card)}.sheet__message{margin:0 0 1.25rem;font-size:1.05rem;line-height:1.5;color:var(--ink)}.sheet__actions{display:flex;flex-direction:column;gap:.5rem}.sheet__secondary-button{background:none;border:none;color:var(--muted);font-family:var(--font-body);font-weight:600;font-size:.95rem;cursor:pointer;min-height:44px;padding:.4rem}.sheet__secondary-button:hover{color:var(--incorrect)}.progress{color:var(--muted);font-size:.9rem}.stem{margin-top:.25rem;font-size:1.1rem}.options{list-style:none;padding:0;margin:1rem 0;display:flex;flex-direction:column;gap:.6rem}.option{width:100%;text-align:left;padding:.85rem 1rem;border:2px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--ink);cursor:pointer;display:flex;gap:.6rem;min-height:44px;transition:border-color .15s ease}.option__label{font-weight:700}.option--correct{border-color:var(--correct);border-style:solid}.option--incorrect{border-color:var(--incorrect);border-style:dashed}.option:disabled{cursor:default}.feedback{margin-top:1rem;padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface)}.feedback__headline--correct{color:var(--correct);font-weight:700}.feedback__headline--incorrect{color:var(--incorrect);font-weight:700}.feedback__explanation{color:inherit}.progress__marks{color:var(--accent);font-weight:600}.typed-answer{margin:1rem 0;display:flex;flex-direction:column;gap:.6rem}.typed-answer--waiting{min-height:120px;justify-content:center}.typed-answer__label{font-weight:600;font-size:.95rem}.typed-answer__input{width:100%;box-sizing:border-box;padding:.85rem 1rem;border:2px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--ink);font-family:var(--font-body);font-size:1rem;line-height:1.55;resize:vertical}.typed-answer__input:focus{outline:none;border-color:var(--primary)}.feedback--graded .primary-button,.feedback--pending .primary-button{margin-top:.9rem}.feedback__headline--pending{color:var(--muted);font-weight:700}.criteria{list-style:none;padding:0;margin:.8rem 0 0;display:flex;flex-direction:column;gap:.5rem}.criterion{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .75rem;border:1px solid var(--border);border-left-width:4px;border-radius:var(--radius-sm);background:var(--bg)}.criterion__mark{font-weight:700;line-height:1.5}.criterion__body{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.criterion__name{font-weight:600}.criterion__note{color:var(--muted);font-size:.9rem}.criterion__score{font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.criterion--full{border-left-color:var(--correct)}.criterion--full .criterion__mark{color:var(--correct)}.criterion--partial{border-left-color:var(--needs-practice)}.criterion--partial .criterion__mark{color:var(--needs-practice)}.criterion--none{border-left-color:var(--incorrect)}.criterion--none .criterion__mark{color:var(--incorrect)}.feedback__gap{margin-top:.9rem}.feedback__gap-label{font-weight:600}.model-answer{margin-top:.9rem;border-top:1px solid var(--border);padding-top:.7rem}.model-answer__summary{cursor:pointer;font-weight:600;color:var(--primary);min-height:44px;display:flex;align-items:center}.model-answer__body{margin:.4rem 0 0;color:inherit;line-height:1.6}.summary-screen h1{font-size:2.2rem}.summary-subtitle{color:var(--muted);font-size:1.05rem}.summary-block{margin-top:1.5rem}.summary-block h2{font-size:1.1rem;margin-bottom:.5rem}.summary-block ul{padding-left:1.1rem;margin:0}.summary-block li{padding:.2rem 0}.muted{color:var(--muted);font-size:.85em}.notice{color:var(--muted)}.error-panel,.error-text{color:var(--incorrect)}.env-error{max-width:640px;margin:3rem auto;padding:1rem}.spinner{padding:2rem 0;color:var(--muted);text-align:center}@keyframes report-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.report-card{animation:report-fade-in .32s ease-out}.report-header{padding:1.75rem 1.5rem;margin:0 -1rem 1.5rem;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);border-bottom:1px solid var(--border)}.report-header__eyebrow{margin:0 0 .3rem;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.report-header__name{font-size:clamp(1.75rem,6vw,2.4rem);line-height:1.15}.report-header__headline{margin:.5rem 0 0;font-size:1.05rem;color:var(--muted)}.stat-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.5rem}@media (min-width: 480px){.stat-tiles{grid-template-columns:repeat(4,1fr)}}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.9rem .75rem;text-align:center;box-shadow:var(--shadow-card)}.stat-tile__value{display:block;font-family:var(--font-display);font-size:1.7rem;font-weight:600;line-height:1.1}.stat-tile__label{display:block;margin-top:.2rem;color:var(--muted);font-size:.75rem}.report-section{margin:2rem 0}.report-section h2{font-size:1.2rem;margin-bottom:.75rem}.report-fresh-notice{margin:0 0 1.5rem}.focus-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.focus-item{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius-sm);padding:.75rem .9rem}.focus-item__name{display:block;font-weight:600}.focus-item__reason{display:block;color:var(--muted);font-size:.9rem;margin-top:.15rem}.chapter-list{display:flex;flex-direction:column;gap:.75rem}.chapter-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.chapter-card__summary{list-style:none;cursor:pointer;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:44px}.chapter-card__summary::-webkit-details-marker{display:none}.chapter-card__summary:before{content:"›";display:inline-block;margin-right:.5rem;transform:rotate(0);transition:transform .15s ease;color:var(--muted)}.chapter-card[open]>.chapter-card__summary:before{transform:rotate(90deg)}.chapter-card__name{font-family:var(--font-display);font-weight:600;font-size:1.05rem}.chapter-card__progress{color:var(--muted);font-size:.85rem;white-space:nowrap}.book-list{display:flex;flex-direction:column;gap:1.5rem}.book-group__header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:2px solid var(--accent)}.book-group__name{font-family:var(--font-display);font-weight:700;font-size:1.2rem;color:var(--primary)}.book-group__progress{color:var(--muted);font-size:.85rem;white-space:nowrap}.topic-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--border)}.topic-row{padding:.85rem 1rem;border-bottom:1px solid var(--border)}.topic-row:last-child{border-bottom:none}.topic-row__main{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.topic-row__name{font-weight:600}.topic-row__due{margin:.4rem 0 0;font-size:.82rem;color:var(--accent);font-weight:500}.status-chip{display:inline-block;border-radius:999px;padding:.2rem .7rem;font-size:.75rem;font-weight:600;white-space:nowrap}.status-chip--not_started{background:var(--not-started-bg);color:var(--not-started)}.status-chip--needs_practice{background:var(--needs-practice-bg);color:var(--needs-practice)}.status-chip--getting_there{background:var(--getting-there-bg);color:var(--getting-there)}.status-chip--strong{background:var(--strong-bg);color:var(--strong)}.facet-indicators{list-style:none;padding:0;margin:.6rem 0 0;display:flex;gap:1rem;flex-wrap:wrap}.facet-indicator{display:flex;align-items:center;gap:.4rem}.facet-indicator__dot{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--muted);flex-shrink:0}.facet-indicator__dot--empty{background:transparent}.facet-indicator__dot--half{background:linear-gradient(90deg,var(--getting-there) 50%,transparent 50%);border-color:var(--getting-there)}.facet-indicator__dot--filled{background:var(--strong);border-color:var(--strong)}.facet-indicator__label{font-size:.78rem;color:var(--muted)}.topic-details{margin-top:.6rem}.topic-details>summary{cursor:pointer;font-size:.78rem;color:var(--muted);min-height:32px;display:inline-flex;align-items:center}.topic-details__grid{display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;margin:.5rem 0 0;font-size:.82rem}.topic-details__grid dt{color:var(--muted)}.topic-details__grid dd{margin:0;font-variant-numeric:tabular-nums}.watchout-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.watchout-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem .9rem}.watchout-item__description{font-weight:500}.tutor-notes{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.25rem 1.4rem}.tutor-notes h2{font-family:var(--font-display)}.tutor-notes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.tutor-notes-list li{padding-left:1rem;border-left:3px solid var(--accent);line-height:1.55}
