/* Widget-prefixes: {"cb":"kmh","bw":"qrg","lb":"jkz","pr":"yyf","cg":"rsm"} */
/* Uniqueified: 1e98cebf */
/* Prefix: rx- */
/* Prefixes-map: nb->rx */
/* Classmap: {"nb-active":"rx-gpdrj","nb-badge-age":"rx-nncrt","nb-btn":"rx-qmrkp","nb-btn-icon":"rx-qnqyt","nb-btn-lg":"rx-nresz","nb-btn-outline":"rx-bbnce","nb-btn-primary":"rx-zxfpj","nb-burger":"rx-bmqex","nb-chip":"rx-jdamn","nb-chip-search":"rx-hdptf","nb-chip-slot":"rx-caxrw","nb-chips":"rx-rckym","nb-content":"rx-snbxw","nb-el-burger":"rx-yfkbk","nb-el-menu-tab":"rx-mmkdq","nb-el-scrim":"rx-cgafn","nb-el-sidebar":"rx-eqvdq","nb-faq":"rx-phjyb","nb-faq-item":"rx-mnbkf","nb-footer":"rx-wjwxr","nb-footer-badges":"rx-vrgfm","nb-footer-divider":"rx-wetpt","nb-footer-links":"rx-snvwp","nb-footer-logo":"rx-gcvhv","nb-header":"rx-raerf","nb-header-actions":"rx-bmkpr","nb-header-side":"rx-jraqw","nb-hero":"rx-bzqyb","nb-hero-body":"rx-sgwem","nb-hero-h1":"rx-ftzwn","nb-hero-highlight":"rx-gpncn","nb-hero-sub":"rx-sfexn","nb-hero-title":"rx-pbync","nb-ico-arrow-right":"rx-fyybc","nb-ico-baccarat":"rx-pbfhw","nb-ico-ball":"rx-tsxpr","nb-ico-cards":"rx-xvynh","nb-ico-chev-down":"rx-cthff","nb-ico-chev-left":"rx-avgdr","nb-ico-chev-right":"rx-hmcvp","nb-ico-clock":"rx-ckaqt","nb-ico-crown":"rx-dhhay","nb-ico-fire":"rx-ynptt","nb-ico-gift":"rx-vcbhz","nb-ico-grid":"rx-qvwqg","nb-ico-lobby":"rx-ttkfs","nb-ico-new":"rx-dcvyn","nb-ico-roulette":"rx-xysmv","nb-ico-search":"rx-fcxjh","nb-ico-shows":"rx-pahmn","nb-ico-slots":"rx-akmvn","nb-ico-spade":"rx-kfyfq","nb-ico-star":"rx-vyrzh","nb-ico-support":"rx-cppzy","nb-icon":"rx-dkecc","nb-legal":"rx-eeybb","nb-logo":"rx-swvvx","nb-logo-img":"rx-ctfbp","nb-logo-mark":"rx-ccqjd","nb-logo-text":"rx-bfpcv","nb-main":"rx-jgdyx","nb-menu-casino":"rx-jgaja","nb-menu-group":"rx-twrah","nb-menu-head":"rx-xjbnn","nb-menu-item":"rx-xrkbv","nb-menu-list":"rx-mjrfp","nb-menu-live":"rx-qvtfd","nb-menu-sub":"rx-sfsdp","nb-menu-subitem":"rx-kswbc","nb-nav":"rx-mmqjt","nb-nav-link":"rx-ekpev","nb-open":"rx-qkmqz","nb-rg":"rx-chbhp","nb-scrim":"rx-frnvh","nb-sidebar":"rx-vxesc","nb-sidebar-chevron":"rx-nfvqw","nb-sidebar-folded":"rx-afhgr","nb-sidebar-item":"rx-wnfkd","nb-sidebar-open":"rx-nsyyk","nb-tab":"rx-wnpzb","nb-tabbar":"rx-nbfzw","nb-table-wrap":"rx-pnens"} */

:root {
        --c-bg: #150b14;
    --c-surface: #2c2729;
    --c-surface-alt: #4a3e2e;
    --c-border: #5d4e3c;
    --c-text: #b39296;
    --c-text-muted: #705c54;
    --c-accent: #b18e7f;
    --c-accent-hover: #c1a39b;
    --c-on-accent: #02010f;
        --c-purple: #a68b7b;
    --c-purple-hover: #c4a59e;
    --c-on-purple: #01020c;

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

        --c-white: #f9fcfe;
    --c-green: #3cea82;
    --c-shadow: rgba(1,1,6,0.4);
    --c-overlay: rgba(1,3,1,0.6);

        --c-text-dim: #e2e7df;          --c-text-soft: #c0ced5;         --c-text-faint: #818286;        --c-text-ghost: #5f5a66;            --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: #010912;
    --c-hero-mid: #0f161b;
    --c-hero-deep: #1d382f;

        --rx-header-h: 56px;
        --rx-header-gap: 24px;

        --c-btn-icon-bg: rgba(10,1,19,0.35);            --c-provider-bg: rgba(12,4,14,0.7);             --c-info-bg: rgba(243,253,253,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(28,159,145,0.5);          --c-hero-glow-out: rgba(29,164,144,0);           --c-divider: rgba(163,163,178,0.2);              --c-shadow-soft: rgba(1,3,1,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); }

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

.rx-raerf {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--rx-header-h);
    padding: 0 12px;
    white-space: nowrap;
    background-color: var(--c-surface);
}
.rx-jraqw {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 0;
}
.rx-bmqex {
    display: none;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.rx-bmqex span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--c-text-dim);
    border-radius: 1px;
}
.rx-bmqex:hover { background-color: var(--c-surface-alt); }
.rx-swvvx {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 45px;
    font-size: 22px;
    font-weight: 700;
    color: var(--c-accent-hover);
    letter-spacing: 0.3px;
    -webkit-tap-highlight-color: transparent;
}
.rx-swvvx:hover { color: var(--c-accent-hover); }
.rx-ctfbp { display: block; height: 36px; width: auto; }
.rx-bfpcv { overflow: hidden; text-overflow: ellipsis; }
.rx-ccqjd {
    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: 9px;
    color: var(--c-text);
    font-size: 15px;
}
.rx-mmqjt {
    display: none;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background-color: var(--c-surface-alt);
    border-radius: 20px;
}
.rx-ekpev {
    display: flex;
    gap: 6px;
    align-items: center;
    min-height: 32px;
    padding: 5px 14px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.rx-ekpev .rx-dkecc { width: 16px; height: 16px; }
.rx-ekpev:hover { color: var(--c-text); background-color: var(--c-border); }
.rx-ekpev.rx-gpdrj { color: var(--c-text); background-color: var(--c-border); }
.rx-bmkpr { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.rx-bmkpr .rx-qmrkp { padding: 8px 14px; font-size: 14px; }

.rx-qmrkp {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    min-width: 45px;
    padding: 8px 20px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
        color: var(--c-text);
    background: none;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.rx-zxfpj { color: var(--c-on-accent); background-color: var(--c-accent); }
.rx-zxfpj:hover { color: var(--c-on-accent); background-color: var(--c-accent-hover); }
.rx-zxfpj:active { background-color: var(--c-accent-deep); }
.rx-bbnce { color: var(--c-purple-hover); box-shadow: inset 0 0 0 2px var(--c-purple); }
.rx-bbnce:hover { color: var(--c-purple-soft); box-shadow: inset 0 0 0 2px var(--c-purple-hover); }
.rx-bbnce:active { color: var(--c-purple-deep); }
.rx-nresz { min-height: 48px; padding: 12px 28px; font-size: 17px; }
.rx-qnqyt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--c-btn-icon-bg);
    border-radius: 50%;
}
.rx-qnqyt .rx-dkecc { width: 13px; height: 13px; }

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

.rx-mjrfp {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rx-xrkbv { display: flex; flex-direction: column; }
.rx-twrah {
    display: flex;
    flex-direction: column;
}
.rx-twrah.rx-qkmqz .rx-xjbnn { border-radius: 16px 16px 0 0; }
.rx-xjbnn {
    width: 100%;
    font-family: inherit;
    line-height: 1.5;
    text-align: left;
    background: var(--c-surface-alt);
    border: 0;
    cursor: pointer;
}
.rx-sfsdp {
    max-height: 0;
    overflow: hidden;
    background-color: var(--c-surface);
    border-radius: 0 0 16px 16px;
    transition: max-height 0.22s ease;
}
.rx-twrah.rx-qkmqz .rx-sfsdp { max-height: 420px; }
.rx-twrah.rx-qkmqz .rx-nfvqw { transform: rotate(180deg); }
.rx-kswbc {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-top: 1px solid var(--c-border);
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.rx-kswbc:hover { color: var(--c-text); background-color: var(--c-surface-alt); }
.rx-kswbc .rx-dkecc { width: 16px; height: 16px; color: var(--c-text-faint); }
.rx-kswbc:hover .rx-dkecc { color: var(--c-accent-hover); }
.rx-frnvh {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    background-color: var(--c-overlay);
    border: 0;
    cursor: pointer;
}
.rx-nsyyk .rx-frnvh { display: block; }

.rx-jgdyx {
    overflow-x: hidden;
    padding: calc(var(--rx-header-h) + 16px) 12px 96px;
    transition: margin-left 0.2s ease;
}

.rx-bzqyb {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin: 0 -12px;
    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;
}
.rx-bzqyb::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%);
}
.rx-bzqyb::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: 18px;
    transform: rotate(18deg);
    opacity: 0.55;
}
.rx-sgwem {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
    padding: 16px;
    text-align: center;
}
.rx-pbync {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--c-text);
}
.rx-gpncn {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--c-accent-hover);
}
.rx-sfexn { font-size: 15px; font-weight: 700; color: var(--c-text); }
.rx-bzqyb .rx-qmrkp { width: 100%; margin-top: 6px; }

.rx-rckym {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.rx-rckym::-webkit-scrollbar { display: none; }
.rx-hdptf {
    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;
}
.rx-hdptf:hover { background-color: var(--c-accent-wash-strong); }
.rx-caxrw { display: flex; flex-shrink: 0; }
.rx-jdamn {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 45px;
    padding: 10px 20px;
    background-color: var(--c-surface-alt);
    border: 0;
    border-radius: 20px;
    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;
}
.rx-jdamn:hover { background-color: var(--c-border); }
.rx-jdamn.rx-gpdrj { color: var(--c-on-accent); background-color: var(--c-accent); }

.toc {
        margin: 24px 0 20px;
    padding: 14px 18px;
    background-color: var(--c-surface);
    border-radius: 12px;
}
.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: 10px 0 0;
    padding-left: 2px;
    font-size: 14px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.toc__sub {
    margin: 6px 0 0;
    padding-left: 14px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.toc a { color: var(--c-text-soft); }
.toc a:hover { color: var(--c-accent-hover); }

.qrg-header, .jkz-header, .yyf-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}
.qrg-heading, .jkz-heading, .yyf-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--c-text);
}
.qrg-section, .jkz-section, .yyf-section { margin-top: 28px; }

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

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

.yyf-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;
}
.yyf-view-all:hover { color: var(--c-accent-hover); }
.yyf-slider-wrap { position: relative; }
.yyf-slider {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.yyf-slider::-webkit-scrollbar { display: none; }
.yyf-item {
    display: flex;
    flex: 0 0 44%;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 14px 10px;
    background-color: var(--c-surface);
    border-radius: 12px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;       -webkit-tap-highlight-color: transparent;
}
.yyf-item:hover { background-color: var(--c-surface-alt); }
.yyf-logo img { display: block; width: 72px; height: 28px; object-fit: contain; }
.yyf-name { font-size: 12px; font-weight: 500; color: var(--c-text-muted); }
.yyf-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;
}
.yyf-arrow:hover { background-color: var(--c-border); color: var(--c-text); }
.yyf-arrow--prev { left: -10px; }
.yyf-arrow--next { right: -10px; }

.rsm-section { margin-top: 28px; }
.rsm-header { display: flex; gap: 10px; align-items: center; margin-bottom: 14px; }
.rsm-heading {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--c-text);
}
.rsm-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;
}
.rsm-view-all:hover { color: var(--c-accent-hover); }
.rsm-slider-wrap { position: relative; }
.rsm-slider {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.rsm-slider::-webkit-scrollbar { display: none; }
.rsm-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;
}
.rsm-item:hover { transform: translateY(-3px); }
.rsm-img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 7;
    object-fit: cover;
    border-radius: 12px;
    background-color: var(--c-surface-alt);
}
.rsm-item:hover .rsm-img img { box-shadow: 0 0 0 2px var(--c-accent-hover), 0 14px 20px var(--c-shadow-soft); }
.rsm-meta { position: absolute; left: 8px; right: 8px; bottom: 8px; pointer-events: none; }
.rsm-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;
}
.rsm-provider {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    margin-top: 4px;
    padding: 2px 8px;
    background-color: var(--c-provider-bg);
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    color: var(--c-text-dim);
}
.rsm-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;
}
.rsm-arrow:hover { background-color: var(--c-border); color: var(--c-text); }
.rsm-arrow--prev { left: -10px; }
.rsm-arrow--next { right: -10px; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  padding: 0;
  font-size: 0.875rem;
  list-style: none;
  color: var(--c-text-muted);
}

.breadcrumbs li { display: flex; align-items: center; gap: 6px; }
.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); }

.rx-snbxw { max-width: 860px; margin: 40px auto 0; }

.rx-ftzwn {
  margin: 0 0 6px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--c-text);
}
.rx-snbxw h1 { margin: 0 0 16px; font-size: 28px; font-weight: 700; line-height: 1.2; color: var(--c-text); }
.rx-snbxw h2 { margin: 28px 0 12px; font-size: 22px; font-weight: 700; line-height: 1.25; color: var(--c-text); }
.rx-snbxw h3 { margin: 24px 0 10px; font-size: 18px; font-weight: 700; line-height: 1.3; color: var(--c-text); }
.rx-snbxw h4 { margin: 20px 0 8px; font-size: 16px; font-weight: 700; color: var(--c-text); }
.rx-snbxw h5 { margin: 16px 0 8px; font-size: 15px; font-weight: 700; color: var(--c-text-soft); }
.rx-snbxw h6 { margin: 16px 0 8px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--c-text-muted); }
.rx-snbxw p { margin: 0 0 14px; font-size: 16px; line-height: 1.65; color: var(--c-text-soft); }
.rx-snbxw ul, .rx-snbxw ol { margin: 0 0 14px; padding-left: 24px; color: var(--c-text-soft); }
.rx-snbxw li { margin-bottom: 6px; line-height: 1.6; }
.rx-snbxw strong { font-weight: 700; color: var(--c-text); }
.rx-snbxw em { font-style: italic; }
.rx-snbxw img { border-radius: 12px; }
.rx-snbxw blockquote {
    margin: 0 0 14px;
    padding: 14px 18px;
    background-color: var(--c-surface);
    border-left: 3px solid var(--c-accent);
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: var(--c-text-dim);
}
.rx-pnens { margin: 0 0 14px; overflow-x: auto; border-radius: 12px; }
.rx-snbxw table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; background-color: var(--c-surface); }
.rx-snbxw th {
    padding: 12px 16px;
    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);
}
.rx-snbxw td {
    padding: 12px 16px;
    font-size: 14px;
    color: var(--c-text-soft);
    border-bottom: 1px solid var(--c-border);
}
.rx-snbxw tr:last-child td { border-bottom: 0; }

.rx-phjyb { margin-top: 8px; }
.rx-snbxw .rx-mnbkf {
    margin: 0 0 10px;
    padding: 14px 18px;
    background-color: var(--c-surface);
    border-radius: 12px;
}
.rx-snbxw .rx-mnbkf h3 { margin: 0 0 6px; font-size: 16px; }
.rx-snbxw .rx-mnbkf p { margin: 0; }

.rx-wjwxr { margin-top: 48px; padding: 0 4px; }
.rx-gcvhv { display: flex; justify-content: center; margin-bottom: 20px; }
.rx-gcvhv img { display: block; height: 36px; width: auto; }
.rx-snvwp {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rx-snvwp a {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    font-size: 15px;
    color: var(--c-text);
    -webkit-tap-highlight-color: transparent;
}
.rx-snvwp a:hover { color: var(--c-accent-soft); }
.rx-snvwp a:active { color: var(--c-accent-soft); }
.rx-wetpt { margin: 20px 0; border: 0; border-top: 1px solid var(--c-divider); }
.rx-vrgfm {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    align-items: center;
    justify-content: center;
}
.rx-chbhp {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    align-items: center;
    justify-content: center;
}
.rx-chbhp img {
    display: block;
    width: 88px;
    height: 30px;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}
.rx-chbhp a:hover img { opacity: 1; }
.rx-nncrt {
    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);
}
.rx-eeybb { margin: 0 0 12px; font-size: 13px; line-height: 1.55; color: var(--c-text-muted); }
.rx-eeybb a { color: var(--c-text-muted); text-decoration: underline; }
.rx-eeybb a:hover { color: var(--c-text-soft); }

.rx-nbfzw {
    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);
}
.rx-wnpzb {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 8px 4px;
    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;
}
.rx-wnpzb:hover, .rx-wnpzb.rx-gpdrj { color: var(--c-accent-hover); }

@media (min-width: 769px) {
    .rx-bmqex { display: flex; }
    .rx-nbfzw { display: none; }
    .rx-vxesc {
        top: calc(var(--rx-header-h) + var(--rx-header-gap));
        left: var(--rx-header-gap);
        height: auto;
        max-height: calc(100vh - var(--rx-header-h) - var(--rx-header-gap) * 2);
        max-width: none;
        border-radius: 20px;
        transform: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .rx-nsyyk .rx-vxesc { box-shadow: none; }
    .rx-afhgr .rx-vxesc { transform: translateX(-120%); opacity: 0; pointer-events: none; }
    .rx-frnvh { display: none; }
    .rx-nsyyk .rx-frnvh { display: none; }
    .rx-jgdyx { margin-left: 348px; padding: calc(var(--rx-header-h) + var(--rx-header-gap)) 24px 40px; }
    .rx-afhgr .rx-jgdyx { margin-left: 0; }
    .rx-bzqyb { align-items: flex-start; min-height: 240px; margin: 0; border-radius: 16px; }
    .rx-sgwem { align-items: flex-start; padding: 24px 48px; text-align: left; }
        .rx-ftzwn { font-size: 36px; }
    .rx-pbync { font-size: 28px; }
    .rx-gpncn { font-size: 34px; }
    .rx-sfexn { font-size: 16px; }
    .rx-bzqyb .rx-qmrkp { width: auto; margin-top: 2px; }
        .rsm-item { flex-basis: calc((100% - 2 * 8px) / 3); }
    .rsm-arrow, .yyf-arrow { display: flex; }
    .yyf-item { flex-basis: calc((100% - 3 * 8px) / 4); }
        .rx-wjwxr { padding: 0 12px; }
}

@media (min-width: 1025px) {
    .rx-mmqjt { display: flex; }
    .rx-raerf { padding: 0 16px; }
    .rx-bmkpr .rx-qmrkp { min-height: 40px; padding: 8px 20px; font-size: 15px; }
    .rsm-item { flex-basis: calc((100% - 5 * 8px) / 6); }
    .yyf-item { flex-basis: calc((100% - 5 * 8px) / 6); }
}

@media (min-width: 1280px) {
    .rx-sgwem { padding: 24px 84px; gap: 8px; }
    .rx-ftzwn { font-size: 42px; }
    .rx-pbync { font-size: 32px; }
    .rx-gpncn { font-size: 40px; }
    .rx-bzqyb::before { width: 460px; height: 460px; right: -40px; }
    .rx-bzqyb::after { width: 170px; height: 230px; right: 10%; }
    .rsm-item { flex-basis: calc((100% - 7 * 8px) / 8); }
    .yyf-item { flex-basis: calc((100% - 7 * 8px) / 8); }
        .rx-jgdyx { padding: calc(var(--rx-header-h) + var(--rx-header-gap)) 32px 48px; }
}

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

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

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

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

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

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

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

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

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

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