:root{color:#16221d;font-synthesis:none;--ink:#16221d;--green:#184f3b;--green-soft:#dbe9df;--paper:#fffdf8;--line:#dcd9cf;--coral:#df735e;--muted:#69736e;background:#f5f2ea;font-family:Inter,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,Times New Roman,serif}.eyebrow{color:var(--coral);letter-spacing:.16em;font-size:11px;font-weight:700}.muted{color:var(--muted)}.error{color:#a5342c;background:#fff0ed;border-radius:9px;padding:10px 12px}.primary{background:var(--green);color:#fff;border:0;border-radius:10px;padding:13px 20px;font-weight:700}.wide{width:100%}.text-button{color:var(--green);background:0 0;border:0;padding:8px 0}.disclaimer{color:var(--muted);font-size:12px;line-height:1.6}.auth-shell{grid-template-columns:1.15fr .85fr;min-height:100vh;display:grid}.brand-panel{background:var(--green);color:#f7f1e5;flex-direction:column;justify-content:center;padding:clamp(50px,7vw,100px);display:flex;position:relative;overflow:hidden}.brand-panel:after{content:"";border:1px solid #ffffff24;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-160px;right:-240px;box-shadow:0 0 0 70px #ffffff08,0 0 0 140px #ffffff06}.brand-panel h1{white-space:nowrap;max-width:760px;margin:26px 0;font-size:clamp(46px,5vw,64px);line-height:1.03}.brand-panel>p{color:#d7e5dc;max-width:600px;font-size:17px;line-height:1.75}.brand-note{color:#bcd1c4;border-top:1px solid #fff3;margin-top:40px;padding-top:18px;font-size:13px}.auth-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;width:min(460px,100% - 44px);margin:auto;padding:34px;box-shadow:0 22px 70px #2c342f14}.auth-card h2{margin:30px 0 5px;font-size:38px}.mode-tabs{background:#eeece5;border-radius:10px;gap:5px;padding:4px;display:flex}.mode-tabs button{color:var(--muted);background:0 0;border:0;border-radius:7px;flex:1;padding:9px}.mode-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #00000012}.stack-form{gap:15px;margin-top:26px;display:grid}.stack-form label:not(.check-row){color:#4d5752;gap:6px;font-size:13px;font-weight:600;display:grid}.stack-form input:not([type=checkbox]){background:#fff;border:1px solid #cfd3cd;border-radius:9px;padding:11px 12px}.check-row{align-items:flex-start;gap:9px;font-size:13px;line-height:1.45;display:flex}.privacy-copy{color:var(--muted);border-left:2px solid var(--green-soft);padding-left:10px;font-size:11px;line-height:1.55}.loading-screen,.center-shell{place-content:center;min-height:100vh;padding:30px;display:grid}.loading-screen{text-align:center;color:var(--muted)}.spinner{border:3px solid var(--green-soft);border-top-color:var(--green);border-radius:50%;width:36px;height:36px;margin:0 auto 18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.center-shell{max-width:820px;margin:auto;display:block}.preflight-card,.result-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:clamp(24px,5vw,48px)}.preflight-card h1{margin:17px 0 5px;font-size:44px}.part-pill{color:var(--green);background:var(--green-soft);letter-spacing:.1em;border-radius:6px;padding:6px 9px;font-size:11px;font-weight:700;display:inline-block}.check-list{gap:10px;margin:30px 0;display:grid}.check-item{border:1px solid var(--line);border-radius:11px;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.check-item p{color:var(--muted);margin:4px 0 0;font-size:12px}.check-item button{border:1px solid var(--green);color:var(--green);background:0 0;border-radius:8px;padding:8px 11px}.check-item.selectable{cursor:pointer}.check-item input{width:20px;height:20px;accent-color:var(--green)}.volume-track{background:#e6e5df;border-radius:5px;height:7px;margin:-4px 15px 5px;overflow:hidden}.volume-track span{background:linear-gradient(90deg,#58a378,#e9a35c);height:100%;transition:width .1s;display:block}.status-ok{color:#267047;font-weight:700}.status-bad{color:#b1362b;font-weight:700}.app-shell{width:min(1380px,100% - 48px);margin:auto}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:82px;display:flex}.logo{letter-spacing:.04em;font-weight:800}.logo span{color:var(--coral)}.topbar nav{color:var(--muted);align-items:center;gap:18px;font-size:13px;display:flex}.topbar nav button,.result-header button{border:1px solid var(--line);background:0 0;border-radius:8px;padding:8px 12px}.hero{justify-content:space-between;align-items:flex-end;padding:65px 0 42px;display:flex}.hero h1{margin:10px 0 3px;font-size:clamp(50px,7vw,84px);line-height:.95}.hero p{color:var(--muted)}.minutes-card{border-left:1px solid var(--line);grid-template-columns:auto auto;align-items:baseline;gap:0 8px;padding-left:36px;display:grid}.minutes-card span{color:var(--muted);grid-column:1/-1;font-size:12px}.minutes-card strong{font:600 55px Newsreader,serif}.minutes-card small{color:var(--muted)}.page-error{margin-bottom:20px}.practice-browser{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:28px}.browser-head{justify-content:space-between;gap:20px;display:flex}.part-tabs{gap:8px;display:flex}.part-tabs button{color:var(--muted);background:#efeee9;border:0;border-radius:8px;padding:10px 18px}.part-tabs button.active{background:var(--green);color:#fff}.browser-head input{border:1px solid var(--line);background:#fff;border-radius:9px;width:min(280px,45%);padding:10px 13px}.part-description{color:var(--muted);margin:18px 0 22px;font-size:13px}.topic-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.topic-card{text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;min-height:185px;padding:20px;transition:transform .2s,border-color .2s,box-shadow .2s}.topic-card:hover{border-color:#97ae9e;transform:translateY(-3px);box-shadow:0 12px 24px #1d423014}.topic-card>span{color:var(--coral);letter-spacing:.12em;font-size:10px;font-weight:700}.topic-card h3{margin:15px 0 8px;font:600 24px Newsreader,serif}.topic-card p{color:var(--muted);min-height:38px;font-size:12px;line-height:1.5}.topic-card b{color:var(--green);font-size:12px}.dashboard-grid{grid-template-columns:1.3fr .9fr;gap:20px;margin:22px 0;display:grid}.panel{border:1px solid var(--line);background:#fffdf8a8;border-radius:16px;padding:26px}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-heading h2{margin:5px 0 20px;font-size:30px}.section-heading>small{color:var(--muted)}.ability-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.ability-grid>div{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.ability-grid span{color:var(--muted);font-size:12px}.ability-grid strong{font-size:22px}.ability-bar{background:#e4e2da;border-radius:4px;grid-column:1/-1;height:5px;overflow:hidden}.ability-bar i{background:var(--green);height:100%;display:block}.recent-list{display:grid}.recent-list button{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;justify-content:space-between;gap:10px;padding:12px 0;display:flex}.recent-list span{gap:4px;display:grid}.recent-list small{color:var(--muted)}.recent-list em{font-size:11px;font-style:normal}.session-status.completed{color:#267047}.session-status.evaluating{color:#a76c20}.session-status.abandoned,.session-status.failed{color:#a5342c}.empty{color:var(--muted);font-size:13px}.site-footer{color:var(--muted);justify-content:space-between;padding:25px 0 40px;font-size:11px;display:flex}.live-shell{grid-template-rows:auto 1fr auto;max-width:980px;min-height:100vh;margin:auto;padding:35px;display:grid}.live-shell header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.live-shell header h2{margin:8px 0 0}.timer{font-variant-numeric:tabular-nums;font:600 34px Newsreader,serif}.examiner-stage{text-align:center;align-self:center;padding:40px 0}.examiner-stage p{margin:24px 0 5px}.examiner-stage small{color:var(--muted)}.orb{background:var(--green);border-radius:50%;justify-content:center;align-items:center;gap:7px;width:130px;height:130px;margin:auto;display:flex;box-shadow:0 0 0 20px #184f3b0f,0 0 0 42px #184f3b08}.orb span{background:#d9ecdf;border-radius:5px;width:7px;height:28px;animation:1.1s ease-in-out infinite wave}.orb span:nth-child(2){animation-delay:.15s}.orb span:nth-child(3){animation-delay:.3s}.orb.preparing span,.orb.ending span{height:7px;animation-play-state:paused}@keyframes wave{50%{height:54px}}.cue-card{background:var(--paper);border:1px solid var(--line);border-left:5px solid var(--coral);border-radius:12px;align-self:center;width:min(640px,100%);margin:-40px auto 30px;padding:25px 30px}.cue-card>span{color:var(--coral);letter-spacing:.15em;font-size:10px;font-weight:700}.cue-card h1{margin:12px 0 18px;font-size:32px}.cue-card p,.cue-card li{color:var(--muted);font-size:13px;line-height:1.7}.live-shell footer{text-align:center;border-top:1px solid var(--line);padding-top:22px}.live-shell footer p{color:var(--muted);font-size:11px}.danger-action{color:#fff;background:#a94335;border:0;border-radius:9px;padding:12px 20px;font-weight:700}.warning-banner{z-index:5;color:#fff;text-align:center;background:#a94335;padding:10px;font-size:12px;position:fixed;top:0;left:0;right:0}.result-shell{width:min(1120px,100% - 48px);margin:auto;padding:45px 0 70px}.result-header{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.result-header h1{margin:7px 0;font-size:54px}.result-header p{color:var(--muted)}.instant-card{background:var(--green);color:#fff;border-radius:14px;margin-bottom:18px;padding:24px 28px}.instant-card span{color:#bad2c3;letter-spacing:.1em;font-size:11px}.instant-card p{margin:10px 0 0;line-height:1.65}.score-grid{grid-template-columns:1.3fr repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}.range-card,.criterion-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:20px;display:grid}.range-card span,.criterion-card span{color:var(--muted);font-size:11px}.range-card strong{margin:5px 0;font:600 44px Newsreader,serif}.range-card small{color:var(--coral);font-size:9px}.criterion-card strong{align-self:end;font:600 36px Newsreader,serif}.result-card{margin-bottom:18px}.result-card.waiting{text-align:center;min-width:min(560px,90vw)}.result-card .section-heading button{border:1px solid var(--green);color:var(--green);background:0 0;border-radius:8px;padding:9px 12px}.issue-list article{border-top:1px solid var(--line);grid-template-columns:55px 1fr;gap:12px;padding:22px 0;display:grid}.issue-number{color:var(--coral);font:500 24px Newsreader,serif}.issue-list small{color:var(--muted)}.issue-list h3{margin:5px 0 10px}.issue-list blockquote{color:#535e58;background:#f2f0ea;border-left:3px solid #b7bdb8;margin:10px 0;padding:11px 14px}.issue-list p{font-size:13px;line-height:1.6}.issue-list .example{color:var(--green);font-weight:600}.transcript{white-space:pre-wrap;color:#4f5a54;line-height:1.8}@media (width<=900px){.auth-shell{grid-template-columns:1fr}.brand-panel{min-height:44vh;padding:45px 30px}.brand-panel h1{white-space:normal;font-size:48px}.auth-card{margin:28px auto}.topic-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.score-grid{grid-template-columns:repeat(2,1fr)}.range-card{grid-column:1/-1}}@media (width<=600px){.app-shell,.result-shell{width:min(100% - 28px,100%)}.topbar{height:66px}.topbar nav span{display:none}.hero{align-items:center;padding:40px 0 26px}.hero h1{font-size:50px}.minutes-card{padding-left:18px}.minutes-card strong{font-size:38px}.practice-browser{padding:17px}.browser-head{display:grid}.browser-head input{width:100%}.part-tabs button{flex:1;padding:9px}.topic-grid{grid-template-columns:1fr}.topic-card{min-height:155px}.ability-grid{grid-template-columns:1fr}.site-footer{display:block}.site-footer p{margin-bottom:6px}.live-shell{padding:22px 18px}.orb{width:105px;height:105px}.cue-card{margin-top:-20px;padding:20px}.cue-card h1{font-size:27px}.result-header h1{font-size:42px}.result-header{align-items:center}.score-grid{grid-template-columns:1fr 1fr}.result-card{padding:22px 18px}.issue-list article{grid-template-columns:38px 1fr}.preflight-card{padding:25px 18px}.preflight-card h1{font-size:36px}.check-item{align-items:flex-start}}
