:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#151515;--foreground:#f7f7f5;--muted:#b8b8b5;--border:#424242;--brand:#ff4800}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.page-shell{flex-direction:column;width:min(100% - 2rem,48rem);min-height:100dvh;margin:0 auto;padding:clamp(1.5rem,5vh,3.5rem) 0 1.5rem;display:flex}.intro{border-bottom:1px solid var(--border);padding-bottom:1.75rem}.eyebrow,.section-heading span{color:var(--brand);letter-spacing:.16em;text-transform:uppercase;margin:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.75rem}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.055em;margin-bottom:0;font-size:clamp(2.5rem,8vw,4.5rem);line-height:.95}.lede{max-width:38rem;color:var(--muted);margin:1rem 0 0;font-size:1rem;line-height:1.6}.updates{padding:1.5rem 0 0}.section-heading{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}h2{margin-bottom:0;font-size:1.125rem}ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}li{min-width:0;padding:.75rem 0}li .eyebrow{margin-bottom:.5rem}h3{margin-bottom:.25rem;font-size:1rem}li>p:last-child{color:var(--muted);margin-bottom:0;font-size:.875rem;line-height:1.5}li a{color:var(--brand);text-underline-offset:.2em}li a:hover{color:var(--foreground)}li a:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.dev-note{color:var(--muted);margin:1rem 0 0;font-size:.875rem;line-height:1.5}.actions{flex-wrap:wrap;gap:.75rem;padding-top:1.5rem;display:flex}.button{border:1px solid #0000;border-radius:.375rem;justify-content:center;align-items:center;min-height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;line-height:1;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.button:active{transform:translateY(1px)}.button:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.button-primary{border-color:var(--brand);background:var(--brand);color:#fff}.button-primary:hover{background:#e64000;border-color:#e64000}.button-secondary{border-color:var(--border);color:var(--foreground);background:#222}.button-secondary:hover{color:var(--brand);background:#2a2a2a;border-color:#777}@media (min-width:40rem){.page-shell{width:min(100% - 4rem,48rem)}ol{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.button{transition:none}}
