:root {
  color-scheme: dark;
  --bg: #090e1c;
  --ink: #f6f3e9;
  --muted: #a8afc0;
  --gold: #ffd33d;
  --line: #ffffff1a;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 83% 46%, #23396145, transparent 52%); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, video:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
a:hover { color: var(--gold); }
::selection { background: var(--gold); color: var(--bg); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 10; padding: 12px; background: var(--gold); color: var(--bg); }
.skip-link:focus { top: 12px; }
.page { position: relative; width: min(1180px, calc(100% - 96px)); min-height: 100svh; margin: auto; display: flex; flex-direction: column; }
.site-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; font-family: 'Bungee', sans-serif; font-size: 25px; letter-spacing: -.04em; }
.brand img { border-radius: 10px; margin-right: 10px; }
.brand span { color: var(--gold); }
.header-note { font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.header-play { font-size: 13px; padding: 12px 0; }
.header-play span { color: var(--gold); margin-left: 12px; }
.hero { flex: 1; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 64px; padding: 24px 0 32px; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; letter-spacing: .19em; color: var(--gold); }
.eyebrow > span { width: 22px; height: 2px; background: currentColor; }
h1 { margin: 0; font-size: clamp(64px, 7.5vw, 104px); line-height: .99; letter-spacing: -.075em; font-weight: 700; }
.period { color: var(--gold); }
.intro { margin: 26px 0 32px; color: var(--muted); font-size: 19px; line-height: 1.6; letter-spacing: -.025em; }
.actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 16px 25px; border-radius: 12px; font-size: 15px; font-weight: 700; transition: background .15s, transform .15s; }
.button-primary { background: var(--gold); color: #171704; box-shadow: 0 6px 26px #ffd33d15; }
.button-primary:hover { background: #ffe177; color: #171704; transform: translateY(-2px); }
.button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.secondary-link { padding: 5px 0; font-size: 13px; }
.secondary-link span { margin-left: 7px; color: var(--gold); }
.download-note, .availability { font-size: 11px; color: var(--muted); margin: 13px 0 0; }
.availability { margin: 0; }
.benefits { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 30px 0 0; padding: 0; list-style: none; color: #cbd0dc; font-size: 11px; }
.benefits li { display: flex; align-items: center; gap: 7px; }
.benefits li::before { content: '✓'; color: var(--gold); }
.gameplay { position: relative; isolation: isolate; width: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; }
.preview-halo { position: absolute; z-index: -2; width: 110%; aspect-ratio: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1px solid #e8c46715; background: radial-gradient(circle, #ffd33d0d, transparent 66%); }
.preview-halo::after { content: ''; position: absolute; inset: 35px; border: 1px solid #e8c4670b; border-radius: 50%; }
.table-mark { position: absolute; z-index: -1; left: -22px; top: 41%; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; font-family: 'Bungee', sans-serif; font-size: 60px; line-height: 1; letter-spacing: .04em; color: #ffffff07; }
.phone { width: min(100%, 310px, calc((100svh - 240px) * .5625)); min-width: 225px; border-radius: 28px; padding: 7px; background: #252b38; border: 1px solid #ffffff29; box-shadow: 0 28px 70px #0008, inset 0 0 0 2px #101521; }
.gameplay-media { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; background: #111827; border-radius: 21px; }
figcaption { width: min(100%, 310px); display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; font-size: 10px; color: var(--muted); }
.preview-label { display: flex; align-items: center; gap: 7px; }
.status-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
.caption-note { color: #929bb0; }
.replay-toggle { padding: 8px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #ffffff08; cursor: pointer; font-size: 11px; }
.replay-toggle:hover { border-color: var(--gold); }
.site-footer { min-height: 58px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 10px; }
.footer-suits { margin-left: 18px; color: #7c859a; letter-spacing: 7px; }
.footer-links { display: flex; gap: 22px; }
.site-footer a { display: inline-block; padding: 12px 0; }
@media (min-width: 1600px) { .phone { width: 340px; } }
@media (max-width: 900px) {
  .page { width: calc(100% - 56px); }
  .hero { gap: 30px; }
  h1 { font-size: 70px; }
  .header-note { display: none; }
  .phone { min-width: 0; }
  .button { padding: 16px 19px; font-size: 14px; }
}
@media (max-width: 640px) {
  .page { width: calc(100% - 40px); }
  .site-header { min-height: 70px; gap: 16px; }
  .brand { font-size: 21px; }
  .brand img { width: 32px; height: 32px; margin-right: 7px; border-radius: 8px; }
  .header-play { font-size: 11px; }
  .header-play span { margin-left: 5px; }
  .hero { display: flex; flex-direction: column; gap: 27px; padding: 22px 0 24px; }
  .hero-copy { width: 100%; text-align: center; }
  .eyebrow { justify-content: center; margin-bottom: 17px; font-size: 9px; }
  h1 { font-size: clamp(52px, 14vw, 78px); }
  .intro { margin: 17px 0 22px; font-size: 15px; line-height: 1.5; }
  .actions { align-items: center; gap: 9px; }
  .button { width: 100%; max-width: 340px; min-height: 54px; }
  .secondary-link { font-size: 12px; padding: 7px; }
  .download-note { margin-top: 9px; font-size: 10px; }
  .benefits { justify-content: center; margin-top: 20px; gap: 8px 14px; font-size: 10px; }
  .phone { width: 188px; padding: 5px; border-radius: 22px; }
  .gameplay-media { border-radius: 17px; }
  .preview-halo { width: min(340px, 100%); }
  .table-mark { left: calc(50% - 128px); font-size: 44px; }
  figcaption { width: 240px; margin-top: 12px; }
  .site-footer { min-height: 48px; gap: 12px; }
  .footer-suits { display: none; }
  .footer-links { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
