/* vodka2bfcasino.fun — премиум-лендинг Водка Казино / Vodka Casino (бренд-хаб, кластер vodka_all).
   Концепт «полночь и медь»: графит-чёрный фон + медный акцент + морозный перивинкль.
   Шрифты: Philosopher (заголовки) + Golos Text (текст). Четвёртый домен бренда Vodka —
   все параметры подчёркнуто отличны от vodka107.ru, vodka-online19.buzz и vodkacasino4492.buzz.
   Префикс классов dc- (decanter). */

:root {
  --bg: #0b0c10;
  --bg-2: #14161c;
  --bg-3: #1d2027;
  --line: #2a2e37;
  --line-2: #3b414d;
  --txt: #f1ece1;
  --txt-d: #a39c8c;
  --txt-dd: #736d60;
  --acc: #c8843c;
  --acc-d: #a96c2c;
  --ice: #aab4d6;
  --ice-d: #8b96bd;
  --hot: #e8a24e;
  --good: #7bd6a6;
  --r: 14px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Golos Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1080px 600px at 88% -12%, rgba(200, 132, 60, .16) 0%, transparent 60%),
    radial-gradient(860px 600px at -12% 58%, rgba(170, 180, 214, .07) 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 }
strong, b { color: var(--ice); font-weight: 600 }

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

/* ===== TOP BAR ===== */
.dc-bar {
  display: flex; align-items: center; gap: 16px;
  padding: 13px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 12, 16, .85);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.dc-brand { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.dc-brand:hover { text-decoration: none }
.dc-mark {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 9px rgba(200, 132, 60, .5));
}
.dc-name {
  font-family: "Philosopher", Georgia, serif;
  font-weight: 700; line-height: 1; letter-spacing: .2px; font-size: 19px;
}
.dc-tag {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 500; margin-top: 4px;
  text-transform: uppercase; font-family: "Golos Text", system-ui, sans-serif;
}
.dc-menu { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.dc-menu a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.dc-menu a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== BUTTONS ===== */
.dc-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: "Golos Text", 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;
}
.dc-btn:hover { text-decoration: none; transform: translateY(-1px) }
.dc-btn--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.dc-btn--sm:hover { background: var(--bg-2); border-color: var(--acc) }
.dc-btn--lg { padding: 15px 30px; font-size: 15px; border-radius: 11px }
.dc-btn--fill {
  background: linear-gradient(118deg, var(--acc) 0%, var(--hot) 100%);
  color: #1a1206; border: 0;
  box-shadow: 0 12px 30px -10px rgba(200, 132, 60, .65);
  font-weight: 700;
}
.dc-btn--fill:hover { box-shadow: 0 16px 38px -8px rgba(200, 132, 60, .85) }
.dc-btn--line { background: transparent; color: var(--txt); border-color: var(--line-2) }
.dc-btn--line:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE TICKER ===== */
.dc-tick {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 11px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(200, 132, 60, .05), rgba(170, 180, 214, .035));
  font-size: 13px;
}
.dc-tick__c {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 16px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.dc-tick__c:last-child { border-right: 0 }
.dc-tick__n {
  font-family: "Philosopher", Georgia, serif;
  font-weight: 700; font-size: 17px; color: var(--acc);
  letter-spacing: .2px;
}
.dc-tick__l { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.dc-hero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 38px;
  padding: 50px 24px 34px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.dc-hero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(200, 132, 60, .09);
  border: 1px solid rgba(200, 132, 60, .3);
  padding: 6px 12px; border-radius: 999px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 600;
}
h1 {
  font-family: "Philosopher", Georgia, serif;
  font-size: clamp(29px, 4.2vw, 47px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: .2px; font-weight: 700;
}
.dc-em { color: var(--acc) }
.dc-hero__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.68;
}
.dc-hero__act { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.dc-hero__art { margin: 0 }
.dc-hero__svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(440px 330px at 50% 40%, rgba(200, 132, 60, .2), transparent 62%),
    radial-gradient(360px 280px at 76% 82%, rgba(170, 180, 214, .14), transparent 66%),
    linear-gradient(135deg, #101218 0%, #161922 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(200, 132, 60, .42);
}
.dc-hero__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

.dc-kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.dc-kpi__i { display: flex; flex-direction: column; gap: 2px }
.dc-kpi__n {
  font-family: "Philosopher", Georgia, serif;
  font-size: 26px; font-weight: 700;
  color: var(--acc); letter-spacing: .2px;
}
.dc-kpi__l { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 58px 24px;
}
.dc-eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--ice); font-weight: 600;
  margin: 0 0 10px; font-family: "Golos Text", system-ui, sans-serif;
}
h2 {
  font-family: "Philosopher", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 35px); line-height: 1.22;
  margin: 0 0 16px; letter-spacing: .2px; font-weight: 700;
}
h3 {
  font-family: "Philosopher", Georgia, serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--acc); font-weight: 700; letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.dc-lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== PANEL-LIKE BLOCKS ===== */
.dc-welc, .dc-bet, .dc-mir, .dc-tour, .dc-final, .dc-note {
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 24px;
  max-width: none;
}
.dc-welc {
  background:
    radial-gradient(720px 360px at 82% 26%, rgba(170, 180, 214, .07) 0%, transparent 70%),
    rgba(20, 22, 28, .55);
}
.dc-welc__row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.dc-tier {
  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;
}
.dc-tier:hover { border-color: var(--acc); transform: translateY(-2px) }
.dc-tier::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(200, 132, 60, .08), transparent 60%);
  pointer-events: none;
}
.dc-tier__step {
  font-size: 11px; color: var(--ice); font-weight: 600;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.dc-tier__pct {
  font-family: "Philosopher", Georgia, serif;
  font-size: 32px; font-weight: 700; line-height: 1;
  color: var(--acc); letter-spacing: .2px;
  margin-bottom: 8px;
}
.dc-tier__name { font-weight: 600; font-size: 15px; margin-bottom: 6px }
.dc-tier__txt { font-size: 13px; color: var(--txt-d); line-height: 1.52 }

/* ===== VODKA BET ===== */
.dc-bet {
  background:
    radial-gradient(680px 340px at 16% 28%, rgba(200, 132, 60, .1) 0%, transparent 70%),
    rgba(20, 22, 28, .55);
}
.dc-bet__row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 20px;
}
.dc-bcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-top: 3px solid var(--acc);
  border-radius: var(--r);
  padding: 20px 18px;
  transition: border-color .2s, transform .15s;
}
.dc-bcard:hover { border-color: var(--acc); transform: translateY(-2px) }
.dc-bcard__h {
  font-family: "Philosopher", Georgia, serif;
  font-weight: 700; font-size: 16px; margin-bottom: 8px; color: var(--ice);
}
.dc-bcard p { color: var(--txt-d); font-size: 13px; margin: 0; line-height: 1.56 }
.dc-bet__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px }
.dc-bet__tags span {
  padding: 6px 12px; background: var(--bg-3);
  border: 1px solid var(--line); border-radius: 999px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== GAMES SHELF ===== */
.dc-shelf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.dc-game {
  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;
}
.dc-game:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(200, 132, 60, .4);
}
.dc-game__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Philosopher", Georgia, serif;
  font-weight: 700; font-size: 22px; color: rgba(241, 236, 225, .97);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.dc-game__art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.42) 100%);
  pointer-events: none;
}
.g1 { background: linear-gradient(135deg, #2a1a06 0%, #c8843c 100%) }
.g2 { background: linear-gradient(135deg, #2a1208 0%, #d98a52 100%) }
.g3 { background: linear-gradient(135deg, #14182a 0%, #8b96bd 100%) }
.g4 { background: linear-gradient(135deg, #1a1c28 0%, #aab4d6 100%) }
.g5 { background: linear-gradient(135deg, #221506 0%, #b3742f 100%) }
.g6 { background: linear-gradient(135deg, #101620 0%, #6f7ba6 100%) }
.g7 { background: linear-gradient(135deg, #2e1d08 0%, #e0964a 100%) }
.g8 { background: linear-gradient(135deg, #161a2a 0%, #9aa6cc 100%) }
.g9 { background: linear-gradient(135deg, #281806 0%, #c8843c 100%) }
.g10 { background: linear-gradient(135deg, #131826 0%, #8590bb 100%) }
.g11 { background: linear-gradient(135deg, #241606 0%, #cf8638 100%) }
.g12 { background: linear-gradient(135deg, #1a1d2c 0%, #a3aed1 100%) }

.dc-game h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700; font-family: "Philosopher", Georgia, serif }
.dc-game p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.dc-game__go {
  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: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.dc-game__go:hover { background: var(--acc); border-color: var(--acc); color: #1a1206; text-decoration: none }

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

/* ===== QUICK FLOW ===== */
.dc-flow {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.dc-stepcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.dc-stepcard__n {
  font-family: "Philosopher", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.dc-stepcard__h {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc); font-family: "Philosopher", Georgia, serif;
}
.dc-stepcard p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== MIRROR ===== */
.dc-mir__row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 22px;
}
.dc-mcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc);
  border-radius: var(--r);
  padding: 20px 22px;
  transition: border-color .2s, transform .15s;
}
.dc-mcard:hover { border-color: var(--acc); transform: translateY(-2px) }
.dc-mcard__h {
  font-family: "Philosopher", Georgia, serif;
  font-weight: 700; font-size: 16px; margin-bottom: 8px; color: var(--ice);
}
.dc-mcard p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }
.dc-state {
  margin: 8px 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--bg-2);
}
.dc-state__row {
  display: grid; grid-template-columns: 1.1fr 1.2fr 1fr .8fr;
  gap: 10px; padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 14px; align-items: center;
}
.dc-state__row:last-child { border-bottom: 0 }
.dc-state__row--h {
  background: var(--bg-3);
  font-family: "Philosopher", Georgia, serif;
  font-weight: 700; font-size: 12px; letter-spacing: .6px;
  text-transform: uppercase; color: var(--ice);
}
.dc-state__row span { color: var(--txt-d) }
.dc-state__row--h span { color: var(--ice) }
.dc-pip {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  margin-right: 7px; vertical-align: middle;
}
.dc-pip--on { background: var(--acc); box-shadow: 0 0 8px var(--acc) }
.dc-pip--off { background: var(--txt-dd) }
.dc-mir__note { color: var(--txt-d); font-size: 14px; max-width: 840px; margin: 0 0 22px }

/* ===== LOYALTY ===== */
.dc-loy__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.dc-lcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.dc-lcard:hover { border-color: var(--ice) }
.dc-lcard__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--ice); font-family: "Philosopher", Georgia, serif }
.dc-lcard p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }

.dc-stair {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.dc-stair__s {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 8px;
  text-align: center;
  position: relative;
}
.dc-stair__s:nth-child(1) { transform: translateY(0) }
.dc-stair__s:nth-child(2) { transform: translateY(-6px) }
.dc-stair__s:nth-child(3) { transform: translateY(-12px) }
.dc-stair__s:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.dc-stair__s:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.dc-stair__s:nth-child(6) { transform: translateY(-30px); border-color: var(--ice); background: linear-gradient(135deg, var(--bg-2), rgba(170, 180, 214, .12)) }
.dc-stair__name {
  font-family: "Philosopher", Georgia, serif;
  font-size: 13px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1.05; margin-bottom: 5px;
}
.dc-stair__cb { font-size: 11px; color: var(--txt-d) }
.dc-stair__s:nth-child(6) .dc-stair__name { color: var(--ice) }

/* ===== LIVE GALLERY ===== */
.dc-live__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.dc-stage {
  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;
}
.dc-stage:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(232, 162, 78, .4);
}
.dc-stage__art {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Philosopher", Georgia, serif;
  font-weight: 700; font-size: 18px; color: rgba(241, 236, 225, .97);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.s1 { background: linear-gradient(135deg, #2a1a06 0%, #c8843c 100%) }
.s2 { background: linear-gradient(135deg, #14182a 0%, #8b96bd 100%) }
.s3 { background: linear-gradient(135deg, #221506 0%, #b3742f 100%) }
.s4 { background: linear-gradient(135deg, #1a1c28 0%, #aab4d6 100%) }
.s5 { background: linear-gradient(135deg, #2e1d08 0%, #e0964a 100%) }
.s6 { background: linear-gradient(135deg, #161a2a 0%, #9aa6cc 100%) }

.dc-stage__b { padding: 14px 16px 16px; position: relative }
.dc-stage__t { font-weight: 700; font-size: 16px; margin-bottom: 4px; font-family: "Philosopher", Georgia, serif }
.dc-stage__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.dc-stage__m { font-size: 13px; color: var(--ice); font-weight: 600; margin-bottom: 4px }
.dc-stage__p { font-size: 12px; color: var(--txt-dd) }
.dc-stage__on {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #1a1206;
  padding: 3px 10px; border-radius: 999px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== TOURNAMENT ===== */
.dc-tour {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(200, 132, 60, .12) 0%, transparent 70%),
    var(--bg-2);
  text-align: center;
}
.dc-tour__btns { margin: 22px 0 28px }
.dc-tour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.dc-tour__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;
}
.dc-tour__kpi span:first-child {
  font-family: "Philosopher", Georgia, serif;
  font-size: 24px; font-weight: 700; color: var(--acc);
  margin-bottom: 4px; letter-spacing: .2px;
}
.dc-tour__lbl { font-size: 14px; font-weight: 600; color: var(--txt) }
.dc-tour__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

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

/* ===== REVIEWS ===== */
.dc-revs__row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.dc-rev {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.dc-rev__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.dc-rev__stars--four .dc-star-off { color: var(--line-2) }
.dc-rev__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.dc-rev__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.dc-rev__ava {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--ice));
  border-radius: 50%; color: #16110a; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== CASHIER ===== */
.dc-cash__row {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.dc-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;
}
.dc-rail__n { font-size: 15px; color: var(--txt); font-weight: 700 }
.dc-rail i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }
.dc-cash__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.dc-cash__times > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.dc-time__n {
  font-family: "Philosopher", Georgia, serif;
  font-size: 16px; color: var(--acc); font-weight: 700;
}
.dc-cash__times span:last-child { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA ===== */
.dc-final {
  text-align: center; padding: 56px 24px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(200, 132, 60, .16) 0%, transparent 70%),
    var(--bg-2);
}
.dc-final h2 { margin-bottom: 10px }
.dc-final p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ ===== */
.dc-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: 600; 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: 4px;
  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 }

/* ===== AUTHOR NOTE ===== */
.dc-note {
  background: rgba(20, 22, 28, .5);
  border-left: 3px solid var(--ice);
}
.dc-note h2 { font-size: clamp(20px, 2.6vw, 26px); margin-bottom: 14px }
.dc-note p { color: var(--txt-d); font-size: 14px; line-height: 1.74; max-width: 940px }

/* ===== FOOTER ===== */
.dc-foot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(11, 12, 16, .6);
}
.dc-foot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 24px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 38px;
}
.dc-foot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.dc-foot__mark {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.dc-foot__mark span { display: flex; flex-direction: column; line-height: 1.1 }
.dc-foot__mark .dc-ent { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Philosopher", Georgia, serif }
.dc-foot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.dc-foot__legal .dc-ent { color: var(--acc); font-weight: 600 }
.dc-foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.dc-foot__col h4 {
  font-size: 12px; color: var(--ice); font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.dc-foot__col ul { list-style: none; padding: 0; margin: 0 }
.dc-foot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.dc-foot__col li:hover { color: var(--txt) }
.dc-foot__btm {
  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) {
  .dc-welc__row { grid-template-columns: 1fr }
  .dc-bet__row { grid-template-columns: repeat(2, 1fr) }
  .dc-cash__row { grid-template-columns: repeat(3, 1fr) }
  .dc-tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .dc-revs__row { grid-template-columns: 1fr }
  .dc-foot__top { grid-template-columns: 1fr }
  .dc-tick { grid-template-columns: repeat(3, 1fr) }
  .dc-tick__c:nth-child(4), .dc-tick__c:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .dc-stair { grid-template-columns: repeat(3, 1fr) }
  .dc-stair__s { transform: none !important }
  .dc-mir__row { grid-template-columns: 1fr }
}

@media (max-width: 880px) {
  .dc-hero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .dc-hero__art { order: -1 }
  .dc-menu { display: none }
  .dc-bar { padding: 11px 14px }
  section { padding: 38px 16px }
  .dc-welc, .dc-bet, .dc-mir, .dc-tour, .dc-final, .dc-note { padding: 36px 18px; margin: 22px 14px }
  .dc-flow { grid-template-columns: 1fr }
  .dc-loy__grid { grid-template-columns: 1fr }
  .dc-bet__row { grid-template-columns: 1fr }
  .dc-foot__top { padding: 30px 16px 22px; gap: 22px }
  .dc-foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .dc-tick { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .dc-tick__c { padding: 4px 10px }
  .dc-cash__times { grid-template-columns: 1fr }
  .dc-kpi { grid-template-columns: repeat(2, 1fr) }
  .dc-state__row { grid-template-columns: 1fr 1fr; row-gap: 4px; font-size: 13px }
  .dc-state__row--h { display: none }
}

@media (max-width: 480px) {
  .dc-shelf { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .dc-live__row { grid-template-columns: 1fr }
  .dc-game h3 { font-size: 13px }
  .dc-game p { font-size: 11px }
  .dc-game__art { font-size: 16px }
  .dc-hero__act { flex-direction: column; align-items: stretch }
  .dc-btn--lg { width: 100% }
  .dc-cash__row { grid-template-columns: repeat(2, 1fr) }
  .dc-tour__kpi { grid-template-columns: 1fr }
  .dc-foot__cols { grid-template-columns: 1fr }
  .dc-stair { grid-template-columns: repeat(2, 1fr) }
}
