:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: #080b10; color: #eef4f8; }
main { width: min(760px, calc(100vw - 32px)); padding: 44px 0; }
.kicker { color: #9ac7ff; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 12px 0 16px; font-size: clamp(34px, 6vw, 64px); line-height: 1; letter-spacing: 0; }
p { margin: 0 0 16px; color: #b7c3ce; font-size: 18px; line-height: 1.55; }
code { color: #d7f7a8; }
.panel { margin-top: 28px; border-top: 1px solid #243041; padding-top: 18px; color: #8fa0b2; font-size: 14px; }
