:root {
  color-scheme: dark;
  --ink: #061421;
  --night: #06152d;
  --navy: #071a2b;
  --ocean: #102f49;
  --cyan: #00c2ff;
  --blue: #2684ff;
  --teal: #34b7a7;
  --yellow: #ffd43b;
  --orange: #ff8a34;
  --coral: #ff6b5e;
  --white: #fff;
  --ice: #f5fafc;
  --mist: #bed7ea;
  --muted: #91a9b8;
  --line: rgba(190,215,234,.17);
  --panel: rgba(16,47,73,.77);
  --radius: 1.8rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--night); color: white; font-size: 1rem; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(black,transparent 82%); }
a { color: inherit; text-decoration: none; } img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.shell { width: min(1180px,calc(100% - 2rem)); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(6,21,45,.9); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; font-size: 1.24rem; font-weight: 950; letter-spacing: -.04em; }
.brand img { width: 38px; height: 38px; border-radius: 12px; }
.brand .play { color: var(--yellow); }
.nav-links { display: flex; align-items: center; gap: .25rem; }
.nav-links a { color: var(--mist); padding: .7rem .9rem; border-radius: 999px; font-weight: 780; }
.nav-links a:hover,.nav-links a[aria-current="page"] { color: white; background: rgba(255,255,255,.07); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.06); color: white; font-size: 1.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.2rem; border-radius: 999px; background: var(--yellow); color: var(--ink); font-weight: 950; box-shadow: 0 8px 0 #ad7200; transition: transform .16s ease,box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 0 #ad7200; }
.button.blue { background: var(--cyan); box-shadow: 0 8px 0 #08769b; }
.button.blue:hover { box-shadow: 0 10px 0 #08769b; }
.button.secondary { color: white; background: transparent; border: 1px solid rgba(255,255,255,.24); box-shadow: none; }
.button.secondary:hover { background: rgba(255,255,255,.07); box-shadow: none; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--yellow); font-size: .82rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: currentColor; }
h1,h2,h3,p { margin-top: 0; } h1,h2,h3 { line-height: 1.05; letter-spacing: -.045em; }
h1 { margin-bottom: 1.4rem; font-size: clamp(3.4rem,9vw,7.7rem); max-width: 11ch; }
.hero h1 { max-width: 12ch; font-size: clamp(3rem,6vw,5.8rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2.25rem,5vw,4.5rem); }
h3 { margin-bottom: .65rem; font-size: clamp(1.35rem,2.2vw,1.85rem); }
.lead { max-width: 60ch; color: var(--mist); font-size: clamp(1.08rem,2vw,1.28rem); }
.muted { color: var(--muted); } .yellow { color: var(--yellow); } .cyan { color: var(--cyan); }
.actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

.hero { padding: clamp(4.5rem,9vw,8rem) 0 5.5rem; position: relative; overflow: clip; }
.hero::after { content: ""; position: absolute; top: -22%; right: -12%; width: min(48vw,650px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(0,194,255,.18),transparent 68%); pointer-events: none; }
.hero-grid,.product-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2rem,7vw,7rem); align-items: center; }
.play-art,.app-stage { min-height: 500px; position: relative; overflow: hidden; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 2.2rem; background: linear-gradient(145deg,#0b6077,#102f49); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.play-art::before,.app-stage::before { content: ""; position: absolute; inset: 10%; border: 2px dashed rgba(255,255,255,.24); border-radius: 46% 54% 43% 57%; transform: rotate(-7deg); }
.play-art::after,.app-stage::after { content: ""; position: absolute; right: -85px; bottom: -90px; width: 240px; height: 240px; border-radius: 50%; background: var(--yellow); }
.motion-mark { width: min(60%,300px); position: relative; z-index: 2; filter: drop-shadow(0 25px 30px rgba(0,0,0,.3)); }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.3rem; }
.section-head p { max-width: 46ch; margin-bottom: .3rem; color: var(--mist); }
.game-grid,.value-grid,.step-grid { display: grid; gap: 1.2rem; }
.game-grid { grid-template-columns: repeat(3,1fr); }
.value-grid,.step-grid { grid-template-columns: repeat(3,1fr); }
.game-card,.value-card,.step-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.game-card { display: flex; min-height: 430px; flex-direction: column; }
.game-visual { min-height: 230px; position: relative; overflow: hidden; background: linear-gradient(145deg,#0b6077,#102f49); }
.game-visual::before { content: ""; position: absolute; width: 70%; height: 14px; left: 15%; top: 44%; background: var(--cyan); transform: rotate(-14deg); box-shadow: 0 58px 0 var(--yellow),0 -58px 0 var(--coral); }
.game-visual::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 190px; height: 190px; border-radius: 50%; background: var(--yellow); }
.game-visual.future { background: linear-gradient(145deg,#102f49,#06152d); }
.game-visual.future::before { content: "+"; inset: 0; width: auto; height: auto; display: grid; place-items: center; transform: none; background: none; box-shadow: none; color: rgba(255,255,255,.2); font-size: 5rem; font-weight: 300; }
.game-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.4rem; }
.game-body p { color: var(--muted); }
.text-link { margin-top: auto; color: var(--yellow); font-weight: 950; }
.text-link:hover { text-decoration: underline; text-underline-offset: .25rem; }
.badge { position: absolute; z-index: 2; top: 1rem; left: 1rem; padding: .35rem .7rem; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: .73rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.value-card { padding: 1.5rem; }
.value-card b { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 1.8rem; border-radius: 14px; background: var(--cyan); color: var(--ink); }
.value-card:nth-child(2) b { background: var(--yellow); }.value-card:nth-child(3) b { background: var(--coral); }

.product-hero { padding: 4.5rem 0 5.5rem; }
.product-grid { grid-template-columns: .85fr 1.15fr; }
.product-copy h1 { font-size: clamp(3.3rem,8vw,6.8rem); }
.store-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.8rem; }
.store-badge { display: flex; align-items: center; gap: .8rem; min-width: 210px; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.26); border-radius: 1rem; background: #05090d; }
.store-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: white; color: black; font-weight: 950; }
.store-badge small,.store-badge strong { display: block; line-height: 1.2; }.store-badge small { color: #c1c8cc; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.step-card { padding: 1.6rem; background: var(--ice); color: #10212e; }
.step-card span { color: #08769b; font-size: .8rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.step-card p { color: #516674; margin-bottom: 0; }
.privacy-block { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem,6vw,5rem); align-items: center; padding: clamp(1.8rem,5vw,4rem); border-radius: 2rem; background: var(--yellow); color: var(--ink); }
.privacy-seal { aspect-ratio: 1; width: min(270px,100%); display: grid; place-items: center; padding: 2rem; border-radius: 50%; background: var(--night); color: white; text-align: center; box-shadow: inset 0 0 0 12px rgba(0,194,255,.19); }
.privacy-seal strong { font-size: 1.35rem; line-height: 1.15; }.privacy-block p { color: #3e4850; }
.faq { display: grid; gap: .8rem; max-width: 860px; margin-inline: auto; }
.faq details { padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--panel); }
.faq summary { cursor: pointer; font-size: 1.05rem; font-weight: 900; }.faq p { color: var(--mist); margin: .8rem 0 .2rem; }

.page-hero { padding: 5rem 0 2.5rem; }.page-hero h1 { font-size: clamp(3rem,8vw,6.3rem); }
.prose { max-width: 850px; }.prose h2 { margin-top: 2.7rem; font-size: 2rem; }.prose h3 { margin-top: 2rem; }.prose p,.prose li { color: var(--mist); }.prose a { color: var(--yellow); text-decoration: underline; text-underline-offset: .25rem; }.prose strong { color: white; }
.notice { padding: 1.25rem; margin: 1.5rem 0; border-left: 5px solid var(--yellow); border-radius: 0 1rem 1rem 0; background: rgba(255,212,59,.09); color: var(--mist); }
.contact-card { max-width: 830px; padding: clamp(1.8rem,5vw,3.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,#102f49,#0b6077); }
.cta { padding: clamp(2rem,7vw,5rem); border-radius: 2rem; background: linear-gradient(135deg,#0b6077,#168aad); text-align: center; }.cta h2,.cta p { max-width: 13ch; margin-inline: auto; }.cta p { max-width: 53ch; color: var(--ice); }.cta .actions { justify-content: center; }
.site-footer { padding: 3rem 0; border-top: 1px solid var(--line); color: var(--muted); }.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }.legal { max-width: 65ch; margin-top: 1rem; font-size: .84rem; }

@media (max-width:840px) { .menu-toggle { display:grid;place-items:center; }.nav-links { display:none;position:absolute;left:1rem;right:1rem;top:84px;flex-direction:column;align-items:stretch;padding:.8rem;border:1px solid var(--line);border-radius:1rem;background:var(--night);box-shadow:0 25px 70px rgba(0,0,0,.35); }.nav-links.open{display:flex}.nav-links a{text-align:center}.hero-grid,.product-grid,.privacy-block{grid-template-columns:1fr}.game-grid,.value-grid,.step-grid{grid-template-columns:repeat(2,1fr)}.play-art,.app-stage{min-height:410px}.privacy-seal{margin-inline:auto} }
@media (max-width:590px) { .shell{width:min(100% - 1.25rem,1180px)}.section{padding:4rem 0}h1{font-size:clamp(3rem,17vw,4.8rem)}.section-head{align-items:flex-start;flex-direction:column}.game-grid,.value-grid,.step-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.store-badge{width:100%} }
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}
