:root{--bg:#0a0a0a;--fg:#e5e5e5;--muted:#888;--link:#7dd3fc;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);min-height:100vh;margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}main{flex-direction:column;max-width:640px;min-height:100vh;margin:0 auto;padding:4rem 2rem;display:flex}section{flex-direction:column;flex:1;justify-content:center;display:flex}h1{letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:600}section p:first-of-type{color:var(--fg);margin:0 0 .5rem;font-size:1.25rem}section p:last-of-type{color:var(--muted);margin:0}footer{color:var(--muted);margin-top:auto;padding-top:4rem;font-size:.875rem}footer a{color:var(--link);text-decoration:none}footer a:hover{text-decoration:underline}
