/* Uniqueified: 6bed9a52 */
/* Prefix: gcx- */
/* Prefixes-map: wn->gcx */
/* Widget-prefixes: {"cb":"gce","wb":"trg","wt":"vqr","ms":"kcj","fl":"rfj"} */
/* Classmap: {"wn-age":"gcx-wzwst","wn-auth":"gcx-zgbsj","wn-brand":"gcx-vqcqj","wn-btn":"gcx-cncns","wn-btn--accent":"gcx-mtdtd","wn-btn--soft":"gcx-jhrps","wn-burger":"gcx-bpxgd","wn-content":"gcx-xtwkq","wn-copy":"gcx-ypmvk","wn-drawer":"gcx-dtypy","wn-drawer-auth":"gcx-fexza","wn-drawer-close":"gcx-prjaj","wn-drawer-item":"gcx-gpwtw","wn-drawer-logo":"gcx-jcxcr","wn-drawer-nav":"gcx-jxpdf","wn-drawer-panel":"gcx-smryy","wn-drawer-scrim":"gcx-kwgkr","wn-faq":"gcx-ssnvj","wn-faq-item":"gcx-zjgaa","wn-footer":"gcx-bybsy","wn-footer-inner":"gcx-eztkw","wn-footer-logo":"gcx-vaaxc","wn-footer-nav":"gcx-chhfk","wn-header":"gcx-xymwq","wn-header-inner":"gcx-paxfa","wn-logo":"gcx-jpkyc","wn-logo-mark":"gcx-aqkvk","wn-logo-sub":"gcx-ykgap","wn-logo-text":"gcx-synkj","wn-main":"gcx-ysdbj","wn-nav":"gcx-becef","wn-nav-item":"gcx-yrnpk","wn-rg":"gcx-zjnwf","wn-submenu":"gcx-rkshp","wn-submenu-toggle":"gcx-tbkts","wn-top":"gcx-wcnak","wn-visually-hidden":"gcx-ezqfd"} */

/* Брендовые переменные. Перекраска (deriveBrandVarMap) заполняет РОВНО эти 12 имён из
   style.json/palette.json бренда — переменной нет в :root, значит для неё перекраска молча
   пропускается. Значения ниже = палитра донора (winstlercasinos.uk), она же дефолт шаблона.
   retint:true только у --c-accent и --c-purple: любой литерал в файле, побайтово совпавший с
   их rgb, будет перекрашен по всему файлу (грабли №2), поэтому декоративных литералов этих
   двух цветов здесь нет — всё идёт через var(). */
:root {
    --c-bg: #301d50;
    --c-surface: #806370;
    --c-surface-alt: #977082;
    --c-border: #9f818f;
    --c-text: #f0d0c2;
    --c-text-muted: #a38a92;
    --c-accent: #c06031;
    --c-accent-hover: #d47f52;
    --c-on-accent: #000300;
    --c-purple: #4a26ba;
    --c-purple-hover: #653edb;
    --c-on-purple: #feffff;

    /* Не брендируются (у deriveBrandVarMap для них нет источника), но объявить обязательно —
       иначе значения негде взять. */
    --c-white: #fffffd;
    --c-green: #3fe38a;
    --c-shadow: rgba(0, 2, 0, .35);
    --c-overlay: rgba(0, 1, 0, .7);

    /* Высота липкой шапки — одной переменной, чтобы scroll-margin якорей не разъехался с
       реальной шапкой (грабли №20). */
    --gcx-header-h: 118px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    min-height: 100vh;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.46;
    color: var(--c-text);
    background: var(--c-bg);
    -webkit-font-smoothing: antialiased;
}

[hidden] { display: none !important; }

img { max-width: 100%; height: auto; }

a { color: var(--c-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }

svg { display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.gcx-ezqfd {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* Элементы, ведущие в офферную систему: href у них нет, клик ловит делегат из шаблона. */
.go-link { cursor: pointer; }

/* Оверлей-спиннер на время редиректа в офферную систему. Разметку создаёт ОБЩИЙ
   go-redirect.js (`#go-overlay` > `.go-spinner`), стили обязан нести шаблон — без них клик
   выглядит как «ничего не произошло» (грабли №25). Селектор с ID обязателен: `#go-overlay`
   имеет специфичность (1,0,0), голый `.go-overlay--visible` (0,1,0) его НЕ перебивает
   (грабли №26). Префикс `go-` в RESERVED_PREFIXES — клонирование его не переименовывает. */
#go-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: var(--c-overlay, rgba(2, 0, 0, .7));
}

#go-overlay.go-overlay--visible { display: flex; }

.go-spinner {
    width: 3.5rem;
    height: 3.5rem;
    border: .3125rem solid color-mix(in srgb, var(--c-text) 20%, transparent);
    border-top-color: var(--c-accent);
    border-radius: 50%;
    animation: go-spin .8s linear infinite;
}

@keyframes go-spin { to { transform: rotate(360deg); } }

.gcx-cncns {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 19px;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.gcx-cncns:hover { text-decoration: none; }
.gcx-cncns:active { transform: translateY(1px); }

.gcx-mtdtd { background: var(--c-accent); color: var(--c-on-accent); }
.gcx-mtdtd:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }

.gcx-jhrps { background: var(--c-purple); color: var(--c-on-purple); }
.gcx-jhrps:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }

.gcx-xymwq {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--c-surface-alt);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent);
}

.gcx-paxfa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px 14px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 18px;
}

.gcx-vqcqj {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 48px;
}

.gcx-bpxgd {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 10px 4px;
}

.gcx-bpxgd span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}

.gcx-jpkyc {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gcx-jpkyc:hover { text-decoration: none; }

.gcx-jpkyc img { height: 44px; width: auto; }

.gcx-aqkvk {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--c-accent);
    color: var(--c-on-accent);
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}

.gcx-synkj {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}

.gcx-ykgap {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}

.gcx-becef { display: none; }

.gcx-zgbsj {
    display: flex;
    gap: 9px;
    width: 100%;
}

.gcx-zgbsj .gcx-cncns { flex: 1; }

.gcx-dtypy {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}

.gcx-dtypy[data-open="true"] { visibility: visible; }

.gcx-kwgkr {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.gcx-dtypy[data-open="true"] .gcx-kwgkr { opacity: 1; }

.gcx-smryy {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 88%;
    height: 100%;
    padding: 8px;
    overflow-y: auto;
    background: var(--c-surface-alt);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}

.gcx-dtypy[data-open="true"] .gcx-smryy { transform: translateX(0); }

.gcx-prjaj {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--c-accent);
    color: var(--c-on-accent);
}

.gcx-jcxcr {
    display: flex;
    justify-content: center;
    padding-top: 17px;
}

.gcx-fexza {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 17px 11px 0;
}

.gcx-jxpdf {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 17px;
    list-style: none;
}

.gcx-jxpdf > li {
    border-radius: 16px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}

.gcx-gpwtw {
    position: relative;
    display: flex;
    align-items: center;
}

.gcx-gpwtw > a {
    flex: 1;
    min-height: 45px;
    padding: 13px 47px 13px 14px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}

.gcx-gpwtw > a:hover { text-decoration: none; }

.gcx-tbkts {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -15px;
    border-radius: 50%;
    background: var(--c-purple);
    color: var(--c-on-purple);
    transition: transform 0.2s ease;
}

.gcx-tbkts svg { width: 18px; height: 18px; }
.gcx-tbkts[aria-expanded="true"] { transform: rotate(180deg); }

.gcx-rkshp {
    display: none;
    padding: 0 8px 8px;
    list-style: none;
}

.gcx-rkshp[data-open="true"] { display: block; }

.gcx-rkshp a {
    display: block;
    padding: 12px 7px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}

.gcx-rkshp a:hover { color: var(--c-accent); text-decoration: none; }

.gcx-ysdbj {
    display: flex;
    flex-direction: column;
    padding: 0 22px;
}

.gcx-xtwkq {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 13px 0;
}

/* Якоря из [[!AddAnchorsToHeadings]] проставляются на сами h2-h4 внутри контента, поэтому
   отступ под липкую шапку вешается на них, а не только на секции. */
.gcx-xtwkq[id],
.gcx-xtwkq :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--gcx-header-h) + 14px); }

/* Секции, которые на конкретном домене оказались пустыми, не должны занимать место: вторая
   врезка баннера отдаёт '' при единственной картинке, блок FAQ — когда TV faq_q1..10 не
   заполнены. :empty здесь не годится (внутри остаются пробелы и переводы строк), поэтому
   проверяем отсутствие дочерних ЭЛЕМЕНТОВ. */
.gcx-ysdbj > .gcx-xtwkq:not(:has(*)) { display: none; }

/* Крошки печатает ОБЩИЙ сниппет breadcrumbsHtml с ЛИТЕРАЛЬНЫМ классом `breadcrumbs`
   (без префикса) — клонирование его не трогает, правила обязан нести шаблон. */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 13px;
    padding: 0;
    font-size: 0.875rem;
    list-style: none;
    color: var(--c-text-muted);
}

.breadcrumbs li { display: flex; align-items: center; gap: 7px; }
.breadcrumbs li a { color: var(--c-text-muted); text-decoration: none; }
.breadcrumbs li a:hover { color: var(--c-accent); }
.breadcrumbs li:last-child span { color: var(--c-text); }
.breadcrumbs li + li::before { content: "/"; color: var(--c-text-muted); }

.gcx-xtwkq h1,
.gcx-xtwkq h2,
.gcx-xtwkq h3,
.gcx-xtwkq h4,
.gcx-xtwkq h5,
.gcx-xtwkq h6 { color: var(--c-text); }

.gcx-xtwkq h1 {
    margin-bottom: 19px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.gcx-xtwkq h2 {
    margin-bottom: 12px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}

.gcx-xtwkq h3 {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.gcx-xtwkq h4 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.gcx-xtwkq h5 {
    margin-bottom: 10px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}

.gcx-xtwkq h6 {
    margin-bottom: 10px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--c-accent);
}

.gcx-xtwkq h2:not(:first-child),
.gcx-xtwkq h3:not(:first-child) { margin-top: 27px; }

.gcx-xtwkq p {
    margin-bottom: 15px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.gcx-xtwkq ul,
.gcx-xtwkq ol {
    margin: 0 0 18px 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.gcx-xtwkq li { margin-bottom: 7px; }
.gcx-xtwkq li::marker { color: var(--c-accent); }

.gcx-xtwkq a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.gcx-xtwkq a:hover { color: var(--c-purple); }

.gcx-xtwkq .gcx-cncns { text-decoration: none; }
.gcx-xtwkq .gcx-mtdtd, .gcx-xtwkq .gcx-mtdtd:hover { color: var(--c-on-accent); }
.gcx-xtwkq .gcx-jhrps, .gcx-xtwkq .gcx-jhrps:hover { color: var(--c-on-purple); }

.gcx-xtwkq strong { font-weight: 700; }
.gcx-xtwkq em { font-style: italic; }

.gcx-xtwkq img { max-width: 100%; height: auto; border-radius: 12px; }

.gcx-xtwkq blockquote {
    margin: 0 0 17px;
    padding: 17px 22px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 12px 16px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}

/* Таблицы приезжают из [[*content]] БЕЗ обёртки, поэтому скролл-контейнером на мобиле
   становится сама таблица. min-width здесь ставить нельзя — он даёт горизонтальный скролл
   всей страницы (грабли №7). */
.gcx-xtwkq table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    font-size: 0.96rem;
}

.gcx-xtwkq th,
.gcx-xtwkq td {
    padding: 7px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}

.gcx-xtwkq th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}

/* ===== Баннер — печатает сниппет [[!WnBanner]], ключ widget-префикса `wb` =====
   Классы здесь НЕ на приватном префиксе шаблона: приватный (gcx-) рандомизируется в HTML
   шаблона при клонировании, а вывод сниппета остался бы со старым именем и без стилей.
   Сниппет печатает cg_widget_prefix($modx,'wb','wb'), и assignWidgetPrefixes() переименует
   обе стороны согласованно. Кнопка несёт свой полный набор свойств (повторяет .gcx-cncns) —
   печатать .gcx-cncns из сниппета нельзя по той же причине. */
.trg-banner {
    position: relative;
    margin: 0 0 19px;
}

.trg-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

.trg-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}

.trg-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    border-radius: 0 0 15px 15px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}

.gcx-xtwkq .trg-title {
    margin: 0;
    font-size: clamp(1.187rem, 0.931rem + 1.049vw, 1.875rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--c-white);
}

.gcx-xtwkq .trg-cta,
.trg-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 14px 22px;
    border-radius: 13px;
    background: var(--c-accent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: var(--c-on-accent);
    transition: background 0.2s ease;
}

.gcx-xtwkq .trg-cta:hover,
.trg-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }

/* ===== Оглавление — печатает сниппет [[!WnToc]], ключ widget-префикса `wt` ===== */
.vqr-toc { padding: 13px 0; }

.vqr-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 45px;
    padding: 6px 12px;
    border-radius: 13px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}

.vqr-toggle svg { width: 20px; height: 20px; }

.vqr-panel { display: none; margin-top: 10px; }
.vqr-panel[data-open="true"] { display: block; }

.gcx-xtwkq .vqr-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 10px;
    border-radius: 12px;
    background: var(--c-surface);
    list-style: none;
}

.gcx-xtwkq .vqr-list li { margin: 0; }

.gcx-xtwkq .vqr-list a,
.vqr-list a {
    display: block;
    padding: 3px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}

.gcx-xtwkq .vqr-list a:hover,
.vqr-list a:hover { color: var(--c-accent); }

.gcx-ssnvj { padding-top: 16px; }

.gcx-zjgaa {
    margin-bottom: 15px;
    padding: 18px 18px 28px;
    border-radius: 15px;
    background: var(--c-surface);
}

.gcx-zjgaa h3 {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}

.gcx-zjgaa p:last-child { margin-bottom: 0; }

.gcx-bybsy {
    padding-bottom: 9px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}

.gcx-eztkw {
    max-width: 1240px;
    margin: 0 auto;
    padding: 21px 13px;
    text-align: center;
}

.gcx-chhfk {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    list-style: none;
}

.gcx-chhfk a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}

.gcx-chhfk a:hover { color: var(--c-accent); }

.gcx-vaaxc { display: flex; justify-content: center; margin-bottom: 20px; }
.gcx-vaaxc img { height: 40px; width: auto; }

.gcx-wzwst {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 25px auto 0;
    border: 1px solid color-mix(in srgb, var(--c-text) 30%, transparent);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}

.gcx-zjnwf {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

/* Явные размеры обязательны: у SVG регуляторов разная внутренняя геометрия, без этого они
   разъезжаются по высоте (грабли №18). */
.gcx-zjnwf a { display: flex; align-items: center; }
.gcx-zjnwf img { width: 6.5rem; height: 2.2rem; object-fit: contain; }

.gcx-ypmvk {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}

.gcx-ypmvk a { color: var(--c-text-muted); text-decoration: underline; }
.gcx-ypmvk a:hover { color: var(--c-accent); }

.gcx-wcnak {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: var(--c-purple);
    color: var(--c-on-purple);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.gcx-wcnak[data-visible="true"] { opacity: 1; visibility: visible; }

/* ===== CookieBanner (общий сниппет [[!CookieBanner]], ключ префикса `cb`) =====
   Классы печатает сниппет через cg_widget_prefix($modx,'cb','cb'); литеральные `.gce-*`
   обязаны существовать здесь, иначе tallyPrefixCandidates() не найдёт ключ при сканировании
   и assignWidgetPrefixes() не сможет их рандомизировать. */
.gce-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}

.gce-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 17px 22px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}

.gce-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.gce-text a { color: var(--c-accent); text-decoration: underline; }

.gce-actions { display: flex; flex-wrap: wrap; gap: 9px; }

.gce-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 8px 19px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.gce-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.gce-btn--save { background: var(--c-purple); color: var(--c-on-purple); }

.gce-btn--reject,
.gce-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}

.gce-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: color-mix(in srgb, #000 70%, transparent);
}

.gce-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 19px;
    border-radius: 12px;
    background: var(--c-surface);
}

.gce-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.gce-modal__desc { margin-bottom: 14px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }

.gce-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }

.gce-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.gce-cat:last-child { border-bottom: 0; padding-bottom: 0; }

.gce-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; }
.gce-cat__name { font-weight: 600; color: var(--c-text); }
.gce-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.gce-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }

.gce-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.gce-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }

.gce-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}

.gce-toggle__slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--c-text);
    transition: transform 0.2s ease;
}

.gce-toggle input:checked + .gce-toggle__slider { background: var(--c-accent); }
.gce-toggle input:checked + .gce-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }

.gce-modal__actions { display: flex; flex-wrap: wrap; gap: 9px; }

@media (min-width: 768px) {
    .gcx-chhfk { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px 31px; }
    /* wrap обязателен: бейджей стало до семи, в один ряд они влезают только на широком
       десктопе, а на планшете иначе вылезали бы за контейнер. */
    .gcx-zjnwf { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px 24px; }
    .trg-media img { aspect-ratio: 16 / 6.5; }
    .gce-banner { flex-direction: row; align-items: center; gap: 18px; }
    .gce-actions { flex: none; }
    .gce-btn { flex: none; }
}

@media (min-width: 1024px) {
    :root { --gcx-header-h: 69px; }

    .gcx-paxfa {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 13px;
        padding: 11px 21px;
    }

    .gcx-vqcqj { width: auto; justify-content: flex-start; }
    .gcx-bpxgd { display: none; }
    .gcx-dtypy { display: none; }

    .gcx-jpkyc img { height: 36px; }

    .gcx-becef {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 19px;
        list-style: none;
    }

    .gcx-yrnpk { position: relative; display: flex; align-items: center; gap: 4px; }

    .gcx-yrnpk > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }

    .gcx-yrnpk > a:hover { color: var(--c-accent); }

    .gcx-yrnpk > .gcx-tbkts {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }

    .gcx-yrnpk > .gcx-tbkts svg { width: 24px; height: 24px; }

    .gcx-becef .gcx-rkshp {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 9px;
        padding: 2px 11px 7px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 16px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }

    .gcx-becef .gcx-rkshp a { white-space: nowrap; }
    .gcx-becef .gcx-rkshp li:first-child a { border-top: 0; }

    .gcx-zgbsj { width: auto; }
    .gcx-zgbsj .gcx-cncns { flex: none; min-width: 100px; min-height: 42px; padding: 13px 14px; }

    .gcx-ysdbj { padding: 0 23px; }

    .gcx-xtwkq table { display: table; }

    .trg-media img { aspect-ratio: 1190 / 400; }

    .trg-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 8px;
        padding: 16px 14px;
        border-radius: 13px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }

    .trg-box .trg-cta { align-self: center; min-height: 39px; }

    .gcx-wcnak { right: 32px; bottom: 32px; }
}

.kcj-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin:19px 0 8px}
.kcj-lead{display:flex;align-items:center;gap:9px}
.kcj-age{width:32px;height:32px;flex:0 0 auto}
.kcj-chip{font-size:13px;line-height:1.35;opacity:.85}
.kcj-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}
.kcj-pay{width:40px;height:26px;object-fit:contain;opacity:.8}

/* FooterLinks (2026-08-24) */
.rfj-links{display:flex;flex-direction:column;gap:7px;margin:13px 0 7px;font-size:13px}
.rfj-row,.rfj-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 17px}
.rfj-caption{opacity:.65;margin-right:2px}
.rfj-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.rfj-item a:hover{opacity:1}
