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

:root {
  --bg: #0b0e16;
  --bg-2: #141925;
  --bg-3: #1b2233;
  --line: #262f44;
  --line-2: #36425e;
  --txt: #eaf0fb;
  --txt-d: #9fb0cc;
  --txt-dd: #6b7a96;
  --acc: #3ea8ff;
  --acc-2: #7df0d6;
  --hot: #ff5c8a;
  --good: #ffd35c;
  --r: 17px;
  --r-s: 10px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Sofia Sans", 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(62, 168, 255, .15) 0%, transparent 60%),
    radial-gradient(820px 600px at -10% 55%, rgba(125, 240, 214, .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: #04223a;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

h1, h2, h3, h4, .topline__mark, .feed__v, .metric__v, .grab__pct, .leap__n,
.eyebrow, .notch__n, .joust__kpi span {
  font-family: "Rubik", Georgia, "Segoe UI", system-ui, sans-serif;
}

/* ===== TOP LINE ===== */
.topline {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 14, 22, .86);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.topline__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.topline__logo:hover { text-decoration: none }
.topline__svg {
  width: 33px; height: 33px; flex: none;
  filter: drop-shadow(0 0 11px rgba(62, 168, 255, .55));
}
.topline__mark { font-weight: 800; line-height: 1; letter-spacing: -.4px; font-size: 18px }
.topline__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 600; margin-top: 4px; text-transform: uppercase;
}
.topline__menu { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.topline__menu a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.topline__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: "Rubik", 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(--acc-2) 100%);
  color: #04223a; border: 0;
  box-shadow: 0 12px 30px -10px rgba(62, 168, 255, .7);
}
.btn--solid:hover { box-shadow: 0 16px 38px -8px rgba(62, 168, 255, .95) }
.btn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.btn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== FEED (AGGREGATE) ===== */
.feed {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(62, 168, 255, .05), rgba(125, 240, 214, .04));
  font-size: 13px;
}
.feed__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.feed__cell:last-child { border-right: 0 }
.feed__v { font-weight: 800; font-size: 15px; color: var(--acc); letter-spacing: -.2px }
.feed__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== BANNER (HERO) ===== */
.banner {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.banner__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(62, 168, 255, .09);
  border: 1px solid rgba(62, 168, 255, .3);
  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) }
.banner__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.67 }
.banner__cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.banner__art { margin: 0 }
.banner__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(62, 168, 255, .24), transparent 60%),
    radial-gradient(360px 280px at 74% 82%, rgba(125, 240, 214, .16), transparent 65%),
    linear-gradient(135deg, #0c1120 0%, #14203a 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(62, 168, 255, .4);
}
.banner__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}
.metrics {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.metric { display: flex; flex-direction: column; gap: 2px }
.metric__v { font-size: 26px; font-weight: 800; color: var(--acc); letter-spacing: -.6px }
.metric__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.banner, section.gifts { 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) }
.intro-note { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 810px }

/* ===== GIFTS (WELCOME) ===== */
.gifts {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(125, 240, 214, .07) 0%, transparent 70%),
    rgba(20, 25, 37, .55);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.gifts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 24px }
.grab {
  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;
}
.grab:hover { border-color: var(--acc); transform: translateY(-2px) }
.grab::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(62, 168, 255, .08), transparent 60%);
  pointer-events: none;
}
.grab__tag { font-size: 11px; color: var(--acc-2); font-weight: 700; letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase }
.grab__pct { font-size: 30px; font-weight: 800; line-height: 1; color: var(--acc); letter-spacing: -.8px; margin-bottom: 8px }
.grab__name { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.grab__desc { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

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

/* ===== VAULT (SLOTS) ===== */
.vault__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 24px 0 }
.cab {
  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;
}
.cab:hover { transform: translateY(-3px); border-color: var(--acc); box-shadow: 0 18px 36px -14px rgba(62, 168, 255, .42) }
.cab__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Rubik", system-ui, sans-serif;
  font-weight: 800; font-size: 20px; color: rgba(234, 240, 251, .95);
  text-align: center; padding: 14px; letter-spacing: -.3px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.cab__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.44) 100%); pointer-events: none }
.c1 { background: linear-gradient(135deg, #06234a 0%, #3ea8ff 100%) }
.c2 { background: linear-gradient(135deg, #053a32 0%, #7df0d6 100%); color: #04231c }
.c3 { background: linear-gradient(135deg, #340a28 0%, #ff5c8a 100%) }
.c4 { background: linear-gradient(135deg, #3a2c05 0%, #ffd35c 100%); color: #1c1503 }
.c5 { background: linear-gradient(135deg, #06234a 0%, #4db4ff 100%) }
.c6 { background: linear-gradient(135deg, #1a0a3a 0%, #9b7dff 100%) }
.c7 { background: linear-gradient(135deg, #053a32 0%, #5ce0c4 100%); color: #04231c }
.c8 { background: linear-gradient(135deg, #340a28 0%, #ff6f9a 100%) }
.c9 { background: linear-gradient(135deg, #0a1f50 0%, #5b9bff 100%) }
.c10 { background: linear-gradient(135deg, #3a2c05 0%, #ffdf7c 100%); color: #1c1503 }
.c11 { background: linear-gradient(135deg, #053a32 0%, #7df0d6 100%); color: #04231c }
.c12 { background: linear-gradient(135deg, #06234a 0%, #3ea8ff 100%) }
.cab h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.cab p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.cab__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;
}
.cab__go:hover { background: var(--acc); border-color: var(--acc); color: #04223a; text-decoration: none }

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

/* ===== LOYAL (VIP) ===== */
.loyal__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.perkbox {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.perkbox:hover { border-color: var(--acc-2) }
.perkbox__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.perkbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }
.flight { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 14px }
.notch {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 8px;
  padding: 10px 8px; text-align: center; position: relative;
}
.notch:nth-child(1) { transform: translateY(0) }
.notch:nth-child(2) { transform: translateY(-6px) }
.notch:nth-child(3) { transform: translateY(-12px) }
.notch:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.notch:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.notch:nth-child(6) { transform: translateY(-30px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(125, 240, 214, .12)) }
.notch__n { font-size: 12px; font-weight: 800; color: var(--txt); display: block; line-height: 1.05; margin-bottom: 5px }
.notch__cb { font-size: 11px; color: var(--txt-d) }
.notch:nth-child(6) .notch__n { color: var(--acc-2) }

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

/* ===== STUDIO (LIVE) ===== */
.studio__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px }
.booth {
  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;
}
.booth:hover { transform: translateY(-3px); border-color: var(--hot); box-shadow: 0 18px 36px -14px rgba(255, 92, 138, .4) }
.booth__art {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Rubik", system-ui, sans-serif;
  font-weight: 800; font-size: 17px; color: rgba(234, 240, 251, .96);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.b1 { background: linear-gradient(135deg, #06234a 0%, #3ea8ff 100%) }
.b2 { background: linear-gradient(135deg, #340a28 0%, #ff5c8a 100%) }
.b3 { background: linear-gradient(135deg, #053a32 0%, #7df0d6 100%); color: #04231c }
.b4 { background: linear-gradient(135deg, #3a2c05 0%, #ffd35c 100%); color: #1c1503 }
.b5 { background: linear-gradient(135deg, #1a0a3a 0%, #9b7dff 100%) }
.b6 { background: linear-gradient(135deg, #06234a 0%, #4db4ff 100%) }
.booth__body { padding: 14px 16px 16px; position: relative }
.booth__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.booth__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.booth__m { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.booth__p { font-size: 12px; color: var(--txt-dd) }
.booth__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;
}

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

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

/* ===== TELLER (CASHIER) ===== */
.teller__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.pipe {
  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;
}
.pipe__n { font-size: 15px; color: var(--txt); font-weight: 800 }
.pipe__t { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }
.teller__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.teller__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;
}
.teller__times .teller__big { font-size: 16px; color: var(--acc); font-weight: 800; font-family: "Rubik", system-ui, sans-serif }
.teller__times span { font-size: 12px; color: var(--txt-d) }

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

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

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

/* ===== FOOTER ===== */
.tail { margin-top: 24px; border-top: 1px solid var(--line); background: rgba(11, 14, 22, .6) }
.tail__top {
  max-width: 1240px; margin: 0 auto; padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.tail__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.tail__mark { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.tail__mark span { display: flex; flex-direction: column; line-height: 1.1 }
.tail__mark .op { color: var(--txt); font-size: 16px; font-weight: 800; margin-bottom: 2px }
.tail__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.tail__legal .op { color: var(--acc); font-weight: 700 }
.tail__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.tail__col h4 {
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 12px;
}
.tail__col ul { list-style: none; padding: 0; margin: 0 }
.tail__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; cursor: default; transition: color .15s }
.tail__col li:hover { color: var(--txt) }
.tail__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) {
  .gifts__grid { grid-template-columns: 1fr }
  .teller__grid { grid-template-columns: repeat(3, 1fr) }
  .joust__kpi { grid-template-columns: repeat(2, 1fr) }
  .voicebox__grid { grid-template-columns: 1fr }
  .tail__top { grid-template-columns: 1fr }
  .feed { grid-template-columns: repeat(3, 1fr) }
  .feed__cell:nth-child(4), .feed__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .loyal__grid { grid-template-columns: 1fr }
  .flight { grid-template-columns: repeat(3, 1fr) }
  .notch { transform: none !important }
}
@media (max-width: 880px) {
  .banner { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .banner__art { order: -1 }
  .topline__menu { display: none }
  .topline { padding: 11px 14px }
  section { padding: 36px 16px }
  .gifts, .joust, .coda, .ednote { padding: 36px 18px; margin: 22px 14px }
  .kickoff__grid { grid-template-columns: 1fr }
  .tail__top { padding: 30px 16px 22px; gap: 22px }
  .tail__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .feed { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .feed__cell { padding: 4px 10px }
  .teller__times { grid-template-columns: 1fr }
  .metrics { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 480px) {
  .vault__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .studio__grid { grid-template-columns: 1fr }
  .cab h3 { font-size: 13px }
  .cab p { font-size: 11px }
  .cab__art { font-size: 16px }
  .banner__cta { flex-direction: column; align-items: stretch }
  .btn--lg { width: 100% }
  .teller__grid { grid-template-columns: repeat(2, 1fr) }
  .joust__kpi { grid-template-columns: 1fr }
  .tail__cols { grid-template-columns: 1fr }
  .flight { grid-template-columns: repeat(2, 1fr) }
}
