:root{--brand-ink: #101b1a;--brand-ink-rgb: 16 27 26;--brand-muted: #566765;--brand-paper: #fffdf7;--brand-paper-rgb: 255 253 247;--brand-canvas: #f4efe6;--brand-cream: #f6efe2;--brand-white: #ffffff;--brand-teal: #057a79;--brand-teal-rgb: 5 122 121;--brand-teal-dark: #045f5e;--brand-coral: #ef5a3c;--brand-coral-rgb: 239 90 60;--brand-coral-dark: #d3432f;--brand-gold: #f4b83e;--brand-gold-rgb: 244 184 62;--brand-green: #2f9466;--brand-blue: #316ed1;--brand-blue-rgb: 49 110 209;--brand-plum: #7b4ab3;--color-text: var(--brand-ink);--color-text-muted: var(--brand-muted);--color-canvas: var(--brand-canvas);--color-surface: var(--brand-paper);--color-surface-raised: #fffefa;--color-surface-translucent: rgb(var(--brand-paper-rgb) / 80%);--color-surface-translucent-strong: rgb(var(--brand-paper-rgb) / 94%);--color-border: rgb(var(--brand-ink-rgb) / 14%);--color-border-subtle: rgb(var(--brand-ink-rgb) / 10%);--color-border-strong: rgb(var(--brand-ink-rgb) / 24%);--color-overlay: rgb(var(--brand-ink-rgb) / 34%);--color-action: var(--brand-coral);--color-action-strong: var(--brand-coral-dark);--color-accent: var(--brand-teal);--color-accent-strong: var(--brand-teal-dark);--color-success: var(--brand-green);--color-info: var(--brand-blue);--color-highlight: var(--brand-gold);--color-focus: #145fbd;--color-danger-text: #9d2f22;--color-danger-surface: #fff3ef;--color-danger-border: rgb(157 47 34 / 22%);--shadow-small: 0 10px 22px rgb(var(--brand-ink-rgb) / 10%);--shadow-card: 0 18px 48px rgb(var(--brand-ink-rgb) / 13%);--shadow-action: 0 12px 28px rgb(var(--brand-coral-rgb) / 24%);--radius-control: 8px;--radius-card: 18px;--radius-dialog: 24px;--radius-pill: 999px;--motion-fast: .16s ease;--ink: var(--color-text);--muted: var(--color-text-muted);--paper: var(--color-surface);--panel: var(--color-surface);--surface: var(--color-surface);--cream: var(--brand-cream);--line: var(--color-border);--teal: var(--color-accent);--teal-dark: var(--color-accent-strong);--coral: var(--color-action);--gold: var(--color-highlight);--green: var(--color-success);--blue: var(--color-info);--plum: var(--brand-plum);--shadow: var(--shadow-card);color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}*{box-sizing:border-box}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}body{margin:0;min-height:100vh;background:linear-gradient(140deg,rgb(var(--brand-blue-rgb) / 12%),transparent 28%),linear-gradient(225deg,rgb(var(--brand-coral-rgb) / 15%),transparent 32%),linear-gradient(25deg,rgb(var(--brand-teal-rgb) / 10%),transparent 42%),var(--color-canvas);color:var(--color-text)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}:where(button,a,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}.app-shell{position:relative;min-height:100vh;overflow-x:hidden}.app-recovery-shell{display:grid;min-height:100vh;padding:24px;place-items:center}.app-recovery-card{display:grid;width:min(100%,560px);gap:16px;padding:clamp(28px,7vw,48px);border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:var(--shadow);text-align:center}.app-recovery-card :where(h1,p){margin:0}.app-recovery-card>p:not(.eyebrow){color:var(--muted);line-height:1.6}.app-recovery-card .primary-button{justify-self:center}.app-recovery-icon{display:grid;width:64px;height:64px;margin:0 auto;place-items:center;border-radius:50%;background:#057a791f;color:var(--teal);font-size:2rem;font-weight:900}.local-recovery-notice{max-width:1180px;margin:0 auto 16px;padding:12px 16px;border:1px solid #d59b28;border-radius:12px;background:#fff5d8;color:#654408;font-weight:700}.local-save-warning,.local-device-notice,.local-update-notice{display:flex;max-width:1180px;margin:0 auto 16px;padding:14px 16px;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(39,101,94,.3);border-radius:16px;background:#eefaf7;box-shadow:0 10px 24px #101b1a14}.local-save-warning{border-color:#b2472d73;background:#fff0e9;color:#742d1b}.local-device-notice{padding-block:10px;border-color:#316ed138;background:#f2f6ff;box-shadow:none}.local-device-notice>div{display:flex;align-items:center;gap:9px}.local-device-notice svg{flex:0 0 auto;color:var(--blue)}.local-save-warning>div,.local-update-notice>div{display:grid;gap:4px}.local-save-warning span,.local-update-notice span{color:var(--muted)}.local-save-warning span{color:#742d1b}@media(max-width:640px){.local-save-warning,.local-device-notice,.local-update-notice{align-items:stretch;flex-direction:column}.local-save-warning button,.local-device-notice button,.local-update-notice button{width:100%}}.topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:minmax(260px,280px) minmax(0,1fr) auto;align-items:center;gap:18px;padding:12px 22px;border-bottom:1px solid var(--line);background:#fffdf7e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-button{display:flex;align-items:center;gap:12px;width:100%;max-width:280px;min-width:0;min-height:48px;padding:0;border:0;background:transparent;color:var(--ink);text-align:left;text-decoration:none;animation:brandReveal .56s cubic-bezier(.2,.75,.2,1) both}.brand-button>span:last-child{min-width:0}.brand-button strong,.brand-button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-button small{color:var(--muted)}.brand-mark{position:relative;display:grid;flex:0 0 44px;place-items:center;width:44px;height:44px;border-radius:8px;background:linear-gradient(135deg,var(--ink),#1c4140);color:var(--gold);box-shadow:0 8px 22px #101b1a38;animation:brandBeat 2.4s ease-in-out infinite;isolation:isolate;will-change:transform}.brand-mark:after{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:-1;border:1px solid rgba(244,184,62,.48);border-radius:11px;content:"";opacity:0;pointer-events:none;animation:brandHalo 2.4s ease-out infinite}.nav-scroll-shell{position:relative;justify-self:stretch;min-width:0}.nav-scroll-shell:before,.nav-scroll-shell:after{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:34px;height:44px;border-radius:8px;color:var(--ink);font-size:1.45rem;font-weight:900;line-height:1;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .16s ease}.nav-scroll-shell:before{left:0;content:"‹";background:linear-gradient(90deg,rgba(255,253,247,.98),rgba(255,253,247,.76),transparent)}.nav-scroll-shell:after{right:0;content:"›";background:linear-gradient(270deg,rgba(255,253,247,.98),rgba(255,253,247,.76),transparent)}.nav-scroll-shell.can-left:before,.nav-scroll-shell.can-right:after{opacity:1}.nav-tabs{display:flex;align-items:center;gap:8px;min-width:0;overflow-x:auto;scroll-padding-inline:36px;scrollbar-width:none}.nav-tabs::-webkit-scrollbar{display:none}.learner-switcher{position:relative;justify-self:end;min-width:max-content}.learner-badge{display:inline-grid;grid-template-columns:auto auto auto;gap:2px 8px;align-items:center;min-height:46px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:#fffdf7b8;color:var(--ink);text-align:left}.learner-badge svg{color:var(--teal)}.learner-badge svg:first-child{grid-row:1 / 3}.learner-badge svg:last-child{grid-row:1 / 3;grid-column:3;color:var(--muted)}.learner-badge strong{line-height:1}.learner-badge span{color:var(--muted);font-size:.78rem}.learner-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:40;display:grid;gap:6px;width:min(320px,calc(100vw - 32px));padding:8px;border:1px solid var(--line);border-radius:8px;background:#fffdf7fa;box-shadow:var(--shadow)}.learner-menu-item,.learner-add-button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:10px 12px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ink);text-align:left}.learner-menu-item:hover,.learner-add-button:hover,.learner-menu-item.is-active{border-color:#057a7933;background:#057a7914}.learner-menu-item span{display:grid;gap:3px}.learner-menu-item small,.learner-add-button span{color:var(--muted);font-size:.8rem}.learner-add-button{justify-content:flex-start;border-color:var(--line)}.learner-add-button svg{color:var(--coral)}.app-shell.is-large-text{font-size:1.08rem}.app-shell.is-high-contrast{--color-text: #050706;--color-text-muted: #293431;--color-border: rgb(5 7 6 / 42%);--color-border-strong: rgb(5 7 6 / 50%);--color-accent: #005f5e;--color-info: #174f9d;--color-focus: #000000;--brand-plum: #60318f;--shadow-card: 0 0 0 1px rgb(5 7 6 / 20%), 0 16px 38px rgb(5 7 6 / 18%);--ink: var(--color-text);--muted: var(--color-text-muted);--line: var(--color-border);--teal: var(--color-accent);--blue: var(--color-info);--plum: var(--brand-plum);--shadow: var(--shadow-card)}.app-shell.is-high-contrast :where(button,a,input,select,textarea,[tabindex]):focus-visible{outline-color:var(--color-focus);outline-width:4px}.app-shell.is-high-contrast :where(input,select,textarea,button){border-color:var(--color-border-strong)}.app-shell.is-reduced-motion *,.app-shell.is-reduced-motion *:before,.app-shell.is-reduced-motion *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.app-shell.is-calm-mode .rush-threat-label:before,.app-shell.is-calm-mode .rush-scene-hud:after{display:none}.rush-arena.is-calm .rush-threat-label,.rush-arena.is-calm .rush-flight-feedback{letter-spacing:0;text-transform:none}.nav-tab,.primary-button,.secondary-button,.ghost-button,.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:var(--radius-control);border:1px solid transparent;text-decoration:none;transition:transform var(--motion-fast),box-shadow var(--motion-fast),border-color var(--motion-fast),background var(--motion-fast)}.nav-tab{padding:0 14px;background:transparent;color:var(--color-text-muted)}.nav-tab.is-active{background:linear-gradient(135deg,var(--color-text),#173734);color:var(--color-surface);box-shadow:0 10px 24px rgb(var(--brand-ink-rgb) / 18%)}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.danger-button:hover,.nav-tab:hover{transform:translateY(-1px)}.primary-button{padding:0 18px;background:linear-gradient(135deg,var(--color-action),var(--color-action-strong));color:var(--color-surface);box-shadow:var(--shadow-action)}.secondary-button,.ghost-button{padding:0 16px;background:var(--color-surface-translucent);color:var(--color-text);border-color:var(--color-border)}.danger-button{padding:0 16px;background:var(--color-danger-surface);color:var(--color-danger-text);border-color:var(--color-danger-border)}main{width:min(1440px,calc(100% - 32px));margin:0 auto;padding:26px 0 42px}.app-legal-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;align-items:center;width:min(1440px,calc(100% - 32px));margin:0 auto;padding:18px 0 24px;border-top:1px solid var(--line);color:var(--muted);font-size:.78rem}.app-legal-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.app-legal-footer a{color:var(--color-accent-strong);font-weight:800}.app-shell.is-rush-active .app-legal-footer{display:none}@media(min-width:901px)and (max-height:900px){.topbar{gap:14px;padding:8px 18px}.brand-button{min-height:42px}.brand-mark{flex-basis:38px;width:38px;height:38px}main{width:min(1440px,calc(100% - 24px));padding:14px 0 18px}}@media(min-width:901px)and (max-height:760px){.topbar{padding:6px 16px}.brand-button{min-height:38px}.brand-mark{flex-basis:34px;width:34px;height:34px}.nav-tab,.primary-button,.secondary-button,.ghost-button,.danger-button{min-height:40px}main{padding:10px 0 12px}.eyebrow{margin-bottom:4px}}.papers-panel{border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(5,122,121,.1),transparent 38%),linear-gradient(225deg,rgba(244,184,62,.17),transparent 42%),linear-gradient(15deg,rgba(49,110,209,.06),transparent 42%),#fffdf6e6;box-shadow:var(--shadow)}.section-heading h1,.papers-heading h1{max-width:820px;margin:0;font-size:2.75rem;line-height:1.04}.section-heading h2{margin:0;font-size:1.75rem;line-height:1.12}.papers-panel{padding:22px}.eyebrow{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.paper-year-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:20px}.paper-year-top>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;min-width:0}.paper-year-top>div>strong{line-height:1.18}.papers-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:24px}.section-heading{display:grid;gap:4px;margin-bottom:24px}.papers-heading>div{display:grid;gap:4px}@media(min-width:901px)and (max-height:900px){.question-visual{margin-bottom:12px}.time-visual,.shape-visual,.measure-visual,.thermometer-visual{padding:10px}.time-visual svg,.measure-visual:not(.ruler-visual) .measure-svg,.thermometer-visual .thermometer-svg{width:min(180px,100%)}.ruler-visual .ruler-svg{width:min(420px,100%)}.shape-visual .shape-svg{width:min(220px,100%)}}@media(min-width:901px)and (max-height:760px){.time-visual,.shape-visual,.measure-visual,.thermometer-visual{padding:8px}.time-visual svg,.measure-visual:not(.ruler-visual) .measure-svg,.thermometer-visual .thermometer-svg{width:min(155px,100%)}.ruler-visual .ruler-svg{width:min(360px,100%)}}.question-visual{margin:0 0 18px;border:1px solid rgba(22,32,29,.12);border-radius:8px;background:#fffefa}.visual-zoom-trigger{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in;text-align:inherit}.visual-zoom-trigger .question-visual{width:100%;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.visual-zoom-trigger:hover .question-visual,.visual-zoom-trigger:focus-visible .question-visual{border-color:#057a7947;box-shadow:0 12px 26px #101b1a14}.visual-zoom-trigger:focus-visible{outline:3px solid rgba(5,122,121,.26);outline-offset:4px;border-radius:10px}.visual-zoom-icon{position:absolute;right:12px;top:12px;z-index:1;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(16,27,26,.12);border-radius:999px;background:#fffdf7eb;color:var(--ink);box-shadow:0 8px 18px #101b1a1a}.visual-zoom-dialog{position:relative;display:grid;width:min(1120px,96vw);max-height:92svh;padding:18px;border:1px solid rgba(16,27,26,.14);border-radius:8px;background:var(--paper);box-shadow:0 28px 80px #101b1a47}.visual-zoom-close{position:absolute;right:14px;top:14px;z-index:2}.visual-zoom-stage{display:grid;place-items:center;min-height:min(74svh,720px);overflow:auto;padding:34px 18px 18px}.visual-zoom-stage .question-visual{width:100%;margin:0}.visual-zoom-stage .measure-svg{width:min(980px,100%)}.visual-zoom-stage .ruler-svg{width:min(1020px,100%)}.visual-zoom-stage .thermometer-svg{width:min(430px,82vw)}.visual-zoom-stage .time-visual svg{width:min(520px,82vw)}.visual-zoom-stage .shape-svg{width:min(760px,100%)}.money-visual{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:14px 18px 18px}.money-visual-label{color:var(--muted);font-size:.82rem;font-weight:800}.money-visual-pieces{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px}.money-note,.money-coin{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:2px solid rgba(22,32,29,.22);color:#24322f;font-weight:800;box-shadow:0 5px #16201d14}.money-note{--note-bg: #dff4ec;--note-accent: #5da895;--note-deep: #197f6e;--note-border: #a9c9c2;--note-ink: #24322f;--note-soft: rgba(255, 255, 255, .55);width:138px;height:64px;border-radius:10px;border-color:var(--note-border);background:linear-gradient(90deg,color-mix(in srgb,var(--note-accent) 18%,transparent) 0 23%,transparent 23% 100%),linear-gradient(110deg,rgba(255,255,255,.48),transparent 34%),radial-gradient(circle at 21% 46%,rgba(255,255,255,.5),transparent 21%),radial-gradient(circle at 84% 50%,color-mix(in srgb,var(--note-accent) 13%,transparent),transparent 25%),linear-gradient(135deg,var(--note-bg),color-mix(in srgb,var(--note-bg) 72%,white));color:var(--note-ink);font-size:1.18rem;position:relative;overflow:hidden;box-shadow:0 7px #16201d14}.money-note:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(112deg,transparent 16%,rgba(255,255,255,.58) 46%,transparent 66%);opacity:0;transform:translate(-82%);animation:note-soft-glint 6.8s ease-in-out infinite;pointer-events:none}.money-note-pattern{position:absolute;top:8px;right:11px;bottom:8px;left:11px;border:1px solid color-mix(in srgb,var(--note-accent) 24%,transparent);border-radius:7px;background:radial-gradient(ellipse at 31% 54%,color-mix(in srgb,var(--note-accent) 9%,transparent),transparent 31%),radial-gradient(ellipse at 67% 44%,color-mix(in srgb,var(--note-accent) 8%,transparent),transparent 22%),linear-gradient(135deg,transparent 0 47%,color-mix(in srgb,var(--note-accent) 8%,transparent) 48% 49%,transparent 50% 100%);opacity:.5}.money-note-watermark{position:absolute;left:15px;top:12px;width:32px;height:40px;border-radius:999px 999px 12px 12px;background:radial-gradient(circle at 50% 24%,color-mix(in srgb,var(--note-deep) 18%,white) 0 7px,transparent 8px),radial-gradient(ellipse at 50% 72%,color-mix(in srgb,var(--note-deep) 12%,white) 0 16px,transparent 17px);opacity:.36}.money-note-foil{position:absolute;right:41px;top:12px;width:12px;height:40px;border-radius:999px;background:linear-gradient(90deg,#ffffff2e,#ffffffc2,#ffffff2e),color-mix(in srgb,var(--note-accent) 16%,white);opacity:.72;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--note-accent) 22%,transparent)}.money-note-window{position:absolute;right:14px;top:9px;width:24px;height:44px;border-radius:7px;background:linear-gradient(180deg,#ffffffc7,#ffffff38),linear-gradient(150deg,#ffffff1f,color-mix(in srgb,var(--note-accent) 12%,transparent));border:1px solid rgba(255,255,255,.68);box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--note-accent) 10%,transparent),0 0 0 1px color-mix(in srgb,var(--note-accent) 18%,transparent)}.money-note-portrait{position:absolute;left:50%;top:50%;width:12px;height:21px;transform:translate(-50%,-50%);border-radius:999px 999px 7px 7px;background:radial-gradient(circle at 50% 26%,color-mix(in srgb,var(--note-accent) 30%,white) 0 3px,transparent 4px),radial-gradient(ellipse at 50% 73%,color-mix(in srgb,var(--note-accent) 22%,white) 0 7px,transparent 8px);opacity:.5}.money-note-label{position:relative;z-index:1;font-weight:800;letter-spacing:0;transform:translate(6px)}.money-note-5{--note-bg: #d8f1f5;--note-accent: #2f9cb8;--note-deep: #1f7893;--note-border: #9fcbd2}.money-note-10{--note-bg: #f3d7b8;--note-accent: #bf6e29;--note-deep: #9b5320;--note-border: #d0a076}.money-note-20{--note-bg: #d9d4f1;--note-accent: #6d62ba;--note-deep: #51479d;--note-border: #aaa1d5}.money-note-50{--note-bg: #f0ccd5;--note-accent: #b34c68;--note-deep: #90304d;--note-border: #d09aa8}.money-coin{--coin-size: 62px;--coin-bg: #d9dde0;--coin-border: #a5adb2;--coin-shadow: rgba(22, 32, 29, .11);--coin-label-size: .9rem;width:var(--coin-size);height:var(--coin-size);border-radius:50%;border-color:var(--coin-border);background:radial-gradient(circle at 34% 28%,#ffffffad,#fff0 30%),linear-gradient(145deg,#ffffff4d,#16201d14),var(--coin-bg);font-size:var(--coin-label-size);position:relative;overflow:hidden;box-shadow:0 5px 0 var(--coin-shadow)}.money-coin:after{content:"";position:absolute;top:8%;right:8%;bottom:8%;left:8%;border-radius:inherit;background:linear-gradient(115deg,transparent 10%,rgba(255,255,255,.62) 42%,transparent 66%);opacity:0;transform:translate(-76%) rotate(8deg);animation:coin-soft-glint 5.8s ease-in-out infinite;pointer-events:none}.money-coin-face{display:grid;place-items:center;width:calc(var(--coin-size) - 14px);height:calc(var(--coin-size) - 14px);border-radius:inherit;border:1px solid rgba(255,255,255,.34);position:relative;z-index:1}.money-coin-1,.money-coin-2{--coin-bg: #c98253;--coin-border: #9d5e39;color:#2b1d17}.money-coin-1{--coin-size: 54px;--coin-label-size: .82rem}.money-coin-2{--coin-size: 67px;--coin-label-size: .9rem}.money-coin-5{--coin-size: 48px;--coin-label-size: .8rem}.money-coin-10{--coin-size: 64px;--coin-label-size: .9rem}.money-coin-20{--coin-size: 56px;--coin-label-size: .82rem}.money-coin-50{--coin-size: 72px;--coin-label-size: .92rem}.money-coin-heptagon{border:0;background:transparent;box-shadow:none;overflow:visible}.money-coin-heptagon:after,.money-coin-pound:after{content:none}.money-coin-svg{width:100%;height:100%;overflow:visible;display:block}.money-coin-svg-shadow{fill:#16201d21;transform:translateY(6px)}.money-coin-svg-shape{fill:#d9dde0;stroke:#a5adb2;stroke-width:4;animation:coin-soft-svg-glint 5.8s ease-in-out infinite}.money-coin-svg-rim{fill:none;stroke:#ffffff75;stroke-width:2}.money-coin-svg-text{fill:#24322f;font-size:26px;font-weight:800;dominant-baseline:middle}.money-coin-100{--coin-size: 61px;--coin-label-size: .9rem}.money-coin-pound{border:0;background:transparent;box-shadow:none;overflow:visible}.money-coin-pound .money-coin-svg{animation:coin-pound-soft-tilt 6.4s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.money-coin-pound-shadow{fill:#16201d21;transform:translateY(6px)}.money-coin-pound-outer{fill:#d7aa42;stroke:#9f7830;stroke-width:4;animation:coin-pound-face-glow 6.4s ease-in-out infinite}.money-coin-pound-inner{fill:#d7dcde;stroke:#747e829e;stroke-width:3;animation:coin-pound-face-glow 6.4s ease-in-out infinite}.money-coin-pound-rim{fill:none;stroke:#ffffff73;stroke-width:2}.money-coin-pound-text{fill:#24322f;font-size:24px;font-weight:800;dominant-baseline:middle}.money-coin-200{--coin-size: 76px;--coin-label-size: .96rem;--coin-bg: radial-gradient(circle, #d7dad9 0 46%, #e0b94f 47% 100%);--coin-border: #a9822d}@keyframes coin-soft-glint{0%,68%{opacity:0;transform:translate(-76%) rotate(8deg)}78%{opacity:.28}90%,to{opacity:0;transform:translate(76%) rotate(8deg)}}@keyframes coin-soft-svg-glint{0%,68%,to{filter:brightness(1)}80%{filter:brightness(1.1)}}@keyframes note-soft-glint{0%,70%{opacity:0;transform:translate(-82%)}80%{opacity:.3}94%,to{opacity:0;transform:translate(82%)}}@keyframes coin-pound-soft-tilt{0%,62%,to{transform:rotate(0) scale(1)}72%{transform:rotate(-2.4deg) scale(1.015)}84%{transform:rotate(2deg) scale(1.01)}}@keyframes coin-pound-face-glow{0%,62%,to{filter:brightness(1) saturate(1)}76%{filter:brightness(1.13) saturate(1.08)}}@media(prefers-reduced-motion:reduce){.money-note:after,.money-coin:after,.money-coin-svg-shape,.money-coin-pound-outer,.money-coin-pound-inner,.money-coin-pound .money-coin-svg{animation:none}}.time-visual,.shape-visual,.measure-visual,.thermometer-visual{display:grid;place-items:center;padding:18px}.shape-visual{background:linear-gradient(135deg,#fffdf7f5,#f7fbfff0),radial-gradient(circle at 18% 20%,rgba(49,110,209,.08),transparent 36%)}.time-visual svg{width:min(240px,100%);height:auto}.clock-shadow{fill:#16201d1a}.clock-bezel{fill:#236b8e;stroke:#174f6d;stroke-width:3}.clock-face{fill:#fffdf4;stroke:#f0d8a6;stroke-width:3}.clock-mark{stroke:#47635d;stroke-linecap:round;stroke-width:1.4}.hour-mark{stroke:#17201f;stroke-width:3}.clock-pin-outer,.clock-centre{fill:#f4b83e;stroke:#17201f;stroke-width:2}.clock-centre{fill:#17201f;stroke:none}.clock-number{fill:#16201d;font-size:13px;font-weight:900}.clock-hand{stroke-linecap:round}.hour-hand{stroke:#17201f;stroke-width:8}.minute-hand{stroke:#e4572e;stroke-width:4.5}.second-hand-wrap{animation:clock-second-sweep 60s steps(60,end) infinite;transform-box:view-box;transform-origin:100px 100px}.second-hand{stroke:#236b8e;stroke-width:2}@keyframes clock-second-sweep{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.second-hand-wrap,.measured-object,.jug-water-line,.jug-water-reflection,.scale-load-settle,.scale-needle-wrap,.measure-guide,.measure-label-group,.thermometer-reservoir{animation:none}.measure-guide,.measure-label-group{opacity:1;transform:none}}.measure-visual{background:linear-gradient(135deg,#fffdf7fa,#f6fbfff5),linear-gradient(90deg,#2f6f8f12,#f4b83e0f)}.measure-svg{width:min(420px,100%);height:auto;overflow:visible}.ruler-body{fill:#f8dfbd;stroke:#5c4630;stroke-width:2}.ruler-tick line{stroke:#2a2f2e;stroke-width:1.1}.ruler-tick.is-medium line{stroke-width:1.5}.ruler-tick.is-major line{stroke-width:2}.ruler-tick text,.ruler-unit-label{fill:#1c2927;font-size:11px;font-weight:800}.ruler-unit-label{fill:var(--muted);font-size:9px;font-weight:900}.measured-object{animation:measured-object-settle .7s cubic-bezier(.2,.8,.22,1) both;stroke:#16201d59;stroke-width:1.2;transform-box:fill-box;transform-origin:center}@keyframes measured-object-settle{0%{opacity:0;transform:translate(-10px,-12px) rotate(-1.5deg)}70%{opacity:1;transform:translate(1px,1px) rotate(.25deg)}to{opacity:1;transform:translate(0) rotate(0)}}.pencil-object rect{fill:#f3bd39}.pencil-object polygon{fill:#d8b48b}.pencil-object .pencil-eraser{fill:#e95d5b}.crayon-object polygon{fill:#f47b30}.leaf-object path{fill:#2c9b62}.leaf-object line{stroke:#165735;stroke-width:2}.jug-body{fill:url(#jug-plastic-gradient);stroke:#2135326b;stroke-linejoin:round;stroke-width:1.9}.jug-body-shadow{fill:none;opacity:.14;stroke:#213532;stroke-linecap:round;stroke-width:1.6}.jug-handle-fill{fill:#f5fafd61;stroke:none}.jug-handle,.jug-handle-inner,.jug-rim,.jug-front-highlight{fill:none;stroke:#21353254;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.jug-handle-inner{opacity:.2;stroke-width:1.8}.jug-rim,.jug-front-highlight{opacity:.38;stroke-width:1.6}.jug-lip{fill:#ffffff75;opacity:.72;stroke:#2135326b;stroke-linejoin:round;stroke-width:1.5}.jug-fill{fill:url(#jug-water-gradient)}.jug-water-line{animation:jug-water-line-settle 1.2s ease-out both;stroke:#3f9ce29e;stroke-linecap:round;stroke-width:1.8;transform-box:view-box;transform-origin:center}@keyframes jug-water-line-settle{0%,72%{opacity:.55;transform:scaleX(.86)}to{opacity:1;transform:scaleX(1)}}.jug-water-reflection{animation:jug-water-reflection-settle .7s ease-out .76s both;fill:#ffffff57;opacity:.34;transform-box:fill-box;transform-origin:center}@keyframes jug-water-reflection-settle{0%{opacity:0;transform:translateY(2px) scaleX(.72)}to{opacity:.34;transform:translateY(0) scaleX(1)}}.jug-base-highlight{fill:none;opacity:.18;stroke:#213532;stroke-width:1.5}.jug-scale-rail{opacity:.08;stroke:#213532;stroke-linecap:round;stroke-width:1}.jug-tick line{stroke:#213532;stroke-linecap:round;stroke-width:1.25}.jug-tick.is-medium line{stroke-width:1.65}.jug-tick.is-major line{stroke-width:2.2}.jug-tick text,.measure-unit-heading{fill:#213532;font-size:13px;font-weight:900}.jug-label-halo{fill:none;stroke:#ffffffdb;stroke-linejoin:round;stroke-width:4.5}.jug-unit-heading{paint-order:stroke fill;stroke:#ffffffd6;stroke-linejoin:round;stroke-width:4}.scale-tray{fill:#e7e4dc;stroke:#2c322f57;stroke-linejoin:round;stroke-width:1.8}.scale-load-settle{animation:scale-load-settle .76s cubic-bezier(.2,.86,.22,1) both;transform-box:view-box;transform-origin:150px 58px}@keyframes scale-load-settle{0%{opacity:0;transform:translateY(-16px)}64%{opacity:1;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.scale-post{stroke:#5c635e94;stroke-linecap:round;stroke-width:3}.scale-platform{fill:#d7d2c8;stroke:#2a302d6b;stroke-width:1.8}.scale-screw{fill:#7d7567;stroke:#ffffff80;stroke-width:.8}.scale-object{stroke:#16201d57;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.bag-object path:first-child{fill:#d8a06a}.bag-object .bag-handle{fill:none;stroke:#7f4d2e;stroke-width:4}.parcel-object rect{fill:#c28a4c}.parcel-object line{stroke:#83592f}.fruit-object circle{fill:#e85b43}.fruit-object path{fill:none;stroke:#2f9466}.scale-body{fill:#d8d5cd;stroke:#28302d6b;stroke-linejoin:round;stroke-width:2}.scale-face-rim{fill:#f5f5f0;stroke:#c8c5bc;stroke-width:7;filter:drop-shadow(0 5px 8px rgba(22,32,29,.15))}.scale-face{fill:#fbfbf7;stroke:#232b2847;stroke-width:1.7}.scale-inner-ring{fill:none;opacity:.42;stroke:#1f2d2a;stroke-linecap:round;stroke-width:2}.scale-tick line{stroke:#1f2d2a;stroke-width:.9}.scale-tick.is-medium line{stroke-width:1.4}.scale-tick.is-major line{stroke-width:2.2}.scale-tick text{fill:#1f2d2a;font-size:14px;font-weight:900}.scale-needle{stroke:#c8362f;stroke-linecap:round;stroke-width:2.8}.scale-needle-wrap{transform-origin:150px 176px}.scale-pin{fill:#d3483f;stroke:#b8332d;stroke-width:1.8}.scale-pin-core{fill:#efc567;stroke:#4b36204d;stroke-width:1}.scale-unit-heading{font-size:15px}.thermometer-visual{background:linear-gradient(135deg,#fffdf7fa,#f8fbfff5),linear-gradient(90deg,#316ed10d,#ef5a3c0d)}.thermometer-svg{width:min(230px,100%);height:auto;overflow:visible}.thermometer-case{fill:url(#thermometer-case);stroke:#3c476033;stroke-width:2;filter:drop-shadow(0 8px 12px rgba(22,32,29,.12))}.thermometer-hanger{fill:#b7bed6b3}.thermometer-hanger-hole{fill:#fffefa}.thermometer-title{fill:#17201f;font-size:28px;font-weight:900}.thermometer-scale-well{fill:#ffffff94;stroke:#3c47601f}.thermometer-spine{stroke:#24322f29;stroke-width:1.5}.thermometer-zero-line{stroke:#16201d47;stroke-dasharray:3 4;stroke-linecap:round;stroke-width:1.5}.thermometer-tick line{stroke-linecap:round;stroke-width:1.2}.thermometer-tick.is-warm line{stroke:#d636399e}.thermometer-tick.is-cold line{stroke:#2663ae9e}.thermometer-tick.is-medium line{stroke-width:1.7}.thermometer-tick.is-major line{stroke-width:2.4}.thermometer-number-row text{fill:#24322f;font-size:13px;font-weight:900}.thermometer-glass{fill:#ffffffb8;stroke:#5e667d6b;stroke-width:1.6}.thermometer-capillary{fill:#222d2b1f}.thermometer-fill{fill:url(#thermometer-fill);stroke:#b83f2d;stroke-width:1}.thermometer-reservoir{animation:thermometer-reservoir-settle .82s ease-out both;fill:#e4472f;stroke:#b83f2d;stroke-width:1.5;transform-box:fill-box;transform-origin:center}@keyframes thermometer-reservoir-settle{0%{transform:scale(.9)}72%{transform:scale(1.06)}to{transform:scale(1)}}.shape-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px}.shape-option{display:grid;justify-items:center;gap:8px;min-width:0}.shape-option strong{font-size:1rem}.shape-svg{width:min(260px,100%);height:auto;overflow:visible}.shape-grid-bg{stroke:#40669629;stroke-width:1.4;filter:drop-shadow(0 8px 12px rgba(36,58,92,.08))}.shape-grid-line{fill:none;stroke:#2266c717;stroke-width:1}.shape-grid-overlay{opacity:.45;pointer-events:none}.shape-fill{stroke:#2368d1;stroke-width:4.2;stroke-linejoin:round;filter:drop-shadow(0 6px 8px rgba(35,104,209,.18))}.shape-highlight{fill:#ffffff57;pointer-events:none}.question-visual.is-compact{width:fit-content;max-width:100%;margin:2px 0}.money-visual.is-compact{gap:8px;padding:10px}.money-visual.is-compact .money-visual-label{font-size:.72rem}.money-visual.is-compact .money-note{width:96px;height:44px;font-size:.95rem}.money-visual.is-compact .money-note-pattern{top:5px;right:6px;bottom:5px;left:6px;border-radius:5px}.money-visual.is-compact .money-note-watermark{left:10px;top:8px;width:23px;height:29px}.money-visual.is-compact .money-note-foil{right:28px;top:8px;width:8px;height:28px}.money-visual.is-compact .money-note-window{right:8px;top:7px;width:16px;height:30px;border-radius:5px}.money-visual.is-compact .money-note-portrait{width:8px;height:15px}.money-visual.is-compact .money-coin{font-size:.74rem}.money-visual.is-compact .money-coin-1{--coin-size: 38px}.money-visual.is-compact .money-coin-2{--coin-size: 47px}.money-visual.is-compact .money-coin-5{--coin-size: 34px}.money-visual.is-compact .money-coin-10{--coin-size: 45px}.money-visual.is-compact .money-coin-20{--coin-size: 39px}.money-visual.is-compact .money-coin-50{--coin-size: 50px}.money-visual.is-compact .money-coin-100{--coin-size: 43px}.money-visual.is-compact .money-coin-200{--coin-size: 53px}.time-visual.is-compact,.shape-visual.is-compact,.measure-visual.is-compact,.thermometer-visual.is-compact{padding:10px}.time-visual.is-compact svg{width:136px}.shape-visual.is-compact .shape-svg{width:178px}.measure-visual.is-compact .measure-svg{width:190px}.thermometer-visual.is-compact .thermometer-svg{width:150px}.shape-gallery.is-compact{grid-template-columns:repeat(4,minmax(54px,1fr));gap:8px;padding:10px}.shape-gallery.is-compact .shape-svg{width:72px}.measure-guide{animation:shape-dimension-width-in .56s cubic-bezier(.2,.8,.22,1) both;transform-box:fill-box;transform-origin:center}.shape-dimension-height .measure-guide{animation-delay:.18s;animation-name:shape-dimension-height-in}@keyframes shape-dimension-width-in{0%{opacity:0;transform:scaleX(.08)}to{opacity:1;transform:scaleX(1)}}@keyframes shape-dimension-height-in{0%{opacity:0;transform:scaleY(.08)}to{opacity:1;transform:scaleY(1)}}.measure-line{stroke:#526862;stroke-width:2.5;stroke-linecap:round}.measure-arrow{fill:#526862}.measure-label-group{animation:shape-dimension-label-in .26s ease-out .43s both;transform-box:fill-box;transform-origin:center}.shape-dimension-height .measure-label-group{animation-delay:.61s}@keyframes shape-dimension-label-in{0%{opacity:0;transform:translateY(2px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.measure-label{fill:#16201d;font-size:12px;font-weight:800}.measure-label-halo{fill:none;stroke:#fffdf4;stroke-linejoin:round;stroke-width:5}.paper-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.paper-year-card,.official-paper-card{display:grid;gap:8px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fffdf7b8;color:var(--ink);text-align:left;text-decoration:none}.official-paper-card small{color:var(--muted)}.paper-year-card{margin-top:14px}.official-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:16px}.official-summary div{display:grid;gap:4px;min-height:74px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fffdf79e}.official-summary span,.paper-year-top small,.scaled-score-row span{color:var(--muted);font-size:.82rem}.official-summary strong{font-size:1.1rem;overflow-wrap:anywhere}.official-mock-list{display:grid;gap:10px}.official-result-history{display:grid;gap:14px;margin-bottom:22px;padding:18px;border:1px solid rgba(5,122,121,.22);border-radius:8px;background:#e6f7f38a}.official-result-history-head,.official-result-copy>div,.official-result-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.official-result-history-head h2{margin:3px 0 0;font-size:1.7rem}.official-result-history-head>span,.official-result-copy small,.official-result-card p{color:var(--muted)}.official-result-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:12px}.official-result-card{display:grid;gap:13px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fffdf7db}.official-result-copy,.official-result-copy>div>div{display:grid;gap:4px}.official-result-copy>span{width:fit-content;padding:5px 9px;border-radius:999px;background:#057a791a;color:var(--teal);font-size:.78rem;font-weight:800}.official-result-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.official-result-facts>div{display:grid;gap:3px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#ffffffa3}.official-result-facts span{color:var(--muted);font-size:.74rem;font-weight:800;text-transform:uppercase}.official-result-card p{margin:0;font-size:.84rem;line-height:1.45}.official-result-actions{flex-wrap:wrap;justify-content:flex-start}.official-result-actions .danger-button{margin-left:auto}.official-mock-card{display:grid;gap:12px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fffdf7a3}.official-mock-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.official-mock-top>div{display:grid;gap:5px}.official-mock-top small{color:var(--muted)}.official-mock-files{display:flex;flex-wrap:wrap;gap:8px}.official-runner{display:grid;gap:18px;max-width:1880px;margin:0 auto}.official-runner-top,.official-runner-grid,.official-paper-view,.official-answer-sheet{border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#e6f7f3b8,#fff6e0c7 52%,#ffe5da9e),var(--color-surface);box-shadow:var(--shadow)}.official-runner-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px}.official-runner-top h1{margin:6px 0;font-size:clamp(2rem,4vw,4rem);line-height:.96}.official-runner-top p{max-width:780px;margin:0;color:var(--muted);font-size:1.04rem}.official-runner-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.timer-pill{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:38px;padding:0 12px;border-color:transparent;border-radius:999px;background:var(--color-text);color:var(--color-surface);font-weight:850}.timer-pill svg{color:var(--color-highlight)}.timer-pill.is-low{background:var(--color-danger-text);color:var(--color-surface)}.timer-pill.is-low svg{color:var(--color-surface)}.official-runner-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:12px;padding:12px;min-height:78vh}.official-paper-view,.official-answer-sheet{box-shadow:none;background:#fffdf7b8}.official-paper-view{display:grid;grid-template-rows:auto auto minmax(640px,1fr) auto;overflow:hidden}.official-paper-toolbar,.answer-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid var(--line)}.official-paper-links{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.official-paper-links a,.file-button,.source-button{display:inline-flex;align-items:center;gap:7px}.official-page-controls{display:grid;grid-template-columns:minmax(120px,auto) 1fr minmax(120px,auto);gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--line);background:#fffdf7c2}.official-page-controls.is-bottom{border-top:1px solid var(--line);border-bottom:0}.official-page-controls>span{justify-self:center;color:var(--muted);font-weight:850}.official-page-controls button{min-height:38px}.official-page-frame{position:relative;width:100%;min-height:640px;overflow:auto;background:#fff;-webkit-overflow-scrolling:touch}.official-page-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;background:linear-gradient(90deg,transparent,rgba(246,186,58,.16),transparent) 0 0 / 220px 100% no-repeat,#fffdf71f;transition:opacity .14s ease}.official-page-frame.is-loading:after{opacity:1;animation:page-loading-sheen .85s ease-in-out infinite}.official-page-frame img{display:block;width:100%;max-width:1080px;height:auto;margin:0 auto;background:#fff;transition:opacity .16s ease}.official-page-frame.is-loading img{opacity:.96}@keyframes page-loading-sheen{0%{background-position:-220px 0,0 0}to{background-position:calc(100% + 220px) 0,0 0}}.official-paper-view iframe{width:100%;height:100%;min-height:640px;border:0;background:#fff}.official-answer-sheet{align-self:start;display:grid;gap:12px;padding:12px;max-height:78vh;overflow:auto}.answer-sheet-head{padding:0 0 10px;border-bottom:0}.answer-sheet-head strong{white-space:nowrap}.answer-grid{display:grid;gap:8px}.official-answer-row{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px}.official-answer-row span{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#f4b93b33;font-weight:900}.official-answer-row input{width:100%;min-height:42px}.finish-paper-button{justify-content:center;width:100%}.official-finish-card{display:grid;gap:8px;padding:14px;border-radius:8px;background:#eff6f2eb}.official-finish-card strong{font-size:1.4rem}.marking-grid{display:grid;gap:8px}.official-mark-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fffdf7d1}.official-mark-row.is-correct{border-color:#2d826859;background:#e1f6ecd1}.official-mark-row.is-wrong{border-color:#c2413059;background:#ffede8e6}.official-mark-row .question-number{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#f4b93b33;font-weight:900}.official-mark-row>div:not(.mark-buttons){display:grid;gap:2px;min-width:0}.official-mark-row strong{overflow-wrap:anywhere}.official-mark-row small{color:var(--muted)}.mark-buttons{display:flex;gap:6px}.icon-mark-button{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:8px;background:#fffdf7db;color:var(--ink);cursor:pointer}.icon-mark-button.is-correct{color:#126b54}.icon-mark-button.is-wrong{color:#a43125}.icon-mark-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0d1c1a1f}.paper-year-card .paper-list{grid-template-columns:1fr}.paper-year-label{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:4px 9px;border:1px solid rgba(5,122,121,.22);border-radius:999px;background:#e8f8f1ad;color:var(--teal);font-size:.84rem;font-weight:850;letter-spacing:0}.official-paper-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.official-paper-copy{display:grid;gap:10px;min-width:0}.official-paper-title{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.paper-subject{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;font-size:.82rem;font-weight:900}.paper-subject-gps{background:#fff0ec;color:#9f2e20}.paper-subject-reading{background:#fff8df;color:#7a560b}.paper-subject-maths{background:#eaf0fb;color:#1b5d93}.document-tags,.paper-actions,.scaled-score-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.paper-actions,.scaled-score-row{justify-content:flex-end}.scaled-score-row{justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.scaled-score-row>div{display:grid;gap:4px}.document-tags span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;background:#eef4ee;color:var(--muted);font-size:.8rem;font-weight:750}.official-file-list{display:grid;gap:8px}.official-file-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;min-height:42px;padding:8px 0;border-top:1px solid rgba(23,33,31,.08)}.official-file-row:first-child{border-top:0}.official-file-row>span{color:var(--muted);font-size:.88rem;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.official-file-row>div{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.file-button,.source-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 10px;border-radius:8px;border:1px solid rgba(5,122,121,.24);color:var(--teal);font-size:.82rem;font-weight:850;text-decoration:none}.file-button{background:#e7f5ef}.source-button{background:#fff}.reporting-dashboard{display:grid;gap:18px;padding:24px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(5,122,121,.13),transparent 30%),linear-gradient(225deg,rgba(244,184,62,.18),transparent 38%),#fffdf6eb;box-shadow:var(--shadow)}.reporting-hero,.reporting-section-head,.reporting-recommendation,.reporting-selected-heading,.reporting-skill-group>div:first-child,.reporting-tools{display:flex;align-items:center;justify-content:space-between;gap:18px}.reporting-hero .section-heading p,.reporting-section-head p,.reporting-recommendation p{margin:6px 0 0;color:var(--muted);line-height:1.45}.reporting-period{display:grid;gap:6px;justify-items:end;flex:0 0 auto}.reporting-period>span{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.reporting-period>div{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:8px;background:#fffdf7b8}.reporting-period button{min-height:36px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-weight:800}.reporting-period button[aria-pressed=true]{background:var(--teal);color:#fff}.reporting-scope-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:15px 16px;border:1px solid rgba(5,122,121,.36);border-radius:8px;background:#e2f4f1c7}.reporting-scope-note>svg{color:var(--color-accent-strong)}.reporting-scope-note div{display:grid;gap:4px}.reporting-scope-note span,.reporting-scope-note small{color:var(--muted)}.reporting-section{display:grid;gap:14px}.reporting-section-head{align-items:end}.reporting-section-head h2,.reporting-recommendation h2{margin:4px 0 0;font-size:1.5rem}.reporting-section-head.is-compact{align-items:center}.reporting-section-head.is-compact>span{color:var(--muted);font-size:.78rem;font-weight:800}.reporting-scope-chip,.reporting-all-time-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:850;text-transform:uppercase;white-space:nowrap}.reporting-scope-chip{background:var(--teal);color:#fff}.reporting-all-time-chip{border:1px solid rgba(5,122,121,.24);background:#e8f4efbf;color:var(--color-accent-strong)}.reporting-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.reporting-metrics article,.reporting-card{border:1px solid var(--line);border-radius:8px;background:#fffdf7d6}.reporting-metrics article{display:grid;gap:5px;min-height:108px;padding:15px}.reporting-metrics span,.reporting-metrics small{color:var(--muted)}.reporting-metrics strong{font-size:1.7rem;line-height:1}.reporting-recommendation{padding:18px;border:1px solid rgba(225,153,20,.55);border-radius:8px;background:linear-gradient(100deg,#fff6d7f2,#fffdf7e0),#fffdf7e6}.reporting-recommendation>div{flex:1 1 auto}.reporting-recommendation .primary-button,.reporting-selected-skill .primary-button{flex:0 0 auto}.reporting-two-column{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:14px}.reporting-card{padding:18px}.reporting-trend,.reporting-quest,.reporting-skills,.reporting-strengthened,.reporting-official-papers{display:grid;gap:16px}.reporting-official-paper-list{display:grid;gap:9px}.reporting-official-paper-list article{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(2,minmax(120px,.6fr));gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:#e6f7f375}.reporting-official-paper-list article>div{display:grid;gap:3px}.reporting-official-paper-list span{color:var(--muted);font-size:.8rem}.reporting-official-papers>p{margin:0}.reporting-strengthened-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.reporting-strengthened-list article{display:grid;gap:6px;padding:14px;border:1px solid rgba(5,122,121,.24);border-radius:8px;background:#e2f4f199}.reporting-strengthened-list span,.reporting-strengthened-list small,.reporting-empty-copy{color:var(--muted)}.reporting-strengthened-list span{font-size:.82rem;line-height:1.4}.reporting-strengthened-list small{font-weight:800;text-transform:uppercase}.reporting-trend-body{display:grid;gap:14px}.reporting-trend-legend{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.reporting-trend-legend>span{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:6px;min-width:0;padding:8px 9px;border:1px solid var(--line);border-radius:8px;color:var(--muted);font-size:.68rem;font-weight:750;line-height:1.2}.reporting-trend-legend i{width:9px;height:9px;border-radius:3px}.reporting-trend-legend strong{color:var(--ink);font-size:.82rem}.reporting-trend-chart{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(20px,1fr);gap:7px;min-height:180px;align-items:end}.reporting-trend-point{display:grid;grid-template-rows:20px 110px 18px 20px;gap:3px;min-width:0;text-align:center}.reporting-trend-point>span,.reporting-trend-point>small{color:var(--muted);font-size:.68rem}.reporting-trend-point>div{display:flex;align-items:end;justify-content:center;border-bottom:1px solid var(--line)}.reporting-trend-stack{display:flex;flex-direction:column-reverse;width:min(22px,80%);min-height:3px;border-radius:5px 5px 0 0;overflow:hidden}.reporting-trend-stack.is-empty{background:#4d5e5b33}.reporting-trend-stack i{display:block;width:100%;min-height:2px}.reporting-trend-legend .is-practice,.reporting-trend-stack .is-practice{background:var(--teal)}.reporting-trend-legend .is-times-tables,.reporting-trend-stack .is-times-tables{background:var(--gold)}.reporting-trend-legend .is-spelling,.reporting-trend-stack .is-spelling{background:#7041a1}.reporting-trend-point>strong{font-size:.76rem}.reporting-quest-position{display:flex;align-items:center;gap:12px;padding:14px;border-radius:8px;background:#e5f4f0b8}.reporting-quest-position svg{color:var(--teal)}.reporting-quest-position div{display:grid;gap:3px}.reporting-quest-position span,.reporting-quest-facts span{color:var(--muted);font-size:.78rem}.reporting-quest-progress{height:12px;overflow:hidden;border-radius:999px;background:#101b1a1a}.reporting-quest-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--teal),var(--gold))}.reporting-quest-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reporting-quest-facts div{display:grid;gap:4px}.reporting-skill-summary{display:flex;flex-wrap:wrap;gap:8px}.reporting-skill-summary>span{--status: var(--muted);display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#f4f7f3d1;color:var(--muted);font-size:.74rem}.reporting-skill-summary i{width:8px;height:8px;border-radius:50%;background:var(--status)}.reporting-skill-summary [data-status=retained],.reporting-skill-tile[data-status=retained]{--status: var(--color-accent-strong);--status-soft: rgba(5, 122, 121, .34)}.reporting-skill-summary [data-status=secure],.reporting-skill-tile[data-status=secure]{--status: var(--teal);--status-soft: rgba(5, 122, 121, .24)}.reporting-skill-summary [data-status=learning],.reporting-skill-tile[data-status=learning]{--status: #d99b1e;--status-soft: rgba(244, 184, 62, .3)}.reporting-skill-summary [data-status=due],.reporting-skill-tile[data-status=due]{--status: var(--coral);--status-soft: rgba(239, 90, 60, .27)}.reporting-skill-summary [data-status=new],.reporting-skill-tile[data-status=new]{--status: var(--muted);--status-soft: rgba(102, 117, 114, .08)}.reporting-selected-skill{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 20px;align-items:center;padding:16px;border:1px solid rgba(5,122,121,.38);border-radius:8px;background:#e2f4f1c7}.reporting-selected-heading,.reporting-selected-facts{grid-column:1}.reporting-selected-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center}.reporting-selected-icon,.reporting-skill-icon{--skill-accent: var(--teal);--skill-accent-soft: rgba(5, 122, 121, .12);display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--skill-accent),transparent 66%);background:var(--skill-accent-soft);color:color-mix(in srgb,var(--ink),var(--skill-accent) 24%);font-weight:950;letter-spacing:-.04em}.reporting-selected-icon{width:42px;height:42px;border-radius:10px;font-size:.82rem}.reporting-selected-heading h3{margin:3px 0 0;font-size:1.25rem}.reporting-status-label{padding:6px 9px;border-radius:999px;background:#ffede5e6;color:var(--coral);font-size:.7rem;font-weight:850;text-transform:uppercase}.reporting-selected-skill[data-status=secure] .reporting-status-label,.reporting-selected-skill[data-status=retained] .reporting-status-label{background:#daf1eae6;color:var(--color-accent-strong)}.reporting-selected-skill[data-status=learning] .reporting-status-label{background:#fff4d0f2;color:#9b6810}.reporting-selected-skill[data-status=due] .reporting-status-label{background:#ffede5e6;color:var(--coral)}.reporting-selected-skill[data-status=new] .reporting-status-label{background:#e9edebf2;color:var(--muted)}.reporting-selected-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.reporting-selected-facts div{display:grid;gap:5px}.reporting-selected-facts span{color:var(--muted);font-size:.72rem}.reporting-selected-facts strong{font-size:.82rem;line-height:1.45}.reporting-selected-skill>.primary-button{grid-column:2;grid-row:1 / 3}.reporting-fill-key{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.74rem}.reporting-fill-key>span:first-child{width:38px;height:9px;border:1px solid var(--line);border-radius:999px;background:linear-gradient(90deg,#cd42367a,#d29d2375,#1f84537a)}.reporting-skill-group{display:grid;gap:10px;padding-top:14px;border-top:1px solid var(--line)}.reporting-skill-group h3{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:1rem}.reporting-skill-group>div:first-child>span{color:var(--muted);font-size:.74rem}.reporting-skill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.reporting-skill-tile{--skill-fill: 0%;--skill-score-color: transparent;--skill-order: 0;--skill-accent: var(--teal);--skill-accent-soft: rgba(5, 122, 121, .1);--status: var(--muted);--status-soft: rgba(102, 117, 114, .08);position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:68px;padding:9px 11px 11px;overflow:hidden;border:1px solid var(--line);border-left:3px solid var(--skill-accent);border-radius:8px;background:linear-gradient(90deg,color-mix(in srgb,var(--skill-score-color),transparent 80%) 0 var(--skill-fill),transparent var(--skill-fill) 100%),linear-gradient(110deg,var(--skill-accent-soft),rgba(255,253,247,.76) 38%),#f4f7f3c7;color:var(--ink);text-align:left;animation:dashboard-skill-enter .32s cubic-bezier(.2,.78,.25,1) both;animation-delay:calc(var(--skill-order) * 18ms);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.reporting-skill-tile:after{position:absolute;inset:auto auto 0 0;width:var(--skill-fill);height:3px;border-radius:0 999px 999px 0;background:var(--skill-score-color);content:"";transition:width .26s ease}.reporting-skill-tile:hover{border-color:color-mix(in srgb,var(--skill-accent),transparent 54%);box-shadow:0 7px 18px #101b1a14;transform:translateY(-1px)}.reporting-skill-icon{width:36px;height:36px;border-radius:9px;font-size:.72rem;transition:transform .15s ease}.reporting-skill-tile:hover .reporting-skill-icon,.reporting-skill-tile[aria-pressed=true] .reporting-skill-icon{transform:scale(1.04)}.reporting-skill-copy{display:grid;gap:2px;min-width:0}.reporting-skill-copy>span{line-height:1.25;font-weight:760}.reporting-skill-copy small{color:var(--muted);font-size:.66rem;font-weight:750;text-transform:uppercase}.reporting-skill-state{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:999px;background:color-mix(in srgb,var(--status-soft),white 34%);color:color-mix(in srgb,var(--ink),var(--status) 36%);font-size:.68rem;white-space:nowrap}.reporting-skill-state i{width:6px;height:6px;border-radius:50%;background:var(--status)}.reporting-selected-icon[data-tone=arithmetic],.reporting-skill-tile[data-tone=arithmetic]{--skill-accent: var(--gold);--skill-accent-soft: rgba(244, 184, 62, .15)}.reporting-selected-icon[data-tone=reasoning],.reporting-skill-tile[data-tone=reasoning]{--skill-accent: var(--blue);--skill-accent-soft: rgba(49, 110, 209, .11)}.reporting-selected-icon[data-tone=gps],.reporting-skill-tile[data-tone=gps]{--skill-accent: var(--coral);--skill-accent-soft: rgba(239, 90, 60, .1)}.reporting-selected-icon[data-tone=reading],.reporting-skill-tile[data-tone=reading]{--skill-accent: #2d8268;--skill-accent-soft: rgba(45, 130, 104, .11)}.reporting-selected-icon[data-tone=money],.reporting-skill-tile[data-tone=money]{--skill-accent: #16865f;--skill-accent-soft: rgba(22, 134, 95, .11)}.reporting-selected-icon[data-tone=measures],.reporting-skill-tile[data-tone=measures]{--skill-accent: #2f6f8f;--skill-accent-soft: rgba(47, 111, 143, .1)}.reporting-selected-icon[data-tone=shapes],.reporting-skill-tile[data-tone=shapes]{--skill-accent: #8b5bc7;--skill-accent-soft: rgba(139, 91, 199, .1)}.reporting-selected-icon[data-tone=time],.reporting-skill-tile[data-tone=time]{--skill-accent: #c46a21;--skill-accent-soft: rgba(196, 106, 33, .11)}.reporting-selected-icon[data-tone=temperature],.reporting-skill-tile[data-tone=temperature]{--skill-accent: #b8466a;--skill-accent-soft: rgba(184, 70, 106, .1)}.reporting-skill-tile[aria-pressed=true]{border-color:var(--skill-accent);box-shadow:inset 0 0 0 1px var(--skill-accent),0 7px 18px #101b1a14}@keyframes dashboard-skill-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.reporting-tools{justify-content:space-between;padding-top:2px}@media(max-width:900px){.reporting-metrics,.reporting-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.reporting-two-column{grid-template-columns:1fr}.reporting-skill-grid,.reporting-strengthened-list{grid-template-columns:repeat(2,minmax(0,1fr))}.reporting-selected-skill{grid-template-columns:1fr}.reporting-selected-heading,.reporting-selected-facts,.reporting-selected-skill>.primary-button{grid-column:1;grid-row:auto}}@media(max-width:600px){.reporting-dashboard{gap:14px;padding:14px}.reporting-hero,.reporting-section-head,.reporting-recommendation,.reporting-tools{align-items:stretch;flex-direction:column}.reporting-period{justify-items:stretch}.reporting-period>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.reporting-period button{padding:0 6px}.reporting-metrics,.reporting-selected-facts,.reporting-quest-facts{grid-template-columns:1fr}.reporting-metrics article{min-height:0}.reporting-recommendation .primary-button,.reporting-selected-skill .primary-button,.reporting-tools button{width:100%}.reporting-strengthened-list{grid-template-columns:1fr}.reporting-official-paper-list article{grid-template-columns:1fr}.reporting-section-head{align-items:flex-start}.reporting-section-head.is-compact{flex-direction:row;align-items:center}.reporting-trend-chart{gap:3px}.reporting-trend-point{grid-template-rows:18px 92px 18px 18px}.reporting-trend-point>span,.reporting-trend-point>small{font-size:.6rem}.reporting-skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reporting-skill-tile{grid-template-columns:32px minmax(0,1fr);min-height:78px;padding:8px}.reporting-skill-icon{width:30px;height:30px}.reporting-skill-copy small{display:none}.reporting-skill-state{grid-column:2;justify-self:start;padding:4px 6px;font-size:.62rem}}@media(max-width:520px){.reporting-skill-grid{grid-template-columns:1fr}.reporting-skill-tile{grid-template-columns:36px minmax(0,1fr) auto;min-height:68px;padding:9px 11px 11px}.reporting-skill-icon{width:34px;height:34px}.reporting-skill-state{grid-column:3;justify-self:end}}@media(max-width:360px){.reporting-skill-tile{grid-template-columns:34px minmax(0,1fr)}.reporting-skill-state{grid-column:2;justify-self:start}}.empty-inline{color:var(--muted)}@media(max-width:1180px){.app-shell.is-question-active .topbar,.app-shell.is-question-active .app-legal-footer{display:none}.app-shell.is-question-active main{width:min(100% - 20px,1080px);padding:10px 0 18px}}@media(max-width:900px){.topbar{display:grid;grid-template-columns:1fr;align-items:stretch}.nav-tabs{justify-self:stretch;overflow-x:auto;padding-bottom:3px}.learner-switcher,.learner-badge{justify-self:start}.learner-menu{right:auto;left:0}.paper-list,.official-runner-grid{grid-template-columns:1fr}.official-summary,.shape-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading h1,.papers-heading h1{font-size:2.15rem}.papers-heading,.official-runner-top,.official-paper-toolbar,.official-mock-top,.paper-year-top,.official-paper-card,.official-file-row{display:grid;grid-template-columns:1fr}.official-result-history-head,.official-result-copy>div,.official-result-actions{align-items:stretch;display:grid;grid-template-columns:1fr}.official-result-actions .danger-button{margin-left:0}.paper-actions,.official-runner-actions,.official-file-row>div{justify-content:flex-start}.official-paper-view{grid-template-rows:auto auto minmax(420px,auto) auto}.official-page-controls{grid-template-columns:1fr;position:sticky;top:0;z-index:4}.official-page-controls.is-bottom{position:sticky;bottom:0}.official-page-controls>span{order:-1}.official-page-frame{min-height:420px;overflow:visible}.official-answer-sheet{max-height:none}}@media(max-width:700px){.app-shell.is-question-active main{padding-bottom:max(112px,calc(env(safe-area-inset-bottom) + 88px))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@keyframes brandBeat{0%,to{transform:scale(1)}12%{transform:scale(1.06)}22%{transform:scale(.98)}32%{transform:scale(1.03)}}@keyframes brandHalo{0%,7%{opacity:0;transform:scale(.92)}18%{opacity:.55}38%,to{opacity:0;transform:scale(1.22)}}@keyframes brandReveal{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.rush-intro-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,330px);gap:18px;align-items:stretch}.rush-intro-panel,.rush-intro-side,.rush-game-frame{border:1px solid var(--line);border-radius:8px;background:#fffdf7eb;box-shadow:var(--shadow)}.rush-intro-panel{position:relative;overflow:hidden;padding:clamp(24px,4vw,54px);background:linear-gradient(140deg,rgba(5,122,121,.13),transparent 34%),linear-gradient(225deg,rgba(239,90,60,.13),transparent 38%),#fffdf7f0}.rush-intro-panel:after{position:absolute;top:-62px;right:-42px;width:190px;height:190px;border:18px solid rgba(244,184,62,.15);border-radius:50%;content:"";animation:rushOrbitSpin 8s linear infinite}.rush-intro-copy,.rush-profile-rule,.rush-intro-actions,.rush-concept-preview{position:relative;z-index:1}.rush-intro-copy h1{max-width:720px;margin:8px 0 14px;font-size:clamp(2.8rem,6vw,5.4rem);line-height:.94;letter-spacing:-.055em}.rush-intro-copy p{max-width:760px;margin:0;color:var(--muted);font-size:1.08rem;line-height:1.6}.rush-profile-rule{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:28px}.rush-profile-rule>div{display:grid;gap:4px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fffdf7c7}.rush-profile-rule span,.rush-concept-preview-item small,.rush-run-title small,.rush-rank-banner small,.rush-final-stats span{color:var(--muted);font-size:.78rem}.rush-profile-rule strong{font-size:1.2rem}.rush-intro-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.rush-start-button{min-width:190px;min-height:52px;font-weight:900}.rush-sound-button[aria-pressed=false]{background:#fffdf79e;color:var(--muted)}.rush-concept-preview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:30px}.rush-concept-preview-item{position:relative;display:grid;gap:5px;min-width:0;min-height:126px;align-content:start;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fffdf7c2}.rush-concept-preview-item.is-next{border-color:#057a799e;background:#e2f8f2eb;box-shadow:0 0 0 3px #057a791a}.rush-concept-preview-item.is-next:after{position:absolute;top:8px;right:8px;padding:3px 6px;border-radius:999px;background:var(--teal);color:#fffdf7;content:"Next";font-size:.58rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.rush-concept-preview-item>span{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#057a791a;color:var(--teal)}.rush-concept-preview-item.is-meteor-dash>span,.rush-concept-preview-item.is-comet-chase>span{background:#ef5a3c1a;color:var(--coral)}.rush-concept-preview-item.is-orbit-builder>span{background:#f4b83e29;color:#9c6900}.rush-concept-preview-item.is-warp-runner>span{background:#7b4ab31c;color:var(--plum)}.rush-concept-preview-item strong{overflow-wrap:anywhere}.rush-intro-side{display:grid;align-content:start;gap:16px;padding:24px;background:linear-gradient(160deg,rgba(244,184,62,.1),transparent 44%),#fffdf7eb}.rush-best-score,.rush-empty-log{display:grid;gap:7px;padding:18px;border:1px solid rgba(244,184,62,.34);border-radius:8px;background:#fff8e1b3}.rush-best-score svg,.rush-empty-log svg{color:var(--gold)}.rush-best-score span,.rush-empty-log span,.rush-best-facts,.rush-year-focus{color:var(--muted)}.rush-best-score strong{font-size:2.35rem}.rush-best-facts{display:grid;gap:8px}.rush-best-facts span{padding-bottom:8px;border-bottom:1px solid var(--line)}.rush-empty-log{justify-items:start}.rush-year-focus{display:flex;align-items:center;gap:9px;padding-top:6px}.rush-active-view{display:grid;gap:10px}.rush-game-topline{display:flex;justify-content:space-between;gap:12px;align-items:center}.rush-run-title,.rush-run-actions,.rush-scene-hud,.rush-countdown,.rush-live-stats,.rush-rank-banner,.rush-game-over-actions{display:flex;align-items:center;gap:9px}.rush-run-title>span:nth-child(2){display:grid}.rush-run-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:linear-gradient(135deg,var(--ink),#1c4140);color:var(--gold);box-shadow:0 8px 20px #101b1a2e}.rush-year-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(5,122,121,.18);border-radius:999px;background:#057a7914;color:var(--teal);font-size:.8rem;font-weight:900}.rush-game-frame{position:relative;height:min(690px,calc(100svh - 142px));min-height:520px;overflow:hidden}.rush-arena{position:relative;width:100%;height:100%;min-height:520px;overflow:hidden;background:radial-gradient(circle at 58% 16%,rgba(49,110,209,.28),transparent 30%),linear-gradient(165deg,#122947,#10251f 52%,#081312);color:#fffdf7;isolation:isolate}.rush-arena.is-meteor-dash{background:radial-gradient(circle at 72% 20%,rgba(239,90,60,.28),transparent 28%),linear-gradient(165deg,#231d3a,#101828 58%,#080d16)}.rush-arena.is-orbit-builder{background:radial-gradient(circle at 50% 76%,rgba(244,184,62,.24),transparent 26%),linear-gradient(165deg,#153953,#122f38 58%,#091819)}.rush-arena.is-comet-chase{background:radial-gradient(circle at 78% 30%,rgba(109,215,199,.25),transparent 24%),linear-gradient(155deg,#281d47,#142c3f 58%,#09171c)}.rush-arena.is-warp-runner{background:repeating-linear-gradient(171deg,transparent 0 44px,rgba(139,185,255,.09) 45px 47px),radial-gradient(circle at 50% 84%,rgba(123,74,179,.38),transparent 28%),linear-gradient(165deg,#15162f,#1b1833 58%,#080913)}.rush-scene{display:block;width:100%;height:100%;min-height:inherit;pointer-events:none}.rush-scene-hud{position:absolute;top:14px;right:14px;left:14px;z-index:3;flex-wrap:wrap}.rush-scene-hud span{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 10px;border:1px solid rgba(255,253,247,.18);border-radius:999px;background:#0813129e;color:#fffdf7;font-size:.8rem;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rush-flight-feedback{position:absolute;right:14px;bottom:14px;left:14px;z-index:3;padding:9px 12px;border:1px solid rgba(255,253,247,.18);border-radius:8px;background:#081312b3;color:#fffdf7;font-weight:900;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rush-cockpit-question{position:absolute;top:58px;left:50%;z-index:4;display:grid;width:min(560px,calc(100% - 32px));gap:8px;padding:13px 16px 15px;border:1px solid rgba(255,253,247,.24);border-radius:14px;background:linear-gradient(150deg,#081312db,#122947b8);box-shadow:0 18px 50px #02090d52;color:#fffdf7;text-align:center;transform:translate(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.rush-cockpit-question-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#fffdf7b8;font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.rush-threat-label{display:inline-flex;align-items:center;gap:6px;color:#ffbd72}.rush-threat-label:before{width:8px;height:8px;border-radius:50%;background:var(--coral);box-shadow:0 0 10px #ef5a3ce6;content:"";animation:rushThreatBeacon .75s ease-in-out infinite alternate}.rush-threat-label.is-critical{color:#ff9c86}.rush-cockpit-question h1{margin:0;color:#fffdf7;font-size:clamp(2.15rem,5vw,4rem);line-height:1;letter-spacing:-.045em;text-shadow:0 5px 18px rgba(0,0,0,.38)}.rush-cockpit-question .rush-countdown{color:#8ff0de}.rush-cockpit-question .rush-countdown.is-low{color:#ff9c86}.rush-cockpit-question .rush-time-track{height:7px;background:#fffdf724}.rush-answer-gates{position:absolute;right:16px;bottom:62px;left:16px;z-index:5;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(10px,4vw,42px);width:min(760px,calc(100% - 32px));margin:0 auto}.rush-answer-gate{--gate-color: #6dd7c7;position:relative;display:grid;place-items:center;min-width:0;min-height:124px;overflow:hidden;padding:18px 10px 12px;border:3px solid color-mix(in srgb,var(--gate-color) 82%,white);border-radius:50%;background:radial-gradient(circle,rgba(8,19,18,.94) 0 46%,transparent 48%),conic-gradient(from 20deg,transparent,var(--gate-color),transparent 38%,var(--gate-color),transparent 74%);color:#fffdf7;box-shadow:0 0 0 7px #fffdf71a,0 0 32px color-mix(in srgb,var(--gate-color) 50%,transparent),0 15px 34px #00000057;cursor:pointer;animation:rushGateFloat 1.2s ease-in-out infinite alternate;transition:filter .14s ease,transform .14s ease,box-shadow .14s ease}.rush-answer-gate.is-lane-2{--gate-color: #f4b83e;animation-delay:-.45s}.rush-answer-gate.is-lane-3{--gate-color: #ef7b3c;animation-delay:-.8s}.rush-answer-gate:after{position:absolute;top:9px;right:9px;bottom:9px;left:9px;border:2px dashed color-mix(in srgb,var(--gate-color) 75%,white);border-radius:inherit;content:"";opacity:.8;animation:rushGateSpin 4s linear infinite}.rush-answer-gate:hover:not(:disabled),.rush-answer-gate:focus-visible{z-index:2;filter:brightness(1.2);outline:3px solid #fffdf7;outline-offset:4px;box-shadow:0 0 0 8px #fffdf729,0 0 46px color-mix(in srgb,var(--gate-color) 76%,transparent),0 18px 38px #0006;transform:translateY(-7px) scale(1.05)}.rush-answer-gate.is-active:not(:disabled){filter:brightness(1.14);box-shadow:0 0 0 8px #fffdf726,0 0 42px color-mix(in srgb,var(--gate-color) 68%,transparent),0 17px 36px #00000061}.rush-answer-gate:active:not(:disabled){transform:translateY(2px) scale(.96)}.rush-answer-gate:disabled{cursor:default;opacity:.52}.rush-answer-gate strong,.rush-answer-gate small,.rush-gate-key{position:relative;z-index:1}.rush-answer-gate strong{max-width:100%;overflow:hidden;font-size:clamp(1.7rem,4.2vw,3rem);line-height:1;letter-spacing:-.04em;text-overflow:ellipsis;text-shadow:0 4px 12px rgba(0,0,0,.5)}.rush-answer-gate small{color:#fffdf7b3;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.rush-gate-key{position:absolute;top:9px;left:50%;display:grid;place-items:center;width:25px;height:25px;border:1px solid rgba(255,253,247,.4);border-radius:50%;background:#081312d1;font-size:.72rem;font-weight:900;transform:translate(-50%)}.rush-flight-lanes{fill:none;stroke:#fffdf724;stroke-width:2;stroke-dasharray:8 13;animation:rushFlightLanes .7s linear infinite}.rush-speed-lines{fill:none;stroke:#fffdf73d;stroke-width:3;stroke-linecap:round;animation:rushSpeedLines .54s linear infinite}.rush-arena.is-combo .rush-speed-lines{animation-duration:.24s}.rush-stars{fill:#fffdf7;opacity:.55}.rush-hazard-field{opacity:.58;transition:opacity .18s ease}.rush-hazard-field.is-dense{opacity:1}.rush-question-threat{transform-origin:0 0;transition:transform 105ms linear;filter:drop-shadow(0 0 8px rgba(239,90,60,.62));will-change:transform}.rush-question-threat .rush-meteor-tail{stroke-width:11}.rush-question-threat.is-close{filter:drop-shadow(0 0 13px rgba(239,90,60,.9))}.rush-question-threat.is-critical .rush-meteor-tail{stroke:#ef5a3c;stroke-width:14}.rush-question-threat.is-critical .rush-meteor-rock{animation-duration:.48s}.rush-flying-meteor{--meteor-drift: 20px;--meteor-duration: 3.8s;--meteor-scale: .72;--meteor-x: 60px;animation:rushMeteorFall var(--meteor-duration) linear infinite;will-change:transform,opacity}.rush-flying-meteor.is-1{--meteor-x: 38px;--meteor-drift: 58px;--meteor-duration: 3.2s;--meteor-scale: .62;animation-delay:-1.4s}.rush-flying-meteor.is-2{--meteor-x: 135px;--meteor-drift: -32px;--meteor-duration: 4.4s;--meteor-scale: .44;animation-delay:-3.5s}.rush-flying-meteor.is-3{--meteor-x: 224px;--meteor-drift: 46px;--meteor-duration: 3.7s;--meteor-scale: .52;animation-delay:-.7s}.rush-flying-meteor.is-4{--meteor-x: 330px;--meteor-drift: -54px;--meteor-duration: 3s;--meteor-scale: .7;animation-delay:-2.2s}.rush-flying-meteor.is-5{--meteor-x: 420px;--meteor-drift: 32px;--meteor-duration: 4.7s;--meteor-scale: .4;animation-delay:-4.1s}.rush-flying-meteor.is-6{--meteor-x: 474px;--meteor-drift: -48px;--meteor-duration: 3.5s;--meteor-scale: .56;animation-delay:-1.9s}.rush-meteor-tail{fill:none;stroke:#ef7b3c;stroke-width:8;stroke-linecap:round;filter:drop-shadow(0 0 7px rgba(239,90,60,.92))}.rush-meteor-rock{transform-box:fill-box;transform-origin:center;animation:rushMeteorSpin 1.35s linear infinite}.rush-meteor-rock path{fill:#756b64;stroke:#fff0d2;stroke-width:2.5}.rush-meteor-rock circle{fill:#413c3a;stroke:#fffdf761;stroke-width:1.5}.rush-impact-meteor{animation:rushImpactMeteor .62s cubic-bezier(.65,0,.9,.48) forwards;pointer-events:none}.rush-impact-rock{fill:#756b64;stroke:#fff0d2;stroke-width:3}.rush-boost-shockwave{fill:none;stroke:#8ff0de;stroke-width:6;transform-box:fill-box;transform-origin:center;animation:rushBoostShockwave .58s ease-out forwards;filter:drop-shadow(0 0 9px rgba(109,215,199,.8));pointer-events:none}.rush-boost-shockwave circle:last-child{stroke:#f4b83e;stroke-width:3}.rush-laser-burst{fill:none;filter:drop-shadow(0 0 8px rgba(109,215,199,.95));pointer-events:none}.rush-laser-beam{stroke:#8ff0de;stroke-width:7;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;animation:rushLaserFire .62s ease-out forwards}.rush-laser-beam.is-secondary{stroke:#f4e36a;stroke-width:4;animation-delay:.04s}.rush-muzzle-flash{fill:#fffdf7e0;stroke:#8ff0de;stroke-width:3;stroke-linecap:round;transform-box:fill-box;transform-origin:center;animation:rushMuzzleFlash .34s ease-out forwards;filter:drop-shadow(0 0 10px rgba(109,215,199,1))}.rush-muzzle-flash.is-secondary{stroke:#f4e36a;animation-delay:.04s}.rush-laser-impact{fill:none;stroke:#fffdf7;stroke-width:5;stroke-linecap:round;transform-box:fill-box;transform-origin:center;animation:rushLaserImpact .58s .12s ease-out forwards;filter:drop-shadow(0 0 12px rgba(244,227,106,.95));opacity:0;pointer-events:none}.rush-laser-impact circle{fill:#f4e36a42;stroke:#f4e36a}.rush-passed-meteor{filter:drop-shadow(0 0 9px rgba(239,123,60,.85));pointer-events:none}.rush-passed-meteor.is-blast-right{animation:rushMeteorBlastRight .76s cubic-bezier(.18,.72,.35,1) forwards}.rush-passed-meteor.is-blast-left{animation:rushMeteorBlastLeft .76s cubic-bezier(.18,.72,.35,1) forwards}.rush-arena.has-wrong .rush-hazard-field{opacity:1}.rush-altitude-rail{fill:var(--coral);stroke:#fffdf761;stroke-width:3;stroke-linecap:round}.rush-altitude-rail circle{stroke:#fffdf7;stroke-width:3}.rush-vehicle-wrap{transform-origin:0 0;transition:transform .42s cubic-bezier(.2,.82,.25,1);will-change:transform}.rush-steering-bank{transform-box:fill-box;transform-origin:center;transition:transform .36s cubic-bezier(.2,.82,.25,1)}.rush-vehicle-wrap.is-lane-1 .rush-steering-bank{transform:rotate(-12deg)}.rush-vehicle-wrap.is-lane-3 .rush-steering-bank{transform:rotate(12deg)}.rush-earth circle{fill:#4f94d4;stroke:#fffdf7;stroke-width:4}.rush-earth path{fill:#72b77a;stroke:#173734;stroke-width:3}.rush-meteors path{fill:#7d7066;stroke:#fffdf7;stroke-width:3;transform-box:fill-box;transform-origin:center}.rush-meteors path:nth-child(1){animation:rushAmbientMeteor 2.3s -.8s ease-in-out infinite alternate}.rush-meteors path:nth-child(2){animation:rushAmbientMeteor 2.8s -1.6s ease-in-out infinite alternate-reverse}.rush-meteors path:nth-child(3){animation:rushAmbientMeteor 2s -.3s ease-in-out infinite alternate}.rush-orbits circle{fill:#316ed1;stroke:#fffdf7;stroke-width:4}.rush-orbits ellipse{fill:none;stroke:#f4b83e;stroke-width:5;stroke-dasharray:9 10;animation:rushOrbitSpin 4s linear infinite;transform-box:fill-box;transform-origin:center}.rush-orbits rect{fill:#6dd7c7;stroke:#fffdf7;stroke-width:3}.rush-comet path:first-child{fill:#6dd7c73d}.rush-comet circle{fill:#f4b83e;stroke:#fffdf7;stroke-width:5}.rush-comet path:last-child{fill:none;stroke:#6dd7c7;stroke-width:7;stroke-linecap:round;stroke-dasharray:13 12;animation:rushCometTrail .8s linear infinite}.rush-warp ellipse{fill:none;stroke:#a47ae0;stroke-width:7;opacity:.8;animation:rushWarpPulse .72s ease-in-out infinite alternate;transform-box:fill-box;transform-origin:center}.rush-vehicle{transform-box:fill-box;transform-origin:center;animation:rushVehicleBob .38s ease-in-out infinite alternate}.rush-shell{fill:#fffdf7;stroke:#101b1a;stroke-width:4}.rush-accent,.rush-panel{fill:#057a79;stroke:#101b1a;stroke-width:3}.rush-window{fill:#ef7b3c;stroke:#101b1a;stroke-width:3}.rush-flame{fill:#ef5a3c;transform-box:fill-box;transform-origin:top center;animation:rushFlame .18s ease-in-out infinite alternate}.rush-vehicle-wrap.is-correct .rush-vehicle{animation:rushBoost .48s ease-out}.rush-vehicle-wrap.is-wrong .rush-vehicle{animation:rushHit .58s ease-in-out}.rush-vehicle-wrap.is-crashing .rush-vehicle{animation:rushTotalCrash 1.35s cubic-bezier(.5,0,.9,.6) forwards}.rush-vehicle-wrap.is-crashing .rush-flame,.rush-vehicle-wrap.is-crashed .rush-flame{animation:none;opacity:0}.rush-vehicle-wrap.is-crashed .rush-vehicle{transform:translateY(170px) rotate(610deg) scale(.56);opacity:.42}.rush-crash-art{pointer-events:none;opacity:0;transform-box:fill-box;transform-origin:center}.rush-crash-art path{fill:#ef5a3c;stroke:#fffdf7;stroke-width:5}.rush-crash-art circle{fill:#7b8582}.rush-crash-art.is-visible{animation:rushCrashBurst 1.2s .62s ease-out forwards}.rush-arena.is-crashing{animation:rushScreenShake .74s ease-in-out}.rush-arena.is-game-over:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;content:"";display:grid;place-items:center;background:#0813129e}.rush-game-over-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;display:grid;place-items:center;overflow:auto;padding:20px}.rush-game-over-overlay .rush-game-over-panel{width:min(620px,100%);padding:clamp(20px,4vw,38px);border:1px solid var(--line);border-radius:14px;background:#fffdf7f7;box-shadow:0 24px 80px #0000006b;color:var(--ink)}.rush-control-panel{display:grid;align-content:center;gap:12px;min-width:0;padding:clamp(18px,3vw,30px);background:linear-gradient(145deg,#fffdf7fa,#f0faf7f0),var(--paper)}.rush-question-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,auto);gap:14px;align-items:center}.rush-question-row h1{margin:8px 0 0;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em;line-height:1}.rush-countdown{color:var(--teal);font-weight:900}.rush-countdown.is-low{color:#b73b2c}.rush-countdown em{padding:4px 7px;border-radius:999px;background:#2f94661f;color:var(--green);font-size:.72rem;font-style:normal;text-transform:uppercase}.rush-answer-display{display:grid;place-items:center;min-width:110px;min-height:62px;border-bottom:4px solid var(--line);color:var(--ink);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900}.rush-answer-display.is-filled{border-color:var(--teal)}.rush-time-track{height:11px;overflow:hidden;border-radius:999px;background:#101b1a1a}.rush-time-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--teal),#2ca8a4);transition:width 90ms linear}.rush-time-track span.is-turbo{background:linear-gradient(90deg,var(--green),#6fcf8d)}.rush-time-track span.is-low{background:linear-gradient(90deg,var(--coral),#b93628)}.rush-number-pad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.rush-number-pad button{min-width:0;min-height:clamp(48px,6.6vh,62px);border:1px solid rgba(16,27,26,.14);border-radius:8px;background:#fffdf7f2;color:var(--ink);font-size:1.3rem;font-weight:900;box-shadow:0 7px 15px #101b1a0f;transition:transform .12s ease,background .12s ease,border-color .12s ease}.rush-number-pad button:hover:not(:disabled){border-color:#057a7957;background:#eef9f6;transform:translateY(-1px)}.rush-number-pad button:active:not(:disabled){transform:translateY(1px) scale(.98)}.rush-number-pad button.is-control{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:var(--muted);font-size:.88rem}.rush-submit-button{width:100%;min-height:54px;font-size:1.05rem;font-weight:900}.rush-live-stats{justify-content:space-between;padding-top:10px;border-top:1px solid var(--line);color:var(--muted);font-size:.82rem}.rush-live-stats strong{color:var(--ink)}.rush-game-over-panel{display:grid;gap:16px;text-align:center}.rush-game-over-panel h1{margin:0;font-size:clamp(2.5rem,6vw,4.8rem);line-height:.95;letter-spacing:-.055em}.rush-game-over-panel>p{margin:0;color:var(--muted)}.rush-rank-banner{justify-content:center;padding:14px;border:1px solid rgba(244,184,62,.36);border-radius:8px;background:#fff8e1c7;color:#8a5c00;text-align:left}.rush-rank-banner span{display:grid}.rush-rank-banner strong{color:var(--ink);font-size:1.5rem}.rush-rank-banner.is-best{animation:currentQuestPulse 1.5s ease-in-out infinite}.rush-final-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.rush-final-stats>div{display:grid;gap:4px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fffdf7d1}.rush-game-over-actions{justify-content:center;flex-wrap:wrap}@media(max-width:1100px){.rush-concept-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.rush-game-frame{grid-template-columns:minmax(0,1fr) minmax(330px,.95fr)}}@media(max-width:900px){.rush-intro-layout{grid-template-columns:1fr}.app-shell.is-rush-active .topbar{display:none}.app-shell.is-rush-active main{width:100%;height:100svh;margin:0;padding:8px}.rush-active-view{grid-template-rows:auto minmax(0,1fr);height:calc(100svh - 16px);overflow:hidden}.rush-game-frame,.rush-arena,.rush-scene{min-height:0;height:100%}.rush-control-panel{align-content:stretch;gap:7px;min-height:0;padding:12px}.rush-number-pad{gap:6px}.rush-number-pad button{min-height:clamp(42px,5.9svh,54px)}.rush-submit-button{min-height:48px}.rush-question-row h1{font-size:clamp(1.55rem,6vw,2.2rem)}.rush-answer-display{min-height:48px;font-size:1.75rem}.rush-scene-hud{top:8px;right:8px;left:8px;gap:5px}.rush-scene-hud span{min-height:26px;padding:0 8px;font-size:.72rem}.rush-cockpit-question{top:50px;width:min(520px,calc(100% - 20px));padding:10px 12px 12px}.rush-cockpit-question h1{font-size:clamp(1.85rem,7vw,3rem)}.rush-answer-gates{right:10px;bottom:50px;left:10px;width:min(680px,calc(100% - 20px));gap:clamp(8px,3vw,24px)}.rush-answer-gate{min-height:108px}.rush-flight-feedback{right:8px;bottom:8px;left:8px;padding:6px 8px;font-size:.78rem}}@media(max-width:620px){.rush-intro-panel,.rush-intro-side{padding:18px}.rush-intro-copy h1{font-size:2.75rem}.rush-profile-rule,.rush-concept-preview{grid-template-columns:1fr}.rush-concept-preview-item{grid-template-columns:38px minmax(0,1fr);min-height:0;align-items:center}.rush-concept-preview-item>span{grid-row:1 / 3}.rush-concept-preview-item small{grid-column:2}.rush-game-topline{gap:6px}.rush-run-title{min-width:0}.rush-run-title>span:nth-child(2) small,.rush-year-pill,.rush-run-actions button span{display:none}.rush-run-icon{width:38px;height:38px}.rush-run-actions{gap:5px}.rush-run-actions button{min-width:40px;min-height:40px;padding:0 10px}.rush-cockpit-question{top:48px}.rush-cockpit-question-meta{justify-content:center}.rush-cockpit-question-meta>span:last-child{display:none}.rush-answer-gates{gap:7px}.rush-answer-gate{min-height:96px;padding:16px 5px 8px;border-width:2px;box-shadow:0 0 0 4px #fffdf71a,0 0 22px color-mix(in srgb,var(--gate-color) 44%,transparent),0 10px 24px #0000004d}.rush-answer-gate:after{top:6px;right:6px;bottom:6px;left:6px;border-width:1px}.rush-answer-gate strong{font-size:clamp(1.35rem,7vw,2rem)}.rush-answer-gate small{font-size:.57rem}.rush-gate-key{top:6px;width:21px;height:21px;font-size:.65rem}.rush-game-over-overlay{padding:8px}.rush-question-row{grid-template-columns:minmax(0,1fr) minmax(76px,auto);gap:8px}.rush-answer-display{min-width:76px}.rush-live-stats{gap:4px;font-size:.72rem}.rush-game-over-panel{gap:10px}.rush-game-over-panel h1{font-size:2.5rem}.rush-final-stats>div{padding:8px}}@media(max-width:900px)and (max-height:700px){.rush-countdown{font-size:.7rem}.rush-cockpit-question{top:44px;gap:4px;padding:7px 10px 9px}.rush-cockpit-question h1{font-size:clamp(1.45rem,6vw,2rem)}.rush-answer-gates{bottom:42px}.rush-answer-gate{min-height:76px;padding-top:13px}.rush-answer-gate small{display:none}.rush-gate-key{top:4px;width:18px;height:18px}}@keyframes rushSpeedLines{0%{transform:translateY(-92px)}to{transform:translateY(92px)}}@keyframes rushFlightLanes{to{stroke-dashoffset:-21}}@keyframes rushMeteorFall{0%{opacity:0;transform:translate(var(--meteor-x),-86px) scale(var(--meteor-scale))}9%,88%{opacity:1}to{opacity:0;transform:translate(calc(var(--meteor-x) + var(--meteor-drift)),500px) scale(var(--meteor-scale))}}@keyframes rushMeteorSpin{to{transform:rotate(360deg)}}@keyframes rushThreatBeacon{0%{opacity:.5;transform:scale(.72)}to{opacity:1;transform:scale(1.28)}}@keyframes rushImpactMeteor{0%{opacity:0;transform:translateY(-104px) scale(.45)}15%{opacity:1}72%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-8px,7px) scale(1.35)}}@keyframes rushBoostShockwave{0%{opacity:.92;transform:scale(.2)}to{opacity:0;transform:scale(1.9)}}@keyframes rushLaserFire{0%{opacity:0;stroke-dashoffset:1}18%,68%{opacity:1}to{opacity:0;stroke-dashoffset:0}}@keyframes rushMuzzleFlash{0%{opacity:0;transform:scale(.1) rotate(0)}24%{opacity:1;transform:scale(1.25) rotate(18deg)}to{opacity:0;transform:scale(.45) rotate(40deg)}}@keyframes rushLaserImpact{0%{opacity:0;transform:scale(.15) rotate(0)}38%{opacity:1;transform:scale(1.15) rotate(18deg)}to{opacity:0;transform:scale(2.2) rotate(42deg)}}@keyframes rushMeteorBlastRight{0%{opacity:1;transform:translate(84px,-112px) rotate(0) scale(1)}28%{opacity:1;transform:translate(106px,-128px) rotate(65deg) scale(1.08)}to{opacity:0;transform:translate(220px,-220px) rotate(520deg) scale(.38)}}@keyframes rushMeteorBlastLeft{0%{opacity:1;transform:translate(-84px,-112px) rotate(0) scale(1)}28%{opacity:1;transform:translate(-106px,-128px) rotate(-65deg) scale(1.08)}to{opacity:0;transform:translate(-220px,-220px) rotate(-520deg) scale(.38)}}@keyframes rushAmbientMeteor{0%{transform:translate(-5px,-7px) rotate(-3deg)}to{transform:translate(7px,8px) rotate(5deg)}}@keyframes rushGateFloat{0%{translate:0 -3px}to{translate:0 5px}}@keyframes rushGateSpin{to{transform:rotate(360deg)}}@keyframes rushVehicleBob{0%{transform:translateY(-3px) rotate(-1deg)}to{transform:translateY(4px) rotate(1deg)}}@keyframes rushFlame{0%{transform:scaleY(.62)}to{transform:scaleY(1.34)}}@keyframes rushBoost{0%{transform:translateY(0) scale(1)}45%{transform:translateY(-28px) scale(1.1)}to{transform:translateY(0) scale(1)}}@keyframes rushHit{0%,to{transform:rotate(0) translate(0)}22%{transform:rotate(-18deg) translate(-13px)}55%{transform:rotate(15deg) translate(11px)}80%{transform:rotate(-7deg) translate(-5px)}}@keyframes rushTotalCrash{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}58%{transform:translateY(116px) rotate(390deg) scale(.86);opacity:1}to{transform:translateY(170px) rotate(610deg) scale(.56);opacity:.42}}@keyframes rushCrashBurst{0%{opacity:0;transform:scale(.22)}34%{opacity:1;transform:scale(1.12)}to{opacity:0;transform:translateY(-62px) scale(2.15)}}@keyframes rushScreenShake{0%,to{transform:translate(0)}14%{transform:translate(-8px,4px)}28%{transform:translate(9px,-5px)}44%{transform:translate(-7px,-3px)}62%{transform:translate(6px,5px)}80%{transform:translate(-3px,2px)}}@keyframes rushOrbitSpin{to{transform:rotate(360deg)}}@keyframes rushWarpPulse{0%{opacity:.34;transform:scale(.88)}to{opacity:.9;transform:scale(1.08)}}@keyframes rushCometTrail{to{stroke-dashoffset:-50}}.nav-tabs{display:grid;grid-template-columns:repeat(6,minmax(48px,1fr));gap:4px;overflow:clip;scroll-padding-inline:0}.desktop-more-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:45;display:grid;grid-template-columns:repeat(2,minmax(132px,1fr));gap:6px;width:min(340px,calc(100vw - 32px));padding:8px;border:1px solid var(--line);border-radius:14px;background:#fffdf7fa;box-shadow:var(--shadow)}.desktop-more-menu .nav-tab{justify-content:flex-start;min-height:48px;padding:9px 12px;border:1px solid rgba(16,27,26,.08);border-radius:10px;background:#f6f9f6e6;color:var(--ink)}.desktop-more-menu .nav-tab:hover{border-color:#057a793d;background:#e8f7f2eb}.desktop-more-menu .nav-tab.is-active{border-color:transparent;background:linear-gradient(135deg,var(--ink),#173734);color:var(--paper)}.nav-tab{min-width:0;padding-inline:9px;white-space:nowrap}.nav-tab span{overflow:hidden;text-overflow:ellipsis}.mobile-bottom-nav,.mobile-more-menu,.mobile-nav-backdrop{display:none}@media(max-width:1320px)and (min-width:1181px){.topbar{grid-template-columns:minmax(210px,240px) minmax(0,1fr) auto;gap:10px;padding-inline:14px}.nav-tab{padding-inline:6px;font-size:.78rem}}@media(max-width:1180px)and (min-width:761px){.topbar{grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;padding:10px 18px}.nav-scroll-shell{grid-column:1 / -1;grid-row:2}.nav-tabs{width:100%}.nav-tab{padding-inline:8px;font-size:.8rem}.learner-switcher,.learner-badge{justify-self:end}}@media(max-width:1100px){.topbar{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:8px 12px}.brand-button{min-height:44px}.brand-mark{flex-basis:40px;width:40px;height:40px}.brand-button small,.nav-scroll-shell,.desktop-more-menu{display:none}.learner-switcher,.learner-badge{justify-self:end}.learner-badge{min-height:44px;padding:7px 9px}.learner-menu{right:0;left:auto}.app-shell main{width:min(100% - 20px,720px);padding:12px 0 96px}.app-legal-footer{padding-bottom:92px}.mobile-bottom-nav{position:fixed;right:8px;bottom:max(8px,env(safe-area-inset-bottom));left:8px;z-index:60;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:6px;border:1px solid rgba(16,27,26,.14);border-radius:18px;background:#fffdf7f5;box-shadow:0 14px 38px #101b1a33;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-nav-item{display:grid;place-items:center;gap:3px;min-width:0;min-height:54px;padding:5px 3px;border:0;border-radius:13px;background:transparent;color:var(--muted);font-size:.67rem;font-weight:800;line-height:1}.mobile-nav-item span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-nav-item.is-active{background:linear-gradient(135deg,var(--ink),#173734);color:var(--paper)}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:48;display:block;width:100%;height:100%;padding:0;border:0;background:#101b1a47;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-more-menu{position:fixed;right:12px;bottom:calc(82px + env(safe-area-inset-bottom));left:12px;z-index:55;display:grid;gap:10px;padding:14px;border:1px solid rgba(16,27,26,.14);border-radius:18px;background:#fffdf7fa;box-shadow:0 18px 42px #101b1a3d}.mobile-more-menu>strong{padding-inline:4px;font-size:.86rem}.mobile-more-menu>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-more-menu .mobile-nav-item{grid-template-columns:auto minmax(0,1fr);justify-items:start;min-height:52px;padding:9px 12px;border:1px solid rgba(16,27,26,.1);background:#f6f9f6eb;color:var(--ink);font-size:.82rem}.mobile-more-menu .mobile-nav-item.is-active{background:linear-gradient(135deg,var(--ink),#173734);color:var(--paper)}.app-shell.is-question-active .mobile-bottom-nav,.app-shell.is-rush-active .mobile-bottom-nav,.app-shell.is-rush-active .mobile-more-menu,.app-shell.is-rush-active .mobile-nav-backdrop{display:none}}.times-lab-mark,.times-mode-icon,.times-summary-icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:12px;background:var(--teal);color:#fff;box-shadow:0 10px 22px #057a7933}.times-lab-hero h1,.times-lab-selector h2,.times-mode-card h3,.times-summary h1,.times-run-header h1{margin:0}.times-lab-hero p,.times-mode-card p,.times-summary p{margin:0;color:var(--muted);line-height:1.55}.times-lab-selector-actions{display:flex;flex-wrap:wrap;gap:6px}.times-summary-timeouts{padding:5px 9px;border-radius:999px;background:#057a791a;color:#075e5d;font-size:.75rem;font-weight:800}.times-lab,.times-run,.times-summary{width:min(100%,920px);margin:0 auto}.times-lab{display:grid;gap:18px}.times-lab-back{display:inline-flex;align-items:center;gap:7px;justify-self:start;padding:8px 2px;border:0;background:transparent;color:var(--teal);font-weight:800}.times-lab-hero,.times-lab-selector,.times-mode-card,.times-run,.times-summary{border:1px solid var(--line);border-radius:14px;background:#fffdf7eb;box-shadow:var(--shadow)}.times-lab-hero{display:flex;gap:18px;align-items:center;padding:24px}.times-lab-hero>div{display:grid;gap:7px}.times-lab-selector{display:grid;gap:14px;padding:20px}.times-lab-table-grid,.reporting-table-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.times-lab-operation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.times-lab-operation button{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;align-items:center;min-height:76px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:#fffdf7e6;color:var(--ink);text-align:left}.times-lab-operation button>span,.times-lab-operation button>svg{display:grid;grid-row:1 / -1;place-items:center;width:36px;height:36px;color:var(--teal);font-size:2rem;font-weight:900}.times-lab-operation button>span{font-size:1.55rem;letter-spacing:-.12em}.times-lab-operation button strong{font-size:1rem}.times-lab-operation button small{color:var(--muted);font-size:.76rem}.times-lab-operation button[aria-pressed=true]{border-color:var(--teal);background:#057a791f;box-shadow:inset 0 0 0 1px var(--teal)}.times-lab-table-grid button,.reporting-table-grid button{display:grid;gap:3px;min-height:70px;padding:10px 8px;border:1px solid var(--line);border-radius:9px;background:#fffdf7e6;color:var(--ink);text-align:left}.times-lab-table-grid button[aria-pressed=true]{border-color:var(--teal);background:#057a791f;box-shadow:inset 0 0 0 1px var(--teal)}.times-lab-table-grid button span,.reporting-table-grid button span,.reporting-table-grid button small{color:var(--muted);font-size:.72rem}.times-lab-selector-actions button,.reporting-mtc-summary button{padding:6px 10px;border:0;background:transparent;color:var(--teal);font-weight:800}.times-lab-modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.times-mode-card{display:grid;grid-template-rows:auto auto auto 1fr auto;gap:9px;padding:18px}.times-mode-card.is-disabled{box-shadow:none;opacity:.72}.times-mode-icon{width:44px;height:44px;margin-bottom:4px;background:var(--ink)}.times-mode-card .secondary-button{width:100%;margin-top:8px}.times-lab-evidence-note{margin:0;color:var(--muted);font-size:.84rem;text-align:center}.times-run{max-width:780px;overflow:hidden;background:radial-gradient(circle at 50% 38%,rgba(109,215,199,.08),transparent 34%),#fffdf7f5}.times-run-header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line);background:#fffdf7e0}.times-run-header>div:first-child{display:grid;gap:3px;min-width:0}.times-run-header h1{font-size:clamp(1.55rem,3.4vw,2.15rem);line-height:1.05;white-space:nowrap}.times-run-header h1 span{color:var(--muted);font-size:.58em;font-weight:750;letter-spacing:0}.times-run-timer{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:var(--ink);color:#fff;font-weight:900}.run-stop-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:8px 13px;border:1px solid rgba(16,27,26,.14);border-radius:12px;color:var(--ink);background:#ffffffd1;font-weight:850}.run-stop-button:hover{border-color:#b24d3759;color:#963f30;background:#fff4f1}.times-run-progress{height:7px;background:#057a791a}.times-run-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--teal),var(--gold));transition:width .18s ease}.times-run-question,.times-run-feedback,.times-run-transition{display:grid;gap:16px;justify-items:center;min-height:510px;padding:34px 20px 38px;text-align:center}.times-run-question p{max-width:680px;margin:4px 0 2px;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.08;letter-spacing:-.035em;text-wrap:balance}.equal-groups-visual{display:grid;gap:12px;width:min(100%,540px);margin:0;color:var(--ink)}.equal-groups-grid{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch;justify-content:center}.equal-group{--equal-group-block: #168b88;--equal-group-surface: rgba(109, 215, 199, .12);display:grid;box-sizing:border-box;flex:0 0 auto;place-items:center;min-width:70px;min-height:66px;padding:10px 12px;border:2px dashed rgba(5,122,121,.42);border-radius:16px;background:var(--equal-group-surface)}.equal-group:nth-child(3n+2){--equal-group-block: #d56a3e;--equal-group-surface: rgba(255, 215, 110, .17);border-color:#d56a3e66}.equal-group:nth-child(3n){--equal-group-block: #477cc7;--equal-group-surface: rgba(139, 185, 255, .15);border-color:#477cc761}.equal-group.has-bundle{--equal-group-block: #168b88;--equal-group-surface: rgba(109, 215, 199, .1);min-width:84px;min-height:70px;padding:12px 10px 9px;border:1px solid rgba(5,122,121,.2);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.94),var(--equal-group-surface));box-shadow:inset 0 4px 0 var(--equal-group-block),0 5px 12px #101b1a0d}.equal-group-items{display:grid;grid-template-columns:repeat(var(--equal-group-columns),13px);gap:4px;align-content:center;justify-content:center;width:max-content}.equal-group-items i{display:grid;place-items:center;width:13px;height:13px;border-radius:4px;background:var(--equal-group-block);box-shadow:inset 0 -2px #101b1a21,0 2px 3px #101b1a1a;color:#fff;font-style:normal;font-weight:850}.equal-group.has-bundle .equal-group-items{display:flex;align-items:center;justify-content:center;width:100%}.equal-group.has-bundle .equal-group-items i{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60px;height:auto;min-height:40px;padding:2px;border-radius:0;background:transparent;box-shadow:none;color:var(--ink);font-size:1.12rem;line-height:1}.equal-group.has-bundle .equal-group-items i span{display:block;line-height:1}.equal-group.has-bundle .equal-group-items i small{display:block;margin-top:4px;color:var(--muted);font-size:.58rem;font-style:normal;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.equal-groups-visual figcaption{display:flex;gap:7px;align-items:baseline;justify-content:center;color:var(--muted);font-size:.9rem;font-weight:750}.equal-groups-visual figcaption strong{color:var(--ink);font-size:1.05rem}.equal-groups-visual.is-compact{width:min(100%,500px);padding:18px;border:1px solid rgba(5,122,121,.14);border-radius:22px;background:#ffffffb8;box-shadow:0 12px 30px #101b1a0f}.equal-groups-visual.is-compact .equal-groups-grid{gap:9px}.equal-groups-visual.is-compact .equal-group{min-width:70px;min-height:58px;padding:9px 10px}.equal-groups-visual.is-compact .equal-group.has-bundle{min-width:84px;min-height:70px;padding:12px 10px 9px}.equal-groups-visual.is-compact .equal-group-items{grid-template-columns:repeat(var(--equal-group-columns),12px);gap:4px}.equal-groups-visual.is-compact .equal-group-items i{width:12px;height:12px;border-radius:4px}.equal-groups-visual.is-compact .equal-group.has-bundle .equal-group-items i{width:58px;height:auto;min-height:38px;border-radius:0;font-size:1.08rem}.times-fact-visual{display:grid;gap:12px;justify-items:center;width:min(100%,440px);margin:0;padding:22px 26px;border:1px solid rgba(5,122,121,.16);border-radius:24px;background:radial-gradient(circle at 50% 32%,rgba(109,215,199,.17),transparent 46%),#ffffffc7;box-shadow:0 14px 34px #101b1a12;color:var(--ink)}.division-fraction-equation{display:flex;gap:20px;align-items:center;justify-content:center}.division-fraction{display:grid;grid-template-rows:auto 4px auto;gap:7px;place-items:center;min-width:92px;font-size:clamp(2rem,6vw,3.15rem);font-variant-numeric:tabular-nums;line-height:1}.division-fraction i{width:100%;height:4px;border-radius:999px;background:var(--ink)}.division-fraction-equals{color:var(--muted);font-size:clamp(1.8rem,5vw,2.7rem);font-weight:800}.division-fraction-answer{display:grid;place-items:center;min-width:74px;min-height:74px;border-radius:18px;background:#057a7921;color:var(--teal);font-size:clamp(2rem,6vw,3.15rem);line-height:1}.division-fraction-answer.is-unknown{border:2px dashed rgba(5,122,121,.4);background:#ffffffc2}.times-fact-visual figcaption{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;color:var(--muted);font-size:.88rem;font-weight:750}.times-fact-visual figcaption strong{color:var(--ink)}.times-fact-visual.is-compact{width:min(100%,400px);padding:16px 22px}.division-fraction-visual.is-compact .division-fraction{min-width:72px;font-size:2rem}.division-fraction-visual.is-compact .division-fraction-answer{min-width:58px;min-height:58px;font-size:2rem}.multiplication-fact-equation{display:flex;gap:16px;align-items:center;justify-content:center;min-height:128px;font-size:clamp(2rem,6vw,3.15rem);font-variant-numeric:tabular-nums;line-height:1}.multiplication-fact-equation>span:not(.division-fraction-equals){color:var(--ink);font-weight:900}.times-run-question .division-question-prompt{max-width:620px;font-size:clamp(1.45rem,4vw,2.25rem);line-height:1.18}.times-run-question input{width:172px;height:68px;padding:8px 12px;border:1px solid rgba(5,122,121,.55);border-radius:13px;background:#fff;color:var(--ink);font-size:2rem;font-weight:900;text-align:center;box-shadow:inset 0 1px 2px #101b1a0d,0 8px 18px #057a7914}.times-run-question input::placeholder{color:#56676561}.times-run-question input:focus-visible{border-color:var(--teal);outline:3px solid rgba(5,122,121,.22);outline-offset:2px;box-shadow:0 10px 24px #057a7921}.times-number-pad{display:grid;grid-template-columns:repeat(3,70px);gap:9px}.times-number-pad button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;border:1px solid var(--line);border-radius:11px;background:#ffffffe6;color:var(--ink);font-size:1.28rem;font-weight:900;box-shadow:0 5px 12px #101b1a0a;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease,background .12s ease}.times-number-pad button:not(:disabled):hover{border-color:#057a796b;background:#fff;box-shadow:0 8px 16px #101b1a14;transform:translateY(-1px)}.times-number-pad button:not(:disabled):active{box-shadow:none;transform:translateY(1px)}.times-number-pad .is-submit{border-color:transparent;background:linear-gradient(145deg,var(--teal),#086261);color:#fff}.times-number-pad .is-submit:not(:disabled):hover{border-color:transparent;background:linear-gradient(145deg,#086f6d,#064f4e);color:#fff;box-shadow:0 9px 18px #05626138}.times-run-feedback,.times-run-transition{align-content:center}.times-run-feedback>strong,.times-run-transition strong{font-size:clamp(2rem,5vw,2.7rem);line-height:1.05}.times-run-feedback.is-correct{color:#176344;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.85),transparent 34%),linear-gradient(180deg,#e8f8f1d1,#f5fcf8b8)}.times-run-feedback.is-incorrect{color:#9d2f22;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.86),transparent 34%),linear-gradient(180deg,#fff3efdb,#fffaf7c2)}.times-run-feedback-icon{display:grid;width:58px;height:58px;place-items:center;border:1px solid currentColor;border-radius:50%;background:#ffffffbd;box-shadow:0 8px 20px #101b1a12}.times-run-feedback p{max-width:610px;margin:0;color:var(--muted);font-size:clamp(1rem,2.4vw,1.2rem);line-height:1.45;text-wrap:balance}.times-run-feedback .primary-button{min-width:220px}.times-run-transition span,.times-run-feedback>span:not(.times-run-feedback-icon){color:var(--muted)}.times-summary{display:grid;gap:12px;justify-items:center;padding:38px;text-align:center}.times-summary h1{font-size:clamp(2.4rem,8vw,4.6rem)}.times-summary-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;width:100%;margin-top:10px}.times-summary-grid div{display:grid;gap:3px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#f6efe280}.times-summary-actions{display:flex;gap:9px;margin-top:12px}.reporting-times-tables{display:grid;gap:18px;padding:22px;background:radial-gradient(circle at 100% 0,rgba(109,215,199,.13),transparent 34%),#fffdf7e6}.reporting-times-tables>.reporting-section-head{align-items:center}.reporting-times-heading{display:flex;gap:13px;align-items:flex-start;min-width:0}.reporting-times-heading>div{display:grid;gap:4px}.reporting-times-heading-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:44px;height:44px;border-radius:11px;background:linear-gradient(145deg,var(--teal),#075e5d);color:#fff;box-shadow:0 9px 20px #057a7933}.reporting-times-open{flex:0 0 auto;min-width:126px;white-space:nowrap;border-color:#057a793d;background:#ffffffc7;color:var(--teal);font-weight:850}.reporting-times-period{display:grid;gap:13px;padding:16px;border:1px solid rgba(5,122,121,.18);border-radius:12px;background:linear-gradient(135deg,#e6f7f3c2,#ffffffd1)}.reporting-times-period-head,.reporting-times-mastery-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.reporting-times-period-head>div,.reporting-times-mastery-head>div{display:grid;gap:3px}.reporting-times-period-head>small,.reporting-times-mastery-head span{color:var(--muted)}.reporting-times-period-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.reporting-times-period-metrics article{display:grid;gap:3px;min-width:0;padding:12px 13px;border:1px solid rgba(16,27,26,.1);border-radius:10px;background:#ffffffc7}.reporting-times-period-metrics article>span{color:var(--muted);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.reporting-times-period-metrics article>strong{font-size:clamp(1.35rem,3vw,1.8rem)}.reporting-times-period-metrics article>small{overflow-wrap:anywhere;color:var(--muted);line-height:1.35}.reporting-times-mastery-head{padding-top:3px}.reporting-times-mastery-head>div>strong{font-size:1.05rem}.reporting-table-grid{gap:10px}.reporting-table-grid button{position:relative;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:82px;padding:13px 14px;overflow:hidden;border-radius:11px;background:#ffffffb8;box-shadow:0 6px 16px #101b1a0a;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.reporting-table-grid button:hover{z-index:1;border-color:#057a7961;background:#fff;box-shadow:0 12px 24px #101b1a17;transform:translateY(-2px)}.reporting-table-grid button strong{font-size:1.36rem;letter-spacing:-.03em}.reporting-table-grid button small{grid-column:1 / -1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reporting-table-status{display:inline-flex;align-items:center;gap:5px;justify-self:end;padding:4px 7px;border-radius:999px;background:#56676514;font-size:.7rem;font-weight:800;white-space:nowrap}.reporting-table-status i{width:6px;height:6px;border-radius:50%;background:#8b9997}.reporting-table-grid button[data-status=due]{border-color:#d59b28;background:#fff7dc}.reporting-table-grid button[data-status=secure],.reporting-table-grid button[data-status=retained]{border-color:#2f94666b;background:#e8f8f1b8}.reporting-table-grid button[data-status=due] .reporting-table-status i{background:#d59b28}.reporting-table-grid button[data-status=learning] .reporting-table-status i{background:var(--blue)}.reporting-table-grid button[data-status=secure] .reporting-table-status i,.reporting-table-grid button[data-status=retained] .reporting-table-status i{background:var(--green)}.reporting-table-recommendation,.reporting-mtc-summary{display:flex;gap:14px;align-items:center;padding:16px 18px;border:1px solid rgba(225,153,20,.2);border-radius:11px;background:linear-gradient(110deg,#fff6d7d1,#fffdf7eb)}.reporting-table-recommendation>div,.reporting-mtc-summary>div{display:grid;gap:3px;flex:1 1 auto}.reporting-table-recommendation>div>span,.reporting-table-recommendation>div>small,.reporting-mtc-summary>div>span{color:var(--muted)}.reporting-table-recommendation>div>span{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.reporting-table-recommendation>div>strong{font-size:1.12rem}.reporting-table-practice-button{flex:0 0 auto;min-width:158px;white-space:nowrap}.reporting-table-practice-button span{color:#fff}@media(max-width:820px){.times-lab-modes,.times-lab-operation{grid-template-columns:minmax(0,1fr)}.times-lab-table-grid,.reporting-table-grid,.times-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reporting-times-tables{padding:18px}.reporting-times-period-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.reporting-table-grid button{min-height:72px;padding:10px 11px}}@media(max-width:640px){.reporting-times-tables>.reporting-section-head{align-items:stretch;flex-direction:column}.reporting-times-open{align-self:stretch;width:100%}.reporting-times-period-head,.reporting-times-mastery-head{align-items:flex-start;flex-direction:column}.reporting-table-recommendation,.reporting-mtc-summary{align-items:stretch;flex-direction:column}.reporting-table-practice-button{width:100%}}@media(max-width:520px){.times-lab-hero{grid-template-columns:minmax(0,1fr)}.times-lab-hero{display:grid}.times-lab-mark{width:48px;height:48px}.times-run-header{grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:13px 14px}.times-run-header h1{font-size:clamp(1.45rem,8vw,1.8rem)}.times-run-header .run-stop-button{min-height:40px;padding-inline:10px}.times-run-timer{grid-row:2;grid-column:1 / -1;justify-self:start}.times-run-question,.times-run-feedback,.times-run-transition{min-height:0;padding:27px 14px 32px}.times-run-question{gap:15px}.times-run-question p{max-width:330px;margin:0;font-size:clamp(1.65rem,8vw,2.15rem);line-height:1.12}.equal-groups-visual,.equal-groups-grid{gap:6px}.equal-group{min-width:56px;min-height:56px;padding:6px;border-radius:12px}.equal-group-items{grid-template-columns:repeat(var(--equal-group-columns),11px);gap:3px}.equal-group-items i{width:11px;height:11px;border-radius:3px}.equal-groups-visual figcaption{font-size:.76rem}.equal-groups-visual.is-compact{gap:10px;padding:14px 10px;border-radius:18px}.equal-groups-visual.is-compact .equal-group{min-width:58px;min-height:52px;padding:7px 8px}.equal-groups-visual.is-compact .equal-group.has-bundle{min-width:74px;min-height:64px;padding:9px 8px 7px}.equal-groups-visual.is-compact .equal-group-items{grid-template-columns:repeat(var(--equal-group-columns),10px);gap:3px}.equal-groups-visual.is-compact .equal-group-items i{width:10px;height:10px;border-radius:3px}.equal-groups-visual.is-compact .equal-group.has-bundle .equal-group-items i{width:52px;height:auto;min-height:34px;border-radius:0;font-size:1rem}.times-run-feedback{gap:14px}.times-run-feedback-icon{width:50px;height:50px}.times-run-feedback .primary-button{width:min(100%,260px)}.times-run-question input{width:158px;height:62px;font-size:1.8rem}.times-number-pad{grid-template-columns:repeat(3,minmax(62px,72px));gap:8px}.times-number-pad button{min-height:54px}.times-summary{padding:26px 16px}.times-summary-actions,.reporting-table-recommendation,.reporting-mtc-summary{align-items:stretch;flex-direction:column;width:100%}.reporting-times-period-metrics{grid-template-columns:minmax(0,1fr)}}@media(max-width:520px){.is-large-text .times-run-header h1{font-size:clamp(1.5rem,7vw,1.9rem)}.is-large-text .times-run-question p{font-size:clamp(1.75rem,8vw,2.25rem)}.is-large-text .times-run-question input{font-size:1.9rem}.is-large-text .times-number-pad button{font-size:1.3rem}}@media(max-width:420px){.reporting-table-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reporting-times-heading-icon{display:none}}.spelling-lab-mark,.spelling-mode-icon,.spelling-summary-icon,.spelling-step-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:58px;height:58px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#7041a1,#a15bd3);box-shadow:0 10px 24px #7041a133}.spelling-lab,.spelling-editor,.spelling-run,.spelling-summary{display:grid;gap:18px;width:min(100%,1040px);margin:0 auto}.spelling-run,.spelling-summary,.spelling-editor{width:min(100%,820px)}.spelling-lab-back{display:inline-flex;align-items:center;gap:7px;justify-self:start;padding:8px 2px;border:0;color:#7041a1;background:transparent;font-weight:850}.spelling-lab-hero,.spelling-editor>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:clamp(22px,3.2vw,34px);border:1px solid rgba(112,65,161,.18);border-radius:24px;background:radial-gradient(circle at 90% 10%,rgba(246,181,50,.18),transparent 31%),linear-gradient(135deg,#f6effffa,#fffdf7fa);box-shadow:0 18px 42px #41255914}.spelling-lab-hero h1,.spelling-editor h1,.spelling-workspace h2,.spelling-section-head h2,.spelling-mode-card h3,.spelling-run h1,.spelling-run h2,.spelling-summary h1{margin:0}.spelling-lab-hero p,.spelling-editor header p,.spelling-workspace p,.spelling-mode-card p,.spelling-summary p{margin:4px 0 0;color:var(--muted);line-height:1.52}.spelling-finished-lists article>div,.reporting-spelling-lists>div,.reporting-spelling-lists button>span{display:grid;gap:3px}.spelling-finished-lists span,.reporting-spelling-lists span,.reporting-spelling-lists small{color:var(--muted);font-size:.78rem}.spelling-editor input,.spelling-editor textarea,.spelling-answer-input{min-height:46px;padding:10px 12px;border:1px solid rgba(16,27,26,.2);border-radius:12px;color:var(--ink);background:#fff;font:inherit}.spelling-editor input:focus-visible,.spelling-editor textarea:focus-visible,.spelling-answer-input:focus-visible{outline:3px solid rgba(112,65,161,.28);outline-offset:2px;border-color:#7041a1}.spelling-previous-review{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px;border:1px solid rgba(5,122,121,.18);border-radius:18px;background:linear-gradient(135deg,#e5f6f1e6,#f9f4ffc7)}.spelling-previous-review-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:#7041a1;background:#fff}.spelling-previous-review h2,.spelling-previous-review p{margin:0}.spelling-previous-review h2{margin-top:3px;font-size:clamp(1.15rem,2.2vw,1.45rem)}.spelling-previous-review p{margin-top:5px;color:var(--muted);font-size:.82rem;line-height:1.45}.spelling-previous-review-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(100%,560px)}.spelling-previous-review-actions button{justify-content:center;min-width:0;min-height:48px}.spelling-empty,.spelling-workspace,.spelling-built-in,.spelling-editor form,.spelling-summary{border:1px solid rgba(16,27,26,.1);border-radius:22px;background:#fffdf7f5;box-shadow:0 18px 42px #101b1a12}.spelling-built-in{overflow:hidden;border-color:#7041a124;background:#faf7fccc;box-shadow:none}.spelling-built-in-card{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(220px,auto);align-items:center;gap:16px;min-width:0;padding:18px 20px}.spelling-built-in-card h2,.spelling-built-in-card p,.spelling-school-heading h2{margin:0}.spelling-built-in-card p{color:var(--muted);font-size:.82rem;line-height:1.45}.spelling-built-in-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:#7041a1;background:#f1e7fa}.spelling-built-in-copy{display:grid;gap:5px;min-width:0}.spelling-built-in-copy small{color:var(--muted);font-size:.74rem;line-height:1.35}.spelling-built-in-copy small strong{color:#60378b}.spelling-built-in-actions{display:grid;gap:8px;min-width:220px}.spelling-built-in-actions button,.spelling-school-heading{display:flex;align-items:center}.spelling-built-in-actions button{justify-content:center;width:100%}.spelling-school-heading{justify-content:space-between;gap:10px}.spelling-school-heading{padding:4px 2px 0}.spelling-empty{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:30px}.spelling-empty>span{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;color:#7041a1;background:#f1e7fa}.spelling-empty h2,.spelling-empty p{margin:0}.spelling-empty p{margin-top:6px;color:var(--muted);line-height:1.5}.spelling-list-picker{display:grid;gap:15px;padding:clamp(17px,2.5vw,22px);border-bottom:1px solid rgba(112,65,161,.16);background:#f7f1fdb3}.spelling-section-head,.spelling-workspace-head,.spelling-run-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.spelling-section-head>span{padding:6px 10px;border-radius:999px;color:#7041a1;background:#f1e7fa;font-size:.75rem;font-weight:850}.spelling-list-picker .spelling-section-head p{max-width:680px;margin:5px 0 0;color:var(--muted);font-size:.82rem;line-height:1.45}.spelling-week-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:9px}.spelling-week-card{display:grid;align-content:start;gap:5px;min-width:0;min-height:112px;padding:14px;border:1px solid rgba(112,65,161,.16);border-radius:14px;color:var(--ink);background:#ffffffe6;text-align:left}.spelling-week-card:hover{border-color:#7041a17a;background:#fff}.spelling-week-card.is-selected{border-color:#7041a1;background:#f6effc;box-shadow:inset 0 0 0 1px #7041a1}.spelling-week-card.is-past:not(.is-selected){border-color:#b24d3733;background:#fff8f5}.spelling-week-card strong,.spelling-week-card>span,.spelling-week-card small{overflow-wrap:anywhere}.spelling-week-card>span:not(.spelling-week-card-date),.spelling-week-card small{color:var(--muted);font-size:.76rem}.spelling-week-card-date{width:fit-content;padding:4px 7px;border-radius:999px;color:#60378b;background:#eee3f8;font-size:.68rem;font-weight:850}.spelling-week-card.is-past .spelling-week-card-date{color:#963f30;background:#ffe8e2}.spelling-workspace{display:grid;gap:20px;padding:clamp(20px,3vw,30px)}.spelling-week-workspace{overflow:hidden;border:1px solid rgba(16,27,26,.1);border-radius:22px;background:#fffdf7f5;box-shadow:0 18px 42px #101b1a12}.spelling-week-workspace .spelling-workspace{border:0;border-radius:0;background:transparent;box-shadow:none}.spelling-workspace-head{align-items:flex-start}.spelling-date-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;color:#4d4360;background:#f1edf5;font-size:.76rem;font-weight:850}.spelling-date-badge.is-today,.spelling-date-badge.is-tomorrow,.spelling-date-badge.is-soon{color:#874c00;background:#fff0c9}.spelling-date-badge.is-passed{color:#9b352c;background:#ffebe8}.spelling-list-actions,.spelling-summary-actions,.spelling-editor-actions{display:flex;flex-wrap:wrap;gap:9px}.spelling-date-passed{display:grid;grid-template-columns:auto minmax(190px,1fr) repeat(3,auto);align-items:center;gap:10px;padding:14px;border:1px solid rgba(181,103,11,.25);border-radius:14px;color:#704a0e;background:#fff8df}.spelling-date-passed>div{display:grid;gap:3px}.spelling-date-passed span{font-size:.8rem}.spelling-date-passed button,.spelling-finish-button,.spelling-finished-lists button,.spelling-visual-fallback{min-height:38px;padding:7px 11px;border:1px solid rgba(112,65,161,.2);border-radius:10px;color:#7041a1;background:#fff;font-weight:850}.spelling-word-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:9px}.spelling-word-grid>span{display:grid;gap:4px;min-width:0;padding:11px 12px;border:1px solid rgba(16,27,26,.1);border-left:4px solid #a4a7a6;border-radius:11px;background:#fff}.spelling-word-grid>span.is-learning{border-left-color:#357abd}.spelling-word-grid>span.is-needs-practice{border-left-color:#d56f42;background:#fff8f2}.spelling-word-grid>span.is-ready{border-left-color:#16825d;background:#f1faf6}.spelling-word-grid small{color:var(--muted);font-size:.72rem}.spelling-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.spelling-mode-card{display:grid;grid-template-rows:auto auto auto minmax(72px,1fr) auto;align-items:start;gap:8px;min-width:0;padding:17px;border:1px solid rgba(112,65,161,.14);border-radius:16px;background:linear-gradient(145deg,#fff,#fbf7fe)}.spelling-mode-icon{width:44px;height:44px;border-radius:13px;box-shadow:none}.spelling-mode-card .secondary-button,.spelling-finish-button{width:100%}.spelling-finish-button{justify-self:center;width:fit-content;background:transparent}.spelling-finished-lists{padding:15px 18px;border:1px solid rgba(16,27,26,.1);border-radius:16px;background:#ffffffc2}.spelling-finished-lists summary{cursor:pointer;font-weight:850}.spelling-finished-lists>div{display:grid;gap:8px;margin-top:12px}.spelling-finished-lists .spelling-history-toggle{justify-self:center;min-width:min(100%,260px)}.spelling-finished-lists article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border-radius:11px;background:#f7f6f4}.spelling-history-item-copy p{margin:3px 0 0;color:#4d5e5b;font-size:.78rem;line-height:1.35}.spelling-history-actions{display:flex!important;flex-wrap:wrap;justify-content:flex-end;gap:7px}.spelling-history-actions button:first-child{color:#4d4360}.spelling-history-actions .spelling-history-practise{display:inline-flex;align-items:center;gap:6px;color:#fff;border-color:#7041a1;background:#7041a1}.spelling-history-actions .spelling-history-practise span{color:inherit}.spelling-history-words{display:flex!important;grid-column:1 / -1;flex-wrap:wrap;gap:7px;padding-top:11px;border-top:1px solid rgba(16,27,26,.09)}.spelling-history-words span{padding:6px 9px;border:1px solid rgba(112,65,161,.13);border-radius:9px;color:var(--ink);background:#fff;font-size:.78rem;font-weight:750}.spelling-evidence-note{margin:0;padding:12px 15px;border-radius:12px;color:#605a67;background:#7041a112;font-size:.8rem;line-height:1.45;text-align:center}.spelling-editor>header{grid-template-columns:auto minmax(0,1fr)}.spelling-editor form{display:grid;gap:18px;padding:clamp(20px,3vw,30px)}.spelling-editor form>label,.spelling-date-picker>label{display:grid;gap:7px;font-weight:850}.spelling-editor label small,.spelling-date-picker small,.spelling-date-picker p{color:var(--muted);font-size:.78rem;font-weight:500}.spelling-editor textarea{min-height:230px;resize:vertical;line-height:1.5}.spelling-editor-error{margin:-8px 0 0;padding:10px 12px;border-radius:10px;color:#922e28;background:#ffebe8;font-weight:800}.spelling-date-picker{display:grid;gap:13px;min-width:0;margin:0;padding:17px;border:1px solid rgba(112,65,161,.16);border-radius:16px}.spelling-date-picker legend{padding:0 7px;font-weight:900}.spelling-date-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.spelling-date-options button{display:grid;gap:3px;padding:10px;border:1px solid rgba(16,27,26,.13);border-radius:11px;color:var(--ink);background:#fff;text-align:left}.spelling-date-options button[aria-pressed=true]{border-color:#7041a1;color:#60378b;background:#f5edfb;box-shadow:inset 0 0 0 1px #7041a1}.spelling-date-options span{color:var(--muted);font-size:.72rem}.spelling-run{align-content:start}.spelling-run-header,.spelling-run>div:not(.spelling-run-progress),.spelling-run>form{border:1px solid rgba(16,27,26,.1);border-radius:22px;background:#fffdf7f7;box-shadow:0 18px 42px #101b1a12}.spelling-run-header{padding:18px 22px}.spelling-run-header h1 span{color:var(--muted);font-size:.58em}.spelling-run-progress{height:10px;overflow:hidden;border-radius:999px;background:#7041a11a}.spelling-run-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7041a1,#b36ddd,#f0b532);transition:width .18s ease}.spelling-study-step,.spelling-answer-step,.spelling-feedback-step{display:grid;grid-template-rows:minmax(0,1fr) 92px;gap:16px;min-height:540px;padding:clamp(28px,5vw,48px);text-align:center}.spelling-phase-content{display:grid;align-content:center;justify-items:center;gap:13px;min-width:0}.spelling-phase-actions{display:grid;align-content:start;justify-items:center;gap:9px;min-width:0}.spelling-phase-primary-action{justify-content:center;width:min(100%,330px);min-height:56px}.spelling-visual-preview-used{color:var(--muted);font-size:.82rem;font-weight:800}.spelling-study-step h2,.spelling-feedback-step h2{overflow-wrap:anywhere;font-size:clamp(2.5rem,8vw,5.2rem);letter-spacing:.02em}.spelling-answer-step h2{font-size:clamp(1.55rem,4vw,2.3rem)}.spelling-answer-saved{display:inline-flex;align-items:center;gap:8px;margin:0;padding:9px 13px;border:1px solid rgba(5,122,121,.2);border-radius:999px;color:#075f5e;background:#e5f6f1eb;font-size:.84rem;line-height:1.3}.spelling-answer-input{width:min(100%,480px);min-height:68px;scroll-margin-block:96px;font-size:clamp(1.45rem,4vw,2.05rem);font-weight:800;text-align:center}.spelling-input-submit-row{display:grid;grid-template-columns:minmax(0,480px);justify-content:center;width:100%}@media(max-height:720px),(hover:none)and (pointer:coarse){.spelling-answer-step:focus-within{grid-template-rows:auto auto;align-content:start;gap:12px;min-height:0;padding-block:18px}.spelling-answer-step:focus-within .spelling-phase-content{align-content:start;gap:9px}.spelling-answer-step:focus-within .spelling-step-icon{width:44px;height:44px;border-radius:13px}.spelling-answer-step:focus-within .spelling-step-icon svg{width:22px;height:22px}.spelling-answer-step:focus-within h2{font-size:clamp(1.35rem,4vw,1.85rem)}.spelling-answer-step:focus-within .spelling-answer-input{min-height:60px}}@media(min-width:700px)and (max-height:720px),(min-width:700px)and (hover:none)and (pointer:coarse){.spelling-answer-step:focus-within{grid-template-columns:minmax(0,1fr) minmax(200px,250px);grid-template-rows:auto;align-items:center}.spelling-answer-step:focus-within .spelling-phase-actions{align-content:center}}.spelling-answer-step .spelling-phase-content>small,.spelling-audio-control small,.spelling-summary>small{color:var(--muted);font-size:.78rem}.spelling-audio-control{display:grid;justify-items:center;gap:6px}.spelling-audio-verification{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(82px,calc(env(safe-area-inset-bottom) + 16px));z-index:80;display:grid;gap:12px;width:min(360px,calc(100vw - 32px));padding:16px;border:1px solid rgba(39,60,90,.16);border-radius:18px;background:var(--color-surface);box-shadow:0 18px 50px #202d4233}.spelling-audio-verification>div:first-child{display:grid;gap:3px}.spelling-audio-verification span{color:var(--muted);font-size:.82rem;line-height:1.4}.spelling-audio-verification-widget{min-height:65px;overflow:hidden}.spelling-feedback-step.is-correct .spelling-step-icon{background:linear-gradient(135deg,#137b57,#36aa79)}.spelling-feedback-step.is-incorrect .spelling-step-icon{background:linear-gradient(135deg,#b24d37,#df805f)}.spelling-feedback-step p{max-width:570px}.spelling-summary{justify-items:center;padding:clamp(24px,5vw,44px);text-align:center}.spelling-summary-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}.spelling-summary-results article{display:flex;align-items:center;gap:10px;min-width:0;padding:11px 12px;border:1px solid rgba(16,27,26,.1);border-radius:11px;background:#fff;text-align:left}.spelling-summary-results article>div{display:grid;min-width:0}.spelling-word-comparison{display:grid;gap:7px;min-width:0}.spelling-word-comparison>div{display:grid;grid-template-columns:94px minmax(0,1fr);align-items:baseline;gap:8px;min-width:0}.spelling-word-comparison>div>span:first-child{color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.02em}.spelling-word-comparison strong,.spelling-comparison-response{min-width:0;overflow-wrap:anywhere;font-size:1rem;line-height:1.45}.spelling-word-comparison mark{padding:1px 3px;border-radius:4px;color:inherit;box-decoration-break:clone;-webkit-box-decoration-break:clone}.spelling-word-comparison mark.is-correction{color:#075f5e;background:#dff3ec;box-shadow:inset 0 -2px #168163}.spelling-word-comparison mark.is-error,.spelling-word-comparison mark.is-missing{color:#9d3f2c;background:#fde4dc;box-shadow:inset 0 -2px #c45a42}.spelling-word-comparison mark.is-missing{margin-inline:2px;font-size:.65em;font-weight:850;letter-spacing:.01em;text-transform:uppercase}.spelling-summary-results article.is-correct>span{color:#137b57}.spelling-summary-results article.is-incorrect>span{color:#b24d37}.spelling-summary-results small{color:var(--muted);overflow-wrap:anywhere}.reporting-spelling{display:grid;gap:18px;border-color:#7041a133;background:linear-gradient(145deg,#fdf9fffa,#fffdf7fa)}.reporting-spelling-heading-icon{color:#7041a1;background:#f1e7fa}.reporting-spelling-grid{display:grid;gap:16px}.reporting-spelling-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reporting-spelling-source{display:grid;gap:12px;min-width:0;padding:15px;border:1px solid rgba(112,65,161,.14);border-radius:14px;background:#ffffffc2}.reporting-spelling-source>div:first-child{display:grid;gap:3px}.reporting-spelling-source>div:first-child span{color:var(--muted);font-size:.78rem}.reporting-spelling-source .reporting-times-period-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.reporting-spelling-lists{display:grid;gap:10px;padding:15px;border:1px solid rgba(112,65,161,.14);border-radius:14px;background:#ffffffbd}.reporting-spelling-lists>div{grid-template-columns:minmax(0,1fr) auto;align-items:center}.reporting-spelling-lists button{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:12px;border:1px solid rgba(112,65,161,.15);border-radius:11px;color:var(--ink);background:#fbf7fe;text-align:left}.reporting-spelling-lists button>span:last-child{justify-items:end}.reporting-spelling-lists p{margin:0;color:var(--muted);line-height:1.45}@media(max-width:1100px){.spelling-previous-review{grid-template-columns:auto minmax(0,1fr)}.spelling-previous-review-actions{grid-column:1 / -1;width:100%}}@media(max-width:820px){.spelling-lab-hero,.spelling-empty{grid-template-columns:auto minmax(0,1fr)}.spelling-lab-hero>.primary-button,.spelling-empty>.primary-button{grid-column:1 / -1;width:100%}.spelling-date-passed{grid-template-columns:auto minmax(0,1fr)}.spelling-date-passed button{grid-column:1 / -1;width:100%}.spelling-mode-grid,.reporting-spelling-source-grid{grid-template-columns:minmax(0,1fr)}.spelling-mode-card{grid-template-rows:auto auto auto auto auto}.spelling-built-in-card{grid-template-columns:auto minmax(0,1fr)}.spelling-built-in-actions{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.spelling-lab-hero,.spelling-empty,.spelling-workspace-head,.spelling-section-head,.spelling-school-heading,.spelling-editor>header{grid-template-columns:minmax(0,1fr)}.spelling-list-picker .spelling-section-head{align-items:flex-start;flex-direction:column}.spelling-previous-review,.spelling-previous-review-actions{grid-template-columns:minmax(0,1fr)}.spelling-previous-review-actions button{width:100%}.spelling-finished-lists article{grid-template-columns:minmax(0,1fr)}.spelling-history-actions{justify-content:stretch}.spelling-history-actions button{flex:1}.spelling-built-in-actions{align-items:stretch;flex-direction:column}.spelling-built-in-actions button{width:100%}.spelling-empty{justify-items:stretch}.spelling-date-options{grid-template-columns:repeat(2,minmax(0,1fr))}.spelling-lab-mark,.spelling-empty>span{width:50px;height:50px}.spelling-lab-hero>.primary-button,.spelling-empty>.primary-button{grid-column:auto}.spelling-list-actions{width:100%}.spelling-list-actions .secondary-button{flex:1}.spelling-study-step,.spelling-answer-step,.spelling-feedback-step{grid-template-rows:minmax(0,1fr) 100px;min-height:500px;padding:24px 18px}.spelling-summary-results{grid-template-columns:minmax(0,1fr)}.spelling-summary-actions,.spelling-summary-actions button,.spelling-editor-actions,.spelling-editor-actions button{width:100%}.reporting-spelling-lists>div,.reporting-spelling-lists button{grid-template-columns:minmax(0,1fr)}.reporting-spelling-lists button>span:last-child{justify-items:start}}@media(max-width:520px){.spelling-built-in-card{grid-template-columns:minmax(0,1fr)}.spelling-built-in-actions{grid-column:auto;grid-template-columns:minmax(0,1fr);min-width:0}}.reporting-skills{container-type:inline-size}.reporting-skill-tile{grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;row-gap:4px;align-content:center;min-height:82px}.reporting-skill-icon{grid-column:1;grid-row:1 / -1}.reporting-skill-copy{grid-column:2;grid-row:1}.reporting-skill-state{grid-column:2;grid-row:2;justify-self:start}@container (max-width: 760px){.reporting-skills>.reporting-section-head{align-items:flex-start;flex-direction:column}.reporting-selected-skill{grid-template-columns:1fr}.reporting-selected-heading,.reporting-selected-facts,.reporting-selected-skill>.primary-button{grid-column:1;grid-row:auto}.reporting-selected-skill>.primary-button{justify-self:stretch;width:100%}.reporting-skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 480px){.reporting-selected-heading{grid-template-columns:auto minmax(0,1fr)}.reporting-selected-heading .reporting-status-label{grid-column:2;justify-self:start}.reporting-selected-facts,.reporting-skill-grid{grid-template-columns:1fr}.reporting-fill-key{align-items:flex-start}.reporting-fill-key>span:first-child{flex:0 0 38px;margin-top:4px}}.reporting-times-tables{container-type:inline-size}.reporting-table-grid button{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;align-content:center;gap:6px;min-height:104px}.reporting-table-grid button strong,.reporting-table-status,.reporting-table-grid button small{grid-column:1}.reporting-table-status{justify-self:start}.reporting-table-grid button small{min-width:0;overflow:visible;text-overflow:clip;white-space:normal;line-height:1.35}@container (max-width: 920px){.reporting-table-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@container (max-width: 680px){.reporting-table-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@container (max-width: 430px){.reporting-table-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 300px){.reporting-table-grid{grid-template-columns:minmax(0,1fr)}}@media print{body{background:#fff}.topbar,.mobile-bottom-nav,.mobile-more-menu,.mobile-nav-backdrop,.local-data-notice,.save-health-banner,.reporting-period,.reporting-recommendation .primary-button,.reporting-selected-skill .primary-button,.reporting-tools,.reporting-skill-grid,.reporting-fill-key{display:none!important}.app-shell,.app-main,.reporting-dashboard{width:100%;max-width:none;margin:0;padding:0;border:0;background:#fff;box-shadow:none}.reporting-dashboard{color:#111;font-size:10pt}.reporting-card,.reporting-recommendation,.reporting-scope-note,.reporting-selected-skill{break-inside:avoid;background:#fff}.reporting-two-column,.reporting-metrics,.reporting-strengthened-list{grid-template-columns:repeat(2,minmax(0,1fr))}}._root_1gz8q_1{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid transparent;border-radius:var(--radius-control);text-decoration:none;transition:transform var(--motion-fast),box-shadow var(--motion-fast),border-color var(--motion-fast),background var(--motion-fast)}._root_1gz8q_1:not(:disabled):hover{transform:translateY(-1px)}._primary_1gz8q_21{padding:0 18px;background:linear-gradient(135deg,var(--color-action),var(--color-action-strong));color:var(--color-surface);box-shadow:var(--shadow-action)}._secondary_1gz8q_28,._ghost_1gz8q_29{padding:0 16px;border-color:var(--color-border);background:var(--color-surface-translucent);color:var(--color-text)}._danger_1gz8q_36{padding:0 16px;border-color:var(--color-danger-border);background:var(--color-danger-surface);color:var(--color-danger-text)}@media(min-width:901px)and (max-height:760px){._root_1gz8q_1{min-height:40px}}._root_obu4o_1{display:inline-grid;flex:0 0 auto;place-items:center;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface-translucent);transition:transform var(--motion-fast),box-shadow var(--motion-fast),border-color var(--motion-fast),background var(--motion-fast)}._root_obu4o_1:not(:disabled):hover{border-color:var(--color-border-strong);background:var(--color-surface-translucent-strong);box-shadow:var(--shadow-small);transform:translateY(-1px)}._standard_obu4o_23{width:42px;height:42px}._compact_obu4o_28{width:40px;height:40px}._neutral_obu4o_33{color:var(--color-text)}._accent_obu4o_37{background:var(--color-surface);color:var(--color-accent)}._root_1ayfd_1{display:flex;flex-direction:column;justify-content:center;min-height:70px;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface-translucent)}._label_1ayfd_12{color:var(--color-text-muted);font-size:.78rem}._value_1ayfd_17{margin-top:4px;font-size:1.35rem;line-height:1.08}._root_j8tfq_1{width:100%;height:10px;overflow:hidden;border-radius:var(--radius-pill);background:var(--color-border-subtle)}._fill_j8tfq_9{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-accent),var(--color-success),var(--color-highlight))}@media(min-width:901px)and (max-height:900px){._root_j8tfq_1{height:8px}}._eyebrow_1f89b_1{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._compactCard_1f89b_10{display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:1180px;min-height:62px;margin:0 auto 16px;padding:10px 12px 10px 16px;border:1px solid rgba(39,101,94,.25);border-radius:14px;background:#eefaf7f0;box-shadow:0 8px 20px #101b1a0f}._compactCopy_1f89b_25,._cardCopy_1f89b_26{display:grid}._compactCopy_1f89b_25{gap:2px}._compactCopy_1f89b_25 ._eyebrow_1f89b_1{margin:0;font-size:.68rem}._compactAction_1f89b_39{min-height:42px;padding:9px 18px}._card_1f89b_26{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;max-width:1180px;margin:18px 0 0;padding:14px 16px;border:1px solid rgba(5,122,121,.16);border-radius:16px;background:#ffffffb8;box-shadow:none}._cardCopy_1f89b_26{gap:4px}._cardCopy_1f89b_26 small{color:var(--muted)}._actions_1f89b_67{display:flex;flex-wrap:wrap;gap:10px}._confirmation_1f89b_73{display:grid;gap:.85rem;max-width:1180px;margin:-4px auto 16px;padding:1rem;border:1px solid rgba(15,123,125,.28);border-radius:16px;background:#ffffffd1}._confirmation_1f89b_73 p{margin:.35rem 0 0}._confirmationActions_1f89b_88{display:flex;flex-wrap:wrap;gap:.65rem}._confirmationActions_1f89b_88>*{flex:1 1 14rem}@media(max-width:1100px){._compactCard_1f89b_10{min-height:56px;padding:8px 8px 8px 12px}._compactCard_1f89b_10 strong{font-size:.86rem}._compactAction_1f89b_39{min-height:40px;padding-inline:14px}}@media(max-width:640px){._card_1f89b_26{align-items:stretch;flex-direction:column;margin-top:14px}._compactCard_1f89b_10{gap:9px}._actions_1f89b_67>*{width:100%}}._backdrop_1tmqj_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:18px;background:var(--color-overlay);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._panel_1tmqj_12{display:grid;gap:16px;width:min(430px,100%);padding:22px;border:1px solid var(--color-border);border-radius:var(--radius-dialog);background:var(--color-surface);box-shadow:var(--shadow-card)}._heading_1tmqj_23 h2{margin:0;font-size:1.6rem;line-height:1.1}._eyebrow_1tmqj_29{display:inline-flex;margin-bottom:8px;color:var(--color-accent);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}._actions_1tmqj_39{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:4px}._actions_1tmqj_39>[data-button-variant=danger]{margin-right:auto}._description_10sal_1{margin:0;color:var(--muted);line-height:1.5}._warning_10sal_7{display:grid;gap:4px;padding:12px;border:1px solid rgba(239,90,60,.3);border-radius:8px;background:#ef5a3c14}._complete_10sal_16{border-color:#2f94664d;background:#2f946614}._detail_10sal_21{color:var(--muted)}._form_3yw0u_1{display:grid;gap:16px}._field_3yw0u_6{display:grid;gap:7px}._field_3yw0u_6>span{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}._field_3yw0u_6 input,._field_3yw0u_6 select{width:100%;height:46px;padding:0 12px;border:1px solid rgba(16,27,26,.18);border-radius:8px;background:#fffdf7e0;color:var(--ink)}._root_1err1_1{position:relative;display:grid;gap:16px;min-height:0;padding:22px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:linear-gradient(135deg,rgba(5,122,121,.1),transparent 38%),linear-gradient(225deg,rgba(244,184,62,.17),transparent 42%),linear-gradient(15deg,rgba(49,110,209,.06),transparent 42%),#fffdf6e6;box-shadow:var(--shadow)}._hero_1err1_18{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:16px;align-items:end}._eyebrow_1err1_25{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._hero_1err1_18 h1{max-width:820px;margin:0;font-size:2.75rem;line-height:1.04}._hero_1err1_18 p{max-width:690px;color:var(--muted);font-size:1.02rem;line-height:1.5}._progressCard_1err1_48{display:grid;gap:7px;padding:14px;border:1px solid rgba(16,27,26,.12);border-radius:8px;background:#fffdf7bd}._progressCard_1err1_48 span,._progressCard_1err1_48 small,._stage_1err1_59 span,._stage_1err1_59 small{color:var(--muted)}._progressCard_1err1_48 strong{font-size:1.75rem;line-height:1}._milestones_1err1_69{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:3px}._milestone_1err1_69{display:grid;justify-items:center;gap:4px;color:var(--muted)}._milestone_1err1_69 i{width:100%;height:6px;border-radius:999px;background:#101b1a1a}._milestoneReached_1err1_90 i{background:linear-gradient(90deg,var(--teal),#54cba8)}._milestoneReached_1err1_90 small{color:var(--color-accent-strong);font-weight:900}._stageStrip_1err1_99{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}._stage_1err1_59{display:grid;gap:3px;min-height:64px;padding:10px;border:1px solid rgba(16,27,26,.12);border-radius:8px;background:#fffdf78f;opacity:.74}._stageOpen_1err1_116{border-color:#057a7947;background:#e8f8f1d1;opacity:1}._completeBanner_1err1_122{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:12px 14px;border:1px solid rgba(244,184,62,.46);border-radius:8px;background:#fff8df;color:#573d08}._completeBanner_1err1_122 strong{font-size:1.1rem}._completeBanner_1err1_122 span{color:#77560f}._steps_1err1_143{position:relative;display:grid;grid-template-columns:repeat(var(--map-step-columns, 15),minmax(52px,1fr));gap:10px;padding:16px;border:1px solid rgba(16,27,26,.09);border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#e8f8f1c2,#fff8e1b3,#ffece68a),#fffdf7b8;box-shadow:inset 0 1px #fffdf7d6}._steps_1err1_143:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(rgba(255,253,247,.34) 1px,transparent 1px),linear-gradient(90deg,rgba(255,253,247,.28) 1px,transparent 1px);background-size:38px 38px;-webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,.46),transparent 72%);mask-image:linear-gradient(135deg,rgba(0,0,0,.46),transparent 72%);pointer-events:none}._step_1err1_143{position:relative;z-index:1;display:grid;place-items:center;align-content:center;gap:3px;width:100%;min-width:0;aspect-ratio:1;border:1px solid rgba(16,27,26,.12);border-radius:8px;background:linear-gradient(180deg,#fffdf7fa,#f8faf6e6);color:#51615d;font-weight:900;box-shadow:inset 0 1px #fffffff5,0 8px 18px #101b1a12;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}._step_1err1_143:before{position:absolute;inset:0 0 auto;height:4px;content:"";border-radius:8px 8px 0 0;background:#101b1a14}._step_1err1_143:not(:disabled):hover{transform:translateY(-4px);box-shadow:inset 0 1px #fffffff5,0 14px 28px #101b1a1f}._step_1err1_143:disabled{opacity:1}._stepNumber_1err1_211{position:relative;z-index:1;font-size:1.03rem;line-height:1}._stepComplete_1err1_218 ._stepNumber_1err1_211,._stepMilestone_1err1_219 ._stepNumber_1err1_211{transform:translateY(-7px)}._stepStar_1err1_223,._stepPrize_1err1_224{position:absolute;right:50%;bottom:7px;box-sizing:content-box;width:14px;height:14px;padding:1px;border-radius:999px;background:#fffdf73d;color:#fffdf7f0;filter:drop-shadow(0 1px 1px rgba(16,27,26,.18));transform:translate(50%)}._stepPrize_1err1_224{background:#316ed11a;color:var(--blue);filter:none}._stepPrizeEarned_1err1_245{background:#fffdf73d;color:#fffdf7f0;filter:drop-shadow(0 1px 1px rgba(16,27,26,.18))}._step_1err1_143 small{color:#101b1ab3;font-size:.6rem;text-transform:uppercase}._stepCurrent_1err1_257{border-color:#7a560b52;background:linear-gradient(180deg,#ffd76e,#f3ad2c);color:var(--ink);box-shadow:inset 0 1px #fffdf7b8,0 12px 26px #7a560b2e;animation:_currentQuestPulse_1err1_1 1.7s ease-in-out infinite}._stepCurrent_1err1_257:before{background:#7a560b33}._stepComplete_1err1_218{border-color:#23835f8f;background:linear-gradient(180deg,#37ad7b,#23835f);color:#fff;box-shadow:inset 0 1px #fffdf747,0 10px 22px #23835f33}._stepComplete_1err1_218:before{background:#fffdf738}._stepMilestone_1err1_219{border-color:#316ed147;background:linear-gradient(180deg,#f7faff,#e8f1ff);color:var(--blue);box-shadow:inset 0 1px #ffffffe6,0 10px 22px #316ed114}._stepMilestone_1err1_219:before{background:#316ed138}._actionRow_1err1_297{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid rgba(16,27,26,.12);border-radius:8px;background:#fffdf7b8}._actionCopy_1err1_308{display:grid;gap:4px}._actionCopy_1err1_308 span{color:var(--muted)}._actionButtons_1err1_317{display:flex;grid-auto-flow:column;align-items:center;gap:8px;flex:0 0 auto}@media(max-width:1180px){._steps_1err1_143{grid-template-columns:repeat(var(--map-step-columns-tablet, 10),minmax(0,1fr))}}@media(max-width:900px){._hero_1err1_18,._stageStrip_1err1_99{grid-template-columns:1fr}._hero_1err1_18 h1{font-size:2.15rem}._actionRow_1err1_297,._completeBanner_1err1_122{display:grid}._actionButtons_1err1_317,._actionButton_1err1_317{width:100%}._actionButtons_1err1_317{display:grid;grid-auto-flow:row}}@media(max-width:700px){._steps_1err1_143{grid-template-columns:repeat(var(--map-step-columns-mobile, 5),minmax(0,1fr));padding:12px}}@keyframes _currentQuestPulse_1err1_1{0%,to{box-shadow:0 8px 20px #101b1a14,0 0 #f4b83e6b}50%{box-shadow:0 12px 28px #101b1a29,0 0 0 10px #f4b83e00}}._summary_acjnl_1{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}._summaryItem_acjnl_8{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:0 9px;border:0;border-radius:999px;background:#f4b83e29;color:#5b420d;font-size:.78rem;font-weight:850}button._summaryItem_acjnl_8{transition:transform .16s ease,box-shadow .16s ease,background .16s ease}button._summaryItem_acjnl_8:hover,button._summaryItem_acjnl_8:focus-visible{background:#f4b83e40;box-shadow:0 8px 16px #7a560b1a;transform:translateY(-1px)}._shelf_acjnl_33{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}._card_acjnl_39{display:flex;align-items:center;gap:10px;width:100%;min-height:72px;padding:12px;border:1px solid rgba(16,27,26,.1);border-radius:8px;background:#fffdf7ad;color:var(--ink);text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}._card_acjnl_39:hover,._card_acjnl_39:focus-visible{border-color:#101b1a33;box-shadow:0 12px 24px #101b1a17;transform:translateY(-1px)}._cardUnlocked_acjnl_61{border-color:#2f946642;background:#e8f8f1c7}._cardNext_acjnl_66{border-color:#f4b83e75;box-shadow:0 10px 22px #7a560b14}._cardCopy_acjnl_71{display:grid;gap:3px;min-width:0}._cardCopy_acjnl_71 strong{color:var(--ink);font-size:.98rem;line-height:1.15}._cardCopy_acjnl_71 span{color:var(--muted);font-size:.82rem;line-height:1.25}@media(max-width:900px){._shelf_acjnl_33{grid-template-columns:1fr}}._root_1dmrm_1{position:relative;display:grid;place-items:center;width:min(184px,100%);aspect-ratio:1;border:1px solid rgba(16,27,26,.12);border-radius:8px;overflow:hidden;box-shadow:inset 0 1px #ffffffeb,0 16px 34px #101b1a1f}._root_1dmrm_1 svg{width:84%;height:84%}._compact_1dmrm_20,._shelf_1dmrm_21,._review_1dmrm_22{flex:0 0 auto;box-shadow:inset 0 1px #ffffffc7}._compact_1dmrm_20{width:48px}._shelf_1dmrm_21{width:42px}._review_1dmrm_22{width:56px}._compact_1dmrm_20 svg,._shelf_1dmrm_21 svg,._review_1dmrm_22 svg{width:88%;height:88%}._shelf_1dmrm_21[data-prize-unlocked=true]{border-color:#2f946633}._lock_1dmrm_50{position:absolute;right:7px;bottom:7px;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#fffdf7eb;color:var(--muted);box-shadow:0 6px 14px #101b1a1f}._compact_1dmrm_20 ._lock_1dmrm_50,._shelf_1dmrm_21 ._lock_1dmrm_50,._review_1dmrm_22 ._lock_1dmrm_50{right:2px;bottom:2px;width:19px;height:19px}._backdrop_1orzc_1{z-index:70}._panel_1orzc_5,._celebrationPanel_1orzc_6{display:grid;gap:16px;border:1px solid rgba(16,27,26,.14);border-radius:8px;box-shadow:var(--shadow)}._panel_1orzc_5{width:min(900px,100%);max-height:min(92vh,860px);padding:22px 22px 28px;overflow:auto;overscroll-behavior:contain;scroll-padding-bottom:96px;background:linear-gradient(135deg,#e8f8f1eb,#fffdf7eb 46%,#fff8e1f0),var(--paper)}._header_1orzc_26,._progressSummary_1orzc_27{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px}._header_1orzc_26>div,._progressSummary_1orzc_27>*{min-width:0}._header_1orzc_26 h2{margin:0;font-size:2rem;line-height:1.05;overflow-wrap:anywhere}._eyebrow_1orzc_47{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._progressLine_1orzc_56{display:grid;gap:8px;padding:12px;border:1px solid rgba(16,27,26,.1);border-radius:8px;background:#fffdf7ad}._celebrationProgress_1orzc_65,._nextPrize_1orzc_66{display:grid;gap:9px;padding:12px;border:1px solid rgba(16,27,26,.1);border-radius:8px;background:#fffdf7b3}._celebrationProgress_1orzc_65 span,._nextPrize_1orzc_66 span{color:var(--muted);font-size:.86rem;font-weight:800;overflow-wrap:anywhere}._progressLine_1orzc_56 span{color:var(--muted);font-size:.88rem;font-weight:800;overflow-wrap:anywhere}._spotlight_1orzc_90{display:grid;grid-template-columns:minmax(190px,260px) minmax(0,1fr);gap:18px;align-items:center;min-height:250px;padding:18px;border:1px solid rgba(244,184,62,.32);border-radius:8px;overflow:hidden;background:radial-gradient(circle at 18% 20%,rgba(244,184,62,.22),transparent 34%),linear-gradient(135deg,#fffdf7f0,#e8f8f1bd)}._spotlightArt_1orzc_105{display:grid;place-items:center;min-height:210px;border-radius:8px;background:linear-gradient(135deg,#fffdf7ad,#fff8e194)}._spotlightCopy_1orzc_113{display:grid;gap:10px;align-content:center;min-width:0}._spotlightCopy_1orzc_113 strong{font-size:2rem;line-height:1.05;overflow-wrap:anywhere}._spotlightCopy_1orzc_113 p{max-width:38rem;margin:0;color:var(--muted);line-height:1.45;overflow-wrap:anywhere}._statusPill_1orzc_134,._facts_1orzc_135 span{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 9px;border-radius:999px;background:#101b1a12;color:var(--muted);font-size:.76rem;font-weight:900}._statusCollected_1orzc_148{background:#2f946629;color:#206d4b}._facts_1orzc_135{display:flex;flex-wrap:wrap;gap:8px}._vaultGrid_1orzc_159{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-bottom:96px}._vaultCard_1orzc_166{display:flex;align-items:center;gap:10px;min-height:84px;padding:10px;border:1px solid rgba(16,27,26,.1);border-radius:8px;background:#fffdf7b3;color:var(--ink);text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}._vaultCard_1orzc_166:hover{border-color:#101b1a38;box-shadow:0 12px 24px #101b1a17;transform:translateY(-1px)}._vaultUnlocked_1orzc_186{border-color:#2f94663d;background:#e8f8f1bd}._vaultSelected_1orzc_191{border-color:#f4b83e9e;box-shadow:inset 0 0 0 2px #f4b83e33,0 12px 24px #7a560b14}._vaultCopy_1orzc_196{display:grid;gap:3px;min-width:0}._vaultCard_1orzc_166 strong{font-size:.92rem;line-height:1.12}._vaultCard_1orzc_166 small{color:var(--muted);font-size:.76rem;font-weight:800}._actions_1orzc_213{position:sticky;bottom:-28px;z-index:2;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin:0 -22px -28px;padding:14px 22px 28px;border-top:1px solid rgba(16,27,26,.08);background:linear-gradient(180deg,#fffdf7b8,#fffdf7fa 38%),linear-gradient(135deg,#e8f8f1eb,#fffdf7eb 46%,#fff8e1f0)}._celebrationPanel_1orzc_6{width:min(560px,100%);padding:22px;background:radial-gradient(circle at 18% 0%,rgba(244,184,62,.24),transparent 34%),linear-gradient(135deg,#e8f8f1f0,#fffdf7f0 48%,#fff8e1f2),var(--paper)}._celebrationHeader_1orzc_238{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._celebrationMark_1orzc_245{display:grid;place-items:center;width:56px;aspect-ratio:1;border:1px solid rgba(244,184,62,.44);border-radius:8px;background:linear-gradient(135deg,#fff8e1fa,#e8f8f1d1);color:#8a620d;box-shadow:0 12px 24px #7a560b1a}._celebrationCopy_1orzc_257{display:grid;gap:7px}._celebrationCopy_1orzc_257 h2{margin:0;font-size:clamp(2rem,8vw,3.6rem);line-height:.95}._celebrationCopy_1orzc_257 p{margin:0;color:var(--muted);font-size:1.02rem}._celebrationProgressSummary_1orzc_274,._nextPrize_1orzc_66{display:flex;align-items:center;justify-content:space-between;gap:12px}._celebrationStats_1orzc_282{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._celebrationStats_1orzc_282>div{display:grid;gap:5px;min-height:96px;padding:12px;border:1px solid rgba(16,27,26,.1);border-radius:8px;background:#fffdf7a8}._celebrationStats_1orzc_282 svg{color:#2f9466}._celebrationStats_1orzc_282 strong{font-size:1.7rem;line-height:1}._celebrationStats_1orzc_282 span{color:var(--muted);font-size:.84rem;font-weight:850}._nextPrize_1orzc_66{grid-template-columns:auto minmax(0,1fr);justify-content:start;background:linear-gradient(135deg,#e8f8f1c2,#fff8e1b3)}._nextPrize_1orzc_66>div{display:grid;gap:3px;min-width:0}._nextPrize_1orzc_66 strong{line-height:1.15}._reviewPanel_1orzc_329{width:min(1180px,100%)}._reviewGrid_1orzc_333,._reviewYear_1orzc_334{display:grid}._reviewGrid_1orzc_333{gap:16px}._reviewYear_1orzc_334{gap:10px}._reviewYearHeader_1orzc_346{display:flex;align-items:center;justify-content:space-between;gap:12px}._reviewYearHeader_1orzc_346 strong{font-size:1.15rem}._reviewYearHeader_1orzc_346 span{color:var(--muted);font-size:.84rem;font-weight:850}._reviewCards_1orzc_363{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding-bottom:96px}._reviewCard_1orzc_363{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;align-items:center;min-height:76px;padding:10px;border:1px solid rgba(47,148,102,.36);border-radius:8px;background:linear-gradient(135deg,#e8f8f180,#fffdf7d1 54%,#fff8e1ad),#fffdf7d1;box-shadow:inset 0 0 0 2px #2f94661a,0 12px 24px #101b1a14}._reviewCardCopy_1orzc_385{display:grid;gap:3px;min-width:0}._reviewCard_1orzc_363 strong{font-size:.86rem;line-height:1.12;overflow-wrap:anywhere}._reviewCard_1orzc_363 small{color:#206d4b;font-size:.72rem;font-weight:850}._empty_1orzc_403{display:grid;justify-items:center;gap:8px;padding:34px 18px;border:1px dashed rgba(16,27,26,.18);border-radius:8px;background:linear-gradient(135deg,#e8f8f194,#fffdf7d1),#fffdf7c7;color:var(--muted);text-align:center}._empty_1orzc_403 svg{color:var(--gold)}._empty_1orzc_403 strong{color:var(--ink);font-size:1.1rem}._empty_1orzc_403 span{max-width:28rem}@media(max-width:900px){._celebrationStats_1orzc_282,._spotlight_1orzc_90,._vaultGrid_1orzc_159,._reviewCards_1orzc_363{grid-template-columns:1fr}._panel_1orzc_5{max-height:calc(100vh - 28px)}._spotlightArt_1orzc_105{min-height:180px}._spotlightCopy_1orzc_113 strong{font-size:1.6rem}}@media(max-width:700px){._panel_1orzc_5{padding:16px}._header_1orzc_26,._progressSummary_1orzc_27{align-items:stretch}._header_1orzc_26 h2{font-size:1.55rem}}._backdrop_12s57_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;padding:18px;place-items:center;background:#101b1a7a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._checkCard_12s57_12,._panel_12s57_13{position:relative;border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow)}._checkCard_12s57_12{display:grid;justify-items:center;gap:12px;width:min(460px,100%);padding:34px 24px 26px;border-radius:16px;text-align:center}._checkCard_12s57_12 h2,._checkCard_12s57_12 p{margin:0}._checkCard_12s57_12 p{max-width:34rem;color:var(--muted);line-height:1.5}._checkClose_12s57_41{position:absolute;top:14px;right:14px}._checkIcon_12s57_47{display:grid;width:62px;height:62px;border-radius:50%;place-items:center;background:#057a791a;color:var(--teal)}._eyebrow_12s57_57{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._holdButton_12s57_66{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;gap:9px;width:min(320px,100%);min-height:58px;overflow:hidden;border:2px solid var(--teal);border-radius:12px;background:#fff;color:var(--teal);font-weight:900}._holdButton_12s57_66:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";background:#057a7929;transform:scaleX(0);transform-origin:left}._holdButton_12s57_66[data-holding=true]:before{transform:scaleX(1);transition:transform 1.2s linear}._panel_12s57_13{width:min(1080px,100%);max-height:min(92vh,900px);overflow:auto;padding:clamp(18px,3vw,30px);border-radius:16px}._panel_12s57_13>header{display:flex;justify-content:space-between;gap:16px}._panel_12s57_13 h2,._panel_12s57_13 h3,._panel_12s57_13 p{margin:0}._panel_12s57_13 header p{margin-top:5px;color:var(--muted)}._grid_12s57_123{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}._section_12s57_130{display:grid;align-content:start;gap:12px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#ffffff94}._dataSection_12s57_140{grid-column:1 / -1}._sectionHeading_12s57_144{display:flex;align-items:center;gap:8px;color:var(--teal)}._learners_12s57_151{display:grid;gap:7px}._learners_12s57_151 article{display:grid;grid-template-columns:1fr auto;gap:7px;padding:6px;border:1px solid var(--line);border-radius:9px}._learners_12s57_151 article[data-active=true]{border-color:var(--teal);background:#057a7912}._learnerSelect_12s57_170{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px;border:0;background:transparent;color:var(--ink);text-align:left}._learners_12s57_151 article span{color:var(--muted);font-size:.84rem}._selectField_12s57_187{display:grid;gap:7px;font-weight:800}._selectField_12s57_187 select{width:100%;min-height:48px;padding:0 12px;border:1px solid rgba(16,27,26,.2);border-radius:9px;background:#fff;color:var(--ink)}._settingsToggle_12s57_203{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}._settingsToggle_12s57_203>span{display:grid;gap:3px}._settingsToggle_12s57_203 small,._backupNote_12s57_218 span{color:var(--muted)}._settingsToggle_12s57_203 input{width:22px;height:22px;accent-color:var(--teal)}._backupNote_12s57_218{display:grid;gap:5px;padding:12px;border-radius:9px;background:#f4b83e1f;line-height:1.4}@media(max-width:720px){._grid_12s57_123{grid-template-columns:1fr}._dataSection_12s57_140{grid-column:auto}._panel_12s57_13{max-height:96vh;padding:18px}}._root_vr4xc_1{display:grid;gap:20px;width:min(100%,1420px);margin:0 auto}._eyebrow_vr4xc_8{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._welcome_vr4xc_17{display:grid;gap:7px;padding:4px 6px 0}._welcome_vr4xc_17 ._eyebrow_vr4xc_8{margin:0}._welcome_vr4xc_17 h1{max-width:900px;margin:0;font-size:clamp(2.15rem,4vw,3.45rem);line-height:1;letter-spacing:-.045em}._welcome_vr4xc_17 p{max-width:850px;margin:0;color:var(--muted);font-size:clamp(.98rem,1.25vw,1.1rem);line-height:1.5}._priorityGrid_vr4xc_43{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.7fr);gap:18px}._nextCard_vr4xc_49,._weekCard_vr4xc_50,._activities_vr4xc_51,._retryCard_vr4xc_52,._journeyCard_vr4xc_53{border:1px solid rgba(16,27,26,.11);background:#fffdf7f0;box-shadow:0 18px 42px #101b1a13}._nextCard_vr4xc_49{display:grid;align-content:center;justify-items:start;min-height:310px;padding:clamp(24px,3.2vw,42px);border-radius:24px;background:radial-gradient(circle at 88% 14%,rgba(246,181,50,.16),transparent 32%),linear-gradient(135deg,#e1f8f2f7,#fffdf7f7 60%,#ffefdce0)}._cardHeading_vr4xc_71,._weekHeading_vr4xc_72{display:flex;align-items:center;gap:14px;min-width:0}._cardHeading_vr4xc_71>div,._weekHeading_vr4xc_72>div{min-width:0}._cardHeading_vr4xc_71 ._eyebrow_vr4xc_8,._weekHeading_vr4xc_72 ._eyebrow_vr4xc_8{margin:0 0 4px}._cardHeading_vr4xc_71 h2,._weekHeading_vr4xc_72 h2,._sectionHeading_vr4xc_91 h2,._retryCard_vr4xc_52 h2,._journeyCard_vr4xc_53 h2{margin:0}._cardHeading_vr4xc_71 h2{font-size:clamp(1.65rem,2.8vw,2.45rem);line-height:1.06}._cardIcon_vr4xc_102,._weekIcon_vr4xc_103,._activityIcon_vr4xc_104,._retryIcon_vr4xc_105,._journeyIcon_vr4xc_106{display:grid;flex:0 0 auto;place-items:center;color:#fff;background:linear-gradient(135deg,var(--teal),#28a189);box-shadow:0 10px 24px #057a792e}._cardIcon_vr4xc_102{width:56px;height:56px;border-radius:17px}._cardIconTables_vr4xc_121{background:linear-gradient(135deg,#0f5572,#2e7baa)}._cardIconSpelling_vr4xc_125{background:linear-gradient(135deg,#7041a1,#a15bd3)}._nextCard_vr4xc_49>p{max-width:720px;margin:18px 0 0;color:var(--muted);font-size:1.02rem;line-height:1.52}._nextMeta_vr4xc_137{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}._nextMeta_vr4xc_137 span{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid rgba(16,27,26,.1);border-radius:999px;color:#36544f;background:#ffffffb8;font-size:.8rem;font-weight:800}._nextMeta_vr4xc_137 svg{color:var(--teal)}._nextAction_vr4xc_162{width:fit-content;min-width:220px;min-height:54px;margin-top:20px;border-radius:14px}._weekCard_vr4xc_50{display:grid;align-content:start;gap:18px;padding:24px;border-radius:24px}._weekIcon_vr4xc_103{width:46px;height:46px;border-radius:14px;color:var(--teal);background:#e8f7f3;box-shadow:none}._weekHeading_vr4xc_72 h2{font-size:1.15rem;line-height:1.18}._weekMetrics_vr4xc_192{display:grid;gap:8px}._weekMetrics_vr4xc_192>div{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;min-height:58px;padding:10px 12px;border:1px solid rgba(16,27,26,.085);border-radius:13px;background:#f7faf7cc}._weekMetrics_vr4xc_192 strong{color:var(--teal);font-size:1.55rem;line-height:1;text-align:center}._weekMetrics_vr4xc_192 span,._weekEmpty_vr4xc_217 span{color:var(--muted);font-size:.82rem;line-height:1.35}._weekEmpty_vr4xc_217{display:grid;gap:6px;min-height:130px;align-content:center;padding:20px;border:1px dashed rgba(5,122,121,.24);border-radius:16px;background:#e9f8f47a}._weekEmpty_vr4xc_217 strong{font-size:1rem;line-height:1.3}._textAction_vr4xc_239{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;width:fit-content;min-height:40px;padding:7px 9px;border:0;border-radius:10px;color:var(--teal);background:transparent;font-size:.86rem;font-weight:850}._textAction_vr4xc_239:hover{color:var(--ink);background:#057a7913}._weekCard_vr4xc_50>._textAction_vr4xc_239{margin-top:auto}._activities_vr4xc_51{display:grid;gap:18px;padding:clamp(22px,2.8vw,32px);border-radius:24px}._sectionHeading_vr4xc_91{display:flex;align-items:end;justify-content:space-between;gap:24px}._sectionHeading_vr4xc_91 ._eyebrow_vr4xc_8{margin-bottom:5px}._sectionHeading_vr4xc_91 h2{font-size:clamp(1.35rem,2.2vw,1.85rem)}._sectionHeading_vr4xc_91 p{max-width:none;margin:0;color:var(--muted);font-size:.9rem;line-height:1.45;text-align:right;white-space:nowrap}._activityGrid_vr4xc_296{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}._activityCard_vr4xc_302{display:grid;grid-template-rows:auto auto auto minmax(48px,1fr) auto;justify-items:start;gap:9px;min-width:0;min-height:230px;padding:20px;border:1px solid rgba(16,27,26,.11);border-top-width:4px;border-radius:18px;color:var(--ink);background:#ffffffc7;text-align:left}._activityCard_vr4xc_302:hover{border-color:#057a7957;background:#fff;box-shadow:0 14px 28px #101b1a14;transform:translateY(-2px)}._activityCard_vr4xc_302 ._eyebrow_vr4xc_8{margin:1px 0 0;font-size:.72rem}._activityCard_vr4xc_302>strong{font-size:1.22rem;line-height:1.18}._activityCard_vr4xc_302>small{color:var(--muted);font-size:.82rem;line-height:1.45}._activityIcon_vr4xc_104{width:44px;height:44px;border-radius:13px;box-shadow:none}._activityQuest_vr4xc_348{border-top-color:#0b8e83}._activityPractice_vr4xc_352{border-top-color:#d58c22}._activityPractice_vr4xc_352 ._activityIcon_vr4xc_104{background:linear-gradient(135deg,#c67720,#eca932)}._activityTables_vr4xc_360{border-top-color:#2f75bd}._activityTables_vr4xc_360 ._activityIcon_vr4xc_104{background:linear-gradient(135deg,#215c9b,#4b8bd0)}._activitySpelling_vr4xc_368{border-top-color:#8d4cc4}._activitySpelling_vr4xc_368 ._activityIcon_vr4xc_104{background:linear-gradient(135deg,#7041a1,#a15bd3)}._activityAction_vr4xc_376{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-size:.82rem;font-weight:900}._lowerGrid_vr4xc_385{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}._lowerGridHasRetry_vr4xc_391{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)}._retryCard_vr4xc_52,._journeyCard_vr4xc_53{display:grid;align-items:center;gap:15px;min-height:154px;padding:22px 24px;border-radius:20px}._retryCard_vr4xc_52{grid-template-columns:auto minmax(0,1fr);border-color:#d58c2245;background:linear-gradient(135deg,#fff8e1f7,#fffdf7f5)}._retryAction_vr4xc_411{grid-column:2;justify-self:start;min-height:42px}._retryIcon_vr4xc_105{width:48px;height:48px;border-radius:14px;color:#8b5711;background:#ffedb9;box-shadow:none}._retryCard_vr4xc_52 ._eyebrow_vr4xc_8,._journeyCard_vr4xc_53 ._eyebrow_vr4xc_8{margin-bottom:4px}._retryCard_vr4xc_52 h2,._journeyCard_vr4xc_53 h2{font-size:1.28rem;line-height:1.18}._retryCard_vr4xc_52 p,._journeyCard_vr4xc_53 p{margin:5px 0 0;color:var(--muted);font-size:.84rem;line-height:1.42}._journeyCard_vr4xc_53{grid-template-columns:auto minmax(0,1fr) auto;background:radial-gradient(circle at 90% 20%,rgba(55,126,195,.11),transparent 30%),#fffdf7f2}._journeyIcon_vr4xc_106{width:48px;height:48px;border-radius:14px;color:#215c9b;background:#e6f0fb;box-shadow:none}._journeyCopy_vr4xc_459{min-width:0}._journeyTrack_vr4xc_463{height:9px;margin-top:14px;overflow:hidden;border-radius:999px;background:#101b1a17}._journeyTrack_vr4xc_463>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--teal),#66bfa3,var(--gold))}._journeyAction_vr4xc_478{display:grid;justify-items:end;min-width:128px}._journeyAction_vr4xc_478>strong{font-size:1.45rem;line-height:1}._journeyAction_vr4xc_478>span{margin-top:4px;color:var(--muted);font-size:.72rem}._journeyAction_vr4xc_478 ._textAction_vr4xc_239{margin-top:7px}._ageEarly_vr4xc_499 ._nextCard_vr4xc_49,._ageEarly_vr4xc_499 ._weekCard_vr4xc_50,._ageEarly_vr4xc_499 ._activities_vr4xc_51{border-radius:28px}._ageUpper_vr4xc_505 ._nextCard_vr4xc_49,._ageUpper_vr4xc_505 ._weekCard_vr4xc_50,._ageUpper_vr4xc_505 ._activities_vr4xc_51{border-radius:18px}._root_vr4xc_1 button:focus-visible{outline:3px solid rgba(16,102,186,.42);outline-offset:3px}.is-high-contrast ._nextCard_vr4xc_49,.is-high-contrast ._weekCard_vr4xc_50,.is-high-contrast ._activities_vr4xc_51,.is-high-contrast ._retryCard_vr4xc_52,.is-high-contrast ._journeyCard_vr4xc_53,.is-high-contrast ._activityCard_vr4xc_302{border-color:currentColor}@media(max-width:980px){._priorityGrid_vr4xc_43,._lowerGridHasRetry_vr4xc_391{grid-template-columns:minmax(0,1fr)}._weekMetrics_vr4xc_192{grid-template-columns:repeat(3,minmax(0,1fr))}._weekMetrics_vr4xc_192>div{grid-template-columns:minmax(0,1fr);justify-items:start}._weekMetrics_vr4xc_192 strong{text-align:left}._retryAction_vr4xc_411{grid-column:auto;justify-self:end}._activityGrid_vr4xc_296{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){._sectionHeading_vr4xc_91{display:grid;gap:7px}._sectionHeading_vr4xc_91 p{text-align:left}}@media(max-width:760px){._root_vr4xc_1{gap:14px}._welcome_vr4xc_17{padding-inline:2px}._welcome_vr4xc_17 h1{font-size:clamp(1.9rem,9vw,2.5rem)}._nextCard_vr4xc_49,._weekCard_vr4xc_50,._activities_vr4xc_51,._retryCard_vr4xc_52,._journeyCard_vr4xc_53,._ageEarly_vr4xc_499 ._nextCard_vr4xc_49,._ageEarly_vr4xc_499 ._weekCard_vr4xc_50,._ageEarly_vr4xc_499 ._activities_vr4xc_51{border-radius:18px}._nextCard_vr4xc_49{min-height:0;padding:20px 18px}._cardHeading_vr4xc_71{align-items:flex-start}._cardIcon_vr4xc_102{width:46px;height:46px;border-radius:14px}._cardHeading_vr4xc_71 h2{font-size:clamp(1.45rem,7vw,1.9rem)}._nextCard_vr4xc_49>p{margin-top:14px;font-size:.94rem}._nextAction_vr4xc_162{width:100%;margin-top:16px}._weekCard_vr4xc_50,._activities_vr4xc_51,._retryCard_vr4xc_52,._journeyCard_vr4xc_53{padding:18px}._sectionHeading_vr4xc_91{display:grid;gap:7px}._sectionHeading_vr4xc_91 p{text-align:left}._activityGrid_vr4xc_296{grid-template-columns:minmax(0,1fr)}._activityCard_vr4xc_302{grid-template-rows:auto auto auto auto auto;min-height:0;padding:17px}._retryCard_vr4xc_52{grid-template-columns:auto minmax(0,1fr)}._retryAction_vr4xc_411{grid-column:1 / -1;justify-self:stretch}._journeyCard_vr4xc_53{grid-template-columns:auto minmax(0,1fr)}._journeyAction_vr4xc_478{grid-column:1 / -1;grid-template-columns:auto auto minmax(0,1fr);align-items:center;justify-items:start;gap:6px;width:100%}._journeyAction_vr4xc_478 ._textAction_vr4xc_239{justify-self:end;margin:0}}@media(max-width:520px){._sectionHeading_vr4xc_91 p{white-space:normal}._weekMetrics_vr4xc_192{grid-template-columns:minmax(0,1fr)}._weekMetrics_vr4xc_192>div{grid-template-columns:58px minmax(0,1fr);justify-items:stretch}._weekMetrics_vr4xc_192 strong{text-align:center}._nextMeta_vr4xc_137 span{width:100%;border-radius:11px}._journeyAction_vr4xc_478{grid-template-columns:auto minmax(0,1fr)}._journeyAction_vr4xc_478 ._textAction_vr4xc_239{grid-column:1 / -1;justify-self:stretch}}._root_karjg_1{display:grid;min-height:100vh;padding:clamp(18px,4vw,48px);place-items:center;background:radial-gradient(circle at 12% 12%,rgba(5,122,121,.16),transparent 32%),radial-gradient(circle at 88% 84%,rgba(238,81,58,.14),transparent 30%),var(--cream)}._root_karjg_1[data-large-text=true]{font-size:1.08rem}._root_karjg_1[data-high-contrast=true]{--ink: #050706;--muted: #293431;--line: rgba(5, 7, 6, .42);--teal: #005f5e;--blue: #174f9d;--plum: #60318f;--shadow: 0 0 0 1px rgba(5, 7, 6, .2), 0 16px 38px rgba(5, 7, 6, .18)}._root_karjg_1[data-high-contrast=true] :where(button,a,input,select,textarea,[tabindex]):focus-visible{outline-color:#000;outline-width:4px}._root_karjg_1[data-high-contrast=true] :where(input,select,textarea,button){border-color:#05070680}._root_karjg_1[data-reduced-motion=true] *,._root_karjg_1[data-reduced-motion=true] *:before,._root_karjg_1[data-reduced-motion=true] *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}._card_karjg_44{display:grid;gap:22px;width:min(680px,100%);padding:clamp(22px,4vw,38px);border:1px solid var(--line);border-radius:18px;background:#fffdf7f5;box-shadow:var(--shadow)}._brand_karjg_55{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}._brandCopy_karjg_62,._card_karjg_44 form,._goals_karjg_64 label span,._accessibility_karjg_65 label span{display:grid}._brandCopy_karjg_62{gap:2px}._brandCopy_karjg_62 span,._card_karjg_44 p,._card_karjg_44 small{color:var(--muted)}._progress_karjg_79{display:grid;grid-template-columns:34px 1fr 34px;gap:10px;align-items:center}._progress_karjg_79 span{display:grid;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;place-items:center;color:var(--muted);font-weight:900}._progress_karjg_79 span[data-complete=true]{border-color:var(--teal);background:var(--teal);color:#fff}._progress_karjg_79 i{height:3px;border-radius:999px;background:#057a792e}._card_karjg_44 form{gap:16px}._card_karjg_44 h1{margin:0;font-size:clamp(2rem,6vw,3rem);line-height:1}._card_karjg_44 form>p{margin:-4px 0 4px;line-height:1.5}._eyebrow_karjg_124{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._field_karjg_133{display:grid;gap:7px;font-weight:800}._field_karjg_133 input,._field_karjg_133 select{width:100%;min-height:48px;padding:0 12px;border:1px solid rgba(16,27,26,.2);border-radius:9px;background:#fff;color:var(--ink)}._next_karjg_150{width:100%}._goals_karjg_64,._accessibility_karjg_65{display:grid;gap:9px;margin:0;padding:0;border:0}._goals_karjg_64 legend,._accessibility_karjg_65 legend{margin-bottom:8px;font-weight:900}._accessibility_karjg_65 legend{display:flex;gap:7px;align-items:center}._goals_karjg_64 label,._accessibility_karjg_65 label{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;min-height:62px;padding:11px 13px;border:1px solid var(--line);border-radius:10px;background:#ffffffb8}._goals_karjg_64 label[data-selected=true]{border-color:var(--teal);background:#057a7914}._goals_karjg_64 label span,._accessibility_karjg_65 label span{gap:3px}._goals_karjg_64 input,._accessibility_karjg_65 input{width:20px;height:20px;accent-color:var(--teal)}._actions_karjg_205{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:10px}._privacy_karjg_211{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:13px;border-radius:10px;background:#057a7914;color:var(--muted);line-height:1.45}._privacy_karjg_211 svg{color:var(--teal)}@media(max-width:720px){._actions_karjg_205{grid-template-columns:1fr}}._root_pnslh_1{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;margin:22px 0;padding:20px;border:1px solid rgba(5,122,121,.3);border-radius:12px;background:linear-gradient(120deg,#e1f8f1f0,#fff9e1e6);box-shadow:0 14px 32px #057a7917}._spelling_pnslh_14{border-color:#7041a147;background:linear-gradient(120deg,#f5edfff0,#fff9eceb);box-shadow:0 14px 32px #7041a117}._icon_pnslh_20{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:12px;color:#fff;background:var(--teal);box-shadow:0 10px 22px #057a7933}._spelling_pnslh_14 ._icon_pnslh_20{background:#7041a1;box-shadow:0 10px 22px #7041a133}._copy_pnslh_37{display:grid;gap:5px}._copy_pnslh_37 h2,._copy_pnslh_37 p{margin:0}._copy_pnslh_37 p{color:var(--muted);line-height:1.55}._eyebrow_pnslh_52{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._chips_pnslh_61{display:flex;flex-wrap:wrap;gap:6px}._chips_pnslh_61 span{padding:5px 9px;border-radius:999px;color:#075e5d;background:#057a791a;font-size:.75rem;font-weight:800}._action_pnslh_76{display:grid;grid-template-rows:minmax(18px,auto) 48px;gap:7px;justify-items:end;width:250px}._action_pnslh_76 small{color:var(--muted);font-size:.76rem;line-height:1.3;text-align:right}._button_pnslh_91{justify-content:space-between;width:100%;min-height:48px;padding-inline:18px;white-space:nowrap}@media(max-width:820px){._root_pnslh_1{grid-template-columns:auto minmax(0,1fr)}._action_pnslh_76{grid-column:1 / -1;justify-items:stretch;width:100%}._action_pnslh_76 small{text-align:left}}@media(max-width:680px){._spelling_pnslh_14{grid-template-columns:minmax(0,1fr);justify-items:stretch}}@media(max-width:520px){._root_pnslh_1{grid-template-columns:minmax(0,1fr)}._icon_pnslh_20{width:48px;height:48px}}._dialog_b0zta_1{max-height:calc(100vh - 36px);max-height:calc(100svh - 36px);max-height:calc(100dvh - 36px);overflow-y:auto;overscroll-behavior:contain}._description_b0zta_9{margin:0;color:var(--muted);line-height:1.5}._backdrop_b0zta_15{z-index:90}._root_svzd8_1{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start;padding:22px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(5,122,121,.16),transparent 34%),linear-gradient(225deg,rgba(244,184,62,.22),transparent 42%),linear-gradient(15deg,rgba(239,90,60,.1),transparent 48%),#fffdf6eb;box-shadow:var(--shadow)}._heading_svzd8_17{display:grid;gap:4px;margin-bottom:24px}._heading_svzd8_17 h1{max-width:820px;margin:0;font-size:2.75rem;line-height:1.04}._heading_svzd8_17 p{max-width:680px;margin:8px 0 0;color:var(--muted);font-size:1rem}._eyebrow_svzd8_37{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._linkedPractice_svzd8_46{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(180px,auto);gap:18px;align-items:center;margin:18px 0 22px;padding:20px;border:1px solid rgba(5,122,121,.24);border-radius:8px;background:linear-gradient(135deg,rgba(5,122,121,.16),transparent 42%),linear-gradient(225deg,rgba(244,184,62,.2),transparent 52%),#fffdf7e6;box-shadow:0 14px 30px #101b1a17}._linkedIcon_svzd8_62{display:grid;place-items:center;width:52px;height:52px;border-radius:8px;color:var(--gold);background:var(--ink);box-shadow:0 8px 20px #101b1a2e}._linkedCopy_svzd8_73{min-width:0}._linkedCopy_svzd8_73 ._eyebrow_svzd8_37{margin-bottom:5px}._linkedCopy_svzd8_73 h2,._linkedCopy_svzd8_73 p{margin:0}._linkedCopy_svzd8_73 h2{font-size:1.55rem;line-height:1.12}._linkedCopy_svzd8_73 p{margin-top:5px;color:var(--muted)}._ruleChips_svzd8_96{display:flex;flex-wrap:wrap;grid-column:1 / -1;gap:8px;margin-top:10px}._ruleChips_svzd8_96 span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid rgba(5,122,121,.18);border-radius:999px;color:#17443e;background:#e8f8f1c2;font-size:.72rem;font-weight:850}._linkedAction_svzd8_117{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;align-items:baseline}._linkedAction_svzd8_117>strong{grid-row:1 / 3;font-size:2rem;line-height:1}._linkedAction_svzd8_117>span{color:var(--muted);font-size:.78rem;font-weight:800}._linkedAction_svzd8_117 button{grid-column:1 / -1;margin-top:8px;white-space:nowrap}._startOnly_svzd8_142{display:block}._startOnly_svzd8_142 button{margin-top:0}._area_svzd8_150{display:grid;gap:14px;margin-top:26px}._areaHead_svzd8_156{display:flex;align-items:end;justify-content:space-between;gap:18px}._areaHead_svzd8_156>div{display:grid;gap:3px}._areaHead_svzd8_156 ._eyebrow_svzd8_37,._areaHead_svzd8_156 h2,._areaHead_svzd8_156 p{margin:0}._areaHead_svzd8_156 h2{font-size:1.55rem;line-height:1.1}._areaHead_svzd8_156 p{max-width:520px;color:var(--muted);text-align:right}._cardGrid_svzd8_185{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}._card_svzd8_185{--mode-accent: var(--teal);--mode-soft: rgba(5, 122, 121, .16);position:relative;display:grid;gap:8px;min-height:224px;padding:18px;overflow:hidden;border:1px solid color-mix(in srgb,var(--mode-accent),transparent 74%);border-radius:8px;color:var(--ink);background:linear-gradient(135deg,var(--mode-soft),rgba(255,253,247,.82) 44%,rgba(255,248,231,.88)),linear-gradient(225deg,rgba(244,184,62,.12),transparent 44%),#fffdf7db;box-shadow:inset 0 1px #ffffffe0,0 14px 30px #101b1a14;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}._card_svzd8_185:before{position:absolute;inset:0 0 auto;height:6px;content:"";background:linear-gradient(90deg,var(--mode-accent),color-mix(in srgb,var(--mode-accent),white 44%))}._card_svzd8_185:hover{border-color:color-mix(in srgb,var(--mode-accent),transparent 48%);box-shadow:inset 0 1px #ffffffeb,0 18px 36px #101b1a1f;transform:translateY(-2px)}._card_svzd8_185>*{position:relative;z-index:1}._card_svzd8_185[data-tone=arithmetic]{--mode-accent: var(--gold);--mode-soft: rgba(244, 184, 62, .2)}._card_svzd8_185[data-tone=reasoning]{--mode-accent: var(--blue);--mode-soft: rgba(49, 110, 209, .16)}._card_svzd8_185[data-tone=gps]{--mode-accent: var(--coral);--mode-soft: rgba(239, 90, 60, .13)}._card_svzd8_185[data-tone=reading]{--mode-accent: #2d8268;--mode-soft: rgba(45, 130, 104, .16)}._card_svzd8_185[data-tone=money]{--mode-accent: #16865f;--mode-soft: rgba(22, 134, 95, .16)}._card_svzd8_185[data-tone=measures]{--mode-accent: #2f6f8f;--mode-soft: rgba(47, 111, 143, .14)}._card_svzd8_185[data-tone=shapes]{--mode-accent: #8b5bc7;--mode-soft: rgba(139, 91, 199, .15)}._card_svzd8_185[data-tone=time]{--mode-accent: #c46a21;--mode-soft: rgba(196, 106, 33, .16)}._card_svzd8_185[data-tone=temperature]{--mode-accent: #b8466a;--mode-soft: rgba(184, 70, 106, .14)}._cardTop_svzd8_281{display:flex;align-items:center;justify-content:space-between;gap:12px}._cardIcon_svzd8_288{display:grid;place-items:center;width:46px;height:46px;border:1px solid color-mix(in srgb,var(--mode-accent),transparent 68%);border-radius:8px;color:var(--ink);background:linear-gradient(135deg,color-mix(in srgb,var(--mode-accent),white 70%),color-mix(in srgb,var(--mode-accent),white 88%));box-shadow:0 8px 18px color-mix(in srgb,var(--mode-accent),transparent 82%);font-size:.92rem;font-weight:950;letter-spacing:-.03em}._cardBadge_svzd8_303{padding:5px 9px;border:1px solid color-mix(in srgb,var(--mode-accent),transparent 70%);border-radius:999px;color:var(--ink);background:#fffdf7b8;font-size:.76rem;font-weight:900}._cardCopy_svzd8_313{display:grid;gap:5px;align-self:start}._cardCopy_svzd8_313 strong{font-size:1.35rem}._cardCopy_svzd8_313 span{max-width:34rem;color:var(--muted);line-height:1.35}._startButton_svzd8_329{width:100%;margin-top:auto;border-color:color-mix(in srgb,var(--mode-accent),transparent 56%);color:var(--ink);background:linear-gradient(135deg,#fffdf7eb,color-mix(in srgb,var(--mode-accent),white 91%));box-shadow:0 8px 18px #101b1a0f;font-weight:900}._startButton_svzd8_329:not(:disabled):hover{background:linear-gradient(135deg,color-mix(in srgb,var(--mode-accent),white 84%),#fffdf7eb)}._startButton_svzd8_329:disabled{color:#101b1a61;background:#fffdf761;box-shadow:none}._focusOpen_svzd8_349{border-color:var(--mode-accent);box-shadow:inset 0 1px #ffffffeb,0 18px 36px color-mix(in srgb,var(--mode-accent),transparent 82%);transform:none}._focusPicker_svzd8_357{display:grid;grid-column:1 / -1;gap:16px;margin:0 0 4px;padding:22px;border:1px solid rgba(139,91,199,.3);border-radius:12px;background:linear-gradient(145deg,rgba(139,91,199,.12),transparent 42%),#fffdf7f0;box-shadow:0 16px 34px #101b1a1a}._focusHead_svzd8_371{display:flex;align-items:start;justify-content:space-between;gap:18px}._focusHead_svzd8_371>div{display:grid;gap:4px}._focusHead_svzd8_371 h2,._focusHead_svzd8_371 p,._focusHead_svzd8_371 ._eyebrow_svzd8_37{margin:0}._focusHead_svzd8_371 h2{scroll-margin-bottom:104px;font-size:1.7rem;line-height:1.1}._focusClose_svzd8_395{min-height:40px;padding:0 14px;white-space:nowrap}._focusHead_svzd8_371 p,._focusAction_svzd8_402 p{color:var(--muted)}._focusNotice_svzd8_406{margin:0;padding:11px 13px;border:1px solid rgba(196,106,33,.3);border-radius:8px;color:var(--ink);background:#f4b83e21;font-weight:750}._focusOptions_svzd8_416{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._focusOption_svzd8_416{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;align-items:start;min-height:82px;padding:13px;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:#ffffffb3;cursor:pointer;font:inherit;text-align:left}._focusOption_svzd8_416:hover,._focusOption_svzd8_416:focus-within,._focusOption_svzd8_416:focus-visible{border-color:#8b5bc799}._focusSelected_svzd8_444{border-color:#8b5bc7;background:#8b5bc71a;box-shadow:inset 0 0 0 1px #8b5bc729}._focusOption_svzd8_416 input,._focusCheck_svzd8_451{width:22px;height:22px;margin:1px 0 0;accent-color:#6f3fb2}._focusCheck_svzd8_451{display:grid;place-items:center;border:2px solid rgba(16,27,26,.28);border-radius:50%;color:#fff;font-size:.78rem;font-weight:950}._focusSelected_svzd8_444 ._focusCheck_svzd8_451{border-color:#6f3fb2;background:#6f3fb2}._focusOption_svzd8_416>span:last-child{display:grid;gap:3px}._focusOption_svzd8_416 strong{line-height:1.2}._focusOption_svzd8_416 small{color:var(--muted);line-height:1.35}._focusAction_svzd8_402{display:flex;align-items:center;justify-content:space-between;gap:16px}._focusAction_svzd8_402 p{margin:0;font-weight:750}@media(min-width:981px){._focusSpanDesktop2_svzd8_500{grid-column:span 2}._focusSpanDesktop3_svzd8_504{grid-column:span 3}}@media(max-width:980px){._cardGrid_svzd8_185{grid-template-columns:repeat(2,minmax(0,1fr))}._focusSpanTablet2_svzd8_514{grid-column:span 2}}@media(max-width:760px){._linkedPractice_svzd8_46{grid-template-columns:auto minmax(0,1fr)}._linkedAction_svzd8_117{grid-column:1 / -1}}@media(max-width:640px){._focusPicker_svzd8_357{padding:17px}._focusHead_svzd8_371,._focusAction_svzd8_402,._areaHead_svzd8_156{display:grid}._focusOptions_svzd8_416,._cardGrid_svzd8_185{grid-template-columns:1fr}._focusAction_svzd8_402 button{width:100%}._areaHead_svzd8_156 p{text-align:left}._focusOpen_svzd8_349,._focusSpanTablet2_svzd8_514{grid-column:auto}._card_svzd8_185{min-height:220px}}@media(max-width:480px){._linkedPractice_svzd8_46{grid-template-columns:1fr;padding:17px}._linkedAction_svzd8_117{grid-column:auto}}._answerInput_n9zim_2,._answerTextarea_n9zim_3{width:100%;border:1px solid var(--line);border-radius:8px;background:#fffefa;color:var(--ink);padding:12px 14px;font-size:1rem}._answerInput_n9zim_2{min-height:48px}._nativeAnswerInput_n9zim_17{box-shadow:0 0 0 3px #057a7914}._keyboard_n9zim_21{--keyboard-key-size: clamp(42px, 7vh, 54px);--keyboard-gap: 8px;--keyboard-inner-height: calc((var(--keyboard-key-size) * 6) + (var(--keyboard-gap) * 5));display:grid;grid-template-rows:auto var(--keyboard-inner-height) auto;gap:10px;padding:14px;border:1px solid rgba(5,122,121,.16);border-radius:8px;background:linear-gradient(135deg,#fffdf7fa,#f0faf7eb),linear-gradient(180deg,#057a7914,#f4b83e14);box-shadow:0 12px 24px #101b1a0f}._keyboard_n9zim_21._disabled_n9zim_37{background:linear-gradient(135deg,#fffdf7e6,#f5f7f4e0),#fffdf7eb}._keyboard_n9zim_21._numberOnly_n9zim_43{--keyboard-key-size: 52px;grid-template-rows:auto;gap:8px;margin-top:14px;padding:12px}._keyboard_n9zim_21._numberOnly_n9zim_43 ._numberPadGrid_n9zim_51{grid-auto-rows:var(--keyboard-key-size)}._numberPadGrid_n9zim_51{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:var(--keyboard-key-size);gap:var(--keyboard-gap)}._numberPadSymbolRow_n9zim_62{display:grid;grid-template-columns:repeat(auto-fit,minmax(52px,1fr));gap:var(--keyboard-gap)}._numberPadSymbolRow_n9zim_62 ._numberPadKey_n9zim_68{min-height:44px}._keyboard_n9zim_21._disabled_n9zim_37 ._numberPadKey_n9zim_68{cursor:not-allowed;opacity:.48;transform:none}._numberPadKey_n9zim_68{min-height:var(--keyboard-key-size);border:1px solid rgba(22,32,29,.12);border-radius:8px;background:#fffdf7eb;color:var(--ink);font:inherit;font-size:1.2rem;font-weight:900;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}._numberPadKey_n9zim_68:hover:not(:disabled){border-color:#057a7952;background:#eef9f6f5;transform:translateY(-1px)}._numberPadKey_n9zim_68:active:not(:disabled){transform:translateY(1px)}._numberPadKey_n9zim_68._action_n9zim_101{color:#9b281c;background:#fff3eff2}._punctuationAnswer_n9zim_107{display:grid;gap:12px}._punctuationToolbar_n9zim_112{display:flex;flex-wrap:wrap;gap:8px}._punctuationTool_n9zim_112,._inlineMarkPosition_n9zim_119{min-width:44px;min-height:44px;border:1px solid rgba(22,32,29,.14);border-radius:8px;background:#fffefa;color:var(--ink);font:inherit;font-weight:900;cursor:pointer}._punctuationTool_n9zim_112{font-size:1.25rem}._punctuationTool_n9zim_112._selected_n9zim_135{border-color:#ea49346b;background:#ea49341a;color:#9b281c;box-shadow:0 0 0 3px #ea49341a}._punctuationSentence_n9zim_142{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:72px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fffefa}._punctuationWord_n9zim_154{display:inline-flex;align-items:baseline;justify-content:center;min-height:44px;padding:8px 10px;border:1px solid rgba(22,32,29,.1);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:800;cursor:pointer}._punctuationWord_n9zim_154._selected_n9zim_135{border-color:#2f70b570;background:#2f70b51a}._punctuationPrefix_n9zim_174,._punctuationSuffix_n9zim_175{color:#b63124;font-weight:950}._inlineMarkPicker_n9zim_180{display:flex;flex-wrap:wrap;gap:8px}._inlineMarkPosition_n9zim_119{padding:8px 12px}._punctuationValue_n9zim_190{width:100%;min-height:52px;border:1px solid rgba(22,32,29,.1);border-radius:8px;background:#fffefab8;color:var(--muted);padding:12px 14px;font:inherit;line-height:1.4;overflow-wrap:anywhere;white-space:normal}._wordSelectionAnswer_n9zim_204{display:grid;gap:12px}._wordSelectionSentence_n9zim_209{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:72px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fffefa}._wordSelectToken_n9zim_221{min-height:44px;padding:8px 12px;border:1px solid rgba(22,32,29,.1);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:800;cursor:pointer}._wordSelectToken_n9zim_221._selected_n9zim_135{border-color:#2f70b570;background:#2f70b51f;color:#194d79;box-shadow:0 0 0 3px #2f70b514}._moneySelectionAnswer_n9zim_240{display:grid;gap:14px}._moneySelectionZone_n9zim_245{min-height:118px;padding:14px 18px 18px;border:1px solid rgba(22,32,29,.12);border-radius:8px;background:#fffefa}._moneySelectionZone_n9zim_245._selectedZone_n9zim_253{background:linear-gradient(135deg,#fcf7e7b8,#fffefaf0),#fffefa;border-color:#ea49343d}._moneySelectionLabel_n9zim_260{display:block;margin-bottom:12px;color:var(--muted);font-size:.82rem;font-weight:800}._moneySelectionPieces_n9zim_268{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px;min-height:76px}._moneyPieceButton_n9zim_276{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:48px;min-height:48px;padding:0;border:0;border-radius:8px;background:transparent;color:inherit;cursor:grab;transition:transform .16s ease,filter .16s ease}._moneyPieceButton_n9zim_276:hover{transform:translateY(-2px);filter:saturate(1.04)}._moneyPieceButton_n9zim_276:active{cursor:grabbing;transform:translateY(1px) scale(.98)}._moneyPieceButton_n9zim_276:focus-visible{outline:3px solid rgba(234,143,0,.38);outline-offset:5px}._moneySelectionEmpty_n9zim_307{min-width:1px;min-height:76px}._timeAnswerPicker_n9zim_312{display:inline-grid;grid-template-columns:minmax(86px,110px) auto minmax(86px,110px);align-items:center;gap:10px;width:min(100%,280px)}._timeAnswerSelect_n9zim_320{width:100%;min-height:48px;border:1px solid var(--line);border-radius:8px;background:#fffefa;color:var(--ink);padding:10px 12px;font:inherit;font-weight:800}._timeAnswerSeparator_n9zim_332{color:var(--ink);font-size:1.35rem;font-weight:900}._answerTextarea_n9zim_3{min-height:130px;resize:vertical}._optionGrid_n9zim_343{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._optionButton_n9zim_349{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-height:58px;padding:10px 14px;border:1px solid var(--line);border-radius:8px;border-color:var(--line);color:var(--ink);background:#fffdf6eb;text-align:left;transition:transform .16s ease,border-color .16s ease,background .16s ease}._optionButton_n9zim_349:hover{transform:translateY(-1px)}._optionButton_n9zim_349._selected_n9zim_135{border-color:var(--teal);background:#0e77741a}._multiSelectAnswer_n9zim_374{display:grid;gap:10px}._multiSelectHint_n9zim_379{color:var(--muted);font-size:.86rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}._matchingAnswer_n9zim_387{display:grid;gap:14px}._matchingHint_n9zim_392{padding:11px 13px;border:1px solid rgba(47,112,181,.18);border-radius:8px;background:#eff7fdc7;color:#244f75;font-size:.9rem;font-weight:800;line-height:1.4}._matchingBoard_n9zim_403{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:14px}._matchingColumn_n9zim_410,._matchingList_n9zim_411{display:grid;gap:9px;min-width:0}._matchingColumnTitle_n9zim_417{color:var(--muted);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}._matchingDirection_n9zim_425{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#057a7917;color:var(--teal);font-size:1.15rem;font-weight:950;justify-self:center;transform:rotate(90deg)}._matchingItem_n9zim_439{--match-accent: var(--teal);--match-soft: rgba(5, 122, 121, .08);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:9px 11px;border:1px solid rgba(22,32,29,.14);border-radius:8px;background:#fffefaf5;color:var(--ink);font:inherit;text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}._matchingItem_n9zim_439:hover:not(:disabled){border-color:#057a7957;transform:translateY(-1px)}._matchingItem_n9zim_439:focus-visible{outline:3px solid rgba(5,122,121,.22);outline-offset:2px}._matchingItem_n9zim_439:disabled{cursor:default;opacity:.72}._matchingItem_n9zim_439._selected_n9zim_135{border-color:var(--teal);background:#057a791a;box-shadow:0 0 0 3px #057a791a}._matchingItem_n9zim_439._connected_n9zim_479{border-color:var(--match-accent);background:var(--match-soft);box-shadow:inset 4px 0 0 var(--match-accent)}._matchingItemIndex_n9zim_485{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#16201d12;color:var(--muted);font-size:.82rem;font-weight:950}._matchingItem_n9zim_439._selected_n9zim_135 ._matchingItemIndex_n9zim_485,._matchingItem_n9zim_439._connected_n9zim_479 ._matchingItemIndex_n9zim_485{background:var(--match-accent);color:#fff}._matchingItemLabel_n9zim_503{min-width:0;font-weight:850;line-height:1.3;overflow-wrap:anywhere}._matchingLinkLabel_n9zim_510{color:var(--match-accent);font-size:.82rem;font-weight:950;white-space:nowrap}._matchTone0_n9zim_517{--match-accent: #087d79;--match-soft: rgba(8, 125, 121, .1)}._matchTone1_n9zim_522{--match-accent: #2f70b5;--match-soft: rgba(47, 112, 181, .1)}._matchTone2_n9zim_527{--match-accent: #b85f17;--match-soft: rgba(184, 95, 23, .1)}._matchTone3_n9zim_532{--match-accent: #8b56a8;--match-soft: rgba(139, 86, 168, .1)}._matchTone4_n9zim_537{--match-accent: #a44035;--match-soft: rgba(164, 64, 53, .1)}._matchingStatus_n9zim_542{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.86rem;font-weight:800}._matchingStatus_n9zim_542 button{min-height:36px;padding:7px 11px;border:1px solid rgba(22,32,29,.12);border-radius:8px;background:#fffefae6;color:var(--muted);font:inherit;font-size:.82rem;font-weight:850;cursor:pointer}._matchingStatus_n9zim_542 button:disabled{cursor:default;opacity:.5}._optionGrid_n9zim_343._multiSelectGrid_n9zim_570 ._optionButton_n9zim_349._selected_n9zim_135{box-shadow:inset 4px 0 0 var(--teal)}@media(min-width:901px)and (max-height:900px){._answerInput_n9zim_2{min-height:44px}._keyboard_n9zim_21{--keyboard-key-size: clamp(36px, 5.3vh, 46px);--keyboard-gap: 7px;gap:8px;padding:10px}}@media(min-width:901px)and (max-height:760px){._moneySelectionAnswer_n9zim_240{gap:10px}._moneySelectionZone_n9zim_245{min-height:92px;padding:10px 12px 12px}._moneySelectionLabel_n9zim_260{margin-bottom:8px}._moneySelectionPieces_n9zim_268,._moneySelectionEmpty_n9zim_307{min-height:56px}._keyboard_n9zim_21{--keyboard-key-size: clamp(34px, 5vh, 40px);gap:7px;padding:9px}}@media(max-width:900px){._optionGrid_n9zim_343{grid-template-columns:1fr}}@media(max-width:700px){._compactColumns_n9zim_621 ._matchingBoard_n9zim_403{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);align-items:start;gap:8px}._compactColumns_n9zim_621 ._matchingDirection_n9zim_425{width:28px;height:28px;margin-top:26px;transform:none}._compactColumns_n9zim_621 ._matchingItem_n9zim_439{grid-template-columns:auto minmax(0,1fr);gap:6px;min-height:52px;padding:7px}._compactColumns_n9zim_621 ._matchingItemIndex_n9zim_485{width:26px;height:26px}._compactColumns_n9zim_621 ._matchingLinkLabel_n9zim_510{grid-column:1 / -1;justify-self:end}}._root_1i2b6_1{margin:0 0 18px;border:1px solid rgba(45,111,168,.2);border-radius:8px;background:#f6fbff}._root_1i2b6_1 summary{display:flex;align-items:center;gap:10px;padding:11px 13px;color:var(--ink);cursor:pointer;list-style:none}._root_1i2b6_1 summary::-webkit-details-marker{display:none}._summaryCopy_1i2b6_22{display:grid;gap:1px}._summaryCopy_1i2b6_22 small{color:var(--muted);font-size:.78rem}._icon_1i2b6_32{display:grid;place-items:center;color:#2d6fa8}._chevron_1i2b6_38{margin-left:auto;color:var(--muted);transition:transform .16s ease}._root_1i2b6_1[open] ._chevron_1i2b6_38{transform:rotate(180deg)}._body_1i2b6_48{padding:0 13px 13px 40px;color:var(--ink);font-size:.92rem;line-height:1.45}._body_1i2b6_48 p{margin:0 0 8px}._body_1i2b6_48 ol{margin:0 0 10px;padding-left:20px}._example_1i2b6_64{display:grid;gap:2px;padding:9px 10px;border-radius:6px;background:#fff}._example_1i2b6_64 strong{color:#2d6fa8;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}._layout_1m9ku_1{display:contents}._card_1m9ku_5{display:grid;gap:12px;margin-top:18px;padding:18px;border:1px solid rgba(47,148,102,.3);border-radius:12px;background:#eef9f2}._worked_1m9ku_15{border-color:#f4b83e80;background:#fff8e3}._heading_1m9ku_20{display:flex;align-items:center;gap:12px}._heading_1m9ku_20>div{display:grid;gap:2px}._heading_1m9ku_20 h2{margin:0;font-size:clamp(1.25rem,3vw,1.55rem);line-height:1.15}._heading_1m9ku_20 h2:focus{outline:none}._eyebrow_1m9ku_41{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._icon_1m9ku_50{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;border-radius:999px;color:#fff;background:var(--green)}._worked_1m9ku_15 ._icon_1m9ku_50{background:#b5750d}._card_1m9ku_5 p,._card_1m9ku_5 ol{margin:0;line-height:1.55}._card_1m9ku_5 ol{display:grid;gap:7px;padding-left:22px}._card_1m9ku_5>small{color:var(--muted);font-weight:700}._example_1m9ku_82{display:grid;gap:4px;padding:12px 14px;border-left:4px solid var(--gold);border-radius:6px;background:#fffdf7d1}._example_1m9ku_82 span{color:var(--muted);line-height:1.45}._actions_1m9ku_96{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}._actions_1m9ku_96 button{width:100%;min-height:52px}@media(max-width:640px){._card_1m9ku_5{padding:15px}}._zoomBackdrop_8l1ny_1{z-index:90;padding:20px}._root_1t6j4_1{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,clamp(380px,30vw,480px));gap:18px;align-items:start}._panel_1t6j4_8{min-height:610px;padding:34px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(5,122,121,.1),transparent 38%),linear-gradient(225deg,rgba(244,184,62,.17),transparent 42%),linear-gradient(15deg,rgba(49,110,209,.06),transparent 42%),#fffdf6e6;box-shadow:var(--shadow)}._topline_1t6j4_22{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:20px}._status_1t6j4_30{display:grid;gap:8px}._status_1t6j4_30 h1{max-width:760px;margin:0;font-size:2.35rem;line-height:1.06}._status_1t6j4_30 h1:focus{outline:none}._eyebrow_1t6j4_46{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._metrics_1t6j4_55{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}._dailyOutcome_1t6j4_62{display:grid;gap:8px;margin-top:18px;padding:18px;border:1px solid rgba(5,122,121,.3);border-radius:8px;background:#e2f4f1b8}._dailyOutcome_1t6j4_62 h2,._dailyOutcome_1t6j4_62 p{margin:0}._dailyOutcome_1t6j4_62>p{color:var(--muted);line-height:1.45}._dailyOutcome_1t6j4_62>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._dailyOutcome_1t6j4_62 article{display:grid;gap:5px;padding:12px;border:1px solid rgba(16,27,26,.1);border-radius:8px;background:#fffdf7b8}._dailyOutcome_1t6j4_62 article span{color:var(--muted);font-size:.86rem;line-height:1.4}._routeSummary_1t6j4_103{display:grid;gap:5px;margin-top:18px;padding:14px 16px;border:1px solid rgba(16,27,26,.1);border-radius:8px;background:#fffdf7b3}._routeSummary_1t6j4_103 strong{color:var(--ink);font-size:1rem}._routeSummary_1t6j4_103 span{color:var(--muted);line-height:1.35}._routeComplete_1t6j4_123{border-color:#2f946642;background:#e8f8f1c7}._routeRetry_1t6j4_128{border-color:#316ed13d;background:#eef5ffc2}._routeCredits_1t6j4_133{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}._routeCredits_1t6j4_133 small{padding:5px 8px;border-radius:999px;color:var(--color-accent-strong);background:#0081801a;font-weight:850}._barList_1t6j4_148{display:grid;gap:12px;margin-top:18px}._barRow_1t6j4_154{display:grid;grid-template-columns:110px 1fr 54px;gap:12px;align-items:center}._missedReviews_1t6j4_161{display:grid;gap:10px;margin-top:18px}._missedReviews_1t6j4_161>strong{font-size:.95rem}._reviewBox_1t6j4_171{margin-top:18px;padding:16px;border:1px solid rgba(45,111,168,.2);border-radius:8px;background:#eff7fd}._questionText_1t6j4_179{margin:0 0 18px;font-size:1.55rem;font-weight:800;line-height:1.25}._answerHiddenNote_1t6j4_186{color:var(--muted);font-weight:800}._restPrompt_1t6j4_191{display:grid;gap:5px;margin-top:18px;padding:16px 18px;border:2px solid rgba(5,122,121,.4);border-radius:12px;color:var(--ink);background:#eefaf7;line-height:1.5}._actions_1t6j4_203{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}@media(min-width:901px)and (max-height:900px){._root_1t6j4_1{grid-template-columns:minmax(0,1fr) minmax(330px,clamp(350px,28vw,430px));gap:14px}._panel_1t6j4_8{min-height:calc(100svh - 100px);padding:22px}._topline_1t6j4_22{gap:10px;margin-bottom:12px}._status_1t6j4_30 h1{font-size:2rem}}@media(min-width:901px)and (max-height:760px){._panel_1t6j4_8{padding:14px}._topline_1t6j4_22{margin-bottom:8px}._status_1t6j4_30 h1{font-size:1.82rem}._eyebrow_1t6j4_46{margin-bottom:4px}}@media(max-width:900px){._root_1t6j4_1,._metrics_1t6j4_55{grid-template-columns:1fr}._panel_1t6j4_8{min-height:auto;padding:20px}._status_1t6j4_30 h1{font-size:2rem}._dailyOutcome_1t6j4_62>div{grid-template-columns:1fr}._topline_1t6j4_22{display:grid;grid-template-columns:1fr}}._activeLayout_1a3y7_1{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start}._panel_1a3y7_8{min-height:610px;padding:34px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(5,122,121,.1),transparent 38%),linear-gradient(225deg,rgba(244,184,62,.17),transparent 42%),linear-gradient(15deg,rgba(49,110,209,.06),transparent 42%),#fffdf6e6;box-shadow:var(--shadow)}._activePanel_1a3y7_22{min-height:650px;padding:clamp(20px,2.5vw,32px)}._topline_1a3y7_27{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:20px}._status_1a3y7_35{display:grid;gap:8px}._status_1a3y7_35 h1{max-width:760px;margin:0;font-size:2.35rem;line-height:1.06}._runLabels_1a3y7_47{display:flex;flex-wrap:wrap;align-items:center;gap:8px}._eyebrow_1a3y7_54{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._runLabels_1a3y7_47 ._eyebrow_1a3y7_54{margin-bottom:0}._subjectPill_1a3y7_67{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 10px;border:1px solid rgba(22,32,29,.1);border-radius:999px;color:var(--muted);background:#fffdf7c7;font-size:.78rem;font-weight:850;line-height:1}._timer_1a3y7_82{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:38px;padding:0 12px;border-radius:999px;color:var(--paper);background:#101b1a;font-weight:850}._timer_1a3y7_82 svg{color:var(--gold)}._timerLow_1a3y7_99{color:#fff9f3;background:#9d2f22}._timerLow_1a3y7_99 svg{color:#fff2b8}._topActions_1a3y7_108{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}._workspace_1a3y7_115{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:18px;align-items:stretch;margin-top:18px}._questionPane_1a3y7_123,._answerPane_1a3y7_124{min-width:0;min-height:520px;padding:22px;border:1px solid var(--line);border-radius:16px}._questionPane_1a3y7_123{display:flex;flex-direction:column;background:var(--paper)}._answerPane_1a3y7_124{display:flex;flex-direction:column;background:#f7faf8f0}._questionPane_1a3y7_123 details{margin-top:auto;margin-bottom:0}._answerHeading_1a3y7_149{margin:0 0 12px;color:var(--muted);font-size:.9rem;font-weight:850}._questionMeta_1a3y7_156{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}._questionMeta_1a3y7_156 span{padding:6px 10px;border-radius:999px;color:var(--muted);background:#16201d14;font-size:.78rem;font-weight:700}._questionText_1a3y7_172{min-height:3.15em;margin:0 0 18px;font-size:1.55rem;font-weight:800;line-height:1.25}._passage_1a3y7_180{max-height:260px;margin-bottom:18px;padding:16px;overflow:auto;border-radius:8px;color:#26312d;background:#f7f2dd}._passage_1a3y7_180 p{margin:10px 0 0;line-height:1.55}._answerFieldset_1a3y7_195{min-width:0;margin:0;padding:0;border:0}._answerFieldset_1a3y7_195:disabled{opacity:.72}._answerFieldset_1a3y7_195>legend{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;border:0;clip:rect(0,0,0,0);white-space:nowrap}._answerActions_1a3y7_218{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}._answerPane_1a3y7_124>._answerActions_1a3y7_218:last-child{margin-top:auto;padding-top:18px}._answerPane_1a3y7_124>._answerActions_1a3y7_218:last-child button{width:100%;min-height:52px}._answeredActions_1a3y7_235{display:grid}._answerSummary_1a3y7_239{display:grid;gap:4px;width:100%;padding:12px 14px;border:1px solid rgba(34,115,86,.22);border-radius:12px;color:var(--ink);background:#e8f8f1b8}._answerNeedsReview_1a3y7_250{border-color:#b4771042;background:#fff8e1c7}._answerSummary_1a3y7_239 span{color:var(--muted);font-size:.88rem;line-height:1.45}._answerPane_1a3y7_124 [data-teaching-feedback]{max-height:300px;overflow:auto}._sideKeyboard_1a3y7_266{margin-top:10px}._reviewBox_1a3y7_270{margin-top:18px;padding:16px;border:1px solid rgba(45,111,168,.2);border-radius:8px;background:#eff7fd}._landing_1a3y7_278{display:grid;gap:18px;max-width:1180px;margin:0 auto}._overview_1a3y7_285{display:grid;min-height:0;gap:20px;padding:clamp(24px,4vw,46px)}._overview_1a3y7_285 header{display:grid;gap:9px;max-width:780px}._overview_1a3y7_285 h1,._method_1a3y7_299 h2{margin:0}._overview_1a3y7_285 h1{font-size:clamp(2.15rem,5vw,4rem);line-height:.98}._overview_1a3y7_285 header p,._method_1a3y7_299 p{margin:0;color:var(--muted)}._facts_1a3y7_314{display:flex;flex-wrap:wrap;gap:8px}._facts_1a3y7_314 span{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 10px;border:1px solid rgba(16,27,26,.1);border-radius:999px;color:#36544f;background:#ffffffb8;font-size:.8rem;font-weight:800}._facts_1a3y7_314 svg{color:var(--teal)}._startButton_1a3y7_338{width:fit-content;min-width:190px;min-height:54px;border-radius:14px}._savedNote_1a3y7_345{max-width:720px;margin:0;padding:14px 16px;border:1px solid rgba(5,122,121,.18);border-radius:14px;color:#36544f;background:#e5f8f2ad;font-weight:750}._emptyState_1a3y7_356{display:grid;gap:6px;margin-top:18px;padding:16px;border:1px solid rgba(16,27,26,.08);border-radius:8px;color:var(--muted);background:#fffdf794}._emptyState_1a3y7_356 strong{color:var(--ink)}._method_1a3y7_299{display:grid;gap:16px;padding:clamp(20px,3vw,32px);border:1px solid var(--line);border-radius:16px;background:#fffdf7d6;box-shadow:0 12px 30px #101b1a12}._methodGrid_1a3y7_381{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}._methodGrid_1a3y7_381 article{display:grid;gap:7px;min-width:0;padding:16px;border:1px solid rgba(16,27,26,.1);border-radius:14px;background:#f6f9f6db}._methodGrid_1a3y7_381 article>span{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;color:#fff;background:var(--teal);font-weight:900}._methodGrid_1a3y7_381 strong{font-size:1.04rem}@media(min-width:701px){._answerPane_1a3y7_124>[data-teaching-feedback-layout]{display:flex;flex:1;flex-direction:column;min-height:0}._answerPane_1a3y7_124 [data-teaching-feedback-actions]{margin-top:auto;padding-top:18px}}@media(min-width:901px)and (max-height:900px){._panel_1a3y7_8{min-height:calc(100svh - 100px);padding:22px}._topline_1a3y7_27{gap:10px;margin-bottom:12px}._status_1a3y7_35 h1{font-size:2rem}}@media(min-width:901px)and (max-height:760px){._panel_1a3y7_8{padding:14px}._topline_1a3y7_27{margin-bottom:8px}._status_1a3y7_35 h1{font-size:1.82rem}._eyebrow_1a3y7_54{margin-bottom:4px}._workspace_1a3y7_115{margin-top:10px}._questionPane_1a3y7_123,._answerPane_1a3y7_124{min-height:450px;padding:16px}._sideKeyboard_1a3y7_266{--keyboard-key-size: 44px}._questionMeta_1a3y7_156{margin-bottom:8px}._questionMeta_1a3y7_156 span{padding:5px 9px}._questionText_1a3y7_172{margin-bottom:10px;font-size:1.24rem}._answerActions_1a3y7_218{margin-top:10px}}@media(max-width:700px){._activePanel_1a3y7_22{padding:14px}._topline_1a3y7_27{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:12px}._status_1a3y7_35{gap:6px}._status_1a3y7_35 h1{font-size:1.55rem}._topActions_1a3y7_108{justify-content:flex-end}._topActions_1a3y7_108 button{min-height:44px;padding-inline:10px}._workspace_1a3y7_115{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:12px}._questionPane_1a3y7_123,._answerPane_1a3y7_124{min-height:0;padding:16px;border-radius:14px}._questionPane_1a3y7_123{min-height:290px}._answerPane_1a3y7_124{min-height:330px}._questionText_1a3y7_172{min-height:2.5em;font-size:1.28rem}._sideKeyboard_1a3y7_266{--keyboard-key-size: 48px}._answerPane_1a3y7_124 [data-teaching-feedback]{max-height:none;overflow:visible}._methodGrid_1a3y7_381{grid-template-columns:minmax(0,1fr)}._overview_1a3y7_285{padding:22px 18px}._startButton_1a3y7_338{width:100%}}@media(max-width:480px){._topline_1a3y7_27{grid-template-columns:minmax(0,1fr);align-items:start}._topActions_1a3y7_108{justify-content:flex-start}._facts_1a3y7_314{gap:6px}._facts_1a3y7_314 span{min-height:31px;padding:5px 8px;font-size:.72rem}}._root_12qhy_1{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start;padding:22px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(5,122,121,.1),transparent 38%),linear-gradient(225deg,rgba(244,184,62,.17),transparent 42%),linear-gradient(15deg,rgba(49,110,209,.06),transparent 42%),#fffdf6e6;box-shadow:var(--shadow)}._panel_12qhy_17{grid-column:1 / -1}._reviewPanel_12qhy_21{padding:22px;border:1px solid rgba(196,106,33,.28);border-radius:8px;background:linear-gradient(135deg,#fff7e2f0,#fffdf7eb);box-shadow:var(--shadow)}._heading_12qhy_29{display:grid;gap:4px;margin-bottom:24px}._heading_12qhy_29 h1{max-width:820px;margin:0;font-size:2.75rem;line-height:1.04}._heading_12qhy_29 h2{margin:0;font-size:1.75rem;line-height:1.12}._eyebrow_12qhy_48{display:inline-flex;margin-bottom:8px;color:var(--teal);font-size:.78rem;font-weight:800;text-transform:uppercase}._reviewList_12qhy_57,._list_12qhy_58{display:grid;gap:10px}._list_12qhy_58{gap:12px}._reviewList_12qhy_57 article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid rgba(196,106,33,.22);border-radius:8px;background:#fffdf7c7}._reviewList_12qhy_57 article>svg{color:#b35c18}._reviewList_12qhy_57 article>div{display:grid;gap:3px}._reviewList_12qhy_57 article span{color:var(--muted);font-size:.86rem}._reviewMore_12qhy_92{margin:2px 0 0;color:var(--muted);font-size:.86rem;font-weight:750}._routeSummary_12qhy_99{display:grid;gap:5px;margin-top:18px;padding:14px 16px;border:1px solid rgba(244,184,62,.42);border-radius:8px;background:#fff8e1c7}._routeSummary_12qhy_99 strong{color:var(--ink);font-size:1rem}._routeSummary_12qhy_99 span{color:var(--muted);line-height:1.35}._answerActions_12qhy_119,._queueActions_12qhy_120{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}._queueActions_12qhy_120{justify-content:flex-end;margin:-8px 0 4px}._card_12qhy_132{--mode-accent: var(--coral);--mode-soft: rgba(239, 90, 60, .13);position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 18px;overflow:hidden;border:1px solid color-mix(in srgb,var(--mode-accent),transparent 74%);border-radius:8px;background:linear-gradient(135deg,var(--mode-soft),rgba(255,253,247,.82) 44%,rgba(255,248,231,.88)),linear-gradient(225deg,rgba(244,184,62,.12),transparent 44%),#fffdf7db;box-shadow:inset 0 1px #ffffffe0,0 14px 30px #101b1a14}._card_12qhy_132:before{position:absolute;inset:0 0 auto;height:6px;content:"";background:linear-gradient(90deg,var(--mode-accent),color-mix(in srgb,var(--mode-accent),white 44%))}._card_12qhy_132>*{position:relative;z-index:1}._mixed_12qhy_166{--mode-accent: var(--teal);--mode-soft: rgba(5, 122, 121, .16)}._arithmetic_12qhy_171{--mode-accent: var(--gold);--mode-soft: rgba(244, 184, 62, .2)}._reasoning_12qhy_176{--mode-accent: var(--blue);--mode-soft: rgba(49, 110, 209, .16)}._gps_12qhy_181{--mode-accent: var(--coral);--mode-soft: rgba(239, 90, 60, .13)}._reading_12qhy_186{--mode-accent: #2d8268;--mode-soft: rgba(45, 130, 104, .16)}._money_12qhy_191{--mode-accent: #16865f;--mode-soft: rgba(22, 134, 95, .16)}._measures_12qhy_196{--mode-accent: #2f6f8f;--mode-soft: rgba(47, 111, 143, .14)}._shapes_12qhy_201{--mode-accent: #8b5bc7;--mode-soft: rgba(139, 91, 199, .15)}._time_12qhy_206{--mode-accent: #c46a21;--mode-soft: rgba(196, 106, 33, .16)}._temperature_12qhy_211{--mode-accent: #b8466a;--mode-soft: rgba(184, 70, 106, .14)}._subjectMark_12qhy_216{display:grid;place-items:center;width:44px;height:44px;border:1px solid color-mix(in srgb,var(--mode-accent),transparent 68%);border-radius:8px;color:var(--ink);background:linear-gradient(135deg,color-mix(in srgb,var(--mode-accent),white 70%),color-mix(in srgb,var(--mode-accent),white 88%));box-shadow:0 8px 18px color-mix(in srgb,var(--mode-accent),transparent 82%);font-size:.95rem;font-weight:950}._copy_12qhy_230{display:grid;gap:8px;min-width:0}._copy_12qhy_230>strong,._answerPanel_12qhy_237,._answerHidden_12qhy_238{overflow-wrap:anywhere}._copy_12qhy_230>strong{font-size:1.08rem;line-height:1.25}._tags_12qhy_247{display:flex;flex-wrap:wrap;gap:7px}._tags_12qhy_247 span{padding:5px 8px;border:1px solid color-mix(in srgb,var(--mode-accent),transparent 76%);border-radius:999px;color:color-mix(in srgb,var(--ink),var(--mode-accent) 22%);background:color-mix(in srgb,var(--mode-accent),white 91%);font-size:.78rem;font-weight:800}._answerHidden_12qhy_238,._answerPanel_12qhy_237{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;width:fit-content;max-width:100%;min-height:34px;padding:8px 10px;border-radius:8px}._answerHidden_12qhy_238{border:1px dashed color-mix(in srgb,var(--mode-accent),transparent 70%);color:var(--muted);background:#fffdf794;font-size:.86rem;font-weight:800}._answerPanel_12qhy_237{border:1px solid color-mix(in srgb,var(--mode-accent),transparent 70%);color:#24433b;background:color-mix(in srgb,var(--mode-accent),white 91%)}._answerPanel_12qhy_237 span{color:#49625d;font-size:.9rem}._answerPanel_12qhy_237 strong{color:var(--ink)}._cardActions_12qhy_299{display:grid;gap:8px;min-width:134px}._cardActions_12qhy_299 button{width:100%;min-height:42px}._emptyState_12qhy_310{display:grid;gap:6px;margin-top:18px;padding:16px;border:1px solid rgba(16,27,26,.08);border-radius:8px;color:var(--muted);background:#fffdf794}._emptyState_12qhy_310 strong{color:var(--ink)}@media(max-width:900px){._card_12qhy_132{grid-template-columns:44px minmax(0,1fr)}._queueActions_12qhy_120,._cardActions_12qhy_299{justify-content:stretch}._cardActions_12qhy_299{grid-column:1 / -1}._queueActions_12qhy_120 button,._cardActions_12qhy_299 button{width:100%}._reviewList_12qhy_57 article{grid-template-columns:auto minmax(0,1fr)}._reviewList_12qhy_57 article button{grid-column:1 / -1;width:100%}}@media(max-width:700px){._root_12qhy_1,._reviewPanel_12qhy_21{padding:16px}._heading_12qhy_29 h1{font-size:2.15rem}}
