:root {
    --c-bg: #001110;
    --c-surface: #323040;
    --c-surface-alt: #3f3c54;
    --c-border: #4a4a61;
    --c-text: #c0b0a1;
    --c-text-muted: #767066;
    --c-accent: #20c08f;
    --c-accent-hover: #3adeae;
    --c-on-accent: #031010;
    --c-purple: #1dc090;
    --c-purple-hover: #3adeac;
    --c-on-purple: #001110;
    --c-white: #fcffff;
    --c-green: #3fdf8a;
    --c-shadow: rgba(0, 0, 1, .35);
    --c-overlay: rgba(0, 1, 0, .7);
    --yqk-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; }
.yqk-wkwrv {
    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, 1, 0, .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); } }
.yqk-bjpmw {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 19px;
    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;
}
.yqk-bjpmw:hover { text-decoration: none; }
.yqk-bjpmw:active { transform: translateY(1px); }
.yqk-fgqhn { background: var(--c-accent); color: var(--c-on-accent); }
.yqk-fgqhn:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }
.yqk-kpnab { background: var(--c-purple); color: var(--c-on-purple); }
.yqk-kpnab:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }
.yqk-eqzkm {
    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);
}
.yqk-hcpcy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 16px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 12px 18px;
}
.yqk-jvjve {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 48px;
}
.yqk-kacwe {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 13px 3px;
}
.yqk-kacwe span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}
.yqk-tghfz {
    display: flex;
    align-items: center;
    gap: 12px;
}
.yqk-tghfz:hover { text-decoration: none; }
.yqk-tghfz img { height: 44px; width: auto; }
.yqk-tcwyv {
    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;
}
.yqk-wbadr {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}
.yqk-tbyrv {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}
.yqk-gtmsn { display: none; }
.yqk-wwbqc {
    display: flex;
    gap: 9px;
    width: 100%;
}
.yqk-wwbqc .yqk-bjpmw { flex: 1; }
.yqk-ggkmn {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}
.yqk-ggkmn[data-open="true"] { visibility: visible; }
.yqk-fgjbs {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.yqk-ggkmn[data-open="true"] .yqk-fgjbs { opacity: 1; }
.yqk-kcfen {
    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;
}
.yqk-ggkmn[data-open="true"] .yqk-kcfen { transform: translateX(0); }
.yqk-crdyf {
    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);
}
.yqk-zqgsa {
    display: flex;
    justify-content: center;
    padding-top: 17px;
}
.yqk-zshze {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 14px 11px 0;
}
.yqk-gqfjq {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 17px;
    list-style: none;
}
.yqk-gqfjq > li {
    border-radius: 13px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}
.yqk-edrar {
    position: relative;
    display: flex;
    align-items: center;
}
.yqk-edrar > a {
    flex: 1;
    min-height: 45px;
    padding: 14px 44px 10px 17px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}
.yqk-edrar > a:hover { text-decoration: none; }
.yqk-yjhpy {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -15px;
    border-radius: 50%;
    background: var(--c-purple);
    color: var(--c-on-purple);
    transition: transform 0.2s ease;
}
.yqk-yjhpy svg { width: 18px; height: 18px; }
.yqk-yjhpy[aria-expanded="true"] { transform: rotate(180deg); }
.yqk-nbqgw {
    display: none;
    padding: 0 12px 9px;
    list-style: none;
}
.yqk-nbqgw[data-open="true"] { display: block; }
.yqk-nbqgw a {
    display: block;
    padding: 11px 4px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}
.yqk-nbqgw a:hover { color: var(--c-accent); text-decoration: none; }
.yqk-yqmve {
    display: flex;
    flex-direction: column;
    padding: 0 19px;
}
.yqk-nefde {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 17px 0;
}
.yqk-nefde[id],
.yqk-nefde :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--yqk-header-h) + 10px); }
.yqk-yqmve > .yqk-nefde:not(:has(*)) { display: none; }
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 13px;
    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); }
.yqk-nefde h1,
.yqk-nefde h2,
.yqk-nefde h3,
.yqk-nefde h4,
.yqk-nefde h5,
.yqk-nefde h6 { color: var(--c-text); }
.yqk-nefde h1 {
    margin-bottom: 17px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.yqk-nefde h2 {
    margin-bottom: 15px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}
.yqk-nefde h3 {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.yqk-nefde h4 {
    margin-bottom: 9px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}
.yqk-nefde h5 {
    margin-bottom: 10px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}
.yqk-nefde h6 {
    margin-bottom: 10px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--c-accent);
}
.yqk-nefde h2:not(:first-child),
.yqk-nefde h3:not(:first-child) { margin-top: 27px; }
.yqk-nefde p {
    margin-bottom: 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.yqk-nefde ul,
.yqk-nefde ol {
    margin: 0 0 14px 22px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.yqk-nefde li { margin-bottom: 8px; }
.yqk-nefde li::marker { color: var(--c-accent); }
.yqk-nefde a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.yqk-nefde a:hover { color: var(--c-purple); }
.yqk-nefde .yqk-bjpmw { text-decoration: none; }
.yqk-nefde .yqk-fgqhn, .yqk-nefde .yqk-fgqhn:hover { color: var(--c-on-accent); }
.yqk-nefde .yqk-kpnab, .yqk-nefde .yqk-kpnab:hover { color: var(--c-on-purple); }
.yqk-nefde strong { font-weight: 700; }
.yqk-nefde em { font-style: italic; }
.yqk-nefde img { max-width: 100%; height: auto; border-radius: 13px; }
.yqk-nefde blockquote {
    margin: 0 0 14px;
    padding: 14px 21px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 16px 12px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}
.yqk-nefde 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;
}
.yqk-nefde th,
.yqk-nefde td {
    padding: 6px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}
.yqk-nefde th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}
.gnc-banner {
    position: relative;
    margin: 0 0 22px;
}
.gnc-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 13px;
}
.gnc-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}
.gnc-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 11px;
    border-radius: 0 0 16px 12px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}
.yqk-nefde .gnc-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);
}
.yqk-nefde .gnc-cta,
.gnc-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 18px;
    border-radius: 15px;
    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;
}
.yqk-nefde .gnc-cta:hover,
.gnc-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }
.nsy-toc { padding: 16px 0; }
.nsy-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 45px;
    padding: 8px 15px;
    border-radius: 13px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}
.nsy-toggle svg { width: 20px; height: 20px; }
.nsy-panel { display: none; margin-top: 11px; }
.nsy-panel[data-open="true"] { display: block; }
.yqk-nefde .nsy-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 14px;
    border-radius: 12px;
    background: var(--c-surface);
    list-style: none;
}
.yqk-nefde .nsy-list li { margin: 0; }
.yqk-nefde .nsy-list a,
.nsy-list a {
    display: block;
    padding: 7px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}
.yqk-nefde .nsy-list a:hover,
.nsy-list a:hover { color: var(--c-accent); }
.yqk-jccab { padding-top: 14px; }
.yqk-jphgc {
    margin-bottom: 18px;
    padding: 18px 22px 25px;
    border-radius: 13px;
    background: var(--c-surface);
}
.yqk-jphgc h3 {
    margin: 0 0 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}
.yqk-jphgc p:last-child { margin-bottom: 0; }
.yqk-ysyxp {
    padding-bottom: 8px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}
.yqk-jvjde {
    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 17px;
    text-align: center;
}
.yqk-zketv {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    list-style: none;
}
.yqk-zketv a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}
.yqk-zketv a:hover { color: var(--c-accent); }
.yqk-dqvzw { display: flex; justify-content: center; margin-bottom: 17px; }
.yqk-dqvzw img { height: 40px; width: auto; }
.yqk-aezyk {
    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;
}
.yqk-eeenm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin-top: 18px;
}
.yqk-eeenm a { display: flex; align-items: center; }
.yqk-eeenm img { width: 6.5rem; height: 2.2rem; object-fit: contain; }
.yqk-fvqjz {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}
.yqk-fvqjz a { color: var(--c-text-muted); text-decoration: underline; }
.yqk-fvqjz a:hover { color: var(--c-accent); }
.yqk-szhrp {
    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;
}
.yqk-szhrp[data-visible="true"] { opacity: 1; visibility: visible; }
.dzc-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.dzc-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 14px 18px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.dzc-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.dzc-text a { color: var(--c-accent); text-decoration: underline; }
.dzc-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.dzc-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 19px;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.dzc-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.dzc-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.dzc-btn--reject,
.dzc-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.dzc-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);
}
.dzc-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 22px;
    border-radius: 16px;
    background: var(--c-surface);
}
.dzc-modal__title { margin-bottom: 9px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.dzc-modal__desc { margin-bottom: 17px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.dzc-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }
.dzc-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.dzc-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.dzc-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 11px; margin-bottom: 4px; }
.dzc-cat__name { font-weight: 600; color: var(--c-text); }
.dzc-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.dzc-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.dzc-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.dzc-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.dzc-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.dzc-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;
}
.dzc-toggle input:checked + .dzc-toggle__slider { background: var(--c-accent); }
.dzc-toggle input:checked + .dzc-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.dzc-modal__actions { display: flex; flex-wrap: wrap; gap: 6px; }
@media (min-width: 768px) {
    .yqk-zketv { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 30px; }
    .yqk-eeenm { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px 23px; }
    .gnc-media img { aspect-ratio: 16 / 6.5; }
    .dzc-banner { flex-direction: row; align-items: center; gap: 22px; }
    .dzc-actions { flex: none; }
    .dzc-btn { flex: none; }
}
@media (min-width: 1024px) {
    :root { --yqk-header-h: 69px; }
    .yqk-hcpcy {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 13px;
        padding: 9px 23px;
    }
    .yqk-jvjve { width: auto; justify-content: flex-start; }
    .yqk-kacwe { display: none; }
    .yqk-ggkmn { display: none; }
    .yqk-tghfz img { height: 36px; }
    .yqk-gtmsn {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 18px;
        list-style: none;
    }
    .yqk-qcjvc { position: relative; display: flex; align-items: center; gap: 6px; }
    .yqk-qcjvc > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }
    .yqk-qcjvc > a:hover { color: var(--c-accent); }
    .yqk-qcjvc > .yqk-yjhpy {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }
    .yqk-qcjvc > .yqk-yjhpy svg { width: 24px; height: 24px; }
    .yqk-gtmsn .yqk-nbqgw {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 11px;
        padding: 3px 11px 6px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 15px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }
    .yqk-gtmsn .yqk-nbqgw a { white-space: nowrap; }
    .yqk-gtmsn .yqk-nbqgw li:first-child a { border-top: 0; }
    .yqk-wwbqc { width: auto; }
    .yqk-wwbqc .yqk-bjpmw { flex: none; min-width: 100px; min-height: 42px; padding: 10px 15px; }
    .yqk-yqmve { padding: 0 27px; }
    .yqk-nefde table { display: table; }
    .gnc-media img { aspect-ratio: 1190 / 400; }
    .gnc-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 11px;
        padding: 17px 14px;
        border-radius: 15px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }
    .gnc-box .gnc-cta { align-self: center; min-height: 39px; }
    .yqk-szhrp { right: 32px; bottom: 32px; }
}
.sed-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin:17px 0 11px}
.sed-lead{display:flex;align-items:center;gap:12px}
.sed-age{width:32px;height:32px;flex:0 0 auto}
.sed-chip{font-size:13px;line-height:1.35;opacity:.85}
.sed-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px}
.sed-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.bkx-links{display:flex;flex-direction:column;gap:10px;margin:16px 0 8px;font-size:13px}
.bkx-row,.bkx-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px 19px}
.bkx-caption{opacity:.65;margin-right:3px}
.bkx-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.bkx-item a:hover{opacity:1}
