/* Uniqueified: 83ab2130 */
/* Prefix: sz- */
/* Prefixes-map: wn->sz */
/* Widget-prefixes: {"cb":"zab","wb":"jve","wt":"zkr"} */
/* Classmap: {"wn-age":"sz-kxgad","wn-auth":"sz-svabc","wn-brand":"sz-yrhhs","wn-btn":"sz-jbrgv","wn-btn--accent":"sz-dypwk","wn-btn--soft":"sz-fvfaf","wn-burger":"sz-aegkr","wn-content":"sz-nskrm","wn-copy":"sz-bfvrk","wn-drawer":"sz-crcpw","wn-drawer--open":"sz-yhkgz","wn-drawer-auth":"sz-dcqng","wn-drawer-close":"sz-xhmrr","wn-drawer-item":"sz-fmgkx","wn-drawer-logo":"sz-rjkqv","wn-drawer-nav":"sz-ddfgb","wn-drawer-panel":"sz-hpzez","wn-drawer-scrim":"sz-ehaxs","wn-faq":"sz-rdjjr","wn-faq-item":"sz-mvzxs","wn-footer":"sz-shzex","wn-footer-inner":"sz-nxwzx","wn-footer-logo":"sz-kjmjr","wn-footer-nav":"sz-acxqr","wn-header":"sz-ctqja","wn-header-inner":"sz-cfvcp","wn-logo":"sz-ddffs","wn-logo-sub":"sz-xjnqp","wn-logo-text":"sz-rpbrd","wn-main":"sz-gmzmy","wn-nav":"sz-srkdz","wn-nav-item":"sz-ftsnh","wn-rg":"sz-mwqam","wn-rg-links":"sz-zxefg","wn-submenu":"sz-knzme","wn-submenu--open":"sz-kntgh","wn-submenu-toggle":"sz-gapkw","wn-top":"sz-tjxsa","wn-top--visible":"sz-stgcx"} */

:root {
    --c-bg: #0c0804;
    --c-surface: #251a1f;
    --c-surface-alt: #422d36;
    --c-border: #4e3d3e;
    --c-text: #cfa293;
    --c-text-muted: #866e64;
    --c-accent: #c5131c;
    --c-accent-hover: #e22d36;
    --c-on-accent: #f9fbfb;
    --c-purple: #cc071c;
    --c-purple-hover: #e8323e;
    --c-on-purple: #f9fafe;

        --c-white: #faf9fd;
    --c-green: #36e38a;
    --c-shadow: rgba(3, 1, 13, .35);
    --c-overlay: rgba(1, 1, 8, .7);

        --sz-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; }

.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(1, 1, 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); } }

.sz-jbrgv {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 14px 18px;
    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;
}

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

.sz-dypwk { background: var(--c-accent); color: var(--c-on-accent); }
.sz-dypwk:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }

.sz-fvfaf { background: var(--c-purple); color: var(--c-on-purple); }
.sz-fvfaf:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }

.sz-ctqja {
    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);
}

.sz-cfvcp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 13px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 15px;
}

.sz-yrhhs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 48px;
}

.sz-aegkr {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 11px 6px;
}

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

.sz-ddffs {
    display: flex;
    align-items: center;
    gap: 9px;
}

.sz-ddffs:hover { text-decoration: none; }

.sz-ddffs img { height: 44px; width: auto; }

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

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

.sz-srkdz { display: none; }

.sz-svabc {
    display: flex;
    gap: 6px;
    width: 100%;
}

.sz-svabc .sz-jbrgv { flex: 1; }

.sz-crcpw {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}

.sz-crcpw.sz-yhkgz { visibility: visible; }

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

.sz-crcpw.sz-yhkgz .sz-ehaxs { opacity: 1; }

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

.sz-crcpw.sz-yhkgz .sz-hpzez { transform: translateX(0); }

.sz-xhmrr {
    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);
}

.sz-rjkqv {
    display: flex;
    justify-content: center;
    padding-top: 13px;
}

.sz-dcqng {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 17px 8px 0;
}

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

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

.sz-fmgkx {
    position: relative;
    display: flex;
    align-items: center;
}

.sz-fmgkx > a {
    flex: 1;
    min-height: 45px;
    padding: 11px 48px 10px 17px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}

.sz-fmgkx > a:hover { text-decoration: none; }

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

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

.sz-knzme {
    display: none;
    padding: 0 9px 9px;
    list-style: none;
}

.sz-knzme.sz-kntgh { display: block; }

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

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

.sz-gmzmy {
    display: flex;
    flex-direction: column;
    padding: 0 22px;
}

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

.sz-nskrm[id],
.sz-nskrm :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--sz-header-h) + 13px); }

.sz-gmzmy > .sz-nskrm:not(:has(*)) { display: none; }

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    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: 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); }

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

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

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

.sz-nskrm h3 {
    margin-bottom: 9px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.sz-nskrm h4 {
    margin-bottom: 9px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

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

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

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

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

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

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

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

.sz-nskrm .sz-jbrgv { text-decoration: none; }
.sz-nskrm .sz-dypwk, .sz-nskrm .sz-dypwk:hover { color: var(--c-on-accent); }
.sz-nskrm .sz-fvfaf, .sz-nskrm .sz-fvfaf:hover { color: var(--c-on-purple); }

.sz-nskrm strong { font-weight: 700; }
.sz-nskrm em { font-style: italic; }

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

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

.sz-nskrm table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 18px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    font-size: 0.96rem;
}

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

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

.jve-banner {
    position: relative;
    margin: 0 0 21px;
}

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

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

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

.sz-nskrm .jve-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);
}

.sz-nskrm .jve-cta,
.jve-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 18px;
    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;
}

.sz-nskrm .jve-cta:hover,
.jve-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }

.zkr-toc { padding: 16px 0; }

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

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

.zkr-panel { display: none; margin-top: 10px; }
.zkr-panel.zkr-panel--open { display: block; }

.sz-nskrm .zkr-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 14px;
    border-radius: 12px;
    background: var(--c-surface);
    list-style: none;
}

.sz-nskrm .zkr-list li { margin: 0; }

.sz-nskrm .zkr-list a,
.zkr-list a {
    display: block;
    padding: 6px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}

.sz-nskrm .zkr-list a:hover,
.zkr-list a:hover { color: var(--c-accent); }

.sz-rdjjr { padding-top: 14px; }

.sz-mvzxs {
    margin-bottom: 17px;
    padding: 14px 22px 27px;
    border-radius: 15px;
    background: var(--c-surface);
}

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

.sz-mvzxs p:last-child { margin-bottom: 0; }

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

.sz-nxwzx {
    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 17px;
    text-align: center;
}

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

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

.sz-acxqr a:hover { color: var(--c-accent); }

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

.sz-kxgad {
    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;
}

.sz-mwqam {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 18px;
}

.sz-mwqam a { display: flex; align-items: center; }
.sz-mwqam img { width: 6.5rem; height: 2.2rem; object-fit: contain; }

.sz-zxefg {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 16px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.55;
}
.sz-zxefg a { color: var(--c-text-muted); text-decoration: underline; }
.sz-zxefg a:hover { color: var(--c-text); }
.sz-bfvrk {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}

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

.sz-tjxsa {
    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;
}

.sz-tjxsa.sz-stgcx { opacity: 1; visibility: visible; }

body:has(.zab-banner:not([hidden])) .sz-tjxsa,
body:has(.zab-overlay:not([hidden])) .sz-tjxsa {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.zab-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}

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

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

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

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

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

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

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

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

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

.zab-categories { display: flex; flex-direction: column; gap: 12px; margin-bottom: 19px; }

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

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

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

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

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

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

.zab-modal__actions { display: flex; flex-wrap: wrap; gap: 7px; }

@media (min-width: 768px) {
    .sz-acxqr { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 30px; }
        .sz-mwqam { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 23px; }
    .jve-media img { aspect-ratio: 16 / 6.5; }
    .zab-banner { flex-direction: row; align-items: center; gap: 19px; }
    .zab-actions { flex: none; }
    .zab-btn { flex: none; }
}

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

    .sz-cfvcp {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 16px;
        padding: 9px 23px;
    }

    .sz-yrhhs { width: auto; justify-content: flex-start; }
    .sz-aegkr { display: none; }
    .sz-crcpw { display: none; }

    .sz-ddffs img { height: 36px; }

    .sz-srkdz {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 18px;
        list-style: none;
    }

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

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

    .sz-ftsnh > a:hover { color: var(--c-accent); }

    .sz-ftsnh > .sz-gapkw {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }

    .sz-ftsnh > .sz-gapkw svg { width: 24px; height: 24px; }

    .sz-srkdz .sz-knzme {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 12px;
        padding: 3px 14px 9px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 12px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }

    .sz-srkdz .sz-knzme a { white-space: nowrap; }
    .sz-srkdz .sz-knzme li:first-child a { border-top: 0; }

    .sz-svabc { width: auto; }
    .sz-svabc .sz-jbrgv { flex: none; min-width: 100px; min-height: 42px; padding: 10px 11px; }

    .sz-gmzmy { padding: 0 27px; }

    .sz-nskrm table { display: table; }

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

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

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

    .sz-tjxsa { right: 32px; bottom: 32px; }
}
