/* clubvulkan777tr.top — онлайн-казино и игровой клуб Вулкан 777 / Vulkan 777.
   Палитра: «Электрик-клуб / неоновый кратер» — чернильный фон + азур + орхидея.
   Шрифты: Exo 2 (заголовки) + Nunito Sans (текст). */

:root {
  --bg: #0a0b13;
  --bg-2: #11131d;
  --bg-3: #181b27;
  --line: #262a3a;
  --line-2: #343a50;
  --txt: #eaecf4;
  --txt-d: #969db5;
  --txt-dd: #6b7290;
  --azure: #3d7dff;
  --azure-d: #2f6ae0;
  --orchid: #b15cff;
  --glow: #8fb6ff;
  --r: 14px;
  --r-s: 9px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Nunito Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1050px 600px at 88% -12%, rgba(61, 125, 255, .18) 0%, transparent 60%),
    radial-gradient(860px 600px at -12% 58%, rgba(177, 92, 255, .12) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--azure); text-decoration: none }
a:hover { text-decoration: underline }

.skip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--azure); color: #07101f;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

/* ===== HEADING FONT OVERRIDE ===== */
h1, h2, h3,
.crest__t, .crest__sub, .pulse__n, .tagline, .stat__n,
.eyebrow, .gift__step, .gift__pct, .ostep__n, .ostep__h,
.slot__cover, .tagrow__h, .rank__name, .ak__n, .table__cover,
.table__tag, .pt__b, .ttime__b, .rail__b, .base__name, .base__col h4 {
  font-family: "Exo 2", "Nunito Sans", system-ui, sans-serif;
}

/* ===== DECK BAR ===== */
.deckbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 11, 19, .82);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 50;
}
.crest { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.crest:hover { text-decoration: none }
.crest__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(61, 125, 255, .55));
}
.crest__t { font-weight: 800; line-height: 1; letter-spacing: .3px; text-transform: uppercase }
.crest__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2px; font-weight: 600; margin-top: 4px; text-transform: uppercase;
}
.routes { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.routes a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.routes a:hover { color: var(--azure); border-bottom-color: var(--azure); text-decoration: none }

/* ===== ACTIONS ===== */
.act {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: "Exo 2", system-ui, sans-serif;
  font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .5px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s, color .2s;
  cursor: pointer;
}
.act:hover { text-decoration: none; transform: translateY(-1px) }
.act--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.act--lg { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.act--fill {
  background: linear-gradient(120deg, var(--azure) 0%, var(--orchid) 100%);
  color: #fff; border: 0;
  box-shadow: 0 12px 30px -10px rgba(61, 125, 255, .7);
}
.act--fill:hover { box-shadow: 0 16px 40px -8px rgba(177, 92, 255, .85) }
.act--line { background: transparent; color: var(--txt); border-color: var(--line-2) }
.act--line:hover { border-color: var(--azure); color: var(--azure) }

/* ===== PULSE STRIP ===== */
.pulse {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  padding: 10px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(61, 125, 255, .06), rgba(177, 92, 255, .04));
  font-size: 13px;
}
.pulse__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px; border-right: 1px solid var(--line); align-items: flex-start;
}
.pulse__cell:last-child { border-right: 0 }
.pulse__n { font-weight: 800; font-size: 16px; color: var(--azure); letter-spacing: .2px }
.pulse__l { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== STAGE / HERO ===== */
.stage {
  display: grid; grid-template-columns: 1.16fr 1fr; gap: 38px;
  padding: 50px 24px 34px; max-width: 1240px; margin: 0 auto; align-items: center;
}
.tagline {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--azure);
  background: rgba(61, 125, 255, .08);
  border: 1px solid rgba(61, 125, 255, .3);
  padding: 6px 12px; border-radius: 999px;
  margin: 0 0 18px; text-transform: uppercase; font-weight: 700;
}
h1 {
  font-size: clamp(30px, 4.4vw, 50px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -.3px; font-weight: 800;
}
.accent {
  background: linear-gradient(120deg, var(--azure), var(--orchid));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stage__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.68 }
.stage__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.stage__art { margin: 0 }
.stage__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(440px 320px at 50% 26%, rgba(61, 125, 255, .26), transparent 62%),
    radial-gradient(360px 300px at 70% 84%, rgba(177, 92, 255, .18), transparent 64%),
    linear-gradient(140deg, #0d0f1a 0%, #15101f 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(61, 125, 255, .45);
}
.stage__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd); font-style: italic; text-align: right;
}

/* ===== STAT INLINE ===== */
.stat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.stat__i { display: flex; flex-direction: column; gap: 2px }
.stat__n { font-size: 26px; font-weight: 800; color: var(--azure); letter-spacing: .2px }
.stat__l { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section { max-width: 1240px; margin: 0 auto; padding: 58px 24px }
section.stage, section.pack { padding-top: 36px }
.eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--orchid); font-weight: 700; margin: 0 0 10px;
}
h2 { font-size: clamp(24px, 3.2vw, 35px); line-height: 1.2; margin: 0 0 16px; font-weight: 800 }
h3 {
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--glow); font-weight: 700; letter-spacing: .1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.intro { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== PACK / WELCOME ===== */
.pack {
  background:
    radial-gradient(720px 360px at 84% 26%, rgba(177, 92, 255, .08) 0%, transparent 70%),
    rgba(17, 19, 29, .55);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 24px; max-width: none;
}
.pack__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 22px 0 24px;
}
.gift {
  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;
}
.gift:hover { border-color: var(--azure); transform: translateY(-2px) }
.gift::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(61, 125, 255, .08), transparent 60%);
  pointer-events: none;
}
.gift__step { font-size: 11px; color: var(--orchid); font-weight: 700; letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase }
.gift__pct { font-size: 30px; font-weight: 800; line-height: 1; color: var(--azure); margin-bottom: 8px }
.gift__t { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.gift__s { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

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

/* ===== VAULT / SLOT GRID ===== */
.vault__grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.slot {
  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;
}
.slot:hover {
  transform: translateY(-3px); border-color: var(--azure);
  box-shadow: 0 18px 36px -14px rgba(61, 125, 255, .45);
}
.slot__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 22px; color: rgba(234, 236, 244, .96);
  text-align: center; padding: 14px; letter-spacing: .2px; line-height: 1.15; text-transform: uppercase;
  position: relative; overflow: hidden;
}
.slot__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.42) 100%); pointer-events: none;
}
.sc1 { background: linear-gradient(135deg, #0c1733 0%, #3d7dff 100%) }
.sc2 { background: linear-gradient(135deg, #1a0c33 0%, #7b4dff 100%) }
.sc3 { background: linear-gradient(135deg, #2a0c2c 0%, #b15cff 100%) }
.sc4 { background: linear-gradient(135deg, #0c2233 0%, #2cb6d6 100%) }
.sc5 { background: linear-gradient(135deg, #0c1a33 0%, #5b8cff 100%) }
.sc6 { background: linear-gradient(135deg, #21102f 0%, #9a5cff 100%) }
.sc7 { background: linear-gradient(135deg, #0c2433 0%, #2cc6b6 100%) }
.sc8 { background: linear-gradient(135deg, #1a0c2a 0%, #8a6cff 100%) }
.sc9 { background: linear-gradient(135deg, #0c1533 0%, #3d7dff 100%) }
.sc10 { background: linear-gradient(135deg, #2a160c 0%, #d68a3a 100%) }
.sc11 { background: linear-gradient(135deg, #2a0c1f 0%, #c2417a 100%) }
.sc12 { background: linear-gradient(135deg, #0c1f33 0%, #3aa0d6 100%) }

.slot h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.slot p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.slot__btn {
  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;
}
.slot__btn:hover { background: var(--azure); border-color: var(--azure); color: #fff; text-decoration: none }

.tagrow { margin: 22px 0 0 }
.tagrow__h { font-size: 12px; color: var(--orchid); 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: 999px; font-size: 12px; color: var(--txt-d);
}

/* ===== STUDIO / LIVE ===== */
.studio__grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px;
}
.table {
  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;
}
.table:hover {
  transform: translateY(-3px); border-color: var(--orchid);
  box-shadow: 0 18px 36px -14px rgba(177, 92, 255, .42);
}
.table__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 18px; color: rgba(234, 236, 244, .96);
  padding: 12px; text-align: center; letter-spacing: .2px; text-transform: uppercase;
  position: relative; overflow: hidden;
}
.tc1 { background: linear-gradient(135deg, #0c1733 0%, #3d7dff 100%) }
.tc2 { background: linear-gradient(135deg, #1a0c33 0%, #7b4dff 100%) }
.tc3 { background: linear-gradient(135deg, #0c2233 0%, #2cb6d6 100%) }
.tc4 { background: linear-gradient(135deg, #2a0c2c 0%, #b15cff 100%) }
.tc5 { background: linear-gradient(135deg, #0c2433 0%, #2cc6b6 100%) }
.tc6 { background: linear-gradient(135deg, #21102f 0%, #9a5cff 100%) }

.table__b { padding: 14px 16px 16px; position: relative }
.table__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.table__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.table__m { font-size: 13px; color: var(--glow); font-weight: 600; margin-bottom: 4px }
.table__p { font-size: 12px; color: var(--txt-dd) }
.table__tag {
  position: absolute; top: 12px; right: 14px;
  background: var(--orchid); color: #fff;
  padding: 3px 10px; border-radius: 999px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== CLUB / LOYALTY ===== */
.ranks { 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: 11px 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(--azure); background: var(--bg-2) }
.rank:nth-child(5) { transform: translateY(-24px); border-color: var(--azure); background: var(--bg-2) }
.rank:nth-child(6) { transform: translateY(-30px); border-color: var(--orchid); background: linear-gradient(135deg, var(--bg-2), rgba(177, 92, 255, .12)) }
.rank__name {
  font-size: 12px; font-weight: 800; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px; text-transform: uppercase; letter-spacing: .3px;
}
.rank__cb { font-size: 11px; color: var(--txt-d) }
.rank:nth-child(6) .rank__name { color: var(--orchid) }

.club__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.cbox {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.cbox:hover { border-color: var(--orchid) }
.cbox h3 { margin: 0 0 10px; color: var(--orchid); font-size: 17px }
.cbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== ARENA / TOURNAMENT ===== */
.arena {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(61, 125, 255, .12) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 24px; max-width: none; text-align: center;
}
.arena .intro { margin-left: auto; margin-right: auto }
.arena__btns { margin: 22px 0 28px }
.arena__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px }
.ak {
  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;
}
.ak__n { font-size: 22px; font-weight: 800; color: var(--azure); margin-bottom: 4px; letter-spacing: .2px }
.ak__b { font-size: 14px; font-weight: 700; color: var(--txt) }
.ak__i { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

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

/* ===== VOICES / REVIEWS ===== */
.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.voice {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; display: flex; flex-direction: column; gap: 14px;
}
.voice__stars { color: var(--orchid); font-size: 16px; letter-spacing: 4px }
.voice__off { color: var(--line-2) }
.voice__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.voice__m {
  display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.voice__a {
  display: flex; align-items: center; justify-content: center; width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--azure), var(--orchid));
  border-radius: 50%; color: #fff; font-weight: 800; font-size: 14px; flex: none;
}

/* ===== TILL / PAYMENTS ===== */
.till__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.rail {
  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;
}
.rail__b { font-size: 15px; color: var(--txt); font-weight: 800 }
.rail__i { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: .8px }
.till__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.ttime {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 14px 18px; display: flex; flex-direction: column; gap: 4px;
}
.ttime__b { font-size: 16px; color: var(--azure); font-weight: 800 }
.ttime__s { font-size: 12px; color: var(--txt-d) }

/* ===== NOTE / AUTHOR ===== */
.note {
  background: rgba(17, 19, 29, .5);
  border: 1px solid var(--line); border-left: 3px solid var(--orchid);
  border-radius: var(--r); margin: 32px 24px; max-width: none;
}
.note p { color: var(--txt-d); line-height: 1.72; font-size: 15px }

/* ===== SEND / FINAL ===== */
.send {
  text-align: center; padding: 58px 24px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(177, 92, 255, .16) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r); margin: 32px 24px; border: 1px solid var(--line); max-width: none;
}
.send h2 { margin-bottom: 10px }
.send 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(--azure) }
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(--azure); font-size: 16px; transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--azure) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== BASE / FOOTER ===== */
.base { margin-top: 24px; border-top: 1px solid var(--line); background: rgba(10, 11, 19, .6) }
.base__top {
  max-width: 1240px; margin: 0 auto; padding: 42px 24px 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__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.base__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.base__name { color: var(--txt); font-size: 16px; font-weight: 800; margin-bottom: 2px; text-transform: uppercase; letter-spacing: .4px }
.base__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.base__op { color: var(--azure) }
.base__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.base__col h4 {
  font-size: 12px; color: var(--orchid); 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 24px;
  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) {
  .pack__grid { grid-template-columns: repeat(2, 1fr) }
  .till__grid { grid-template-columns: repeat(3, 1fr) }
  .arena__grid { grid-template-columns: repeat(2, 1fr) }
  .voices__grid { grid-template-columns: 1fr }
  .base__top { grid-template-columns: 1fr }
  .pulse { grid-template-columns: repeat(3, 1fr) }
  .pulse__cell:nth-child(4), .pulse__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .ranks { grid-template-columns: repeat(3, 1fr) }
  .rank { transform: none !important }
}

@media (max-width: 880px) {
  .stage { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .stage__art { order: -1 }
  .routes { display: none }
  .deckbar { padding: 11px 15px }
  section { padding: 38px 16px }
  .pack, .arena, .send, .note { padding: 36px 18px; margin: 22px 14px }
  .onboard__grid { grid-template-columns: 1fr }
  .club__grid { grid-template-columns: 1fr }
  .base__top { padding: 30px 16px 22px; gap: 22px }
  .base__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .pulse { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .pulse__cell { padding: 4px 10px }
  .till__times { grid-template-columns: 1fr }
  .stat { 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 }
  .pack__grid { grid-template-columns: 1fr }
  .slot h3 { font-size: 13px }
  .slot p { font-size: 11px }
  .slot__cover { font-size: 16px }
  .stage__btns { flex-direction: column; align-items: stretch }
  .act--lg { width: 100% }
  .till__grid { grid-template-columns: repeat(2, 1fr) }
  .arena__grid { grid-template-columns: 1fr }
  .base__cols { grid-template-columns: 1fr }
  .ranks { grid-template-columns: repeat(2, 1fr) }
}
