/* Uniqueified: 74de95b5 */
/* Prefix: sy- */
/* Prefixes-map: nb->sy */
/* Widget-prefixes: {"bw":"qfm","lb":"mwe","pr":"dyz","cg":"xvq"} */
/* Classmap: {"nb-active":"sy-xvprm","nb-badge-age":"sy-mdrtj","nb-btn":"sy-pyayj","nb-btn-icon":"sy-sfvbj","nb-btn-lg":"sy-raddm","nb-btn-outline":"sy-trajx","nb-btn-primary":"sy-bvpyx","nb-burger":"sy-tsjtj","nb-chip":"sy-habqh","nb-chip-search":"sy-jmyqb","nb-chip-slot":"sy-vgrwb","nb-chips":"sy-gsrwh","nb-content":"sy-cvnvt","nb-el-burger":"sy-kyekn","nb-el-menu-tab":"sy-hgmxa","nb-el-scrim":"sy-qgvgg","nb-el-sidebar":"sy-hyhnz","nb-faq":"sy-wctwe","nb-faq-item":"sy-qxwae","nb-footer":"sy-mgeaw","nb-footer-badges":"sy-yftvh","nb-footer-divider":"sy-ysqqd","nb-footer-links":"sy-fnnqj","nb-footer-logo":"sy-ammey","nb-header":"sy-yfhkk","nb-header-actions":"sy-axypz","nb-header-side":"sy-wpdtn","nb-hero":"sy-bwzwg","nb-hero-body":"sy-gfhwf","nb-hero-h1":"sy-ptqct","nb-hero-highlight":"sy-kxexs","nb-hero-sub":"sy-pzrka","nb-hero-title":"sy-yspyr","nb-ico-arrow-right":"sy-sbkew","nb-ico-baccarat":"sy-waeqb","nb-ico-ball":"sy-mggzb","nb-ico-cards":"sy-zhqkh","nb-ico-chev-down":"sy-hrbvc","nb-ico-chev-left":"sy-edsqh","nb-ico-chev-right":"sy-mhphe","nb-ico-clock":"sy-jktdr","nb-ico-crown":"sy-erqam","nb-ico-fire":"sy-qrjfy","nb-ico-gift":"sy-knvdd","nb-ico-grid":"sy-avyny","nb-ico-lobby":"sy-sjdsf","nb-ico-new":"sy-afdsb","nb-ico-roulette":"sy-hnhav","nb-ico-search":"sy-aemjy","nb-ico-shows":"sy-vmadk","nb-ico-slots":"sy-xgmna","nb-ico-spade":"sy-aexjr","nb-ico-star":"sy-zgmkd","nb-ico-support":"sy-aqwsw","nb-icon":"sy-fcqcy","nb-legal":"sy-twhzc","nb-logo":"sy-wtkdh","nb-logo-img":"sy-sazje","nb-logo-mark":"sy-dkasg","nb-logo-text":"sy-dwbxg","nb-main":"sy-ewsqy","nb-menu-casino":"sy-zcade","nb-menu-group":"sy-rjqgq","nb-menu-head":"sy-amprg","nb-menu-item":"sy-fswmr","nb-menu-list":"sy-qenex","nb-menu-live":"sy-ppscw","nb-menu-sub":"sy-ketzs","nb-menu-subitem":"sy-hqjsk","nb-nav":"sy-nbdhm","nb-nav-link":"sy-jtvdx","nb-open":"sy-vcczr","nb-rg":"sy-gcgpk","nb-scrim":"sy-gatzf","nb-sidebar":"sy-zbfmv","nb-sidebar-chevron":"sy-ekxdf","nb-sidebar-folded":"sy-ggmfq","nb-sidebar-item":"sy-qjnrq","nb-sidebar-open":"sy-akffx","nb-tab":"sy-kkczh","nb-tabbar":"sy-wvdgq","nb-table-wrap":"sy-vddmw"} */

:root {
        --c-bg: #021001;
    --c-surface: #02531d;
    --c-surface-alt: #027729;
    --c-border: #009033;
    --c-text: #feffff;
    --c-text-muted: #e6e7e6;
    --c-accent: #ffe71d;
    --c-accent-hover: #ffef57;
    --c-on-accent: #020f00;
        --c-purple: #147b44;
    --c-purple-hover: #1cab63;
    --c-on-purple: #feffff;

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

        --c-white: #fffffc;
    --c-green: #40e08a;
    --c-shadow: rgba(0, 0, 1, 0.4);
    --c-overlay: rgba(1, 0, 0, 0.6);

        --c-text-dim: #e1e6e5;          --c-text-soft: #c7c9ca;         --c-text-faint: #79868b;        --c-text-ghost: #5c676e;            --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: #0b1210;
    --c-hero-mid: #101a18;
    --c-hero-deep: #123a36;

        --sy-header-h: 56px;
        --sy-header-gap: 26px;

        --c-btn-icon-bg: rgba(13, 14, 16, 0.35);            --c-provider-bg: rgba(16, 15, 16, 0.7);             --c-info-bg: rgba(246, 251, 249, 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(30, 168, 147, 0.5);          --c-hero-glow-out: rgba(28, 170, 147, 0);           --c-divider: rgba(159, 166, 172, 0.2);              --c-shadow-soft: rgba(0, 0, 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); }

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

.sy-yfhkk {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--sy-header-h);
    padding: 0 14px;
    white-space: nowrap;
    background-color: var(--c-surface);
}
.sy-wpdtn {
    display: flex;
    gap: 11px;
    align-items: center;
    min-width: 0;
}
.sy-tsjtj {
    display: none;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex-direction: column;
    gap: 3px;
    background: none;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.sy-tsjtj span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--c-text-dim);
    border-radius: 1px;
}
.sy-tsjtj:hover { background-color: var(--c-surface-alt); }
.sy-wtkdh {
    display: flex;
    align-items: center;
    gap: 9px;
    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;
}
.sy-wtkdh:hover { color: var(--c-accent-hover); }
.sy-sazje { display: block; height: 36px; width: auto; }
.sy-dwbxg { overflow: hidden; text-overflow: ellipsis; }
.sy-dkasg {
    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: 11px;
    color: var(--c-text);
    font-size: 15px;
}
.sy-nbdhm {
    display: none;
    align-items: center;
    gap: 2px;
    padding: 3px;
    background-color: var(--c-surface-alt);
    border-radius: 18px;
}
.sy-jtvdx {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 32px;
    padding: 6px 16px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.sy-jtvdx .sy-fcqcy { width: 16px; height: 16px; }
.sy-jtvdx:hover { color: var(--c-text); background-color: var(--c-border); }
.sy-jtvdx.sy-xvprm { color: var(--c-text); background-color: var(--c-border); }
.sy-axypz { display: flex; gap: 6px; align-items: center; flex-shrink: 0; }
.sy-axypz .sy-pyayj { padding: 6px 16px; font-size: 14px; }

.sy-pyayj {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    min-width: 45px;
    padding: 9px 19px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
        color: var(--c-text);
    background: none;
    border: 0;
    border-radius: 21px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.sy-bvpyx { color: var(--c-on-accent); background-color: var(--c-accent); }
.sy-bvpyx:hover { color: var(--c-on-accent); background-color: var(--c-accent-hover); }
.sy-bvpyx:active { background-color: var(--c-accent-deep); }
.sy-trajx { color: var(--c-purple-hover); box-shadow: inset 0 0 0 2px var(--c-purple); }
.sy-trajx:hover { color: var(--c-purple-soft); box-shadow: inset 0 0 0 2px var(--c-purple-hover); }
.sy-trajx:active { color: var(--c-purple-deep); }
.sy-raddm { min-height: 48px; padding: 10px 30px; font-size: 17px; }
.sy-sfvbj {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--c-btn-icon-bg);
    border-radius: 50%;
}
.sy-sfvbj .sy-fcqcy { width: 13px; height: 13px; }

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

.sy-qenex {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.sy-fswmr { display: flex; flex-direction: column; }
.sy-rjqgq {
    display: flex;
    flex-direction: column;
}
.sy-rjqgq.sy-vcczr .sy-amprg { border-radius: 15px 17px 0 0; }
.sy-amprg {
    width: 100%;
    font-family: inherit;
    line-height: 1.5;
    text-align: left;
    background: var(--c-surface-alt);
    border: 0;
    cursor: pointer;
}
.sy-ketzs {
    max-height: 0;
    overflow: hidden;
    background-color: var(--c-surface);
    border-radius: 0 0 17px 17px;
    transition: max-height 0.22s ease;
}
.sy-rjqgq.sy-vcczr .sy-ketzs { max-height: 420px; }
.sy-rjqgq.sy-vcczr .sy-ekxdf { transform: rotate(180deg); }
.sy-hqjsk {
    display: flex;
    gap: 14px;
    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;
}
.sy-hqjsk:hover { color: var(--c-text); background-color: var(--c-surface-alt); }
.sy-hqjsk .sy-fcqcy { width: 16px; height: 16px; color: var(--c-text-faint); }
.sy-hqjsk:hover .sy-fcqcy { color: var(--c-accent-hover); }
.sy-gatzf {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    background-color: var(--c-overlay);
    border: 0;
    cursor: pointer;
}
.sy-akffx .sy-gatzf { display: block; }

.sy-ewsqy {
    padding: calc(var(--sy-header-h) + 15px) 10px 96px;
    transition: margin-left 0.2s ease;
}

.sy-bwzwg {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    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;
}
.sy-bwzwg::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%);
}
.sy-bwzwg::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: 16px;
    transform: rotate(18deg);
    opacity: 0.55;
}
.sy-gfhwf {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    width: 100%;
    padding: 18px;
    text-align: center;
}
.sy-yspyr {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--c-text);
}
.sy-kxexs {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--c-accent-hover);
}
.sy-pzrka { font-size: 15px; font-weight: 700; color: var(--c-text); }
.sy-bwzwg .sy-pyayj { width: 100%; margin-top: 4px; }

.sy-gsrwh {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 18px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.sy-gsrwh::-webkit-scrollbar { display: none; }
.sy-jmyqb {
    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;
}
.sy-jmyqb:hover { background-color: var(--c-accent-wash-strong); }
.sy-vgrwb { display: flex; flex-shrink: 0; }
.sy-habqh {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 45px;
    padding: 8px 18px;
    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;
}
.sy-habqh:hover { background-color: var(--c-border); }
.sy-habqh.sy-xvprm { color: var(--c-on-accent); background-color: var(--c-accent); }

.toc {
    margin: 0 0 18px;
    padding: 13px 17px;
    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;
}
.toc__title::-webkit-details-marker { display: none; }
.toc__title::after { content: "\203A"; float: right; transition: transform 0.2s ease; }
.toc[open] .toc__title::after { transform: rotate(90deg); }
.toc__list { margin: 12px 0 0; padding-left: 21px; font-size: 14px; }
.toc__sub { margin: 3px 0 6px 14px; padding-left: 13px; list-style: circle; }
.toc a { color: var(--c-text-soft); }
.toc a:hover { color: var(--c-accent-hover); }

.qfm-header, .mwe-header, .dyz-header {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}
.qfm-heading, .mwe-heading, .dyz-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--c-text);
}
.qfm-section, .mwe-section, .dyz-section { margin-top: 30px; }

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

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

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

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

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

.sy-cvnvt { max-width: 860px; margin: 42px auto 0; }

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

.sy-wctwe { margin-top: 9px; }
.sy-cvnvt .sy-qxwae {
    margin: 0 0 11px;
    padding: 12px 20px;
    background-color: var(--c-surface);
    border-radius: 11px;
}
.sy-cvnvt .sy-qxwae h3 { margin: 0 0 8px; font-size: 16px; }
.sy-cvnvt .sy-qxwae p { margin: 0; }

.sy-mgeaw { margin-top: 50px; padding: 0 6px; }
.sy-ammey { display: flex; justify-content: center; margin-bottom: 22px; }
.sy-ammey img { display: block; height: 36px; width: auto; }
.sy-fnnqj {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 41px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sy-fnnqj a {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    font-size: 15px;
    color: var(--c-text);
    -webkit-tap-highlight-color: transparent;
}
.sy-fnnqj a:hover { color: var(--c-accent-soft); }
.sy-fnnqj a:active { color: var(--c-accent-soft); }
.sy-ysqqd { margin: 21px 0; border: 0; border-top: 1px solid var(--c-divider); }
.sy-yftvh {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 19px;
    align-items: center;
    justify-content: center;
}
.sy-gcgpk {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 21px;
    align-items: center;
    justify-content: center;
}
.sy-gcgpk img {
    display: block;
    width: 88px;
    height: 30px;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}
.sy-gcgpk a:hover img { opacity: 1; }
.sy-mdrtj {
    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);
}
.sy-twhzc { margin: 0 0 14px; font-size: 13px; line-height: 1.55; color: var(--c-text-muted); }
.sy-twhzc a { color: var(--c-text-muted); text-decoration: underline; }
.sy-twhzc a:hover { color: var(--c-text-soft); }

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

@media (min-width: 769px) {
    .sy-tsjtj { display: flex; }
    .sy-wvdgq { display: none; }
    .sy-zbfmv {
        top: calc(var(--sy-header-h) + var(--sy-header-gap));
        left: var(--sy-header-gap);
        height: auto;
        max-height: calc(100vh - var(--sy-header-h) - var(--sy-header-gap) * 2);
        max-width: none;
        border-radius: 21px;
        transform: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .sy-akffx .sy-zbfmv { box-shadow: none; }
    .sy-ggmfq .sy-zbfmv { transform: translateX(-120%); opacity: 0; pointer-events: none; }
    .sy-gatzf { display: none; }
    .sy-akffx .sy-gatzf { display: none; }
    .sy-ewsqy { margin-left: 348px; padding: calc(var(--sy-header-h) + var(--sy-header-gap)) 26px 41px; }
    .sy-ggmfq .sy-ewsqy { margin-left: 0; }
    .sy-bwzwg { align-items: flex-start; height: 240px; margin: 0; border-radius: 18px; }
    .sy-gfhwf { align-items: flex-start; padding: 26px 46px; text-align: left; }
    .sy-yspyr { font-size: 28px; }
    .sy-kxexs { font-size: 34px; }
    .sy-pzrka { font-size: 16px; }
    .sy-bwzwg .sy-pyayj { width: auto; margin-top: 2px; }
        .xvq-item { flex-basis: calc((100% - 2 * 8px) / 3); }
    .xvq-arrow, .dyz-arrow { display: flex; }
    .dyz-item { flex-basis: calc((100% - 3 * 8px) / 4); }
        .sy-mgeaw { padding: 0 14px; }
}

@media (min-width: 1025px) {
    .sy-nbdhm { display: flex; }
    .sy-yfhkk { padding: 0 15px; }
    .sy-axypz .sy-pyayj { min-height: 40px; padding: 7px 22px; font-size: 15px; }
    .xvq-item { flex-basis: calc((100% - 5 * 8px) / 6); }
    .dyz-item { flex-basis: calc((100% - 5 * 8px) / 6); }
}

@media (min-width: 1280px) {
    .sy-gfhwf { padding: 26px 84px; gap: 10px; }
    .sy-yspyr { font-size: 32px; }
    .sy-kxexs { font-size: 40px; }
    .sy-bwzwg::before { width: 460px; height: 460px; right: -40px; }
    .sy-bwzwg::after { width: 170px; height: 230px; right: 10%; }
    .xvq-item { flex-basis: calc((100% - 7 * 8px) / 8); }
    .dyz-item { flex-basis: calc((100% - 7 * 8px) / 8); }
        .sy-ewsqy { padding: calc(var(--sy-header-h) + var(--sy-header-gap)) 31px 49px; }
}

#go-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: var(--c-overlay, rgba(0, 1, 0, .7));
}

#go-overlay.go-overlay--visible { display: flex; }

.go-spinner {
    width: 3.5rem;
    height: 3.5rem;
    border: .3125rem solid color-mix(in srgb, var(--c-text) 20%, transparent);
    border-top-color: var(--c-accent);
    border-radius: 50%;
    animation: go-spin .8s linear infinite;
}

@keyframes go-spin { to { transform: rotate(360deg); } }

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

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

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

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

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

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

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

@media (max-width:560px) {
  .mwe-header {flex-direction:column;align-items:stretch;border-bottom:none;gap:0;}
  .mwe-heading {padding-bottom:0;margin-bottom:.625rem;}
  .mwe-tabs {width:100%;background:var(--c-surface-alt);border-radius:14px;padding:1px;margin-bottom:.875rem;gap:2px;}
  .mwe-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;}
  .mwe-tab--active {background:rgba(247, 166, 35,.15);border-bottom-color:transparent;}
}
