/* Uniqueified: dd528ec6 */
/* Widget-prefixes: {"bw":"mys","lb":"gkf","pr":"qkb","cg":"mvq"} */
/* Prefix: pk- */
/* Prefixes-map: nb->pk */
/* Classmap: {"nb-active":"pk-nwsjz","nb-badge-age":"pk-bqpft","nb-btn":"pk-zthew","nb-btn-icon":"pk-macak","nb-btn-lg":"pk-pkash","nb-btn-outline":"pk-pgasx","nb-btn-primary":"pk-zsnbg","nb-burger":"pk-xvamx","nb-chip":"pk-annxm","nb-chip-search":"pk-hpytv","nb-chip-slot":"pk-vywcd","nb-chips":"pk-ckfqy","nb-content":"pk-qbsrb","nb-el-burger":"pk-nchwe","nb-el-menu-tab":"pk-vsgvc","nb-el-scrim":"pk-tmxkf","nb-el-sidebar":"pk-xdkjx","nb-faq":"pk-bycmn","nb-faq-item":"pk-qcrmy","nb-footer":"pk-ysash","nb-footer-badges":"pk-emktr","nb-footer-divider":"pk-amxrx","nb-footer-links":"pk-jettd","nb-footer-logo":"pk-hnghc","nb-header":"pk-kptpw","nb-header-actions":"pk-yywar","nb-header-side":"pk-jgfms","nb-hero":"pk-wywww","nb-hero-body":"pk-ntyff","nb-hero-h1":"pk-xpxzz","nb-hero-highlight":"pk-enfyc","nb-hero-sub":"pk-jpymt","nb-hero-title":"pk-dhhxv","nb-ico-arrow-right":"pk-varqw","nb-ico-baccarat":"pk-tmrxe","nb-ico-ball":"pk-gnpfr","nb-ico-cards":"pk-smvyt","nb-ico-chev-down":"pk-tcbar","nb-ico-chev-left":"pk-nkbem","nb-ico-chev-right":"pk-jrcnz","nb-ico-clock":"pk-bfvcp","nb-ico-crown":"pk-hrnxh","nb-ico-fire":"pk-drywz","nb-ico-gift":"pk-jxveg","nb-ico-grid":"pk-cxxft","nb-ico-lobby":"pk-thtvk","nb-ico-new":"pk-fmfba","nb-ico-roulette":"pk-sfsqh","nb-ico-search":"pk-nvfge","nb-ico-shows":"pk-rnajw","nb-ico-slots":"pk-gxfrh","nb-ico-spade":"pk-fhstv","nb-ico-star":"pk-bsccj","nb-ico-support":"pk-ecght","nb-icon":"pk-qesrs","nb-legal":"pk-krbwk","nb-logo":"pk-xyqgg","nb-logo-img":"pk-shhae","nb-logo-mark":"pk-bghvs","nb-logo-text":"pk-rmnnx","nb-main":"pk-mbcvz","nb-menu-casino":"pk-dbrvj","nb-menu-group":"pk-bevkn","nb-menu-head":"pk-gzghh","nb-menu-item":"pk-dpzpe","nb-menu-list":"pk-qmgex","nb-menu-live":"pk-evwyd","nb-menu-sub":"pk-tcavp","nb-menu-subitem":"pk-jtzjb","nb-nav":"pk-jfzhk","nb-nav-link":"pk-wexrx","nb-open":"pk-gmgat","nb-rg":"pk-gnyvp","nb-scrim":"pk-ejdgc","nb-sidebar":"pk-cvcsa","nb-sidebar-chevron":"pk-eptzs","nb-sidebar-folded":"pk-mcyaq","nb-sidebar-item":"pk-bqdfv","nb-sidebar-open":"pk-rjfsb","nb-tab":"pk-wpgkz","nb-tabbar":"pk-bdyfj","nb-table-wrap":"pk-yvfac"} */

:root {
        --c-bg: #021100;
    --c-surface: #01531d;
    --c-surface-alt: #017729;
    --c-border: #008f32;
    --c-text: #feffff;
    --c-text-muted: #e4e8e6;
    --c-accent: #ffe41f;
    --c-accent-hover: #ffed59;
    --c-on-accent: #021002;
        --c-purple: #167b45;
    --c-purple-hover: #1caa60;
    --c-on-purple: #fffffe;

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

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

        --c-text-dim: #e1e4e3;          --c-text-soft: #c2c9ca;         --c-text-faint: #79848b;        --c-text-ghost: #5c686b;            --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: #081010;
    --c-hero-mid: #0e1718;
    --c-hero-deep: #123c39;

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

        --c-btn-icon-bg: rgba(10,15,16,0.35);            --c-provider-bg: rgba(11,15,16,0.7);             --c-info-bg: rgba(249,250,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(27,168,147,0.5);          --c-hero-glow-out: rgba(30,168,147,0);           --c-divider: rgba(159,167,172,0.2);              --c-shadow-soft: rgba(1,0,0,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); }

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

.pk-kptpw {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--pk-header-h);
    padding: 0 12px;
    white-space: nowrap;
    background-color: var(--c-surface);
}
.pk-jgfms {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 0;
}
.pk-xvamx {
    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;
}
.pk-xvamx span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--c-text-dim);
    border-radius: 1px;
}
.pk-xvamx:hover { background-color: var(--c-surface-alt); }
.pk-xyqgg {
    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;
}
.pk-xyqgg:hover { color: var(--c-accent-hover); }
.pk-shhae { display: block; height: 36px; width: auto; }
.pk-rmnnx { overflow: hidden; text-overflow: ellipsis; }
.pk-bghvs {
    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;
}
.pk-jfzhk {
    display: none;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background-color: var(--c-surface-alt);
    border-radius: 20px;
}
.pk-wexrx {
    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;
}
.pk-wexrx .pk-qesrs { width: 16px; height: 16px; }
.pk-wexrx:hover { color: var(--c-text); background-color: var(--c-border); }
.pk-wexrx.pk-nwsjz { color: var(--c-text); background-color: var(--c-border); }
.pk-yywar { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.pk-yywar .pk-zthew { padding: 8px 14px; font-size: 14px; }

.pk-zthew {
    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;
}
.pk-zsnbg { color: var(--c-on-accent); background-color: var(--c-accent); }
.pk-zsnbg:hover { color: var(--c-on-accent); background-color: var(--c-accent-hover); }
.pk-zsnbg:active { background-color: var(--c-accent-deep); }
.pk-pgasx { color: var(--c-purple-hover); box-shadow: inset 0 0 0 2px var(--c-purple); }
.pk-pgasx:hover { color: var(--c-purple-soft); box-shadow: inset 0 0 0 2px var(--c-purple-hover); }
.pk-pgasx:active { color: var(--c-purple-deep); }
.pk-pkash { min-height: 48px; padding: 12px 28px; font-size: 17px; }
.pk-macak {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--c-btn-icon-bg);
    border-radius: 50%;
}
.pk-macak .pk-qesrs { width: 13px; height: 13px; }

.pk-cvcsa {
    position: fixed;
    top: var(--pk-header-h);
    left: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    width: 300px;
    max-width: 84vw;
    height: calc(100vh - var(--pk-header-h));
    padding: 12px;
    overflow-y: auto;
    background-color: var(--c-surface);
    transform: translateX(-110%);
    transition: transform 0.2s ease;
}
.pk-rjfsb .pk-cvcsa { transform: translateX(0); box-shadow: 0 14px 20px var(--c-shadow); }
.pk-bqdfv {
    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;
}
.pk-bqdfv:hover { color: var(--c-text); background-color: var(--c-border); }
.pk-bqdfv .pk-qesrs { color: var(--c-text-muted); }
.pk-bqdfv:hover .pk-qesrs { color: var(--c-accent-hover); }
.pk-eptzs { margin-left: auto; width: 16px; height: 16px; color: var(--c-text-faint); transition: transform 0.22s ease; }

.pk-qmgex {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pk-dpzpe { display: flex; flex-direction: column; }
.pk-bevkn {
    display: flex;
    flex-direction: column;
}
.pk-bevkn.pk-gmgat .pk-gzghh { border-radius: 16px 16px 0 0; }
.pk-gzghh {
    width: 100%;
    font-family: inherit;
    line-height: 1.5;
    text-align: left;
    background: var(--c-surface-alt);
    border: 0;
    cursor: pointer;
}
.pk-tcavp {
    max-height: 0;
    overflow: hidden;
    background-color: var(--c-surface);
    border-radius: 0 0 16px 16px;
    transition: max-height 0.22s ease;
}
.pk-bevkn.pk-gmgat .pk-tcavp { max-height: 420px; }
.pk-bevkn.pk-gmgat .pk-eptzs { transform: rotate(180deg); }
.pk-jtzjb {
    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;
}
.pk-jtzjb:hover { color: var(--c-text); background-color: var(--c-surface-alt); }
.pk-jtzjb .pk-qesrs { width: 16px; height: 16px; color: var(--c-text-faint); }
.pk-jtzjb:hover .pk-qesrs { color: var(--c-accent-hover); }
.pk-ejdgc {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    background-color: var(--c-overlay);
    border: 0;
    cursor: pointer;
}
.pk-rjfsb .pk-ejdgc { display: block; }

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

.pk-wywww {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    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;
}
.pk-wywww::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%);
}
.pk-wywww::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;
}
.pk-ntyff {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
    padding: 16px;
    text-align: center;
}
.pk-dhhxv {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--c-text);
}
.pk-enfyc {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--c-accent-hover);
}
.pk-jpymt { font-size: 15px; font-weight: 700; color: var(--c-text); }
.pk-wywww .pk-zthew { width: 100%; margin-top: 6px; }

.pk-ckfqy {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.pk-ckfqy::-webkit-scrollbar { display: none; }
.pk-hpytv {
    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;
}
.pk-hpytv:hover { background-color: var(--c-accent-wash-strong); }
.pk-vywcd { display: flex; flex-shrink: 0; }
.pk-annxm {
    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;
}
.pk-annxm:hover { background-color: var(--c-border); }
.pk-annxm.pk-nwsjz { 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); }

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

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

.gkf-tabs { display: flex; gap: 6px; margin-left: auto; }
.gkf-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;
}
.gkf-tab:hover { background-color: var(--c-border); color: var(--c-text); }
.gkf-tab--active { background-color: var(--c-accent); color: var(--c-on-accent); }
.gkf-body { background-color: var(--c-surface); border-radius: 12px; overflow: hidden; }
.gkf-table {
    width: 100%;
    font-size: 13px;
    }
.gkf-thead {
    display: grid;
    grid-template-columns: var(--gkf-cols);
    gap: 8px;
    padding: 10px var(--gkf-pad-x);
    background-color: var(--c-surface-alt);
    font-size: 12px;
    font-weight: 700;
    color: var(--c-text-muted);
}
.gkf-thead > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gkf-col-mult, .gkf-col-payout { text-align: right; }

.qkb-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;
}
.qkb-view-all:hover { color: var(--c-accent-hover); }
.qkb-slider-wrap { position: relative; }
.qkb-slider {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.qkb-slider::-webkit-scrollbar { display: none; }
.qkb-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;
}
.qkb-item:hover { background-color: var(--c-surface-alt); }
.qkb-logo img { display: block; width: 72px; height: 28px; object-fit: contain; }
.qkb-name { font-size: 12px; font-weight: 500; color: var(--c-text-muted); }
.qkb-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;
}
.qkb-arrow:hover { background-color: var(--c-border); color: var(--c-text); }
.qkb-arrow--prev { left: -10px; }
.qkb-arrow--next { right: -10px; }

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

.pk-qbsrb { max-width: 860px; margin: 40px auto 0; }

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

.pk-bycmn { margin-top: 8px; }
.pk-qbsrb .pk-qcrmy {
    margin: 0 0 10px;
    padding: 14px 18px;
    background-color: var(--c-surface);
    border-radius: 12px;
}
.pk-qbsrb .pk-qcrmy h3 { margin: 0 0 6px; font-size: 16px; }
.pk-qbsrb .pk-qcrmy p { margin: 0; }

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

.pk-bdyfj {
    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);
}
.pk-wpgkz {
    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;
}
.pk-wpgkz:hover, .pk-wpgkz.pk-nwsjz { color: var(--c-accent-hover); }

@media (min-width: 769px) {
    .pk-xvamx { display: flex; }
    .pk-bdyfj { display: none; }
    .pk-cvcsa {
        top: calc(var(--pk-header-h) + var(--pk-header-gap));
        left: var(--pk-header-gap);
        height: auto;
        max-height: calc(100vh - var(--pk-header-h) - var(--pk-header-gap) * 2);
        max-width: none;
        border-radius: 20px;
        transform: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .pk-rjfsb .pk-cvcsa { box-shadow: none; }
    .pk-mcyaq .pk-cvcsa { transform: translateX(-120%); opacity: 0; pointer-events: none; }
    .pk-ejdgc { display: none; }
    .pk-rjfsb .pk-ejdgc { display: none; }
    .pk-mbcvz { margin-left: 348px; padding: calc(var(--pk-header-h) + var(--pk-header-gap)) 24px 40px; }
    .pk-mcyaq .pk-mbcvz { margin-left: 0; }
    .pk-wywww { align-items: flex-start; height: 240px; margin: 0; border-radius: 16px; }
    .pk-ntyff { align-items: flex-start; padding: 24px 48px; text-align: left; }
        .pk-xpxzz { font-size: 36px; }
    .pk-dhhxv { font-size: 28px; }
    .pk-enfyc { font-size: 34px; }
    .pk-jpymt { font-size: 16px; }
    .pk-wywww .pk-zthew { width: auto; margin-top: 2px; }
        .mvq-item { flex-basis: calc((100% - 2 * 8px) / 3); }
    .mvq-arrow, .qkb-arrow { display: flex; }
    .qkb-item { flex-basis: calc((100% - 3 * 8px) / 4); }
        .pk-ysash { padding: 0 12px; }
}

@media (min-width: 1025px) {
    .pk-jfzhk { display: flex; }
    .pk-kptpw { padding: 0 16px; }
    .pk-yywar .pk-zthew { min-height: 40px; padding: 8px 20px; font-size: 15px; }
    .mvq-item { flex-basis: calc((100% - 5 * 8px) / 6); }
    .qkb-item { flex-basis: calc((100% - 5 * 8px) / 6); }
}

@media (min-width: 1280px) {
    .pk-ntyff { padding: 24px 84px; gap: 8px; }
    .pk-xpxzz { font-size: 42px; }
    .pk-dhhxv { font-size: 32px; }
    .pk-enfyc { font-size: 40px; }
    .pk-wywww::before { width: 460px; height: 460px; right: -40px; }
    .pk-wywww::after { width: 170px; height: 230px; right: 10%; }
    .mvq-item { flex-basis: calc((100% - 7 * 8px) / 8); }
    .qkb-item { flex-basis: calc((100% - 7 * 8px) / 8); }
        .pk-mbcvz { padding: calc(var(--pk-header-h) + var(--pk-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); } }

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

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

.mys-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) {
  .mys-cards {grid-template-columns:repeat(var(--mys-per-row-md,4),1fr);}
}

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

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

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

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