:root {
    --c-bg: #1c1c1b;
    --c-surface: #2e2e2d;
    --c-surface-alt: #3d4040;
    --c-border: #4d4d50;
    --c-text: #f5f4f7;
    --c-text-muted: #9c9e9d;
    --c-accent: #8f40cf;
    --c-accent-hover: #ab6cda;
    --c-on-accent: #feffff;
    --c-purple: #7d30c0;
    --c-purple-hover: #9b54d5;
    --c-on-purple: #fffffe;
    --c-white: #fcffff;
    --c-green: #40e08a;
    --c-shadow: rgba(0, 3, 0, .35);
    --c-overlay: rgba(2, 0, 0, .7);
    --vxg-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; }
.vxg-sfktv {
    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, 2, .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); } }
.vxg-ydgwh {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 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;
}
.vxg-ydgwh:hover { text-decoration: none; }
.vxg-ydgwh:active { transform: translateY(1px); }
.vxg-wvmtd { background: var(--c-accent); color: var(--c-on-accent); }
.vxg-wvmtd:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }
.vxg-dqxxk { background: var(--c-purple); color: var(--c-on-purple); }
.vxg-dqxxk:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }
.vxg-qrpdj {
    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);
}
.vxg-cehyq {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 17px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 11px 17px;
}
.vxg-sezgw {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 48px;
}
.vxg-mcamv {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 14px 4px;
}
.vxg-mcamv span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}
.vxg-npkmy {
    display: flex;
    align-items: center;
    gap: 8px;
}
.vxg-npkmy:hover { text-decoration: none; }
.vxg-npkmy img { height: 44px; width: auto; }
.vxg-apdbc {
    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;
}
.vxg-jfnsa {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}
.vxg-tgfjw {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}
.vxg-gatpx { display: none; }
.vxg-dspjp {
    display: flex;
    gap: 9px;
    width: 100%;
}
.vxg-dspjp .vxg-ydgwh { flex: 1; }
.vxg-vycfz {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}
.vxg-vycfz[data-open="true"] { visibility: visible; }
.vxg-ghrkv {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.vxg-vycfz[data-open="true"] .vxg-ghrkv { opacity: 1; }
.vxg-batzy {
    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;
}
.vxg-vycfz[data-open="true"] .vxg-batzy { transform: translateX(0); }
.vxg-kxpxq {
    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);
}
.vxg-jcjxd {
    display: flex;
    justify-content: center;
    padding-top: 14px;
}
.vxg-tmtzx {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 17px 9px 0;
}
.vxg-yyvhk {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
    list-style: none;
}
.vxg-yyvhk > li {
    border-radius: 15px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}
.vxg-pdzbh {
    position: relative;
    display: flex;
    align-items: center;
}
.vxg-pdzbh > a {
    flex: 1;
    min-height: 45px;
    padding: 11px 48px 11px 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}
.vxg-pdzbh > a:hover { text-decoration: none; }
.vxg-ysqqe {
    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;
}
.vxg-ysqqe svg { width: 18px; height: 18px; }
.vxg-ysqqe[aria-expanded="true"] { transform: rotate(180deg); }
.vxg-afewr {
    display: none;
    padding: 0 12px 12px;
    list-style: none;
}
.vxg-afewr[data-open="true"] { display: block; }
.vxg-afewr a {
    display: block;
    padding: 8px 4px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}
.vxg-afewr a:hover { color: var(--c-accent); text-decoration: none; }
.vxg-jvvaj {
    display: flex;
    flex-direction: column;
    padding: 0 19px;
}
.vxg-aeczx {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 17px 0;
}
.vxg-aeczx[id],
.vxg-aeczx :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--vxg-header-h) + 14px); }
.vxg-jvvaj > .vxg-aeczx:not(:has(*)) { display: none; }
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    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); }
.vxg-aeczx h1,
.vxg-aeczx h2,
.vxg-aeczx h3,
.vxg-aeczx h4,
.vxg-aeczx h5,
.vxg-aeczx h6 { color: var(--c-text); }
.vxg-aeczx h1 {
    margin-bottom: 17px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.vxg-aeczx h2 {
    margin-bottom: 14px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}
.vxg-aeczx h3 {
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.vxg-aeczx h4 {
    margin-bottom: 7px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}
.vxg-aeczx h5 {
    margin-bottom: 7px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}
.vxg-aeczx 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);
}
.vxg-aeczx h2:not(:first-child),
.vxg-aeczx h3:not(:first-child) { margin-top: 27px; }
.vxg-aeczx p {
    margin-bottom: 14px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.vxg-aeczx ul,
.vxg-aeczx ol {
    margin: 0 0 18px 19px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.vxg-aeczx li { margin-bottom: 7px; }
.vxg-aeczx li::marker { color: var(--c-accent); }
.vxg-aeczx a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.vxg-aeczx a:hover { color: var(--c-purple); }
.vxg-aeczx .vxg-ydgwh { text-decoration: none; }
.vxg-aeczx .vxg-wvmtd, .vxg-aeczx .vxg-wvmtd:hover { color: var(--c-on-accent); }
.vxg-aeczx .vxg-dqxxk, .vxg-aeczx .vxg-dqxxk:hover { color: var(--c-on-purple); }
.vxg-aeczx strong { font-weight: 700; }
.vxg-aeczx em { font-style: italic; }
.vxg-aeczx img { max-width: 100%; height: auto; border-radius: 15px; }
.vxg-aeczx blockquote {
    margin: 0 0 17px;
    padding: 14px 19px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 15px 13px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}
.vxg-aeczx table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 14px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    font-size: 0.96rem;
}
.vxg-aeczx th,
.vxg-aeczx td {
    padding: 7px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}
.vxg-aeczx th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}
.bzt-banner {
    position: relative;
    margin: 0 0 18px;
}
.bzt-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}
.bzt-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}
.bzt-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
    border-radius: 0 0 12px 13px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}
.vxg-aeczx .bzt-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);
}
.vxg-aeczx .bzt-cta,
.bzt-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 22px;
    border-radius: 13px;
    background: var(--c-accent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: var(--c-on-accent);
    transition: background 0.2s ease;
}
.vxg-aeczx .bzt-cta:hover,
.bzt-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }
.gwx-toc { padding: 17px 0; }
.gwx-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 45px;
    padding: 9px 16px;
    border-radius: 15px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}
.gwx-toggle svg { width: 20px; height: 20px; }
.gwx-panel { display: none; margin-top: 10px; }
.gwx-panel[data-open="true"] { display: block; }
.vxg-aeczx .gwx-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 11px;
    border-radius: 12px;
    background: var(--c-surface);
    list-style: none;
}
.vxg-aeczx .gwx-list li { margin: 0; }
.vxg-aeczx .gwx-list a,
.gwx-list a {
    display: block;
    padding: 3px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}
.vxg-aeczx .gwx-list a:hover,
.gwx-list a:hover { color: var(--c-accent); }
.vxg-xctax { padding-top: 14px; }
.vxg-bmsjb {
    margin-bottom: 15px;
    padding: 14px 19px 27px;
    border-radius: 16px;
    background: var(--c-surface);
}
.vxg-bmsjb h3 {
    margin: 0 0 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}
.vxg-bmsjb p:last-child { margin-bottom: 0; }
.vxg-wmhfj {
    padding-bottom: 9px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}
.vxg-xpjxc {
    max-width: 1240px;
    margin: 0 auto;
    padding: 21px 16px;
    text-align: center;
}
.vxg-awswx {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    list-style: none;
}
.vxg-awswx a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}
.vxg-awswx a:hover { color: var(--c-accent); }
.vxg-jzsav { display: flex; justify-content: center; margin-bottom: 19px; }
.vxg-jzsav img { height: 40px; width: auto; }
.vxg-cfrdh {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 25px auto 0;
    border: 1px solid color-mix(in srgb, var(--c-text) 30%, transparent);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}
.vxg-zdzzr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin-top: 18px;
}
.vxg-zdzzr a { display: flex; align-items: center; }
.vxg-zdzzr img { width: 6.5rem; height: 2.2rem; object-fit: contain; }
.vxg-zcvwe {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}
.vxg-zcvwe a { color: var(--c-text-muted); text-decoration: underline; }
.vxg-zcvwe a:hover { color: var(--c-accent); }
.vxg-pvexz {
    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;
}
.vxg-pvexz[data-visible="true"] { opacity: 1; visibility: visible; }
.qgx-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.qgx-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 18px 22px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.qgx-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.qgx-text a { color: var(--c-accent); text-decoration: underline; }
.qgx-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.qgx-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 11px 19px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.qgx-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.qgx-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.qgx-btn--reject,
.qgx-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.qgx-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);
}
.qgx-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 21px;
    border-radius: 13px;
    background: var(--c-surface);
}
.qgx-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.qgx-modal__desc { margin-bottom: 18px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.qgx-categories { display: flex; flex-direction: column; gap: 12px; margin-bottom: 17px; }
.qgx-cat { padding-bottom: 16px; border-bottom: 1px solid var(--c-border); }
.qgx-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.qgx-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 11px; margin-bottom: 8px; }
.qgx-cat__name { font-weight: 600; color: var(--c-text); }
.qgx-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.qgx-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.qgx-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.qgx-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.qgx-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.qgx-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;
}
.qgx-toggle input:checked + .qgx-toggle__slider { background: var(--c-accent); }
.qgx-toggle input:checked + .qgx-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.qgx-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (min-width: 768px) {
    .vxg-awswx { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 30px; }
    .vxg-zdzzr { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 23px; }
    .bzt-media img { aspect-ratio: 16 / 6.5; }
    .qgx-banner { flex-direction: row; align-items: center; gap: 19px; }
    .qgx-actions { flex: none; }
    .qgx-btn { flex: none; }
}
@media (min-width: 1024px) {
    :root { --vxg-header-h: 69px; }
    .vxg-cehyq {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 14px;
        padding: 12px 20px;
    }
    .vxg-sezgw { width: auto; justify-content: flex-start; }
    .vxg-mcamv { display: none; }
    .vxg-vycfz { display: none; }
    .vxg-npkmy img { height: 36px; }
    .vxg-gatpx {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 19px;
        list-style: none;
    }
    .vxg-gncjq { position: relative; display: flex; align-items: center; gap: 6px; }
    .vxg-gncjq > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }
    .vxg-gncjq > a:hover { color: var(--c-accent); }
    .vxg-gncjq > .vxg-ysqqe {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }
    .vxg-gncjq > .vxg-ysqqe svg { width: 24px; height: 24px; }
    .vxg-gatpx .vxg-afewr {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 9px;
        padding: 2px 14px 9px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 13px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }
    .vxg-gatpx .vxg-afewr a { white-space: nowrap; }
    .vxg-gatpx .vxg-afewr li:first-child a { border-top: 0; }
    .vxg-dspjp { width: auto; }
    .vxg-dspjp .vxg-ydgwh { flex: none; min-width: 100px; min-height: 42px; padding: 11px 12px; }
    .vxg-jvvaj { padding: 0 23px; }
    .vxg-aeczx table { display: table; }
    .bzt-media img { aspect-ratio: 1190 / 400; }
    .bzt-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 8px;
        padding: 16px 15px;
        border-radius: 16px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }
    .bzt-box .bzt-cta { align-self: center; min-height: 39px; }
    .vxg-pvexz { right: 32px; bottom: 32px; }
}
.zyk-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:13px;margin:19px 0 12px}
.zyk-lead{display:flex;align-items:center;gap:9px}
.zyk-age{width:32px;height:32px;flex:0 0 auto}
.zyk-chip{font-size:13px;line-height:1.35;opacity:.85}
.zyk-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.zyk-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.byq-links{display:flex;flex-direction:column;gap:7px;margin:13px 0 5px;font-size:13px}
.byq-row,.byq-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 20px}
.byq-caption{opacity:.65;margin-right:5px}
.byq-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.byq-item a:hover{opacity:1}
