:root { font-family: Estedad, Vazirmatn, "Segoe UI", Tahoma, sans-serif; color: #f6f2ec; background: #11100f; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; display: grid; place-items: center; background: radial-gradient(circle at 70% 20%, #3b2e1f 0, transparent 36rem), #11100f; }
main { width: min(720px, calc(100% - 32px)); padding: 64px 0; }
.brand { color: #d9af77; letter-spacing: .24em; font-size: .8rem; font-weight: 700; }
h1 { margin: 18px 0; font-size: clamp(3.2rem, 12vw, 7rem); line-height: 1; }
main > p:not(.brand) { color: #c7bfb4; font-size: 1.2rem; }
.notice { margin-top: 48px; padding: 18px 20px; border: 1px solid #4b3b29; border-radius: 18px; color: #d7cec1; line-height: 1.9; background: rgba(255,255,255,.03); }

