/* 1xbet-online.xyz — премиум-лендинг 1xBet / 1хБет. Концепт «коэффициент-купон» (navy + электрик-синий + золото + коралл) */

:root {
  --bg: #0b1020;
  --bg-2: #121a30;
  --bg-3: #1a2540;
  --line: #26314f;
  --line-2: #374569;
  --txt: #eaf0ff;
  --txt-d: #9fb0d0;
  --txt-dd: #6b7aa0;
  --acc: #3d8bff;
  --acc-2: #ffc24b;
  --acc-2-d: #f0a92e;
  --hot: #ff5d7a;
  --good: #46d6a0;
  --r: 13px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Commissioner", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1020px 600px at 88% -12%, rgba(61, 139, 255, .16) 0%, transparent 60%),
    radial-gradient(860px 600px at -8% 58%, rgba(255, 194, 75, .07) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none }
a:hover { text-decoration: underline }
em, i { font-style: normal }

.jump {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--acc-2); color: #1a1404;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.jump:focus { top: 8px }

/* ===== HEAD BAR ===== */
.head {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 16, 32, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.sign { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.sign:hover { text-decoration: none }
.sign__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 11px rgba(61, 139, 255, .5));
}
.sign__t {
  font-family: "Exo 2", system-ui, sans-serif;
  font-weight: 700; line-height: 1; letter-spacing: -.2px;
}
.sign__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.tabs { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.tabs a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.tabs a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== BET (CTA) ===== */
.bet {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: "Exo 2", system-ui, sans-serif;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
  cursor: pointer; letter-spacing: 0;
}
.bet:hover { text-decoration: none; transform: translateY(-1px) }
.bet--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.bet--sm:hover { background: var(--bg-2); border-color: var(--acc) }
.bet--lg { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.bet--hot {
  background: linear-gradient(120deg, #ff7a4d 0%, #ff4d8d 100%);
  color: #2a0c18; border: 0;
  box-shadow: 0 12px 30px -10px rgba(255, 77, 141, .7);
  font-weight: 700;
}
.bet--hot:hover { box-shadow: 0 16px 38px -8px rgba(255, 77, 141, .9) }
.bet--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.bet--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE BOARD ===== */
.board {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(61, 139, 255, .05), rgba(255, 194, 75, .04));
  font-size: 13px;
}
.board__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.board__cell:last-child { border-right: 0 }
.board__v {
  font-family: "Exo 2", system-ui, sans-serif;
  font-weight: 700; font-size: 15px; color: var(--acc);
  letter-spacing: -.2px;
}
.board__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO (FACE) ===== */
.face {
  display: grid; grid-template-columns: 1.16fr 1fr; gap: 36px;
  padding: 48px 22px 30px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.face__tag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(61, 139, 255, .09);
  border: 1px solid rgba(61, 139, 255, .26);
  padding: 6px 12px; border-radius: 5px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(29px, 4.1vw, 46px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -.8px; font-weight: 700;
}
.hl { color: var(--acc) }
.face__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.face__act { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.face__art { margin: 0 }
.face__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(440px 320px at 70% 24%, rgba(61, 139, 255, .22), transparent 62%),
    radial-gradient(360px 280px at 24% 84%, rgba(255, 194, 75, .14), transparent 66%),
    linear-gradient(140deg, #0e1530 0%, #0b1020 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(61, 139, 255, .42);
}
.face__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* quick KPI strip */
.quick {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.quick__item { display: flex; flex-direction: column; gap: 2px }
.quick__v {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 26px; font-weight: 700;
  color: var(--acc); letter-spacing: -.5px;
}
.quick__k { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.face, section.bonus { padding-top: 34px }
.cap {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(24px, 3.1vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.5px; font-weight: 700;
}
h3 {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--acc); font-weight: 600; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.note { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME (BONUS) ===== */
.bonus {
  background:
    radial-gradient(720px 360px at 84% 26%, rgba(255, 194, 75, .07) 0%, transparent 70%),
    rgba(18, 26, 48, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.bonus__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px;
  margin: 22px 0 24px;
}
.tier {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.tier:hover { border-color: var(--acc); transform: translateY(-2px) }
.tier::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(61, 139, 255, .08), transparent 60%);
  pointer-events: none;
}
.tier__step {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 11px; color: var(--acc-2); font-weight: 700;
  letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase;
}
.tier__pct {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--acc); letter-spacing: -.7px;
  margin-bottom: 8px;
}
.tier__t { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.tier__d { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== CATALOGUE (LOBBY) ===== */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.pick {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.pick:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(61, 139, 255, .42);
}
.pick__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Exo 2", system-ui, sans-serif;
  font-weight: 700; font-size: 21px; color: rgba(234, 240, 255, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.pick__art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.36) 100%);
  pointer-events: none;
}
.cov-1 { background: linear-gradient(135deg, #0a2a5a 0%, #3d8bff 100%) }
.cov-2 { background: linear-gradient(135deg, #3a2406 0%, #ffc24b 100%); color: #1a1404 }
.cov-3 { background: linear-gradient(135deg, #2a0a3a 0%, #b06cff 100%) }
.cov-4 { background: linear-gradient(135deg, #3a0a1e 0%, #ff5d7a 100%) }
.cov-5 { background: linear-gradient(135deg, #08303a 0%, #2fd4d4 100%) }
.cov-6 { background: linear-gradient(135deg, #102a14 0%, #46d6a0 100%); color: #07160c }
.cov-7 { background: linear-gradient(135deg, #0a1f50 0%, #5aa0ff 100%) }
.cov-8 { background: linear-gradient(135deg, #3a2a06 0%, #ffd166 100%); color: #1a1404 }
.cov-9 { background: linear-gradient(135deg, #06283a 0%, #4dc4ff 100%) }
.cov-10 { background: linear-gradient(135deg, #2a0a30 0%, #c06cff 100%) }
.cov-11 { background: linear-gradient(135deg, #3a1a06 0%, #ff9a4d 100%); color: #1a1404 }
.cov-12 { background: linear-gradient(135deg, #3a0a28 0%, #ff5db0 100%) }

.pick h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.pick p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.pick__go {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.pick__go:hover { background: var(--acc); border-color: var(--acc); color: #06122a; text-decoration: none }

.tags { margin: 22px 0 0 }
.tags__h { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.tags__row { display: flex; flex-wrap: wrap; gap: 8px }
.tags__row span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== THREE STEPS (ONBOARD) ===== */
.onboard__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.move {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.move__n {
  font-family: "Exo 2", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.move__h {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc);
}
.move p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== TOURNAMENT (ARENA) ===== */
.arena {
  background:
    radial-gradient(640px 360px at 50% 48%, rgba(61, 139, 255, .11) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.arena__act { margin: 22px 0 28px }
.arena__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.arena__kpi > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.arena__kpi span {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--acc);
  margin-bottom: 4px; letter-spacing: -.3px;
}
.arena__kpi em { font-size: 14px; font-weight: 700; color: var(--txt) }
.arena__kpi i { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

/* ===== LOYALTY (CLUB) ===== */
.club__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.perk {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.perk:hover { border-color: var(--acc-2) }
.perk__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.perk p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-разряды как стек */
.climb {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.climb__r {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.climb__r:nth-child(1) { transform: translateY(0) }
.climb__r:nth-child(2) { transform: translateY(-6px) }
.climb__r:nth-child(3) { transform: translateY(-12px) }
.climb__r:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.climb__r:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.climb__r:nth-child(6) { transform: translateY(-30px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(255, 194, 75, .09)) }
.climb__n {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.climb__c { font-size: 11px; color: var(--txt-d) }
.climb__r:nth-child(6) .climb__n { color: var(--acc-2) }

/* ===== LIVE GALLERY (STAGE) ===== */
.stage__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.table {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.table:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(255, 93, 122, .4);
}
.table__art {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Exo 2", system-ui, sans-serif;
  font-weight: 700; font-size: 18px; color: rgba(234, 240, 255, .94);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.lt-1 { background: linear-gradient(135deg, #0a1f50 0%, #3d8bff 100%) }
.lt-2 { background: linear-gradient(135deg, #3a0a1e 0%, #ff5d7a 100%) }
.lt-3 { background: linear-gradient(135deg, #06283a 0%, #4dc4ff 100%) }
.lt-4 { background: linear-gradient(135deg, #102a14 0%, #46d6a0 100%); color: #07160c }
.lt-5 { background: linear-gradient(135deg, #3a2406 0%, #ffc24b 100%); color: #1a1404 }
.lt-6 { background: linear-gradient(135deg, #2a0a3a 0%, #b06cff 100%) }

.table__b { padding: 14px 16px 16px; position: relative }
.table__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.table__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.table__m { font-size: 13px; color: var(--acc-2); font-weight: 600; margin-bottom: 4px }
.table__p { font-size: 12px; color: var(--txt-dd) }
.table__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 5px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW (ABOUT) ===== */
.about h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.about p { color: var(--txt); line-height: 1.7 }
.marks {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.chip {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc);
  border-radius: 5px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .3px;
}

/* ===== REVIEWS (TALK) ===== */
.talk__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.say {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.say__stars { color: var(--acc-2); font-size: 16px; letter-spacing: 4px }
.say__stars--4 .off { color: var(--line-2) }
.say__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.say__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.say__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  border-radius: 50%; color: #06122a; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS (TILL) ===== */
.till__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.way {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.way em { font-size: 15px; color: var(--txt); font-weight: 700 }
.way i { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

.till__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.till__times > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.till__times em {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 16px; color: var(--acc); font-weight: 700;
}
.till__times span { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA (LAST) ===== */
.last {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(255, 194, 75, .12) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.last h2 { margin-bottom: 10px }
.last p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ (ASK) ===== */
.ask h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--acc) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc); font-size: 16px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== AUTHOR NOTE (SOURCE) ===== */
.source {
  border-top: 1px solid var(--line);
  background: rgba(18, 26, 48, .4);
  max-width: none; margin: 0;
}
.source > * { max-width: 1240px; margin-left: auto; margin-right: auto }
.source p { color: var(--txt-d); font-size: 14px; line-height: 1.7 }

/* ===== FOOTER (GROUND) ===== */
.ground {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(11, 16, 32, .6);
}
.ground__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.ground__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.ground__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.ground__name { display: flex; flex-direction: column; line-height: 1.1 }
.ground__name em { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px }
.ground__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.ground__legal em { color: var(--acc); font-weight: 600 }
.ground__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.ground__col h4 {
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.ground__col ul { list-style: none; padding: 0; margin: 0 }
.ground__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.ground__col li:hover { color: var(--txt) }
.ground__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .bonus__grid { grid-template-columns: repeat(2, 1fr) }
  .till__grid { grid-template-columns: repeat(3, 1fr) }
  .arena__kpi { grid-template-columns: repeat(2, 1fr) }
  .talk__grid { grid-template-columns: 1fr }
  .ground__top { grid-template-columns: 1fr }
  .board { grid-template-columns: repeat(3, 1fr) }
  .board__cell:nth-child(4), .board__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .climb { grid-template-columns: repeat(3, 1fr) }
  .climb__r { transform: none !important }
}

@media (max-width: 880px) {
  .face { grid-template-columns: 1fr; gap: 24px; padding-top: 30px }
  .face__art { order: -1 }
  .tabs { display: none }
  .head { padding: 11px 14px }
  section { padding: 36px 16px }
  .bonus, .arena, .last { padding: 36px 18px; margin: 22px 14px }
  .onboard__grid { grid-template-columns: 1fr }
  .club__grid { grid-template-columns: 1fr }
  .ground__top { padding: 30px 16px 22px; gap: 22px }
  .ground__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .board { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .board__cell { padding: 4px 10px }
  .till__times { grid-template-columns: 1fr }
  .quick { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .bonus__grid { grid-template-columns: 1fr }
  .stage__grid { grid-template-columns: 1fr }
  .pick h3 { font-size: 13px }
  .pick p { font-size: 11px }
  .pick__art { font-size: 16px }
  .face__act { flex-direction: column; align-items: stretch }
  .bet--lg { width: 100% }
  .till__grid { grid-template-columns: repeat(2, 1fr) }
  .arena__kpi { grid-template-columns: 1fr }
  .ground__cols { grid-template-columns: 1fr }
  .climb { grid-template-columns: repeat(2, 1fr) }
}
