/* vodka8504.casino — Водка Казино / Vodka Casino.
   Концепт «Чёрная смородина в инее»: near-black plum + blackcurrant magenta-violet + frost silver + light orchid.
   Шрифты: Vollkorn (заголовки) + Montserrat (текст). */

:root {
  --bg: #0b0a0f;
  --bg-2: #131019;
  --bg-3: #1b1626;
  --line: #2a2238;
  --line-2: #3a2f4e;
  --txt: #f1ecf4;
  --txt-d: #b4a7c2;
  --txt-dd: #8576a0;
  --acc: #b14dd8;
  --acc-d: #8e36b4;
  --acc-2: #cdd6dc;
  --hot: #e7b3f0;
  --warn: #e0b06a;
  --r: 14px;
  --r-s: 9px;
  --wrap: 1232px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Montserrat", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 86% -12%, rgba(177, 77, 216, .17) 0%, transparent 60%),
    radial-gradient(820px 560px at -8% 56%, rgba(205, 214, 220, .05) 0%, transparent 60%),
    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 }

h1, h2, h3, h4 {
  font-family: "Vollkorn", Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.tomain {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: #16091c;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.tomain:focus { top: 8px }

.acc { color: var(--acc) }

/* ===== TOP BAR ===== */
.frostbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 10, 15, .85);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.berrymark { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.berrymark:hover { text-decoration: none }
.berrymark__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 9px rgba(177, 77, 216, .55));
}
.berrymark__t {
  font-family: "Vollkorn", Georgia, serif;
  font-size: 21px; line-height: 1; letter-spacing: .3px;
}
.berrymark__sub {
  display: block; font-family: "Montserrat", system-ui, sans-serif;
  font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 500; margin-top: 5px;
  text-transform: uppercase;
}
.frostnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.frostnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.frostnav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA ===== */
.frostbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
  cursor: pointer; letter-spacing: .1px;
}
.frostbtn:hover { text-decoration: none; transform: translateY(-1px) }
.frostbtn--mini { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.frostbtn--mini:hover { background: var(--bg-2); border-color: var(--acc) }
.frostbtn--big { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.frostbtn--lead {
  background: linear-gradient(118deg, var(--acc-d) 0%, var(--acc) 100%);
  color: #fdf4ff; border: 0;
  box-shadow: 0 12px 30px -12px rgba(177, 77, 216, .8);
  font-weight: 700;
}
.frostbtn--lead:hover { box-shadow: 0 16px 38px -10px rgba(177, 77, 216, 1) }
.frostbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.frostbtn--ghost:hover { border-color: var(--acc); color: var(--hot) }

/* ===== AGGREGATE DAY STRIP ===== */
.daystrip {
  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, 77, 216, .06), rgba(205, 214, 220, .03));
  font-size: 13px;
}
.dscell {
  display: flex; flex-direction: column; gap: 3px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.dscell:last-child { border-right: 0 }
.dscell__num {
  font-family: "Vollkorn", Georgia, serif;
  font-size: 17px; color: var(--acc); letter-spacing: .2px;
}
.dscell__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO / FRONTICE ===== */
.frontice {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 38px;
  padding: 50px 22px 34px;
  max-width: var(--wrap); margin: 0 auto;
  align-items: center;
}
.licchip {
  display: inline-block;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 11px; letter-spacing: 1.3px; color: var(--acc);
  background: rgba(177, 77, 216, .1);
  border: 1px solid rgba(177, 77, 216, .3);
  padding: 6px 12px; border-radius: 5px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 600;
}
h1 {
  font-size: clamp(29px, 4.2vw, 46px); line-height: 1.12;
  margin: 0 0 18px; letter-spacing: .1px;
}
.frontice__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66 }
.frontice__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.frontice__art { margin: 0 }
.frontice__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 50% 26%, rgba(177, 77, 216, .22), transparent 62%),
    linear-gradient(150deg, #0e0b14 0%, #181023 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -24px rgba(177, 77, 216, .46);
}
.frontice__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI / QUICKMETR */
.quickmetr {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.quickmetr__item { display: flex; flex-direction: column; gap: 3px }
.quickmetr__num {
  font-family: "Vollkorn", Georgia, serif;
  font-size: 28px; color: var(--acc); letter-spacing: .3px;
}
.quickmetr__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: var(--wrap); margin: 0 auto;
  padding: 56px 22px;
}
section.frontice, section.startpack { padding-top: 36px }
.eyebrow {
  display: inline-block;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 600;
  margin: 0 0 10px;
}
h2 {
  font-size: clamp(24px, 3.1vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: .1px;
}
h3 {
  font-size: clamp(18px, 2vw, 22px); line-height: 1.34;
  margin: 28px 0 10px; color: var(--hot); 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 }

/* ===== WELCOME / STARTPACK ===== */
.startpack {
  background:
    radial-gradient(720px 360px at 84% 26%, rgba(177, 77, 216, .08) 0%, transparent 70%),
    rgba(19, 16, 25, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.startpack__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.packcard {
  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;
}
.packcard:hover { border-color: var(--acc); transform: translateY(-2px) }
.packcard::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(177, 77, 216, .08), transparent 60%);
  pointer-events: none;
}
.packcard__step {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 11px; color: var(--acc-2); font-weight: 600;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.packcard__pct {
  font-family: "Vollkorn", Georgia, serif;
  font-size: 32px; line-height: 1; color: var(--acc); letter-spacing: .4px;
  margin-bottom: 8px;
}
.packcard__title { font-weight: 600; font-size: 15px; margin-bottom: 6px }
.packcard__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS / QUICKSTART ===== */
.quickstart__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.qscard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.qscard__num {
  font-family: "Vollkorn", Georgia, serif;
  position: absolute; top: 12px; right: 22px;
  font-size: 58px; line-height: 1; color: var(--bg-3);
}
.qscard__head { font-size: 19px; font-family: "Vollkorn", Georgia, serif; margin-bottom: 12px; color: var(--hot) }
.qscard p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== CATALOGUE / GLASSCASE ===== */
.glasscase__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.gtile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.gtile:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -16px rgba(177, 77, 216, .46);
}
.gtile__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Vollkorn", Georgia, serif;
  font-size: 22px; color: rgba(253, 244, 255, .95);
  text-align: center; padding: 14px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.gtile__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.42) 100%);
  pointer-events: none;
}
.ber1 { background: linear-gradient(135deg, #2a103a 0%, #b14dd8 100%); color: #fdf4ff }
.ber2 { background: linear-gradient(135deg, #3a1030 0%, #e7b3f0 100%); color: #1a0a1c }
.ber3 { background: linear-gradient(135deg, #181028 0%, #8e6fd0 100%); color: #fdf4ff }
.ber4 { background: linear-gradient(135deg, #34123c 0%, #d36ad0 100%); color: #fdf4ff }
.ber5 { background: linear-gradient(135deg, #101424 0%, #7fb2d6 100%); color: #0a1018 }
.ber6 { background: linear-gradient(135deg, #2a1030 0%, #b14dd8 100%); color: #fdf4ff }
.ber7 { background: linear-gradient(135deg, #1c1626 0%, #cdd6dc 100%); color: #1a0a1c }
.ber8 { background: linear-gradient(135deg, #36123a 0%, #c06ae0 100%); color: #fdf4ff }
.ber9 { background: linear-gradient(135deg, #221030 0%, #9b5de5 100%); color: #fdf4ff }
.ber10 { background: linear-gradient(135deg, #2e1238 0%, #e7b3f0 100%); color: #1a0a1c }
.ber11 { background: linear-gradient(135deg, #141026 0%, #8aa0d6 100%); color: #0a1018 }
.ber12 { background: linear-gradient(135deg, #301236 0%, #b14dd8 100%); color: #fdf4ff }

.gtile h3 { font-family: "Montserrat", system-ui, sans-serif; font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.gtile p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.gtile__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.gtile__btn:hover { background: var(--acc); border-color: var(--acc); color: #fdf4ff; text-decoration: none }

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

/* ===== MIRROR / RESERVE ===== */
.reserve__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 22px;
}
.rvbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.rvbox:hover { border-color: var(--acc-2) }
.rvbox__h { font-family: "Vollkorn", Georgia, serif; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.rvbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.58 }

.reserve__state {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.rvrow {
  display: grid; grid-template-columns: 2fr 1.4fr 1fr; gap: 10px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 14px; color: var(--txt-d);
}
.rvrow:last-child { border-bottom: 0 }
.rvrow--head {
  background: var(--bg-3);
  color: var(--acc-2); font-size: 12px; text-transform: uppercase; letter-spacing: 1px;
}
.rvrow span:first-child { color: var(--txt); font-family: "Montserrat", system-ui, sans-serif }
.rvrow .ok { color: var(--acc) }
.rvrow .wait { color: var(--warn) }

/* ===== VODKA BET / SPORTBAY ===== */
.sportbay {
  background:
    radial-gradient(640px 340px at 14% 30%, rgba(205, 214, 220, .05) 0%, transparent 68%),
    rgba(19, 16, 25, .5);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.sportbay__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.sbcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.sbcard:hover { border-color: var(--acc) }
.sbcard__h { font-family: "Vollkorn", Georgia, serif; font-size: 18px; margin-bottom: 10px; color: var(--acc) }
.sbcard p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== TOURNAMENT / CUPZONE ===== */
.cupzone {
  background:
    radial-gradient(640px 360px at 50% 40%, rgba(177, 77, 216, .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;
}
.cupzone__btns { margin: 22px 0 28px }
.cupzone__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.cupzone__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;
}
.cupzone__kpi span {
  font-family: "Vollkorn", Georgia, serif;
  font-size: 24px; color: var(--acc); margin-bottom: 4px;
}
.cupzone__kpi .ck-lbl { font-size: 14px; color: var(--txt); font-style: normal; font-weight: 600 }
.cupzone__kpi .ck-sub { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LOYALTY / BERRYSTEPS ===== */
.ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.bstep {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 11px 8px;
  text-align: center;
}
.bstep:nth-child(1) { transform: translateY(0) }
.bstep:nth-child(2) { transform: translateY(-6px) }
.bstep:nth-child(3) { transform: translateY(-12px) }
.bstep:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.bstep:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.bstep:nth-child(6) { transform: translateY(-30px); border-color: var(--acc); background: linear-gradient(135deg, var(--bg-2), rgba(177, 77, 216, .14)) }
.bstep__name {
  font-family: "Vollkorn", Georgia, serif;
  font-size: 14px; color: var(--txt);
  display: block; line-height: 1.05; margin-bottom: 5px;
}
.bstep__cb { font-size: 11px; color: var(--txt-d) }
.bstep:nth-child(6) .bstep__name { color: var(--acc) }

.perkwrap {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 26px;
}
.perktile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.perktile:hover { border-color: var(--acc) }
.perktile__h { font-family: "Vollkorn", Georgia, serif; font-size: 18px; margin-bottom: 10px; color: var(--acc) }
.perktile p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== LIVE / LIVESTAGE ===== */
.livestage__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.lvcard {
  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;
}
.lvcard:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -16px rgba(177, 77, 216, .44);
}
.lvcard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Vollkorn", Georgia, serif;
  font-size: 20px; color: rgba(253, 244, 255, .95);
  padding: 12px; text-align: center; line-height: 1.12;
  position: relative; overflow: hidden;
}
.lvg1 { background: linear-gradient(135deg, #2a103a 0%, #b14dd8 100%); color: #fdf4ff }
.lvg2 { background: linear-gradient(135deg, #36123a 0%, #e7b3f0 100%); color: #1a0a1c }
.lvg3 { background: linear-gradient(135deg, #181028 0%, #9b5de5 100%); color: #fdf4ff }
.lvg4 { background: linear-gradient(135deg, #34123c 0%, #d36ad0 100%); color: #fdf4ff }
.lvg5 { background: linear-gradient(135deg, #101424 0%, #7fb2d6 100%); color: #0a1018 }
.lvg6 { background: linear-gradient(135deg, #1c1626 0%, #cdd6dc 100%); color: #1a0a1c }

.lvcard__b { padding: 14px 16px 16px; position: relative }
.lvcard__t { font-family: "Montserrat", system-ui, sans-serif; font-weight: 600; font-size: 16px; margin-bottom: 4px }
.lvcard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.lvcard__m { font-size: 13px; color: var(--acc); font-weight: 600; margin-bottom: 4px }
.lvcard__p { font-size: 12px; color: var(--txt-dd) }
.lvcard__on {
  position: absolute; top: 12px; right: 16px;
  background: var(--acc); color: #fdf4ff;
  padding: 3px 10px; border-radius: 5px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

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

/* ===== REVIEWS / VOICES ===== */
.voices__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.vcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.vcard__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.vcard__stars--four .star-off { color: var(--line-2) }
.vcard__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.vcard__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.vcard__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--hot));
  border-radius: 50%; color: #16091c; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS / CASHBAR ===== */
.cashbar__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0;
}
.paytile {
  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;
}
.paytile .pt-h { font-size: 15px; color: var(--txt); font-weight: 600 }
.paytile .pt-s { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: .8px }

.cashbar__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.cashbar__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;
}
.cashbar__times .ct-h {
  font-family: "Vollkorn", Georgia, serif;
  font-size: 17px; color: var(--acc);
}
.cashbar__times .ct-s { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA / FINALPOUR ===== */
.finalpour {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(177, 77, 216, .16) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.finalpour h2 { margin-bottom: 10px }
.finalpour p { color: var(--txt-d); margin-bottom: 24px }

/* ===== AUTHOR NOTE / EDITORNOTE ===== */
.editornote {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: rgba(19, 16, 25, .45);
  margin: 32px 22px; max-width: none;
}
.editornote p { color: var(--txt-d); font-size: 14.5px; line-height: 1.72; max-width: 880px }

/* ===== FAQ / ASKBOX ===== */
.askbox 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: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  color: var(--txt);
}
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: 5px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; 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.66 }

/* ===== FOOTER / BASEPLATE ===== */
.baseplate {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(11, 10, 15, .6);
}
.baseplate__top {
  max-width: var(--wrap); margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.baseplate__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.baseplate__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.baseplate__name { display: flex; flex-direction: column; line-height: 1.15 }
.baseplate__name .bp-strong { color: var(--txt); font-family: "Vollkorn", Georgia, serif; font-size: 17px; margin-bottom: 2px }
.baseplate__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.baseplate__legal .bp-em { color: var(--acc) }
.baseplate__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.baseplate__col h4 {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 12px; color: var(--acc-2); font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.baseplate__col ul { list-style: none; padding: 0; margin: 0 }
.baseplate__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default; transition: color .15s;
}
.baseplate__col li:hover { color: var(--txt) }
.baseplate__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: var(--wrap); 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) {
  .startpack__grid { grid-template-columns: 1fr }
  .sportbay__grid { grid-template-columns: 1fr }
  .cashbar__grid { grid-template-columns: repeat(3, 1fr) }
  .cupzone__kpi { grid-template-columns: repeat(2, 1fr) }
  .voices__grid { grid-template-columns: 1fr }
  .reserve__grid { grid-template-columns: 1fr }
  .baseplate__top { grid-template-columns: 1fr }
  .daystrip { grid-template-columns: repeat(3, 1fr) }
  .dscell:nth-child(4), .dscell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .ladder { grid-template-columns: repeat(3, 1fr) }
  .bstep { transform: none !important }
}

@media (max-width: 880px) {
  .frontice { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .frontice__art { order: -1 }
  .frostnav { display: none }
  .frostbar { padding: 11px 14px }
  section { padding: 38px 16px }
  .startpack, .sportbay, .cupzone, .finalpour, .editornote { padding: 36px 18px; margin: 22px 14px }
  .quickstart__grid { grid-template-columns: 1fr }
  .perkwrap { grid-template-columns: 1fr }
  .rvrow { grid-template-columns: 1.6fr 1fr; }
  .rvrow span:nth-child(3) { display: none }
  .baseplate__top { padding: 30px 16px 22px; gap: 22px }
  .baseplate__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .daystrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .dscell { padding: 4px 10px }
  .cashbar__times { grid-template-columns: 1fr }
  .quickmetr { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .glasscase__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .livestage__grid { grid-template-columns: 1fr }
  .gtile h3 { font-size: 13px }
  .gtile p { font-size: 11px }
  .gtile__cover { font-size: 17px }
  .frontice__btns { flex-direction: column; align-items: stretch }
  .frostbtn--big { width: 100% }
  .cashbar__grid { grid-template-columns: repeat(2, 1fr) }
  .cupzone__kpi { grid-template-columns: 1fr }
  .baseplate__cols { grid-template-columns: 1fr }
  .ladder { grid-template-columns: repeat(2, 1fr) }
}
