:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; background:#0b0d10; color:#f1f4f6; }
* { box-sizing:border-box; }
body { min-height:100vh; margin:0; padding:clamp(28px,6vw,80px); display:flex; flex-direction:column; justify-content:space-between; background:radial-gradient(circle at 75% 20%,#17333a 0,transparent 38%),#0b0d10; }
main { max-width:850px; margin:auto 0; }
.eyebrow { color:#68d7c5; font-size:.76rem; font-weight:700; letter-spacing:.22em; }
h1 { margin:.3em 0; font-size:clamp(3rem,9vw,7.5rem); line-height:.91; letter-spacing:-.055em; }
.lead { max-width:650px; color:#adb8bf; font-size:clamp(1.05rem,2vw,1.35rem); line-height:1.6; }
.status { display:inline-flex; gap:10px; align-items:center; margin-top:25px; padding:10px 14px; border:1px solid #293239; border-radius:999px; color:#cbd3d8; font-size:.88rem; }
.status span { width:8px; height:8px; border-radius:50%; background:#68d7c5; box-shadow:0 0 12px #68d7c5; }
footer { display:flex; gap:24px; color:#69757d; font-size:.8rem; }
a { color:#8be4d5; text-decoration:none; }
a:hover { text-decoration:underline; }
