:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #0b1020; color: #eef2ff; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 20% 10%, #20365f 0, transparent 36%), #0b1020; }
main { width: min(760px, calc(100% - 40px)); padding: 64px 0; }
.eyebrow { color: #7dd3fc; letter-spacing: .18em; font-size: .78rem; font-weight: 700; }
h1 { margin: 14px 0 18px; max-width: 680px; font-size: clamp(2.4rem, 8vw, 5.5rem); line-height: .98; letter-spacing: -.045em; }
.lede { max-width: 620px; color: #bdc8df; font-size: 1.1rem; line-height: 1.7; }
nav { display: flex; gap: 22px; margin-top: 38px; }
a { color: #eef2ff; text-decoration-color: #4f6c9c; text-underline-offset: 5px; }
a:hover { color: #7dd3fc; }
