:root { color-scheme: dark; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; background: #0b0e14; color: #e6e9f2; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; background: radial-gradient(ellipse at 85% 30%, #12332d 0, transparent 55%); }
header, main, footer { width: min(1080px, 100%); margin-inline: auto; padding-inline: 28px; }
header { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 28px; }
header a { color: inherit; font-weight: 750; font-size: 24px; text-decoration: none; }
header a span, h1 span { color: #6ee7b7; }
.status { color: #b8c4cf; border: 1px solid #33463f; border-radius: 99px; padding: 7px 12px; font-size: 12px; }
main { flex: 1; padding-block: clamp(64px, 13vh, 160px); }
.eyebrow { color: #6ee7b7; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 650; }
h1 { font-size: clamp(44px, 8vw, 88px); line-height: 1.07; letter-spacing: -.055em; margin: 24px 0; }
.intro { max-width: 570px; font-size: clamp(18px, 2.5vw, 22px); line-height: 1.65; color: #bec8d4; }
.notice { display: inline-flex; gap: 10px; align-items: center; padding: 13px 18px; border: 1px solid #395e4e; border-radius: 10px; margin-top: 22px; color: #a9f3d3; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: #6ee7b7; }
.detail { max-width: 460px; font-size: 14px; line-height: 1.65; color: #a2afbf; margin-top: 20px; }
.social-link { display: inline-block; color: #6ee7b7; padding-block: 12px; font-weight: 650; text-underline-offset: 5px; }
.social-link:hover { color: #c2ffe5; }
a:focus-visible { outline: 2px solid #6ee7b7; outline-offset: 5px; border-radius: 3px; }
footer { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-block: 24px; font-size: 13px; color: #a2afbf; border-top: 1px solid #24362f; }
@media (max-width: 400px) { header, main, footer { padding-inline: 20px; } .status { font-size: 11px; } }
