:root{--bg:#0a0a0b;--fg:#ededf0;--muted:#8b8b93;--faint:#5c5c66;--hairline:#ededf01f;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,"Helvetica Neue",Arial,sans-serif;--mono:ui-monospace,"SF Mono","Cascadia Code","Segoe UI Mono",Menlo,Consolas,monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background:var(--bg);color:var(--fg);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.page{background:radial-gradient(80% 50% at 50% 38%,#ededf00d,#0000 65%);flex-direction:column;min-height:100dvh}.hero,.page{display:flex}.hero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 1.5rem}.math{font-family:var(--mono);letter-spacing:.04em;color:var(--faint);margin-bottom:1.75rem;font-size:.8125rem;animation:.9s ease-out both rise}.math sub,.math sup{font-size:.65em}.math .e{font-style:italic}.wordmark{letter-spacing:-.045em;font-size:clamp(4rem,14vw,8.5rem);font-weight:600;line-height:1;animation:.9s ease-out .12s both rise}.tagline{color:var(--muted);max-width:60ch;margin-top:1.5rem;font-size:clamp(.9375rem,2.2vw,1.0625rem);line-height:1.55;animation:.9s ease-out .24s both rise}.footer{border-top:1px solid var(--hairline);font-family:var(--mono);letter-spacing:.03em;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.75rem;font-size:.75rem;display:flex}.contact{color:var(--muted);text-decoration:none;transition:color .2s}.contact:focus-visible,.contact:hover{color:var(--fg)}.copyright{color:var(--faint)}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.math,.tagline,.wordmark{animation:none}}
