:root { color-scheme: dark; font-family: system-ui, sans-serif; background: #0c110e; color: #f1f4ef; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; }
main { max-width: 660px; padding: 40px 24px 64px; }
img { display: block; object-fit: contain; margin-bottom: 32px; }
.eyebrow { color: #bafa3c; font-size: 12px; letter-spacing: .16em; font-weight: 650; }
h1 { font-size: clamp(30px, 5vw, 48px); line-height: 1.12; letter-spacing: -.035em; margin: 16px 0 24px; }
p { line-height: 1.7; color: #b9c2ba; }
.status { color: #edf3e8; border-top: 1px solid #303a31; padding-top: 24px; margin-top: 32px; }
.note { font-size: 14px; }
