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

:root {
  --bg: #120a0e;
  --bg-2: #1d1117;
  --bg-3: #261720;
  --line: #36222c;
  --line-2: #4a2f3b;
  --txt: #f5ecf0;
  --txt-d: #c6a9b6;
  --txt-dd: #8d6b79;
  --acc: #ff3b5c;
  --acc-2: #f5c451;
  --hot: #e0457a;
  --good: #5ad6b0;
  --r: 15px;
  --r-s: 9px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Commissioner", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1060px 600px at 85% -14%, rgba(255, 59, 92, .14) 0%, transparent 60%),
    radial-gradient(820px 600px at -10% 56%, rgba(245, 196, 81, .08) 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-2); color: #1a1003;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

h1, h2, h3, h4, .toprail__mark, .crawl__v, .num__v, .tierup__pct, .dot__n,
.eyebrow, .grade__n, .cupx__kpi span {
  font-family: "Bitter", Georgia, "Times New Roman", serif;
}

/* ===== TOP RAIL ===== */
.toprail {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(18, 10, 14, .86);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.toprail__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.toprail__logo:hover { text-decoration: none }
.toprail__svg {
  width: 33px; height: 33px; flex: none;
  filter: drop-shadow(0 0 11px rgba(255, 59, 92, .55));
}
.toprail__mark { font-weight: 800; line-height: 1; letter-spacing: -.3px; font-size: 18px }
.toprail__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 600; margin-top: 4px; text-transform: uppercase;
}
.toprail__menu { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.toprail__menu a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.toprail__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: 9px;
  font-family: "Bitter", Georgia, 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: 11px }
.btn--solid {
  background: linear-gradient(118deg, var(--acc) 0%, var(--hot) 100%);
  color: #fff; border: 0;
  box-shadow: 0 12px 30px -10px rgba(255, 59, 92, .7);
}
.btn--solid:hover { box-shadow: 0 16px 38px -8px rgba(255, 59, 92, .95) }
.btn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.btn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== CRAWL (AGGREGATE) ===== */
.crawl {
  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, 59, 92, .05), rgba(245, 196, 81, .04));
  font-size: 13px;
}
.crawl__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.crawl__cell:last-child { border-right: 0 }
.crawl__v { font-weight: 800; font-size: 15px; color: var(--acc); letter-spacing: -.2px }
.crawl__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== SPLASH (HERO) ===== */
.splash {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.splash__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(255, 59, 92, .09);
  border: 1px solid rgba(255, 59, 92, .3);
  padding: 6px 12px; border-radius: 5px;
  margin: 0 0 18px; text-transform: uppercase; font-weight: 700;
}
h1 {
  font-size: clamp(28px, 4.2vw, 47px); line-height: 1.09;
  margin: 0 0 18px; letter-spacing: -.8px; font-weight: 800;
}
.hl { color: var(--acc) }
.splash__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.67 }
.splash__cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.splash__art { margin: 0 }
.splash__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, 59, 92, .24), transparent 60%),
    radial-gradient(360px 280px at 74% 82%, rgba(245, 196, 81, .16), transparent 65%),
    linear-gradient(135deg, #160c11 0%, #221019 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(255, 59, 92, .4);
}
.splash__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}
.nums {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.num { display: flex; flex-direction: column; gap: 2px }
.num__v { font-size: 26px; font-weight: 800; color: var(--acc); letter-spacing: -.6px }
.num__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.splash, section.reward { 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: -.5px; 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: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.lede { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 810px }

/* ===== REWARD (WELCOME) ===== */
.reward {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(245, 196, 81, .07) 0%, transparent 70%),
    rgba(29, 17, 23, .55);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.reward__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 24px }
.tierup {
  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;
}
.tierup:hover { border-color: var(--acc); transform: translateY(-2px) }
.tierup::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255, 59, 92, .08), transparent 60%);
  pointer-events: none;
}
.tierup__tag { font-size: 11px; color: var(--acc-2); font-weight: 700; letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase }
.tierup__pct { font-size: 30px; font-weight: 800; line-height: 1; color: var(--acc); letter-spacing: -.8px; margin-bottom: 8px }
.tierup__name { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.tierup__desc { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

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

/* ===== SHELF (SLOTS) ===== */
.shelf__grid { 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; display: flex; flex-direction: column;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.pick:hover { transform: translateY(-3px); border-color: var(--acc); box-shadow: 0 18px 36px -14px rgba(255, 59, 92, .42) }
.pick__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Bitter", Georgia, serif;
  font-weight: 800; font-size: 20px; color: rgba(245, 236, 240, .95);
  text-align: center; padding: 14px; letter-spacing: -.3px; 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,.44) 100%); pointer-events: none }
.g1 { background: linear-gradient(135deg, #3a0814 0%, #ff3b5c 100%) }
.g2 { background: linear-gradient(135deg, #3a2705 0%, #f5c451 100%); color: #1a1003 }
.g3 { background: linear-gradient(135deg, #340a22 0%, #e0457a 100%) }
.g4 { background: linear-gradient(135deg, #063026 0%, #5ad6b0 100%); color: #04190f }
.g5 { background: linear-gradient(135deg, #3a0814 0%, #ff5c78 100%) }
.g6 { background: linear-gradient(135deg, #2a1c05 0%, #ffd06a 100%); color: #1a1003 }
.g7 { background: linear-gradient(135deg, #340a22 0%, #ff6a9a 100%) }
.g8 { background: linear-gradient(135deg, #1a0a30 0%, #a06bff 100%) }
.g9 { background: linear-gradient(135deg, #3a0814 0%, #ff3b5c 100%) }
.g10 { background: linear-gradient(135deg, #053026 0%, #38c8a0 100%); color: #04190f }
.g11 { background: linear-gradient(135deg, #3a2705 0%, #f5c451 100%); color: #1a1003 }
.g12 { background: linear-gradient(135deg, #340a22 0%, #e0457a 100%) }
.pick h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.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: 7px;
  font-size: 13px; font-weight: 700; border: 1px solid var(--line); transition: all .15s;
}
.pick__go:hover { background: var(--acc); border-color: var(--acc); color: #fff; text-decoration: none }

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

/* ===== RANKS (VIP) ===== */
.ranks__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.plus {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.plus:hover { border-color: var(--acc-2) }
.plus__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.plus p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }
.scale { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 14px }
.grade {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 7px;
  padding: 10px 8px; text-align: center; position: relative;
}
.grade:nth-child(1) { transform: translateY(0) }
.grade:nth-child(2) { transform: translateY(-6px) }
.grade:nth-child(3) { transform: translateY(-12px) }
.grade:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.grade:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.grade:nth-child(6) { transform: translateY(-30px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(245, 196, 81, .12)) }
.grade__n { font-size: 12px; font-weight: 800; color: var(--txt); display: block; line-height: 1.05; margin-bottom: 5px }
.grade__cb { font-size: 11px; color: var(--txt-d) }
.grade:nth-child(6) .grade__n { color: var(--acc-2) }

/* ===== CUPX (TOURNAMENT) ===== */
.cupx {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(255, 59, 92, .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;
}
.cupx__cta { margin: 22px 0 28px }
.cupx__kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px }
.cupx__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;
}
.cupx__kpi span { font-size: 22px; font-weight: 800; color: var(--acc); margin-bottom: 4px; letter-spacing: -.3px }
.cupx__kpi em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.cupx__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== FLOOR (LIVE) ===== */
.floor__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px }
.spot {
  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;
}
.spot:hover { transform: translateY(-3px); border-color: var(--hot); box-shadow: 0 18px 36px -14px rgba(224, 69, 122, .4) }
.spot__art {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Bitter", Georgia, serif;
  font-weight: 800; font-size: 17px; color: rgba(245, 236, 240, .96);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.f1 { background: linear-gradient(135deg, #3a0814 0%, #ff3b5c 100%) }
.f2 { background: linear-gradient(135deg, #340a22 0%, #e0457a 100%) }
.f3 { background: linear-gradient(135deg, #063026 0%, #5ad6b0 100%); color: #04190f }
.f4 { background: linear-gradient(135deg, #2a1c05 0%, #f5c451 100%); color: #1a1003 }
.f5 { background: linear-gradient(135deg, #1a0a30 0%, #a06bff 100%) }
.f6 { background: linear-gradient(135deg, #3a0814 0%, #ff5c78 100%) }
.spot__body { padding: 14px 16px 16px; position: relative }
.spot__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.spot__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.spot__m { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.spot__p { font-size: 12px; color: var(--txt-dd) }
.spot__badge {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff; padding: 3px 10px; border-radius: 6px;
  font-size: 10px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase;
}

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

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

/* ===== BANK (CASHIER) ===== */
.bank__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.route {
  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;
}
.route__n { font-size: 15px; color: var(--txt); font-weight: 800 }
.route__t { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }
.bank__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.bank__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;
}
.bank__times .bank__big { font-size: 16px; color: var(--acc); font-weight: 800; font-family: "Bitter", Georgia, serif }
.bank__times span { font-size: 12px; color: var(--txt-d) }

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

/* ===== ASK (FAQ) ===== */
.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: 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: 6px;
  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 }

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

/* ===== FOOTER ===== */
.base { margin-top: 24px; border-top: 1px solid var(--line); background: rgba(18, 10, 14, .6) }
.base__top {
  max-width: 1240px; margin: 0 auto; padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.base__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.base__mark { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.base__mark span { display: flex; flex-direction: column; line-height: 1.1 }
.base__mark .op { color: var(--txt); font-size: 16px; font-weight: 800; margin-bottom: 2px }
.base__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.base__legal .op { color: var(--acc); font-weight: 700 }
.base__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.base__col h4 {
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 12px;
}
.base__col ul { list-style: none; padding: 0; margin: 0 }
.base__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; cursor: default; transition: color .15s }
.base__col li:hover { color: var(--txt) }
.base__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) {
  .reward__grid { grid-template-columns: 1fr }
  .bank__grid { grid-template-columns: repeat(3, 1fr) }
  .cupx__kpi { grid-template-columns: repeat(2, 1fr) }
  .buzz__grid { grid-template-columns: 1fr }
  .base__top { grid-template-columns: 1fr }
  .crawl { grid-template-columns: repeat(3, 1fr) }
  .crawl__cell:nth-child(4), .crawl__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .ranks__grid { grid-template-columns: 1fr }
  .scale { grid-template-columns: repeat(3, 1fr) }
  .grade { transform: none !important }
}
@media (max-width: 880px) {
  .splash { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .splash__art { order: -1 }
  .toprail__menu { display: none }
  .toprail { padding: 11px 14px }
  section { padding: 36px 16px }
  .reward, .cupx, .finale, .signoff { padding: 36px 18px; margin: 22px 14px }
  .enter__grid { grid-template-columns: 1fr }
  .base__top { padding: 30px 16px 22px; gap: 22px }
  .base__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .crawl { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .crawl__cell { padding: 4px 10px }
  .bank__times { grid-template-columns: 1fr }
  .nums { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 480px) {
  .shelf__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .floor__grid { grid-template-columns: 1fr }
  .pick h3 { font-size: 13px }
  .pick p { font-size: 11px }
  .pick__art { font-size: 16px }
  .splash__cta { flex-direction: column; align-items: stretch }
  .btn--lg { width: 100% }
  .bank__grid { grid-template-columns: repeat(2, 1fr) }
  .cupx__kpi { grid-template-columns: 1fr }
  .base__cols { grid-template-columns: 1fr }
  .scale { grid-template-columns: repeat(2, 1fr) }
}
