:root{--ink:#182522;--muted:#66726f;--paper:#fff;--canvas:#f6f7f2;--line:#dfe5df;--green:#123c34;--green-2:#216554;--green-soft:#e9f1ed;--gold:#c8983d;--gold-soft:#fbf2df;--red:#a53b3b;--red-soft:#fbecec;--radius:14px;--shadow:0 12px 30px rgba(24,37,34,.07);--serif:Georgia,'Times New Roman',serif;--sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--green-2);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;height:auto}.shell{width:min(1160px,calc(100% - 32px));margin-inline:auto}.skip-link{position:absolute;top:-100px;left:16px;background:var(--green);color:#fff;padding:10px 16px;z-index:100}.skip-link:focus{top:12px}.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-family:var(--serif);font-weight:700;font-size:1.25rem;color:var(--ink);display:flex;align-items:center;gap:9px}.brand:hover{text-decoration:none}.brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;font:700 .72rem var(--sans);letter-spacing:.06em}.desktop-nav{display:none;gap:26px}.desktop-nav a,.account-actions>a{color:var(--ink);font-weight:600;font-size:.91rem}.account-actions{display:flex;align-items:center;gap:12px}.account-actions form{display:inline}.user-name{display:none}.button{min-height:44px;border:1px solid transparent;border-radius:9px;padding:10px 17px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:700;font-size:.92rem;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,transform .15s}.button:hover{text-decoration:none;transform:translateY(-1px)}.button:focus-visible,.link-button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #f1bb57;outline-offset:3px}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:#0a2e28}.button.secondary{background:var(--green-soft);border-color:#bfd2c9;color:var(--green)}.button.ghost{background:#fff;border-color:var(--line);color:var(--ink)}.button.paper{background:#fff;color:var(--green)}.button.small{min-height:38px;padding:8px 13px}.button.block{width:100%}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.link-button{border:0;background:transparent;color:var(--green-2);padding:8px 2px;font-weight:700}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 2px 8px rgba(24,37,34,.025)}.notice{margin-top:16px;padding:12px 16px;border:1px solid #bad1c6;background:var(--green-soft);border-radius:9px;color:var(--green);font-weight:600}.notice.error{background:var(--red-soft);border-color:#edc0c0;color:var(--red)}.notice.success{background:var(--green-soft)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.72rem;color:var(--green-2)}.meta,.subtle{color:var(--muted);font-size:.88rem}.hero{padding:68px 0 56px}.hero h1,.page-head h1{font-family:var(--serif);font-size:clamp(2.3rem,7vw,4.7rem);line-height:1.04;letter-spacing:-.035em;margin:14px 0 22px;max-width:900px}.hero h1 span{color:var(--green-2)}.hero-copy{font-size:1.12rem;max-width:620px;color:var(--muted);margin:0 0 28px}.trust-row{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:28px;color:var(--muted);font-size:.84rem;font-weight:600}.section{padding:54px 0}.muted-section{background:#edf0e9;border-block:1px solid var(--line)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:24px}.section-heading h2,.panel h2{font:700 2rem/1.15 var(--serif);margin:5px 0}.section-heading p{margin:6px 0 0;color:var(--muted)}.card-grid{display:grid;gap:16px}.exam-card{padding:22px;display:grid;grid-template-columns:auto 1fr;gap:16px;position:relative;min-height:230px}.exam-mark{display:grid;place-items:center;width:50px;height:50px;border-radius:12px;background:var(--green-soft);color:var(--green);font-weight:800}.exam-card h2,.exam-card h3{font:700 1.55rem var(--serif);margin:4px 0}.exam-card p{color:var(--muted);margin:4px 0 12px}.exam-card .card-link{grid-column:1/-1;align-self:end;border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;font-weight:700}.exam-card form{grid-column:1/-1;align-self:end}.steps{display:grid;gap:22px}.steps article{border-top:2px solid var(--line);padding-top:20px}.steps b{color:var(--gold);font-size:.75rem;letter-spacing:.1em}.steps h3{font:700 1.4rem var(--serif);margin:7px 0}.steps p{color:var(--muted);margin:0}.page-head{padding:58px 0 35px}.page-head.compact{padding:38px 0 24px}.page-head.compact h1{font-size:clamp(2.15rem,6vw,3.5rem);margin:10px 0 12px}.page-head>p{max-width:680px;color:var(--muted);font-size:1.05rem}.breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.85rem;margin-bottom:15px}.breadcrumb a{color:var(--muted)}.subjects-grid{grid-template-columns:1fr}.subject-card{padding:22px;display:flex;flex-direction:column}.subject-icon{width:42px;height:42px;display:grid;place-items:center;background:var(--gold-soft);border-radius:9px;color:#78591e;font:700 1.3rem var(--serif)}.subject-card h3{font:700 1.35rem var(--serif);margin:14px 0 5px}.subject-card p{color:var(--muted);margin:0 0 20px;flex:1}.progress-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.78rem;margin-bottom:7px}.progress{height:7px;border-radius:20px;background:#e2e7e3;overflow:hidden}.progress span{height:100%;display:block;background:var(--green-2);border-radius:20px}.subject-card .card-link{margin-top:18px;font-weight:700;display:flex;justify-content:space-between}.syllabus-layout{display:grid;gap:22px;padding-top:18px}.syllabus-summary{padding:22px;height:max-content}.syllabus-summary strong{display:block;font:700 3rem var(--serif);margin-top:10px}.syllabus-summary>span:not(.eyebrow){color:var(--muted)}.syllabus-summary p{border-top:1px solid var(--line);padding-top:16px;color:var(--muted)}.unit-title{font:700 1.35rem var(--serif);margin:30px 0 10px}.unit-title:first-child{margin-top:0}.topic-row{background:#fff;border:1px solid var(--line);padding:18px;display:flex;align-items:flex-start;gap:13px}.topic-row:first-of-type{border-radius:var(--radius) var(--radius) 0 0}.topic-row:last-child{border-radius:0 0 var(--radius) var(--radius)}.topic-row+.topic-row{border-top:0}.status-dot{width:11px;height:11px;margin-top:8px;border:2px solid #a6b0ac;border-radius:50%;flex:0 0 auto}.status-dot.completed{background:var(--green-2);border-color:var(--green-2)}.status-dot.in_progress{border:3px solid var(--gold)}.status-dot.needs_revision{background:var(--red);border-color:var(--red)}.topic-copy{flex:1}.topic-copy h3{font:700 1.09rem var(--serif);margin:0}.topic-copy p{margin:5px 0;color:var(--muted);font-size:.9rem}.topic-meta{display:flex;gap:8px 14px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.75rem}.status-badge{display:inline-flex;padding:3px 8px;border-radius:20px;background:#edf0ee;color:#56625e;font-size:.7rem;font-weight:800;text-transform:capitalize}.status-badge.completed,.status-badge.published,.status-badge.strong{background:var(--green-soft);color:var(--green)}.status-badge.in_progress,.status-badge.review,.status-badge.developing{background:var(--gold-soft);color:#765816}.status-badge.incorrect,.status-badge.weak,.status-badge.archived{background:var(--red-soft);color:var(--red)}.status-badge.draft,.status-badge.missing{background:#eceeed;color:#68716e}.topic-row>.button{align-self:center;display:none}.reading-progress{position:fixed;top:68px;left:0;right:0;height:3px;z-index:50}.reading-progress span{display:block;height:100%;width:0;background:var(--gold)}.reader-head{padding:34px 0 22px}.reader-title{display:flex;flex-direction:column;gap:18px}.reader-title h1{font:700 clamp(2rem,6vw,3.6rem)/1.08 var(--serif);margin:8px 0}.reader-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.language-switch{display:inline-flex;border:1px solid var(--line);background:#fff;border-radius:9px;padding:3px}.language-switch a{padding:7px 12px;border-radius:6px;color:var(--muted);font-weight:700;font-size:.84rem}.language-switch a.active{background:var(--green);color:#fff}.language-switch a:hover{text-decoration:none}.icon-button{border:1px solid var(--line);background:#fff;border-radius:9px;min-height:42px;padding:8px 12px;color:var(--ink);font-weight:700}.reader-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}.toc{padding:18px;order:0}.toc strong{font:700 1rem var(--serif)}.toc nav{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:9px}.toc a{font-size:.82rem;color:var(--muted)}.note-content{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(22px,5vw,56px);font-family:var(--serif);font-size:1.08rem;line-height:1.82;min-width:0}.note-content h2{font-size:1.7rem;line-height:1.25;margin:1.8em 0 .6em;scroll-margin-top:90px}.note-content h2:first-child{margin-top:0}.note-content h3{font-size:1.35rem}.note-content p{margin:0 0 1.25em}.note-content li+li{margin-top:.4em}.note-content blockquote{border-left:4px solid var(--gold);margin:1.6em 0;padding:8px 22px;color:#44504c;background:#fbfaf5}.note-content cite{display:block;font-size:.85rem;margin-top:10px}.callout{font-family:var(--sans);font-size:.93rem;line-height:1.65;border:1px solid #cbdad3;border-left:4px solid var(--green-2);background:var(--green-soft);padding:17px 18px;margin:1.8em 0;border-radius:0 10px 10px 0}.callout>strong{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:var(--green);margin-bottom:5px}.callout p:last-child,.callout ul:last-child{margin-bottom:0}.callout.common_mistake,.callout.exception{border-color:#edc2c2;border-left-color:var(--red);background:var(--red-soft)}.callout.exam_fact,.callout.remember,.callout.pyq_insight{border-color:#ead29f;border-left-color:var(--gold);background:var(--gold-soft)}.study-tools{padding:18px}.study-tools p{color:var(--muted);font-size:.85rem}.study-tools form+form,.study-tools a+form{margin-top:10px}.topic-navigation{display:flex;justify-content:space-between;gap:20px;padding:28px 0 58px}.topic-navigation div{display:flex;flex-direction:column;max-width:45%}.topic-navigation span{color:var(--muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}.topic-navigation a{font:700 1rem var(--serif)}.topic-navigation .next{text-align:right;margin-left:auto}.auth-shell{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:44px 16px}.auth-card{width:min(460px,100%);padding:clamp(24px,6vw,42px)}.auth-card h1{font:700 2.2rem/1.1 var(--serif);margin:10px 0}.auth-card>p{color:var(--muted)}.stack-form{display:grid;gap:16px;margin:24px 0}.stack-form label{font-weight:700;font-size:.86rem}.stack-form label small{font-weight:400;color:var(--muted)}input,select,textarea{width:100%;border:1px solid #cbd3cf;background:#fff;border-radius:8px;padding:11px 12px;color:var(--ink);margin-top:5px}textarea{resize:vertical}.field-error{display:block;color:var(--red);font-size:.76rem;margin-top:4px}.form-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.84rem}.dashboard-grid{display:grid;gap:22px;padding-bottom:58px}.dashboard-main{display:grid;gap:24px}.continue-card{background:var(--green);color:#fff;border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.continue-card .eyebrow,.continue-card p{color:#bbd7ce}.continue-card h2{font:700 2rem var(--serif);margin:6px 0}.continue-card .progress{max-width:480px;margin:16px 0 22px;background:#335b53}.continue-card .progress span{background:#fff}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.metric{padding:18px;min-height:130px;display:flex;flex-direction:column}.metric>span{color:var(--muted);font-size:.8rem}.metric strong{font:700 2rem var(--serif);margin-top:8px}.metric small{color:var(--muted)}.metric .progress{margin-top:auto}.panel{padding-top:10px}.weak-list,.list-cards,.mistake-list,.search-results,.review-list{display:grid;gap:12px}.weak-card{padding:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.weak-card h3{margin:9px 0 2px;font:700 1.15rem var(--serif)}.weak-card p{margin:0;color:var(--muted);font-size:.82rem}.dashboard-side{display:grid;gap:18px;align-content:start}.side-panel{padding:20px}.side-panel h2{font:700 1.25rem var(--serif);margin:0 0 12px}.recent-row,.quick-link{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;border-top:1px solid var(--line);color:var(--ink)}.recent-row span{display:flex;flex-direction:column}.recent-row small{color:var(--muted)}.recent-row b{color:var(--green-2)}.quick-link{font-weight:700}.empty-state{text-align:center;padding:48px 24px}.empty-state>div{font:700 3rem var(--serif);color:var(--green-2)}.empty-state h2{font:700 1.7rem var(--serif);margin:6px}.empty-state p,.empty-inline{color:var(--muted)}.empty-inline{padding:24px;background:#fff;border:1px dashed #c8d0cc;border-radius:var(--radius)}.two-column{display:grid;gap:30px}.two-column h2{font:700 1.5rem var(--serif)}.list-card{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:16px;color:var(--ink)}.list-card span{display:flex;flex-direction:column}.list-card small{color:var(--muted)}.mistake-card{padding:20px}.mistake-card h3{font:700 1.15rem/1.4 var(--serif);margin:12px 0 5px}.mistake-card p{margin:0;color:var(--muted)}.test-header{background:#fff;border-bottom:1px solid var(--line);padding:22px 0}.test-header>.shell{display:flex;justify-content:space-between;align-items:center}.test-header h1{font:700 1.25rem var(--serif);margin:3px 0}.timer{text-align:right}.timer span{display:block;color:var(--muted);font-size:.72rem}.timer strong{font-size:1.2rem}.test-layout{display:grid;gap:18px;padding-block:24px 60px}.palette{padding:16px}.palette>div{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.palette a{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:7px;color:var(--ink);font-weight:700;font-size:.83rem}.palette a.answered{background:var(--green-soft);border-color:#afc9be}.palette a.current{outline:2px solid var(--gold);outline-offset:1px}.palette p{font-size:.7rem;color:var(--muted)}.legend{width:9px;height:9px;display:inline-block;border-radius:2px;background:var(--line);margin-left:7px}.legend.answered{background:var(--green-soft);border:1px solid #afc9be}.legend.current{background:var(--gold)}.question-card{padding:clamp(20px,5vw,38px)}.question-meta{display:flex;gap:12px;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.question-card h2{font:700 clamp(1.25rem,4vw,1.65rem)/1.45 var(--serif);margin:24px 0}.answer-form{display:grid;gap:10px}.option{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--line);border-radius:10px;padding:13px;cursor:pointer;font-weight:500}.option:has(input:checked){border-color:var(--green-2);background:var(--green-soft)}.option input{width:auto;margin:5px 0 0}.option-key{display:grid;place-items:center;flex:0 0 28px;height:28px;border:1px solid #bfc8c4;border-radius:50%;font-weight:800;font-size:.75rem}.answer-tools,.test-nav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px}.review-check{font-size:.85rem}.review-check input{width:auto;margin-right:5px}.test-nav{border-top:1px solid var(--line);padding-top:18px}.submit-card{padding:18px}.submit-card h2{font:700 1.2rem var(--serif);margin:0}.submit-card p{color:var(--muted);font-size:.83rem}.result-hero{background:var(--green);color:#fff;text-align:center;padding:50px 0}.result-hero .eyebrow{color:#bed9d0}.result-hero h1{font:700 2rem var(--serif)}.score-ring{width:150px;height:150px;border:7px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;display:grid;place-content:center;margin:24px auto}.score-ring strong{font:700 2.4rem var(--serif)}.score-ring span{font-size:.78rem;color:#c8ded7}.result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.result-stat{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;text-align:center}.result-stat>span{display:grid;place-items:center;margin:auto;width:28px;height:28px;border-radius:50%;background:#ecefed;font-weight:800}.result-stat.correct>span{background:var(--green-soft);color:var(--green)}.result-stat.incorrect>span{background:var(--red-soft);color:var(--red)}.result-stat strong{display:block;font:700 1.8rem var(--serif);margin-top:6px}.result-stat small{color:var(--muted)}.result-actions{display:flex;justify-content:center;gap:12px;margin-top:28px}.review-card{padding:22px}.review-status{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.review-status span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#ecefed}.review-status.correct{color:var(--green)}.review-status.correct span{background:var(--green-soft)}.review-status.incorrect{color:var(--red)}.review-status.incorrect span{background:var(--red-soft)}.review-card h2{font:700 1.2rem/1.45 var(--serif)}.review-card dl{display:grid;gap:10px}.review-card dl>div{background:#f6f7f4;padding:12px;border-radius:8px}.review-card dt{font-size:.7rem;text-transform:uppercase;color:var(--muted);font-weight:800}.review-card dd{margin:3px 0 0}.explanation{border-left:3px solid var(--gold);padding:12px 16px;background:var(--gold-soft);margin:16px 0}.explanation p{margin:5px 0}.search-form{display:flex;gap:8px;max-width:700px}.search-form input{margin:0;min-height:48px}.search-result{display:block;padding:20px;color:var(--ink)}.search-result h3{font:700 1.3rem var(--serif);margin:9px 0}.search-result p{color:var(--muted);margin:0 0 10px}.admin-metrics{margin-bottom:22px}.admin-links{display:grid;gap:14px}.admin-links>a{padding:22px;color:var(--ink)}.admin-links h2{font:700 1.35rem var(--serif);margin:0}.admin-links p{color:var(--muted)}.admin-layout{display:grid;gap:20px;padding-top:20px}.admin-form{padding:20px;height:max-content}.admin-form h2,.admin-table h2{font:700 1.4rem var(--serif);margin:0 0 14px}.admin-form>a{display:block;margin-top:16px}.admin-table{padding:20px;min-width:0}.admin-tabs{display:flex;gap:14px;overflow:auto;border-bottom:1px solid var(--line);margin-bottom:15px}.admin-tabs a{padding:9px 3px;font-weight:700}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-family:var(--sans);font-size:.85rem}th{background:#f3f5f1;color:#52605b;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}th,td{padding:11px;border-bottom:1px solid var(--line);vertical-align:top}td small{display:block;color:var(--muted)}pre{white-space:pre-wrap;word-break:break-word;background:#1c2825;color:#e8f0ed;padding:16px;border-radius:9px;max-height:500px;overflow:auto}.site-footer{border-top:1px solid var(--line);background:#fff;padding:34px 0 88px}.footer-inner{display:flex;justify-content:space-between;gap:20px}.footer-inner p{margin:2px 0;color:var(--muted);font-size:.82rem}.footer-inner nav{display:flex;gap:15px;flex-wrap:wrap}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);z-index:45;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{min-height:60px;color:#56615e;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.65rem;font-weight:700}.bottom-nav span{font-size:1rem;line-height:1}.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}
@media(min-width:700px){.shell{width:min(1160px,calc(100% - 56px))}.card-grid.exam-grid{grid-template-columns:repeat(2,1fr)}.subjects-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(4,1fr)}.topic-row>.button{display:inline-flex}.reader-title{flex-direction:row;justify-content:space-between;align-items:flex-end}.metric-grid{grid-template-columns:repeat(4,1fr)}.two-column{grid-template-columns:1fr 1fr}.result-grid{grid-template-columns:repeat(4,1fr)}.admin-links{grid-template-columns:repeat(2,1fr)}.site-footer{padding-bottom:34px}}
@media(min-width:960px){.desktop-nav{display:flex}.user-name{display:inline}.bottom-nav{display:none}.syllabus-layout{grid-template-columns:230px minmax(0,1fr)}.syllabus-summary{position:sticky;top:92px}.reader-shell{grid-template-columns:190px minmax(0,700px) 190px;justify-content:center}.toc,.study-tools{position:sticky;top:92px}.toc nav{display:flex;flex-direction:column}.dashboard-grid{grid-template-columns:minmax(0,1fr) 300px}.test-layout{grid-template-columns:190px minmax(0,1fr) 200px}.palette,.submit-card{position:sticky;top:92px;height:max-content}.admin-layout{grid-template-columns:310px minmax(0,1fr)}.wide-form{width:360px}.admin-layout:has(.wide-form){grid-template-columns:360px minmax(0,1fr)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.stack-form fieldset{border:1px solid var(--line);border-radius:9px;padding:10px}.stack-form legend{font-weight:800;font-size:.78rem}.inline-form{display:flex;align-items:center;gap:8px}.inline-form select{margin:0;min-width:130px}
.question-translation{font:600 1.05rem/1.6 var(--serif);color:var(--muted);padding-top:14px;border-top:1px solid var(--line)}.option small{display:block;color:var(--muted);margin-top:4px}
.performance-panels{margin-top:22px}.performance-row{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid var(--line)}
