/* Uniqueified: df384204 */
/* Prefix: nk- */
/* Prefixes-map: nb->nk */
/* Widget-prefixes: {"bw":"djn","lb":"xgn","pr":"ryq","cg":"sbt"} */
/* Classmap: {"nb-active":"nk-rxvvk","nb-badge-age":"nk-wgecf","nb-btn":"nk-jymfg","nb-btn-icon":"nk-pycdx","nb-btn-lg":"nk-egzwt","nb-btn-outline":"nk-kbeek","nb-btn-primary":"nk-babfv","nb-burger":"nk-ntfes","nb-chip":"nk-scskv","nb-chip-search":"nk-xvvmj","nb-chip-slot":"nk-sgtct","nb-chips":"nk-kjhja","nb-content":"nk-ntcpe","nb-el-burger":"nk-xhpxh","nb-el-menu-tab":"nk-abrdk","nb-el-scrim":"nk-byvsb","nb-el-sidebar":"nk-pnejn","nb-faq":"nk-ergrn","nb-faq-item":"nk-wgjbj","nb-footer":"nk-ewjjh","nb-footer-badges":"nk-gtpxf","nb-footer-divider":"nk-pdpad","nb-footer-links":"nk-qzxpm","nb-footer-logo":"nk-zhnvn","nb-header":"nk-gfqqz","nb-header-actions":"nk-atsnx","nb-header-side":"nk-safek","nb-hero":"nk-amsjc","nb-hero-body":"nk-fvdpk","nb-hero-highlight":"nk-bdypp","nb-hero-sub":"nk-egjsf","nb-hero-title":"nk-kfkqy","nb-ico-arrow-right":"nk-nkpfq","nb-ico-baccarat":"nk-avxrv","nb-ico-ball":"nk-xhkrt","nb-ico-cards":"nk-wphwq","nb-ico-chev-down":"nk-zwxkc","nb-ico-chev-left":"nk-jsfrb","nb-ico-chev-right":"nk-qqngb","nb-ico-clock":"nk-zfgna","nb-ico-crown":"nk-drmqb","nb-ico-fire":"nk-kgpbq","nb-ico-gift":"nk-kzwjp","nb-ico-grid":"nk-dcbdm","nb-ico-lobby":"nk-mbtdn","nb-ico-new":"nk-prtvf","nb-ico-roulette":"nk-yzbrb","nb-ico-search":"nk-bsdca","nb-ico-shows":"nk-mejtx","nb-ico-slots":"nk-bxstj","nb-ico-spade":"nk-ksykk","nb-ico-star":"nk-mrtwb","nb-ico-support":"nk-fsajb","nb-icon":"nk-kkssv","nb-legal":"nk-beyet","nb-logo":"nk-sfdhw","nb-logo-img":"nk-bcqdq","nb-logo-mark":"nk-mehyx","nb-logo-text":"nk-bppnf","nb-main":"nk-tcehk","nb-menu-casino":"nk-bnqyn","nb-menu-group":"nk-tdmyd","nb-menu-head":"nk-gzajy","nb-menu-item":"nk-beqrq","nb-menu-list":"nk-qqaxf","nb-menu-live":"nk-jkmtv","nb-menu-sub":"nk-prjtn","nb-menu-subitem":"nk-rmcvr","nb-nav":"nk-ktvbt","nb-nav-link":"nk-aadev","nb-open":"nk-ynkrz","nb-rg":"nk-jgpdb","nb-scrim":"nk-prxzy","nb-sidebar":"nk-jsjez","nb-sidebar-chevron":"nk-agxnm","nb-sidebar-folded":"nk-mvgmr","nb-sidebar-item":"nk-bbknc","nb-sidebar-open":"nk-knnsw","nb-tab":"nk-jzccf","nb-tabbar":"nk-wsaak","nb-table-wrap":"nk-apdka"} */

:root {
        --c-bg: #031000;
    --c-surface: #00531a;
    --c-surface-alt: #007429;
    --c-border: #008d32;
    --c-text: #fffffe;
    --c-text-muted: #9b9f99;
    --c-accent: #ffe51f;
    --c-accent-hover: #fded57;
    --c-on-accent: #021100;
        --c-purple: #147b42;
    --c-purple-hover: #1fab60;
    --c-on-purple: #fffffe;

        --c-white: #fffeff;
    --c-green: #3de08a;
    --c-shadow: rgba(0, 1, 0, 0.4);
    --c-overlay: rgba(0, 1, 0, 0.6);

        --c-text-dim: #e4e4e5;          --c-text-soft: #c7c9ca;         --c-text-faint: #79878a;        --c-text-ghost: #5c696b;        --c-accent-soft: #64aea7;       --c-accent-deep: #167a70;       --c-purple-soft: #64ada7;       --c-purple-deep: #167b70;
        --c-hero-dark: #0a1010;
    --c-hero-mid: #0e1a19;
    --c-hero-deep: #123c37;

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

        --c-btn-icon-bg: rgba(13, 14, 16, 0.35);            --c-provider-bg: rgba(13, 13, 16, 0.7);             --c-info-bg: rgba(246, 252, 249, 0.25);             --c-accent-wash: rgba(255, 231, 32, 0.12);          --c-accent-wash-strong: rgba(28, 168, 149, 0.3);    --c-hero-glow-in: rgba(28, 168, 150, 0.5);          --c-hero-glow-out: rgba(28, 169, 147, 0);           --c-divider: rgba(159, 170, 172, 0.2);              --c-shadow-soft: rgba(0, 0, 2, 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); }

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

.nk-gfqqz {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--nk-header-h);
    padding: 0 13px;
    white-space: nowrap;
    background-color: var(--c-surface);
}
.nk-safek {
    display: flex;
    gap: 11px;
    align-items: center;
    min-width: 0;
}
.nk-ntfes {
    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;
}
.nk-ntfes span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--c-text-dim);
    border-radius: 1px;
}
.nk-ntfes:hover { background-color: var(--c-surface-alt); }
.nk-sfdhw {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 45px;
    font-size: 22px;
    font-weight: 700;
    color: var(--c-accent-hover);
    letter-spacing: 0.4px;
    -webkit-tap-highlight-color: transparent;
}
.nk-sfdhw:hover { color: var(--c-accent-hover); }
.nk-bcqdq { display: block; height: 36px; width: auto; }
.nk-bppnf { overflow: hidden; text-overflow: ellipsis; }
.nk-mehyx {
    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;
}
.nk-ktvbt {
    display: none;
    align-items: center;
    gap: 3px;
    padding: 5px;
    background-color: var(--c-surface-alt);
    border-radius: 18px;
}
.nk-aadev {
    display: flex;
    gap: 4px;
    align-items: center;
    min-height: 32px;
    padding: 6px 16px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.nk-aadev .nk-kkssv { width: 16px; height: 16px; }
.nk-aadev:hover { color: var(--c-text); background-color: var(--c-border); }
.nk-aadev.nk-rxvvk { color: var(--c-text); background-color: var(--c-border); }
.nk-atsnx { display: flex; gap: 7px; align-items: center; flex-shrink: 0; }
.nk-atsnx .nk-jymfg { padding: 7px 16px; font-size: 14px; }

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

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

.nk-qqaxf {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.nk-beqrq { display: flex; flex-direction: column; }
.nk-tdmyd {
    display: flex;
    flex-direction: column;
}
.nk-tdmyd.nk-ynkrz .nk-gzajy { border-radius: 14px 18px 0 0; }
.nk-gzajy {
    width: 100%;
    font-family: inherit;
    line-height: 1.5;
    text-align: left;
    background: var(--c-surface-alt);
    border: 0;
    cursor: pointer;
}
.nk-prjtn {
    max-height: 0;
    overflow: hidden;
    background-color: var(--c-surface);
    border-radius: 0 0 18px 18px;
    transition: max-height 0.22s ease;
}
.nk-tdmyd.nk-ynkrz .nk-prjtn { max-height: 420px; }
.nk-tdmyd.nk-ynkrz .nk-agxnm { transform: rotate(180deg); }
.nk-rmcvr {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 40px;
    padding: 10px 17px;
    border-top: 1px solid var(--c-border);
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.nk-rmcvr:hover { color: var(--c-text); background-color: var(--c-surface-alt); }
.nk-rmcvr .nk-kkssv { width: 16px; height: 16px; color: var(--c-text-faint); }
.nk-rmcvr:hover .nk-kkssv { color: var(--c-accent-hover); }
.nk-prxzy {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    background-color: var(--c-overlay);
    border: 0;
    cursor: pointer;
}
.nk-knnsw .nk-prxzy { display: block; }

.nk-tcehk {
    padding: calc(var(--nk-header-h) + 18px) 13px 96px;
    transition: margin-left 0.2s ease;
}

.nk-amsjc {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin: 0 -14px;
    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;
}
.nk-amsjc::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%);
}
.nk-amsjc::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;
}
.nk-fvdpk {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.nk-kfkqy {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--c-text);
}
.nk-bdypp {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--c-accent-hover);
}
.nk-egjsf { font-size: 15px; font-weight: 700; color: var(--c-text); }
.nk-amsjc .nk-jymfg { width: 100%; margin-top: 4px; }

.nk-kjhja {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.nk-kjhja::-webkit-scrollbar { display: none; }
.nk-xvvmj {
    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;
}
.nk-xvvmj:hover { background-color: var(--c-accent-wash-strong); }
.nk-sgtct { display: flex; flex-shrink: 0; }
.nk-scskv {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 45px;
    padding: 11px 19px;
    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;
}
.nk-scskv:hover { background-color: var(--c-border); }
.nk-scskv.nk-rxvvk { color: var(--c-on-accent); background-color: var(--c-accent); }

.toc {
    margin: 0 0 19px;
    padding: 12px 20px;
    background-color: var(--c-surface);
    border-radius: 11px;
}
.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: 11px 0 0; padding-left: 19px; font-size: 14px; }
.toc__sub { margin: 2px 0 6px 18px; padding-left: 13px; list-style: circle; }
.toc a { color: var(--c-text-soft); }
.toc a:hover { color: var(--c-accent-hover); }

.djn-header, .xgn-header, .ryq-header {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 13px;
}
.djn-heading, .xgn-heading, .ryq-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--c-text);
}
.djn-section, .xgn-section, .ryq-section { margin-top: 29px; }

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

.xgn-tabs { display: flex; gap: 7px; margin-left: auto; }
.xgn-tab {
    min-height: 32px;
    padding: 6px 15px;
    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;
}
.xgn-tab:hover { background-color: var(--c-border); color: var(--c-text); }
.xgn-tab--active { background-color: var(--c-accent); color: var(--c-on-accent); }
.xgn-body { background-color: var(--c-surface); border-radius: 14px; overflow: hidden; }
.xgn-table { width: 100%; font-size: 13px; }
.xgn-thead {
    display: grid;
    grid-template-columns: 2fr 1.4fr 1fr 1fr 0.8fr 1.2fr;
    gap: 10px;
    padding: 9px 14px;
    background-color: var(--c-surface-alt);
    font-size: 12px;
    font-weight: 700;
    color: var(--c-text-muted);
}
.xgn-thead > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xgn-col-mult, .xgn-col-payout { text-align: right; }

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

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

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

.nk-ergrn { margin-top: 10px; }
.nk-ntcpe .nk-wgjbj {
    margin: 0 0 11px;
    padding: 12px 19px;
    background-color: var(--c-surface);
    border-radius: 11px;
}
.nk-ntcpe .nk-wgjbj h3 { margin: 0 0 4px; font-size: 16px; }
.nk-ntcpe .nk-wgjbj p { margin: 0; }

.nk-ewjjh { margin-top: 46px; padding: 0 6px; }
.nk-zhnvn { display: flex; justify-content: center; margin-bottom: 22px; }
.nk-zhnvn img { display: block; height: 36px; width: auto; }
.nk-qzxpm {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 41px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nk-qzxpm a {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    font-size: 15px;
    color: var(--c-text);
    -webkit-tap-highlight-color: transparent;
}
.nk-qzxpm a:hover { color: var(--c-accent-soft); }
.nk-qzxpm a:active { color: var(--c-accent-soft); }
.nk-pdpad { margin: 19px 0; border: 0; border-top: 1px solid var(--c-divider); }
.nk-gtpxf {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
    justify-content: center;
}
.nk-jgpdb {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 19px;
    align-items: center;
    justify-content: center;
}
.nk-jgpdb img {
    display: block;
    width: 88px;
    height: 30px;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}
.nk-jgpdb a:hover img { opacity: 1; }
.nk-wgecf {
    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);
}
.nk-beyet { margin: 0 0 11px; font-size: 13px; line-height: 1.55; color: var(--c-text-muted); }
.nk-beyet a { color: var(--c-text-muted); text-decoration: underline; }
.nk-beyet a:hover { color: var(--c-text-soft); }

.nk-wsaak {
    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);
}
.nk-jzccf {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 10px 3px;
    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;
}
.nk-jzccf:hover, .nk-jzccf.nk-rxvvk { color: var(--c-accent-hover); }

@media (min-width: 769px) {
    .nk-ntfes { display: flex; }
    .nk-wsaak { display: none; }
    .nk-jsjez {
        top: calc(var(--nk-header-h) + var(--nk-header-gap));
        left: var(--nk-header-gap);
        height: auto;
        max-height: calc(100vh - var(--nk-header-h) - var(--nk-header-gap) * 2);
        max-width: none;
        border-radius: 21px;
        transform: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .nk-knnsw .nk-jsjez { box-shadow: none; }
    .nk-mvgmr .nk-jsjez { transform: translateX(-120%); opacity: 0; pointer-events: none; }
    .nk-prxzy { display: none; }
    .nk-knnsw .nk-prxzy { display: none; }
    .nk-tcehk { margin-left: 348px; padding: calc(var(--nk-header-h) + var(--nk-header-gap)) 22px 39px; }
    .nk-mvgmr .nk-tcehk { margin-left: 0; }
    .nk-amsjc { align-items: flex-start; height: 240px; margin: 0; border-radius: 18px; }
    .nk-fvdpk { align-items: flex-start; padding: 26px 47px; text-align: left; }
    .nk-kfkqy { font-size: 28px; }
    .nk-bdypp { font-size: 34px; }
    .nk-egjsf { font-size: 16px; }
    .nk-amsjc .nk-jymfg { width: auto; margin-top: 2px; }
        .sbt-item { flex-basis: calc((100% - 2 * 8px) / 3); }
    .sbt-arrow, .ryq-arrow { display: flex; }
    .ryq-item { flex-basis: calc((100% - 3 * 8px) / 4); }
    .djn-cards { grid-template-columns: repeat(var(--djn-per-row-md, 3), 1fr); }
    .nk-ewjjh { padding: 0 14px; }
}

@media (min-width: 1025px) {
    .nk-ktvbt { display: flex; }
    .nk-gfqqz { padding: 0 17px; }
    .nk-atsnx .nk-jymfg { min-height: 40px; padding: 6px 19px; font-size: 15px; }
    .sbt-item { flex-basis: calc((100% - 5 * 8px) / 6); }
    .ryq-item { flex-basis: calc((100% - 5 * 8px) / 6); }
}

@media (min-width: 1280px) {
    .nk-fvdpk { padding: 25px 84px; gap: 7px; }
    .nk-kfkqy { font-size: 32px; }
    .nk-bdypp { font-size: 40px; }
    .nk-amsjc::before { width: 460px; height: 460px; right: -40px; }
    .nk-amsjc::after { width: 170px; height: 230px; right: 10%; }
    .sbt-item { flex-basis: calc((100% - 7 * 8px) / 8); }
    .ryq-item { flex-basis: calc((100% - 7 * 8px) / 8); }
    .djn-cards { grid-template-columns: repeat(var(--djn-per-row, 4), 1fr); }
    .nk-tcehk { padding: calc(var(--nk-header-h) + var(--nk-header-gap)) 30px 46px; }
}

#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); } }
