/* Uniqueified: 3a0a919f */
/* Prefix: ypcy- */
/* Prefixes-map: wn->ypcy */
/* Widget-prefixes: {"cb":"nffp","wb":"hxav","wt":"bjqb","ms":"gsrp","fl":"cevp","lm":"zbpw","rv":"kenr"} */
/* Classmap: {"wn-age":"ypcy-bsfya","wn-auth":"ypcy-svrya","wn-brand":"ypcy-rjqgh","wn-btn":"ypcy-ggxcr","wn-btn--accent":"ypcy-vmfnr","wn-btn--soft":"ypcy-tqksg","wn-burger":"ypcy-ygdfb","wn-content":"ypcy-cdnhc","wn-copy":"ypcy-adzws","wn-drawer":"ypcy-vphaw","wn-drawer-auth":"ypcy-rfhsm","wn-drawer-close":"ypcy-xntsf","wn-drawer-item":"ypcy-tfnmg","wn-drawer-logo":"ypcy-qhytw","wn-drawer-nav":"ypcy-bvdwt","wn-drawer-panel":"ypcy-djwda","wn-drawer-scrim":"ypcy-gyjdd","wn-faq":"ypcy-fjfcn","wn-faq-item":"ypcy-ppgwy","wn-footer":"ypcy-shefm","wn-footer-inner":"ypcy-tmjva","wn-footer-logo":"ypcy-tfvfe","wn-footer-nav":"ypcy-jdgvk","wn-header":"ypcy-gfkkp","wn-header-inner":"ypcy-njhwr","wn-logo":"ypcy-kzjgt","wn-logo-mark":"ypcy-gqvnw","wn-logo-sub":"ypcy-ajsqw","wn-logo-text":"ypcy-qkzdq","wn-main":"ypcy-thkqh","wn-nav":"ypcy-wakxs","wn-nav-item":"ypcy-cjbtd","wn-rg":"ypcy-qeczf","wn-submenu":"ypcy-fsmqe","wn-submenu-toggle":"ypcy-apjyn","wn-top":"ypcy-ekhya","wn-visually-hidden":"ypcy-myztr"} */

/* Брендовые переменные. Перекраска (deriveBrandVarMap) заполняет РОВНО эти 12 имён из
   style.json/palette.json бренда — переменной нет в :root, значит для неё перекраска молча
   пропускается. Значения ниже = палитра донора (winstlercasinos.uk), она же дефолт шаблона.
   retint:true только у --c-accent и --c-purple: любой литерал в файле, побайтово совпавший с
   их rgb, будет перекрашен по всему файлу (грабли №2), поэтому декоративных литералов этих
   двух цветов здесь нет — всё идёт через var(). */
:root {
    --c-bg: #121318;
    --c-surface: #23272a;
    --c-surface-alt: #33373d;
    --c-border: #3c424b;
    --c-text: #f2f4f9;
    --c-text-muted: #989aa0;
    --c-accent: #646564;
    --c-accent-hover: #7d8080;
    --c-on-accent: #fffcff;
    --c-purple: #525050;
    --c-purple-hover: #6c6f6c;
    --c-on-purple: #fffffe;

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

    /* Высота липкой шапки — одной переменной, чтобы scroll-margin якорей не разъехался с
       реальной шапкой (грабли №20). */
    --ypcy-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; }

.ypcy-myztr {
    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(0, 0, 1, .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); } }

.ypcy-ggxcr {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 11px 19px;
    border-radius: 15px;
    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;
}

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

.ypcy-vmfnr { background: var(--c-accent); color: var(--c-on-accent); }
.ypcy-vmfnr:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }

.ypcy-tqksg { background: var(--c-purple); color: var(--c-on-purple); }
.ypcy-tqksg:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }

.ypcy-gfkkp {
    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);
}

.ypcy-njhwr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 17px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 18px;
}

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

.ypcy-ygdfb {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 13px 3px;
}

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

.ypcy-kzjgt {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ypcy-kzjgt:hover { text-decoration: none; }

.ypcy-kzjgt img { height: 44px; width: auto; }

.ypcy-gqvnw {
    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;
}

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

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

.ypcy-wakxs { display: none; }

.ypcy-svrya {
    display: flex;
    gap: 7px;
    width: 100%;
}

.ypcy-svrya .ypcy-ggxcr { flex: 1; }

.ypcy-vphaw {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}

.ypcy-vphaw[data-open="true"] { visibility: visible; }

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

.ypcy-vphaw[data-open="true"] .ypcy-gyjdd { opacity: 1; }

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

.ypcy-vphaw[data-open="true"] .ypcy-djwda { transform: translateX(0); }

.ypcy-xntsf {
    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);
}

.ypcy-qhytw {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.ypcy-rfhsm {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 12px 0;
}

.ypcy-bvdwt {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px;
    list-style: none;
}

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

.ypcy-tfnmg {
    position: relative;
    display: flex;
    align-items: center;
}

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

.ypcy-tfnmg > a:hover { text-decoration: none; }

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

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

.ypcy-fsmqe {
    display: none;
    padding: 0 11px 8px;
    list-style: none;
}

.ypcy-fsmqe[data-open="true"] { display: block; }

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

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

.ypcy-thkqh {
    display: flex;
    flex-direction: column;
    padding: 0 21px;
}

.ypcy-cdnhc {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 17px 0;
}

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

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

/* Крошки печатает ОБЩИЙ сниппет breadcrumbsHtml с ЛИТЕРАЛЬНЫМ классом `breadcrumbs`
   (без префикса) — клонирование его не трогает, правила обязан нести шаблон. */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    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); }

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

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

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

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

.ypcy-cdnhc h4 {
    margin-bottom: 7px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.ypcy-cdnhc h5 {
    margin-bottom: 7px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}

.ypcy-cdnhc 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);
}

.ypcy-cdnhc h2:not(:first-child),
.ypcy-cdnhc h3:not(:first-child) { margin-top: 24px; }

.ypcy-cdnhc p {
    margin-bottom: 17px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.ypcy-cdnhc ul,
.ypcy-cdnhc ol {
    margin: 0 0 14px 19px;
    font-size: 0.96rem;
    line-height: 1.51;
}

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

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

.ypcy-cdnhc .ypcy-ggxcr { text-decoration: none; }
.ypcy-cdnhc .ypcy-vmfnr, .ypcy-cdnhc .ypcy-vmfnr:hover { color: var(--c-on-accent); }
.ypcy-cdnhc .ypcy-tqksg, .ypcy-cdnhc .ypcy-tqksg:hover { color: var(--c-on-purple); }

.ypcy-cdnhc strong { font-weight: 700; }
.ypcy-cdnhc em { font-style: italic; }

.ypcy-cdnhc img { max-width: 100%; height: auto; border-radius: 16px; }

.ypcy-cdnhc blockquote {
    margin: 0 0 15px;
    padding: 15px 19px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 13px 15px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}

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

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

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

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

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

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

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

.ypcy-cdnhc .hxav-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);
}

.ypcy-cdnhc .hxav-cta,
.hxav-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 22px;
    border-radius: 12px;
    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;
}

.ypcy-cdnhc .hxav-cta:hover,
.hxav-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }

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

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

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

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

.ypcy-cdnhc .bjqb-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 14px;
    border-radius: 13px;
    background: var(--c-surface);
    list-style: none;
}

.ypcy-cdnhc .bjqb-list li { margin: 0; }

.ypcy-cdnhc .bjqb-list a,
.bjqb-list a {
    display: block;
    padding: 4px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}

.ypcy-cdnhc .bjqb-list a:hover,
.bjqb-list a:hover { color: var(--c-accent); }

.ypcy-fjfcn { padding-top: 14px; }

.ypcy-ppgwy {
    margin-bottom: 18px;
    padding: 18px 19px 25px;
    border-radius: 12px;
    background: var(--c-surface);
}

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

.ypcy-ppgwy p:last-child { margin-bottom: 0; }

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

.ypcy-tmjva {
    max-width: 1240px;
    margin: 0 auto;
    padding: 19px 14px;
    text-align: center;
}

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

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

.ypcy-jdgvk a:hover { color: var(--c-accent); }

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

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

.ypcy-qeczf {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 19px;
}

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

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

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

.ypcy-ekhya {
    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;
}

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

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

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

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

.nffp-actions { display: flex; flex-wrap: wrap; gap: 7px; }

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

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

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

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

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

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

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

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

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

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

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

.nffp-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;
}

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

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

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

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

    .ypcy-njhwr {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 13px;
        padding: 11px 20px;
    }

    .ypcy-rjqgh { width: auto; justify-content: flex-start; }
    .ypcy-ygdfb { display: none; }
    .ypcy-vphaw { display: none; }

    .ypcy-kzjgt img { height: 36px; }

    .ypcy-wakxs {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 21px;
        list-style: none;
    }

    .ypcy-cjbtd { position: relative; display: flex; align-items: center; gap: 6px; }

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

    .ypcy-cjbtd > a:hover { color: var(--c-accent); }

    .ypcy-cjbtd > .ypcy-apjyn {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }

    .ypcy-cjbtd > .ypcy-apjyn svg { width: 24px; height: 24px; }

    .ypcy-wakxs .ypcy-fsmqe {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 11px;
        padding: 6px 14px 6px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 16px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }

    .ypcy-wakxs .ypcy-fsmqe a { white-space: nowrap; }
    .ypcy-wakxs .ypcy-fsmqe li:first-child a { border-top: 0; }

    .ypcy-svrya { width: auto; }
    .ypcy-svrya .ypcy-ggxcr { flex: none; min-width: 100px; min-height: 42px; padding: 10px 11px; }

    .ypcy-thkqh { padding: 0 26px; }

    .ypcy-cdnhc table { display: table; }

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

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

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

    .ypcy-ekhya { right: 32px; bottom: 32px; }
}

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

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

/* LastModified #302 [Base] 3 — плашка на фоне, дата крупнее подписи и стоит ПЕРВОЙ.
   Дописывать В КОНЕЦ assets/css/wn.min.css.
   Структура третья: div > time + span, порядок «дата → подпись» обратный остальным двум. */
.zbpw-plate{display:inline-block;margin:18px 0 22px;padding:9px 15px;border-left:3px solid #3d7dfc;border-radius:7px;background:#161d28}
.zbpw-big{display:block;font-size:19px;font-weight:700;line-height:1.2;color:#eeeff9}
.zbpw-cap{display:block;margin-top:4px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#7d879e}
/* ── Comments block (rv) — [Base] 3 #302 ────────────────────────────────────
   Раскладка: двухколоночная плитка, оценка крупной цифрой, имя в подписи.
   ⛔ Значения ЛИТЕРАЛАМИ (#hex и px), не var()/rem — иначе джиттер их не двигает.
   Палитра из темы: surface #35343b, border #33333b, accent #f5e73a,
   muted #b9b4bb, радиус 14px — доминирующий у этой темы (13 из 26 правил). */
.kenr-wrap{margin:33px 0}
.kenr-cap{font-size:26px;line-height:1.3;margin:0 0 16px;color:#fffcfe}
.kenr-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;margin:0;padding:0}
.kenr-tile{background:#34343d;border:1px solid #35333c;border-radius:13px;padding:17px 20px 12px}
.kenr-score{display:block;color:#f3e93a;font-size:34px;line-height:1;font-weight:700;margin-bottom:12px}
.kenr-say{color:#fdfdfe;font-size:14px;line-height:1.6;margin:0 0 14px}
.kenr-sig{color:#b9b7ba;font-size:12px;border-top:1px solid #33333d;padding-top:12px}
@media (max-width:700px){.kenr-grid{grid-template-columns:1fr}}
