:root { color-scheme: dark; font-family: Inter, system-ui, sans-serif; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 20% 0, #70223d, transparent 38%), radial-gradient(circle at 90% 20%, #743912, transparent 35%), #08070a; color: white; }
main { width: min(760px, calc(100% - 48px)); padding: 48px; border: 1px solid #ffffff20; border-radius: 28px; background: #ffffff0b; box-shadow: 0 30px 100px #0009; }
span { color: #ff9677; font-weight: 800; letter-spacing: .14em; font-size: .72rem; }
h1 { font-size: clamp(2.5rem, 8vw, 5rem); line-height: .95; margin: 14px 0 24px; }
p { color: #c9bec6; font-size: 1.15rem; line-height: 1.65; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 34px; }
.chips b { padding: 8px 12px; border: 1px solid #ff765755; border-radius: 999px; color: #ffd7cb; background: #ff765712; font-size: .82rem; }
a { display: inline-block; color: white; text-decoration: none; font-weight: 800; padding: 13px 19px; border-radius: 13px; background: linear-gradient(90deg, #ff4e64, #ff8d4c); }
