:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; color: #f7f7f4; background: #090909; }
main { width: min(720px, calc(100% - 40px)); padding: 64px 0; }
.mark { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 28px; color: #090909; background: #ff1694; border-radius: 12px; font-weight: 900; }
.eyebrow { color: #ff1694; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 10px 0 20px; max-width: 650px; font-size: clamp(38px, 8vw, 74px); line-height: .98; letter-spacing: -.055em; }
p { max-width: 600px; color: #bcbcbc; font-size: 18px; line-height: 1.65; }
.notice { margin-top: 34px; padding: 16px 18px; color: #e6e6e1; background: #171717; border-left: 3px solid #ff1694; font-size: 14px; }
a { color: #fff; }
