:root { color-scheme: dark; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif; color: #e8eee4; background: #101810; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; background: radial-gradient(ellipse at 90% 20%, #33432955, transparent 60%); }
main { max-width: 1100px; margin: 0 auto; padding: 52px 64px 36px; min-height: 100svh; display: flex; flex-direction: column; }
header { display: flex; align-items: center; gap: 13px; font-size: 22px; letter-spacing: -.7px; }
.mark { font-size: 42px; color: #c6f278; line-height: 1; }
.status { display: flex; align-items: center; gap: 9px; margin-top: clamp(80px, 14vh, 160px); color: #bac5b4; font-size: 11px; letter-spacing: 2px; }
.status span { width: 6px; height: 6px; border-radius: 50%; background: #c6f278; box-shadow: 0 0 14px #c6f26666; }
h1 { margin: 26px 0 16px; font-size: clamp(64px, 9vw, 110px); line-height: .97; letter-spacing: -.065em; font-weight: 500; }
.intro { color: #b2bdab; font-size: 20px; line-height: 1.6; }
.note { margin: 30px 0 80px; padding-left: 18px; border-left: 2px solid #c6f278; color: #cad3c3; max-width: 540px; font-size: 14px; line-height: 1.65; }
footer { margin-top: auto; border-top: 1px solid #34412e; padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; color: #a4b099; font-size: 12px; }
code { font-size: 11px; }
@media (max-width: 600px) { main { padding: 32px 26px; } .status { margin-top: 95px; } footer { flex-direction: column; } }
