:root { color-scheme: dark; font-family: Inter, system-ui, sans-serif; background: #09090d; color: #f4f2f5; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; place-items: center; padding: 40px 24px; background: radial-gradient(ellipse at 80% 0%, #44102366, transparent 58%); }
main { width: min(100%, 660px); }
.brand { font-size: 20px; letter-spacing: .22em; font-weight: 700; margin-bottom: 72px; }
.brand span { color: #b8acb4; font-weight: 400; }
.status { font-size: 11px; letter-spacing: .18em; color: #ef90a8; }
h1 { font-size: clamp(36px, 7vw, 64px); letter-spacing: -.045em; line-height: 1.1; margin: 20px 0 24px; font-weight: 600; }
.description { font-size: 17px; color: #b9b5bf; line-height: 1.7; max-width: 510px; }
.details { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.details span { border: 1px solid #ffffff1c; border-radius: 24px; padding: 9px 14px; font-size: 12px; color: #d0cbd3; }
.button { display: inline-flex; gap: 28px; justify-content: space-between; align-items: center; padding: 17px 23px; border-radius: 14px; color: white; background: #a61d3b; text-decoration: none; font-weight: 600; }
.button:hover { background: #be2849; }
a:focus-visible { outline: 2px solid #f6b3c4; outline-offset: 5px; }
.support { margin-top: 28px; font-size: 13px; color: #a49da9; line-height: 1.8; }
.support a { color: #e2dbe4; text-underline-offset: 4px; }
@media (max-width: 420px) { .brand { margin-bottom: 48px; } .button { width: 100%; gap: 12px; font-size: 14px; } }
