:root {
  color-scheme: dark;
  --bg: #070707;
  --panel: #0d0d0e;
  --panel-soft: #121214;
  --ink: #f7f5f2;
  --muted: #a5a3a5;
  --dim: #69696d;
  --line: rgba(255, 255, 255, 0.12);
  --red: #ef1638;
  --red-deep: #a60620;
  --blue: #4168ff;
  --gold: #e4bb62;
  --green: #40d886;
  --radius: 22px;
  --shell: min(1440px, calc(100vw - 80px));
  font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 70% 8%, rgba(151, 0, 28, 0.16), transparent 30%),
    linear-gradient(180deg, #050505 0%, #090909 55%, #050505 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

html[lang="ar"] .lang-en { display: none !important; }
html[lang="en"] .lang-ar { display: none !important; }
html[lang="en"] { direction: ltr; }

.ambient { position: fixed; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.ambient-one { width: 460px; height: 460px; background: rgba(230, 12, 47, 0.09); top: 630px; inset-inline-start: -260px; }
.ambient-two { width: 420px; height: 420px; background: rgba(49, 87, 230, 0.07); top: 1450px; inset-inline-end: -250px; }

.section-shell { width: var(--shell); margin-inline: auto; }
.site-header {
  width: var(--shell);
  height: 92px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.brand { width: 158px; height: 54px; position: relative; justify-self: start; overflow: hidden; }
.brand img { position: absolute; width: 205px; max-width: none; height: 205px; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: contain; }
.desktop-nav { display: flex; gap: 40px; font-size: 13px; font-weight: 700; color: #c9c7c8; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.language-switch {
  min-width: 80px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  color: white;
  cursor: pointer;
  font-weight: 800;
}
.language-switch:hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.07); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.header-download { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 12px; border-radius: 10px; background: var(--red); color: white; font-size: 11px; font-weight: 850; }
.header-download:hover { background: #ff2646; }

.hero {
  min-height: 700px;
  padding: 64px 0 56px;
  display: grid;
  grid-template-columns: minmax(420px, .82fr) minmax(540px, 1.18fr);
  gap: clamp(36px, 5vw, 90px);
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #d8d6d6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow > span:first-child { width: 24px; height: 4px; transform: skewX(-22deg); background: var(--red); flex: 0 0 auto; }
.hero h1, .section-heading h2, .details h2, .final-cta h2 {
  margin: 0;
  letter-spacing: -.055em;
  line-height: .94;
  font-weight: 900;
  text-wrap: balance;
}
.hero h1 { font-size: clamp(54px, 6vw, 96px); max-width: 760px; }
.hero h1 em, .final-cta h2 em { color: var(--red); font-style: normal; }
html[lang="ar"] .hero h1, html[lang="ar"] .section-heading h2, html[lang="ar"] .details h2, html[lang="ar"] .final-cta h2 { letter-spacing: -.035em; line-height: 1.08; }
.hero-intro { color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.8; max-width: 600px; margin: 30px 0 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 11px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); box-shadow: 0 12px 40px rgba(239,22,56,.14); }
.button-primary:hover { background: #ff2646; }
.button:disabled, .button.disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.button-secondary { background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.18); }
.button-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.3); }

.hero-facts { display: flex; gap: 0; margin: 44px 0 0; }
.hero-facts div { min-width: 150px; padding-inline: 20px; border-inline-start: 1px solid var(--line); }
.hero-facts div:first-child { padding-inline-start: 0; border-inline-start: 0; }
.hero-facts dt { color: var(--dim); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 7px; }
.hero-facts dd { margin: 0; font-size: 14px; font-weight: 750; }

.hero-visual {
  margin: 0;
  position: relative;
  align-self: start;
  width: 100%;
  aspect-ratio: 1332 / 1180;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: #0b0b0b;
  box-shadow: 0 32px 90px rgba(0,0,0,.48);
}
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.15), transparent 44%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 34%); }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-visual[data-fit="cover"] img { object-fit: cover; }
.hero-visual[data-position="top"] img { object-position: center top; }
.hero-visual[data-position="bottom"] img { object-position: center bottom; }
.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  inset-inline: 22px;
  bottom: 20px;
  height: 43px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(5,5,5,.72);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 750;
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 14px var(--red); }

.marquee { border-block: 1px solid var(--line); overflow: hidden; background: rgba(255,255,255,.018); }
.marquee-track { width: max-content; height: 66px; display: flex; align-items: center; gap: 34px; animation: ticker 32s linear infinite; color: #d0cecf; font-size: 12px; font-weight: 850; letter-spacing: .18em; }
.marquee-track i { width: 5px; height: 5px; background: var(--red); transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-50%); } }
html[dir="rtl"] .marquee-track { animation-direction: reverse; }

.sponsor-showcase {
  position: relative;
  min-height: 440px;
  margin-top: 92px;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(420px, 1.28fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.14), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(0,0,0,.48), transparent 38%),
    linear-gradient(125deg, #f31b3c 0%, #c90b29 48%, #760014 100%);
  box-shadow: 0 35px 100px rgba(111,0,20,.25);
}
.sponsor-showcase[data-theme="dark"] { background: radial-gradient(circle at 15% 10%, rgba(239,22,56,.22), transparent 34%), linear-gradient(135deg, #171719, #050505); }
.sponsor-showcase[data-theme="light"] { color: #151517; background: radial-gradient(circle at 85% 20%, rgba(239,22,56,.12), transparent 30%), linear-gradient(135deg, #fff, #e9e9eb); }
.sponsor-showcase[data-theme="light"] .sponsor-mark { background: rgba(255,255,255,.6); border-color: rgba(20,20,22,.14); }
.sponsor-showcase[data-theme="light"] .sponsor-overline,
.sponsor-showcase[data-theme="light"] .sponsor-story > p:last-child,
.sponsor-showcase[data-theme="light"] .sponsor-story .eyebrow { color: rgba(20,20,22,.68); }
.sponsor-showcase::before { content: ""; position: absolute; width: 520px; height: 520px; inset-inline-start: -240px; top: -250px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.sponsor-showcase::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background: repeating-linear-gradient(118deg, transparent 0 31px, rgba(255,255,255,.06) 32px, transparent 33px 64px); mix-blend-mode: overlay; }
.sponsor-mark, .sponsor-story, .sponsor-corner { position: relative; z-index: 1; }
.sponsor-mark { min-height: 260px; padding: 34px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(9,0,2,.17); backdrop-filter: blur(12px); }
.sponsor-overline { margin: 0 0 42px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.sponsor-mark a { display: block; width: min(100%, 310px); }
.sponsor-logo-frame { min-height: 120px; padding: 22px 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(77,0,13,.28); }
.sponsor-mark img { display: block; width: min(100%, 260px); height: auto; max-height: 76px; object-fit: contain; }
.sponsor-logo-frame strong { display: none; color: white; font-size: clamp(24px, 3vw, 42px); letter-spacing: .11em; }
.sponsor-logo-frame.logo-failed img { display: none; }
.sponsor-logo-frame.logo-failed strong { display: block; }
.sponsor-showcase[data-theme="light"] .sponsor-logo-frame { background: #d71132; border-color: transparent; }
.sponsor-role { margin-top: 28px; color: white; font-size: 13px; font-weight: 800; }
.sponsor-story .eyebrow { margin-bottom: 28px; color: rgba(255,255,255,.84); }
.sponsor-story .eyebrow > span:first-child { background: white; }
.sponsor-story h2 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.2vw, 82px); line-height: .96; letter-spacing: -.055em; }
.sponsor-story h2 em { color: white; font-style: normal; text-shadow: 0 8px 30px rgba(48,0,7,.28); }
.sponsor-story > p:last-child { max-width: 700px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.8; }
.sponsor-corner { position: absolute; inset-inline-end: 34px; bottom: 24px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 900; letter-spacing: .18em; }

.games, .experience { padding-block: 130px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { font-size: clamp(42px, 4.3vw, 68px); max-width: 890px; }
.section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.8; max-width: 520px; margin: 0 0 5px; }

.game-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.game-card {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(22,22,24,.95), rgba(9,9,10,.98));
}
.game-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .7; }
.pubg-card::before { background: radial-gradient(circle at 82% 12%, rgba(239,22,56,.25), transparent 35%), linear-gradient(130deg, transparent 55%, rgba(239,22,56,.07)); }
.mlbb-card::before { background: radial-gradient(circle at 82% 12%, rgba(65,104,255,.25), transparent 36%), linear-gradient(130deg, transparent 55%, rgba(228,187,98,.07)); }
.game-card > * { position: relative; z-index: 1; }
.game-card-top { display: flex; justify-content: space-between; align-items: center; }
.registration-state { min-height: 34px; padding: 0 12px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: rgba(64,216,134,.08); color: #81eab0; border: 1px solid rgba(64,216,134,.2); font-size: 11px; font-weight: 850; }
.registration-state i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(64,216,134,.7); }
.registration-state.closed { color: #aaa; background: rgba(255,255,255,.04); border-color: var(--line); }
.registration-state.closed i { background: #777; box-shadow: none; }
.card-number { font-size: 12px; font-weight: 900; color: var(--dim); letter-spacing: .15em; }
.game-logo-word { margin-top: 58px; font-size: clamp(42px, 5vw, 76px); line-height: .75; font-weight: 950; letter-spacing: -.065em; }
.game-logo-word strong { color: var(--red); font-size: .52em; letter-spacing: .03em; }
.mlbb-word { color: #efe5c5; font-size: clamp(34px, 4vw, 61px); line-height: .8; }
.mlbb-word strong { color: var(--gold); }
.game-format { margin: 42px 0 12px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mlbb-card .game-format { color: #8ca4ff; }
.game-card h3 { max-width: 630px; margin: 0; font-size: clamp(25px, 2.4vw, 37px); line-height: 1.18; letter-spacing: -.025em; }
.game-card ul { margin: 26px 0 30px; padding: 0; list-style: none; color: var(--muted); font-size: 14px; line-height: 1.5; }
.game-card li { position: relative; padding: 9px 20px 9px 0; border-bottom: 1px solid rgba(255,255,255,.07); overflow-wrap: anywhere; }
html[dir="rtl"] .game-card li { padding: 9px 0 9px 20px; }
.game-card li::before { content: ""; position: absolute; inset-inline-start: 0; top: 17px; width: 5px; height: 5px; background: var(--red); transform: rotate(45deg); }
.game-card .button { margin-top: auto; width: 100%; }

.experience { border-top: 1px solid var(--line); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.experience-grid article { min-height: 330px; position: relative; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); transition: transform .25s ease, border-color .25s ease; }
.experience-grid article:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.25); }
.experience-grid article > span { position: absolute; inset-inline-end: 24px; top: 24px; color: var(--dim); font-size: 11px; font-weight: 900; }
.experience-icon { width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid rgba(239,22,56,.32); border-radius: 22px; background: radial-gradient(circle, rgba(239,22,56,.22), rgba(239,22,56,.03)); color: var(--red); font-size: 36px; }
.experience-grid article:nth-child(2) .experience-icon { color: #7da4ff; border-color: rgba(65,104,255,.35); background: radial-gradient(circle, rgba(65,104,255,.2), rgba(65,104,255,.03)); }
.experience-grid article:nth-child(3) .experience-icon { color: var(--gold); border-color: rgba(228,187,98,.32); background: radial-gradient(circle, rgba(228,187,98,.18), rgba(228,187,98,.03)); }
.experience-grid h3 { margin: 54px 0 10px; font-size: 25px; }
.experience-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.prize-strip { min-height: 142px; margin-bottom: 54px; padding: 28px 34px; display: grid; grid-template-columns: 180px 1fr; gap: 38px; align-items: center; border: 1px solid rgba(228,187,98,.22); border-radius: 16px; background: radial-gradient(circle at 100% 0, rgba(228,187,98,.11), transparent 34%), rgba(255,255,255,.02); }
.prize-strip > div { display: grid; grid-template-columns: auto 1fr; gap: 5px 14px; align-items: center; }
.prize-strip > div > span { grid-row: 1 / 3; color: var(--gold); font-size: 11px; font-weight: 900; }
.prize-strip p { margin: 0; color: #d2c49f; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.prize-strip strong { color: #dedbd3; font-size: clamp(17px, 2vw, 25px); line-height: 1.5; }

.details { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; padding-bottom: 130px; }
.details-panel, .requirements-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.details-panel { padding: clamp(32px, 5vw, 68px); }
.details h2 { font-size: clamp(44px, 5vw, 76px); }
.detail-list { margin-top: 70px; display: grid; grid-template-columns: repeat(2, 1fr); }
.detail-list div { min-height: 120px; display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 20px 0; border-top: 1px solid var(--line); }
.detail-list div:nth-child(odd) { padding-inline-end: 24px; }
.detail-list div:nth-child(even) { padding-inline-start: 24px; border-inline-start: 1px solid var(--line); }
.detail-list span { color: var(--red); font-size: 11px; font-weight: 900; }
.detail-list p { margin: 0; color: #c7c5c6; font-size: 14px; line-height: 1.65; }
.requirements-card { padding: clamp(30px, 4vw, 50px); background: linear-gradient(145deg, rgba(150,4,28,.17), #0b0b0c 54%); }
.requirements-card h3 { margin: 44px 0 28px; font-size: clamp(30px, 3vw, 42px); }
.requirements-card ul { margin: 0; padding: 0; list-style: none; }
.requirements-card li { min-height: 66px; display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; border-top: 1px solid var(--line); color: #d2d0d1; font-size: 14px; }
.requirements-card li > span:first-child { color: var(--red); font-size: 10px; font-weight: 900; }

.final-cta { min-height: 410px; margin-bottom: 90px; padding: 70px; display: flex; align-items: end; justify-content: space-between; gap: 60px; border-radius: var(--radius); border: 1px solid rgba(239,22,56,.35); background: radial-gradient(circle at 82% 10%, rgba(239,22,56,.25), transparent 31%), linear-gradient(135deg, #151012, #0b0b0c); }
.final-cta h2 { font-size: clamp(56px, 6.4vw, 100px); }
.final-cta .button { min-width: 230px; }

footer { width: var(--shell); min-height: 170px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-top: 1px solid var(--line); color: var(--dim); font-size: 12px; }
footer img { width: 132px; height: 52px; object-fit: contain; object-position: left center; }
html[dir="rtl"] footer img { object-position: right center; }
footer p { margin: 0; }
footer p:nth-of-type(1) { color: #a9a7a8; text-align: center; }
footer p:last-child { justify-self: end; direction: ltr; }

.registration-dialog { width: min(880px, calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; color: var(--ink); background: #0b0b0c; box-shadow: 0 40px 150px rgba(0,0,0,.75); }
.registration-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.dialog-shell { padding: clamp(24px, 4vw, 46px); }
.dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.dialog-header .eyebrow { margin-bottom: 10px; }
.dialog-header h2 { margin: 0; font-size: clamp(32px, 5vw, 54px); letter-spacing: -.045em; }
.dialog-close { width: 43px; height: 43px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.03); color: white; font-size: 28px; cursor: pointer; line-height: 1; }
.dialog-close:hover { background: rgba(255,255,255,.09); }
.form-notice { margin: 22px 0 0; padding: 15px 17px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; border: 1px solid rgba(239,22,56,.22); border-radius: 12px; background: rgba(239,22,56,.07); }
.form-notice > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--red); font-weight: 900; }
.form-notice p { margin: 0; color: #d1cfd0; font-size: 13px; line-height: 1.6; }
.form-section { padding-top: 34px; }
.form-section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.form-section-title > span { color: var(--red); font-size: 11px; font-weight: 900; }
.form-section-title h3 { margin: 0; font-size: 20px; }
.form-help { margin: -10px 0 18px; color: var(--muted); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.form-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form-grid label { min-width: 0; display: grid; gap: 8px; color: #c5c3c4; font-size: 12px; font-weight: 750; }
.form-grid label.full { grid-column: 1 / -1; }
input, textarea, select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 10px;
  outline: 0;
  background: #111113;
  color: white;
  caret-color: var(--red);
  transition: border-color .2s, box-shadow .2s;
}
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: rgba(239,22,56,.78); box-shadow: 0 0 0 3px rgba(239,22,56,.1); }
input.invalid, textarea.invalid { border-color: #ff3151; }
.consents { margin-top: 34px; padding: 20px; display: grid; gap: 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.checkbox-row { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; color: #bbb9ba; font-size: 12px; line-height: 1.55; cursor: pointer; }
.checkbox-row input { width: 18px; height: 18px; min-height: 0; margin: 1px 0 0; accent-color: var(--red); }
.form-error { margin-top: 18px; padding: 13px 15px; border-radius: 9px; background: rgba(239,22,56,.1); color: #ff8295; font-size: 13px; }
.submit-button { width: 100%; margin-top: 22px; }
.button-loader { width: 17px; height: 17px; border: 2px solid rgba(255,255,255,.35); border-top-color: white; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.success-state { min-height: 530px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.success-mark { width: 74px; height: 74px; margin-bottom: 28px; display: grid; place-items: center; border: 1px solid rgba(64,216,134,.4); border-radius: 50%; background: rgba(64,216,134,.1); color: var(--green); font-size: 31px; }
.success-state .eyebrow { justify-content: center; }
.success-state h2 { margin: 0; font-size: clamp(34px, 5vw, 55px); letter-spacing: -.04em; }
.success-state > p:not(.eyebrow) { max-width: 570px; color: var(--muted); line-height: 1.75; }
.reference-box { min-width: min(360px, 100%); margin: 24px 0; padding: 18px; display: grid; gap: 8px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.reference-box span { color: var(--dim); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reference-box strong { direction: ltr; font-size: 24px; letter-spacing: .08em; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 900px); }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 0; }
  .sponsor-showcase { grid-template-columns: 1fr; }
  .sponsor-mark { min-height: 220px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .game-grid, .details { grid-template-columns: 1fr; }
  .game-card { min-height: 590px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid article:last-child { grid-column: 1 / -1; }
  .final-cta { padding: 50px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 28px); --radius: 17px; }
  .site-header { height: 74px; grid-template-columns: 1fr auto; }
  .brand { width: 132px; height: 46px; }
  .brand img { width: 150px; height: 150px; }
  .desktop-nav { display: none; }
  .header-download { display: none; }
  .hero { min-height: auto; padding: 52px 0 32px; gap: 38px; }
  .hero h1 { max-width: 100%; font-size: clamp(42px, 12vw, 60px); overflow-wrap: anywhere; }
  .hero-intro { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .hero-facts div { min-width: 0; }
  .hero-facts div:nth-child(3) { padding-inline-start: 0; border-inline-start: 0; }
  .hero-visual { min-height: 0; }
  .marquee-track { height: 56px; }
  .sponsor-showcase { min-height: auto; margin-top: 58px; padding: 22px; gap: 36px; }
  .sponsor-mark { min-height: 190px; padding: 24px; }
  .sponsor-overline { margin-bottom: 32px; }
  .sponsor-mark a { width: min(100%, 240px); }
  .sponsor-story h2 { font-size: 45px; }
  .sponsor-story > p:last-child { margin-top: 22px; font-size: 14px; }
  .sponsor-corner { display: none; }
  .games, .experience { padding-block: 88px; }
  .section-heading h2 { font-size: 42px; }
  .game-card { min-height: 620px; padding: 22px; }
  .game-logo-word { margin-top: 52px; font-size: 56px; }
  .mlbb-word { font-size: 42px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid article:last-child { grid-column: auto; }
  .prize-strip { min-height: 170px; margin-bottom: 28px; padding: 25px 22px; grid-template-columns: 1fr; gap: 17px; }
  .details { padding-bottom: 88px; }
  .detail-list { grid-template-columns: 1fr; margin-top: 45px; }
  .detail-list div:nth-child(odd), .detail-list div:nth-child(even) { padding-inline: 0; border-inline-start: 0; }
  .final-cta { min-height: 420px; margin-bottom: 60px; padding: 32px 24px; flex-direction: column; align-items: stretch; justify-content: space-between; }
  .final-cta h2 { font-size: 55px; }
  footer { min-height: 230px; padding-block: 38px; grid-template-columns: 1fr; text-align: center; }
  footer img, footer p:last-child { justify-self: center; }
  footer img { object-position: center; }
  .registration-dialog { width: calc(100vw - 12px); max-height: calc(100vh - 12px); border-radius: 16px; }
  .dialog-shell { padding: 22px 17px; }
  .form-grid, .form-grid.three { grid-template-columns: 1fr; }
  .dialog-header h2 { font-size: 32px; }
}

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