:root {
  color-scheme: dark;
  --bg: #101010; --panel: #1c1c1c; --ink: #f7f7f7; --muted: #b8b8b8; --line: #353535;
  --orange: #ff5a00; --orange-2: #ff9a00; --cyan: #45e2d3; --gold: #d9ad47; --radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--ink); line-height: 1.65; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: .7rem 1rem; background: white; color: black; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem; min-height: 76px; padding: .8rem clamp(1rem, 4vw, 4rem); background: rgba(31,31,31,.96); border-bottom: 1px solid #2d2d2d; box-shadow: 0 8px 24px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
.brand { display: inline-block; font-size: clamp(1.25rem,2.4vw,2rem); font-weight: 950; letter-spacing: .08em; line-height: 1; text-decoration: none; background: linear-gradient(90deg,#ffb000 0%,#ff4b22 52%,#ff2556 100%); color: transparent; background-clip: text; -webkit-background-clip: text; }
.desktop-nav { display: flex; justify-content: center; gap: .55rem; }
.desktop-nav a, .mobile-nav a { padding: .65rem .85rem; border-radius: 9px; background: #080808; color: #fff; font-weight: 750; text-decoration: none; }
.desktop-nav a:hover, .mobile-nav a:hover { background: #303030; }
.header-cta, .hero-cta, .section-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.2rem; border: 1px solid #ff7b22; border-radius: 10px; background: linear-gradient(135deg,var(--orange-2),var(--orange)); color: #0e0e0e; font-weight: 900; text-decoration: none; box-shadow: 0 10px 30px rgba(255,90,0,.28); }
.header-cta:hover, .hero-cta:hover, .section-cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
.mobile-nav { display: none; }
main { min-height: 70vh; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.95fr); width: min(1520px,calc(100% - 2rem)); min-height: clamp(520px,66vw,680px); max-height: 720px; margin: 1rem auto 0; overflow: hidden; border: 1px solid #2b2b2b; border-radius: var(--radius); background: #171717; box-shadow: 0 18px 55px rgba(0,0,0,.38); }
.hero-copy { position: relative; z-index: 2; grid-column: 1; align-self: center; max-width: 720px; padding: clamp(2rem,6vw,6rem); padding-right: 1rem; }
.hero-copy::before { content: ""; position: absolute; inset: -20% -35% -20% -10%; z-index: -1; background: radial-gradient(circle at 20% 45%,rgba(255,94,0,.18),transparent 48%); }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(12,12,12,.98) 0%,rgba(12,12,12,.86) 36%,rgba(12,12,12,.18) 68%,rgba(12,12,12,.05)); }
.eyebrow { margin: 0 0 .75rem; color: var(--orange-2); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.35rem,5.7vw,5.7rem); line-height: .96; letter-spacing: -.045em; }
.hero-phrase { display: block; margin-top: .25em; color: var(--ink); text-shadow: 0 0 28px rgba(255,90,0,.25); }
.hero-lead { max-width: 640px; margin: 1.35rem 0; color: #ededed; font-size: clamp(1rem,1.4vw,1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.text-link { color: #fff; font-weight: 800; text-underline-offset: 4px; }
.hero-facts { display: flex; gap: .65rem; flex-wrap: wrap; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.hero-facts li { padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(0,0,0,.45); color: #ddd; font-size: .86rem; }
.strip { width: min(1520px,calc(100% - 2rem)); margin: 1.2rem auto; }
.strip-head, .section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.strip h2, .section h2 { margin: 0; font-size: clamp(1.75rem,3vw,3rem); line-height: 1.08; }
.strip-link { color: #fff; font-weight: 800; text-decoration: none; }
.card-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px,1fr); gap: 1rem; overflow-x: auto; padding: .15rem 0 1rem; scroll-snap-type: x mandatory; scrollbar-color: var(--orange) #242424; }
.game-card { position: relative; min-height: 280px; overflow: hidden; border: 1px solid #333; border-radius: 14px; background: var(--panel); scroll-snap-align: start; }
.game-card img { width: 100%; height: 155px; object-fit: cover; }
.game-card:nth-child(2n) img { object-position: 70% center; }
.game-card-body { padding: 1rem; }
.game-card h3 { margin: 0 0 .35rem; font-size: 1.12rem; }
.game-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.tag { display: inline-flex; margin-bottom: .65rem; padding: .25rem .5rem; border-radius: 6px; background: var(--cyan); color: #0e2825; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.section { width: min(1220px,calc(100% - 2rem)); margin: clamp(3.5rem,7vw,7rem) auto; }
.section-intro { max-width: 790px; color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.feature-card, .fact-card, .faq-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg,#242424,#171717); }
.feature-card img, .fact-card img { width: 100%; height: 180px; object-fit: cover; }
.feature-card .card-copy, .fact-card .card-copy { padding: 1.25rem; }
.feature-card h3, .fact-card h3 { margin: 0 0 .55rem; font-size: 1.25rem; }
.feature-card p, .fact-card p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(1.25rem,4vw,4rem); align-items: center; }
.split-media { overflow: hidden; min-height: 430px; border-radius: var(--radius); border: 1px solid #343434; }
.split-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.split-copy h2 { margin-top: 0; }
.steps { display: grid; gap: .75rem; margin: 1.5rem 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; padding: 1rem 1rem 1rem 4rem; border: 1px solid var(--line); border-radius: 12px; background: #191919; }
.steps li::before { counter-increment: steps; content: counter(steps); position: absolute; left: 1rem; top: .85rem; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--orange); color: #111; font-weight: 950; }
.facts-band { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border: 1px solid #473a22; border-radius: var(--radius); background: #171512; }
.facts-band img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.facts-band-copy { padding: clamp(1.5rem,4vw,4rem); }
.facts-band-copy h2 { margin-top: 0; }
.fact-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; margin: 1.2rem 0; }
.fact-list div { padding: 1rem; border-radius: 12px; background: rgba(255,255,255,.055); }
.fact-list strong { display: block; color: var(--gold); font-size: 1.25rem; }
.article-shell { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: clamp(2rem,5vw,5rem); align-items: start; }
.article { min-width: 0; }
.article h2 { margin: 3.1rem 0 1rem; scroll-margin-top: 105px; }
.article h3 { margin: 2rem 0 .65rem; font-size: 1.35rem; }
.article p, .article li { color: #d3d3d3; }
.article a { color: #ffad64; }
.toc { position: sticky; top: 100px; padding: 1.1rem; border: 1px solid var(--line); border-radius: 14px; background: #181818; }
.toc strong { display: block; margin-bottom: .7rem; }
.toc a { display: block; padding: .35rem 0; color: #d8d8d8; text-decoration: none; }
.toc a:hover { color: var(--orange-2); }
.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
table { width: 100%; min-width: 680px; border-collapse: collapse; background: #181818; }
th, td { padding: .85rem 1rem; border-bottom: 1px solid #303030; text-align: left; vertical-align: top; }
th { background: #242424; color: #fff; }
td { color: #d0d0d0; }
.notice { margin: 1.3rem 0; padding: 1rem 1.1rem; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; background: #241a15; }
.notice.gold { border-color: var(--gold); background: #242016; }
.check-list { padding-left: 1.25rem; }
.check-list li { margin: .55rem 0; }
.source-note { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); color: #aaa; font-size: .9rem; }
.faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.faq-card { position: relative; min-height: 220px; padding: 1.25rem; isolation: isolate; }
.faq-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--faq-image) center / cover; opacity: .25; }
.faq-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(135deg,rgba(15,15,15,.68),rgba(15,15,15,.96)); }
.faq-card h3 { margin-top: 0; }
.faq-card p { color: #d4d4d4; }
.closing { position: relative; overflow: hidden; width: min(1220px,calc(100% - 2rem)); min-height: 340px; margin: 5rem auto; border: 1px solid #3b2d23; border-radius: var(--radius); display: grid; align-items: center; }
.closing img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(12,12,12,.98),rgba(12,12,12,.55)); }
.closing-copy { position: relative; z-index: 1; max-width: 650px; padding: clamp(1.5rem,5vw,4rem); }
.closing h2 { margin: 0 0 .8rem; font-size: clamp(2rem,4vw,4rem); line-height: 1; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 3.2rem clamp(1rem,5vw,5rem); border-top: 1px solid #2a2a2a; background: #0a0a0a; }
.site-footer p { max-width: 720px; color: #aaa; }
.site-footer nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem 1rem; }
.site-footer nav a { color: #ddd; text-decoration: none; }
.site-footer nav a:hover { color: var(--orange-2); }
.footer-note { grid-column: 1 / -1; margin: 0; padding-top: 1.4rem; border-top: 1px solid #252525; }
@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; justify-self: end; }
  .mobile-nav summary { padding: .7rem .85rem; border-radius: 9px; background: #080808; font-weight: 800; list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; right: 1rem; top: 68px; display: grid; min-width: 220px; gap: .4rem; padding: .65rem; border: 1px solid #333; border-radius: 12px; background: #161616; box-shadow: 0 20px 45px rgba(0,0,0,.55); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 620px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .article-shell { grid-template-columns: 1fr; }
  .toc { position: static; order: -1; columns: 2; }
}
@media (max-width: 720px) {
  .site-header { grid-template-columns: minmax(0,1fr) auto auto; gap: .5rem; min-height: 64px; padding: .55rem .75rem; }
  .brand { font-size: 1.05rem; letter-spacing: .045em; }
  .header-cta { min-height: 44px; padding: .58rem .75rem; font-size: .88rem; white-space: nowrap; }
  .mobile-nav summary { min-height: 44px; padding: .55rem .65rem; font-size: .83rem; }
  .hero { width: calc(100% - 1rem); min-height: 610px; margin-top: .5rem; border-radius: 14px; align-items: end; }
  .hero-art { object-position: 68% center; }
  .hero::after { background: linear-gradient(0deg,rgba(10,10,10,.99) 0%,rgba(10,10,10,.88) 51%,rgba(10,10,10,.15) 88%); }
  .hero-copy { align-self: end; padding: 1.25rem; padding-top: 10rem; }
  h1 { font-size: clamp(2.25rem,12vw,3.5rem); }
  .hero-lead { margin: .9rem 0; font-size: .97rem; }
  .hero-actions { align-items: stretch; gap: .65rem; }
  .hero-cta { width: 100%; }
  .hero-facts { gap: .4rem; }
  .hero-facts li { font-size: .75rem; }
  .strip, .section, .closing { width: calc(100% - 1rem); }
  .card-rail { grid-auto-columns: 78%; }
  .feature-grid, .split, .facts-band, .faq-grid, .site-footer { grid-template-columns: 1fr; }
  .split-media, .split-media img { min-height: 310px; }
  .fact-list { grid-template-columns: 1fr; }
  .facts-band img { min-height: 280px; }
  .toc { columns: 1; }
  .table-wrap { margin-inline: -.25rem; }
  .site-footer { padding: 2.4rem 1rem; }
  .site-footer nav { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; animation: none !important; } }
