:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #061015; color: #effcff; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; display: grid; place-items: center; background: radial-gradient(circle at 80% 0, #113341 0, transparent 42%), #061015; }
main { width: min(760px, calc(100% - 40px)); padding: 64px 0; }
.eyebrow { margin: 0 0 16px; color: #2de2e6; font-size: .78rem; font-weight: 800; letter-spacing: .2em; }
h1 { margin: 0; max-width: 650px; font-size: clamp(2.6rem, 8vw, 5.5rem); line-height: .93; letter-spacing: -.055em; }
.lede { max-width: 650px; margin: 28px 0 46px; color: #aac2ca; font-size: 1.1rem; line-height: 1.65; }
section { padding: 24px; border: 1px solid #25444d; border-radius: 18px; background: #0a181ed9; box-shadow: 0 24px 80px #0008; }
h2 { margin: 0 0 14px; font-size: .85rem; color: #8ba5ad; letter-spacing: .09em; text-transform: uppercase; }
a { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; color: #effcff; text-decoration: none; border-top: 1px solid #1d353d; }
a:first-of-type { border-top: 0; }
a:hover span { color: #2de2e6; }
code { color: #7ea0aa; }
.note { color: #6f8d96; font-size: .86rem; }
@media (max-width: 540px) { a { align-items: flex-start; flex-direction: column; gap: 5px; } }

