:root{--paper:#f4f1e9;--paper-deep:#ece6d6;--panel:#fbf9f3;--panel-line:#ddd5c2;--ink:#1c211d;--ink-soft:#4d534b;--ink-faint:#8b8f84;--teal:#14756b;--teal-deep:#0d5650;--teal-wash:#e2ece8;--bear:#96613a;--green:#2f9e5e;--green-wash:#e4f0e6;--coral:#c8453b;--coral-wash:#f6e3df;--amber:#c4862a;--amber-bright:#e0a23c;--amber-wash:#f5ead2;--radius:14px;--radius-sm:9px;--shadow-card:0 1px 0 #fffdf7 inset, 0 18px 40px -22px #1c211d73;--shadow-raise:0 22px 50px -20px #1c211d66;--font-display:"Fraunces", Georgia, serif;--font-body:"Hanken Grotesk", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-body);color:var(--ink);background-color:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-image:radial-gradient(120% 80% at 12% -10%,#14756b1a,#0000 55%),radial-gradient(110% 70% at 92% 0,#c4862a1f,#0000 50%);background-attachment:fixed;overflow-x:hidden}body:before{content:"";z-index:0;pointer-events:none;opacity:.5;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");position:fixed;inset:0}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}::selection{background:var(--teal);color:var(--paper)}.serif{font-family:var(--font-display);font-optical-sizing:auto}.mono{font-family:var(--font-mono);font-feature-settings:"tnum" 1;letter-spacing:-.01em}.eyebrow{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--ink-faint);font-size:.7rem}.app,.intro,.result,.select,.dash,.home{z-index:1;--accent:var(--teal);--accent-wash:var(--teal-wash);--accent-deep:color-mix(in srgb, var(--accent) 78%, #000);flex-direction:column;min-height:100vh;display:flex;position:relative}.topbar{z-index:20;background:linear-gradient(var(--paper) 72%, #f4f1e900);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:18px clamp(18px,5vw,56px) 14px;position:sticky;top:0}.topbar__row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.brand{flex-direction:column;line-height:1;display:flex}.brand__mark{letter-spacing:-.02em;color:var(--ink);align-items:center;gap:8px;font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:600;display:inline-flex}.brand__mark:first-letter{color:var(--teal)}.brand__bear{color:var(--bear);flex:none}.brand__btn{text-align:left;transition:opacity .2s}.brand__btn:hover{opacity:.7}.brand__sub{margin-top:7px}.stats{align-items:stretch;gap:10px;display:flex}.stat{background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:78px;padding:9px 14px;display:flex;position:relative;box-shadow:inset 0 1px #fffdf7}.stat__val{color:var(--ink);font-size:1.18rem;font-weight:600;line-height:1}.stat__cap{font-size:.6rem}.stat__icon{filter:grayscale(.4)opacity(.5);font-size:.78rem;transition:filter .3s,transform .3s;position:absolute;top:8px;left:10px}.stat--streak.is-hot .stat__icon{filter:none;animation:1.4s ease-in-out infinite flicker;transform:scale(1.18)}.stat--streak.is-hot .stat__val{color:var(--amber)}@keyframes flicker{0%,to{transform:scale(1.12)rotate(-3deg)}50%{transform:scale(1.26)rotate(4deg)}}.stat--xp .stat__val{color:var(--accent-deep)}.stat__pop{color:var(--accent);pointer-events:none;font-size:.82rem;font-weight:600;position:absolute;top:-4px;right:8px}.progress{align-items:center;gap:14px;margin-top:16px;display:flex}.progress__track{background:var(--paper-deep);border:1px solid var(--panel-line);border-radius:99px;flex:1;height:7px;overflow:hidden}.progress__fill{background:linear-gradient(90deg, var(--accent), var(--accent-deep));border-radius:99px;height:100%}.progress__label{color:var(--ink-faint);white-space:nowrap;font-size:.72rem}.app{height:100vh;overflow:hidden}.stage{perspective:1400px;flex:1;justify-content:center;align-items:center;min-height:0;padding:clamp(12px,2vw,28px) clamp(16px,5vw,56px);display:flex;overflow:hidden}.card{background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius);width:min(960px,100%);min-height:0;max-height:100%;box-shadow:var(--shadow-card);transform-style:preserve-3d;grid-template-rows:minmax(0,1fr);grid-template-columns:210px 1fr;transition:box-shadow .3s;display:grid;position:relative;overflow:hidden}.card__bookmark{z-index:4;position:absolute;top:12px;right:12px}.card--ok{box-shadow:inset 0 0 0 2px var(--green), var(--shadow-card)}.card--bad{box-shadow:inset 0 0 0 2px var(--coral), var(--shadow-card)}.card--bad .body{animation:.42s cubic-bezier(.36,.07,.19,.97) shake}@keyframes shake{10%,90%{transform:translate(-2px)}30%,70%{transform:translate(4px)}50%{transform:translate(-7px)}}.rail{background:linear-gradient(180deg, var(--accent-wash), transparent 62%), var(--paper-deep);border-right:1px solid var(--panel-line);flex-direction:column;gap:18px;padding:26px 22px;display:flex}.rail__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.rail__code{background:var(--accent);color:#fff;letter-spacing:.04em;min-width:42px;height:30px;box-shadow:0 6px 14px -8px var(--accent-deep);border-radius:7px;place-items:center;padding:0 9px;font-size:.82rem;font-weight:600;display:inline-grid}.rail__num{align-items:baseline;gap:6px;display:flex}.rail__numbig{color:var(--accent-deep);font-size:2.4rem;font-weight:600;line-height:.9}.rail__numtot{color:var(--ink-faint);font-size:.92rem}.rail__meta{flex-direction:column;gap:4px;display:flex}.rail__spec{color:var(--ink);margin-top:2px;font-size:1.22rem;font-weight:600;line-height:1.08}.rail__topic{color:var(--ink-soft);font-size:.84rem}.rail__worth{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.rail__points{color:var(--ink-faint);font-size:.72rem;font-weight:600}.chip{letter-spacing:.04em;text-transform:uppercase;border-radius:99px;align-self:flex-start;padding:4px 11px;font-size:.68rem;font-weight:700}.chip--easy{background:var(--green-wash);color:var(--green)}.chip--mid{background:var(--amber-wash);color:var(--amber)}.chip--hard{background:var(--coral-wash);color:var(--coral)}.rail__timer{flex-direction:column;align-items:center;margin-top:14px;display:flex}.body{flex-direction:column;min-height:0;display:flex}.body__scroll{flex-direction:column;flex:1;min-height:0;padding:clamp(22px,3.2vw,36px);display:flex;overflow-y:auto}.body__scroll>*{flex-shrink:0}.stem{letter-spacing:-.01em;color:var(--ink);font-size:clamp(1.18rem,2.1vw,1.5rem);font-weight:400;line-height:1.4}.options{flex-direction:column;gap:10px;margin-top:26px;display:flex}.option{text-align:left;background:var(--panel);border:1.5px solid var(--panel-line);border-radius:var(--radius-sm);align-items:center;gap:15px;width:100%;padding:15px 17px;transition:transform .18s,border-color .2s,background .2s,box-shadow .2s;display:flex;position:relative}.option:not(:disabled):hover{border-color:var(--accent);box-shadow:-3px 0 0 0 var(--accent);transform:translate(4px)}.option__letter{background:var(--paper-deep);border:1px solid var(--panel-line);width:30px;height:30px;color:var(--ink-soft);border-radius:50%;flex:none;place-items:center;font-size:.82rem;font-weight:600;transition:inherit;display:grid}.option:not(:disabled):hover .option__letter{background:var(--accent);color:var(--paper);border-color:var(--accent)}.option__text{color:var(--ink);font-size:.98rem;line-height:1.4}.option__mark{font-family:var(--font-mono);color:var(--green);flex:none;margin-left:auto;font-size:.72rem;font-weight:600}.option__mark--bad{color:var(--coral)}.option__icon{color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;line-height:1;display:grid;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.option__icon--ok{background:var(--green)}.option__icon--bad{background:var(--coral)}.option--correct{background:var(--green-wash);border-color:var(--green)}.option--correct .option__letter{background:var(--green);color:#fff;border-color:var(--green)}.option--wrong{background:var(--coral-wash);border-color:var(--coral)}.option--wrong .option__letter{background:var(--coral);color:#fff;border-color:var(--coral)}.option--muted{opacity:.55}.option:disabled{cursor:default}.explain__toggle{border:1.5px solid var(--accent);background:var(--accent-wash);color:var(--accent-deep);border-radius:99px;align-self:flex-start;margin-top:18px;padding:10px 18px;font-size:.86rem;font-weight:600;transition:background .2s,transform .16s}.explain__toggle:hover{transform:translateY(-1px)}.explain__toggle.is-open{color:var(--ink-soft);border-color:var(--panel-line);background:0 0}.explain__toggle--wide{text-align:center;justify-content:center;align-self:stretch}.explain__banner{border-radius:var(--radius-sm);border-left:3px solid var(--accent);background:var(--paper-deep);justify-content:space-between;align-items:center;gap:12px;margin-top:4px;margin-bottom:14px;padding:10px 16px;display:flex}.explain__banner.explain--ok{border-left-color:var(--green)}.explain__banner.explain--bad{border-left-color:var(--coral)}.explain__banner .explain__tag{color:var(--ink-soft)}.explain__banner.explain--ok .explain__tag{color:var(--green)}.explain__banner.explain--bad .explain__tag{color:var(--coral)}.explain{border-radius:var(--radius-sm);border-left:3px solid var(--accent);background:var(--paper-deep);margin-top:18px;overflow:hidden}.explain--ok{border-left-color:var(--green)}.explain--bad{border-left-color:var(--coral)}.explain__head{justify-content:space-between;align-items:center;padding:14px 18px 0;display:flex}.explain__tag{letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);font-size:.72rem;font-weight:600}.explain--ok .explain__tag{color:var(--green)}.explain--bad .explain__tag{color:var(--coral)}.explain__gain{color:var(--accent);font-size:.82rem;font-weight:600}.explain__text{color:var(--ink-soft);padding:8px 18px 16px;font-size:.95rem;line-height:1.55}.explain__why{padding:12px 18px 4px}.explain__why+.explain__why{border-top:1px solid var(--panel-line);margin-top:4px}.explain__whytag{letter-spacing:.06em;text-transform:uppercase;font-size:.66rem;font-weight:700;display:inline-block}.explain__why--bad .explain__whytag{color:var(--coral)}.explain__why--ok .explain__whytag{color:var(--green)}.explain__why .explain__text{padding:4px 0 10px}.actions{border-top:1px solid var(--panel-line);background:var(--panel);flex:none;justify-content:space-between;align-items:center;gap:14px;min-height:46px;padding:14px clamp(22px,3.2vw,36px);display:flex}.hint{color:var(--ink-faint);font-size:.84rem}.hint--key{margin-right:auto}.hint kbd{font-family:var(--font-mono);background:var(--paper-deep);border:1px solid var(--panel-line);box-shadow:0 1px 0 var(--panel-line);color:var(--ink-soft);border-radius:6px;padding:2px 7px;font-size:.72rem}.rail__streak{flex-direction:column;gap:8px;margin-top:auto;display:flex}.rail__streakhead{justify-content:space-between;align-items:baseline;display:flex}.rail__streakn{color:var(--accent-deep);font-size:.92rem;font-weight:600}.streakbars{gap:4px;display:flex}.streakbars__seg{background:var(--paper-deep);border:1px solid var(--panel-line);border-radius:99px;flex:1;height:7px;transition:background .25s,box-shadow .25s}.streakbars__seg.is-on{background:var(--accent);border-color:var(--accent);box-shadow:0 0 8px -1px color-mix(in srgb, var(--accent) 60%, transparent)}.rail__timerlabel{text-align:center;margin-top:8px;font-size:.58rem;display:block}.explain__meta{align-items:center;gap:8px;display:flex}.explain__combo{letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--accent);border-radius:99px;padding:3px 9px;font-size:.74rem;font-weight:700}.fx{z-index:6;pointer-events:none;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;padding-top:clamp(38px,13vh,116px);display:flex;position:absolute;inset:0}.burst{width:0;height:0;position:relative}.burst__dot{background:var(--accent);border-radius:50%;width:9px;height:9px;margin:-4.5px;position:absolute;top:0;left:0}.burst__dot--gold{background:var(--amber-bright);width:12px;height:12px;margin:-6px}.loader{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:100vh;display:flex;position:relative}.loader__spin{color:var(--teal);font-size:2.4rem;animation:1s linear infinite loaderspin}@keyframes loaderspin{to{transform:rotate(360deg)}}.loader__label{color:var(--ink-faint)}.soundbtn{border:1px solid var(--panel-line);border-radius:var(--radius-sm);background:var(--panel);align-self:stretch;place-items:center;width:42px;font-size:1.02rem;transition:border-color .2s,transform .15s;display:grid;box-shadow:inset 0 1px #fffdf7}.soundbtn:hover{border-color:var(--accent);transform:translateY(-1px)}.timer{place-items:center;display:grid;position:relative}.timer__read{flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex;position:absolute;inset:0}.timer__time{color:var(--ink);font-size:1.18rem;font-weight:600;line-height:1}.timer__label{letter-spacing:.16em;text-transform:uppercase;color:var(--ink-faint);font-size:.54rem}.timer--danger{animation:1s ease-in-out infinite pulse}.timer--danger .timer__time{color:var(--coral)}.timer--frozen{opacity:.75}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.btn{border-radius:var(--radius-sm);letter-spacing:-.01em;align-items:center;gap:8px;padding:13px 22px;font-size:.95rem;font-weight:700;transition:transform .16s,box-shadow .2s,background .2s;display:inline-flex}.btn--primary{background:var(--accent-deep);color:var(--paper);box-shadow:0 12px 24px -12px var(--accent-deep)}.btn--primary:hover{background:var(--accent);box-shadow:0 18px 30px -14px var(--accent-deep);transform:translateY(-2px)}.btn--primary:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn--lg{padding:16px 30px;font-size:1.02rem}.intro{justify-content:center;align-items:center;padding:clamp(28px,6vw,80px)}.intro__inner{flex-direction:column;align-items:flex-start;gap:18px;max-width:660px;display:flex}.intro__title{letter-spacing:-.03em;color:var(--ink);font-size:clamp(2.6rem,7vw,4.6rem);font-weight:600;line-height:.98}.intro__title em{color:var(--accent);font-style:italic;font-weight:500}.home{gap:clamp(44px,7vw,92px);padding:clamp(20px,4vw,44px) clamp(20px,6vw,80px) 64px}.home__nav{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;display:flex}.home__nav .brand__mark{letter-spacing:-.02em;font-size:1.4rem;font-weight:600}.home__nav .brand__mark:first-letter{color:var(--teal)}.home__navauth{align-items:center;gap:12px;display:flex}.dash__headtop{justify-content:space-between;align-items:center;gap:16px;display:flex}.btn--ghost{background:var(--panel);border:1.5px solid var(--panel-line);color:var(--ink);padding:9px 18px;font-size:.86rem}.btn--ghost:hover{border-color:var(--accent);transform:translateY(-1px)}.authpage{--accent:var(--teal);--accent-deep:var(--teal-deep);--accent-wash:var(--teal-wash);background:radial-gradient(120% 70% at 50% -10%, var(--teal-wash), transparent 55%), var(--paper);flex-direction:column;min-height:100vh;display:flex}.authtop{justify-content:space-between;align-items:center;padding:20px clamp(20px,5vw,44px);display:flex}.authtop__brand{letter-spacing:-.02em;color:var(--ink);font-size:1.3rem;font-weight:600}.authtop__brand:first-letter{color:var(--teal)}.authwrap{flex:1;justify-content:center;align-items:center;padding:12px 24px 72px;display:flex}.authbox{flex-direction:column;gap:30px;width:100%;max-width:396px;display:flex}.authbox__head{flex-direction:column;gap:20px;display:flex}.authbox__heading{flex-direction:column;gap:13px;display:flex}.authbox__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint);font-size:.7rem;font-weight:600}.authbox__title{letter-spacing:-.015em;color:var(--ink);margin:0;font-size:clamp(2.4rem,7vw,3rem);line-height:1.02}.authbox__title em{color:var(--teal);font-style:italic}.authform2{flex-direction:column;gap:22px;display:flex}.field2{flex-direction:column;gap:8px;display:flex;overflow:hidden}.field2__label{letter-spacing:.13em;text-transform:uppercase;color:var(--ink-soft);font-size:.68rem;font-weight:700}.field2__input{border:none;border-bottom:1.5px solid var(--panel-line);color:var(--ink);background:0 0;border-radius:0;padding:9px 2px;font-size:1.05rem;transition:border-color .2s}.field2__input::placeholder{color:var(--ink-faint)}.field2__input:focus{border-bottom-color:var(--teal);border-bottom-width:2px;outline:none}.field2:focus-within .field2__label{color:var(--teal-deep)}.authform2__error{background:var(--coral-wash);color:var(--coral);border-radius:9px;margin:0;padding:10px 13px;font-size:.85rem}.authform2__submit{justify-content:center;width:100%;margin-top:10px}.authbox__foot{text-align:center;color:var(--ink-soft);flex-direction:column;align-items:center;gap:12px;font-size:.88rem;display:flex}.authbox__pending{flex-direction:column;gap:16px;display:flex}.authbox__lead{color:var(--ink-soft);margin:0;font-size:1rem;line-height:1.6}.authform2__note{background:var(--teal-wash);color:var(--teal-deep);border-radius:9px;margin:0;padding:10px 13px;font-size:.85rem}.authlink{color:var(--teal);border-bottom:1px solid #0000;font-weight:600;transition:border-color .2s,color .2s}.authlink:hover{border-bottom-color:var(--teal)}.authlink--muted{color:var(--ink-faint);font-weight:500}.authlink--muted:hover{color:var(--ink-soft);border-bottom-color:#0000}.hero{margin-top:clamp(10px,4vw,40px);display:flex}.hero__lead{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.hero__title{letter-spacing:-.045em;color:var(--ink);font-size:clamp(3.2rem,9vw,6.6rem);font-weight:600;line-height:.9}.hero__title em{color:var(--teal);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--teal) 42%, transparent);text-decoration-color:color-mix(in srgb, var(--teal) 42%, transparent);text-underline-offset:9px;font-style:italic;font-weight:500;text-decoration-thickness:4px}.hero__lede{color:var(--ink-soft);max-width:56ch;font-size:clamp(1.06rem,1.7vw,1.24rem);line-height:1.6}.hero__cta{flex-wrap:wrap;align-items:center;gap:16px;margin-top:6px;display:flex}.hero--compact{padding-bottom:8px}.hero__cta--left{margin-top:26px}.contgrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.contcard{--accent-deep:color-mix(in srgb, var(--accent) 78%, #000);border-radius:var(--radius);border:1px solid var(--panel-line);background:var(--panel);text-align:left;align-items:center;gap:16px;padding:18px 20px;transition:border-color .2s,transform .18s,box-shadow .2s;display:flex}.contcard:hover{border-color:var(--accent);box-shadow:var(--shadow-card);transform:translateY(-2px)}.contcard__code{background:var(--accent);color:#fff;width:50px;height:50px;box-shadow:0 10px 20px -12px var(--accent-deep);border-radius:12px;flex:none;place-items:center;font-size:.84rem;font-weight:600;display:grid}.contcard__body{flex-direction:column;flex:1;gap:9px;min-width:0;display:flex}.contcard__name{letter-spacing:-.02em;color:var(--ink);font-size:1.22rem;font-weight:600;line-height:1.05}.contcard__prog{flex-wrap:wrap;gap:7px;display:flex}.contcard__go{letter-spacing:.03em;text-transform:uppercase;color:var(--accent);opacity:.55;flex:none;align-self:center;font-size:.74rem;font-weight:700;transition:opacity .2s}.contcard:hover .contcard__go{opacity:1}.hero__numbers{border-top:1px solid var(--panel-line);flex-direction:column;display:flex}.numrow{border-bottom:1px solid var(--panel-line);justify-content:space-between;align-items:baseline;gap:14px;padding:16px 0;display:flex}.numrow__n{letter-spacing:-.02em;color:var(--teal-deep);font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:.9}.numrow__c{text-align:right;max-width:14ch;font-size:.64rem}.home__block{flex-direction:column;gap:22px;display:flex}.home__blockhead{flex-direction:column;gap:6px;display:flex}.home__blocktitle{letter-spacing:-.025em;color:var(--ink);font-size:clamp(1.7rem,3.4vw,2.6rem);font-weight:600;line-height:1}.specpills{flex-wrap:wrap;gap:12px;display:flex}.spill{--accent-deep:color-mix(in srgb, var(--accent) 78%, #000);background:var(--panel);border:1px solid var(--panel-line);border-radius:99px;align-items:center;gap:12px;padding:10px 18px 10px 10px;transition:transform .2s,border-color .2s,box-shadow .25s;display:inline-flex;box-shadow:inset 0 1px #fffdf7}.spill:hover{border-color:var(--accent);box-shadow:0 16px 30px -20px var(--accent-deep);transform:translateY(-3px)}.spill__code{background:var(--accent);color:#fff;letter-spacing:.02em;border-radius:50%;place-items:center;width:38px;height:38px;font-size:.74rem;font-weight:600;display:grid}.spill__name{letter-spacing:-.01em;color:var(--ink);font-size:1.08rem;font-weight:600}.spill__n{color:var(--ink-faint);font-size:.74rem}.howlist{grid-template-columns:1fr 1fr;gap:0 clamp(32px,5vw,72px);list-style:none;display:grid}.hownode{border-top:1px solid var(--panel-line);grid-template-columns:auto 1fr;gap:18px;padding:22px 0;display:grid}.hownode__n{color:var(--teal);letter-spacing:-.02em;font-size:1.7rem;font-weight:600;line-height:1}.hownode__t{letter-spacing:-.015em;color:var(--ink);margin-bottom:5px;font-size:1.24rem;font-weight:600}.hownode__d{color:var(--ink-soft);max-width:44ch;font-size:.98rem;line-height:1.5}.home__foot{border-top:1px solid var(--panel-line);flex-wrap:wrap;align-items:center;gap:18px;padding-top:8px;display:flex}.home__footnote{color:var(--ink-faint);font-size:.86rem}.select{gap:0;padding:clamp(28px,5vw,64px) clamp(20px,6vw,80px) 72px}.select__layout{flex:1;grid-template-columns:minmax(300px,360px) 1fr;align-items:start;gap:clamp(36px,6vw,88px);width:100%;display:grid}.select__aside{flex-direction:column;gap:22px;display:flex;position:sticky;top:clamp(28px,5vw,56px)}.select__main{min-width:0}.select__head{flex-direction:column;gap:12px;display:flex}.select__stats{padding-top:4px}.select__search{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:18px;display:flex}.select__search .search{flex:none;width:min(420px,100%);margin-top:0;margin-left:auto}.select__search .search__count{white-space:nowrap}.link{font-family:var(--font-mono);letter-spacing:.04em;color:var(--ink-faint);align-self:flex-start;padding:2px 0;font-size:.74rem;transition:color .2s}.link:hover{color:var(--accent)}.select__head .eyebrow{margin-top:4px}.select__kicker{padding-top:18px;position:relative}.select__kicker:before{content:"";background:var(--teal);border-radius:3px;width:44px;height:3px;position:absolute;top:0;left:0}.select__title{letter-spacing:-.035em;color:var(--ink);margin:2px 0 4px;font-size:clamp(2.6rem,4.6vw,4rem);font-weight:600;line-height:.98}.select__title em{color:var(--teal);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--teal) 45%, transparent);text-decoration-color:color-mix(in srgb, var(--teal) 45%, transparent);text-underline-offset:7px;font-style:italic;font-weight:500;text-decoration-thickness:3px}.select__lede{color:var(--ink-soft);max-width:46ch;font-size:1.06rem;line-height:1.6}.select__lede i{color:var(--teal);font-style:italic}.search{background:var(--panel);border:1.5px solid var(--panel-line);border-radius:99px;align-items:center;gap:11px;width:100%;max-width:520px;margin-top:8px;padding:13px 16px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:inset 0 1px #fffdf7}.search:focus-within{border-color:var(--teal);box-shadow:0 0 0 4px var(--teal-wash)}.search__icon{width:19px;height:19px;color:var(--ink-faint);flex:none}.search:focus-within .search__icon{color:var(--teal)}.search__input{min-width:0;font-family:var(--font-body);color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.search__input::placeholder{color:var(--ink-faint)}.search__input::-webkit-search-cancel-button{display:none}.search__clear{background:var(--paper-deep);width:24px;height:24px;color:var(--ink-soft);border-radius:50%;flex:none;place-items:center;font-size:.7rem;transition:background .2s,color .2s;display:grid}.search__clear:hover{background:var(--teal);color:var(--paper)}.search__count{color:var(--ink-faint);font-size:.74rem}.select__empty{flex-direction:column;align-items:flex-start;gap:12px;max-width:480px;padding:34px 0;display:flex}.select__emptybig{color:var(--ink-faint);font-size:2.2rem}.select__empty p{color:var(--ink-soft);font-size:1rem;line-height:1.55}.select__empty em{color:var(--teal);font-style:italic}.specindex{border-top:1px solid var(--panel-line);width:100%;list-style:none}.specrow{--accent-deep:color-mix(in srgb, var(--accent) 78%, #000);text-align:left;border-bottom:1px solid var(--panel-line);grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(16px,3vw,34px);width:100%;padding:clamp(20px,2.6vw,30px) clamp(8px,1.5vw,16px);transition:background .25s,padding-left .2s;display:grid;position:relative}.specrow:before{content:"";background:var(--accent);transform-origin:50%;border-radius:3px;width:3px;transition:transform .25s;position:absolute;top:12%;bottom:12%;left:0;transform:scaleY(0)}.specrow:hover{background:linear-gradient(90deg, var(--accent-wash), transparent 72%);padding-left:clamp(16px,2.4vw,26px)}.specrow:hover:before{transform:scaleY(1)}.specrow__index{letter-spacing:-.04em;color:var(--ink-faint);min-width:1.8ch;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:.82;transition:color .25s}.specrow:hover .specrow__index{color:var(--accent)}.specrow__main{flex-direction:column;gap:6px;min-width:0;display:flex}.specrow__eyebrow{align-items:baseline;gap:7px;display:flex}.specrow__code{color:var(--accent);letter-spacing:.1em;font-weight:700}.specrow__name{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.5rem,3vw,2.1rem);font-weight:600;line-height:1.02;transition:color .25s}.specrow:hover .specrow__name{color:var(--accent-deep)}.specrow__blurb{color:var(--ink-soft);max-width:62ch;font-size:.96rem;line-height:1.45}.specrow__meta{letter-spacing:.02em;color:var(--ink-faint);margin-top:3px;font-size:.7rem}.specrow__go{color:var(--accent);opacity:.4;font-size:1.5rem;transition:transform .22s,opacity .22s;transform:translate(-4px)}.specrow:hover .specrow__go{opacity:1;transform:translate(2px)}.specrow__prog{flex-wrap:wrap;gap:8px;margin-top:9px;display:flex}.prchip{background:var(--paper-deep);border:1px solid var(--panel-line);color:var(--ink-soft);border-radius:99px;align-items:baseline;gap:4px;padding:4px 11px;font-size:.74rem;font-weight:600;display:inline-flex}.prchip b{color:var(--ink)}.prchip--rank{background:var(--accent-wash);color:var(--accent-deep);border-color:#0000}.specrow__cta{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);opacity:.5;align-items:center;gap:6px;font-size:.72rem;font-weight:700;transition:opacity .22s;display:inline-flex}.specrow:hover .specrow__cta{opacity:1}.specrow__cta .specrow__go{font-size:1.1rem}.specrow--started .specrow__index{color:var(--accent)}.intro__lede{color:var(--ink-soft);max-width:52ch;font-size:clamp(1.02rem,1.7vw,1.2rem);line-height:1.6}.intro__feats{flex-direction:column;gap:9px;width:100%;margin:6px 0 8px;list-style:none;display:flex}.intro__feats li{border-bottom:1px solid var(--panel-line);color:var(--ink-soft);align-items:baseline;gap:12px;padding-bottom:9px;font-size:.98rem;display:flex}.intro__feats b{color:var(--teal-deep);min-width:34px;font-size:1.05rem}.dash{gap:0;padding:clamp(26px,4vw,56px) clamp(20px,6vw,80px) 80px}.dash__head{flex-direction:column;gap:14px;width:100%;max-width:1040px;margin:0 auto 28px;display:flex}.dash__id{align-items:center;gap:18px;margin-top:4px;display:flex}.dash__code{background:var(--accent);color:#fff;letter-spacing:.02em;width:64px;height:64px;box-shadow:0 14px 28px -14px var(--accent-deep);border-radius:14px;flex:none;place-items:center;font-size:1.18rem;font-weight:600;display:grid}.dash__title{letter-spacing:-.025em;color:var(--ink);font-size:clamp(1.9rem,4vw,2.8rem);font-weight:600;line-height:1}.dash__blurb{color:var(--ink-soft);max-width:60ch;margin-top:7px;font-size:.98rem;line-height:1.5}.tabs{border-bottom:1px solid var(--panel-line);scrollbar-width:none;gap:2px;width:100%;max-width:1040px;margin:6px auto 0;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{font-family:var(--font-body);letter-spacing:-.01em;color:var(--ink-faint);white-space:nowrap;padding:12px 18px;font-size:.94rem;font-weight:600;transition:color .2s;position:relative}.tab:hover{color:var(--ink-soft)}.tab--active{color:var(--accent-deep)}.tab__ink{background:var(--accent);border-radius:3px;height:2.5px;position:absolute;bottom:-1px;left:10px;right:10px}.tabpanel{flex-direction:column;gap:16px;width:100%;max-width:1040px;margin:20px auto 0;display:flex}.tabpanel>*{max-width:none;margin:0}.dash--app{grid-template-columns:228px minmax(0,1fr);gap:clamp(20px,3vw,40px);width:100%;max-width:1120px;margin:0 auto;padding:0 clamp(16px,4vw,40px);display:grid}.dashnav{flex-direction:column;align-self:start;gap:22px;height:100vh;padding:clamp(20px,3vw,30px) 0;display:flex;position:sticky;top:0}.dashnav__brand{letter-spacing:-.02em;color:var(--ink);align-self:flex-start;padding:0 8px;font-size:1.3rem;font-weight:600}.dashnav__brand:first-letter{color:var(--accent)}.dashnav__id{border-top:1px solid var(--panel-line);border-bottom:1px solid var(--panel-line);align-items:center;gap:12px;padding:14px 8px;display:flex}.dashnav__code{background:var(--accent);color:#fff;width:42px;height:42px;box-shadow:0 10px 20px -12px var(--accent-deep);border-radius:11px;flex:none;place-items:center;font-size:.86rem;font-weight:600;display:grid}.dashnav__idbody{min-width:0}.dashnav__name{letter-spacing:-.02em;color:var(--ink);font-size:1.12rem;font-weight:600;line-height:1.1}.dashnav__list{flex-direction:column;gap:3px;display:flex}.dashnavitem{width:100%;color:var(--ink-soft);text-align:left;border-radius:10px;align-items:center;gap:12px;padding:11px 14px;font-size:.92rem;font-weight:600;transition:background .2s,color .2s;display:flex;position:relative}.dashnavitem:hover{background:var(--paper-deep);color:var(--ink)}.dashnavitem.is-active{color:var(--accent-deep);background:var(--accent-wash)}.dashnavitem__icon{flex:none;width:18px;height:18px}.dashnavitem__ink{background:var(--accent);border-radius:0 3px 3px 0;width:3px;position:absolute;top:9px;bottom:9px;left:0}.dashnav__foot{border-top:1px solid var(--panel-line);flex-direction:column;gap:2px;margin-top:auto;padding-top:14px;display:flex}.dashnav__action{color:var(--ink-faint);text-align:left;border-radius:10px;padding:9px 14px;font-size:.86rem;font-weight:600;transition:background .2s,color .2s}.dashnav__action:hover{background:var(--paper-deep);color:var(--ink-soft)}.dashbody{min-width:0;padding:clamp(20px,3vw,36px) 0 44px}.dash--app .tabpanel{max-width:none;margin:0}.hist{flex-direction:column;gap:16px;display:flex}.hist__head{flex-direction:column;gap:4px;display:flex}.hist__title{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.4rem,3vw,1.9rem);font-weight:600}.histtable{flex-direction:column;display:flex}.histrow{border-top:1px solid var(--panel-line);grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;align-items:center;gap:8px;padding:13px 2px;transition:background .18s;display:grid}.histrow:not(.histrow--head):hover{background:var(--accent-wash)}.histrow--click{cursor:pointer}.histrow--head{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);border-top:none;font-size:.68rem}.ov--hist{gap:clamp(16px,2.6vh,28px)}.ov--hist .ov__levelnum{font-size:clamp(3.2rem,9vh,5.8rem)}.ov--hist .ov__headline{font-size:clamp(1.5rem,4vh,2.3rem)}.histc--num{text-align:right;color:var(--ink-soft);font-size:.92rem}.histc--acc{color:var(--ink);font-weight:700}.histc--date{color:var(--ink);flex-direction:column;gap:1px;display:flex}.histc__time{color:var(--ink-faint);font-size:.72rem}.errbook{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.errbook__body{flex-direction:column;gap:4px;min-width:0;display:flex}.errbook__lead{color:var(--ink);font-size:clamp(1.1rem,2.6vh,1.5rem)}.errbook__num{color:var(--accent-deep,var(--accent))}.errbook__sub{color:var(--ink-soft);max-width:46ch;font-size:.86rem}.errbook__actions{flex-wrap:wrap;gap:10px;display:flex}.btn__sub{opacity:.72;margin-left:8px;font-size:.72rem;font-weight:400}.explain__text.is-generating{color:var(--ink-faint);font-style:italic}.bmstar{color:var(--ink-faint);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-left:auto;padding:2px;line-height:0;transition:color .18s,transform .12s;display:inline-flex}.bmstar:hover{color:var(--accent)}.bmstar:active{transform:scale(.88)}.bmstar.is-on{color:var(--accent-deep,var(--accent))}.bmstar__txt{letter-spacing:.02em;font-size:.74rem;line-height:1}@media (width<=900px){.dash--app{flex-direction:column;display:flex}.dashnav{border-bottom:1px solid var(--panel-line);flex-flow:wrap;align-items:center;gap:12px 16px;height:auto;padding:16px 0;position:static}.dashnav__id{border:none;padding:0}.dashnav__list{scrollbar-width:none;flex-direction:row;flex-basis:100%;order:3;gap:4px;overflow-x:auto}.dashnavitem{white-space:nowrap}.dashnavitem__ink{border-radius:3px 3px 0 0;width:auto;height:3px;inset:auto 8px 0}.dashnav__foot{border:none;flex-direction:row;margin:0 0 0 auto;padding:0}}.ov{flex-direction:column;gap:clamp(22px,3.4vw,36px);padding:clamp(6px,1.6vw,14px) 2px;display:flex}.ov__lead{align-items:flex-start;gap:clamp(18px,3.5vw,40px);display:flex}.ov__levelnum{letter-spacing:-.05em;color:var(--accent);flex:none;font-size:clamp(4.4rem,11vw,8.4rem);font-weight:600;line-height:.78;position:relative}.ov__levelnum:after{content:"";background:var(--accent);opacity:.35;border-radius:3px;height:3px;position:absolute;bottom:-10px;left:4px;right:8px}.ov__leadbody{flex-direction:column;flex:1;align-items:flex-start;gap:14px;max-width:640px;display:flex}.ov__headline{letter-spacing:-.03em;color:var(--ink);font-size:clamp(2.1rem,5.2vw,3.5rem);font-weight:600;line-height:1}.ov__headline em{color:var(--accent);font-style:italic;font-weight:500}.ov__sub{color:var(--ink-soft);max-width:56ch;font-size:1.04rem;line-height:1.55}.ov__xp{flex-direction:column;gap:8px;width:100%;max-width:460px;margin:2px 0 4px;display:flex}.ov__xpbar{background:var(--paper-deep);border:1px solid var(--panel-line);border-radius:99px;height:7px;overflow:hidden}.ov__xpfill{background:linear-gradient(90deg, var(--accent), var(--accent-deep));border-radius:99px;height:100%}.ov__xplabel{color:var(--ink-faint);font-size:.74rem}.qcount{flex-direction:column;gap:9px;display:flex}.qcount__opts{flex-wrap:wrap;gap:8px;display:flex}.qcount__opt{border:1.5px solid var(--panel-line);background:var(--panel);color:var(--ink-soft);border-radius:99px;padding:7px 16px;font-size:.82rem;font-weight:600;transition:border-color .2s,background .2s,color .2s,transform .15s}.qcount__opt:hover{border-color:var(--accent);transform:translateY(-1px)}.qcount__opt.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.qcount__custom{align-items:center;display:inline-flex}.qcount__input{border:1.5px solid var(--panel-line);background:var(--panel);width:84px;color:var(--ink);border-radius:99px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:border-color .2s}.qcount__input:focus{border-color:var(--accent);outline:none}.qcount__hint{color:var(--ink-soft);font-size:.72rem}.setup__backdrop{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14100c6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.setup{--accent-deep:color-mix(in srgb, var(--accent) 78%, #000);border:1px solid var(--panel-line);background:var(--panel);border-radius:20px;flex-direction:column;gap:22px;width:100%;max-width:432px;padding:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px -20px #14100c66}.setup:before{content:"";background:var(--accent);height:4px;position:absolute;top:0;left:0;right:0}.setup__head{flex-direction:column;gap:6px;display:flex}.setup__title{letter-spacing:-.02em;color:var(--ink);margin:0;font-size:1.6rem;font-weight:600}.setup__sub{color:var(--ink-soft);margin:0;font-size:.86rem}.setup__count{background:var(--accent-wash);border-radius:14px;align-items:baseline;gap:12px;padding:18px 20px;display:flex}.setup__countnum{letter-spacing:-.03em;color:var(--accent-deep);font-size:3rem;font-weight:600;line-height:.9}.setup__countcap{color:var(--accent-deep);font-size:.86rem;font-weight:600}.setup__field{flex-direction:column;gap:11px;display:flex}.setup__actions{gap:10px;margin-top:2px;display:flex}.setup__cancel{border:1.5px solid var(--panel-line);color:var(--ink-soft);background:0 0}.setup__cancel:hover{border-color:var(--ink-faint);color:var(--ink)}.setup__actions .btn--primary{flex:1;justify-content:center}.ov__rule{border:none;border-top:1px solid var(--panel-line);margin:0}.ov__perf{flex-direction:column;gap:18px;display:flex}.ov__perfhead{justify-content:space-between;align-items:center;display:flex}.ov__evo{flex-direction:column;gap:14px;display:flex}.ov__evo .evo__chart{margin:0}.ledger{flex-wrap:wrap;row-gap:18px;display:flex}.ledger__item{flex-direction:column;gap:8px;padding:2px clamp(22px,3.5vw,44px);display:flex}.ledger__item:first-child{padding-left:0}.ledger__item+.ledger__item{border-left:1px solid var(--panel-line)}.ledger__num{letter-spacing:-.02em;color:var(--ink);font-size:clamp(2.1rem,4.4vw,3rem);font-weight:600;line-height:.85}.ledger__item:first-child .ledger__num{color:var(--accent-deep)}.ledger__cap{font-size:.62rem}.ledger .trend{margin-top:-2px}.ledger__empty{color:var(--ink-soft);max-width:54ch;font-size:1.04rem;font-style:italic;line-height:1.55}.dash__grid{grid-template-columns:1.6fr 1fr;gap:16px;width:100%;max-width:1040px;margin:0 auto;display:grid}.journey{border-radius:var(--radius);color:#fff;background:radial-gradient(120% 130% at 0% 0%, color-mix(in srgb, var(--accent) 70%, #000) 0%, var(--accent) 55%, var(--accent-deep) 100%);box-shadow:var(--shadow-raise);flex-direction:column;align-items:flex-start;gap:14px;padding:clamp(24px,3vw,34px);display:flex;position:relative;overflow:hidden}.journey:after{content:"";pointer-events:none;background:radial-gradient(60% 60% at 90% 110%,#ffffff29,#0000 60%);position:absolute;inset:0}.journey__lvl{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.journey__badge{letter-spacing:.06em;background:#ffffff2e;border-radius:99px;padding:4px 10px;font-size:.72rem;font-weight:600}.journey__rank{font-size:.96rem;font-weight:700}.journey__next{letter-spacing:.08em;text-transform:uppercase;opacity:.75;font-size:.68rem}.journey__cta{letter-spacing:-.02em;max-width:18ch;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:600;line-height:1.08}.journey__cta em{opacity:.85;font-style:italic;font-weight:500}.journey__sub{opacity:.85;font-size:.92rem}.journey__xp{flex-direction:column;gap:7px;width:100%;margin:4px 0 6px;display:flex}.journey__xptrack{background:#00000038;border-radius:99px;height:8px;overflow:hidden}.journey__xpfill{background:#fff;border-radius:99px;height:100%}.journey__xplabel{opacity:.8;font-size:.72rem}.journey .btn--primary{z-index:1;color:var(--accent-deep);background:#fff;position:relative;box-shadow:0 14px 26px -14px #00000080}.journey .btn--primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 20px 34px -16px #0000008c}.perf{background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius);box-shadow:var(--shadow-card);flex-direction:column;gap:12px;padding:clamp(18px,2vw,24px);display:flex}.perf__head{justify-content:space-between;align-items:center;display:flex}.link--mini{font-size:.66rem}.perf__grid{flex:1;grid-template-columns:1fr 1fr;gap:12px;display:grid}.pstat{background:var(--paper-deep);border:1px solid var(--panel-line);border-radius:var(--radius-sm);flex-direction:column;gap:5px;padding:16px;display:flex}.pstat--lead{background:var(--accent-wash);border-color:color-mix(in srgb, var(--accent) 26%, transparent)}.pstat__val{color:var(--accent-deep);font-size:1.7rem;font-weight:600;line-height:1}.pstat__cap{font-size:.6rem}.trend{font-size:.72rem;font-weight:600}.trend--up{color:var(--green)}.trend--down{color:var(--coral)}.trend--flat{color:var(--ink-faint)}.trend--pill{background:var(--panel);border:1px solid var(--panel-line);border-radius:99px;padding:5px 11px}.rank{background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius);width:100%;max-width:1040px;box-shadow:var(--shadow-card);margin:26px auto 0;padding:clamp(18px,2.4vw,26px)}.rank__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.rank__note{letter-spacing:.06em;color:var(--ink-faint);border:1px solid var(--panel-line);border-radius:99px;padding:4px 9px;font-size:.64rem}.rank__body{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(16px,3vw,32px);display:grid}.rank__lead{flex-direction:column;gap:12px;display:flex}.rank__big{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.9rem,4.4vw,2.9rem);font-weight:500;line-height:1}.rank__big strong{color:var(--accent-deep);font-weight:700}.rank__sub{color:var(--ink-soft);max-width:42ch;font-size:.98rem;line-height:1.55}.rank__sub b{color:var(--ink);font-weight:700}.rank__chart{background:var(--paper-deep);border:1px solid var(--panel-line);border-radius:var(--radius-sm);padding:10px 8px 4px}.pcurve{width:100%;height:auto;display:block}.pcurve__you{font-family:var(--font-mono);fill:var(--accent-deep);font-size:14px;font-weight:600}.pcurve__axis{font-family:var(--font-mono);fill:var(--ink-faint);font-size:11px}.board{background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius);width:100%;max-width:1040px;box-shadow:var(--shadow-card);margin:26px auto 0;padding:clamp(18px,2.4vw,26px)}.board__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.board__title{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.2rem,2.4vw,1.55rem);font-weight:600}.board__youtag{background:var(--accent-wash);color:var(--accent-deep);border:1px solid color-mix(in srgb, var(--accent) 26%, transparent);border-radius:99px;padding:6px 12px;font-size:.74rem;font-weight:600}.board__table{flex-direction:column;display:flex}.board__row{border-bottom:1px solid var(--panel-line);grid-template-columns:44px 1fr 110px 78px 78px;align-items:center;gap:8px;padding:13px 12px;display:grid}.board__row--head{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);padding-top:0;padding-bottom:9px;font-size:.66rem}.board__row:last-child{border-bottom:none}.board__c--num{text-align:right}.board__c--name{color:var(--ink);align-items:center;gap:8px;min-width:0;font-size:.96rem;display:flex}.board__c--name strong{font-weight:700}.board__xp{color:var(--accent-deep);font-weight:600}.board__ref{font-family:var(--font-mono);letter-spacing:.04em;color:var(--ink-faint);border:1px solid var(--panel-line);border-radius:99px;padding:2px 6px;font-size:.58rem}.board__row--you{background:var(--accent-wash);border-radius:var(--radius-sm);box-shadow:inset 3px 0 0 var(--accent);border-bottom-color:#0000}.board__c--rank{color:var(--ink-faint);font-weight:600}.rk{color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;font-weight:700;display:inline-grid}.rk--1{background:#c9a227}.rk--2{background:#9aa0a6}.rk--3{background:#b07c4f}.board__foot{color:var(--ink-faint);margin-top:14px;font-size:.7rem}.evo{background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius);width:100%;max-width:1040px;box-shadow:var(--shadow-card);margin:26px auto 0;padding:clamp(18px,2.4vw,26px)}.evo__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.evo__title{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.2rem,2.4vw,1.55rem);font-weight:600}.ov__pct{color:var(--accent);margin-left:.04em;font-size:.4em;font-weight:600}.ov__unit{letter-spacing:.04em;color:var(--accent);vertical-align:.35em;margin-left:.12em;font-size:.28em;font-weight:700}.evo__chart{flex-direction:column;gap:8px;display:flex}.ov--evo{gap:clamp(18px,3vh,36px);padding-top:4px}.ov--evo .ov__levelnum{font-size:clamp(3.4rem,10vh,6.4rem)}.ov--evo .ov__headline{font-size:clamp(1.7rem,5vh,2.7rem)}.ov--evo .ov__leadbody{gap:13px}.ov--evo .ov__sub{font-size:1rem}.ov--evo .evo__chart{height:clamp(180px,40vh,340px)}.ov--evo .evo__chart .chart{flex:1;height:auto;min-height:0}.ov--evo .ledger{grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:22px 18px;display:grid}.ov--evo .ledger__item{border:none;gap:9px;padding:0}.ov--evo .ledger__item+.ledger__item{border-left:none}.ov--evo .ledger__num{font-size:clamp(2rem,4.2vh,2.9rem)}.ov--rank{gap:clamp(18px,3vh,32px)}.ov--rank .ov__levelnum{font-size:clamp(3.4rem,11vh,6.6rem)}.ov--rank .ov__headline{font-size:clamp(1.6rem,4.5vh,2.5rem)}.ov__hash{color:var(--accent);vertical-align:.16em;margin-right:.02em;font-size:.5em}.rank2{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:clamp(20px,3vw,48px);display:grid}.rank2__chart{min-width:0}@media (width<=760px){.rank2{grid-template-columns:1fr;gap:18px}}.ov--trail{gap:clamp(16px,2.6vh,28px)}.ov--trail .ov__levelnum{font-size:clamp(3.2rem,9vh,5.6rem)}.ov--trail .ov__headline{font-size:clamp(1.5rem,4vh,2.3rem)}.chart{width:100%;height:auto;display:block}.chart__axis{font-family:var(--font-mono);fill:var(--ink-faint);font-size:11px}.chart__value{font-family:var(--font-mono);fill:var(--accent-deep);font-size:14px;font-weight:600}.evo__legend{color:var(--ink-faint);text-align:right;font-size:.7rem}.evo__empty{text-align:center;color:var(--ink-soft);border:1.5px dashed var(--panel-line);border-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:8px;padding:38px 20px;display:flex}.evo__emptybig{color:var(--ink-faint);font-size:2rem}.evo__empty p{max-width:42ch;font-size:.95rem;line-height:1.5}.trail{width:100%;max-width:1040px;margin:30px auto 0}.trail__head{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.trail__title{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.3rem,2.6vw,1.7rem);font-weight:600}.trail__list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:0 clamp(22px,3.5vw,48px);margin:0;padding:0;list-style:none;display:grid}.trrow{border-top:1px solid var(--panel-line);text-align:left;grid-template-columns:1fr auto;align-items:baseline;gap:8px 12px;width:100%;padding:13px 0;transition:border-color .2s;display:grid}.trrow:hover{border-color:var(--accent)}.trrow__name{color:var(--ink);font-size:.98rem;font-weight:600;transition:color .2s}.trrow:hover .trrow__name{color:var(--accent-deep)}.trrow__acc{color:var(--ink-faint);justify-self:end;font-size:.92rem;font-weight:700}.trrow__acc--good{color:var(--green)}.trrow__acc--mid{color:var(--amber)}.trrow__acc--low{color:var(--coral)}.trrow .trbar{grid-column:1/-1}.trrow__meta{color:var(--ink-faint);grid-column:1/-1;justify-content:space-between;gap:10px;font-size:.72rem;display:flex}.trrow__go{color:var(--accent);opacity:0;flex:none;font-weight:700;transition:opacity .2s}.trrow:hover .trrow__go{opacity:1}.trnode{background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius-sm);align-items:center;gap:16px;padding:16px 20px;display:flex;position:relative}.trnode--next{border-color:var(--accent);box-shadow:-3px 0 0 0 var(--accent), var(--shadow-card)}.trnode__dot{background:var(--paper-deep);border:1px solid var(--panel-line);width:34px;height:34px;color:var(--ink-soft);border-radius:50%;flex:none;place-items:center;font-size:.86rem;font-weight:600;display:grid}.trnode--next .trnode__dot{background:var(--accent);color:#fff;border-color:var(--accent)}.trnode__body{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.trnode__name{color:var(--ink);font-size:1.02rem;font-weight:600}.trnode__status{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);margin-left:auto;font-size:.68rem}.trnode--next .trnode__status{color:var(--accent)}.trnode__main{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.trnode__top{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.trnode__acc{color:var(--ink);font-size:.9rem;font-weight:700}.trbar{background:var(--paper-deep);border-radius:99px;height:7px;overflow:hidden}.trbar__fill{border-radius:99px;height:100%;transition:width .5s}.trbar--good{background:var(--teal,#2f9e8f)}.trbar--mid{background:var(--accent)}.trbar--low{background:var(--coral,#c0473b)}.trbar--empty{background:0 0}.trnode__meta{color:var(--ink-soft);font-size:.72rem}.trnode__btn{flex:none;align-self:center;padding:8px 16px;font-size:.8rem}.trail__foot{color:var(--ink-faint);margin-top:14px;font-size:.72rem}.result{justify-content:center;align-items:center;padding:clamp(24px,5vw,64px)}.rsheet{flex-direction:column;gap:clamp(24px,4vw,38px);width:min(880px,100%);display:flex}.rs__head{flex-direction:column;gap:10px;display:flex}.rs__title{letter-spacing:-.035em;color:var(--ink);font-size:clamp(2.6rem,6vw,4.4rem);font-weight:600;line-height:.96}.rs__title em{color:var(--accent);font-style:italic;font-weight:500}.rs__sub{color:var(--ink-soft);max-width:52ch;font-size:1.06rem;line-height:1.55}.rs__body{border-top:1px solid var(--panel-line);grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(28px,5vw,64px);padding-top:6px;display:grid}.rs__focus{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.rs__accnum{letter-spacing:-.05em;color:var(--accent-deep);font-size:clamp(4.5rem,12vw,8rem);font-weight:600;line-height:.8}.rs__acccap{font-size:.68rem}.rs__accbar{background:var(--paper-deep);border:1px solid var(--panel-line);border-radius:99px;width:100%;height:8px;margin:8px 0 4px;overflow:hidden}.rs__accfill{background:linear-gradient(90deg, var(--amber-bright), var(--accent));border-radius:99px;height:100%}.rs__verdict{letter-spacing:-.01em;color:var(--ink);max-width:26ch;font-size:clamp(1.1rem,2vw,1.42rem);font-style:italic;font-weight:500;line-height:1.3}.rs__stats{border-top:1px solid var(--panel-line);flex-direction:column;list-style:none;display:flex}.rstat{border-bottom:1px solid var(--panel-line);justify-content:space-between;align-items:baseline;gap:14px;padding:15px 0;display:flex}.rstat__val{color:var(--ink);font-size:1.6rem;font-weight:600;line-height:1}.rstat--accent .rstat__val{color:var(--accent-deep)}.rstat--accent{border-bottom:none}.rs__actions{flex-wrap:wrap;align-items:center;gap:12px 18px;display:flex}.rs__redocap{color:var(--ink-faint);flex-basis:100%}.rs__redo{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.rs__links{align-items:center;gap:14px;margin-left:auto;display:flex}.rs__linksep{color:var(--ink-faint)}@media (width<=720px){.app{height:auto;overflow:visible}.stage{align-items:flex-start;overflow:visible}.card{grid-template-rows:none;grid-template-columns:1fr;max-height:none}.body__scroll{overflow:visible}.rail{border-right:none;border-bottom:1px solid var(--panel-line);flex-flow:wrap;align-items:center;gap:14px 22px;padding:20px}.rail__num{order:1}.rail__meta{flex:1;order:2}.chip{order:3}.rail__timer{order:4;margin:0 0 0 auto}.rail__streak{flex-basis:100%;order:5;margin-top:4px}.stat__cap{display:none}.stat{min-width:0}.result__grid{grid-template-columns:repeat(2,1fr)}.specrow{gap:14px}.specrow__index{min-width:1.4ch;font-size:1.6rem}.specrow__go{align-self:start}.dash__grid,.rank__body{grid-template-columns:1fr}.board__row{grid-template-columns:30px 1fr 64px 50px 56px;gap:6px;padding:12px 6px}.board__c--name{font-size:.86rem}.board__ref{display:none}.ov__lead{flex-direction:column;gap:10px}.ov__levelnum{font-size:4rem}.ledger__item{padding:2px 14px}.ledger__item:first-child{padding-left:0}.select__layout{grid-template-columns:1fr;gap:26px}.select__aside{position:static}.hero{grid-template-columns:1fr;align-items:start;gap:28px}.howlist{grid-template-columns:1fr}.hownode{padding:18px 0}.rs__body{grid-template-columns:1fr;align-items:stretch;gap:24px}.rs__links{margin-left:0}}.appshell{--topnav-h:58px;--accent:var(--teal);--accent-deep:var(--teal-deep);--accent-wash:var(--teal-wash);background:var(--paper);min-height:100vh}.topnav{z-index:30;height:var(--topnav-h);background:color-mix(in srgb, var(--paper) 88%, transparent);-webkit-backdrop-filter:saturate(1.2)blur(8px);backdrop-filter:saturate(1.2)blur(8px);border-bottom:1px solid var(--panel-line);position:sticky;top:0}.topnav__inner{align-items:center;gap:22px;max-width:1120px;height:100%;margin:0 auto;padding:0 clamp(16px,4vw,40px);display:flex}.topnav__brand{letter-spacing:-.02em;color:var(--ink);align-items:center;gap:8px;font-size:1.25rem;font-weight:600;display:inline-flex}.topnav__bear{color:var(--bear);flex:none}.ov__bear{vertical-align:-.15em;color:var(--bear);flex:none;margin-right:10px}.topnav__links{gap:clamp(16px,2.5vw,28px);margin-left:clamp(8px,2vw,24px);display:flex}.topnav__link{color:var(--ink-soft);padding:6px 2px;font-size:.9rem;font-weight:600;transition:color .2s;position:relative}.topnav__link:hover{color:var(--ink)}.topnav__link.is-active{color:var(--teal-deep)}.topnav__link.is-active:after{content:"";background:var(--teal);border-radius:2px;height:2px;position:absolute;bottom:-2px;left:0;right:0}.topnav__right{align-items:center;gap:10px;margin-left:auto;display:flex}.topnav__user{align-items:center;gap:8px;display:flex}.topnav__avatar{background:var(--teal);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-size:.82rem;font-weight:700;display:grid}.topnav__name{color:var(--ink);font-size:.9rem;font-weight:600}.topnav__logout{color:var(--ink-faint);border-radius:8px;padding:6px 10px;font-size:.86rem;font-weight:600;transition:color .2s}.topnav__logout:hover{color:var(--coral)}.appshell .dash--app,.appshell .select{min-height:calc(100vh - var(--topnav-h))}.appshell .dashnav{top:var(--topnav-h);height:calc(100vh - var(--topnav-h))}.dashnav__crumb{color:var(--ink-faint);align-self:flex-start;font-size:.82rem;font-weight:600;transition:color .2s}.dashnav__crumb:hover{color:var(--ink)}.dashhome{flex-direction:column;gap:30px;max-width:1120px;margin:0 auto;padding:clamp(24px,3.5vw,44px) clamp(16px,4vw,40px) 72px;display:flex}.ov--home{padding:0}.ov--home .ov__lead{align-items:center}.ov--home .ov__levelnum{order:2;margin-left:auto;font-size:clamp(2.8rem,8vh,5rem)}.ov--home .ov__headline{font-size:clamp(2rem,5vh,3rem)}.explore{flex-direction:column;gap:22px;max-width:1120px;margin:0 auto;padding:clamp(24px,3.5vw,44px) clamp(16px,4vw,40px) 72px;display:flex}.explore__head{flex-direction:column;gap:8px;display:flex}.explore__title{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.9rem,4vw,2.6rem);font-weight:600;line-height:1.04}.explore__title em{color:var(--teal);font-style:italic}.explore__lede{color:var(--ink-soft);max-width:62ch;font-size:1rem;line-height:1.55}.explore__search{flex-direction:column;gap:8px;max-width:560px;display:flex}.speclist{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.specentry{--accent-deep:color-mix(in srgb, var(--accent) 78%, #000);border-top:1px solid var(--panel-line);text-align:left;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(14px,2vw,22px);width:100%;padding:16px 8px;transition:background .18s;display:grid}.speclist li:last-child .specentry{border-bottom:1px solid var(--panel-line)}.specentry:hover{background:var(--accent-wash)}.specentry__code{background:var(--accent);color:#fff;width:48px;height:48px;box-shadow:0 10px 20px -12px var(--accent-deep);border-radius:12px;flex:none;place-items:center;font-size:.82rem;font-weight:600;display:grid}.specentry__body{flex-direction:column;gap:7px;min-width:0;display:flex}.specentry__top{align-items:baseline;gap:10px;display:flex}.specentry__name{letter-spacing:-.02em;color:var(--ink);font-size:1.18rem;font-weight:600}.specentry__rank{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-deep);font-size:.7rem;font-weight:700}.specentry__bar{background:var(--paper-deep);border-radius:99px;height:5px;display:block;overflow:hidden}.specentry__fill{background:var(--accent);border-radius:99px;height:100%;display:block}.specentry__meta{color:var(--ink-soft);font-size:.74rem}.specentry__go{letter-spacing:.03em;text-transform:uppercase;color:var(--accent-deep);opacity:.55;flex:none;align-self:center;font-size:.74rem;font-weight:700;transition:opacity .2s}.specentry:hover .specentry__go{opacity:1}.specentry--resume{border-radius:var(--radius);background:var(--accent-wash);border-top:none;gap:clamp(16px,2.4vw,26px);padding:clamp(18px,2.4vw,26px);transition:transform .18s,box-shadow .2s}.specentry--resume:hover{background:var(--accent-wash);box-shadow:var(--shadow-card);transform:translateY(-2px)}.specentry--resume .specentry__code{border-radius:14px;width:58px;height:58px;font-size:.92rem}.specentry--resume .specentry__name{font-size:clamp(1.3rem,2.6vw,1.6rem)}.specentry--resume .specentry__go{opacity:1;font-size:.78rem}@media (width<=560px){.specentry__go{display:none}.specentry--resume .specentry__go{display:inline}}.dashhome__head{flex-direction:column;gap:8px;display:flex}.dashhome__title{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.9rem,4vw,2.6rem);font-weight:600;line-height:1.04}.dashhome__title em{color:var(--teal);font-style:italic}.dashhome__block{flex-direction:column;gap:14px;display:flex}.dashhome__blockhead{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.snapgrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.snapcard{border-radius:var(--radius);border:1px solid var(--panel-line);background:var(--panel);flex-direction:column;gap:6px;padding:18px 20px;display:flex}.snapcard__val{letter-spacing:-.02em;color:var(--ink);font-size:1.7rem;font-weight:600}.snapcard__cap{color:var(--ink-faint)}.resumecard{--accent-deep:color-mix(in srgb, var(--accent) 78%, #000);border-radius:var(--radius);border:1px solid var(--accent);background:var(--accent-wash);text-align:left;align-items:center;gap:18px;width:100%;padding:20px 22px;transition:transform .18s,box-shadow .2s;display:flex}.resumecard:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.resumecard__code{background:var(--accent);color:#fff;width:54px;height:54px;box-shadow:0 10px 20px -12px var(--accent-deep);border-radius:13px;flex:none;place-items:center;font-weight:600;display:grid}.resumecard__body{flex-direction:column;flex:1;gap:9px;min-width:0;display:flex}.resumecard__name{letter-spacing:-.02em;color:var(--ink);font-size:1.3rem;font-weight:600}.resumecard__prog{flex-wrap:wrap;gap:7px;display:flex}.resumecard__go{letter-spacing:.03em;text-transform:uppercase;color:var(--accent-deep);flex:none;font-size:.78rem;font-weight:700}.contcard__hint{color:var(--ink-soft);font-size:.86rem}.account{max-width:680px;margin:0 auto;padding:clamp(24px,3.5vw,44px) clamp(16px,4vw,40px) 72px}.account__inner{flex-direction:column;gap:24px;display:flex}.account__id{align-items:center;gap:18px;margin-top:6px;display:flex}.account__avatar{background:var(--teal);color:#fff;width:72px;height:72px;box-shadow:0 14px 28px -14px var(--teal-deep);border-radius:50%;flex:none;place-items:center;font-size:1.8rem;font-weight:700;display:grid}.account__idbody{min-width:0}.account__name{letter-spacing:-.02em;color:var(--ink);margin:0;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:600;line-height:1.05}.account__email{color:var(--ink-soft);margin-top:5px;font-size:.9rem;display:block}.account__actions{flex-wrap:wrap;gap:12px;display:flex}@media (width<=520px){.topnav__name{display:none}.topnav__inner{gap:12px}}.option--picked{border-color:var(--accent);background:var(--accent-wash)}.option--picked .option__letter{background:var(--accent);color:#fff;border-color:var(--accent)}.stat--time .stat__val{font-variant-numeric:tabular-nums}.stat--time.is-low .stat__val{color:var(--coral)}.palette{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.palette__btn{border:1px solid var(--panel-line);background:var(--panel);width:28px;height:28px;color:var(--ink-soft);border-radius:7px;font-size:.72rem;font-weight:600;transition:border-color .15s,background .15s,color .15s}.palette__btn:hover{border-color:var(--accent)}.palette__btn.is-done{background:color-mix(in srgb, var(--accent) 16%, var(--panel));border-color:var(--accent);color:var(--accent-deep)}.palette__btn.is-current{background:var(--accent);border-color:var(--accent);color:#fff}.actions--nav{justify-content:space-between}.actions__right{gap:10px;display:flex}.navbtn{border:1.5px solid var(--panel-line);color:var(--ink-soft);background:0 0}.navbtn:hover:not(:disabled){border-color:var(--accent);color:var(--ink)}.navbtn:disabled{opacity:.4;cursor:default}.setup__modes{grid-template-columns:1fr 1fr;gap:10px;display:grid}.modecard{border:1.5px solid var(--panel-line);background:var(--panel);text-align:left;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;padding:14px;transition:border-color .2s,background .2s;display:flex}.modecard.is-active{border-color:var(--accent);background:var(--accent-wash)}.modecard__t{color:var(--ink);font-size:1.05rem;font-weight:600}.modecard__d{color:var(--ink-soft);font-size:.74rem;line-height:1.3}.themes{flex-wrap:wrap;gap:7px;max-height:160px;padding:2px;display:flex;overflow-y:auto}.themechip{border:1.5px solid var(--panel-line);background:var(--panel);color:var(--ink-soft);border-radius:99px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:border-color .2s,background .2s,color .2s}.themechip.is-active{border-color:var(--accent);background:var(--accent);color:#fff}.themechip__n{opacity:.7;margin-left:3px;font-size:.72rem}.stage--review{align-items:flex-start;overflow-y:auto}.review{flex-direction:column;gap:20px;width:min(820px,100%);margin:0 auto;padding-bottom:24px;display:flex}.review__head{flex-direction:column;gap:4px;display:flex}.review__title{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.4rem,3vw,2rem);font-weight:600}.review__list{flex-direction:column;gap:16px;display:flex}.revitem{border:1px solid var(--panel-line);border-radius:var(--radius);background:var(--panel);flex-direction:column;gap:12px;padding:18px 20px;display:flex}.revitem__head{align-items:center;gap:10px;display:flex}.revitem__n{color:var(--ink-faint);font-size:.8rem}.revitem__tag{text-transform:uppercase;letter-spacing:.06em;border-radius:99px;padding:3px 9px;font-size:.64rem;font-weight:700}.revitem__tag.is-ok{background:var(--green-wash);color:var(--green)}.revitem__tag.is-bad{background:var(--coral-wash);color:var(--coral)}.revitem__topic{color:var(--ink-soft);margin-left:auto;font-size:.74rem}.revitem__stem{color:var(--ink);font-size:1rem;line-height:1.4}.revitem__opts{flex-direction:column;gap:8px;display:flex}.revitem__opts .option{pointer-events:none}.revitem__exp{border-radius:var(--radius-sm);border-left:3px solid var(--accent);background:var(--paper-deep);overflow:hidden}.revitem__optrow{flex-direction:column;gap:4px;display:flex}.revitem__optrow .revitem__exp{margin:2px 0 6px 6px;padding:6px 14px 4px}.revitem__optrow .option{pointer-events:auto;cursor:pointer;--fill:color-mix(in srgb, var(--panel) 55%, var(--paper-deep));background-image:linear-gradient(to top right, var(--fill), var(--fill));background-position:0 100%;background-repeat:no-repeat;background-size:0% 0%;transition:background-size .45s,box-shadow .25s;box-shadow:0 6px 16px -10px #1c211d73}.revitem__optrow:hover .option{box-shadow:0 12px 26px -14px #1c211d80}.revitem__optrow .option--correct{--fill:color-mix(in srgb, var(--green-wash) 78%, var(--green))}.revitem__optrow .option--wrong{--fill:color-mix(in srgb, var(--coral-wash) 78%, var(--coral))}.revitem__optrow:hover .option{background-size:200% 200%}.option__explainslot{justify-content:flex-end;max-height:0;transition:max-height .55s;display:flex;overflow:hidden}.revitem__optrow:hover .option__explainslot,.revitem__optrow.is-open .option__explainslot{max-height:48px}.option__explaintoggle{border:1px solid var(--accent);background:var(--accent-wash);color:var(--accent-deep);cursor:pointer;opacity:0;border-radius:99px;margin:6px 6px 0 0;padding:5px 14px;font-size:.74rem;font-weight:600;transition:opacity .55s,transform .55s,background .18s,border-color .18s;transform:translateY(-8px)}.option__explaintoggle:hover{filter:brightness(.97)}.option__explaintoggle.is-open{color:var(--ink-soft);border-color:var(--panel-line);background:0 0}.revitem__optrow:hover .option__explaintoggle,.revitem__optrow.is-open .option__explaintoggle{opacity:1;transform:translateY(0)}.review__foot{justify-content:center;padding-top:4px;display:flex}.rs__review{flex-direction:column;align-items:center;gap:14px;margin-top:26px;display:flex}.rs__reviewlist{text-align:left;width:100%;margin-top:6px}.ov--exams{gap:clamp(16px,2.6vh,28px)}.ov--exams .ov__levelnum{font-size:clamp(3rem,9vh,5.4rem)}.ov--exams .ov__headline{font-size:clamp(1.5rem,4vh,2.3rem)}.examlist{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.examrow{border-top:1px solid var(--panel-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:15px 4px;display:flex}.examlist li:last-child .examrow{border-bottom:1px solid var(--panel-line)}.examrow__main{flex-direction:column;gap:3px;min-width:0;display:flex}.examrow__name{letter-spacing:-.01em;color:var(--ink);font-size:1.12rem;font-weight:600}.examrow__meta{color:var(--ink-faint);font-size:.74rem}.examrow__actions{flex:none;gap:8px;display:flex}.examrow__actions .btn{padding:9px 16px;font-size:.86rem}
