/* MegaAraw — main stylesheet. BEM, mobile-first. */

@font-face {
  font-family: "Unbounded";
  src: url("../fonts/unbounded-latin.woff2") format("woff2");
  font-weight: 500 800;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --bg: #120d18;
  --bg-2: #181120;
  --surface: #20172a;
  --surface-2: #2a1f36;
  --surface-3: #342741;
  --line: rgba(255, 236, 214, .09);
  --line-2: rgba(255, 236, 214, .17);
  --text: #f8f0e7;
  --muted: #bcaebf;
  --faint: #8a7c93;
  --sun: #ffb23e;
  --sun-2: #ff7a3a;
  --rose: #ec3f67;
  --live: #ff4564;
  --ok: #45d69b;
  --warn: #ffc857;
  --info: #86b8ff;
  --grad: linear-gradient(135deg, #ffd66b 0%, #ff8a3d 48%, #e8365d 100%);
  --grad-soft: linear-gradient(135deg, rgba(255, 214, 107, .16), rgba(232, 54, 93, .12));
  --f-display: "Unbounded", "Arial Black", system-ui, sans-serif;
  --f-body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --wrap: 1240px;
  --gut: 16px;
  --header-h: 108px;
  --tabbar-h: 64px;
  --shadow: 0 18px 40px -18px rgba(0, 0, 0, .7);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 16px/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: calc(var(--tabbar-h) + env(safe-area-inset-bottom));
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--sun); text-underline-offset: 3px; }
a[href^="tel:"] { white-space: nowrap; }
a:hover { color: #ffd08a; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.15; font-weight: 700; }
h1, h2 { font-family: var(--f-display); letter-spacing: -.01em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
:focus-visible { outline: 2px solid var(--sun); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }

.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; margin: -1px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--sun); color: #1a0f1f; padding: 10px 14px; border-radius: var(--r-sm); font-weight: 700; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.ico { width: 20px; height: 20px; flex: none; }
.ico--sm { width: 16px; height: 16px; }
.ico--ok { color: var(--ok); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.mt-0 { margin-top: 0; }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; font-size: 15px; line-height: 1; text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--sun { background: var(--grad); color: #1d0f18; box-shadow: 0 8px 24px -10px rgba(255, 122, 58, .8); }
.btn--sun:hover { color: #1d0f18; box-shadow: 0 10px 30px -8px rgba(255, 122, 58, .9); }
.btn--ghost { background: rgba(255, 255, 255, .04); border-color: var(--line-2); color: var(--text); }
.btn--ghost:hover { border-color: rgba(255, 178, 62, .6); color: var(--text); background: rgba(255, 178, 62, .08); }
.btn--sm { min-height: 38px; padding: 0 14px; font-size: 14px; }
.btn--lg { min-height: 54px; padding: 0 26px; font-size: 16px; }
.btn--block { width: 100%; }
.btn[disabled], .btn--disabled { opacity: .5; pointer-events: none; }

/* ---------- Logo ---------- */
.logo__mark { flex: none; }
.logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); }
.logo:hover { color: var(--text); }
.logo__word { font: 700 19px/1 var(--f-display); letter-spacing: -.02em; }
.logo__word b { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: rgba(18, 13, 24, .88); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line); }
.header__bar { display: flex; align-items: center; gap: 10px; height: 60px; }
.header__burger { flex: none; display: inline-grid; place-items: center; width: 40px; height: 40px; margin-left: -8px; border: 0; border-radius: 12px; background: none; cursor: pointer; }
.header__burger:hover { background: var(--surface); }
.header__logo .logo__mark { width: 28px; height: 28px; }
.header__nav { display: none; }
.header__actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.header__login { display: none; }
.header__acct span { display: none; }
.lang-switch { display: inline-flex; align-items: center; gap: 5px; height: 38px; padding: 0 10px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.lang-switch:hover { color: var(--text); background: var(--surface); }

.catbar { border-top: 1px solid var(--line); }
.catbar__track { display: flex; gap: 6px; height: 48px; align-items: center; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.catbar__track::-webkit-scrollbar { display: none; }
.catbar__link {
  display: inline-flex; align-items: center; gap: 7px; flex: none; height: 34px; padding: 0 13px;
  border-radius: 999px; color: var(--muted); font-size: 14px; font-weight: 600; text-decoration: none;
}
.catbar__link:hover { color: var(--text); background: var(--surface); }
.catbar__link[aria-current] { color: #1d0f18; background: var(--sun); }
.catbar__ico { width: 17px; height: 17px; }

/* ---------- Drawer ---------- */
.drawer { position: fixed; inset: 0; z-index: 100; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(6, 3, 9, .7); }
.drawer__panel {
  position: absolute; top: 0; bottom: 0; left: 0; width: min(360px, 88vw); overflow-y: auto;
  background: var(--bg-2); border-right: 1px solid var(--line); padding: 16px 16px 32px;
  animation: drawer-in .22s ease-out;
}
@keyframes drawer-in { from { transform: translateX(-24px); opacity: 0; } }
.drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.drawer__close { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 12px; background: var(--surface); cursor: pointer; }
.drawer__cta { display: grid; gap: 8px; margin-bottom: 20px; }
.drawer__label { margin: 18px 0 8px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.drawer__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.drawer__tile { display: flex; align-items: center; gap: 9px; padding: 12px; border-radius: 12px; background: var(--surface); color: var(--text); text-decoration: none; font-weight: 600; font-size: 14px; }
.drawer__tile .ico { color: var(--sun); }
.drawer__tile[aria-current] { background: var(--surface-3); box-shadow: inset 0 0 0 1px rgba(255, 178, 62, .5); }
.drawer__list { list-style: none; padding: 0; margin: 0; }
.drawer__list a { display: block; padding: 11px 4px; border-bottom: 1px solid var(--line); color: var(--text); text-decoration: none; font-weight: 600; }
.drawer__list a[aria-current] { color: var(--sun); }
.drawer__age { margin-top: 22px; color: var(--muted); font-size: 13px; }
.drawer__age b { color: var(--sun); }
.is-locked { overflow: hidden; }

/* ---------- Tab bar (phones) ---------- */
.tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: repeat(5, 1fr);
  height: calc(var(--tabbar-h) + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom);
  background: rgba(24, 17, 32, .96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line);
}
.tabbar__link { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--faint); font-size: 11px; font-weight: 700; text-decoration: none; }
.tabbar__link .ico { width: 22px; height: 22px; }
.tabbar__link[aria-current] { color: var(--sun); }
.tabbar__link--live .ico { color: var(--live); }

/* ---------- Common sections ---------- */
.main { display: block; }
.section { padding: 36px 0; }
.section--tight { padding: 20px 0; }
.section--alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--sun); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sect-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 8px 16px; margin-bottom: 18px; }
.sect-head__text { flex: 1 1 260px; min-width: 0; }
.sect-head__title { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 20px; }
.sect-head__icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--grad-soft); color: var(--sun); }
.sect-head__icon .ico { width: 18px; height: 18px; }
.sect-head__intro { margin: 6px 0 0; color: var(--muted); font-size: 15px; max-width: 62ch; }
.sect-head__link { display: inline-flex; align-items: center; gap: 4px; flex: none; font-size: 14px; font-weight: 700; text-decoration: none; }

/* ---------- Home hero ---------- */
.hero { position: relative; overflow: hidden; padding: 28px 0 8px; }
.hero::before {
  content: ""; position: absolute; left: 50%; top: -280px; width: 760px; height: 760px; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 138, 61, .34) 0%, rgba(232, 54, 93, .16) 38%, transparent 66%); pointer-events: none;
}
.hero__inner { position: relative; display: grid; gap: 26px; }
.hero__title { font-size: clamp(30px, 8.4vw, 56px); line-height: 1.04; margin-bottom: 14px; }
.hero__title em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead { color: var(--muted); font-size: 17px; max-width: 54ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 16px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 8px 16px; list-style: none; padding: 0; margin: 0; color: var(--muted); font-size: 13px; font-weight: 600; }
.hero__facts li { display: inline-flex; align-items: center; gap: 6px; }
.hero__facts .ico { color: var(--sun); }
.hero__stage { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hero__tile { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); background: var(--surface); text-decoration: none; color: var(--text); }
.hero__tile img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero__tile--big { grid-column: span 2; grid-row: span 2; }
.hero__tile-tag { position: absolute; left: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; background: rgba(18, 13, 24, .82); font-size: 12px; font-weight: 700; }

/* ---------- Page hero ---------- */
.page-hero { position: relative; overflow: hidden; padding: 22px 0 26px; border-bottom: 1px solid var(--line); background: radial-gradient(120% 140% at 100% 0%, rgba(255, 138, 61, .16), transparent 55%), var(--bg); }
.page-hero__inner { display: grid; gap: 20px; align-items: center; }
.page-hero__title { font-size: clamp(26px, 7vw, 46px); margin-bottom: 10px; }
.page-hero__lead { color: var(--muted); font-size: 16px; max-width: 64ch; margin-bottom: 0; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.page-hero__art { display: none; }
.page-hero--doc { background: var(--bg); }

.crumbs__list { display: flex; flex-wrap: wrap; gap: 4px; list-style: none; padding: 0; margin: 0 0 12px; font-size: 13px; color: var(--faint); }
.crumbs__list li + li::before { content: "/"; margin-right: 4px; color: var(--faint); }
.crumbs__list a { color: var(--muted); text-decoration: none; }
.crumbs__list a:hover { color: var(--text); }

/* ---------- Chips & search ---------- */
.toolbar { display: grid; gap: 12px; margin-bottom: 20px; }
.toolbar__chips { display: grid; gap: 10px; min-width: 0; }
.toolbar__chips:empty { display: none; }
.chips { position: relative; margin: 0 calc(var(--gut) * -1); }
.chips__track { display: flex; gap: 8px; overflow-x: auto; padding: 2px var(--gut); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.chips__track::-webkit-scrollbar { display: none; }
.chip {
  display: inline-flex; align-items: center; gap: 7px; flex: none; height: 38px; padding: 0 14px; border-radius: 999px;
  border: 1px solid var(--line-2); background: var(--surface); color: var(--text); font-size: 14px; font-weight: 600; text-decoration: none;
}
.chip:hover { border-color: rgba(255, 178, 62, .6); color: var(--text); }
.chip--active { background: var(--text); border-color: var(--text); color: #1a0f1f; }
.chip--active:hover { color: #1a0f1f; }
.chip__count { min-width: 22px; padding: 1px 6px; border-radius: 999px; background: rgba(255, 255, 255, .08); font-size: 12px; text-align: center; }
.chip--active .chip__count { background: rgba(26, 15, 31, .12); }
.search { position: relative; }
.search__ico { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--faint); pointer-events: none; }
.search__input { width: 100%; height: 46px; padding: 0 16px 0 44px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--surface); font-size: 15px; }
.search__input::placeholder { color: var(--faint); }
.search__input:focus { outline: none; border-color: var(--sun); box-shadow: 0 0 0 3px rgba(255, 178, 62, .2); }
.search__none { margin: 14px 0; color: var(--muted); }

/* ---------- Game grid & cards ---------- */
.game-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
.game-grid--rail {
  grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 42%;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gut); margin: 0 calc(var(--gut) * -1); padding: 0 var(--gut) 6px; scrollbar-width: none;
}
.game-grid--rail::-webkit-scrollbar { display: none; }
.game-grid--rail .game-card { scroll-snap-align: start; }
.game-card { display: flex; flex-direction: column; min-width: 0; color: var(--text); text-decoration: none; }
.game-card:hover { color: var(--text); }
.game-card__media { position: relative; display: block; aspect-ratio: 1; border-radius: var(--r); overflow: hidden; background: var(--surface-2); box-shadow: 0 0 0 1px var(--line); }
.game-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.game-card__badges { position: absolute; left: 8px; top: 8px; display: flex; gap: 5px; }
.game-card__play {
  position: absolute; inset: 0; display: grid; place-items: center; background: rgba(18, 13, 24, .45); opacity: 0; transition: opacity .2s ease;
}
.game-card__play .ico { width: 54px; height: 54px; padding: 16px; border-radius: 50%; background: var(--grad); color: #1d0f18; fill: currentColor; }
.game-card:hover .game-card__media img, .game-card:focus-visible .game-card__media img { transform: scale(1.05); }
.game-card:hover .game-card__play, .game-card:focus-visible .game-card__play { opacity: 1; }
.game-card__title { margin-top: 9px; font-weight: 700; font-size: 14px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.game-card__meta { margin-top: 2px; color: var(--faint); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.badge { display: inline-flex; align-items: center; gap: 5px; height: 22px; padding: 0 8px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.badge--live { background: var(--live); color: #fff; }
.badge--live i { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: pulse 1.6s ease-in-out infinite; }
.badge--new { background: var(--sun); color: #1d0f18; }
@keyframes pulse { 50% { opacity: .35; } }

/* ---------- Status ---------- */
.status { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.status i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.status--open, .status--active { color: var(--ok); }
.status--open i, .status--active i { animation: pulse 1.6s ease-in-out infinite; }
.status--paused, .status--upcoming { color: var(--warn); }
.status--closed, .status--finished { color: var(--faint); }

/* ---------- Live tables ---------- */
.table-grid { display: grid; gap: 12px; }
.table-card { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 12px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); }
.table-card__img { width: 96px; height: 96px; border-radius: 12px; object-fit: cover; }
.table-card__name { margin: 4px 0 6px; font-size: 16px; }
.table-card__facts { display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 0 0 10px; font-size: 13px; }
.table-card__facts dt { color: var(--faint); }
.table-card__facts dd { margin: 0; font-weight: 700; }
.table-card--closed { opacity: .6; }

/* ---------- Empty state ---------- */
.empty { display: grid; justify-items: center; gap: 4px; padding: 36px 20px; border-radius: var(--r-lg); border: 1px dashed var(--line-2); background: var(--bg-2); text-align: center; }
.empty__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 8px; border-radius: 18px; background: var(--grad-soft); color: var(--sun); }
.empty__icon .ico { width: 26px; height: 26px; }
.empty__title { margin: 0; font: 700 17px/1.3 var(--f-display); }
.empty__text { margin: 4px 0 0; color: var(--muted); max-width: 56ch; font-size: 15px; }
.empty__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 14px; }
.empty--compact { padding: 26px 18px; }

/* ---------- Link cards ---------- */
.link-cards { display: grid; gap: 10px; }
.link-card {
  position: relative; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center;
  padding: 16px 44px 16px 16px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); color: var(--text); text-decoration: none;
  transition: border-color .15s ease, background-color .15s ease;
}
.link-card:hover { border-color: rgba(255, 178, 62, .45); background: var(--surface-2); color: var(--text); }
.link-card__icon { grid-row: span 2; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--grad-soft); color: var(--sun); }
.link-card__title { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 16px; }
.link-card__count { padding: 1px 8px; border-radius: 999px; background: var(--surface-3); color: var(--muted); font-size: 12px; }
.link-card__text { color: var(--muted); font-size: 14px; line-height: 1.45; }
.link-card__arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--faint); }

/* ---------- Promo band (register / wallet / RG) ---------- */
.band { display: grid; gap: 12px; }
.band__card { position: relative; overflow: hidden; padding: 22px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); }
.band__card--sun { background: radial-gradient(120% 120% at 100% 0%, rgba(255, 138, 61, .35), transparent 60%), var(--surface-2); border-color: rgba(255, 178, 62, .3); }
.band__icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 14px; border-radius: 14px; background: var(--grad-soft); color: var(--sun); }
.band__title { font: 700 19px/1.25 var(--f-display); margin-bottom: 8px; }
.band__text { color: var(--muted); font-size: 15px; }
.band__list { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 6px; font-size: 14px; }
.band__list li { display: flex; gap: 8px; }
.band__list .ico { color: var(--ok); margin-top: 2px; }

/* ---------- Providers ---------- */
.providers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; padding: 0; margin: 0; }
.providers__item { display: flex; flex-direction: column; gap: 2px; padding: 14px 16px; border-radius: var(--r); border: 1px solid var(--line); background: var(--surface); color: var(--text); text-decoration: none; }
.providers__item:hover { border-color: rgba(255, 178, 62, .45); color: var(--text); }
.providers__name { font: 700 15px/1.2 var(--f-display); }
.providers__count { color: var(--faint); font-size: 13px; }

/* ---------- Steps ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; counter-reset: s; }
.steps__item { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 16px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); }
.steps__num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--grad); color: #1d0f18; font: 800 17px/1 var(--f-display); }
.steps__num .ico { width: 22px; height: 22px; }
.steps__title { margin: 2px 0 4px; font-size: 16px; }
.steps__text { margin: 0; color: var(--muted); font-size: 14px; }
.steps--flow .steps__item::after { content: ""; position: absolute; left: 38px; bottom: -13px; width: 2px; height: 14px; background: var(--line-2); }
.steps--flow .steps__item:last-child::after { display: none; }

/* ---------- Notes ---------- */
.note { align-self: start; display: flex; gap: 12px; padding: 14px 16px; border-radius: var(--r); border: 1px solid var(--line-2); background: var(--surface); font-size: 15px; }
.note > .ico { margin-top: 2px; color: var(--info); }
.note__body > :last-child { margin-bottom: 0; }
.note--warn { border-color: rgba(255, 200, 87, .35); background: rgba(255, 200, 87, .07); }
.note--warn > .ico { color: var(--warn); }
.note--error { border-color: rgba(255, 69, 100, .45); background: rgba(255, 69, 100, .08); }
.note--error > .ico { color: var(--live); }
.note--ok { border-color: rgba(69, 214, 155, .4); background: rgba(69, 214, 155, .07); }
.note--ok > .ico { color: var(--ok); }
.note--sun { border-color: rgba(255, 178, 62, .35); background: var(--grad-soft); }
.note--sun > .ico { color: var(--sun); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 8px; }
.faq__item { border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); }
.faq__q { position: relative; display: block; padding: 16px 52px 16px 18px; cursor: pointer; font-weight: 700; list-style: none; }
.faq__q::-webkit-details-marker { display: none; }
.faq__icon { position: absolute; right: 18px; top: 50%; width: 14px; height: 14px; transform: translateY(-50%); }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 0; top: 6px; width: 14px; height: 2px; border-radius: 2px; background: var(--sun); transition: transform .2s ease; }
.faq__icon::after { transform: rotate(90deg); }
.faq__item[open] .faq__icon::after { transform: rotate(0); }
.faq__a { padding: 0 18px 16px; color: var(--muted); }

/* ---------- Prose ---------- */
.prose { color: var(--muted); }
.prose h2 { color: var(--text); font-size: 21px; margin: 1.8em 0 .6em; }
.prose h3 { color: var(--text); font-size: 17px; margin: 1.4em 0 .5em; font-family: var(--f-body); font-weight: 800; }
.prose strong, .prose b { color: var(--text); }
.prose li { margin-bottom: .35em; }
.prose > :first-child { margin-top: 0; }
.prose > :last-child { margin-bottom: 0; }

/* ---------- Info cards / grids ---------- */
.cols { display: grid; gap: 14px; }
.card { padding: 20px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); }
.card__icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 12px; border-radius: 12px; background: var(--grad-soft); color: var(--sun); }
.card__title { font-size: 17px; margin-bottom: 6px; }
.card__text { color: var(--muted); font-size: 15px; margin: 0; }
.card > :last-child { margin-bottom: 0; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.checklist li { display: flex; gap: 10px; }
.checklist .ico { color: var(--ok); margin-top: 3px; }
.checklist--no .ico { color: var(--live); }
.facts { display: grid; gap: 0; margin: 0; border-radius: var(--r); border: 1px solid var(--line); overflow: hidden; }
.facts > div { display: grid; gap: 2px; padding: 12px 16px; background: var(--surface); border-bottom: 1px solid var(--line); }
.facts > div:last-child { border-bottom: 0; }
.facts dt { color: var(--faint); font-size: 13px; }
.facts dd { margin: 0; font-weight: 700; }

/* ---------- Tournaments ---------- */
.tour-grid { display: grid; gap: 14px; }
.tour-card { display: grid; gap: 14px; padding: 18px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); }
.tour-card--active { border-color: rgba(69, 214, 155, .35); }
.tour-card__title { margin: 6px 0 0; font-size: 18px; font-family: var(--f-display); }
.tour-card__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; }
.tour-card__facts dt { display: flex; align-items: center; gap: 6px; color: var(--faint); font-size: 13px; }
.tour-card__facts dd { margin: 2px 0 0; font-weight: 700; font-size: 14px; }
.tour-card__label { margin: 0 0 6px; color: var(--faint); font-size: 13px; }
.tour-card__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.tour-card__list a { display: inline-flex; align-items: center; gap: 8px; padding: 4px 10px 4px 4px; border-radius: 999px; background: var(--surface-2); color: var(--text); font-size: 13px; font-weight: 600; text-decoration: none; }
.tour-card__list img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.tour-card__details summary { display: inline-flex; align-items: center; gap: 6px; color: var(--sun); font-weight: 700; cursor: pointer; list-style: none; }
.tour-card__details summary::-webkit-details-marker { display: none; }
.tour-card__details[open] summary .ico { transform: rotate(180deg); }
.tour-card__details .prose { margin-top: 10px; font-size: 14px; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 16px; }
.form__row { display: grid; gap: 16px; }
.form__hint { color: var(--faint); font-size: 13px; margin: 0; }
.fieldset { margin: 0; padding: 0; border: 0; display: grid; gap: 16px; }
.fieldset__legend { padding: 0; margin-bottom: 2px; font: 700 16px/1.3 var(--f-display); }
.field { display: grid; gap: 6px; }
.field__label { font-weight: 700; font-size: 14px; }
.field__label small { color: var(--faint); font-weight: 500; }
.input, .select, .textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line-2);
  background: var(--bg-2); font-size: 16px; transition: border-color .15s ease, box-shadow .15s ease;
}
.textarea { min-height: 140px; resize: vertical; }
.select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bcaebf' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 40px; }
.select option { background: var(--bg-2); }
.input::placeholder, .textarea::placeholder { color: var(--faint); }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--sun); box-shadow: 0 0 0 3px rgba(255, 178, 62, .2); }
.input[aria-invalid="true"], .select[aria-invalid="true"], .textarea[aria-invalid="true"] { border-color: var(--live); }
input[type="date"].input { color-scheme: dark; }
.field__error { display: flex; align-items: center; gap: 6px; margin: 0; color: #ff8fa3; font-size: 13px; font-weight: 600; }
.igroup { display: flex; align-items: stretch; border-radius: 12px; border: 1px solid var(--line-2); background: var(--bg-2); overflow: hidden; }
.igroup:focus-within { border-color: var(--sun); box-shadow: 0 0 0 3px rgba(255, 178, 62, .2); }
.igroup__pre { display: flex; align-items: center; padding: 0 12px 0 14px; color: var(--muted); font-weight: 700; border-right: 1px solid var(--line); }
.igroup .input { border: 0; border-radius: 0; box-shadow: none; }
.igroup:has([aria-invalid="true"]) { border-color: var(--live); }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--muted); cursor: pointer; }
.check input { flex: none; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--sun); }
.check b { color: var(--text); }
.otp-input { letter-spacing: .5em; font: 700 24px/1 var(--f-display); text-align: center; }
.file { position: relative; display: grid; justify-items: center; gap: 6px; padding: 22px 16px; border-radius: var(--r); border: 1px dashed var(--line-2); background: var(--bg-2); text-align: center; cursor: pointer; transition: border-color .15s ease; }
.file:hover, .file:focus-within { border-color: var(--sun); }
.file input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.file__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--grad-soft); color: var(--sun); }
.file__title { font-weight: 700; }
.file__hint { color: var(--faint); font-size: 13px; }
.file__name { color: var(--ok); font-size: 13px; font-weight: 700; }
.file[aria-invalid="true"], .file:has([aria-invalid="true"]) { border-color: var(--live); }

/* ---------- Auth ---------- */
.auth { display: grid; gap: 20px; padding-top: 22px; padding-bottom: 40px; }
.auth__card { padding: 22px 18px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); }
.auth__title { font-size: clamp(24px, 6vw, 32px); margin-bottom: 6px; }
.auth__sub { color: var(--muted); margin-bottom: 18px; }
.auth__switch { color: var(--muted); font-size: 14px; text-align: center; margin: 0; }
.auth__aside { display: grid; gap: 14px; align-content: start; }
.auth__mobile { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: var(--surface-2); font-weight: 700; }
.auth__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.linkbtn { padding: 0; border: 0; background: none; color: var(--sun); font-weight: 700; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.linkbtn[disabled] { color: var(--faint); cursor: default; text-decoration: none; }

.stepper { list-style: none; padding: 0; margin: 0 0 20px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.stepper__item { display: grid; gap: 6px; font-size: 11px; font-weight: 700; color: var(--faint); line-height: 1.25; }
.stepper__item::before { content: ""; height: 4px; border-radius: 4px; background: var(--surface-3); }
.stepper__item--done { color: var(--muted); }
.stepper__item--done::before { background: var(--ok); }
.stepper__item--current { color: var(--text); }
.stepper__item--current::before { background: var(--grad); }

.result { display: grid; justify-items: center; gap: 6px; padding: 16px 0 6px; text-align: center; }
.result__icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; margin-bottom: 8px; }
.result__icon .ico { width: 34px; height: 34px; }
.result__icon--ok { background: rgba(69, 214, 155, .14); color: var(--ok); }
.result__icon--wait { background: rgba(255, 200, 87, .14); color: var(--warn); }

/* ---------- Play page ---------- */
.play { display: grid; gap: 22px; padding-top: 22px; padding-bottom: 40px; }
.play__cover { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); max-width: 420px; }
.play__cover img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.play__title { font-size: clamp(26px, 6.5vw, 40px); margin: 6px 0 8px; }
.play__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.pill { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; border-radius: 999px; background: var(--surface-2); color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
a.pill:hover { color: var(--text); }
.play__launch { display: grid; gap: 12px; padding: 18px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); margin-bottom: 18px; }
.play__launch-title { margin: 0; font-weight: 800; }
.play__launch p { margin: 0; color: var(--muted); font-size: 15px; }
.play__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Account ---------- */
.acct { display: grid; gap: 18px; padding-top: 20px; padding-bottom: 40px; }
.acct__side { display: grid; gap: 12px; align-content: start; }
.acct__user { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); }
.acct__avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--grad); color: #1d0f18; font: 800 18px/1 var(--f-display); flex: none; }
.acct__name { margin: 0; font-weight: 800; }
.acct__id { margin: 2px 0 6px; color: var(--faint); font-size: 13px; }
.acct__nav { margin: 0 calc(var(--gut) * -1); }
.acct__tabs { display: flex; gap: 6px; overflow-x: auto; padding: 2px var(--gut); list-style: none; margin: 0; scrollbar-width: none; }
.acct__tabs::-webkit-scrollbar { display: none; }
.acct__tab { display: inline-flex; align-items: center; gap: 8px; flex: none; height: 40px; padding: 0 14px; border-radius: 12px; background: var(--surface); color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.acct__tab:hover { color: var(--text); }
.acct__tab[aria-current] { background: var(--surface-3); color: var(--text); box-shadow: inset 0 0 0 1px rgba(255, 178, 62, .45); }
.acct__tab[aria-current] .ico { color: var(--sun); }
.acct__main { min-width: 0; }
.acct__title { font-size: clamp(22px, 5.5vw, 30px); margin-bottom: 6px; }
.acct__lead { color: var(--muted); margin-bottom: 18px; }
.balance { display: grid; gap: 4px; padding: 22px; border-radius: var(--r-lg); background: radial-gradient(120% 140% at 100% 0%, rgba(255, 138, 61, .35), transparent 60%), var(--surface-2); border: 1px solid rgba(255, 178, 62, .25); margin-bottom: 16px; }
.balance__label { color: var(--muted); font-size: 14px; margin: 0; }
.balance__value { margin: 0; font: 800 clamp(30px, 8vw, 44px)/1.1 var(--f-display); }
.balance__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.vbadge { display: inline-flex; align-items: center; gap: 5px; height: 26px; padding: 0 10px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.vbadge--unverified { background: rgba(255, 69, 100, .14); color: #ff8fa3; }
.vbadge--pending { background: rgba(255, 200, 87, .14); color: var(--warn); }
.vbadge--verified { background: rgba(69, 214, 155, .14); color: var(--ok); }

.dtable-wrap { border-radius: var(--r); border: 1px solid var(--line); overflow: hidden; }
.dtable { width: 100%; border-collapse: collapse; font-size: 14px; }
.dtable th, .dtable td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.dtable thead th { color: var(--faint); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; background: var(--bg-2); }
.dtable tbody th { font-weight: 800; }
.dtable tbody th small { display: block; margin-top: 4px; color: var(--faint); font-weight: 500; }
.dtable tbody tr:last-child > * { border-bottom: 0; }
@media (max-width: 719px) {
  .dtable thead { display: none; }
  .dtable, .dtable tbody, .dtable tr, .dtable th, .dtable td { display: block; width: 100%; }
  .dtable tr { padding: 10px 0; border-bottom: 1px solid var(--line); }
  .dtable tbody tr:last-child { border-bottom: 0; }
  .dtable th, .dtable td { border: 0; padding: 4px 14px; }
  .dtable td { display: flex; justify-content: space-between; gap: 12px; }
  .dtable td::before { content: attr(data-label); color: var(--faint); font-weight: 600; }
}

/* ---------- Documents ---------- */
.doc { display: grid; gap: 24px; padding-top: 26px; padding-bottom: 48px; }
.doc__updated { color: var(--faint); font-size: 14px; }
.toc { padding: 16px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); }
.toc__title { margin: 0 0 8px; font-weight: 800; font-size: 14px; }
.toc__list { margin: 0; padding-left: 1.2em; font-size: 14px; }
.toc__list li { margin-bottom: 4px; }
.toc__list a { color: var(--muted); text-decoration: none; }
.toc__list a:hover { color: var(--sun); }
.doc__body h2 { scroll-margin-top: calc(var(--header-h) + 16px); }

/* ---------- RG strip ---------- */
.rg-strip { margin-top: 40px; background: var(--grad-soft); border-top: 1px solid rgba(255, 178, 62, .2); border-bottom: 1px solid rgba(255, 178, 62, .2); }
.rg-strip__inner { display: grid; grid-template-columns: auto 1fr; gap: 10px 14px; align-items: center; padding-top: 16px; padding-bottom: 16px; }
.rg-strip__age { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--sun); color: var(--sun); font: 800 15px/1 var(--f-display); }
.rg-strip__text { margin: 0; font-size: 14px; color: var(--muted); }
.rg-strip__text b { color: var(--text); }
.rg-strip__link { grid-column: 1 / -1; display: inline-flex; align-items: center; gap: 4px; font-weight: 700; font-size: 14px; text-decoration: none; }

/* ---------- Footer ---------- */
.footer { padding: 36px 0 24px; background: #0c0811; border-top: 1px solid var(--line); font-size: 14px; }
.footer__top { display: grid; gap: 28px; }
.footer__tagline { margin: 12px 0 14px; color: var(--muted); max-width: 40ch; }
.footer__contacts { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; color: var(--muted); }
.footer__contacts li { display: flex; align-items: center; gap: 8px; }
.footer__contacts a { color: var(--text); text-decoration: none; }
.footer__contacts a:hover { color: var(--sun); }
.footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; }
.footer__title { margin: 0 0 10px; font-weight: 800; color: var(--text); }
.footer__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.footer__col a { color: var(--muted); text-decoration: none; }
.footer__col a:hover { color: var(--sun); }
.footer__legal { display: grid; gap: 16px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer__badges { display: flex; gap: 8px; }
.footer__badge { display: grid; place-items: center; height: 40px; padding: 0 12px; border-radius: 10px; border: 1px solid var(--line-2); color: var(--muted); font: 700 13px/1 var(--f-display); letter-spacing: .04em; }
.footer__badge--age { width: 40px; padding: 0; border-radius: 50%; border-color: var(--sun); color: var(--sun); }
.footer__text { color: var(--faint); font-size: 13px; }
.footer__text p { margin-bottom: 6px; }
.footer__caps { color: var(--muted); font-weight: 700; letter-spacing: .03em; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--faint); font-size: 13px; }
.footer__bottom p { margin: 0; }
.footer__langs { display: flex; gap: 14px; }
.footer__langs a { color: var(--muted); text-decoration: none; }
.footer__langs a[aria-current] { color: var(--sun); font-weight: 700; }

/* ---------- Age gate ---------- */
.age-gate { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 16px; background: rgba(8, 4, 12, .9); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); overflow-y: auto; }
.age-gate__panel { position: relative; width: 100%; max-width: 480px; padding: 28px 22px 22px; border-radius: var(--r-lg); background: var(--bg-2); border: 1px solid rgba(255, 178, 62, .3); box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .9); text-align: center; }
.age-gate__sun { display: flex; justify-content: center; margin-bottom: 8px; }
.age-gate__badge { display: inline-block; margin: 0 0 6px; padding: 4px 14px; border-radius: 999px; background: var(--grad); color: #1d0f18; font: 800 15px/1.2 var(--f-display); }
.age-gate__title { font-size: 26px; margin-bottom: 10px; }
.age-gate__text { text-align: left; color: var(--muted); font-size: 14px; }
.age-gate__list { padding-left: 1.1em; }
.age-gate__list li { margin-bottom: 4px; }
.age-gate__rg { color: var(--text); font-weight: 700; font-size: 12px; letter-spacing: .03em; text-align: center; }
.age-gate__actions { display: grid; gap: 8px; margin-top: 6px; }
.age-gate__more { margin: 14px 0 0; font-size: 13px; }

/* ---------- 404 ---------- */
.notfound { padding: 60px 0; text-align: center; }
.notfound__code { font: 800 clamp(80px, 22vw, 160px)/1 var(--f-display); background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 0; }

/* Single-column grids must never grow past the viewport because of a wide child. */
.toolbar, .toolbar__chips, .cols, .auth, .acct, .doc, .play, .hero__inner, .page-hero__inner, .footer__top, .band, .link-cards, .tour-grid, .table-grid { grid-template-columns: minmax(0, 1fr); }
.chips { min-width: 0; }

/* ================= Breakpoints ================= */
@media (max-width: 479px) {
  .header__actions .lang-switch { display: none; }
}
.drawer__lang { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 10px 14px; border-radius: 12px; background: var(--surface); color: var(--text); font-weight: 700; text-decoration: none; }

@media (max-width: 379px) {
  .header__bar { gap: 6px; }
  .logo__word { font-size: 15px; }
  .header__logo { min-width: 0; }
  .header__logo .logo__mark { width: 24px; height: 24px; }
  .header__actions { gap: 4px; }
  .header__actions .btn--sm { padding: 0 10px; font-size: 13px; }
}

@media (min-width: 560px) {
  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .game-grid--rail { grid-auto-columns: 30%; }
  .providers { grid-template-columns: repeat(3, 1fr); }
  .form__row--2 { grid-template-columns: 1fr 1fr; }
  .cols--2 { grid-template-columns: 1fr 1fr; }
  .link-cards { grid-template-columns: 1fr 1fr; }
  .rg-strip__inner { grid-template-columns: auto 1fr auto; }
  .rg-strip__link { grid-column: auto; }
  .facts > div { grid-template-columns: 200px 1fr; align-items: baseline; }
}

@media (min-width: 720px) {
  :root { --gut: 24px; }
  .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 16px; }
  .game-grid--rail { grid-auto-columns: 22%; }
  .section { padding: 48px 0; }
  .sect-head__title { font-size: 24px; }
  .band { grid-template-columns: repeat(3, 1fr); }
  .cols--3 { grid-template-columns: repeat(3, 1fr); }
  .table-grid, .tour-grid { grid-template-columns: 1fr 1fr; }
  .footer__nav { grid-template-columns: repeat(4, 1fr); }
  .footer__legal { grid-template-columns: auto 1fr; align-items: start; }
  .header__login { display: inline-flex; }
  .header__acct span { display: inline; }
  .auth__card { padding: 30px; }
  .page-hero--art .page-hero__inner { grid-template-columns: 1fr 300px; }
  .page-hero__art { display: block; position: relative; height: 220px; }
  .page-hero__cover { position: absolute; width: 150px; border-radius: 18px; box-shadow: var(--shadow); }
  .page-hero__cover--1 { right: 70px; top: 10px; z-index: 3; transform: rotate(-4deg); width: 170px; }
  .page-hero__cover--2 { right: 0; top: 50px; z-index: 2; transform: rotate(8deg); opacity: .9; }
  .page-hero__cover--3 { right: 175px; top: 60px; z-index: 1; transform: rotate(-12deg); opacity: .75; }
  .stepper__item { font-size: 12px; }
  .providers { grid-template-columns: repeat(4, 1fr); }
  .play { grid-template-columns: 360px 1fr; align-items: start; gap: 36px; }
}

@media (min-width: 1000px) {
  :root { --header-h: 116px; }
  body { padding-bottom: 0; }
  .tabbar { display: none; }
  .header__burger { display: none; }
  .header__bar { height: 66px; gap: 20px; }
  .header__nav { display: flex; gap: 2px; margin-left: 12px; }
  .header__link { padding: 8px 12px; border-radius: 10px; color: var(--muted); font-weight: 700; font-size: 15px; text-decoration: none; }
  .header__link:hover { color: var(--text); background: var(--surface); }
  .header__link[aria-current] { color: var(--sun); }
  .catbar__track { height: 50px; }
  .game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .game-grid--rail { grid-auto-flow: row; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-columns: auto; overflow: visible; margin: 0; padding: 0; }
  .game-grid--rail > :nth-child(n+7) { display: none; }
  .hero { padding: 48px 0 24px; }
  .hero__inner { grid-template-columns: 1.05fr 1fr; align-items: center; gap: 48px; }
  .hero__stage { gap: 14px; }
  .page-hero { padding: 34px 0 38px; }
  .page-hero--art .page-hero__inner { grid-template-columns: 1fr 380px; }
  .page-hero__art { height: 250px; }
  .page-hero__cover--1 { width: 190px; right: 90px; }
  .page-hero__cover--2 { width: 165px; }
  .page-hero__cover--3 { width: 160px; right: 215px; }
  .toolbar { grid-template-columns: minmax(0, 1fr) 320px; align-items: start; }
  .toolbar .chips { margin: 0; }
  .toolbar .chips__track { padding: 2px 0; flex-wrap: wrap; }
  .auth { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 28px; align-items: start; }
  .acct { grid-template-columns: 270px minmax(0, 1fr); gap: 32px; align-items: start; }
  .acct__side { position: sticky; top: calc(var(--header-h) + 16px); }
  .acct__nav { margin: 0; }
  .acct__tabs { flex-direction: column; padding: 0; overflow: visible; }
  .acct__tab { height: 42px; }
  .doc { grid-template-columns: 260px minmax(0, 1fr); gap: 48px; }
  .doc__aside { position: sticky; top: calc(var(--header-h) + 16px); align-self: start; }
  .doc__body { max-width: 780px; }
  .footer__top { grid-template-columns: 320px 1fr; gap: 48px; }
  .link-cards--3 { grid-template-columns: repeat(3, 1fr); }
  .tour-grid { grid-template-columns: repeat(3, 1fr); }
  .table-grid { grid-template-columns: repeat(3, 1fr); }
  .providers { grid-template-columns: repeat(7, 1fr); }
}

@media (min-width: 1280px) {
  .game-grid--wide { grid-template-columns: repeat(7, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
