:root { color-scheme: dark; font-family: Arial, Helvetica, sans-serif; background: #101310; color: #eff2e9; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; place-items: center; padding: 36px 24px; background: radial-gradient(ellipse at 75% 20%, #25341c 0%, transparent 55%), #101310; }
main { width: min(100%, 850px); padding: clamp(24px, 6vw, 72px) 0; }
.eyebrow { color: #b7c1ac; letter-spacing: .25em; font-size: 12px; font-weight: bold; }
h1 { font-size: clamp(58px, 13vw, 132px); line-height: .89; letter-spacing: -.06em; margin: 36px 0; font-weight: 900; }
h1 span { color: #b6ef47; }
.tagline { font-size: clamp(18px, 3vw, 25px); line-height: 1.5; max-width: 560px; }
.status { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #46533b; border-radius: 999px; padding: 12px 17px; margin-top: 24px; font-size: 14px; }
.status span { width: 7px; height: 7px; background: #b6ef47; border-radius: 50%; }
.note { color: #aab3a1; font-size: 14px; line-height: 1.8; margin-top: 26px; }
