:root{--bg:#0b0b0c;--fg:#e8e6e3;--muted:#8b8b8f;--accent:#7dd3fc;--rule:#1e1e21}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:16px;line-height:1.65}main{max-width:46rem;margin:0 auto;padding:6rem 1.5rem 8rem}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin:0 0 1.5rem;font-size:.7rem}h1{letter-spacing:-.02em;margin:0 0 2.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:500;line-height:1.05}h2{letter-spacing:.2em;text-transform:uppercase;color:var(--fg);margin:3rem 0 .75rem;font-size:.7rem;font-weight:500}p{color:var(--muted);margin:0 0 1.25rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}hr{border:0;border-top:1px solid var(--rule);margin:4rem 0}footer{max-width:46rem;color:var(--muted);flex-wrap:wrap;gap:1.5rem;margin:0 auto;padding:0 1.5rem 4rem;font-size:.8rem;display:flex}
