/* Uniqueified: 358e0d52 */
/* Prefix: by- */
/* Prefixes-map: nb->by */
/* Widget-prefixes: {"bw":"mbb","lb":"cjw","pr":"cwe","cg":"ksq"} */
/* Classmap: {"nb-active":"by-mshfj","nb-badge-age":"by-sfwjm","nb-btn":"by-wtwse","nb-btn-icon":"by-rfavp","nb-btn-lg":"by-epzdd","nb-btn-outline":"by-qgcpw","nb-btn-primary":"by-sjfxm","nb-burger":"by-fydkq","nb-chip":"by-rywfr","nb-chip-search":"by-ccrkc","nb-chip-slot":"by-jkssk","nb-chips":"by-jxths","nb-content":"by-kjmcr","nb-el-burger":"by-gykba","nb-el-menu-tab":"by-bbkmt","nb-el-scrim":"by-tsghw","nb-el-sidebar":"by-bndhd","nb-faq":"by-zjgbq","nb-faq-item":"by-pxrfc","nb-footer":"by-kftvm","nb-footer-badges":"by-cxqzf","nb-footer-divider":"by-egbpd","nb-footer-links":"by-sxcdj","nb-footer-logo":"by-sasdk","nb-header":"by-gqcbm","nb-header-actions":"by-haacx","nb-header-side":"by-vzspz","nb-hero":"by-sxacx","nb-hero-body":"by-acegt","nb-hero-h1":"by-cqjsr","nb-hero-highlight":"by-tabpw","nb-hero-sub":"by-pncsw","nb-hero-title":"by-vefbj","nb-ico-arrow-right":"by-ncmje","nb-ico-baccarat":"by-zhzmt","nb-ico-ball":"by-yhcze","nb-ico-cards":"by-zjhze","nb-ico-chev-down":"by-kcaev","nb-ico-chev-left":"by-bmydj","nb-ico-chev-right":"by-nqxkh","nb-ico-clock":"by-ecgjz","nb-ico-crown":"by-rcdhx","nb-ico-fire":"by-csych","nb-ico-gift":"by-vkjnh","nb-ico-grid":"by-vvrxg","nb-ico-lobby":"by-fehyh","nb-ico-new":"by-hcfdd","nb-ico-roulette":"by-qzrav","nb-ico-search":"by-dzzkb","nb-ico-shows":"by-srens","nb-ico-slots":"by-mkbjw","nb-ico-spade":"by-gbdzc","nb-ico-star":"by-jwjma","nb-ico-support":"by-mchnz","nb-icon":"by-thqcd","nb-legal":"by-gggtb","nb-logo":"by-pzdjd","nb-logo-img":"by-bxzax","nb-logo-mark":"by-nbdam","nb-logo-text":"by-dxefp","nb-main":"by-wtksv","nb-menu-casino":"by-egeyd","nb-menu-group":"by-hxdkr","nb-menu-head":"by-frsak","nb-menu-item":"by-bpytn","nb-menu-list":"by-vdysb","nb-menu-live":"by-qdkpy","nb-menu-sub":"by-hmyck","nb-menu-subitem":"by-fadnc","nb-nav":"by-rmpwn","nb-nav-link":"by-wfafn","nb-open":"by-fbexx","nb-rg":"by-hxcqf","nb-rg-links":"by-wzzfb","nb-scrim":"by-wekss","nb-sidebar":"by-jrcqr","nb-sidebar-chevron":"by-jntdx","nb-sidebar-folded":"by-ncyar","nb-sidebar-item":"by-zpqpc","nb-sidebar-open":"by-rxfsh","nb-tab":"by-srxpp","nb-tabbar":"by-wrwzm","nb-table-wrap":"by-dmbxg"} */

:root {
        --c-bg: #1a0b1e;
    --c-surface: #421930;
    --c-surface-alt: #50234a;
    --c-border: #6b2c43;
    --c-text: #caa6bc;
    --c-text-muted: #836688;
    --c-accent: #b22899;
    --c-accent-hover: #c84dab;
    --c-on-accent: #fafbfa;
        --c-purple: #2a38b5;
    --c-purple-hover: #474ecd;
    --c-on-purple: #faf9fb;

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

        --c-white: #fbfdfd;
    --c-green: #3de290;
    --c-shadow: rgba(2, 1, 6, 0.4);
    --c-overlay: rgba(1, 1, 5, 0.6);

        --c-text-dim: #deeaee;          --c-text-soft: #cdcfc7;         --c-text-faint: #788288;        --c-text-ghost: #5b5d70;            --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: #0d0d15;
    --c-hero-mid: #1a1620;
    --c-hero-deep: #113134;

        --by-header-h: 56px;
        --by-header-gap: 23px;

        --c-btn-icon-bg: rgba(18, 3, 14, 0.35);            --c-provider-bg: rgba(13, 10, 23, 0.7);             --c-info-bg: rgba(245, 254, 244, 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(20, 157, 147, 0.5);          --c-hero-glow-out: rgba(14, 167, 147, 0);           --c-divider: rgba(167, 164, 168, 0.2);              --c-shadow-soft: rgba(1, 2, 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); }

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

.by-gqcbm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--by-header-h);
    padding: 0 13px;
    white-space: nowrap;
    background-color: var(--c-surface);
}
.by-vzspz {
    display: flex;
    gap: 9px;
    align-items: center;
    min-width: 0;
}
.by-fydkq {
    display: none;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: 0;
    border-radius: 13px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.by-fydkq span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--c-text-dim);
    border-radius: 1px;
}
.by-fydkq:hover { background-color: var(--c-surface-alt); }
.by-pzdjd {
    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.1px;
    -webkit-tap-highlight-color: transparent;
}
.by-pzdjd:hover { color: var(--c-accent-hover); }
.by-bxzax { display: block; height: 36px; width: auto; }
.by-dxefp { overflow: hidden; text-overflow: ellipsis; }
.by-nbdam {
    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: 10px;
    color: var(--c-text);
    font-size: 15px;
}
.by-rmpwn {
    display: none;
    align-items: center;
    gap: 3px;
    padding: 6px;
    background-color: var(--c-surface-alt);
    border-radius: 18px;
}
.by-wfafn {
    display: flex;
    gap: 4px;
    align-items: center;
    min-height: 32px;
    padding: 6px 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.by-wfafn .by-thqcd { width: 16px; height: 16px; }
.by-wfafn:hover { color: var(--c-text); background-color: var(--c-border); }
.by-wfafn.by-mshfj { color: var(--c-text); background-color: var(--c-border); }
.by-haacx { display: flex; gap: 9px; align-items: center; flex-shrink: 0; }
.by-haacx .by-wtwse { padding: 9px 16px; font-size: 14px; }

.by-wtwse {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    min-width: 45px;
    padding: 6px 19px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
        color: var(--c-text);
    background: none;
    border: 0;
    border-radius: 22px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.by-sjfxm { color: var(--c-on-accent); background-color: var(--c-accent); }
.by-sjfxm:hover { color: var(--c-on-accent); background-color: var(--c-accent-hover); }
.by-sjfxm:active { background-color: var(--c-accent-deep); }
.by-qgcpw { color: var(--c-purple-hover); box-shadow: inset 0 0 0 2px var(--c-purple); }
.by-qgcpw:hover { color: var(--c-purple-soft); box-shadow: inset 0 0 0 2px var(--c-purple-hover); }
.by-qgcpw:active { color: var(--c-purple-deep); }
.by-epzdd { min-height: 48px; padding: 11px 27px; font-size: 17px; }
.by-rfavp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--c-btn-icon-bg);
    border-radius: 50%;
}
.by-rfavp .by-thqcd { width: 13px; height: 13px; }

.by-jrcqr {
    position: fixed;
    top: var(--by-header-h);
    left: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    width: 300px;
    max-width: 84vw;
    height: calc(100vh - var(--by-header-h));
    padding: 11px;
    overflow-y: auto;
    background-color: var(--c-surface);
    transform: translateX(-110%);
    transition: transform 0.2s ease;
}
.by-rxfsh .by-jrcqr { transform: translateX(0); box-shadow: 0 14px 20px var(--c-shadow); }
.by-zpqpc {
    display: flex;
    gap: 13px;
    align-items: center;
    min-height: 48px;
    padding: 10px 17px;
    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;
}
.by-zpqpc:hover { color: var(--c-text); background-color: var(--c-border); }
.by-zpqpc .by-thqcd { color: var(--c-text-muted); }
.by-zpqpc:hover .by-thqcd { color: var(--c-accent-hover); }
.by-jntdx { margin-left: auto; width: 16px; height: 16px; color: var(--c-text-faint); transition: transform 0.22s ease; }

.by-vdysb {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.by-bpytn { display: flex; flex-direction: column; }
.by-hxdkr {
    display: flex;
    flex-direction: column;
}
.by-hxdkr.by-fbexx .by-frsak { border-radius: 14px 15px 0 0; }
.by-frsak {
    width: 100%;
    font-family: inherit;
    line-height: 1.5;
    text-align: left;
    background: var(--c-surface-alt);
    border: 0;
    cursor: pointer;
}
.by-hmyck {
    max-height: 0;
    overflow: hidden;
    background-color: var(--c-surface);
    border-radius: 0 0 18px 14px;
    transition: max-height 0.22s ease;
}
.by-hxdkr.by-fbexx .by-hmyck { max-height: 420px; }
.by-hxdkr.by-fbexx .by-jntdx { transform: rotate(180deg); }
.by-fadnc {
    display: flex;
    gap: 13px;
    align-items: center;
    min-height: 40px;
    padding: 10px 15px;
    border-top: 1px solid var(--c-border);
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.by-fadnc:hover { color: var(--c-text); background-color: var(--c-surface-alt); }
.by-fadnc .by-thqcd { width: 16px; height: 16px; color: var(--c-text-faint); }
.by-fadnc:hover .by-thqcd { color: var(--c-accent-hover); }
.by-wekss {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    background-color: var(--c-overlay);
    border: 0;
    cursor: pointer;
}
.by-rxfsh .by-wekss { display: block; }

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

.by-sxacx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin: 0 -11px;
    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;
}
.by-sxacx::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%);
}
.by-sxacx::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;
}
.by-acegt {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    width: 100%;
    padding: 18px;
    text-align: center;
}
.by-vefbj {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--c-text);
}
.by-tabpw {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--c-accent-hover);
}
.by-pncsw { font-size: 15px; font-weight: 700; color: var(--c-text); }
.by-sxacx .by-wtwse { width: 100%; margin-top: 7px; }

.by-jxths {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 22px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.by-jxths::-webkit-scrollbar { display: none; }
.by-ccrkc {
    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;
}
.by-ccrkc:hover { background-color: var(--c-accent-wash-strong); }
.by-jkssk { display: flex; flex-shrink: 0; }
.by-rywfr {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 45px;
    padding: 12px 22px;
    background-color: var(--c-surface-alt);
    border: 0;
    border-radius: 18px;
    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;
}
.by-rywfr:hover { background-color: var(--c-border); }
.by-rywfr.by-mshfj { color: var(--c-on-accent); background-color: var(--c-accent); }

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

.mbb-header, .cjw-header, .cwe-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 13px;
}
.mbb-heading, .cjw-heading, .cwe-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--c-text);
}
.mbb-section, .cjw-section, .cwe-section { margin-top: 27px; }

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

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

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

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

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

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

.by-kjmcr { max-width: 860px; margin: 38px auto 0; }

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

.by-zjgbq { margin-top: 6px; }
.by-kjmcr .by-pxrfc {
    margin: 0 0 11px;
    padding: 13px 16px;
    background-color: var(--c-surface);
    border-radius: 10px;
}
.by-kjmcr .by-pxrfc h3 { margin: 0 0 7px; font-size: 16px; }
.by-kjmcr .by-pxrfc p { margin: 0; }

.by-kftvm { margin-top: 46px; padding: 0 2px; }
.by-sasdk { display: flex; justify-content: center; margin-bottom: 21px; }
.by-sasdk img { display: block; height: 36px; width: auto; }
.by-sxcdj {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 38px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.by-sxcdj a {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    font-size: 15px;
    color: var(--c-text);
    -webkit-tap-highlight-color: transparent;
}
.by-sxcdj a:hover { color: var(--c-accent-soft); }
.by-sxcdj a:active { color: var(--c-accent-soft); }
.by-egbpd { margin: 21px 0; border: 0; border-top: 1px solid var(--c-divider); }
.by-cxqzf {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 18px;
    align-items: center;
    justify-content: center;
}
.by-hxcqf {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    align-items: center;
    justify-content: center;
}
.by-hxcqf img {
    display: block;
    width: 88px;
    height: 30px;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}
.by-hxcqf a:hover img { opacity: 1; }
.by-sfwjm {
    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);
}
.by-wzzfb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.55;
}
.by-wzzfb a { color: var(--c-text-muted); text-decoration: underline; }
.by-wzzfb a:hover { color: var(--c-text-soft); }
.by-gggtb { margin: 0 0 13px; font-size: 13px; line-height: 1.55; color: var(--c-text-muted); }
.by-gggtb a { color: var(--c-text-muted); text-decoration: underline; }
.by-gggtb a:hover { color: var(--c-text-soft); }

.by-wrwzm {
    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);
}
.by-srxpp {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 10px 5px;
    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;
}
.by-srxpp:hover, .by-srxpp.by-mshfj { color: var(--c-accent-hover); }

@media (min-width: 769px) {
    .by-fydkq { display: flex; }
    .by-wrwzm { display: none; }
    .by-jrcqr {
        top: calc(var(--by-header-h) + var(--by-header-gap));
        left: var(--by-header-gap);
        height: auto;
        max-height: calc(100vh - var(--by-header-h) - var(--by-header-gap) * 2);
        max-width: none;
        border-radius: 21px;
        transform: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .by-rxfsh .by-jrcqr { box-shadow: none; }
    .by-ncyar .by-jrcqr { transform: translateX(-120%); opacity: 0; pointer-events: none; }
    .by-wekss { display: none; }
    .by-rxfsh .by-wekss { display: none; }
    .by-wtksv { margin-left: 348px; padding: calc(var(--by-header-h) + var(--by-header-gap)) 23px 41px; }
    .by-ncyar .by-wtksv { margin-left: 0; }
    .by-sxacx { align-items: flex-start; min-height: 240px; margin: 0; border-radius: 15px; }
    .by-acegt { align-items: flex-start; padding: 23px 49px; text-align: left; }
        .by-cqjsr { font-size: 36px; }
    .by-vefbj { font-size: 28px; }
    .by-tabpw { font-size: 34px; }
    .by-pncsw { font-size: 16px; }
    .by-sxacx .by-wtwse { width: auto; margin-top: 2px; }
        .ksq-item { flex-basis: calc((100% - 2 * 8px) / 3); }
    .ksq-arrow, .cwe-arrow { display: flex; }
    .cwe-item { flex-basis: calc((100% - 3 * 8px) / 4); }
        .by-kftvm { padding: 0 13px; }
}

@media (min-width: 1025px) {
    .by-rmpwn { display: flex; }
    .by-gqcbm { padding: 0 15px; }
    .by-haacx .by-wtwse { min-height: 40px; padding: 6px 19px; font-size: 15px; }
    .ksq-item { flex-basis: calc((100% - 5 * 8px) / 6); }
    .cwe-item { flex-basis: calc((100% - 5 * 8px) / 6); }
}

@media (min-width: 1280px) {
    .by-acegt { padding: 22px 84px; gap: 7px; }
    .by-cqjsr { font-size: 42px; }
    .by-vefbj { font-size: 32px; }
    .by-tabpw { font-size: 40px; }
    .by-sxacx::before { width: 460px; height: 460px; right: -40px; }
    .by-sxacx::after { width: 170px; height: 230px; right: 10%; }
    .ksq-item { flex-basis: calc((100% - 7 * 8px) / 8); }
    .cwe-item { flex-basis: calc((100% - 7 * 8px) / 8); }
        .by-wtksv { padding: calc(var(--by-header-h) + var(--by-header-gap)) 30px 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(1, 1, 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); } }

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

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

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

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

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

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

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

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