/* vavada.css - оболочка и компоненты сайта-копии Vavada. Значения сняты с CSS-бандлов
   оригинала (vavadaa619.com, 15.09.2026): цвета, радиусы, тени, градиенты кнопок и вкладок,
   брейкпоинты 600/960/1280. Подключается последним, поверх tokens/base/chrome заготовки. */

@font-face { font-family: Geologica; font-weight: 300; font-display: swap; src: url(../fonts/Geologica-Light.993d4f94.woff2) format("woff2"); }
@font-face { font-family: Geologica; font-weight: 400; font-display: swap; src: url(../fonts/Geologica-Regular.e29804eb.woff2) format("woff2"); }
@font-face { font-family: Geologica; font-weight: 500; font-display: swap; src: url(../fonts/Geologica-Medium.8047598c.woff2) format("woff2"); }
@font-face { font-family: Geologica; font-weight: 600; font-display: swap; src: url(../fonts/Geologica-SemiBold.b19d48a3.woff2) format("woff2"); }
@font-face { font-family: Geologica; font-weight: 700; font-display: swap; src: url(../fonts/Geologica-Bold.fd091e71.woff2) format("woff2"); }
@font-face { font-family: Geologica; font-weight: 800; font-display: swap; src: url(../fonts/Geologica-ExtraBold.f8f9c8f1.woff2) format("woff2"); }

:root, html[data-mode="dark"] {
  --vv-bg: #171722;
  --vv-panel: #252536;
  --vv-panel-2: #2c2c40;
  --vv-panel-3: #1e1e2c;
  --vv-input: #101018;
  --vv-line: #1e1e2c;
  --vv-text: #fff;
  --vv-text-2: #bcbcd1;
  --vv-muted: #8a8aae;
  --vv-red: #fe284a;
  --vv-gold: #f4b200;
  --vv-tab-slots: rgb(7, 188, 247);
  --vv-tab-live: rgb(251, 121, 3);
  --vv-tab-sport: rgb(169, 117, 255);
  --vv-tab-crash: rgb(125, 250, 0);
  --vv-tab-tour: rgb(255, 222, 38);
  --vv-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
  --vv-max: 1280px;
  /* токены заготовки, которые читают chrome.css (лайтбокс, кнопка наверх, шторка) */
  --bg: var(--vv-bg);
  --bg-2: var(--vv-panel);
  --surface: var(--vv-panel);
  --text: var(--vv-text);
  --text-2: var(--vv-text-2);
  --muted: var(--vv-muted);
  --brand: var(--vv-red);
  --brand-soft: rgba(254, 40, 74, .16);
  --on-brand: #fff;
  --rule: var(--vv-line);
  --rule-strong: #33334a;
  --hairline: 1px solid var(--vv-line);
  --font-body: Geologica, "Segoe UI", Roboto, sans-serif;
  --font-display: Geologica, "Segoe UI", Roboto, sans-serif;
  color-scheme: dark;
}

html { background: var(--vv-bg); scrollbar-color: #41415e #2c2c40; }
body {
  margin: 0;
  background: var(--vv-bg);
  color: var(--vv-text);
  font-family: Geologica, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.vv-wrap { width: 100%; max-width: var(--vv-max); margin-inline: auto; padding: 0 8px; box-sizing: border-box; }
@media (min-width: 600px) { .vv-wrap { padding: 0 24px; } }

/* ---------- кнопки ---------- */
.vv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0 8px;
  padding: 11px; border: 1px solid transparent; border-radius: 4px; box-sizing: border-box;
  font-family: inherit; font-size: 12px; font-weight: 400; line-height: 16px; color: #fff;
  text-decoration: none; cursor: pointer; box-shadow: var(--vv-shadow); white-space: nowrap;
  transition: filter .2s ease, box-shadow .1s ease; background-clip: border-box;
}
.vv-btn:hover { filter: brightness(1.08); }
.vv-btn:focus-visible { outline: 2px solid #ffde26; outline-offset: 2px; }
.vv-btn__icon { display: inline-flex; }
.vv-btn__icon svg { width: 16px; height: 16px; }
.vv-btn--red { background: radial-gradient(100% 100% at 50% 0, #fe284a 0, #cc203b 100%) border-box; }
.vv-btn--green { background: radial-gradient(74.4% 100% at 50% 0, #96e000 0, #529900 100%) border-box; }
.vv-btn--dark { background: radial-gradient(100.01% 100% at 50% 0, #3a3a54 0, #252536 100%) border-box; }
.vv-btn--darklight { background: radial-gradient(100.01% 100% at 50% 0, #484868 0, #33334a 100%) border-box; }
.vv-btn--darklighter { background: radial-gradient(100.01% 100% at 50% 0, #55557d 0, #41415e 100%) border-box; }
.vv-btn--glass { background: radial-gradient(74.4% 100% at 50% 0, rgba(255, 255, 255, .24) 0, rgba(255, 255, 255, .12) 100%) border-box; }
.vv-btn--text { background: none; box-shadow: none; color: var(--vv-text-2); font-size: 14px; font-weight: 300; padding: 12px 4px; }
.vv-btn--text:hover { color: #fff; filter: none; }
.vv-btn--small { padding: 7px 11px; }
.vv-btn--medium { padding: 9px 11px; }
.vv-btn--large { padding: 11px; }
.vv-btn--block { display: flex; width: 100%; }
.vv-btn--round { width: 48px; height: 48px; padding: 0; border-radius: 16px; }
.vv-btn--round svg { width: 20px; height: 20px; }
.vv-btn--status { padding: 15px 16px; }
.vv-btn--status.is-active { background: linear-gradient(1deg, #a771ff 1.73%, #7b29e4 100.44%) border-box; }
.vv-btn--status-new.is-active { background: radial-gradient(165.13% 100% at 50% 0, #529900 0, #cf0 100%) border-box; }
.vv-btn--fav { padding: 15px 12px; }
.vv-btn--fav svg { width: 16px; height: 16px; }
@media (min-width: 600px) {
  .vv-btn { font-size: 14px; }
  .vv-btn--large { padding: 15px; }
}

/* ---------- шапка ---------- */
.vv-header { position: sticky; top: 0; left: 0; z-index: 200; width: 100%; background: var(--vv-panel); }
.vv-header__in { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; min-height: 56px; padding: 8px 12px; gap: 8px; }
.vv-header__logo { justify-self: center; display: block; grid-column: 2; }
.vv-header__logo img { width: 132px; height: 20px; }
.vv-header__actions { grid-column: 1 / -1; display: flex; justify-content: center; gap: 8px; padding-top: 12px; margin-top: 4px; border-top: 1px solid rgba(255, 255, 255, .06); }
.vv-header__actions .vv-btn { flex: 1 1 0; min-width: 0; }
.vv-header__help .vv-btn__label { display: none; }
.vv-header .nav-toggle { grid-column: 3; grid-row: 1; justify-self: end; width: 44px; height: 44px; border-radius: 4px; background: radial-gradient(100.01% 100% at 50% 0, #484868 0, #33334a 100%); border: 0; color: #fff; display: inline-flex; align-items: center; justify-content: center; }
@media (min-width: 960px) {
  .vv-header__in { grid-template-columns: 1fr auto 1fr; padding: 8px 24px; }
  .vv-header__logo { grid-column: 2; }
  .vv-header__logo img { width: 158px; height: 24px; }
  .vv-header__actions { grid-column: 3; grid-row: 1; justify-content: flex-end; padding: 0; margin: 0; border: 0; }
  .vv-header__actions .vv-btn { flex: 0 0 auto; }
  .vv-header__help { margin-left: 4px; }
  .vv-header__help .vv-btn__label { display: inline; }
  .vv-header .nav-toggle { grid-column: 1; justify-self: start; }
}

/* ---------- баннер-карусель ---------- */
.vv-banner { position: relative; height: 110px; overflow: hidden; background: #101018; }
.vv-banner__track { position: relative; height: 100%; }
.vv-banner__slide { position: absolute; inset: 0; display: none; opacity: 0; transition: opacity .5s ease; }
.vv-banner__slide.is-active { display: block; opacity: 1; }
.vv-banner__slide a, .vv-banner__slide picture { display: block; height: 100%; }
.vv-banner__slide img { width: 100%; height: 100%; object-fit: cover; }
.vv-banner__caption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 6px 12px; text-align: center;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  background: linear-gradient(0deg, rgba(23, 23, 33, .56), rgba(23, 23, 33, .32));
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.vv-banner__text {
  display: block; margin: 0 auto; font-size: 10px; line-height: 12px; font-weight: 800; text-transform: uppercase;
  background: linear-gradient(180deg, #fff47a, #f4b200 37.5%, #ffc30c 45.31%, #fff47a 99.48%);
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
}
.vv-banner__dots { position: absolute; right: 12px; bottom: 34px; display: flex; gap: 6px; }
.vv-banner__dot { width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; background: rgba(255, 255, 255, .35); cursor: pointer; }
.vv-banner__dot.is-active { background: #fff; }
@media (min-width: 600px) {
  .vv-banner { height: 26.14vw; max-height: 340px; }
  .vv-banner__text { font-size: 16px; line-height: 20px; }
  .vv-banner__caption { padding: 10px 24px; }
  .vv-banner__dots { bottom: 48px; right: 24px; }
}
@media (prefers-reduced-motion: reduce) { .vv-banner__slide { transition: none; } }

/* ---------- вкладки ---------- */
.vv-tabs { position: relative; width: 100%; background: var(--vv-panel); }
.vv-tabs__in { display: flex; justify-content: space-between; margin: 0 auto; max-width: var(--vv-max); width: 100%; }
.vv-tab {
  flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 12px 0; position: relative; text-decoration: none; color: var(--vv-text);
}
.vv-tab__icon { display: block; width: 24px; height: 24px; flex-shrink: 0; }
.vv-tab__icon svg { width: 24px; height: 24px; display: block; }
.vv-tab__title { margin: 4px 0 0; font-size: 10px; font-weight: 500; line-height: 16px; z-index: 1; }
.vv-tab--slots .vv-tab__title { color: var(--vv-tab-slots); }
.vv-tab--live .vv-tab__title { color: var(--vv-tab-live); }
.vv-tab--sports .vv-tab__title { color: var(--vv-tab-sport); }
.vv-tab--crash .vv-tab__title { color: var(--vv-tab-crash); }
.vv-tab--tournaments .vv-tab__title { color: var(--vv-tab-tour); }
.vv-tab[aria-current="page"] { box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .25); }
.vv-tab--slots[aria-current="page"] { background: linear-gradient(180deg, #161727, rgba(22, 23, 39, 0)), radial-gradient(48.61% 48.61% at 50% 100%, rgba(8, 193, 250, .1) 0, rgba(10, 194, 250, 0) 100%); }
.vv-tab--live[aria-current="page"] { background: linear-gradient(180deg, #161727, rgba(22, 23, 39, 0)), radial-gradient(48.61% 48.61% at 50% 100%, rgba(255, 122, 0, .1) 0, rgba(255, 122, 0, 0) 100%); }
.vv-tab--sports[aria-current="page"] { background: linear-gradient(180deg, #161727, rgba(22, 23, 39, 0)), radial-gradient(48.61% 48.61% at 50% 100%, rgba(151, 70, 255, .12) 0, rgba(151, 70, 255, 0) 100%); }
.vv-tab--crash[aria-current="page"] { background: linear-gradient(180deg, #161727, rgba(22, 23, 39, 0)), radial-gradient(48.61% 48.61% at 50% 100%, rgba(128, 255, 0, .1) 0, rgba(128, 255, 0, 0) 100%); }
.vv-tab--tournaments[aria-current="page"] { background: linear-gradient(180deg, #161727, rgba(22, 23, 39, 0)), radial-gradient(48.61% 48.61% at 50% 100%, rgba(255, 216, 0, .1) 0, rgba(255, 216, 0, 0) 100%); }
.vv-tab:hover .vv-tab__title { text-decoration: underline; }
@media (min-width: 600px) { .vv-tab { padding: 20px 0; } .vv-tab__title { font-size: 12px; } }

/* ---------- фильтры и сетка ---------- */
.vv-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; align-items: center; margin: 24px 0 4px; }
.vv-select { position: relative; display: inline-flex; align-items: center; flex: 1 1 160px; max-width: 240px; }
.vv-select__input {
  width: 100%; appearance: none; -webkit-appearance: none; padding: 11px 36px 11px 12px; border-radius: 4px; border: 1px solid transparent; color: #fff;
  font: inherit; font-size: 14px; font-weight: 300; line-height: 20px; cursor: pointer;
  background: linear-gradient(#101018, #101018) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1)) border-box;
}
.vv-select__input option { background: #101018; color: #fff; }
.vv-select__chevron { position: absolute; right: 12px; width: 16px; height: 16px; pointer-events: none; color: var(--vv-text-2); }
.vv-filters__status { display: flex; align-items: center; gap: 8px; }
.vv-search { position: relative; flex: 1 1 100%; display: flex; align-items: center; }
.vv-search__input {
  width: 100%; padding: 11px 40px 11px 12px; border-radius: 4px; border: 1px solid transparent; color: #fff; font: inherit; font-size: 14px; font-weight: 300; line-height: 20px;
  background: linear-gradient(#101018, #101018) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1)) border-box;
}
.vv-search__input::placeholder { color: var(--vv-muted); }
.vv-search__input:focus { outline: 1px solid #ffde26; outline-offset: 2px; }
.vv-search__icon { position: absolute; right: 12px; width: 16px; height: 16px; color: var(--vv-text-2); pointer-events: none; }
@media (min-width: 960px) { .vv-search { flex: 0 0 300px; } }

.vv-grid { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 600px) { .vv-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } }
@media (min-width: 900px) { .vv-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1140px) { .vv-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.vv-card { min-width: 0; }
.vv-card__in { position: relative; display: block; width: 100%; padding-top: 100%; border-radius: 8px; overflow: hidden; background: #171722; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .24); transition: box-shadow .25s, transform .25s; }
.vv-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vv-card__labels { position: absolute; top: 0; left: 0; padding: 8px; display: flex; flex-wrap: wrap; gap: 4px; z-index: 2; max-width: 100%; box-sizing: border-box; }
.vv-card__label {
  display: inline-flex; align-items: center; gap: 3px; padding: 2px 4px; border-radius: 4px 2px; font-size: 10px; line-height: 12px; font-weight: 400; color: #fff; white-space: nowrap;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); background: rgba(16, 16, 24, .24);
}
.vv-card__label--provider { min-width: 0; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.vv-card__label--exclusive { background: linear-gradient(270deg, #ffd800, #ff7a00); }
.vv-card__label--hot { background: linear-gradient(270deg, #fe284a, #cc203b); }
.vv-card__label--new { background: linear-gradient(270deg, #96e000, #529900); }
.vv-card__hot { width: 7px; height: 8px; }
.vv-card__name {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px 8px 8px; text-align: center; font-size: 10px; line-height: 16px; font-weight: 400; color: #fff; text-decoration: none;
  background: linear-gradient(0deg, rgba(16, 16, 24, .88), rgba(16, 16, 24, .616) 32.5%, rgba(16, 16, 24, .25) 78%, rgba(16, 16, 24, 0));
}
.vv-card__overlay {
  position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding-bottom: 26px; border-radius: 8px;
  background: rgba(9, 9, 14, .72); opacity: 0; visibility: hidden; transition: opacity .25s, visibility 0s .25s;
}
.vv-card__in:hover .vv-card__overlay, .vv-card__in:focus-within .vv-card__overlay { opacity: 1; visibility: visible; transition: opacity .25s, visibility 0s 0s; }
.vv-card__play { backdrop-filter: blur(4px); }
.vv-card__play svg path { fill: #fff; }
@media (min-width: 600px) { .vv-card__name { font-size: 12px; } }
@media (hover: none) { .vv-card__overlay { opacity: 0; } .vv-card__in:active .vv-card__overlay { opacity: 1; visibility: visible; } }
.vv-more { margin: 16px auto 0; width: 100%; display: block; }
.vv-grid-empty { margin: 24px 0; text-align: center; color: var(--vv-muted); }

/* ---------- текстовый блок «читать» ---------- */
.vv-text { margin: 32px auto 0; max-width: 960px; }
.vv-text__title { margin: 0 0 12px; font-size: 20px; line-height: 1.25; font-weight: 700; color: #fff; }
.vv-text__intro { font-size: 15px; line-height: 1.6; color: var(--vv-text-2); }
.vv-text__intro p { margin: 0 0 12px; }
.vv-text__toggle { margin: 8px 0 16px; }
.vv-text__body[hidden] { display: none; }
@media (min-width: 600px) { .vv-text__title { font-size: 26px; } }

[hidden] { display: none !important; }
.vv-figure { margin: 0 0 16px; }
.vv-figure img { border-radius: 8px; max-width: 100%; height: auto; }
.vv-figure img[width="120"] { width: 120px; }
.vv-figure figcaption { font-size: 12px; color: var(--vv-muted); margin-top: 6px; }

/* ---------- проза ---------- */
.prose { color: var(--vv-text-2); font-size: 15px; line-height: 1.65; }
.prose h2 { font-size: 20px; line-height: 1.3; font-weight: 700; color: #fff; margin: 28px 0 10px; }
.prose h3 { font-size: 16px; font-weight: 600; color: #fff; margin: 22px 0 8px; }
.prose p { margin: 0 0 14px; }
.prose ul, .prose ol { margin: 0 0 14px; padding-left: 22px; }
.prose li { margin: 0 0 6px; }
.prose a { color: #ffde26; text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: #fff; }
.prose strong { color: #fff; font-weight: 600; }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 16px; font-size: 14px; }
.prose th, .prose td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--vv-line); vertical-align: top; }
.prose th { color: #fff; font-weight: 600; background: var(--vv-panel-3); }
.prose .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 16px; }
.prose .table-wrap table { margin: 0; min-width: 480px; }
.prose figure { margin: 16px 0; }
.prose figcaption { font-size: 12px; color: var(--vv-muted); margin-top: 6px; }
.prose blockquote { margin: 0 0 14px; padding: 12px 16px; border-left: 3px solid var(--vv-red); background: var(--vv-panel-3); border-radius: 0 8px 8px 0; }
.vv-cta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.vv-note { background: var(--vv-panel-2); border-radius: 8px; padding: 14px 16px; margin: 0 0 16px; border: 1px solid transparent; background: linear-gradient(#2c2c40, #2c2c40) padding-box, linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)) border-box; }
.vv-note p:last-child { margin-bottom: 0; }

/* ---------- страница с заголовком (внутренние) ---------- */
.vv-page { margin-top: 20px; }
.vv-page__title { margin: 0 0 12px; font-size: 22px; line-height: 1.25; font-weight: 700; color: #fff; }
.vv-page__lead { font-size: 15px; color: var(--vv-text-2); max-width: 820px; }
@media (min-width: 600px) { .vv-page__title { font-size: 30px; } }

.breadcrumbs { margin: 12px 0 0; font-size: 12px; color: var(--vv-muted); }
.breadcrumbs__list { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; margin: 0; padding: 0; }
.breadcrumbs__item + .breadcrumbs__item::before { content: "/"; margin: 0 6px 0 2px; color: #41415e; }
.breadcrumbs a { color: var(--vv-text-2); text-decoration: none; }
.breadcrumbs a:hover { color: #fff; }

/* ---------- страница слота ---------- */
.vv-slot-hero { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); margin-top: 20px; }
.vv-slot-hero__cover { width: 100%; max-width: 270px; border-radius: 8px; overflow: hidden; box-shadow: var(--vv-shadow); }
.vv-slot-hero__cover img { width: 100%; height: auto; }
.vv-slot-hero__body { min-width: 0; }
.vv-slot-hero__kicker { margin: 0 0 6px; font-size: 12px; color: var(--vv-muted); }
.vv-slot-hero__title { margin: 0 0 12px; font-size: 24px; line-height: 1.2; font-weight: 700; color: #fff; }
.vv-slot-hero__lead { font-size: 15px; line-height: 1.6; color: var(--vv-text-2); margin: 0 0 16px; }
@media (min-width: 600px) { .vv-slot-hero { grid-template-columns: 270px minmax(0, 1fr); align-items: start; } .vv-slot-hero__title { font-size: 30px; } }

.vv-specs { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vv-specs li { background: var(--vv-panel-3); border-radius: 4px; padding: 8px 12px; min-width: 0; }
.vv-specs__label { display: block; font-size: 10px; line-height: 12px; color: var(--vv-muted); text-transform: uppercase; letter-spacing: .02em; }
.vv-specs__value { display: block; font-size: 14px; line-height: 20px; color: #fff; font-weight: 500; overflow-wrap: anywhere; }
@media (min-width: 600px) { .vv-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.vv-game { display: grid; gap: 16px; margin: 24px 0; grid-template-columns: minmax(0, 1fr); }
.vv-game__frame { position: relative; background: #171722; border-radius: 8px; overflow: hidden; border: 1px solid var(--vv-line); }
.demo-facade { position: relative; margin: 0; aspect-ratio: 16 / 9; background: #101018; }
.demo-facade__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; filter: blur(2px); }
.demo-facade__actions { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 16px; }
.demo-facade__frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.demo-facade.is-loaded .demo-facade__poster, .demo-facade.is-loaded .demo-facade__actions { display: none; }
.vv-game__full { position: absolute; right: 8px; top: 8px; z-index: 2; }
.vv-game__none { padding: 24px 16px; text-align: center; color: var(--vv-text-2); aspect-ratio: 16 / 9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.vv-game__side { display: flex; flex-direction: column; gap: 12px; }
.vv-promo {
  position: relative; padding: 16px; border-radius: 8px; border: 1px solid transparent;
  background: linear-gradient(#2c2c40, #2c2c40) padding-box, linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)) border-box;
}
.vv-promo__title { margin: 0 0 6px; font-size: 16px; font-weight: 600; color: #fff; }
.vv-promo__text { margin: 0 0 12px; font-size: 13px; line-height: 18px; color: var(--vv-text-2); }
.vv-promo .vv-btn + .vv-btn { margin-top: 8px; }
@media (min-width: 960px) { .vv-game { grid-template-columns: minmax(0, 1fr) 296px; } }

.vv-related { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 600px) { .vv-related { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } }
@media (min-width: 960px) { .vv-related { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* ---------- турниры и джекпоты ---------- */
.vv-jackpots { position: relative; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 20px; padding: 8px; border-radius: 8px; background: var(--vv-panel) url(../img/t/jackpots-bar.svg) center / cover no-repeat; min-height: 64px; box-sizing: border-box; }
.vv-jackpot { flex: 1 1 140px; display: flex; align-items: center; gap: 8px; padding: 4px 8px; min-width: 0; }
.vv-jackpot img { width: 40px; height: auto; flex-shrink: 0; }
.vv-jackpot__name { display: block; font-size: 10px; line-height: 12px; text-transform: uppercase; color: var(--vv-text-2); }
.vv-jackpot__tier { display: block; font-size: 18px; line-height: 24px; font-weight: 700; color: #cacddb; font-variant-numeric: tabular-nums; }
.vv-jackpot--mega .vv-jackpot__tier { color: var(--vv-gold); }
.vv-tournaments { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 16px; }
.vv-tournament { display: grid; gap: 12px; padding: 8px; border-radius: 8px; background: var(--vv-panel); box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25); grid-template-columns: minmax(0, 1fr); }
.vv-tournament__image { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 3 / 1; }
.vv-tournament__image img { width: 100%; height: 100%; object-fit: cover; }
.vv-tournament__body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.vv-tournament__head { display: flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 4px; background: var(--vv-panel-3); }
.vv-tournament__head img { width: 40px; height: auto; flex-shrink: 0; }
.vv-tournament__name { margin: 0; font-size: 14px; font-weight: 500; color: #fff; }
.vv-tournament__prize { display: block; font-size: 18px; line-height: 24px; font-weight: 700; color: #fff; }
.vv-tournament__info { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.vv-tournament__cell { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 8px 12px; border-radius: 4px; background: var(--vv-panel-3); text-align: center; min-width: 0; }
.vv-tournament__cell img { width: 40px; height: auto; }
.vv-tournament__label { font-size: 10px; line-height: 12px; color: var(--vv-muted); }
.vv-tournament__value { font-size: 12px; line-height: 16px; color: #fff; font-weight: 500; }
@media (min-width: 960px) { .vv-tournament { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); } .vv-tournament__image { aspect-ratio: auto; min-height: 220px; } }

/* ---------- панели входа и регистрации ---------- */
.vv-auth { position: relative; padding: 24px 8px 40px; margin: 0 -8px; background: #101018 url(../img/auth-bg.webp) center top / cover no-repeat; }
.vv-auth::before { content: ""; position: absolute; inset: 0; background: rgba(16, 16, 24, .72); }
.vv-auth__panel { position: relative; width: 100%; max-width: 360px; margin: 0 auto; padding: 16px; border-radius: 8px; background: var(--vv-panel); box-sizing: border-box; }
.vv-auth__title { margin: 0 0 16px; text-align: center; font-size: 18px; font-weight: 600; color: #fff; }
.vv-bonusblock { padding: 16px; border-radius: 8px; background: var(--vv-panel-2); box-shadow: var(--vv-shadow); text-align: center; margin: 0 0 16px; }
.vv-bonusblock__title { margin: 0 0 10px; font-size: 14px; font-weight: 600; color: #fff; }
.vv-bonusblock__list { list-style: none; margin: 0; padding: 0; display: flex; }
.vv-bonusblock__list li { flex: 1; min-width: 0; }
.vv-bonusblock__list li + li { border-left: 1px solid rgba(255, 255, 255, .1); }
.vv-bonusblock__num { display: block; font-size: 16px; font-weight: 700; color: #fff; }
.vv-bonusblock__desc { display: block; font-size: 10px; color: var(--vv-muted); }
.vv-field { display: block; margin: 0 0 12px; }
.vv-field__label { display: block; margin: 0 0 4px; font-size: 14px; line-height: 20px; color: #fff; }
.vv-field__box { display: flex; align-items: center; min-height: 44px; padding: 0 12px; border-radius: 4px; color: var(--vv-muted); font-size: 14px; font-weight: 300; border: 1px solid transparent; background: linear-gradient(#101018, #101018) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1)) border-box; }
.vv-check { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; line-height: 16px; color: var(--vv-text-2); margin: 4px 0 16px; }
.vv-check__box { flex-shrink: 0; width: 24px; height: 24px; border-radius: 4px; border: 1px solid transparent; background: linear-gradient(#171722, #171722) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1)) border-box; }
.vv-auth__link { display: block; text-align: center; margin-top: 12px; font-size: 12px; color: var(--vv-text-2); }
@media (min-width: 600px) { .vv-auth { margin: 0 -24px; padding: 40px 24px 56px; } }

/* ---------- спорт: макет виджета без цифр ---------- */
.vv-sport { display: grid; gap: 12px; margin-top: 20px; grid-template-columns: minmax(0, 1fr); }
.vv-sport__col { background: var(--vv-panel); border-radius: 8px; padding: 12px; min-width: 0; }
.vv-sport__title { margin: 0 0 10px; font-size: 12px; font-weight: 600; color: #fff; text-transform: uppercase; }
.vv-sport__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.vv-sport__list li { padding: 8px 10px; border-radius: 4px; background: var(--vv-panel-3); font-size: 13px; color: var(--vv-text-2); }
.vv-sport__title--gap { margin-top: 12px; }
.vv-sport__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.vv-sport__chips span { padding: 6px 10px; border-radius: 4px; background: var(--vv-panel-3); font-size: 12px; color: #fff; }
.vv-sport__coupon { text-align: center; color: var(--vv-muted); font-size: 13px; padding: 24px 8px; }
@media (min-width: 960px) { .vv-sport { grid-template-columns: 220px minmax(0, 1fr) 220px; } }

/* ---------- подвал ---------- */
.vv-footer { margin-top: 20px; padding: 19px 0 24px; background: var(--vv-bg); border-top: 1px solid var(--vv-line); color: var(--vv-muted); font-size: 10px; font-weight: 300; line-height: 16px; }
.vv-footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 8px; padding: 0 8px 12px; margin: 0; list-style: none; }
.vv-footer__links a { display: inline-flex; padding: 12px 4px; color: var(--vv-text-2); font-size: 14px; font-weight: 300; line-height: 16px; text-decoration: none; }
.vv-footer__links a:hover, .vv-footer__links a[aria-current="page"] { color: #fff; }
.vv-footer__links--pages { border-bottom: 1px solid var(--vv-line); padding-bottom: 20px; }
.vv-footer__apps { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 20px 0 0; }
.vv-footer__apps .vv-btn { text-align: left; }
.vv-footer__apps .vv-btn__label { line-height: 14px; font-size: 12px; }
.vv-btn--ios, .vv-btn--android { background: radial-gradient(100.01% 100% at 50% 0, #3a3a54 0, #252536 100%) border-box; padding: 8px 12px; }
.vv-btn--ios svg, .vv-btn--android svg { width: 20px; height: 20px; }
.vv-footer__social { display: flex; justify-content: center; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.vv-footer__social a { display: block; width: 40px; height: 40px; border-radius: 4px; }
.vv-footer__social svg { width: 40px; height: 40px; display: block; }
.vv-footer__brand { display: inline-flex; align-items: center; margin-bottom: 4px; }
.vv-footer__brand img { width: 120px; height: 18px; }
.vv-footer__bottom { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 20px; padding: 0 20px; }
.vv-lang { position: relative; }
.vv-lang__summary { list-style: none; display: inline-flex; align-items: center; gap: 12px; padding: 12px; border-radius: 4px; color: #fff; cursor: pointer; font-size: 14px; font-weight: 300; }
.vv-lang__summary::-webkit-details-marker { display: none; }
.vv-lang__summary img { width: 35px; height: 28px; border-radius: 4px; }
.vv-lang__summary svg { width: 16px; height: 16px; color: var(--vv-text-2); }
.vv-lang[open] .vv-lang__summary svg { transform: rotate(180deg); }
.vv-lang__list { list-style: none; margin: 4px 0 0; padding: 4px; border-radius: 4px; background: var(--vv-panel-2); box-shadow: var(--vv-shadow); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.vv-lang__list a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; color: #fff; text-decoration: none; font-size: 14px; font-weight: 300; }
.vv-lang__list a:hover, .vv-lang__list a[aria-current="true"] { background: var(--vv-panel); }
.vv-lang__list img { width: 28px; height: 22px; border-radius: 3px; }
.vv-footer__disclaimer { display: flex; align-items: center; gap: 16px; max-width: 760px; margin: 0; font-size: 10px; line-height: 16px; color: var(--vv-muted); }
.vv-footer__disclaimer svg { width: 40px; height: 40px; flex-shrink: 0; }
.vv-footer__legal { margin: 0; font-size: 10px; color: #5c5c87; text-align: center; }
.vv-footer__legal a { color: var(--vv-muted); }
@media (min-width: 600px) { .vv-footer { font-size: 12px; margin-top: 32px; } .vv-footer__disclaimer { font-size: 12px; } }

/* ---------- полоса даты ---------- */
.stamp { margin-top: 32px; border-top: 1px solid var(--vv-line); background: var(--vv-panel); }
.stamp__in { display: flex; flex-wrap: wrap; gap: 4px 8px; padding: 12px 8px; font-size: 12px; color: var(--vv-muted); max-width: var(--vv-max); margin-inline: auto; box-sizing: border-box; }
.stamp__date { color: #fff; font-weight: 600; }
@media (min-width: 600px) { .stamp__in { padding: 16px 24px; } }
main:has(> .stamp:last-child) + .vv-footer { margin-top: 0; }

/* ---------- шторка меню (стили поверх chrome.css) ---------- */
.nav-drawer { background: var(--vv-panel); color: #fff; }
.nav-drawer__link { color: var(--vv-text-2); }
.nav-drawer__link:hover, .nav-drawer__link[aria-current="page"] { background: var(--vv-panel-2); color: #fff; }
.nav-drawer__cta { display: flex; }
.nav-drawer__lang a { color: var(--vv-text-2); border: 1px solid var(--vv-line); border-radius: 4px; }
.nav-drawer__lang { flex-wrap: wrap; }
.nav-drawer__lang a[aria-current="true"] { background: var(--vv-panel-2); color: #fff; }
.nav-drawer__sub-summary { color: var(--vv-text-2); }
.to-top { background: var(--vv-panel-2); color: #fff; border-color: #41415e; }
.skip-link { background: var(--vv-red); color: #fff; }

/* ---------- 404 ---------- */
.vv-404 { text-align: center; padding: 60px 8px; }
.vv-404 h1 { font-size: 28px; color: #fff; margin: 0 0 12px; }
.vv-404 p { color: var(--vv-text-2); margin: 0 0 20px; }
.vv-slot-prose { max-width: 960px; margin-top: 8px; }
.vv-related-wrap { margin-top: 32px; }
