/* cat-casino31.cfd — Cat Casino / Кэт Казино (вторая площадка бренда). Концепт «Кот в неоновом городе»: индиго-ночь + коралловый неон + барвинковый. Палитра/шрифты/классы намеренно отличны от cat-casino313.buzz и прочих сайтов сети (анти-фингерпринг). */

:root {
  --bg: #0b0c16;
  --bg-2: #15172a;
  --bg-3: #1d2038;
  --line: #272a44;
  --line-2: #353a5c;
  --txt: #eef0fa;
  --txt-d: #a3a8c8;
  --txt-dd: #6f7497;
  --acc: #ff6a3d;
  --acc-2: #9b8cff;
  --hot: #ff4f7b;
  --good: #5ad1c4;
  --r: 18px;
  --r-s: 11px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Golos Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1080px 600px at 84% -16%, rgba(255, 106, 61, .14) 0%, transparent 60%),
    radial-gradient(820px 600px at -10% 54%, rgba(155, 140, 255, .10) 0%, transparent 62%),
    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 }

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

h1, h2, h3, h4, .masthd__mark, .tape__v, .fact__v, .prize__pct, .mv__n,
.eyebrow, .tier__n, .derby__kpi span {
  font-family: "Geologica", Georgia, "Segoe UI", system-ui, sans-serif;
}

/* ===== MASTHEAD ===== */
.masthd {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 12, 22, .85);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.masthd__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.masthd__logo:hover { text-decoration: none }
.masthd__svg {
  width: 33px; height: 33px; flex: none;
  filter: drop-shadow(0 0 11px rgba(255, 106, 61, .55));
}
.masthd__mark { font-weight: 800; line-height: 1; letter-spacing: -.4px; font-size: 18px }
.masthd__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 700; margin-top: 4px; text-transform: uppercase;
}
.masthd__menu { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.masthd__menu a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.masthd__menu a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 11px;
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 700; font-size: 13.5px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.btn:hover { text-decoration: none; transform: translateY(-1px) }
.btn--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.btn--sm:hover { background: var(--bg-2); border-color: var(--acc) }
.btn--lg { padding: 15px 28px; font-size: 14.5px; border-radius: 13px }
.btn--solid {
  background: linear-gradient(118deg, var(--acc) 0%, var(--hot) 100%);
  color: #fff; border: 0;
  box-shadow: 0 12px 30px -10px rgba(255, 106, 61, .7);
}
.btn--solid:hover { box-shadow: 0 16px 38px -8px rgba(255, 106, 61, .95) }
.btn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.btn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== TAPE (AGGREGATE) ===== */
.tape {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255, 106, 61, .05), rgba(155, 140, 255, .04));
  font-size: 13px;
}
.tape__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.tape__cell:last-child { border-right: 0 }
.tape__v { font-weight: 800; font-size: 15px; color: var(--acc); letter-spacing: -.2px }
.tape__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== COVER (HERO) ===== */
.cover {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.cover__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(255, 106, 61, .09);
  border: 1px solid rgba(255, 106, 61, .3);
  padding: 6px 12px; border-radius: 7px;
  margin: 0 0 18px; text-transform: uppercase; font-weight: 700;
}
h1 {
  font-size: clamp(29px, 4.3vw, 48px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -1.1px; font-weight: 800;
}
.hl { color: var(--acc) }
.cover__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.67 }
.cover__cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.cover__art { margin: 0 }
.cover__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 32% 30%, rgba(255, 106, 61, .24), transparent 60%),
    radial-gradient(360px 280px at 74% 82%, rgba(155, 140, 255, .2), transparent 65%),
    linear-gradient(135deg, #0d0e1c 0%, #181a30 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(255, 106, 61, .4);
}
.cover__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}
.facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.fact { display: flex; flex-direction: column; gap: 2px }
.fact__v { font-size: 26px; font-weight: 800; color: var(--acc); letter-spacing: -.6px }
.fact__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.cover, section.bonus { padding-top: 36px }
.eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 700; margin: 0 0 10px;
}
h2 {
  font-size: clamp(23px, 3.1vw, 35px); line-height: 1.18;
  margin: 0 0 16px; letter-spacing: -.7px; font-weight: 800;
}
h3 {
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--acc); font-weight: 700; letter-spacing: -.3px;
}
p { margin: 0 0 14px; color: var(--txt) }
.lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 810px }

/* ===== BONUS (WELCOME) ===== */
.bonus {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(155, 140, 255, .08) 0%, transparent 70%),
    rgba(21, 23, 42, .55);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.bonus__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 24px }
.prize {
  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;
}
.prize:hover { border-color: var(--acc); transform: translateY(-2px) }
.prize::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255, 106, 61, .08), transparent 60%);
  pointer-events: none;
}
.prize__tag { font-size: 11px; color: var(--acc-2); font-weight: 700; letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase }
.prize__pct { font-size: 30px; font-weight: 800; line-height: 1; color: var(--acc); letter-spacing: -.8px; margin-bottom: 8px }
.prize__name { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.prize__desc { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== ONBOARD ===== */
.onb__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.mv {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 24px; position: relative;
}
.mv__n { position: absolute; top: 14px; right: 22px; font-size: 54px; font-weight: 800; line-height: 1; color: var(--bg-3) }
.mv__h { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--acc) }
.mv p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== HALL (SLOTS) ===== */
.hall__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 24px 0 }
.reel {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.reel:hover { transform: translateY(-3px); border-color: var(--acc); box-shadow: 0 18px 36px -14px rgba(255, 106, 61, .42) }
.reel__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 800; font-size: 20px; color: rgba(238, 240, 250, .94);
  text-align: center; padding: 14px; letter-spacing: -.3px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.reel__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.42) 100%); pointer-events: none }
.r1 { background: linear-gradient(135deg, #3a1505 0%, #ff6a3d 100%) }
.r2 { background: linear-gradient(135deg, #21123a 0%, #9b8cff 100%) }
.r3 { background: linear-gradient(135deg, #063532 0%, #5ad1c4 100%); color: #04181a }
.r4 { background: linear-gradient(135deg, #380a22 0%, #ff4f7b 100%) }
.r5 { background: linear-gradient(135deg, #2a1c05 0%, #ffb347 100%); color: #1c1304 }
.r6 { background: linear-gradient(135deg, #102050 0%, #5b8bff 100%) }
.r7 { background: linear-gradient(135deg, #3a1505 0%, #ff8a3d 100%) }
.r8 { background: linear-gradient(135deg, #1c0a36 0%, #b06cff 100%) }
.r9 { background: linear-gradient(135deg, #340a1f 0%, #ff5d8a 100%) }
.r10 { background: linear-gradient(135deg, #05332f 0%, #38d6c4 100%); color: #04181a }
.r11 { background: linear-gradient(135deg, #1a1f4a 0%, #6f8bff 100%) }
.r12 { background: linear-gradient(135deg, #3a2406 0%, #ffce5e 100%); color: #1c1304 }
.reel h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.reel p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.reel__go {
  display: block; padding: 10px; margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt); text-align: center; border-radius: 9px;
  font-size: 13px; font-weight: 700; border: 1px solid var(--line); transition: all .15s;
}
.reel__go:hover { background: var(--acc); border-color: var(--acc); color: #fff; text-decoration: none }

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

/* ===== CLUB (VIP) ===== */
.club__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.gain {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.gain:hover { border-color: var(--acc-2) }
.gain__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.gain p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }
.tierline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 14px }
.tier {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 9px;
  padding: 10px 8px; text-align: center; position: relative;
}
.tier:nth-child(1) { transform: translateY(0) }
.tier:nth-child(2) { transform: translateY(-6px) }
.tier:nth-child(3) { transform: translateY(-12px) }
.tier:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.tier:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.tier:nth-child(6) { transform: translateY(-30px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(155, 140, 255, .12)) }
.tier__n { font-size: 12px; font-weight: 800; color: var(--txt); display: block; line-height: 1.05; margin-bottom: 5px }
.tier__cb { font-size: 11px; color: var(--txt-d) }
.tier:nth-child(6) .tier__n { color: var(--acc-2) }

/* ===== DERBY (TOURNAMENT) ===== */
.derby {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(255, 106, 61, .12) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 22px; max-width: none; text-align: center;
}
.derby__cta { margin: 22px 0 28px }
.derby__kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px }
.derby__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;
}
.derby__kpi span { font-size: 22px; font-weight: 800; color: var(--acc); margin-bottom: 4px; letter-spacing: -.3px }
.derby__kpi em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.derby__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== PARLOR (LIVE) ===== */
.parlor__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px }
.seat {
  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;
}
.seat:hover { transform: translateY(-3px); border-color: var(--hot); box-shadow: 0 18px 36px -14px rgba(255, 79, 123, .4) }
.seat__art {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 800; font-size: 17px; color: rgba(238, 240, 250, .95);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.p1 { background: linear-gradient(135deg, #3a1505 0%, #ff6a3d 100%) }
.p2 { background: linear-gradient(135deg, #340a1f 0%, #ff4f7b 100%) }
.p3 { background: linear-gradient(135deg, #063532 0%, #5ad1c4 100%); color: #04181a }
.p4 { background: linear-gradient(135deg, #21123a 0%, #9b8cff 100%) }
.p5 { background: linear-gradient(135deg, #2a1c05 0%, #ffb347 100%); color: #1c1304 }
.p6 { background: linear-gradient(135deg, #102050 0%, #5b8bff 100%) }
.seat__body { padding: 14px 16px 16px; position: relative }
.seat__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.seat__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.seat__m { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.seat__p { font-size: 12px; color: var(--txt-dd) }
.seat__badge {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff; padding: 3px 10px; border-radius: 7px;
  font-size: 10px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase;
}

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

/* ===== REVS (REVIEWS) ===== */
.revs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.rev {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; display: flex; flex-direction: column; gap: 14px;
}
.rev__stars { color: var(--acc-2); font-size: 16px; letter-spacing: 4px }
.rev__stars .dim { color: var(--line-2) }
.rev__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.rev__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.rev__ava {
  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: #fff; font-weight: 800; font-size: 14px; flex: none;
}

/* ===== WALLET (CASHIER) ===== */
.wallet__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.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__n { font-size: 15px; color: var(--txt); font-weight: 800 }
.way__t { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }
.wallet__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.wallet__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;
}
.wallet__times .wallet__big { font-size: 16px; color: var(--acc); font-weight: 800; font-family: "Geologica", system-ui, sans-serif }
.wallet__times span { font-size: 12px; color: var(--txt-d) }

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

/* ===== QA (FAQ) ===== */
.qa 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: 700; 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: 7px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; 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.65 }

/* ===== PENOTE (AUTHOR) ===== */
.penote {
  background: rgba(21, 23, 42, .5); border: 1px solid var(--line);
  border-radius: var(--r); margin: 32px 22px; max-width: none;
}
.penote p { color: var(--txt-d); font-size: 14px; line-height: 1.72; max-width: 890px }

/* ===== FOOTER ===== */
.pied { margin-top: 24px; border-top: 1px solid var(--line); background: rgba(11, 12, 22, .6) }
.pied__top {
  max-width: 1240px; margin: 0 auto; padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.pied__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.pied__mark { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.pied__mark span { display: flex; flex-direction: column; line-height: 1.1 }
.pied__mark .op { color: var(--txt); font-size: 16px; font-weight: 800; margin-bottom: 2px }
.pied__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.pied__legal .op { color: var(--acc); font-weight: 700 }
.pied__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.pied__col h4 {
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 12px;
}
.pied__col ul { list-style: none; padding: 0; margin: 0 }
.pied__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; cursor: default; transition: color .15s }
.pied__col li:hover { color: var(--txt) }
.pied__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: 1fr }
  .wallet__grid { grid-template-columns: repeat(3, 1fr) }
  .derby__kpi { grid-template-columns: repeat(2, 1fr) }
  .revs__grid { grid-template-columns: 1fr }
  .pied__top { grid-template-columns: 1fr }
  .tape { grid-template-columns: repeat(3, 1fr) }
  .tape__cell:nth-child(4), .tape__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .club__grid { grid-template-columns: 1fr }
  .tierline { grid-template-columns: repeat(3, 1fr) }
  .tier { transform: none !important }
}
@media (max-width: 880px) {
  .cover { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .cover__art { order: -1 }
  .masthd__menu { display: none }
  .masthd { padding: 11px 14px }
  section { padding: 36px 16px }
  .bonus, .derby, .endcta, .penote { padding: 36px 18px; margin: 22px 14px }
  .onb__grid { grid-template-columns: 1fr }
  .pied__top { padding: 30px 16px 22px; gap: 22px }
  .pied__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .tape { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .tape__cell { padding: 4px 10px }
  .wallet__times { grid-template-columns: 1fr }
  .facts { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 480px) {
  .hall__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .parlor__grid { grid-template-columns: 1fr }
  .reel h3 { font-size: 13px }
  .reel p { font-size: 11px }
  .reel__art { font-size: 16px }
  .cover__cta { flex-direction: column; align-items: stretch }
  .btn--lg { width: 100% }
  .wallet__grid { grid-template-columns: repeat(2, 1fr) }
  .derby__kpi { grid-template-columns: 1fr }
  .pied__cols { grid-template-columns: 1fr }
  .tierline { grid-template-columns: repeat(2, 1fr) }
}
