/* Born to Rock — site chrome (matches the game's gold/purple identity) */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #120a1f; color: #f5e6c7; font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
.wrap { max-width: 760px; margin: 0 auto; padding: 48px 22px 80px; }
.brand { font-family: 'Avenir Next Condensed', 'Arial Narrow', Impact, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #ffd76b; text-decoration: none; font-size: 20px; text-shadow: 0 0 18px rgba(255,190,80,.35); }
h1 { font-family: 'Avenir Next Condensed', 'Arial Narrow', Impact, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; font-size: clamp(30px, 6vw, 44px); line-height: 1.02; color: #ffd76b; margin: 26px 0 6px; text-shadow: 0 0 30px rgba(255,190,80,.25); }
h2 { font-family: 'Avenir Next Condensed', 'Arial Narrow', Impact, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 21px; color: #f5e6c7; margin: 34px 0 8px; }
p, li { color: #cfc3e2; max-width: 68ch; }
ul { padding-left: 22px; margin: 8px 0; }
li { margin: 5px 0; }
a { color: #ffd76b; }
.meta { color: #9a8fb5; font-size: 13.5px; margin-bottom: 8px; }
.notice { border: 1px solid #a66e1f; background: #1e1230; border-radius: 10px; padding: 14px 16px; font-size: 14px; color: #e8d9b8; margin: 18px 0 8px; }
footer { margin-top: 60px; border-top: 1px solid #3a2752; padding-top: 18px; color: #9a8fb5; font-size: 13px; }
footer a { color: #9a8fb5; }
strong { color: #f5e6c7; }
