:root{color-scheme:light;--paper: #f3e9d3;--paper-high: #fff9ec;--ink: #19231e;--muted: #586158;--moss: #335c4a;--persimmon: #b9432a;--night: #18263d;--moon: #f6c85f;--sage: #c9d5b5;--rose: #f0b4a5;--danger: #8f2e23;--line: rgba(25, 35, 30, .3);--shadow: 8px 8px 0 rgba(25, 35, 30, .13);--display: Georgia, Cambria, "Times New Roman", serif;--body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace}:root[data-theme=dark]{color-scheme:dark;--paper: #101923;--paper-high: #18263d;--ink: #f8efd9;--muted: #c9c3b4;--moss: #aac4b0;--persimmon: #ef7658;--night: #0b111b;--moon: #f6c85f;--sage: #375946;--rose: #753f39;--danger: #ff9e8c;--line: rgba(248, 239, 217, .32);--shadow: 8px 8px 0 rgba(0, 0, 0, .3)}*{box-sizing:border-box}html{background:var(--paper);scroll-behavior:smooth}body{min-width:320px;margin:0;color:var(--ink);background-color:var(--paper);background-image:radial-gradient(rgba(25,35,30,.05) .7px,transparent .7px);background-size:7px 7px;font-family:var(--body);font-size:16px;line-height:1.55;text-rendering:optimizeLegibility}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:4px}button:not(:disabled),a{cursor:pointer}:focus-visible{outline:3px solid var(--moon);outline-offset:3px;box-shadow:0 0 0 5px var(--ink)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);font-weight:500;line-height:1.02;letter-spacing:-.025em}h1{max-width:13ch;margin-bottom:24px;font-size:clamp(3rem,7vw,6.8rem)}h2{font-size:clamp(2rem,4vw,3.6rem)}h3{font-size:1.45rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:12px 16px;color:var(--paper-high);background:var(--night);transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header,.site-footer,.section-shell,.demo-bar{width:min(100% - 32px,1180px);margin-inline:auto}.site-header{display:flex;min-height:80px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;min-height:48px;align-items:center;gap:10px;font-family:var(--display);font-size:1.13rem;font-weight:700;text-decoration:none}.brand-mark{width:36px;height:36px;overflow:visible}.brand-mark circle{fill:var(--persimmon)}.brand-mark path{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round}.site-header nav,.site-footer nav{display:flex;align-items:center;gap:24px}.site-header nav a,.site-footer nav a{min-height:44px;display:inline-flex;align-items:center;font-size:.9rem;font-weight:700}.theme-toggle{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:transparent;font-size:1.4rem}.demo-bar{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:16px;padding:8px 16px;color:#fff9ec;background:#335c4a;border-radius:0 0 20px 4px}.demo-actions{display:flex;align-items:center;gap:8px}.demo-actions button,.demo-actions a{min-height:40px;padding:8px 12px;border:1px solid rgba(255,255,255,.55);color:#fff9ec;background:transparent;font-weight:700;text-decoration:none}.offline-note{position:sticky;z-index:10;top:0;width:100%;padding:10px 16px;color:#19231e;background:var(--moon);text-align:center;font-weight:800}.section-shell{padding-block:96px}.eyebrow,.section-number,.mini-label{margin-bottom:16px;font-size:.74rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.hero{display:grid;min-height:min(780px,calc(100vh - 80px));grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);align-items:center;gap:32px;padding-top:56px}.hero-copy{position:relative;z-index:1}.lede{max-width:47ch;margin-bottom:32px;color:var(--muted);font-size:clamp(1.08rem,2vw,1.3rem)}.hero-action{display:flex;align-items:center;gap:16px;margin-bottom:40px}.hero-action>span{max-width:22ch;color:var(--muted);font-size:.88rem}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:11px 20px;border:1px solid var(--ink);border-radius:3px 18px;font-weight:800;text-decoration:none;box-shadow:4px 4px #19231e2e;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.button:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px #19231e33}.button:active:not(:disabled){transform:translate(2px,2px);box-shadow:1px 1px #19231e2e}.button-primary{color:#fff9ec;background:#b9432a}.button-quiet{color:var(--ink);background:var(--paper-high)}.button-danger{color:#fff9ec;background:#8f2e23}.button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.plain-facts{display:grid;gap:8px;padding:0;margin:0;list-style:none}.plain-facts li{display:flex;align-items:center;gap:12px;font-weight:750}.plain-facts span{color:var(--persimmon);font-family:var(--mono);font-size:.72rem}.hero-scene{position:relative;width:calc(100% + max(0px,(100vw - 1180px) / 2));margin:0}.hero-scene picture,.hero-scene img{display:block;width:100%}.hero-scene picture{overflow:hidden;border:1px solid var(--ink);border-radius:80px 3px 3px;box-shadow:var(--shadow)}.hero-scene img{aspect-ratio:3 / 2;object-fit:cover}.hero-scene figcaption{max-width:48ch;margin:16px 0 0 24px;color:var(--muted);font-family:var(--display);font-size:.9rem;font-style:italic}.preview-section,.limits{display:grid;grid-template-columns:120px minmax(0,1fr) minmax(0,1.35fr);gap:32px;border-top:1px solid var(--line)}.section-number{padding-top:8px;color:var(--persimmon);font-family:var(--mono)}.preview-heading p{max-width:43ch;color:var(--muted)}.mini-desk{display:grid;grid-template-columns:1.4fr .7fr;overflow:hidden;color:#f8efd9;background:#18263d;border:1px solid var(--ink);border-radius:4px 44px 4px 4px;box-shadow:var(--shadow)}.mini-desk pre{min-height:300px;padding:32px;margin:0;overflow:auto;font:.9rem/2 var(--mono)}.mini-desk code span{display:inline-block;width:28px;color:#aeb7aa;user-select:none}.mini-ledger{padding:32px 24px;color:#19231e;background:#c9d5b5}.mini-ledger>p:not(.mini-label){display:flex;min-height:52px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(25,35,30,.3);font-family:var(--mono)}.mini-ledger .mini-path{justify-content:flex-start;gap:10px;border:0;font-family:var(--body);font-size:.8rem;font-weight:750}.route-dot{width:12px;height:12px;border:3px solid #335c4a;border-radius:50%}.how{display:grid;grid-template-columns:120px .8fr 1.2fr;gap:32px;border-top:1px solid var(--line)}.how .steps{padding:0;margin:0;list-style:none}.steps li{display:grid;grid-template-columns:92px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.steps li>span{color:var(--persimmon);font-family:var(--mono);font-size:.8rem;font-weight:800;text-transform:uppercase}.steps h3,.steps p{margin-bottom:4px}.steps p{color:var(--muted)}.text-link{grid-column:3;justify-self:start;min-height:44px;font-weight:850}.limits>div>p{max-width:48ch;color:var(--muted)}.privacy-note{display:flex;align-items:flex-start;gap:16px;align-self:start;padding:24px;background:#c9d5b5;border-left:5px solid var(--moss);border-radius:2px 28px 2px 2px}.privacy-note>span{color:var(--persimmon);font-size:1.8rem}.limits .privacy-note p{margin:0;color:#19231e}.practice-top{display:grid;grid-template-columns:1fr auto;gap:24px;padding-top:56px;padding-bottom:40px}.practice-top h1{margin-bottom:12px;font-size:clamp(2.8rem,6vw,5.2rem)}.practice-top p:not(.eyebrow){max-width:54ch;margin-bottom:0;color:var(--muted);font-size:1.1rem}.score-block{display:flex;min-width:150px;flex-direction:column;align-items:flex-end;justify-content:center;font-variant-numeric:tabular-nums}.score-block span{color:var(--muted);font-size:.85rem}.progress-track{grid-column:1 / -1;height:6px;overflow:hidden;background:color-mix(in srgb,var(--ink) 13%,transparent)}.progress-track span{display:block;width:20%;height:100%;background:var(--persimmon);transition:width .22s ease}.progress-2 span{width:40%}.progress-3 span{width:60%}.progress-4 span{width:80%}.progress-5 span{width:100%}.workbench{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:0;padding-top:0;padding-bottom:48px}.code-side,.prediction-side{min-width:0;padding:32px;border:1px solid var(--ink)}.code-side{color:#f8efd9;background:#18263d;border-radius:3px 0 0 40px}.prediction-side{color:var(--ink);background:var(--paper-high);border-left:0;border-radius:0 40px 3px 0}.panel-title{display:flex;min-height:68px;align-items:start;justify-content:space-between;gap:16px;margin-bottom:24px}.panel-title h2{margin:0;font-size:1.8rem}.panel-title .eyebrow{margin-bottom:7px}.small-button{min-height:44px;padding:8px 12px;border:1px solid #87918a;color:#f8efd9;background:transparent;text-decoration:underline;text-underline-offset:3px}.code-editor{width:100%;min-height:330px;padding:24px;resize:vertical;border:1px solid #7d897f;border-radius:2px 24px 2px 2px;color:#fff9ec;background:#0f192a;caret-color:var(--moon);font:1rem/1.85 var(--mono);tab-size:4}.field-note,.error-note,.form-error,.hint-note{margin:12px 0 0;font-size:.86rem}.field-note{color:#cbd2ca}.error-note{padding:12px;color:#19231e;background:#f0b4a5;border-left:4px solid #8f2e23}.lock-note{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.78rem;font-weight:750}.prediction-side fieldset{padding:0;margin:0 0 28px;border:0}.prediction-side legend{width:100%;padding-bottom:10px;margin-bottom:8px;border-bottom:1px solid var(--line);font-family:var(--display);font-size:1.15rem;font-weight:700}.variable-ledger label{display:grid;grid-template-columns:1fr 110px;align-items:center;gap:16px;min-height:60px;border-bottom:1px dashed var(--line);font-family:var(--mono)}.variable-ledger input{width:100%;min-height:44px;padding:7px 10px;border:1px solid var(--ink);border-radius:10px 2px;color:var(--ink);background:var(--paper);text-align:center;font-family:var(--mono);font-size:1rem;font-weight:800}.path-picker{display:grid;gap:8px}.path-picker label{position:relative}.path-picker input{position:absolute;inset:0;opacity:0}.path-picker label>span{display:flex;min-height:48px;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--line);border-radius:2px 16px 2px 2px;font-weight:750}.path-picker i{width:16px;height:16px;flex:0 0 auto;border:2px solid var(--moss);border-radius:50%}.path-picker input:checked+span{color:#19231e;background:var(--moon);border-color:#19231e}.path-picker input:checked+span i{border:5px solid #19231e}.path-picker input:focus-visible+span{outline:3px solid var(--moon);outline-offset:3px;box-shadow:0 0 0 5px var(--ink)}.prediction-actions,.result-actions{display:flex;flex-wrap:wrap;gap:12px}.form-error{min-height:1.4em;color:var(--danger);font-weight:750}.hint-note{display:flex;gap:10px;padding:14px;color:#19231e;background:var(--moon);border-radius:2px 18px 2px 2px}.reveal{width:min(calc(100% - 32px),1080px);padding:48px;margin:0 auto 96px;border:1px solid var(--ink);border-radius:50px 3px 3px;box-shadow:var(--shadow)}.reveal.is-correct{background:#c9d5b5}.reveal.needs-review{background:#f0b4a5}.result-heading{display:grid;grid-template-columns:64px 1fr;gap:20px;color:#19231e}.result-heading h2{max-width:24ch;font-size:clamp(1.65rem,4vw,2.7rem)}.result-symbol{display:grid;width:56px;height:56px;place-items:center;border:2px solid #19231e;border-radius:50%;font-size:1.8rem}.answer-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:24px 0;border:1px solid #19231e;background:#19231e}.answer-strip p{display:flex;min-width:0;flex-direction:column;padding:14px;margin:0;color:#19231e;background:#fff9ec}.answer-strip span{overflow:hidden;font:.7rem var(--mono);text-overflow:ellipsis}.answer-strip strong{overflow-wrap:anywhere}.trace-details{margin:24px 0;color:#19231e}.trace-details summary{min-height:44px;padding:9px 0;font-weight:850;cursor:pointer}.trace-list{position:relative;display:grid;gap:16px;padding:16px 0 16px 18px;margin:0;list-style:none}.trace-list:before{position:absolute;top:24px;bottom:24px;left:37px;width:2px;content:"";background:#19231e59}.trace-list li{position:relative;display:grid;grid-template-columns:40px 1fr;gap:16px;align-items:center}.line-moon{z-index:1;display:grid;width:40px;height:40px;place-items:center;border:1px solid #19231e;border-radius:50%;background:#f6c85f;font:.78rem var(--mono)}.trace-list small{display:block;margin-top:2px;font-family:var(--mono)}.completion,.not-found{min-height:70vh;text-align:center}.completion h1,.not-found h1{margin-inline:auto}.completion>p,.not-found>p{max-width:50ch;margin-inline:auto}.completion-orbit,.lost-moon{display:grid;width:160px;height:160px;place-items:center;margin:24px auto;color:#19231e;background:var(--moon);border:1px solid var(--ink);border-radius:50%;box-shadow:18px 8px 0 var(--night);font:700 2.5rem var(--display)}.completion .result-actions,.not-found .result-actions{justify-content:center}.policy{max-width:850px;min-height:70vh}.policy h1{max-width:14ch;font-size:clamp(3rem,7vw,5.5rem)}.policy-lede{max-width:54ch;margin-bottom:56px;color:var(--muted);font-size:1.25rem}.policy h2{margin-top:40px;margin-bottom:12px;font-size:1.8rem}.policy p:not(.eyebrow){max-width:68ch}.clear-status{margin-top:16px;font-weight:750}.not-found{padding-top:72px}.lost-moon{width:120px;height:120px;margin-bottom:40px;font-size:1.8rem}.site-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;padding-block:40px;border-top:1px solid var(--line);font-size:.83rem}.site-footer p{margin:0}.site-footer p:last-child{color:var(--muted);text-align:right}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-scene{width:100%}.preview-section,.how,.limits{grid-template-columns:88px 1fr}.mini-desk,.steps,.privacy-note,.text-link{grid-column:2}.workbench{grid-template-columns:1fr}.code-side{border-radius:3px 40px 0 0}.prediction-side{border-top:0;border-left:1px solid var(--ink);border-radius:0 0 3px 40px}}@media(max-width:640px){body{font-size:16px}.site-header,.site-footer,.section-shell,.demo-bar{width:min(100% - 24px,1180px)}.site-header{min-height:68px}.brand span{max-width:92px;font-size:.92rem;line-height:1.05}.brand-mark{width:30px;height:30px}.site-header nav{gap:8px}.site-header nav a{padding-inline:4px;font-size:.78rem}.site-header nav a:nth-child(1){display:none}.theme-toggle{width:44px}.demo-bar{align-items:flex-start;flex-direction:column;padding:12px;font-size:.83rem}.demo-actions{width:100%}.demo-actions>*{flex:1;text-align:center}.section-shell{padding-block:64px}h1{font-size:clamp(2.85rem,15vw,4.1rem)}.hero{min-height:auto;gap:48px;padding-top:48px}.hero-action{align-items:flex-start;flex-direction:column}.hero-scene picture{border-radius:44px 2px 2px}.hero-scene figcaption{margin-left:0}.preview-section,.how,.limits{display:block}.section-number{margin-bottom:32px}.preview-heading,.how>h2,.limits>div{margin-bottom:32px}.mini-desk{grid-template-columns:1fr}.mini-desk pre{min-height:0;padding:24px 16px;font-size:.79rem}.mini-ledger{padding:24px}.steps li{grid-template-columns:72px 1fr;gap:12px}.practice-top{grid-template-columns:1fr;padding-top:40px;padding-bottom:32px}.practice-top h1{font-size:3.2rem}.score-block{align-items:flex-start}.code-side,.prediction-side{padding:24px 16px}.panel-title{min-height:0;flex-direction:column}.code-editor{min-height:300px;padding:16px 12px;font-size:.88rem}.prediction-actions,.result-actions{align-items:stretch;flex-direction:column}.prediction-actions .button,.result-actions .button{width:100%}.reveal{width:calc(100% - 24px);padding:32px 16px;border-radius:36px 2px 2px}.result-heading{grid-template-columns:48px 1fr;gap:12px}.result-symbol{width:44px;height:44px}.answer-strip{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr}.site-footer nav{justify-self:start}.site-footer p:last-child{text-align:left}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--paper: #101923;--paper-high: #18263d;--ink: #f8efd9;--muted: #c9c3b4;--moss: #aac4b0;--persimmon: #ef7658;--night: #0b111b;--sage: #375946;--rose: #753f39;--danger: #ff9e8c;--line: rgba(248, 239, 217, .32);--shadow: 8px 8px 0 rgba(0, 0, 0, .3)}}
