:root {
  --ink: #070916;
  --ink-soft: #0e1222;
  --panel: #12172b;
  --panel-strong: #171d35;
  --line: #29304b;
  --text: #f4f6ff;
  --muted: #9ba4bf;
  --violet: #9a83ff;
  --cyan: #6de8ef;
  --mint: #75e3bd;
  --yellow: #ffd65a;
  --pink: #ff6f9e;
  --radius: 26px;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  line-height: 1.5;
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 88% 2%, #5f43b822, transparent 28%),
    radial-gradient(circle at 8% 42%, #1a9ea61a, transparent 28%),
    linear-gradient(135deg, transparent 0 48%, #ffffff04 48.1% 48.3%, transparent 48.4%);
  content: "";
  pointer-events: none;
}

a { color: inherit; text-decoration: none; }
a:focus-visible, .button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.site-shell { width: min(100% - 40px, 1180px); margin: 0 auto; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #ffffff12;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.brand img { width: 36px; height: 36px; border-radius: 11px; box-shadow: 0 0 24px #8c6dff55; }
.brand span { white-space: nowrap; }
.brand b { color: var(--cyan); font-weight: 900; }
.site-nav { display: flex; align-items: center; gap: 27px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a:not(.button) { transition: color .2s ease; }
.site-nav a:not(.button):hover { color: var(--text); }
.language-switcher { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #ffffff08; }
.language-switcher button { min-width: 31px; min-height: 27px; padding: 0 7px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.language-switcher button:hover { color: var(--text); }
.language-switcher button[aria-pressed="true"] { background: var(--yellow); color: #111326; }
.language-switcher button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: #111326; box-shadow: 0 12px 30px #ffd65a2b; }
.button-primary:hover { box-shadow: 0 16px 34px #ffd65a47; }
.button-ghost { border-color: var(--line); background: #ffffff05; color: var(--text); }
.button-ghost:hover { border-color: var(--violet); background: #9a83ff15; }
.button-arrow { font-size: 16px; line-height: 0; }

.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: 70px; min-height: 680px; padding: 72px 0 88px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 7vw, 90px); font-weight: 950; letter-spacing: -.085em; line-height: .9; text-transform: uppercase; }
.hero h1 span { color: var(--yellow); }
.hero-copy > p:not(.eyebrow) { max-width: 490px; margin: 28px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.availability { display: flex; align-items: center; gap: 8px; margin: 24px 0 0 !important; color: #b9c0d6 !important; font-size: 11px !important; line-height: 1.4 !important; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.hero-visual { position: relative; min-height: 510px; }
.hero-visual::before { position: absolute; top: 8%; right: 5%; width: 82%; height: 75%; border: 1px solid #6de8ef22; border-radius: 48% 52% 45% 55%; transform: rotate(-15deg); content: ""; }
.hero-visual::after { position: absolute; right: -5%; bottom: 2%; width: 70%; height: 100px; background: linear-gradient(90deg, transparent, #9a83ff22, transparent); filter: blur(28px); transform: rotate(-9deg); content: ""; }
.hero-art { position: absolute; inset: 28px 0 20px 20px; isolation: isolate; }
.hero-art::before { position: absolute; z-index: -1; inset: 12% 4% 5%; border-radius: 38px; background: linear-gradient(135deg, #21295b, #12162c); box-shadow: 24px 24px 80px #0009, inset 0 1px #ffffff16; transform: rotate(5deg); content: ""; }
.hero-art::after { position: absolute; z-index: -2; inset: 20% 14%; border: 1px solid #ffd65a36; border-radius: 50%; transform: rotate(-18deg); content: ""; }
.hero-badge { position: absolute; z-index: 4; top: 2%; left: 5%; display: grid; width: 94px; height: 94px; place-items: center; padding: 10px; border: 1px solid #ffffff31; border-radius: 27px; background: #0d1020d9; box-shadow: 0 15px 40px #0008, 0 0 30px #8e75ff33; transform: rotate(-10deg); }
.hero-badge img { border-radius: 17px; }
.art-card { position: absolute; overflow: hidden; border: 2px solid #ffffff25; border-radius: 24px; background: #161b35; box-shadow: 0 22px 50px #0008; }
.art-card img { width: 100%; height: 100%; object-fit: cover; }
.art-card-main { z-index: 2; top: 13%; right: 5%; width: 70%; height: 60%; border-color: #9a83ffb0; transform: rotate(5deg); }
.art-card-left { z-index: 1; bottom: 3%; left: 4%; width: 41%; height: 44%; border-color: #6de8ef78; transform: rotate(-9deg); }
.art-card-right { z-index: 1; right: 0; bottom: 0; width: 39%; height: 34%; border-color: #ffd65a75; transform: rotate(12deg); }
.art-label { position: absolute; z-index: 5; right: 4%; bottom: 6%; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid #ffffff24; border-radius: 10px; background: #090c19d9; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 110px 0; border-top: 1px solid #ffffff0d; }
.section-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr); align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { max-width: 710px; margin: 0; font-size: clamp(35px, 5vw, 62px); font-weight: 900; letter-spacing: -.075em; line-height: .95; text-transform: uppercase; }
.section-heading h2 span { color: var(--violet); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 250px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #171d35, #0e1222); box-shadow: inset 0 1px #ffffff0b; }
.feature-number { display: inline-flex; align-items: center; justify-content: center; width: 39px; height: 27px; border: 1px solid #ffffff1c; border-radius: 99px; color: var(--yellow); font-size: 10px; font-weight: 900; }
.feature-card h3 { margin: 56px 0 10px; font-size: 22px; letter-spacing: -.045em; text-transform: uppercase; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.feature-card:nth-child(2) { background: radial-gradient(circle at 100% 0, #8d78ff32, transparent 44%), linear-gradient(145deg, #171d35, #0e1222); }
.feature-card:nth-child(3) { background: radial-gradient(circle at 100% 0, #6de8ef26, transparent 44%), linear-gradient(145deg, #171d35, #0e1222); }

.how-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.how-copy h2 { max-width: 570px; margin: 0 0 24px; font-size: clamp(35px, 5vw, 62px); letter-spacing: -.075em; line-height: .95; text-transform: uppercase; }
.how-copy > p { max-width: 540px; margin: 0 0 34px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.steps { display: grid; gap: 0; }
.steps-spaced { margin-top: 75px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 21px 0; border-top: 1px solid #ffffff12; }
.step:last-child { border-bottom: 1px solid #ffffff12; }
.step-number { color: var(--yellow); font-size: 12px; font-weight: 900; }
.step h3 { margin: 0 0 5px; font-size: 16px; letter-spacing: -.02em; text-transform: uppercase; }
.step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.board-preview { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; padding: 22px; border: 1px solid #8d78ffb8; border-radius: 28px; background: linear-gradient(145deg, #19234a, #0b1024); box-shadow: 0 30px 75px #0009, 0 0 32px #6de8ef18, inset 0 1px #ffffff25; transform: rotate(3deg); }
.board-preview::before { position: absolute; z-index: -1; inset: 13% -8%; border: 1px solid #6de8ef34; border-radius: 50%; transform: rotate(-14deg); content: ""; }
.tile { position: relative; isolation: isolate; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border: 1px solid #ffffff55; border-radius: 14px; font-size: clamp(14px, 3vw, 25px); text-shadow: 0 2px 3px #0008, 0 0 8px currentColor; box-shadow: inset 0 2px 2px #ffffff66, inset 0 -7px 10px #0005, 0 4px 8px #0006, 0 0 13px currentColor; }
.tile::before { position: absolute; z-index: -1; top: -24%; right: -16%; width: 88%; height: 70%; border-radius: 50%; background: linear-gradient(135deg, #ffffff9e, #ffffff1d 58%, transparent); content: ""; transform: rotate(-15deg); }
.tile::after { position: absolute; z-index: -1; inset: 5px; border: 1px solid #ffffff28; border-radius: 10px; box-shadow: inset 0 0 0 1px #00000014; content: ""; }
.tile:nth-child(6n + 1) { background: linear-gradient(145deg, #b54aff, #4b16ae); color: #ffe642; }
.tile:nth-child(6n + 2) { background: linear-gradient(145deg, #1fd2ee, #0756a2); color: #baf8ff; }
.tile:nth-child(6n + 3) { background: linear-gradient(145deg, #ff912f, #a82d28); color: #ffe84b; }
.tile:nth-child(6n + 4) { background: linear-gradient(145deg, #26d5ad, #087184); color: #9bffe5; }
.tile:nth-child(6n + 5) { background: linear-gradient(145deg, #ff5ca9, #7c1d82); color: #ffd5ed; }
.tile:nth-child(6n) { background: linear-gradient(145deg, #7770ff, #2b3da5); color: #ffed62; }

.cards-section { background: linear-gradient(180deg, transparent, #13162c55, transparent); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.game-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.game-card-art { position: relative; height: 218px; overflow: hidden; }
.game-card-art::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, #0c1020e6); content: ""; }
.game-card-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.game-card:hover .game-card-art img { transform: scale(1.05); }
.game-card-copy { position: relative; z-index: 1; margin-top: -53px; padding: 0 20px 20px; }
.game-card-copy small { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.game-card-copy h3 { margin: 8px 0 5px; font-size: 20px; letter-spacing: -.04em; }
.game-card-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mode-card { position: relative; min-height: 290px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.mode-card::after { position: absolute; right: -65px; bottom: -90px; width: 240px; height: 240px; border: 1px solid #ffffff14; border-radius: 50%; box-shadow: 0 0 0 22px #ffffff04, 0 0 0 44px #ffffff03; content: ""; }
.mode-card.online { background: radial-gradient(circle at 100% 0, #8d78ff30, transparent 55%), var(--panel); }
.mode-card.offline { background: radial-gradient(circle at 100% 0, #6de8ef24, transparent 55%), var(--panel); }
.mode-label { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.mode-card h3 { max-width: 430px; margin: 47px 0 10px; font-size: 28px; letter-spacing: -.055em; text-transform: uppercase; }
.mode-card p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq { padding: 23px 25px; border: 1px solid var(--line); border-radius: 18px; background: #11162a; }
.faq h3 { margin: 0 0 8px; font-size: 14px; letter-spacing: -.02em; }
.faq p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.final-cta { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 55px; overflow: hidden; border: 1px solid #9a83ff66; border-radius: 32px; background: radial-gradient(circle at 85% 30%, #9a83ff42, transparent 34%), linear-gradient(120deg, #1b2040, #11152a); }
.final-cta::after { position: absolute; right: 16%; bottom: -115px; width: 280px; height: 280px; border: 1px solid #6de8ef44; border-radius: 50%; box-shadow: 0 0 0 26px #6de8ef0b, 0 0 0 52px #6de8ef07; content: ""; }
.final-cta h2 { position: relative; z-index: 1; max-width: 650px; margin: 0; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.075em; line-height: .96; text-transform: uppercase; }
.final-cta h2 span { color: var(--yellow); }
.final-cta .button { position: relative; z-index: 2; white-space: nowrap; }

.site-footer { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 50px; padding: 55px 0 38px; border-top: 1px solid #ffffff12; color: var(--muted); }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.footer-brand img { width: 27px; height: 27px; border-radius: 8px; }
.site-footer p { max-width: 260px; margin: 17px 0 0; font-size: 11px; line-height: 1.7; }
.footer-title { display: block; margin-bottom: 14px; color: var(--text); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; font-size: 11px; }
.footer-links a:hover { color: var(--text); }
.copyright { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 24px; border-top: 1px solid #ffffff0d; color: #68718b; font-size: 10px; letter-spacing: .05em; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 65px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { width: min(100%, 640px); min-height: 480px; margin: 0 auto; }
  .section-heading, .how-grid { grid-template-columns: 1fr; gap: 25px; }
}
@media (max-width: 680px) {
  .site-shell { width: min(100% - 28px, 1180px); }
  .site-header { align-items: flex-start; }
  .site-nav { gap: 10px; }
  .site-nav a:not(.button) { display: none; }
  .site-nav .button { min-height: 40px; padding: 0 13px; font-size: 9px; }
  .hero { min-height: auto; padding: 55px 0 60px; }
  .hero h1 { font-size: clamp(46px, 14vw, 72px); }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-visual { min-height: 330px; }
  .hero-art { inset: 20px 0 0; }
  .hero-badge { width: 64px; height: 64px; border-radius: 17px; }
  .art-card { border-radius: 17px; }
  .art-label { padding: 7px 8px; font-size: 7px; }
  .section { padding: 75px 0; }
  .section-heading h2, .how-copy h2 { font-size: clamp(36px, 11vw, 54px); }
  .feature-grid, .card-grid, .mode-grid, .faq-list { grid-template-columns: 1fr; }
  .feature-card { min-height: 210px; }
  .feature-card h3 { margin-top: 35px; }
  .final-cta { grid-template-columns: 1fr; padding: 32px 25px; }
  .final-cta .button { justify-self: start; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 32px 25px; }
  .site-footer > :first-child { grid-column: 1 / -1; }
  .copyright { flex-direction: column; gap: 6px; }
}

.legal-wrap { max-width: 820px; margin: 0 auto; padding: 82px 0 100px; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 34px; color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.legal-wrap h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 7vw, 76px); font-weight: 950; letter-spacing: -.08em; line-height: .92; text-transform: uppercase; }
.legal-date { margin: 18px 0 58px; color: var(--muted); font-size: 12px; }
.legal-section { padding: 28px 0; border-top: 1px solid #ffffff12; }
.legal-section h2 { margin: 0 0 13px; font-size: 17px; letter-spacing: -.025em; text-transform: uppercase; }
.legal-section p, .legal-section li { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-section p { margin: 0 0 13px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { margin: 0; padding-left: 21px; }
.legal-section li + li { margin-top: 7px; }
.legal-section a { color: var(--cyan); text-decoration: underline; text-decoration-color: #6de8ef55; text-underline-offset: 3px; }
.legal-note { margin: 28px 0 0; padding: 18px 20px; border: 1px solid #ffd65a38; border-radius: 15px; background: #ffd65a0d; color: #dbe0f2; font-size: 12px; line-height: 1.7; }
.contact-card { display: grid; gap: 7px; margin-top: 18px; padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: #11162a; color: var(--muted); font-size: 13px; }
.contact-card strong { color: var(--text); }
.legal-footer { padding-top: 20px; }
.legal-footer .site-footer { margin-top: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
