:root {
    --c-bg: #23222b;
    --c-surface: #31343d;
    --c-surface-alt: #414550;
    --c-border: #4f505d;
    --c-text: #f2f6f7;
    --c-text-muted: #9ea0a7;
    --c-accent: #ee3861;
    --c-accent-hover: #f26c8a;
    --c-on-accent: #010000;
    --c-purple: #ee365f;
    --c-purple-hover: #f16a8a;
    --c-on-purple: #000001;
    --c-white: #fffeff;
    --c-green: #3ee08a;
    --c-shadow: rgba(0, 0, 1, .35);
    --c-overlay: rgba(0, 1, 0, .7);
    --red-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; }
.red-tnzsx {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.go-link { cursor: pointer; }
#go-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: var(--c-overlay, rgba(0, 0, 3, .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); } }
.red-bferp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 22px;
    border-radius: 12px;
    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;
}
.red-bferp:hover { text-decoration: none; }
.red-bferp:active { transform: translateY(1px); }
.red-nmndv { background: var(--c-accent); color: var(--c-on-accent); }
.red-nmndv:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }
.red-tjhgg { background: var(--c-purple); color: var(--c-on-purple); }
.red-tjhgg:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }
.red-dctat {
    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);
}
.red-nmqtd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 11px 14px;
}
.red-anfhn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 48px;
}
.red-vgmrc {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 14px 4px;
}
.red-vgmrc span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}
.red-syvzx {
    display: flex;
    align-items: center;
    gap: 11px;
}
.red-syvzx:hover { text-decoration: none; }
.red-syvzx img { height: 44px; width: auto; }
.red-mqesd {
    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;
}
.red-qgsfv {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}
.red-thmjx {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}
.red-ewsfe { display: none; }
.red-ccvkx {
    display: flex;
    gap: 6px;
    width: 100%;
}
.red-ccvkx .red-bferp { flex: 1; }
.red-ehpab {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}
.red-ehpab[data-open="true"] { visibility: visible; }
.red-ewxqc {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.red-ehpab[data-open="true"] .red-ewxqc { opacity: 1; }
.red-zsnpk {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 88%;
    height: 100%;
    padding: 12px;
    overflow-y: auto;
    background: var(--c-surface-alt);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}
.red-ehpab[data-open="true"] .red-zsnpk { transform: translateX(0); }
.red-gvzbw {
    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);
}
.red-hqmvb {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}
.red-xbcez {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 18px 12px 0;
}
.red-nrqat {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 17px;
    list-style: none;
}
.red-nrqat > li {
    border-radius: 13px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}
.red-fxgge {
    position: relative;
    display: flex;
    align-items: center;
}
.red-fxgge > a {
    flex: 1;
    min-height: 45px;
    padding: 14px 45px 13px 17px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}
.red-fxgge > a:hover { text-decoration: none; }
.red-fqvtv {
    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;
}
.red-fqvtv svg { width: 18px; height: 18px; }
.red-fqvtv[aria-expanded="true"] { transform: rotate(180deg); }
.red-jhyba {
    display: none;
    padding: 0 12px 8px;
    list-style: none;
}
.red-jhyba[data-open="true"] { display: block; }
.red-jhyba a {
    display: block;
    padding: 12px 7px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}
.red-jhyba a:hover { color: var(--c-accent); text-decoration: none; }
.red-krhky {
    display: flex;
    flex-direction: column;
    padding: 0 19px;
}
.red-qevac {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 13px 0;
}
.red-qevac[id],
.red-qevac :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--red-header-h) + 11px); }
.red-krhky > .red-qevac:not(:has(*)) { display: none; }
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 0.875rem;
    list-style: none;
    color: var(--c-text-muted);
}
.breadcrumbs li { display: flex; align-items: center; gap: 8px; }
.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); }
.red-qevac h1,
.red-qevac h2,
.red-qevac h3,
.red-qevac h4,
.red-qevac h5,
.red-qevac h6 { color: var(--c-text); }
.red-qevac h1 {
    margin-bottom: 20px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.red-qevac h2 {
    margin-bottom: 14px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}
.red-qevac h3 {
    margin-bottom: 11px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.red-qevac h4 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}
.red-qevac h5 {
    margin-bottom: 10px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}
.red-qevac h6 {
    margin-bottom: 9px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--c-accent);
}
.red-qevac h2:not(:first-child),
.red-qevac h3:not(:first-child) { margin-top: 24px; }
.red-qevac p {
    margin-bottom: 14px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.red-qevac ul,
.red-qevac ol {
    margin: 0 0 14px 21px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.red-qevac li { margin-bottom: 5px; }
.red-qevac li::marker { color: var(--c-accent); }
.red-qevac a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.red-qevac a:hover { color: var(--c-purple); }
.red-qevac .red-bferp { text-decoration: none; }
.red-qevac .red-nmndv, .red-qevac .red-nmndv:hover { color: var(--c-on-accent); }
.red-qevac .red-tjhgg, .red-qevac .red-tjhgg:hover { color: var(--c-on-purple); }
.red-qevac strong { font-weight: 700; }
.red-qevac em { font-style: italic; }
.red-qevac img { max-width: 100%; height: auto; border-radius: 16px; }
.red-qevac blockquote {
    margin: 0 0 14px;
    padding: 15px 18px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 16px 13px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}
.red-qevac 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;
}
.red-qevac th,
.red-qevac td {
    padding: 6px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}
.red-qevac th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}
.ehp-banner {
    position: relative;
    margin: 0 0 21px;
}
.ehp-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}
.ehp-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}
.ehp-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 12px;
    border-radius: 0 0 15px 15px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}
.red-qevac .ehp-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);
}
.red-qevac .ehp-cta,
.ehp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 21px;
    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;
}
.red-qevac .ehp-cta:hover,
.ehp-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }
.fyg-toc { padding: 14px 0; }
.fyg-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 45px;
    padding: 6px 16px;
    border-radius: 12px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}
.fyg-toggle svg { width: 20px; height: 20px; }
.fyg-panel { display: none; margin-top: 10px; }
.fyg-panel[data-open="true"] { display: block; }
.red-qevac .fyg-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 10px;
    border-radius: 13px;
    background: var(--c-surface);
    list-style: none;
}
.red-qevac .fyg-list li { margin: 0; }
.red-qevac .fyg-list a,
.fyg-list a {
    display: block;
    padding: 4px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}
.red-qevac .fyg-list a:hover,
.fyg-list a:hover { color: var(--c-accent); }
.red-xepsa { padding-top: 13px; }
.red-gqmad {
    margin-bottom: 15px;
    padding: 17px 22px 27px;
    border-radius: 13px;
    background: var(--c-surface);
}
.red-gqmad h3 {
    margin: 0 0 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}
.red-gqmad p:last-child { margin-bottom: 0; }
.red-rxxnr {
    padding-bottom: 12px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}
.red-sazrm {
    max-width: 1240px;
    margin: 0 auto;
    padding: 19px 13px;
    text-align: center;
}
.red-bbjsz {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    list-style: none;
}
.red-bbjsz a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}
.red-bbjsz a:hover { color: var(--c-accent); }
.red-cphft { display: flex; justify-content: center; margin-bottom: 20px; }
.red-cphft img { height: 40px; width: auto; }
.red-fsyfr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 22px auto 0;
    border: 1px solid color-mix(in srgb, var(--c-text) 30%, transparent);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}
.red-nnnhn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 21px;
}
.red-nnnhn a { display: flex; align-items: center; }
.red-nnnhn img { width: 6.5rem; height: 2.2rem; object-fit: contain; }
.red-pwthr {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}
.red-pwthr a { color: var(--c-text-muted); text-decoration: underline; }
.red-pwthr a:hover { color: var(--c-accent); }
.red-hjqqr {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--c-purple);
    color: var(--c-on-purple);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.red-hjqqr[data-visible="true"] { opacity: 1; visibility: visible; }
.hkn-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.hkn-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 17px 21px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.hkn-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.hkn-text a { color: var(--c-accent); text-decoration: underline; }
.hkn-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.hkn-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 19px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.hkn-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.hkn-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.hkn-btn--reject,
.hkn-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.hkn-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);
}
.hkn-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 21px;
    border-radius: 15px;
    background: var(--c-surface);
}
.hkn-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.hkn-modal__desc { margin-bottom: 18px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.hkn-categories { display: flex; flex-direction: column; gap: 15px; margin-bottom: 20px; }
.hkn-cat { padding-bottom: 12px; border-bottom: 1px solid var(--c-border); }
.hkn-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.hkn-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 11px; margin-bottom: 4px; }
.hkn-cat__name { font-weight: 600; color: var(--c-text); }
.hkn-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.hkn-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.hkn-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.hkn-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.hkn-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.hkn-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;
}
.hkn-toggle input:checked + .hkn-toggle__slider { background: var(--c-accent); }
.hkn-toggle input:checked + .hkn-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.hkn-modal__actions { display: flex; flex-wrap: wrap; gap: 6px; }
@media (min-width: 768px) {
    .red-bbjsz { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 33px; }
    .red-nnnhn { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 23px; }
    .ehp-media img { aspect-ratio: 16 / 6.5; }
    .hkn-banner { flex-direction: row; align-items: center; gap: 18px; }
    .hkn-actions { flex: none; }
    .hkn-btn { flex: none; }
}
@media (min-width: 1024px) {
    :root { --red-header-h: 69px; }
    .red-nmqtd {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 17px;
        padding: 9px 23px;
    }
    .red-anfhn { width: auto; justify-content: flex-start; }
    .red-vgmrc { display: none; }
    .red-ehpab { display: none; }
    .red-syvzx img { height: 36px; }
    .red-ewsfe {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 22px;
        list-style: none;
    }
    .red-kggxx { position: relative; display: flex; align-items: center; gap: 6px; }
    .red-kggxx > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }
    .red-kggxx > a:hover { color: var(--c-accent); }
    .red-kggxx > .red-fqvtv {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }
    .red-kggxx > .red-fqvtv svg { width: 24px; height: 24px; }
    .red-ewsfe .red-jhyba {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 8px;
        padding: 3px 11px 9px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 15px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }
    .red-ewsfe .red-jhyba a { white-space: nowrap; }
    .red-ewsfe .red-jhyba li:first-child a { border-top: 0; }
    .red-ccvkx { width: auto; }
    .red-ccvkx .red-bferp { flex: none; min-width: 100px; min-height: 42px; padding: 13px 14px; }
    .red-krhky { padding: 0 23px; }
    .red-qevac table { display: table; }
    .ehp-media img { aspect-ratio: 1190 / 400; }
    .ehp-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 9px;
        padding: 20px 15px;
        border-radius: 15px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }
    .ehp-box .ehp-cta { align-self: center; min-height: 39px; }
    .red-hjqqr { right: 32px; bottom: 32px; }
}
.hhz-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:16px 0 8px}
.hhz-lead{display:flex;align-items:center;gap:8px}
.hhz-age{width:32px;height:32px;flex:0 0 auto}
.hhz-chip{font-size:13px;line-height:1.35;opacity:.85}
.hhz-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.hhz-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.wbb-links{display:flex;flex-direction:column;gap:9px;margin:15px 0 8px;font-size:13px}
.wbb-row,.wbb-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px 20px}
.wbb-caption{opacity:.65;margin-right:6px}
.wbb-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.wbb-item a:hover{opacity:1}
