*{box-sizing:border-box}
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f5f5f5;background:#080808}
body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% -10%,rgba(255,255,255,.09),transparent 34rem),#080808}
main{width:min(920px,calc(100% - 40px));min-height:100vh;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;padding:96px 0 36px}
section{max-width:720px}
.brand{font-size:12px;font-weight:800;letter-spacing:.22em;color:#8b8b8b}
h1{margin:18px 0 28px;font-size:clamp(54px,9vw,96px);line-height:.92;letter-spacing:-.065em}
p{max-width:650px;margin:0 0 12px;color:#9d9d9d;font-size:18px;line-height:1.65}
.status{display:inline-flex;align-items:center;gap:9px;margin-top:28px;padding:9px 12px;border:1px solid #272727;border-radius:999px;color:#bdbdbd;background:#0d0d0d;font-size:12px}
.status span{width:7px;height:7px;border-radius:50%;background:#f5f5f5;box-shadow:0 0 18px rgba(255,255,255,.65)}
footer{padding-top:64px;color:#555;font-size:12px;letter-spacing:.02em}
@media(max-width:620px){main{width:min(100% - 28px,920px);padding-top:58px}p{font-size:16px}}
