:root {
  --bg: #07090c;
  --panel: #0d1117;
  --panel-2: #121821;
  --line: #25303d;
  --text: #f5f7fa;
  --muted: #9ba7b6;
  --orange: #ff7a00;
  --yellow: #ffe500;
  --red: #e20d18;
  --green: #4ee58a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 70% 0%, rgba(255,122,0,.08), transparent 28rem), var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { min-height: 76px; padding: 0 6vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #1b222b; position: sticky; top: 0; z-index: 20; background: rgba(7,9,12,.92); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(145deg,#171a1f,#090a0c); border: 1px solid #323843; box-shadow: inset 0 0 15px rgba(226,13,24,.15), 0 8px 24px rgba(0,0,0,.4); color: var(--red); font-size: 31px; font-weight: 1000; font-style: italic; }
.brand-copy { display: grid; letter-spacing: .18em; line-height: 1; }
.brand-copy strong { font-size: 17px; }
.brand-copy small { margin-top: 6px; color: var(--orange); font-size: 9px; }
nav { display: flex; gap: 28px; color: #c4ccd6; font-weight: 700; font-size: 14px; }
nav a:hover { color: var(--yellow); }
main { min-height: 100vh; }
.hero { min-height: 610px; padding: 130px 7vw 90px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(90deg, rgba(7,9,12,.98), rgba(7,9,12,.74)), radial-gradient(circle at 75% 48%, rgba(226,13,24,.13), transparent 24rem); border-bottom: 1px solid #171d25; }
.eyebrow, .dialog-eyebrow { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .19em; }
h1 { max-width: 870px; margin: 16px 0 22px; font-size: clamp(46px, 6vw, 84px); line-height: .98; letter-spacing: -.045em; }
h1 span { color: var(--yellow); }
.hero p { max-width: 720px; color: #bbc3ce; font-size: 19px; line-height: 1.65; }
.primary-button { margin-top: 20px; display: inline-flex; width: fit-content; padding: 15px 23px; border-radius: 9px; background: linear-gradient(135deg,var(--orange),#b74300); color: white; font-weight: 900; box-shadow: 0 12px 36px rgba(255,122,0,.18); }
.section { padding: 90px 7vw; }
.store-section { max-width: 1500px; margin: 0 auto; }
.section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
h2 { margin: 8px 0 0; font-size: clamp(32px,4vw,52px); letter-spacing: -.035em; }
.beta-pill { border: 1px solid #654d00; color: var(--yellow); background: rgba(255,229,0,.06); border-radius: 999px; padding: 9px 14px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.section-intro { max-width: 900px; color: var(--muted); line-height: 1.7; font-size: 17px; }
.streamer-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.streamer-card, .loading-card { background: linear-gradient(160deg,rgba(18,24,33,.95),rgba(10,13,18,.98)); border: 1px solid var(--line); border-radius: 16px; padding: 26px; min-height: 210px; }
.streamer-card { display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.streamer-card::after { content:""; position:absolute; right:-60px; top:-60px; width:180px; height:180px; border-radius:50%; background: radial-gradient(circle,rgba(255,122,0,.18),transparent 68%); pointer-events:none; }
.streamer-card[data-accent="pink"]::after { background: radial-gradient(circle,rgba(255,80,180,.16),transparent 68%); }
.streamer-meta { color: var(--muted); font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.streamer-name { margin: 8px 0 10px; font-size: 29px; font-weight: 900; }
.streamer-status { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #6c7582; }
.status-dot.ready { background: var(--green); box-shadow: 0 0 12px rgba(78,229,138,.55); }
.streamer-action { margin-top: 26px; border: 1px solid #74400e; background: #1a120b; color: #fff; border-radius: 9px; padding: 13px 17px; width: fit-content; font-weight: 900; cursor: pointer; }
.streamer-action:hover { border-color: var(--orange); color: var(--yellow); }
.steps-section { border-top: 1px solid #171d25; background: #090c11; }
.steps-section > * { max-width: 1300px; margin-left: auto; margin-right: auto; }
.steps-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.steps-grid article { border: 1px solid var(--line); background: var(--panel); padding: 25px; border-radius: 14px; }
.steps-grid article > span { width: 34px; height: 34px; display:grid; place-items:center; border:1px solid #827500; border-radius:50%; color:var(--yellow); font-weight:900; }
.steps-grid h3 { font-size: 20px; margin: 18px 0 10px; }
.steps-grid p { color: var(--muted); line-height: 1.6; margin:0; }
.notice { margin-top: 24px; padding: 17px 19px; border-left: 3px solid var(--yellow); background: #15191f; color: #c7ced7; border-radius: 8px; }
footer { padding: 38px 7vw; border-top: 1px solid #171d25; color: var(--muted); display:flex; justify-content:space-between; align-items:center; gap:20px; }
.footer-brand { opacity:.8; }
.store-dialog { width: min(620px, calc(100vw - 28px)); border: 1px solid #384554; background: #0d1117; color: white; border-radius: 18px; padding: 30px; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.store-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(4px); }
.dialog-close { position:absolute; right:16px; top:12px; border:0; background:transparent; color:#9fa9b5; font-size:32px; cursor:pointer; }
.dialog-status { color: var(--muted); line-height:1.6; }
.packs { display:grid; gap:10px; margin-top:22px; }
.packs button { text-align:left; border:1px solid var(--line); border-radius:10px; background:#111720; color:white; padding:15px 16px; cursor:pointer; display:flex; justify-content:space-between; gap:20px; }
.packs button:hover { border-color:#685300; }
.packs span { color:var(--muted); }
.fine-print { color:#798390; font-size:12px; margin-top:18px; }
@media (max-width: 820px) {
  nav { display:none; }
  .hero { min-height: 520px; padding-top: 100px; }
  .streamer-grid, .steps-grid { grid-template-columns: 1fr; }
  .section-heading { align-items:start; flex-direction:column; }
  footer { align-items:flex-start; flex-direction:column; }
}
