
:root {
        --c-bg: #01011b;
    --c-surface: #281b3f;
    --c-surface-alt: #2f255a;
    --c-border: #2e2e66;
    --c-text: #fdf2f7;
    --c-text-muted: #9787a3;
    --c-accent: #fbfc01;
    --c-accent-hover: #fefb3d;
    --c-on-accent: #01011e;
        --c-purple: #3f0a31;
    --c-purple-hover: #651165;
    --c-on-purple: #fdfcf9;

        --bmk-cols: 2fr 1.4fr 1fr 1fr 0.8fr 1.2fr;
    --bmk-pad-x: 16px;

        --c-white: #f9fafb;
    --c-green: #4ae194;
    --c-shadow: rgba(1, 1, 12, 0.4);
    --c-overlay: rgba(2, 2, 1, 0.6);

        --c-text-dim: #dee7f3;          --c-text-soft: #c4cfbe;         --c-text-faint: #6f888b;        --c-text-ghost: #5b6761;            --mix-soft: 66.9%;
    --mix-deep: 90.9%;
        --c-accent-soft: color-mix(in srgb, var(--c-accent) var(--mix-soft), #fff);       --c-accent-deep: color-mix(in srgb, var(--c-accent) var(--mix-deep), #000);       --c-purple-soft: color-mix(in srgb, var(--c-purple) var(--mix-soft), #fff);       --c-purple-deep: color-mix(in srgb, var(--c-purple) var(--mix-deep), #000);
        --c-hero-dark: #040d17;
    --c-hero-mid: #091820;
    --c-hero-deep: #143b2c;

        --sn-header-h: 56px;
        --sn-header-gap: 22px;

        --c-btn-icon-bg: rgba(11, 5, 15, 0.35);            --c-provider-bg: rgba(11, 13, 21, 0.7);             --c-info-bg: rgba(254, 254, 251, 0.25);                 --mix-wash: 12%;
    --mix-wash-strong: 30%;
    --c-accent-wash: color-mix(in srgb, var(--c-accent) var(--mix-wash), transparent);
    --c-accent-wash-strong: color-mix(in srgb, var(--c-accent-hover) var(--mix-wash-strong), transparent);
    --c-hero-glow-in: rgba(25, 155, 147, 0.5);          --c-hero-glow-out: rgba(28, 166, 137, 0);           --c-divider: rgba(158, 168, 168, 0.2);              --c-shadow-soft: rgba(1, 2, 8, 0.2);            }

@font-face {
    font-family: "DM Sans";
    src: url("fonts/dm-sans-var.woff2") format("woff2");
    font-weight: 100 1000;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    min-height: 100vh;
    font-size: 16px;
    font-family: "DM Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    background-color: var(--c-bg);
    color: var(--c-text);
    line-height: 1.5;
}
img { max-width: 100%; height: auto; }
[hidden] { display: none !important; }
a { color: var(--c-accent-hover); text-decoration: none; }
a:hover { color: var(--c-accent-soft); }

.sn-ankmz { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

.sn-afdcz {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--sn-header-h);
    padding: 0 10px;
    white-space: nowrap;
    background-color: var(--c-surface);
}
.sn-vgkxa {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
}
.sn-vhskd {
    display: none;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex-direction: column;
    gap: 7px;
    background: none;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.sn-vhskd span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--c-text-dim);
    border-radius: 1px;
}
.sn-vhskd:hover { background-color: var(--c-surface-alt); }
.sn-sxrvw {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    min-height: 45px;
    font-size: 22px;
    font-weight: 700;
    color: var(--c-accent-hover);
    letter-spacing: 0.4px;
    -webkit-tap-highlight-color: transparent;
}
.sn-sxrvw:hover { color: var(--c-accent-hover); }
.sn-dvffb { display: block; height: 36px; width: auto; }
.sn-mxfsd { overflow: hidden; text-overflow: ellipsis; }
.sn-nmzcj {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--c-accent-hover), var(--c-accent-deep));
    border-radius: 8px;
    color: var(--c-text);
    font-size: 15px;
}
.sn-qxrhd {
    display: none;
    align-items: center;
    gap: 2px;
    padding: 6px;
    background-color: var(--c-surface-alt);
    border-radius: 19px;
}
.sn-ktytj {
    display: flex;
    gap: 5px;
    align-items: center;
    min-height: 32px;
    padding: 7px 15px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.sn-ktytj .sn-ankmz { width: 16px; height: 16px; }
.sn-ktytj:hover { color: var(--c-text); background-color: var(--c-border); }
.sn-ktytj.sn-yehxh { color: var(--c-text); background-color: var(--c-border); }
.sn-sjshb { display: flex; gap: 9px; align-items: center; flex-shrink: 0; }
.sn-sjshb .sn-rwbaz { padding: 9px 13px; font-size: 14px; }

.sn-rwbaz {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    min-width: 45px;
    padding: 7px 22px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
        color: var(--c-text);
    background: none;
    border: 0;
    border-radius: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.sn-amtpv { color: var(--c-on-accent); background-color: var(--c-accent); }
.sn-amtpv:hover { color: var(--c-on-accent); background-color: var(--c-accent-hover); }
.sn-amtpv:active { background-color: var(--c-accent-deep); }
.sn-mhpvq { color: var(--c-purple-hover); box-shadow: inset 0 0 0 2px var(--c-purple); }
.sn-mhpvq:hover { color: var(--c-purple-soft); box-shadow: inset 0 0 0 2px var(--c-purple-hover); }
.sn-mhpvq:active { color: var(--c-purple-deep); }
.sn-fpdfc { min-height: 48px; padding: 13px 27px; font-size: 17px; }
.sn-nwbnv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--c-btn-icon-bg);
    border-radius: 50%;
}
.sn-nwbnv .sn-ankmz { width: 13px; height: 13px; }

.sn-hfecm {
    position: fixed;
    top: var(--sn-header-h);
    left: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    width: 300px;
    max-width: 84vw;
    height: calc(100vh - var(--sn-header-h));
    padding: 14px;
    overflow-y: auto;
    background-color: var(--c-surface);
    transform: translateX(-110%);
    transition: transform 0.2s ease;
}
.sn-aazjf .sn-hfecm { transform: translateX(0); box-shadow: 0 14px 20px var(--c-shadow); }
.sn-zqayf {
    display: flex;
    gap: 13px;
    align-items: center;
    min-height: 48px;
    padding: 14px 14px;
    background-color: var(--c-surface-alt);
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.sn-zqayf:hover { color: var(--c-text); background-color: var(--c-border); }
.sn-zqayf .sn-ankmz { color: var(--c-text-muted); }
.sn-zqayf:hover .sn-ankmz { color: var(--c-accent-hover); }
.sn-zdgjk { margin-left: auto; width: 16px; height: 16px; color: var(--c-text-faint); transition: transform 0.22s ease; }

.sn-nzgbv {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.sn-mwywd { display: flex; flex-direction: column; }
.sn-erbbs {
    display: flex;
    flex-direction: column;
}
.sn-erbbs.sn-tzkhc .sn-bfeas { border-radius: 15px 18px 0 0; }
.sn-bfeas {
    width: 100%;
    font-family: inherit;
    line-height: 1.5;
    text-align: left;
    background: var(--c-surface-alt);
    border: 0;
    cursor: pointer;
}
.sn-jrhat {
    max-height: 0;
    overflow: hidden;
    background-color: var(--c-surface);
    border-radius: 0 0 14px 14px;
    transition: max-height 0.22s ease;
}
.sn-erbbs.sn-tzkhc .sn-jrhat { max-height: 420px; }
.sn-erbbs.sn-tzkhc .sn-zdgjk { transform: rotate(180deg); }
.sn-habqt {
    display: flex;
    gap: 11px;
    align-items: center;
    min-height: 40px;
    padding: 10px 18px;
    border-top: 1px solid var(--c-border);
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.sn-habqt:hover { color: var(--c-text); background-color: var(--c-surface-alt); }
.sn-habqt .sn-ankmz { width: 16px; height: 16px; color: var(--c-text-faint); }
.sn-habqt:hover .sn-ankmz { color: var(--c-accent-hover); }
.sn-pvnqp {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    background-color: var(--c-overlay);
    border: 0;
    cursor: pointer;
}
.sn-aazjf .sn-pvnqp { display: block; }

.sn-ywtmc {
    overflow-x: hidden;
    padding: calc(var(--sn-header-h) + 18px) 13px 96px;
    transition: margin-left 0.2s ease;
}

.sn-yqmmq {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin: 0 -10px;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(115deg, var(--c-hero-dark) 0%, var(--c-hero-mid) 38%, var(--c-hero-deep) 68%, var(--c-accent) 130%);
    isolation: isolate;
}
.sn-yqmmq::before {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    z-index: -1;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, var(--c-hero-glow-in) 0%, var(--c-hero-glow-out) 70%);
}
.sn-yqmmq::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: -40px;
    z-index: -1;
    width: 150px;
    height: 210px;
    background: linear-gradient(160deg, var(--c-accent-hover) 0%, var(--c-hero-deep) 90%);
    border-radius: 17px;
    transform: rotate(18deg);
    opacity: 0.55;
}
.sn-nrqdf {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.sn-dshmw {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--c-text);
}
.sn-djrvh {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--c-accent-hover);
}
.sn-awjjq { font-size: 15px; font-weight: 700; color: var(--c-text); }
.sn-yqmmq .sn-rwbaz { width: 100%; margin-top: 7px; }

.sn-sjztb {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 19px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.sn-sjztb::-webkit-scrollbar { display: none; }
.sn-ppmsv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-color: var(--c-accent-wash);
    border: 0;
    border-radius: 50%;
    color: var(--c-accent-hover);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.sn-ppmsv:hover { background-color: var(--c-accent-wash-strong); }
.sn-qjtnw { display: flex; flex-shrink: 0; }
.sn-btgvd {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 45px;
    padding: 9px 22px;
    background-color: var(--c-surface-alt);
    border: 0;
    border-radius: 21px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.15s ease;
}
.sn-btgvd:hover { background-color: var(--c-border); }
.sn-btgvd.sn-yehxh { color: var(--c-on-accent); background-color: var(--c-accent); }

.toc {
        margin: 26px 0 22px;
    padding: 12px 16px;
    background-color: var(--c-surface);
    border-radius: 13px;
}
.toc__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--c-text);
    cursor: pointer;
    list-style: none;
        display: flex;
    align-items: center;
}
.toc__title::-webkit-details-marker { display: none; }
.toc__title::after { content: "\203A"; margin-left: auto; transition: transform 0.2s ease; }
.toc[open] .toc__title::after { transform: rotate(90deg); }

.toc__list {
    margin: 8px 0 0;
    padding-left: 2px;
    font-size: 14px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.toc__sub {
    margin: 5px 0 0;
    padding-left: 15px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.toc a { color: var(--c-text-soft); }
.toc a:hover { color: var(--c-accent-hover); }

.jqf-header, .bmk-header, .ahf-header {
    display: flex;
    gap: 11px;
    align-items: center;
    margin-bottom: 15px;
}
.jqf-heading, .bmk-heading, .ahf-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--c-text);
}
.jqf-section, .bmk-section, .ahf-section { margin-top: 29px; }

.jqf-cards {
    display: grid;
    grid-template-columns: repeat(var(--jqf-per-row-sm, 2), 1fr);
    gap: 6px;
}
.jqf-slider { overflow: hidden; }

.bmk-tabs { display: flex; gap: 7px; margin-left: auto; }
.bmk-tab {
    min-height: 32px;
    padding: 3px 13px;
    background-color: var(--c-surface-alt);
    border: 0;
    border-radius: 18px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: var(--c-text-dim);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.bmk-tab:hover { background-color: var(--c-border); color: var(--c-text); }
.bmk-tab--active { background-color: var(--c-accent); color: var(--c-on-accent); }
.bmk-body { background-color: var(--c-surface); border-radius: 13px; overflow: hidden; }
.bmk-table {
    width: 100%;
    font-size: 13px;
    }
.bmk-thead {
    display: grid;
    grid-template-columns: var(--bmk-cols);
    gap: 9px;
    padding: 9px var(--bmk-pad-x);
    background-color: var(--c-surface-alt);
    font-size: 12px;
    font-weight: 700;
    color: var(--c-text-muted);
}
.bmk-thead > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bmk-col-mult, .bmk-col-payout { text-align: right; }

.ahf-view-all {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text);
    cursor: pointer;
}
.ahf-view-all:hover { color: var(--c-accent-hover); }
.ahf-slider-wrap { position: relative; }
.ahf-slider {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.ahf-slider::-webkit-scrollbar { display: none; }
.ahf-item {
    display: flex;
    flex: 0 0 44%;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 16px 9px;
    background-color: var(--c-surface);
    border-radius: 13px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;       -webkit-tap-highlight-color: transparent;
}
.ahf-item:hover { background-color: var(--c-surface-alt); }
.ahf-logo img { display: block; width: 72px; height: 28px; object-fit: contain; }
.ahf-name { font-size: 12px; font-weight: 500; color: var(--c-text-muted); }
.ahf-arrow {
    display: none;
    position: absolute;
    top: 34%;
    z-index: 2;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background-color: var(--c-surface-alt);
    border: 0;
    border-radius: 50%;
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    color: var(--c-text-dim);
    cursor: pointer;
}
.ahf-arrow:hover { background-color: var(--c-border); color: var(--c-text); }
.ahf-arrow--prev { left: -10px; }
.ahf-arrow--next { right: -10px; }

.xfb-section { margin-top: 30px; }
.xfb-header { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.xfb-heading {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--c-text);
}
.xfb-view-all {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.xfb-view-all:hover { color: var(--c-accent-hover); }
.xfb-slider-wrap { position: relative; }
.xfb-slider {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.xfb-slider::-webkit-scrollbar { display: none; }
.xfb-item {
    position: relative;
    flex: 0 0 31%;
    min-width: 110px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;       -webkit-tap-highlight-color: transparent;
    transition: transform 0.15s ease;
}
.xfb-item:hover { transform: translateY(-3px); }
.xfb-img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 7;
    object-fit: cover;
    border-radius: 14px;
    background-color: var(--c-surface-alt);
}
.xfb-item:hover .xfb-img img { box-shadow: 0 0 0 2px var(--c-accent-hover), 0 14px 20px var(--c-shadow-soft); }
.xfb-meta { position: absolute; left: 8px; right: 8px; bottom: 8px; pointer-events: none; }
.xfb-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--c-text);
    text-shadow: 0 1px 3px var(--c-overlay);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xfb-provider {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    margin-top: 2px;
    padding: 2px 9px;
    background-color: var(--c-provider-bg);
    border-radius: 11px;
    font-size: 10px;
    font-weight: 700;
    color: var(--c-text-dim);
}
.xfb-arrow {
    display: none;       position: absolute;
    top: 38%;
    z-index: 2;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background-color: var(--c-surface-alt);
    border: 0;
    border-radius: 50%;
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    color: var(--c-text-dim);
    cursor: pointer;
}
.xfb-arrow:hover { background-color: var(--c-border); color: var(--c-text); }
.xfb-arrow--prev { left: -10px; }
.xfb-arrow--next { right: -10px; }

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

.sn-anexv { max-width: 860px; margin: 42px auto 0; }

.sn-mevct {
  margin: 0 0 7px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--c-text);
}
.sn-anexv h1 { margin: 0 0 18px; font-size: 28px; font-weight: 700; line-height: 1.2; color: var(--c-text); }
.sn-anexv h2 { margin: 27px 0 13px; font-size: 22px; font-weight: 700; line-height: 1.25; color: var(--c-text); }
.sn-anexv h3 { margin: 26px 0 9px; font-size: 18px; font-weight: 700; line-height: 1.3; color: var(--c-text); }
.sn-anexv h4 { margin: 19px 0 6px; font-size: 16px; font-weight: 700; color: var(--c-text); }
.sn-anexv h5 { margin: 18px 0 9px; font-size: 15px; font-weight: 700; color: var(--c-text-soft); }
.sn-anexv h6 { margin: 17px 0 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; color: var(--c-text-muted); }
.sn-anexv p { margin: 0 0 15px; font-size: 16px; line-height: 1.65; color: var(--c-text-soft); }
.sn-anexv ul, .sn-anexv ol { margin: 0 0 12px; padding-left: 25px; color: var(--c-text-soft); }
.sn-anexv li { margin-bottom: 7px; line-height: 1.6; }
.sn-anexv strong { font-weight: 700; color: var(--c-text); }
.sn-anexv em { font-style: italic; }
.sn-anexv img { border-radius: 13px; }
.sn-anexv blockquote {
    margin: 0 0 16px;
    padding: 16px 17px;
    background-color: var(--c-surface);
    border-left: 3px solid var(--c-accent);
    border-radius: 0 11px 13px 0;
    font-style: italic;
    color: var(--c-text-dim);
}
.sn-qxbrh { margin: 0 0 15px; overflow-x: auto; border-radius: 13px; }
.sn-anexv table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; background-color: var(--c-surface); }
.sn-anexv th {
    padding: 14px 17px;
    background-color: var(--c-surface-alt);
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: var(--c-text);
    border-bottom: 1px solid var(--c-border);
}
.sn-anexv td {
    padding: 10px 17px;
    font-size: 14px;
    color: var(--c-text-soft);
    border-bottom: 1px solid var(--c-border);
}
.sn-anexv tr:last-child td { border-bottom: 0; }

.sn-mjqek { margin-top: 9px; }
.sn-anexv .sn-bqcwd {
    margin: 0 0 12px;
    padding: 13px 19px;
    background-color: var(--c-surface);
    border-radius: 13px;
}
.sn-anexv .sn-bqcwd h3 { margin: 0 0 4px; font-size: 16px; }
.sn-anexv .sn-bqcwd p { margin: 0; }

.sn-rhwrp { margin-top: 49px; padding: 0 6px; }
.sn-bwbrv { display: flex; justify-content: center; margin-bottom: 19px; }
.sn-bwbrv img { display: block; height: 36px; width: auto; }
.sn-gkzdq {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 41px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sn-gkzdq a {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    font-size: 15px;
    color: var(--c-text);
    -webkit-tap-highlight-color: transparent;
}
.sn-gkzdq a:hover { color: var(--c-accent-soft); }
.sn-gkzdq a:active { color: var(--c-accent-soft); }
.sn-paamr { margin: 21px 0; border: 0; border-top: 1px solid var(--c-divider); }
.sn-rgayk {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 18px;
    align-items: center;
    justify-content: center;
}
.sn-nejgk {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 18px;
    align-items: center;
    justify-content: center;
}
.sn-nejgk img {
    display: block;
    width: 88px;
    height: 30px;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}
.sn-nejgk a:hover img { opacity: 1; }
.sn-qfakv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 2px solid var(--c-text-muted);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: var(--c-text-muted);
}
.sn-fyvqg {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 17px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.55;
}
.sn-fyvqg a { color: var(--c-text-muted); text-decoration: underline; }
.sn-fyvqg a:hover { color: var(--c-text-soft); }
.sn-zjsmv { margin: 0 0 13px; font-size: 13px; line-height: 1.55; color: var(--c-text-muted); }
.sn-zjsmv a { color: var(--c-text-muted); text-decoration: underline; }
.sn-zjsmv a:hover { color: var(--c-text-soft); }

.sn-tkkse {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1060;
    display: flex;
    width: 100%;
    background-color: var(--c-surface);
    border-top: 1px solid var(--c-border);
}
.sn-gavme {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 7px 2px;
    background: none;
    border: 0;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    color: var(--c-text-muted);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.sn-gavme:hover, .sn-gavme.sn-yehxh { color: var(--c-accent-hover); }

@media (min-width: 769px) {
    .sn-vhskd { display: flex; }
    .sn-tkkse { display: none; }
    .sn-hfecm {
        top: calc(var(--sn-header-h) + var(--sn-header-gap));
        left: var(--sn-header-gap);
        height: auto;
        max-height: calc(100vh - var(--sn-header-h) - var(--sn-header-gap) * 2);
        max-width: none;
        border-radius: 22px;
        transform: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .sn-aazjf .sn-hfecm { box-shadow: none; }
    .sn-ypqgx .sn-hfecm { transform: translateX(-120%); opacity: 0; pointer-events: none; }
    .sn-pvnqp { display: none; }
    .sn-aazjf .sn-pvnqp { display: none; }
    .sn-ywtmc { margin-left: 348px; padding: calc(var(--sn-header-h) + var(--sn-header-gap)) 25px 39px; }
    .sn-ypqgx .sn-ywtmc { margin-left: 0; }
    .sn-yqmmq { align-items: flex-start; min-height: 240px; margin: 0; border-radius: 17px; }
    .sn-nrqdf { align-items: flex-start; padding: 25px 46px; text-align: left; }
        .sn-mevct { font-size: 36px; }
    .sn-dshmw { font-size: 28px; }
    .sn-djrvh { font-size: 34px; }
    .sn-awjjq { font-size: 16px; }
    .sn-yqmmq .sn-rwbaz { width: auto; margin-top: 2px; }
        .xfb-item { flex-basis: calc((100% - 2 * 8px) / 3); }
    .xfb-arrow, .ahf-arrow { display: flex; }
    .ahf-item { flex-basis: calc((100% - 3 * 8px) / 4); }
        .sn-rhwrp { padding: 0 10px; }
}

@media (min-width: 1025px) {
    .sn-qxrhd { display: flex; }
    .sn-afdcz { padding: 0 15px; }
    .sn-sjshb .sn-rwbaz { min-height: 40px; padding: 10px 21px; font-size: 15px; }
    .xfb-item { flex-basis: calc((100% - 5 * 8px) / 6); }
    .ahf-item { flex-basis: calc((100% - 5 * 8px) / 6); }
}

@media (min-width: 1280px) {
    .sn-nrqdf { padding: 25px 84px; gap: 7px; }
    .sn-mevct { font-size: 42px; }
    .sn-dshmw { font-size: 32px; }
    .sn-djrvh { font-size: 40px; }
    .sn-yqmmq::before { width: 460px; height: 460px; right: -40px; }
    .sn-yqmmq::after { width: 170px; height: 230px; right: 10%; }
    .xfb-item { flex-basis: calc((100% - 7 * 8px) / 8); }
    .ahf-item { flex-basis: calc((100% - 7 * 8px) / 8); }
        .sn-ywtmc { padding: calc(var(--sn-header-h) + var(--sn-header-gap)) 31px 50px; }
}

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

.jqf-card {
  display:flex;align-items:center;gap:.625rem;
  background:var(--c-surface-alt);border-radius:14px;
  padding:0 .75rem 0 0;height:5.25rem;overflow:hidden;
  min-width:0;text-decoration:none;color:inherit;
}
.jqf-section .jqf-card img {
  flex:0 0 auto;width:3.75rem;height:5.25rem;
  object-fit:cover;border-radius:14px 0 0 13px;display:block;
}
.jqf-card-body {flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:2px;}
.jqf-amount {font-size:.95rem;font-weight:800;color:var(--c-accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.jqf-game {font-size:.72rem;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--c-white);}
.jqf-nickname {font-size:.75rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--c-white);}
.jqf-meta {font-size:.66rem;opacity:.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--c-white);}
.jqf-mult {color:var(--c-green);font-weight:700;}
.jqf-card--entering {animation:jqf-slide-in-left .4s ease forwards;}
.jqf-card--leaving {display:none;}
.bmk-tbody {
  height:calc(var(--bmk-rows,10)*2.5rem);overflow:hidden;
  contain:layout;overflow-anchor:none;transition:opacity 0.2s ease;
}
.bmk-tbody--fade {opacity:0;}
.bmk-row {
  display:grid;grid-template-columns:var(--bmk-cols);
  gap:.5rem;padding:0 var(--bmk-pad-x);height:2.5rem;align-items:center;
  border-radius:14px;cursor:pointer;text-decoration:none;color:inherit;
  background:rgba(252, 252, 250,.02);transition:background 0.15s ease;
}
.bmk-row:nth-child(odd) {background:rgba(252, 254, 249,.055);}
.bmk-row:hover {background:rgba(253, 250, 252,.09);}
.bmk-row:focus-visible {outline:2px solid var(--c-accent);outline-offset:2px;}
.bmk-col-game {display:grid;grid-template-columns:1.25rem 1fr;align-items:center;gap:.5rem;overflow:hidden;min-width:0;}
.bmk-game-thumb {width:1.25rem;height:1.25rem;border-radius:5px;object-fit:cover;flex-shrink:0;display:block;}
.bmk-game-name {font-size:.8rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bmk-game-info {min-width:0;overflow:hidden;}
.bmk-game-player {display:none;}
.bmk-col-right {display:none;}
.bmk-col-player,
.bmk-col-time {font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bmk-col-bet,.bmk-col-mult {min-width:0;}
.bmk-badge {display:inline-block;padding:2px .5rem;border-radius:9px;font-size:.75rem;font-weight:600;white-space:nowrap;}
.bmk-badge--bet {background:var(--c-border);color:inherit;}
.bmk-badge--mult {background:var(--c-accent);color:var(--c-on-accent);}

.bmk-payout-amount {font-weight:700;white-space:nowrap;}

.jqf-mult {
  display:inline-block;padding:1px 6px;border-radius:7px;
  background:var(--c-accent);color:var(--c-on-accent);font-weight:700;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .jqf-cards {grid-template-columns:repeat(var(--jqf-per-row-md,4),1fr);}
}

@media (min-width: 1101px) {
  .jqf-cards {grid-template-columns:repeat(var(--jqf-per-row,6),1fr);}
}

@media (max-width:768px) {
  .jqf-slider {overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;height:auto;}
  .jqf-slider::-webkit-scrollbar {display:none;}
  .jqf-cards {display:flex;flex-wrap:nowrap;height:auto;overflow:visible;gap:.5rem;padding-bottom:2px;}
  .jqf-card {flex:0 0 min(11.875rem,calc(50vw - .5rem));width:min(11.875rem,calc(50vw - .5rem));height:5.625rem;scroll-snap-align:start;}
  .jqf-section .jqf-card img {width:3.125rem;height:5.625rem;}
}

@media (max-width:768px) {
  .bmk-body {overflow-x:visible;min-height:calc(var(--bmk-rows,10)*4rem);}
  .bmk-tbody {height:calc(var(--bmk-rows,10)*4rem);}
  .bmk-table {min-width:0;}
  .bmk-thead {display:none;}
  .bmk-row {grid-template-columns:1fr auto;height:3.75rem;margin-bottom:.25rem;}
  .bmk-col-player,.bmk-col-time,.bmk-col-bet,.bmk-col-mult,.bmk-col-payout {display:none;}
  .bmk-col-game {grid-template-columns:3rem 1fr;}
  .bmk-game-thumb {width:3rem;height:3rem;border-radius:11px;}
  .bmk-game-info {display:flex;flex-direction:column;gap:4px;}
  .bmk-game-name {font-size:.82rem;}
  .bmk-game-player {display:block;font-size:.72rem;opacity:.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .bmk-col-right {display:flex;flex-direction:column;align-items:flex-end;gap:6px;}
  .bmk-payout-amount {font-size:.85rem;font-weight:700;color:var(--c-green);white-space:nowrap;}
}

@media (max-width:560px) {
  .bmk-header {flex-direction:column;align-items:stretch;border-bottom:none;gap:0;}
  .bmk-heading {padding-bottom:0;margin-bottom:.625rem;}
  .bmk-tabs {width:100%;background:var(--c-surface-alt);border-radius:13px;padding:5px;margin-bottom:.875rem;gap:2px;}
  .bmk-tab {flex:1;text-align:center;padding:0 .375rem;height:2.25rem;font-size:.8rem;border-bottom:none;border-radius:6px;bottom:0;transition:color 0.15s ease,background 0.15s ease;}
  .bmk-tab--active {background:rgba(247, 159, 44,.15);border-bottom-color:transparent;}
}

.zqc-overlay {
    position: fixed;
    inset: 0;
    z-index: 1070;
    background: var(--c-overlay);
}
.zqc-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1071;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 17px 21px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
    box-shadow: 0 -8px 24px var(--c-shadow);
}
.zqc-text { margin: 0; font-size: 14px; line-height: 1.5; color: var(--c-text); }
.zqc-text a { color: var(--c-accent); text-decoration: underline; }
.zqc-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.zqc-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 10px 22px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    border: 0;
    border-radius: 19px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.zqc-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.zqc-btn--accept:hover { background: var(--c-accent-hover); }
.zqc-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.zqc-btn--save:hover { background: var(--c-purple-hover); }
.zqc-btn--reject,
.zqc-btn--settings {
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--c-border);
    color: var(--c-text);
}
.zqc-btn--reject:hover,
.zqc-btn--settings:hover { box-shadow: inset 0 0 0 2px var(--c-text-muted); }
.zqc-modal {
    position: fixed;
    inset: 0;
    z-index: 1072;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: var(--c-overlay);
}
.zqc-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 18px;
    border-radius: 18px;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
}
.zqc-modal__title { margin: 0 0 12px; font-size: 20px; font-weight: 700; color: var(--c-text); }
.zqc-modal__desc { margin: 0 0 18px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); }
.zqc-categories { display: flex; flex-direction: column; gap: 15px; margin-bottom: 19px; }
.zqc-cat { padding-bottom: 15px; border-bottom: 1px solid var(--c-border); }
.zqc-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.zqc-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; }
.zqc-cat__name { font-weight: 700; color: var(--c-text); }
.zqc-cat__always { font-size: 13px; color: var(--c-text-muted); }
.zqc-cat__desc { margin: 0; font-size: 13px; line-height: 1.45; color: var(--c-text-muted); }
.zqc-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.zqc-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.zqc-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 10px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.zqc-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;
}
.zqc-toggle input:checked + .zqc-toggle__slider { background: var(--c-accent); }
.zqc-toggle input:checked + .zqc-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.zqc-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (min-width: 768px) {
    .zqc-banner { flex-direction: row; align-items: center; gap: 18px; }
    .zqc-actions { flex: none; }
    .zqc-btn { flex: none; }
}
