:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #faf8ff;
  background: #100b1c;
  font-synthesis: none;
  --purple: #a575ff;
  --lime: #d7ff3f;
  --ink: #160f29;
  --muted: #c1b6d1;
  --line: #463455;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: radial-gradient(ellipse at 90% 6%, #64299b29, transparent 34%), #100b1c; }
img { display: block; max-width: 100%; height: auto; }
a { color: #cbaeff; text-underline-offset: 4px; }
a:hover { color: #e7d8ff; }
a:focus-visible { outline: 3px solid var(--lime); outline-offset: 5px; border-radius: 3px; }
p, h1, h2, h3 { margin: 0; }
::selection { background: var(--lime); color: var(--ink); }
.site-wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.review-note { padding: 10px 20px; background: #251832; border-bottom: 1px solid #634782; text-align: center; color: #e3d3f6; font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.skip-link { position: absolute; z-index: 5; top: 12px; left: 16px; padding: 12px 18px; background: var(--lime); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; color: var(--ink); }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 114px; border-bottom: 1px solid var(--line); }
.brand-link { display: block; flex-shrink: 0; width: 164px; }
.brand-link img { width: 100%; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 27px; }
.site-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; color: #e3d7ef; text-decoration: none; font-size: 13px; font-weight: 600; }
.site-nav a:hover { color: var(--lime); }
.site-nav .nav-play { padding: 0 16px; border: 1px solid #7954a3; border-radius: 9px; color: #eddefb; background: #2a1b3e; }
.eyebrow { color: var(--lime); font-size: 10px; line-height: 1.6; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .88fr); gap: 38px; align-items: center; padding: 76px 0 82px; }
.hero h1 { font-size: clamp(43px, 5.4vw, 67px); line-height: 1.06; letter-spacing: -.06em; font-weight: 780; margin-top: 17px; }
.hero h1 span { color: var(--lime); }
.hero-description { font-size: 17px; line-height: 1.8; color: #d3c6e0; margin-top: 26px; max-width: 530px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; text-align: center; min-height: 50px; padding: 14px 23px; border: 1px solid transparent; border-radius: 10px; background: linear-gradient(115deg, #b8ef39, #e4ff65); color: #160f29; text-decoration: none; font-size: 13px; font-weight: 750; line-height: 1.5; }
.button:hover { background: #e4ff65; color: #160f29; }
.button-secondary { color: #e4d8f0; border-color: #654880; background: #251a35; }
.button-secondary:hover { color: #faf8ff; background: #392449; }
.guest-note { max-width: 420px; font-size: 12px; line-height: 1.7; color: var(--muted); margin-top: 17px; }
.match-art { position: relative; padding: 20px 5px 14px 0; }
.match-art-glow { position: absolute; inset: -25px; border-radius: 50%; background: radial-gradient(ellipse, #a575ff1e, transparent 67%); pointer-events: none; }
.match-card { position: relative; padding: 24px; background: linear-gradient(145deg, #6630ae, #35185f 78%); border: 1px solid #9761c6; border-radius: 22px; box-shadow: 0 28px 80px #0005, inset 0 1px 0 #ffffff12; overflow: hidden; }
.match-card::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid #cfb2ff15; border-radius: 50%; right: -130px; top: -120px; }
.match-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.match-label { font-size: 11px; font-weight: 750; letter-spacing: .005em; }
.match-tag { font-size: 9px; line-height: 1.4; letter-spacing: .11em; font-weight: 650; text-transform: uppercase; color: #e0d1ef; border: 1px solid #a77cce7d; padding: 6px 8px; border-radius: 6px; }
.match-card-title { margin-top: 25px; font-size: 26px; font-weight: 750; line-height: 1.2; letter-spacing: -.045em; }
.pitch { position: relative; aspect-ratio: 1.95; margin-top: 26px; border: 1px solid #bea5df80; border-radius: 6px; background: repeating-linear-gradient(90deg, #190d2d30 0 16.67%, #ffffff04 16.67% 33.34%); overflow: hidden; }
.pitch-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #bea5df80; }
.pitch-circle { position: absolute; top: 50%; left: 50%; width: 27%; aspect-ratio: 1; border: 1px solid #bea5df80; border-radius: 50%; transform: translate(-50%, -50%); }
.pitch-box { position: absolute; width: 16%; height: 57%; top: 21.5%; border: 1px solid #bea5df80; }
.pitch-box-left { left: -1px; }
.pitch-box-right { right: -1px; }
.pitch-ball { position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; transform: translate(-50%, -50%); background: #faf8ff; border-radius: 50%; box-shadow: 0 0 0 5px #faf8ff14; }
.pitch-ball::after { content: ""; position: absolute; inset: 5px; background: #3e1d67; clip-path: polygon(50% 0, 100% 37%, 80% 100%, 20% 100%, 0 37%); }
.pitch-player { position: absolute; width: 10px; height: 10px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px #d7ff3f13; }
.player-one { left: 28%; top: 25%; }
.player-two { left: 21%; bottom: 20%; }
.player-three { right: 28%; bottom: 25%; background: #dac2ff; box-shadow: 0 0 0 4px #dac2ff13; }
.player-four { right: 21%; top: 20%; background: #dac2ff; box-shadow: 0 0 0 4px #dac2ff13; }
.match-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; color: #decfec; font-size: 10px; font-weight: 500; }
.match-seal { color: var(--lime); font-size: 15px; font-weight: 850; letter-spacing: -.055em; }
.match-art-caption { display: flex; justify-content: center; align-items: center; gap: 11px; margin-top: 22px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; line-height: 1.7; }
.caption-line { width: 20px; height: 1px; background: #9a72bf; flex-shrink: 0; }
.game-section { padding: 47px 0 0; border-top: 1px solid var(--line); scroll-margin-top: 25px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 29px; }
.section-heading h2, .studio-intro h2, .welcome-section h2 { font-size: 35px; line-height: 1.15; letter-spacing: -.045em; margin-top: 10px; font-weight: 750; }
.section-heading > p { max-width: 360px; font-size: 14px; line-height: 1.85; color: var(--muted); padding-bottom: 3px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.feature-card { display: flex; align-items: flex-start; flex-direction: column; padding: 26px 22px 23px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #291d39, #1c1429); min-width: 0; }
.feature-number { display: inline-flex; justify-content: center; align-items: center; width: 34px; height: 34px; color: #cda9ff; background: #67419626; border: 1px solid #725095; border-radius: 9px; font-size: 10px; font-weight: 700; margin-bottom: 24px; }
.feature-card h3 { font-size: 17px; line-height: 1.35; letter-spacing: -.025em; font-weight: 720; max-width: 220px; }
.feature-card p { font-size: 12px; line-height: 1.8; color: var(--muted); margin: 13px 0 22px; }
.feature-label { margin-top: auto; padding-top: 16px; border-top: 1px solid #4f3d63; width: 100%; font-size: 10px; color: #d7c2ed; letter-spacing: .015em; font-weight: 650; }
.studio-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border: 1px solid #6e4d8d; border-radius: 21px; padding: 43px; margin: 54px 0; background: radial-gradient(ellipse at 0 0, #8640bf21, transparent 80%), #1c1429; }
.studio-intro > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.85; max-width: 450px; margin-top: 20px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 15px; font-size: 13px; font-weight: 650; }
.studio-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 21px; }
.studio-steps li { display: flex; align-items: flex-start; gap: 17px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.studio-steps li:last-child { border: 0; padding-bottom: 0; }
.studio-steps li > span { padding-top: 4px; color: var(--lime); font-size: 11px; font-weight: 650; letter-spacing: .07em; }
.studio-steps h3 { font-size: 15px; line-height: 1.6; font-weight: 650; letter-spacing: -.015em; }
.studio-steps p { color: var(--muted); font-size: 12px; line-height: 1.75; margin-top: 5px; }
.welcome-section { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 0 0 46px; }
.welcome-section h2 { font-size: 29px; }
.welcome-section p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 13px; line-height: 1.85; margin-top: 14px; }
.welcome-section .button { flex-shrink: 0; }
.about-section { display: grid; grid-template-columns: .7fr 1.35fr 1fr; gap: 28px; border-top: 1px solid var(--line); padding: 27px 0; }
.about-section h2 { font-size: 13px; font-weight: 650; line-height: 1.75; }
.about-section p { font-size: 11px; line-height: 1.85; color: var(--muted); overflow-wrap: anywhere; }
.about-section a { color: #d7c2ed; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 15px 0 27px; border-top: 1px solid var(--line); color: #b2a2c3; font-size: 11px; line-height: 1.8; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 4px 22px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; color: #cfbfdf; text-decoration: none; }
.site-footer a:hover { color: var(--lime); }

/* Shared privacy and terms page layout. */
.document { max-width: 790px; margin: 58px auto 75px; overflow-wrap: anywhere; }
.document-head { padding-bottom: 31px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.document h1 { font-size: clamp(34px, 5vw, 48px); letter-spacing: -.05em; line-height: 1.15; font-weight: 750; margin: 12px 0 16px; }
.document h2 { font-size: 23px; letter-spacing: -.03em; line-height: 1.3; margin: 35px 0 13px; font-weight: 700; }
.document h3 { font-size: 17px; letter-spacing: -.015em; line-height: 1.5; margin: 22px 0 9px; }
.document p, .document li, .document td, .document th { font-size: 15px; line-height: 1.85; color: #d3c6e0; }
.document p + p { margin-top: 15px; }
.document .lead { font-size: 17px; line-height: 1.8; color: #dfd4eb; }
.document .updated, .document .last-updated { color: var(--muted); font-size: 12px; margin-top: 14px; }
.document .eyebrow { color: var(--lime); font-size: 10px; }
.document ul, .document ol { margin: 15px 0; padding-inline-start: 24px; }
.document li + li { margin-top: 7px; }
.document strong { color: #faf8ff; }
.document table { width: 100%; border-collapse: collapse; margin: 21px 0; text-align: start; }
.document th, .document td { vertical-align: top; padding: 12px 14px; border: 1px solid var(--line); font-size: 13px; }
.document th { color: #f3eafa; background: #2b1e3b; }
.document .content-section { margin-top: 30px; }
.document .notice { border: 1px solid #71508b; border-radius: 12px; padding: 18px 21px; background: #2a1b39; margin: 24px 0; }
.document code { font-size: .9em; background: #2d1e3f; padding: 2px 5px; border-radius: 4px; }
.document .contact { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 25px; }

@media (max-width: 980px) {
  .hero { gap: 25px; padding: 60px 0; }
  .hero h1 { font-size: 48px; }
  .hero-description { font-size: 15px; }
  .match-card { padding: 20px; }
  .match-card-title { font-size: 23px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .feature-card { padding: 26px; }
  .feature-card h3 { max-width: none; }
  .feature-card p { font-size: 13px; }
  .studio-section { gap: 38px; padding: 33px; }
  .about-section { grid-template-columns: 1fr 1.5fr; }
  .about-section p:last-child { grid-column: 2; }
}
@media (max-width: 720px) {
  .site-wrap { width: calc(100% - 40px); }
  .site-header { gap: 15px; min-height: 98px; }
  .brand-link { width: 139px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 12px; }
  .site-nav .nav-play { padding: 0 12px; }
  .hero { grid-template-columns: 1fr; gap: 28px; padding: 47px 0 43px; }
  .hero-copy { max-width: 570px; }
  .hero h1 { font-size: clamp(40px, 8.8vw, 62px); }
  .hero-description { max-width: 510px; }
  .match-art { max-width: 430px; width: 100%; justify-self: center; padding: 10px 0 0; }
  .match-card { padding: 27px; }
  .match-card-title { font-size: 29px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 19px; }
  .section-heading h2, .studio-intro h2 { font-size: 31px; }
  .section-heading > p { max-width: 510px; font-size: 13px; }
  .feature-card { padding: 23px; }
  .feature-card h3 { font-size: 17px; }
  .studio-section { grid-template-columns: 1fr; gap: 31px; padding: 30px; margin: 39px 0; }
  .studio-intro > p:not(.eyebrow) { max-width: none; }
  .welcome-section { flex-direction: column; align-items: flex-start; gap: 23px; }
  .about-section { grid-template-columns: 1fr; gap: 12px; }
  .about-section p:last-child { grid-column: auto; }
  .about-section p { max-width: 590px; }
  .document { margin: 40px auto 53px; }
  .document p, .document li { font-size: 14px; }
}
@media (max-width: 480px) {
  .match-art-glow { inset: 0; }
  .site-wrap { width: calc(100% - 32px); }
  .review-note { font-size: 11px; padding: 9px 16px; }
  .site-header { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0 12px; gap: 9px; }
  .brand-link { width: 142px; }
  .site-nav { justify-content: space-between; width: 100%; gap: 9px; }
  .site-nav a { font-size: 11px; }
  .site-nav .nav-play { min-height: 39px; }
  .hero { padding-top: 36px; gap: 25px; }
  .hero h1 { font-size: clamp(35px, 9.8vw, 46px); letter-spacing: -.055em; margin-top: 16px; }
  .hero-description { font-size: 14px; margin-top: 22px; line-height: 1.8; }
  .hero-actions { gap: 9px; margin-top: 25px; }
  .hero-actions .button { padding-inline: 16px; font-size: 12px; flex: 1; }
  .guest-note { font-size: 11px; line-height: 1.8; }
  .match-card { padding: 22px; border-radius: 18px; }
  .match-card-title { font-size: 26px; }
  .match-art-caption { font-size: 8px; letter-spacing: .09em; margin-top: 18px; }
  .game-section { padding-top: 32px; }
  .section-heading h2, .studio-intro h2 { font-size: 29px; }
  .section-heading { margin-bottom: 24px; gap: 16px; }
  .feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card { position: relative; padding: 23px; }
  .feature-number { margin-bottom: 18px; }
  .feature-card h3 { font-size: 19px; }
  .feature-card p { margin-bottom: 18px; }
  .studio-section { padding: 27px 23px; border-radius: 17px; }
  .studio-steps li { gap: 14px; }
  .welcome-section h2 { font-size: 28px; }
  .welcome-section .button { width: 100%; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 5px; padding-top: 22px; padding-bottom: 23px; }
  .site-footer nav { gap: 4px 20px; font-size: 10px; }
  .document h1 { font-size: 35px; }
  .document h2 { font-size: 22px; }
  .document .lead { font-size: 15px; }
  .document th, .document td { font-size: 12px; padding: 9px; }
  .document .notice { padding: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@media print {
  :root, body { color: #160f29; background: #fff; }
  .site-wrap { width: 100%; }
  .review-note, .skip-link, .site-nav, .site-footer { display: none; }
  .document { max-width: none; margin: 25px 0; }
  .document p, .document li, .document td, .document th, .document strong { color: #160f29; }
  .document a { color: #5420a5; }
  .document h2 { break-after: avoid; }
}
