﻿:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: Consolas, 'Courier New', monospace;
  --ink: #050505;
  --panel: #0d0d0c;
  --line: rgba(255, 190, 61, .2);
  --gold: #ffbd38;
  --gold-2: #ffe49c;
  --green: #67f25d;
  --violet: #a66cff;
  --muted: #a8a39a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #f8f4e9; font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.nav { height: 82px; position: absolute; z-index: 20; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .12em; line-height: 1.05; }
.brand img { width: 45px; height: 45px; object-fit: cover; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; }
.brand strong { color: var(--gold); font-size: 15px; }
.nav-links { display: flex; gap: 34px; color: #cac4b8; font-size: 13px; }
.nav-links a:hover { color: #fff; }
.nav-cta { border: 1px solid rgba(255,190,61,.55); color: var(--gold-2); padding: 11px 17px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.hero { min-height: 860px; position: relative; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.hero-art { position: absolute; inset: 0; background: linear-gradient(90deg, #050505 5%, rgba(5,5,5,.94) 36%, rgba(5,5,5,.15) 69%, rgba(5,5,5,.34)), linear-gradient(0deg, #050505 0%, transparent 28%), url('assets/hero.webp') center/cover no-repeat; }
.hero-art:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 40%, transparent 0, rgba(0,0,0,.14) 30%, rgba(0,0,0,.5) 80%); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,190,61,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,190,61,.22) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 58%); }
.hero-content { position: relative; z-index: 2; padding-top: 96px; }
.eyebrow, .section-kicker { font-family: var(--font-geist-mono), monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.hero h1 { margin: 22px 0 20px; font-size: clamp(55px, 7.3vw, 104px); line-height: .91; letter-spacing: -.07em; max-width: 780px; text-transform: uppercase; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1px var(--gold); font-style: normal; text-shadow: 0 0 28px rgba(255,189,56,.16); }
.hero-copy { max-width: 565px; color: #c9c3b7; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-width: 205px; padding: 16px 18px; text-transform: uppercase; letter-spacing: .11em; font: 700 12px var(--font-geist-mono), monospace; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, #ffdc7d, #d88808); color: #130d03; box-shadow: 0 10px 32px rgba(216,136,8,.2); }
.button.ghost { border: 1px solid rgba(255,255,255,.25); color: #eee8dc; background: rgba(0,0,0,.3); backdrop-filter: blur(6px); }
.hero-facts { display: flex; gap: 0; margin-top: 62px; }
.hero-facts div { min-width: 150px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.hero-facts div:first-child { padding-left: 0; border: 0; }
.hero-facts b { color: var(--gold); font: 500 25px var(--font-geist-mono), monospace; }
.hero-facts span { color: #88847c; font-size: 11px; margin-top: 4px; }
.market-strip { position: absolute; z-index: 4; bottom: 0; height: 47px; width: 100%; background: rgba(5,5,5,.8); border-top: 1px solid var(--line); overflow: hidden; }
.ticker { width: max-content; height: 100%; display: flex; align-items: center; gap: 30px; animation: ticker 20s linear infinite; font: 11px var(--font-geist-mono), monospace; letter-spacing: .08em; }
.ticker b { color: var(--green); margin-left: 8px; }.ticker i { width: 3px; height: 3px; background: var(--gold); transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-35%); } }

.statement { padding: 150px 0 120px; text-align: center; }
.statement h2, .section-heading h2, .fantasy h2, .tournament h2, .early-access h2 { font-size: clamp(40px, 5vw, 70px); line-height: 1.04; letter-spacing: -.055em; margin: 18px 0; }
.statement h2 span, .early-access h2 span { color: var(--gold); }
.statement > p:last-child { color: var(--muted); max-width: 650px; margin: 28px auto 0; font-size: 17px; line-height: 1.7; }

.modes { padding-bottom: 140px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 0; }.section-heading > p { color: var(--muted); max-width: 360px; line-height: 1.6; }
.mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mode-card { position: relative; min-height: 410px; padding: 25px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); border: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.mode-card:after { content: ""; position: absolute; height: 2px; left: 0; right: 65%; bottom: 0; background: var(--accent); box-shadow: 0 0 20px var(--accent); transition: right .35s; }.mode-card:hover:after { right: 0; }
.mode-card.green { --accent: var(--green); }.mode-card.gold { --accent: var(--gold); }.mode-card.violet { --accent: var(--violet); }
.mode-top { display: flex; justify-content: space-between; align-items: center; font: 11px var(--font-geist-mono), monospace; color: #6c6963; }.mode-top small { color: var(--accent); text-transform: uppercase; letter-spacing: .09em; }
.mode-icon { width: 84px; height: 84px; border: 1px solid color-mix(in srgb, var(--accent), transparent 45%); margin: 55px 0 28px; border-radius: 50%; display: flex; align-items: end; justify-content: center; gap: 5px; padding-bottom: 24px; box-shadow: inset 0 0 22px color-mix(in srgb, var(--accent), transparent 88%); }
.mode-icon i { width: 7px; height: 18px; border: 1px solid var(--accent); }.mode-icon i:nth-child(2) { height: 31px; }.mode-icon i:nth-child(3) { height: 24px; }
.mode-card h3 { font-size: 31px; margin: 0 0 12px; }.mode-card > p { color: var(--muted); line-height: 1.65; font-size: 14px; }.mode-card a { position: absolute; left: 25px; right: 25px; bottom: 25px; display: flex; justify-content: space-between; color: var(--accent); text-transform: uppercase; letter-spacing: .1em; font: 11px var(--font-geist-mono), monospace; }
.game-frame { margin: 70px 0 0; position: relative; border: 1px solid rgba(255,190,61,.22); padding: 10px; background: #090807; box-shadow: 0 35px 100px rgba(0,0,0,.6); }.game-frame img { width: 100%; max-height: 620px; object-fit: cover; object-position: top; filter: saturate(.85) contrast(1.07); }.game-frame:before { content: ""; position: absolute; inset: 25% 15%; background: var(--gold); filter: blur(100px); opacity: .1; }.game-frame figcaption { position: absolute; bottom: 26px; left: 30px; right: 30px; display: flex; justify-content: space-between; font: 11px var(--font-geist-mono), monospace; letter-spacing: .1em; }.game-frame figcaption span { color: var(--green); }

.fantasy { position: relative; overflow: hidden; padding: 140px 0; background: #09070c; border-block: 1px solid rgba(166,108,255,.18); }.fantasy-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; left: 44%; top: -260px; background: rgba(139,65,255,.13); filter: blur(100px); }
.fantasy-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }.violet-text, .fantasy h2 span { color: var(--violet); }.large-copy { font-size: 18px; line-height: 1.7; color: #b2acb9; max-width: 480px; }.fantasy-types { margin-top: 35px; display: grid; gap: 12px; }.fantasy-types div { border-left: 2px solid var(--violet); padding: 10px 0 10px 18px; display: flex; flex-direction: column; }.fantasy-types span { color: #89828f; font-size: 13px; margin-top: 5px; }
.booster-panel { background: rgba(12,8,17,.88); border: 1px solid rgba(166,108,255,.28); padding: 22px; box-shadow: 0 30px 100px rgba(0,0,0,.55); }.panel-label, .loadout-footer { display: flex; justify-content: space-between; font: 10px var(--font-geist-mono), monospace; letter-spacing: .14em; color: #807889; }.panel-label span { color: var(--violet); }.booster-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }.booster { min-height: 105px; display: flex; align-items: center; gap: 16px; padding: 16px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.025); }.booster-symbol { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(166,108,255,.6); border-radius: 50%; color: #c19bff; font-size: 21px; }.booster div { display: flex; flex-direction: column; gap: 6px; }.booster b { font-size: 13px; }.booster small { color: #77707e; font-size: 11px; }.loadout-footer { align-items: center; }.loadout-footer i { flex: 1; height: 2px; background: linear-gradient(90deg, var(--violet) 72%, #29232e 72%); margin: 0 15px; }.loadout-footer b { color: var(--green); }
.fantasy-visual { margin-top: 100px; position: relative; height: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); }.fantasy-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.05); }.fantasy-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 50%, rgba(4,2,8,.92)); }.visual-card { z-index: 2; position: absolute; right: 6%; top: 50%; transform: translateY(-50%); width: 300px; padding: 25px; border: 1px solid rgba(255,82,82,.55); background: rgba(12,5,9,.86); display: flex; flex-direction: column; box-shadow: 0 0 60px rgba(255,36,76,.12); }.visual-card span { color: #ff5a6a; font: 10px var(--font-geist-mono), monospace; letter-spacing: .15em; }.visual-card b { font-size: 25px; margin: 16px 0 8px; }.visual-card small { color: #9d9094; }

.how { padding: 140px 0; }.steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.11); }.step { min-height: 235px; padding: 25px; position: relative; border-right: 1px solid rgba(255,255,255,.11); display: flex; flex-direction: column; }.step:last-child { border: 0; }.step > span { color: #5d5952; font: 11px var(--font-geist-mono), monospace; }.step i { margin: 38px 0 30px; height: 1px; width: 100%; background: linear-gradient(90deg, var(--gold), transparent); position: relative; }.step i:before { content: ""; position: absolute; left: 0; top: -4px; width: 8px; height: 8px; transform: rotate(45deg); background: var(--gold); box-shadow: 0 0 14px var(--gold); }.step b { font: 13px var(--font-geist-mono), monospace; letter-spacing: .12em; color: var(--gold-2); }.step p { color: var(--muted); font-size: 13px; line-height: 1.55; }

.tournament { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 670px; border: 1px solid rgba(255,190,61,.18); padding: 0; margin-bottom: 140px; background: #090807; }.tournament-art { position: relative; overflow: hidden; }.tournament-art:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #090807); }.tournament-art img { height: 100%; width: 100%; object-fit: cover; }.tournament-copy { padding: 70px 55px 45px 15px; position: relative; }.tournament-copy > p:not(.section-kicker) { color: var(--muted); line-height: 1.7; }.tournament-copy ol { list-style: none; padding: 0; margin: 35px 0 0; }.tournament-copy li { display: grid; grid-template-columns: 32px 1fr; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); }.tournament-copy li > span { grid-row: 1 / 3; color: var(--gold); font: 11px var(--font-geist-mono), monospace; }.tournament-copy li small { color: #6f6a62; margin-top: 3px; }

.early-access { padding: 130px 0; position: relative; overflow: hidden; text-align: center; background: radial-gradient(circle at center, rgba(255,159,22,.13), transparent 45%), #070605; border-top: 1px solid var(--line); }.early-access:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,190,61,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,190,61,.07) 1px, transparent 1px); background-size: 65px 65px; mask-image: radial-gradient(circle, black, transparent 65%); }.access-inner { position: relative; z-index: 1; }.access-inner > img { width: 135px; height: 112px; object-fit: cover; margin: 0 auto 15px; }.access-inner > p:not(.section-kicker) { color: var(--muted); }.access-inner .button { margin-top: 25px; }.access-inner > small { display: block; color: #5d5851; margin-top: 30px; font: 9px var(--font-geist-mono), monospace; letter-spacing: .12em; text-transform: uppercase; }
.footer { min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #68645d; font-size: 11px; }.footer .brand { color: #c9c2b6; }.footer p:last-child { text-align: right; }

@media (max-width: 900px) {
  .nav-links { display: none; }.hero { min-height: 780px; }.hero-art { background-position: 61% center; opacity: .72; }.hero-content { padding-top: 100px; }.mode-grid { grid-template-columns: 1fr; }.mode-card { min-height: 350px; }.mode-icon { margin-top: 35px; }.fantasy-layout, .tournament { grid-template-columns: 1fr; }.fantasy-layout { gap: 60px; }.tournament-art { min-height: 420px; }.tournament-art:after { background: linear-gradient(0deg, #090807, transparent 45%); }.tournament-copy { padding: 20px 35px 50px; }.steps { grid-template-columns: 1fr 1fr; }.step:nth-child(2) { border-right: 0; }.step:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.11); }.section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }.fantasy-visual { height: 440px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 26px, 1180px); }.nav { height: 70px; }.nav-cta { padding: 9px 10px; font-size: 10px; }.brand img { width: 38px; height: 38px; }.brand span { display: none; }.hero { min-height: 760px; align-items: end; padding-bottom: 78px; }.hero-art { background-position: 70% center; }.hero-art:before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #050505 10%, rgba(5,5,5,.4) 65%, #050505); }.hero h1 { font-size: 50px; }.hero-copy { font-size: 15px; }.hero-actions { flex-direction: column; align-items: stretch; }.button { width: 100%; }.hero-facts { margin-top: 35px; }.hero-facts div { min-width: 0; flex: 1; padding: 0 10px; }.hero-facts b { font-size: 19px; }.hero-facts span { font-size: 9px; }.statement, .how { padding: 100px 0; }.modes { padding-bottom: 100px; }.game-frame figcaption { position: static; padding: 14px 5px 3px; }.fantasy { padding: 100px 0; }.booster-grid { grid-template-columns: 1fr; }.fantasy-visual { margin-top: 70px; height: 480px; }.fantasy-visual img { object-position: 28% center; }.fantasy-visual:after { background: linear-gradient(0deg, rgba(4,2,8,.95), transparent 75%); }.visual-card { left: 18px; right: 18px; width: auto; top: auto; bottom: 18px; transform: none; }.steps { grid-template-columns: 1fr; }.step { min-height: 200px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }.tournament { margin-bottom: 100px; }.tournament-art { min-height: 320px; }.tournament-copy { padding: 12px 24px 40px; }.early-access { padding: 100px 0; }.footer { flex-direction: column; text-align: center; padding: 35px 0; }.footer p { margin: 0; }.footer p:last-child { text-align: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.ticker { animation: none; }.button { transition: none; } }

