:root {
    --c-bg: #0e0010;
    --c-surface: #1d1030;
    --c-surface-alt: #33194b;
    --c-border: #3f1f5f;
    --c-text: #f0f3f0;
    --c-text-muted: #968d96;
    --c-accent: #672ee1;
    --c-accent-hover: #8d61e8;
    --c-on-accent: #feffff;
    --c-purple: #7f532a;
    --c-purple-hover: #a97037;
    --c-on-purple: #fcffff;
    --c-white: #fffeff;
    --c-green: #3fe08d;
    --c-shadow: rgba(3, 0, 0, .35);
    --c-overlay: rgba(0, 1, 0, .7);
    --qwz-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; }
.qwz-mpmqe {
    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); } }
.qwz-mnrcy {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 21px;
    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;
}
.qwz-mnrcy:hover { text-decoration: none; }
.qwz-mnrcy:active { transform: translateY(1px); }
.qwz-cabjc { background: var(--c-accent); color: var(--c-on-accent); }
.qwz-cabjc:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }
.qwz-xbtgd { background: var(--c-purple); color: var(--c-on-purple); }
.qwz-xbtgd:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }
.qwz-zrwtx {
    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);
}
.qwz-ktqfz {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 18px;
}
.qwz-vyxyk {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 48px;
}
.qwz-xzvey {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 10px 4px;
}
.qwz-xzvey span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}
.qwz-dapjz {
    display: flex;
    align-items: center;
    gap: 11px;
}
.qwz-dapjz:hover { text-decoration: none; }
.qwz-dapjz img { height: 44px; width: auto; }
.qwz-yjdxs {
    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;
}
.qwz-tcnqa {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}
.qwz-xfbxw {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}
.qwz-rcdeb { display: none; }
.qwz-gcdtv {
    display: flex;
    gap: 7px;
    width: 100%;
}
.qwz-gcdtv .qwz-mnrcy { flex: 1; }
.qwz-wgyxe {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}
.qwz-wgyxe[data-open="true"] { visibility: visible; }
.qwz-whxrm {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.qwz-wgyxe[data-open="true"] .qwz-whxrm { opacity: 1; }
.qwz-emyft {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 88%;
    height: 100%;
    padding: 8px;
    overflow-y: auto;
    background: var(--c-surface-alt);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}
.qwz-wgyxe[data-open="true"] .qwz-emyft { transform: translateX(0); }
.qwz-pkqwk {
    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);
}
.qwz-rdbre {
    display: flex;
    justify-content: center;
    padding-top: 14px;
}
.qwz-sftce {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 8px 0;
}
.qwz-pnfbc {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 17px;
    list-style: none;
}
.qwz-pnfbc > li {
    border-radius: 15px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}
.qwz-remxz {
    position: relative;
    display: flex;
    align-items: center;
}
.qwz-remxz > a {
    flex: 1;
    min-height: 45px;
    padding: 11px 44px 11px 18px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}
.qwz-remxz > a:hover { text-decoration: none; }
.qwz-kaanz {
    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;
}
.qwz-kaanz svg { width: 18px; height: 18px; }
.qwz-kaanz[aria-expanded="true"] { transform: rotate(180deg); }
.qwz-epdnv {
    display: none;
    padding: 0 11px 9px;
    list-style: none;
}
.qwz-epdnv[data-open="true"] { display: block; }
.qwz-epdnv a {
    display: block;
    padding: 8px 7px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}
.qwz-epdnv a:hover { color: var(--c-accent); text-decoration: none; }
.qwz-aytwg {
    display: flex;
    flex-direction: column;
    padding: 0 22px;
}
.qwz-twsnn {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 16px 0;
}
.qwz-twsnn[id],
.qwz-twsnn :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--qwz-header-h) + 10px); }
.qwz-aytwg > .qwz-twsnn:not(:has(*)) { display: none; }
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    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: 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); }
.qwz-twsnn h1,
.qwz-twsnn h2,
.qwz-twsnn h3,
.qwz-twsnn h4,
.qwz-twsnn h5,
.qwz-twsnn h6 { color: var(--c-text); }
.qwz-twsnn h1 {
    margin-bottom: 17px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.qwz-twsnn h2 {
    margin-bottom: 12px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}
.qwz-twsnn h3 {
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.qwz-twsnn h4 {
    margin-bottom: 6px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}
.qwz-twsnn h5 {
    margin-bottom: 9px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}
.qwz-twsnn 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);
}
.qwz-twsnn h2:not(:first-child),
.qwz-twsnn h3:not(:first-child) { margin-top: 27px; }
.qwz-twsnn p {
    margin-bottom: 17px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.qwz-twsnn ul,
.qwz-twsnn ol {
    margin: 0 0 14px 21px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.qwz-twsnn li { margin-bottom: 7px; }
.qwz-twsnn li::marker { color: var(--c-accent); }
.qwz-twsnn a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.qwz-twsnn a:hover { color: var(--c-purple); }
.qwz-twsnn .qwz-mnrcy { text-decoration: none; }
.qwz-twsnn .qwz-cabjc, .qwz-twsnn .qwz-cabjc:hover { color: var(--c-on-accent); }
.qwz-twsnn .qwz-xbtgd, .qwz-twsnn .qwz-xbtgd:hover { color: var(--c-on-purple); }
.qwz-twsnn strong { font-weight: 700; }
.qwz-twsnn em { font-style: italic; }
.qwz-twsnn img { max-width: 100%; height: auto; border-radius: 12px; }
.qwz-twsnn blockquote {
    margin: 0 0 15px;
    padding: 17px 19px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 15px 15px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}
.qwz-twsnn 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;
}
.qwz-twsnn th,
.qwz-twsnn td {
    padding: 9px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}
.qwz-twsnn th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}
.ejx-banner {
    position: relative;
    margin: 0 0 22px;
}
.ejx-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
}
.ejx-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}
.ejx-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 9px;
    border-radius: 0 0 16px 15px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}
.qwz-twsnn .ejx-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);
}
.qwz-twsnn .ejx-cta,
.ejx-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 18px;
    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;
}
.qwz-twsnn .ejx-cta:hover,
.ejx-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }
.aat-toc { padding: 16px 0; }
.aat-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 45px;
    padding: 9px 16px;
    border-radius: 16px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}
.aat-toggle svg { width: 20px; height: 20px; }
.aat-panel { display: none; margin-top: 11px; }
.aat-panel[data-open="true"] { display: block; }
.qwz-twsnn .aat-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 14px;
    border-radius: 12px;
    background: var(--c-surface);
    list-style: none;
}
.qwz-twsnn .aat-list li { margin: 0; }
.qwz-twsnn .aat-list a,
.aat-list a {
    display: block;
    padding: 3px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}
.qwz-twsnn .aat-list a:hover,
.aat-list a:hover { color: var(--c-accent); }
.qwz-zjbqg { padding-top: 13px; }
.qwz-vndyw {
    margin-bottom: 14px;
    padding: 18px 22px 27px;
    border-radius: 15px;
    background: var(--c-surface);
}
.qwz-vndyw h3 {
    margin: 0 0 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}
.qwz-vndyw p:last-child { margin-bottom: 0; }
.qwz-fkhew {
    padding-bottom: 11px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}
.qwz-jbrww {
    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 17px;
    text-align: center;
}
.qwz-hvnys {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    list-style: none;
}
.qwz-hvnys a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}
.qwz-hvnys a:hover { color: var(--c-accent); }
.qwz-pefzf { display: flex; justify-content: center; margin-bottom: 17px; }
.qwz-pefzf img { height: 40px; width: auto; }
.qwz-zywej {
    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;
}
.qwz-qqxvw {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}
.qwz-qqxvw a { display: flex; align-items: center; }
.qwz-qqxvw img { width: 6.5rem; height: 2.2rem; object-fit: contain; }
.qwz-zbwsz {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}
.qwz-zbwsz a { color: var(--c-text-muted); text-decoration: underline; }
.qwz-zbwsz a:hover { color: var(--c-accent); }
.qwz-kbbcs {
    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;
}
.qwz-kbbcs[data-visible="true"] { opacity: 1; visibility: visible; }
.kfw-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.kfw-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px 19px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.kfw-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.kfw-text a { color: var(--c-accent); text-decoration: underline; }
.kfw-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.kfw-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 8px 20px;
    border-radius: 13px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.kfw-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.kfw-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.kfw-btn--reject,
.kfw-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.kfw-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    background: color-mix(in srgb, #000 70%, transparent);
}
.kfw-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 22px;
    border-radius: 15px;
    background: var(--c-surface);
}
.kfw-modal__title { margin-bottom: 12px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.kfw-modal__desc { margin-bottom: 14px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.kfw-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 19px; }
.kfw-cat { padding-bottom: 12px; border-bottom: 1px solid var(--c-border); }
.kfw-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.kfw-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 5px; }
.kfw-cat__name { font-weight: 600; color: var(--c-text); }
.kfw-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.kfw-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.kfw-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.kfw-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.kfw-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.kfw-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;
}
.kfw-toggle input:checked + .kfw-toggle__slider { background: var(--c-accent); }
.kfw-toggle input:checked + .kfw-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.kfw-modal__actions { display: flex; flex-wrap: wrap; gap: 6px; }
@media (min-width: 768px) {
    .qwz-hvnys { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 33px; }
    .qwz-qqxvw { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 24px; }
    .ejx-media img { aspect-ratio: 16 / 6.5; }
    .kfw-banner { flex-direction: row; align-items: center; gap: 21px; }
    .kfw-actions { flex: none; }
    .kfw-btn { flex: none; }
}
@media (min-width: 1024px) {
    :root { --qwz-header-h: 69px; }
    .qwz-ktqfz {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 14px;
        padding: 9px 24px;
    }
    .qwz-vyxyk { width: auto; justify-content: flex-start; }
    .qwz-xzvey { display: none; }
    .qwz-wgyxe { display: none; }
    .qwz-dapjz img { height: 36px; }
    .qwz-rcdeb {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 18px;
        list-style: none;
    }
    .qwz-axkvk { position: relative; display: flex; align-items: center; gap: 6px; }
    .qwz-axkvk > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }
    .qwz-axkvk > a:hover { color: var(--c-accent); }
    .qwz-axkvk > .qwz-kaanz {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }
    .qwz-axkvk > .qwz-kaanz svg { width: 24px; height: 24px; }
    .qwz-rcdeb .qwz-epdnv {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 11px;
        padding: 2px 10px 10px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 16px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }
    .qwz-rcdeb .qwz-epdnv a { white-space: nowrap; }
    .qwz-rcdeb .qwz-epdnv li:first-child a { border-top: 0; }
    .qwz-gcdtv { width: auto; }
    .qwz-gcdtv .qwz-mnrcy { flex: none; min-width: 100px; min-height: 42px; padding: 10px 12px; }
    .qwz-aytwg { padding: 0 24px; }
    .qwz-twsnn table { display: table; }
    .ejx-media img { aspect-ratio: 1190 / 400; }
    .ejx-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 8px;
        padding: 16px 14px;
        border-radius: 13px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }
    .ejx-box .ejx-cta { align-self: center; min-height: 39px; }
    .qwz-kbbcs { right: 32px; bottom: 32px; }
}
.cnb-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin:17px 0 12px}
.cnb-lead{display:flex;align-items:center;gap:11px}
.cnb-age{width:32px;height:32px;flex:0 0 auto}
.cnb-chip{font-size:13px;line-height:1.35;opacity:.85}
.cnb-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}
.cnb-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.njq-links{display:flex;flex-direction:column;gap:7px;margin:15px 0 8px;font-size:13px}
.njq-row,.njq-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 17px}
.njq-caption{opacity:.65;margin-right:6px}
.njq-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.njq-item a:hover{opacity:1}
