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

:root {
  --bg: #0e0a16;
  --bg-2: #171327;
  --bg-3: #1f1934;
  --line: #2c2545;
  --line-2: #3e3560;
  --txt: #efeafb;
  --txt-d: #b3a8cf;
  --txt-dd: #7d7299;
  --acc: #b15cff;
  --acc-2: #34d8e8;
  --hot: #ff5cab;
  --good: #86e87a;
  --r: 16px;
  --r-s: 10px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Mulish", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1060px 600px at 85% -15%, rgba(177, 92, 255, .16) 0%, transparent 60%),
    radial-gradient(820px 600px at -10% 55%, rgba(52, 216, 232, .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); color: #160a26;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

h1, h2, h3, h4, .hrow__mark, .band__v, .count__v, .claim__pct, .hop__n,
.eyebrow, .rank__n, .meet__kpi span {
  font-family: "Montserrat", Georgia, "Segoe UI", system-ui, sans-serif;
}

/* ===== HEADER ROW ===== */
.hrow {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(14, 10, 22, .86);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.hrow__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.hrow__logo:hover { text-decoration: none }
.hrow__svg {
  width: 33px; height: 33px; flex: none;
  filter: drop-shadow(0 0 11px rgba(177, 92, 255, .6));
}
.hrow__mark { font-weight: 800; line-height: 1; letter-spacing: -.4px; font-size: 18px }
.hrow__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 600; margin-top: 4px; text-transform: uppercase;
}
.hrow__menu { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.hrow__menu a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.hrow__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: 10px;
  font-family: "Montserrat", 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: 12px }
.btn--solid {
  background: linear-gradient(118deg, var(--acc) 0%, var(--hot) 100%);
  color: #fff; border: 0;
  box-shadow: 0 12px 30px -10px rgba(177, 92, 255, .75);
}
.btn--solid:hover { box-shadow: 0 16px 38px -8px rgba(177, 92, 255, .98) }
.btn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.btn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== BAND (AGGREGATE) ===== */
.band {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(177, 92, 255, .05), rgba(52, 216, 232, .04));
  font-size: 13px;
}
.band__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.band__cell:last-child { border-right: 0 }
.band__v { font-weight: 800; font-size: 15px; color: var(--acc); letter-spacing: -.2px }
.band__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== FRONT (HERO) ===== */
.front {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.front__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(177, 92, 255, .1);
  border: 1px solid rgba(177, 92, 255, .32);
  padding: 6px 12px; border-radius: 6px;
  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: -.9px; font-weight: 800;
}
.hl { color: var(--acc) }
.front__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.67 }
.front__cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.front__art { margin: 0 }
.front__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(177, 92, 255, .26), transparent 60%),
    radial-gradient(360px 280px at 74% 82%, rgba(52, 216, 232, .16), transparent 65%),
    linear-gradient(135deg, #100a1c 0%, #1a1230 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(177, 92, 255, .45);
}
.front__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}
.counts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.count { display: flex; flex-direction: column; gap: 2px }
.count__v { font-size: 26px; font-weight: 800; color: var(--acc); letter-spacing: -.6px }
.count__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.front, section.kit { 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: -.6px; 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) }
.summary { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 810px }

/* ===== KIT (WELCOME) ===== */
.kit {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(52, 216, 232, .07) 0%, transparent 70%),
    rgba(23, 19, 39, .55);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.kit__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 24px }
.claim {
  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;
}
.claim:hover { border-color: var(--acc); transform: translateY(-2px) }
.claim::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(177, 92, 255, .08), transparent 60%);
  pointer-events: none;
}
.claim__tag { font-size: 11px; color: var(--acc-2); font-weight: 700; letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase }
.claim__pct { font-size: 30px; font-weight: 800; line-height: 1; color: var(--acc); letter-spacing: -.8px; margin-bottom: 8px }
.claim__name { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.claim__desc { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

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

/* ===== ARCADE (SLOTS) ===== */
.arcade__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 24px 0 }
.unit {
  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;
}
.unit:hover { transform: translateY(-3px); border-color: var(--acc); box-shadow: 0 18px 36px -14px rgba(177, 92, 255, .45) }
.unit__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800; font-size: 20px; color: rgba(239, 234, 251, .95);
  text-align: center; padding: 14px; letter-spacing: -.3px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.unit__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.46) 100%); pointer-events: none }
.u1 { background: linear-gradient(135deg, #2a0a4a 0%, #b15cff 100%) }
.u2 { background: linear-gradient(135deg, #052e36 0%, #34d8e8 100%); color: #04181c }
.u3 { background: linear-gradient(135deg, #380a2a 0%, #ff5cab 100%) }
.u4 { background: linear-gradient(135deg, #0a3a1a 0%, #86e87a 100%); color: #04190f }
.u5 { background: linear-gradient(135deg, #2a0a4a 0%, #c47dff 100%) }
.u6 { background: linear-gradient(135deg, #052e36 0%, #3ce0e8 100%); color: #04181c }
.u7 { background: linear-gradient(135deg, #380a2a 0%, #ff7abd 100%) }
.u8 { background: linear-gradient(135deg, #1a0a3a 0%, #9b6cff 100%) }
.u9 { background: linear-gradient(135deg, #2a0a4a 0%, #b15cff 100%) }
.u10 { background: linear-gradient(135deg, #052e36 0%, #34d8e8 100%); color: #04181c }
.u11 { background: linear-gradient(135deg, #3a2406 0%, #ffce5c 100%); color: #1c1503 }
.u12 { background: linear-gradient(135deg, #380a2a 0%, #ff5cab 100%) }
.unit h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.unit p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.unit__go {
  display: block; padding: 10px; margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt); text-align: center; border-radius: 8px;
  font-size: 13px; font-weight: 700; border: 1px solid var(--line); transition: all .15s;
}
.unit__go:hover { background: var(--acc); border-color: var(--acc); color: #fff; text-decoration: none }

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

/* ===== PRIDES (VIP) ===== */
.prides__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.treat {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.treat:hover { border-color: var(--acc-2) }
.treat__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.treat p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }
.ramp { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 14px }
.rank {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 8px;
  padding: 10px 8px; text-align: center; position: relative;
}
.rank:nth-child(1) { transform: translateY(0) }
.rank:nth-child(2) { transform: translateY(-6px) }
.rank:nth-child(3) { transform: translateY(-12px) }
.rank:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.rank:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.rank:nth-child(6) { transform: translateY(-30px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(52, 216, 232, .12)) }
.rank__n { font-size: 12px; font-weight: 800; color: var(--txt); display: block; line-height: 1.05; margin-bottom: 5px }
.rank__cb { font-size: 11px; color: var(--txt-d) }
.rank:nth-child(6) .rank__n { color: var(--acc-2) }

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

/* ===== ROOM (LIVE) ===== */
.room__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px }
.pit {
  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;
}
.pit:hover { transform: translateY(-3px); border-color: var(--hot); box-shadow: 0 18px 36px -14px rgba(255, 92, 171, .4) }
.pit__art {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 800; font-size: 17px; color: rgba(239, 234, 251, .96);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.q1 { background: linear-gradient(135deg, #2a0a4a 0%, #b15cff 100%) }
.q2 { background: linear-gradient(135deg, #380a2a 0%, #ff5cab 100%) }
.q3 { background: linear-gradient(135deg, #052e36 0%, #34d8e8 100%); color: #04181c }
.q4 { background: linear-gradient(135deg, #0a3a1a 0%, #86e87a 100%); color: #04190f }
.q5 { background: linear-gradient(135deg, #1a0a3a 0%, #9b6cff 100%) }
.q6 { background: linear-gradient(135deg, #2a0a4a 0%, #c47dff 100%) }
.pit__body { padding: 14px 16px 16px; position: relative }
.pit__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.pit__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.pit__m { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.pit__p { font-size: 12px; color: var(--txt-dd) }
.pit__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;
}

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

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

/* ===== CASH (CASHIER) ===== */
.cash__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.gate {
  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;
}
.gate__n { font-size: 15px; color: var(--txt); font-weight: 800 }
.gate__t { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }
.cash__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.cash__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;
}
.cash__times .cash__big { font-size: 16px; color: var(--acc); font-weight: 800; font-family: "Montserrat", system-ui, sans-serif }
.cash__times span { font-size: 12px; color: var(--txt-d) }

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

/* ===== QNA (FAQ) ===== */
.qna 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 }

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

/* ===== FOOTER ===== */
.under { margin-top: 24px; border-top: 1px solid var(--line); background: rgba(14, 10, 22, .6) }
.under__top {
  max-width: 1240px; margin: 0 auto; padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.under__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.under__mark { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.under__mark span { display: flex; flex-direction: column; line-height: 1.1 }
.under__mark .op { color: var(--txt); font-size: 16px; font-weight: 800; margin-bottom: 2px }
.under__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.under__legal .op { color: var(--acc); font-weight: 700 }
.under__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.under__col h4 {
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 12px;
}
.under__col ul { list-style: none; padding: 0; margin: 0 }
.under__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; cursor: default; transition: color .15s }
.under__col li:hover { color: var(--txt) }
.under__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) {
  .kit__grid { grid-template-columns: 1fr }
  .cash__grid { grid-template-columns: repeat(3, 1fr) }
  .meet__kpi { grid-template-columns: repeat(2, 1fr) }
  .chatter__grid { grid-template-columns: 1fr }
  .under__top { grid-template-columns: 1fr }
  .band { grid-template-columns: repeat(3, 1fr) }
  .band__cell:nth-child(4), .band__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .prides__grid { grid-template-columns: 1fr }
  .ramp { grid-template-columns: repeat(3, 1fr) }
  .rank { transform: none !important }
}
@media (max-width: 880px) {
  .front { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .front__art { order: -1 }
  .hrow__menu { display: none }
  .hrow { padding: 11px 14px }
  section { padding: 36px 16px }
  .kit, .meet, .wrap, .memo { padding: 36px 18px; margin: 22px 14px }
  .setup__grid { grid-template-columns: 1fr }
  .under__top { padding: 30px 16px 22px; gap: 22px }
  .under__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .band { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .band__cell { padding: 4px 10px }
  .cash__times { grid-template-columns: 1fr }
  .counts { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 480px) {
  .arcade__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .room__grid { grid-template-columns: 1fr }
  .unit h3 { font-size: 13px }
  .unit p { font-size: 11px }
  .unit__art { font-size: 16px }
  .front__cta { flex-direction: column; align-items: stretch }
  .btn--lg { width: 100% }
  .cash__grid { grid-template-columns: repeat(2, 1fr) }
  .meet__kpi { grid-template-columns: 1fr }
  .under__cols { grid-template-columns: 1fr }
  .ramp { grid-template-columns: repeat(2, 1fr) }
}
