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

:root {
  --bg: #0a0a0e;
  --bg-2: #13131b;
  --bg-3: #1a1a25;
  --line: #26273a;
  --line-2: #34364f;
  --txt: #eef0f6;
  --txt-d: #a6abc2;
  --txt-dd: #71768f;
  --acc: #34e0a1;
  --acc-2: #ff4d8d;
  --hot: #ff7a59;
  --good: #46d6e6;
  --r: 16px;
  --r-s: 10px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.65 "Figtree", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 580px at 86% -14%, rgba(52, 224, 161, .15) 0%, transparent 60%),
    radial-gradient(820px 600px at -10% 56%, rgba(255, 77, 141, .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: #05231a;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

h1, h2, h3, h4, .topnav__mark, .runline__v, .kpi__v, .grant__pct, .stp__n,
.eyebrow, .step__n, .cupz__kpi span {
  font-family: "Unbounded", Georgia, "Segoe UI", system-ui, sans-serif;
}

/* ===== TOP NAV ===== */
.topnav {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 10, 14, .85);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.topnav__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.topnav__logo:hover { text-decoration: none }
.topnav__svg {
  width: 33px; height: 33px; flex: none;
  filter: drop-shadow(0 0 11px rgba(52, 224, 161, .55));
}
.topnav__mark { font-weight: 800; line-height: 1; letter-spacing: -.4px; font-size: 18px }
.topnav__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 700; margin-top: 4px; text-transform: uppercase;
}
.topnav__menu { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.topnav__menu a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.topnav__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: "Unbounded", 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%, #18c2b6 100%);
  color: #04231a; border: 0;
  box-shadow: 0 12px 30px -10px rgba(52, 224, 161, .7);
}
.btn--solid:hover { box-shadow: 0 16px 38px -8px rgba(52, 224, 161, .95) }
.btn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.btn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== RUN LINE (AGGREGATE) ===== */
.runline {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(52, 224, 161, .05), rgba(255, 77, 141, .03));
  font-size: 13px;
}
.runline__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.runline__cell:last-child { border-right: 0 }
.runline__v { font-weight: 800; font-size: 15px; color: var(--acc); letter-spacing: -.2px }
.runline__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO ===== */
.hero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.hero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(52, 224, 161, .09);
  border: 1px solid rgba(52, 224, 161, .28);
  padding: 6px 12px; border-radius: 6px;
  margin: 0 0 18px; text-transform: uppercase; font-weight: 700;
}
h1 {
  font-size: clamp(29px, 4.3vw, 49px); line-height: 1.07;
  margin: 0 0 18px; letter-spacing: -1.2px; font-weight: 800;
}
.hl { color: var(--acc) }
.hero__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66 }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.hero__viz { margin: 0 }
.hero__viz-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(52, 224, 161, .26), transparent 60%),
    radial-gradient(360px 280px at 74% 82%, rgba(255, 77, 141, .18), transparent 65%),
    linear-gradient(135deg, #0c0c14 0%, #16121d 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(52, 224, 161, .42);
}
.hero__viz figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}
.kpis {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.kpi { display: flex; flex-direction: column; gap: 2px }
.kpi__v { font-size: 26px; font-weight: 800; color: var(--acc); letter-spacing: -.6px }
.kpi__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.hero, section.welc { 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) }
.note { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 810px }

/* ===== WELCOME ===== */
.welc {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(255, 77, 141, .07) 0%, transparent 70%),
    rgba(19, 19, 27, .55);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.welc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 24px }
.grant {
  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;
}
.grant:hover { border-color: var(--acc); transform: translateY(-2px) }
.grant::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(52, 224, 161, .08), transparent 60%);
  pointer-events: none;
}
.grant__tag { font-size: 11px; color: var(--acc-2); font-weight: 700; letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase }
.grant__pct { font-size: 30px; font-weight: 800; line-height: 1; color: var(--acc); letter-spacing: -.8px; margin-bottom: 8px }
.grant__name { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.grant__desc { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

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

/* ===== LIBRARY (SLOTS) ===== */
.lib__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 24px 0 }
.slotc {
  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;
}
.slotc:hover { transform: translateY(-3px); border-color: var(--acc); box-shadow: 0 18px 36px -14px rgba(52, 224, 161, .42) }
.slotc__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 800; font-size: 20px; color: rgba(238, 240, 246, .94);
  text-align: center; padding: 14px; letter-spacing: -.3px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.slotc__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.4) 100%); pointer-events: none }
.s1 { background: linear-gradient(135deg, #07321f 0%, #34e0a1 100%); color: #052016 }
.s2 { background: linear-gradient(135deg, #380a22 0%, #ff4d8d 100%) }
.s3 { background: linear-gradient(135deg, #06303a 0%, #46d6e6 100%); color: #04181c }
.s4 { background: linear-gradient(135deg, #3a1c08 0%, #ff7a59 100%) }
.s5 { background: linear-gradient(135deg, #0a2350 0%, #5b8bff 100%) }
.s6 { background: linear-gradient(135deg, #1c0a36 0%, #b06cff 100%) }
.s7 { background: linear-gradient(135deg, #06331f 0%, #2fd6a0 100%); color: #042016 }
.s8 { background: linear-gradient(135deg, #340a1f 0%, #ff5d8a 100%) }
.s9 { background: linear-gradient(135deg, #053038 0%, #38c8d8 100%); color: #04181c }
.s10 { background: linear-gradient(135deg, #3a2406 0%, #ffb347 100%); color: #1c1304 }
.s11 { background: linear-gradient(135deg, #102050 0%, #6f8bff 100%) }
.s12 { background: linear-gradient(135deg, #220a38 0%, #a06bff 100%) }
.slotc h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.slotc p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.slotc__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;
}
.slotc__go:hover { background: var(--acc); border-color: var(--acc); color: #04231a; text-decoration: none }

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

/* ===== VIP ===== */
.vip__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.boon {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.boon:hover { border-color: var(--acc-2) }
.boon__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.boon p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }
.stair { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 14px }
.step {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 8px;
  padding: 10px 8px; text-align: center; position: relative;
}
.step:nth-child(1) { transform: translateY(0) }
.step:nth-child(2) { transform: translateY(-6px) }
.step:nth-child(3) { transform: translateY(-12px) }
.step:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.step:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.step:nth-child(6) { transform: translateY(-30px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(255, 77, 141, .1)) }
.step__n { font-size: 12px; font-weight: 800; color: var(--txt); display: block; line-height: 1; margin-bottom: 5px }
.step__cb { font-size: 11px; color: var(--txt-d) }
.step:nth-child(6) .step__n { color: var(--acc-2) }

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

/* ===== LIVE ===== */
.live__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px }
.tbl {
  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;
}
.tbl:hover { transform: translateY(-3px); border-color: var(--acc-2); box-shadow: 0 18px 36px -14px rgba(255, 77, 141, .4) }
.tbl__art {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 800; font-size: 17px; color: rgba(238, 240, 246, .95);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.t1 { background: linear-gradient(135deg, #07321f 0%, #34e0a1 100%); color: #052016 }
.t2 { background: linear-gradient(135deg, #340a1f 0%, #ff4d8d 100%) }
.t3 { background: linear-gradient(135deg, #06303a 0%, #46d6e6 100%); color: #04181c }
.t4 { background: linear-gradient(135deg, #3a1c08 0%, #ff7a59 100%) }
.t5 { background: linear-gradient(135deg, #1c0a36 0%, #b06cff 100%) }
.t6 { background: linear-gradient(135deg, #102050 0%, #5b8bff 100%) }
.tbl__body { padding: 14px 16px 16px; position: relative }
.tbl__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.tbl__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.tbl__m { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.tbl__p { font-size: 12px; color: var(--txt-dd) }
.tbl__badge {
  position: absolute; top: 12px; right: 16px;
  background: var(--acc-2); color: #fff; padding: 3px 10px; border-radius: 6px;
  font-size: 10px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase;
}

/* ===== BIO ===== */
.bio h3 { border-left: 3px solid var(--acc); padding-left: 14px; margin-top: 30px }
.bio 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) }
.mark { padding: 7px 13px; background: var(--bg-2); border: 1px solid var(--acc); border-radius: 6px; font-size: 12px; color: var(--txt); letter-spacing: .3px }

/* ===== TALK (REVIEWS) ===== */
.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 .dim { 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__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: #04140d; font-weight: 800; font-size: 14px; flex: none;
}

/* ===== CASHBOX ===== */
.cashbox__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.chan {
  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;
}
.chan__n { font-size: 15px; color: var(--txt); font-weight: 800 }
.chan__t { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }
.cashbox__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.cashbox__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;
}
.cashbox__times .cashbox__big { font-size: 16px; color: var(--acc); font-weight: 800; font-family: "Unbounded", system-ui, sans-serif }
.cashbox__times span { font-size: 12px; color: var(--txt-d) }

/* ===== LAST ===== */
.last {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(52, 224, 161, .15) 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 ===== */
.faq 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 }

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

/* ===== FOOTER ===== */
.ftr { margin-top: 24px; border-top: 1px solid var(--line); background: rgba(10, 10, 14, .6) }
.ftr__top {
  max-width: 1240px; margin: 0 auto; padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.ftr__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.ftr__mark { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.ftr__mark span { display: flex; flex-direction: column; line-height: 1.1 }
.ftr__mark .op { color: var(--txt); font-size: 16px; font-weight: 800; margin-bottom: 2px }
.ftr__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.ftr__legal .op { color: var(--acc); font-weight: 700 }
.ftr__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.ftr__col h4 {
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 12px;
}
.ftr__col ul { list-style: none; padding: 0; margin: 0 }
.ftr__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; cursor: default; transition: color .15s }
.ftr__col li:hover { color: var(--txt) }
.ftr__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) {
  .welc__grid { grid-template-columns: 1fr }
  .cashbox__grid { grid-template-columns: repeat(3, 1fr) }
  .cupz__kpi { grid-template-columns: repeat(2, 1fr) }
  .talk__grid { grid-template-columns: 1fr }
  .ftr__top { grid-template-columns: 1fr }
  .runline { grid-template-columns: repeat(3, 1fr) }
  .runline__cell:nth-child(4), .runline__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .vip__grid { grid-template-columns: 1fr }
  .stair { grid-template-columns: repeat(3, 1fr) }
  .step { transform: none !important }
}
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .hero__viz { order: -1 }
  .topnav__menu { display: none }
  .topnav { padding: 11px 14px }
  section { padding: 36px 16px }
  .welc, .cupz, .last, .editor { padding: 36px 18px; margin: 22px 14px }
  .begin__grid { grid-template-columns: 1fr }
  .ftr__top { padding: 30px 16px 22px; gap: 22px }
  .ftr__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .runline { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .runline__cell { padding: 4px 10px }
  .cashbox__times { grid-template-columns: 1fr }
  .kpis { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 480px) {
  .lib__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .live__grid { grid-template-columns: 1fr }
  .slotc h3 { font-size: 13px }
  .slotc p { font-size: 11px }
  .slotc__art { font-size: 16px }
  .hero__cta { flex-direction: column; align-items: stretch }
  .btn--lg { width: 100% }
  .cashbox__grid { grid-template-columns: repeat(2, 1fr) }
  .cupz__kpi { grid-template-columns: 1fr }
  .ftr__cols { grid-template-columns: 1fr }
  .stair { grid-template-columns: repeat(2, 1fr) }
}
