:root {
    --c-bg: #142b29;
    --c-surface: #254b4a;
    --c-surface-alt: #316463;
    --c-border: #397476;
    --c-text: #e1f0f0;
    --c-text-muted: #8ea3a0;
    --c-accent: #c17030;
    --c-accent-hover: #d68d54;
    --c-on-accent: #000200;
    --c-purple: #2e445e;
    --c-purple-hover: #416082;
    --c-on-purple: #fffeff;
    --c-white: #fffeff;
    --c-green: #3fe28a;
    --c-shadow: rgba(0, 0, 1, .35);
    --c-overlay: rgba(0, 0, 2, .7);
    --ypbb-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; }
.ypbb-vyhcv {
    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, 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); } }
.ypbb-fqmsr {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 11px 19px;
    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;
}
.ypbb-fqmsr:hover { text-decoration: none; }
.ypbb-fqmsr:active { transform: translateY(1px); }
.ypbb-bvtcr { background: var(--c-accent); color: var(--c-on-accent); }
.ypbb-bvtcr:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }
.ypbb-ahech { background: var(--c-purple); color: var(--c-on-purple); }
.ypbb-ahech:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }
.ypbb-wcsnf {
    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);
}
.ypbb-qzvcy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px 13px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 14px;
}
.ypbb-gtczg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 48px;
}
.ypbb-krszm {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 13px 7px;
}
.ypbb-krszm span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}
.ypbb-pxfmn {
    display: flex;
    align-items: center;
    gap: 11px;
}
.ypbb-pxfmn:hover { text-decoration: none; }
.ypbb-pxfmn img { height: 44px; width: auto; }
.ypbb-wjqwb {
    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;
}
.ypbb-dgzxp {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}
.ypbb-hyxkc {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}
.ypbb-hyyyg { display: none; }
.ypbb-yjyky {
    display: flex;
    gap: 7px;
    width: 100%;
}
.ypbb-yjyky .ypbb-fqmsr { flex: 1; }
.ypbb-gftsb {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}
.ypbb-gftsb[data-open="true"] { visibility: visible; }
.ypbb-nwfjz {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.ypbb-gftsb[data-open="true"] .ypbb-nwfjz { opacity: 1; }
.ypbb-drwsv {
    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;
}
.ypbb-gftsb[data-open="true"] .ypbb-drwsv { transform: translateX(0); }
.ypbb-xjqng {
    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);
}
.ypbb-vpgyt {
    display: flex;
    justify-content: center;
    padding-top: 14px;
}
.ypbb-szmce {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 9px 0;
}
.ypbb-gpznp {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 18px;
    list-style: none;
}
.ypbb-gpznp > li {
    border-radius: 13px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}
.ypbb-gnpqa {
    position: relative;
    display: flex;
    align-items: center;
}
.ypbb-gnpqa > a {
    flex: 1;
    min-height: 45px;
    padding: 10px 45px 14px 14px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}
.ypbb-gnpqa > a:hover { text-decoration: none; }
.ypbb-prfkt {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -11px;
    border-radius: 50%;
    background: var(--c-purple);
    color: var(--c-on-purple);
    transition: transform 0.2s ease;
}
.ypbb-prfkt svg { width: 18px; height: 18px; }
.ypbb-prfkt[aria-expanded="true"] { transform: rotate(180deg); }
.ypbb-cmzyt {
    display: none;
    padding: 0 12px 11px;
    list-style: none;
}
.ypbb-cmzyt[data-open="true"] { display: block; }
.ypbb-cmzyt a {
    display: block;
    padding: 8px 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}
.ypbb-cmzyt a:hover { color: var(--c-accent); text-decoration: none; }
.ypbb-eqqxv {
    display: flex;
    flex-direction: column;
    padding: 0 21px;
}
.ypbb-zgkfh {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 16px 0;
}
.ypbb-zgkfh[id],
.ypbb-zgkfh :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--ypbb-header-h) + 14px); }
.ypbb-eqqxv > .ypbb-zgkfh:not(:has(*)) { display: none; }
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
    padding: 0;
    font-size: 0.875rem;
    list-style: none;
    color: var(--c-text-muted);
}
.breadcrumbs li { display: flex; align-items: center; gap: 5px; }
.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); }
.ypbb-zgkfh h1,
.ypbb-zgkfh h2,
.ypbb-zgkfh h3,
.ypbb-zgkfh h4,
.ypbb-zgkfh h5,
.ypbb-zgkfh h6 { color: var(--c-text); }
.ypbb-zgkfh h1 {
    margin-bottom: 16px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.ypbb-zgkfh h2 {
    margin-bottom: 14px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}
.ypbb-zgkfh h3 {
    margin-bottom: 9px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.ypbb-zgkfh h4 {
    margin-bottom: 6px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}
.ypbb-zgkfh h5 {
    margin-bottom: 10px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}
.ypbb-zgkfh h6 {
    margin-bottom: 7px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--c-accent);
}
.ypbb-zgkfh h2:not(:first-child),
.ypbb-zgkfh h3:not(:first-child) { margin-top: 25px; }
.ypbb-zgkfh p {
    margin-bottom: 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.ypbb-zgkfh ul,
.ypbb-zgkfh ol {
    margin: 0 0 15px 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.ypbb-zgkfh li { margin-bottom: 4px; }
.ypbb-zgkfh li::marker { color: var(--c-accent); }
.ypbb-zgkfh a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.ypbb-zgkfh a:hover { color: var(--c-purple); }
.ypbb-zgkfh .ypbb-fqmsr { text-decoration: none; }
.ypbb-zgkfh .ypbb-bvtcr, .ypbb-zgkfh .ypbb-bvtcr:hover { color: var(--c-on-accent); }
.ypbb-zgkfh .ypbb-ahech, .ypbb-zgkfh .ypbb-ahech:hover { color: var(--c-on-purple); }
.ypbb-zgkfh strong { font-weight: 700; }
.ypbb-zgkfh em { font-style: italic; }
.ypbb-zgkfh img { max-width: 100%; height: auto; border-radius: 13px; }
.ypbb-zgkfh blockquote {
    margin: 0 0 14px;
    padding: 15px 22px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 12px 15px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}
.ypbb-zgkfh 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;
}
.ypbb-zgkfh th,
.ypbb-zgkfh td {
    padding: 6px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}
.ypbb-zgkfh th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}
.kczx-banner {
    position: relative;
    margin: 0 0 19px;
}
.kczx-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
}
.kczx-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}
.kczx-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
    border-radius: 0 0 16px 15px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}
.ypbb-zgkfh .kczx-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);
}
.ypbb-zgkfh .kczx-cta,
.kczx-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 11px 19px;
    border-radius: 16px;
    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;
}
.ypbb-zgkfh .kczx-cta:hover,
.kczx-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }
.jkne-toc { padding: 13px 0; }
.jkne-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 45px;
    padding: 9px 13px;
    border-radius: 13px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}
.jkne-toggle svg { width: 20px; height: 20px; }
.jkne-panel { display: none; margin-top: 13px; }
.jkne-panel[data-open="true"] { display: block; }
.ypbb-zgkfh .jkne-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 10px;
    border-radius: 12px;
    background: var(--c-surface);
    list-style: none;
}
.ypbb-zgkfh .jkne-list li { margin: 0; }
.ypbb-zgkfh .jkne-list a,
.jkne-list a {
    display: block;
    padding: 6px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}
.ypbb-zgkfh .jkne-list a:hover,
.jkne-list a:hover { color: var(--c-accent); }
.ypbb-mtzvf { padding-top: 17px; }
.ypbb-gcpmp {
    margin-bottom: 18px;
    padding: 18px 22px 25px;
    border-radius: 16px;
    background: var(--c-surface);
}
.ypbb-gcpmp h3 {
    margin: 0 0 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}
.ypbb-gcpmp p:last-child { margin-bottom: 0; }
.ypbb-tjzed {
    padding-bottom: 12px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}
.ypbb-gytpk {
    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 13px;
    text-align: center;
}
.ypbb-yazjg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    list-style: none;
}
.ypbb-yazjg a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}
.ypbb-yazjg a:hover { color: var(--c-accent); }
.ypbb-rceac { display: flex; justify-content: center; margin-bottom: 16px; }
.ypbb-rceac img { height: 40px; width: auto; }
.ypbb-gwwbk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 23px auto 0;
    border: 1px solid color-mix(in srgb, var(--c-text) 30%, transparent);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}
.ypbb-ygzbr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 18px;
}
.ypbb-ygzbr a { display: flex; align-items: center; }
.ypbb-ygzbr img { width: 6.5rem; height: 2.2rem; object-fit: contain; }
.ypbb-vpdjv {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}
.ypbb-vpdjv a { color: var(--c-text-muted); text-decoration: underline; }
.ypbb-vpdjv a:hover { color: var(--c-accent); }
.ypbb-xyscj {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--c-purple);
    color: var(--c-on-purple);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.ypbb-xyscj[data-visible="true"] { opacity: 1; visibility: visible; }
.rdsr-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.rdsr-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 19px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.rdsr-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.rdsr-text a { color: var(--c-accent); text-decoration: underline; }
.rdsr-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.rdsr-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.rdsr-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.rdsr-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.rdsr-btn--reject,
.rdsr-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.rdsr-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);
}
.rdsr-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 19px;
    border-radius: 13px;
    background: var(--c-surface);
}
.rdsr-modal__title { margin-bottom: 9px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.rdsr-modal__desc { margin-bottom: 18px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.rdsr-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 16px; }
.rdsr-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.rdsr-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.rdsr-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 4px; }
.rdsr-cat__name { font-weight: 600; color: var(--c-text); }
.rdsr-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.rdsr-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.rdsr-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.rdsr-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.rdsr-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.rdsr-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;
}
.rdsr-toggle input:checked + .rdsr-toggle__slider { background: var(--c-accent); }
.rdsr-toggle input:checked + .rdsr-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.rdsr-modal__actions { display: flex; flex-wrap: wrap; gap: 7px; }
@media (min-width: 768px) {
    .ypbb-yazjg { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px 30px; }
    .ypbb-ygzbr { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 20px; }
    .kczx-media img { aspect-ratio: 16 / 6.5; }
    .rdsr-banner { flex-direction: row; align-items: center; gap: 22px; }
    .rdsr-actions { flex: none; }
    .rdsr-btn { flex: none; }
}
@media (min-width: 1024px) {
    :root { --ypbb-header-h: 69px; }
    .ypbb-qzvcy {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 14px;
        padding: 9px 21px;
    }
    .ypbb-gtczg { width: auto; justify-content: flex-start; }
    .ypbb-krszm { display: none; }
    .ypbb-gftsb { display: none; }
    .ypbb-pxfmn img { height: 36px; }
    .ypbb-hyyyg {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 18px;
        list-style: none;
    }
    .ypbb-zgqwr { position: relative; display: flex; align-items: center; gap: 7px; }
    .ypbb-zgqwr > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }
    .ypbb-zgqwr > a:hover { color: var(--c-accent); }
    .ypbb-zgqwr > .ypbb-prfkt {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }
    .ypbb-zgqwr > .ypbb-prfkt svg { width: 24px; height: 24px; }
    .ypbb-hyyyg .ypbb-cmzyt {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 12px;
        padding: 6px 11px 10px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 16px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }
    .ypbb-hyyyg .ypbb-cmzyt a { white-space: nowrap; }
    .ypbb-hyyyg .ypbb-cmzyt li:first-child a { border-top: 0; }
    .ypbb-yjyky { width: auto; }
    .ypbb-yjyky .ypbb-fqmsr { flex: none; min-width: 100px; min-height: 42px; padding: 10px 11px; }
    .ypbb-eqqxv { padding: 0 26px; }
    .ypbb-zgkfh table { display: table; }
    .kczx-media img { aspect-ratio: 1190 / 400; }
    .kczx-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 12px;
        padding: 17px 15px;
        border-radius: 15px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }
    .kczx-box .kczx-cta { align-self: center; min-height: 39px; }
    .ypbb-xyscj { right: 32px; bottom: 32px; }
}
.samp-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin:20px 0 11px}
.samp-lead{display:flex;align-items:center;gap:8px}
.samp-age{width:32px;height:32px;flex:0 0 auto}
.samp-chip{font-size:13px;line-height:1.35;opacity:.85}
.samp-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}
.samp-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.eaar-links{display:flex;flex-direction:column;gap:10px;margin:16px 0 8px;font-size:13px}
.eaar-row,.eaar-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 16px}
.eaar-caption{opacity:.65;margin-right:2px}
.eaar-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.eaar-item a:hover{opacity:1}
