:root {
  color-scheme: dark;
  --bg: #090e1c;
  --ink: #f6f3e9;
  --muted: #c3c9d6;
  --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: 14px; color: var(--muted); letter-spacing: .04em; }
.header-play { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; padding: 10px 16px; border: 1px solid #ffd33d66; border-radius: 999px; color: var(--gold); }
.header-play:hover { background: var(--gold); color: var(--bg); }
.header-play svg { width: 16px; height: 16px; fill: currentColor; }
.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: 13px; 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: 21px; line-height: 1.6; letter-spacing: -.025em; }
.actions { display: grid; gap: 14px; max-width: 480px; }
.choice { display: flex; align-items: center; gap: 18px; padding: 18px 22px; border-radius: 16px; border: 1px solid var(--line); background: #ffffff0a; transition: transform .15s, background .15s, border-color .15s; }
.choice:hover { transform: translateY(-2px); border-color: #ffd33d80; color: var(--ink); }
.choice:first-child { background: var(--gold); border-color: var(--gold); color: #171704; box-shadow: 0 8px 30px #ffd33d26; }
.choice:first-child:hover { background: #ffe177; color: #171704; }
.choice-icon { flex: none; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: #ffd33d1f; color: var(--gold); }
.choice:first-child .choice-icon { background: #1717041a; color: #171704; }
.choice-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.choice-web .choice-icon svg { fill: currentColor; stroke: none; }
.choice-text { display: flex; flex-direction: column; gap: 4px; }
.choice-text strong { font-size: 19px; letter-spacing: -.01em; }
.choice-text small { font-size: 15px; opacity: .8; }
.availability { font-size: 15px; color: var(--muted); margin: 14px 0 0; }
.desktop-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 15px; color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }
.desktop-link svg, .benefits svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefits { display: grid; grid-template-columns: repeat(2, max-content); gap: 14px 32px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--ink); font-size: 16px; }
.benefits li { display: flex; align-items: center; gap: 10px; }
.benefits svg { 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; }
.gameplay { --phone-w: min(100%, 480px, calc((100svh - 170px) * .5625)); }
.phone { width: var(--phone-w); min-width: 260px; border-radius: 30px; padding: 8px; 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: var(--phone-w); display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; font-size: 13px; 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: 13px; }
.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: 14px; }
.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 (max-width: 900px) {
  .page { width: calc(100% - 56px); }
  .hero { gap: 30px; }
  h1 { font-size: 70px; }
  .header-note { display: none; }
  .phone { min-width: 0; }
}
@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: 14px; padding: 8px 13px; }
  .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: 12px; }
  h1 { font-size: clamp(52px, 14vw, 78px); }
  .intro { margin: 17px 0 22px; font-size: 18px; line-height: 1.5; }
  .actions { width: 100%; max-width: 420px; margin: 0 auto; gap: 12px; text-align: left; }
  .choice { padding: 15px 16px; gap: 14px; }
  .choice-icon { width: 46px; height: 46px; }
  .choice-text strong { font-size: 17px; }
  .choice-text small { font-size: 14px; }
  .benefits { grid-template-columns: 1fr 1fr; max-width: 420px; margin: 26px auto 0; gap: 12px 16px; font-size: 15px; text-align: left; }
  .gameplay { --phone-w: min(80vw, 360px, calc((100svh - 60px) * .5625)); }
  .phone { min-width: 0; padding: 6px; border-radius: 24px; }
  .gameplay-media { border-radius: 17px; }
  .preview-halo { width: min(440px, 110%); }
  .table-mark { left: calc(50% - 128px); font-size: 44px; }
  figcaption { 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; }
}
