
:root {
        --c-bg: #060230;
    --c-surface: #251f2c;
    --c-surface-alt: #302b45;
    --c-border: #402e57;
    --c-text: #effaf3;
    --c-text-muted: #9d8ea5;
    --c-accent: #f9fb01;
    --c-accent-hover: #fbfa36;
    --c-on-accent: #01011c;
        --c-purple: #42072f;
    --c-purple-hover: #75086a;
    --c-on-purple: #fdfbfe;

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

        --c-white: #fbfafa;
    --c-green: #4be68e;
    --c-shadow: rgba(1, 2, 13, 0.4);
    --c-overlay: rgba(1, 2, 13, 0.6);

        --c-text-dim: #e7ecde;          --c-text-soft: #c3cfd2;         --c-text-faint: #748385;        --c-text-ghost: #586661;            --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: #0e0316;
    --c-hero-mid: #120e17;
    --c-hero-deep: #19333e;

        --na-header-h: 56px;
        --na-header-gap: 22px;

        --c-btn-icon-bg: rgba(9, 2, 19, 0.35);            --c-provider-bg: rgba(11, 7, 13, 0.7);             --c-info-bg: rgba(238, 254, 254, 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(39, 164, 154, 0.5);          --c-hero-glow-out: rgba(26, 163, 146, 0);           --c-divider: rgba(150, 159, 177, 0.2);              --c-shadow-soft: rgba(2, 3, 6, 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); }

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

.na-vdgzk {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--na-header-h);
    padding: 0 10px;
    white-space: nowrap;
    background-color: var(--c-surface);
}
.na-bbtgd {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
}
.na-ehvsn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex-direction: column;
    gap: 3px;
    background: none;
    border: 0;
    border-radius: 11px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.na-ehvsn span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--c-text-dim);
    border-radius: 1px;
}
.na-ehvsn:hover { background-color: var(--c-surface-alt); }
.na-jtgpt {
    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;
}
.na-jtgpt:hover { color: var(--c-accent-hover); }
.na-wfzwq { display: block; height: 36px; width: auto; }
.na-ehssw { overflow: hidden; text-overflow: ellipsis; }
.na-xweem {
    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;
}
.na-ttnfc {
    display: none;
    align-items: center;
    gap: 6px;
    padding: 2px;
    background-color: var(--c-surface-alt);
    border-radius: 22px;
}
.na-qnchq {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.na-qnchq .na-npkde { width: 16px; height: 16px; }
.na-qnchq:hover { color: var(--c-text); background-color: var(--c-border); }
.na-qnchq.na-dmqcs { color: var(--c-text); background-color: var(--c-border); }
.na-zsvdd { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.na-zsvdd .na-gkxdc { padding: 9px 16px; font-size: 14px; }

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

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

.na-dhraj {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.na-rhpqt { display: flex; flex-direction: column; }
.na-aysqh {
    display: flex;
    flex-direction: column;
}
.na-aysqh.na-yqktv .na-fnzay { border-radius: 15px 14px 0 0; }
.na-fnzay {
    width: 100%;
    font-family: inherit;
    line-height: 1.5;
    text-align: left;
    background: var(--c-surface-alt);
    border: 0;
    cursor: pointer;
}
.na-ngwhr {
    max-height: 0;
    overflow: hidden;
    background-color: var(--c-surface);
    border-radius: 0 0 15px 17px;
    transition: max-height 0.22s ease;
}
.na-aysqh.na-yqktv .na-ngwhr { max-height: 420px; }
.na-aysqh.na-yqktv .na-vpdpd { transform: rotate(180deg); }
.na-wqbny {
    display: flex;
    gap: 11px;
    align-items: center;
    min-height: 40px;
    padding: 6px 18px;
    border-top: 1px solid var(--c-border);
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    -webkit-tap-highlight-color: transparent;
}
.na-wqbny:hover { color: var(--c-text); background-color: var(--c-surface-alt); }
.na-wqbny .na-npkde { width: 16px; height: 16px; color: var(--c-text-faint); }
.na-wqbny:hover .na-npkde { color: var(--c-accent-hover); }
.na-xyxbf {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    background-color: var(--c-overlay);
    border: 0;
    cursor: pointer;
}
.na-vtnga .na-xyxbf { display: block; }

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

.na-wmkkm {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin: 0 -10px;
    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;
}
.na-wmkkm::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%);
}
.na-wmkkm::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: -40px;
    z-index: -1;
    width: 150px;
    height: 210px;
    background: linear-gradient(160deg, var(--c-accent-hover) 0%, var(--c-hero-deep) 90%);
    border-radius: 17px;
    transform: rotate(18deg);
    opacity: 0.55;
}
.na-wvvxf {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    width: 100%;
    padding: 14px;
    text-align: center;
}
.na-mbenp {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--c-text);
}
.na-gngqq {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--c-accent-hover);
}
.na-tpcdz { font-size: 15px; font-weight: 700; color: var(--c-text); }
.na-wmkkm .na-gkxdc { width: 100%; margin-top: 7px; }

.na-hrxrr {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 18px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.na-hrxrr::-webkit-scrollbar { display: none; }
.na-ybspe {
    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;
}
.na-ybspe:hover { background-color: var(--c-accent-wash-strong); }
.na-xwczv { display: flex; flex-shrink: 0; }
.na-tcrxd {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 45px;
    padding: 9px 22px;
    background-color: var(--c-surface-alt);
    border: 0;
    border-radius: 18px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-text-dim);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.15s ease;
}
.na-tcrxd:hover { background-color: var(--c-border); }
.na-tcrxd.na-dmqcs { color: var(--c-on-accent); background-color: var(--c-accent); }

.toc {
        margin: 25px 0 19px;
    padding: 15px 19px;
    background-color: var(--c-surface);
    border-radius: 13px;
}
.toc__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--c-text);
    cursor: pointer;
    list-style: none;
        display: flex;
    align-items: center;
}
.toc__title::-webkit-details-marker { display: none; }
.toc__title::after { content: "\203A"; margin-left: auto; transition: transform 0.2s ease; }
.toc[open] .toc__title::after { transform: rotate(90deg); }

.toc__list {
    margin: 12px 0 0;
    padding-left: 2px;
    font-size: 14px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.toc__sub {
    margin: 8px 0 0;
    padding-left: 16px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.toc a { color: var(--c-text-soft); }
.toc a:hover { color: var(--c-accent-hover); }

.eym-header, .acm-header, .tff-header {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
}
.eym-heading, .acm-heading, .tff-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--c-text);
}
.eym-section, .acm-section, .tff-section { margin-top: 27px; }

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

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

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

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

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

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

.na-gmrkx { max-width: 860px; margin: 39px auto 0; }

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

.na-zzaha { margin-top: 6px; }
.na-gmrkx .na-xmwap {
    margin: 0 0 9px;
    padding: 12px 19px;
    background-color: var(--c-surface);
    border-radius: 10px;
}
.na-gmrkx .na-xmwap h3 { margin: 0 0 8px; font-size: 16px; }
.na-gmrkx .na-xmwap p { margin: 0; }

.na-fwewx { margin-top: 47px; padding: 0 2px; }
.na-svcdr { display: flex; justify-content: center; margin-bottom: 21px; }
.na-svcdr img { display: block; height: 36px; width: auto; }
.na-qgktk {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 42px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.na-qgktk a {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    font-size: 15px;
    color: var(--c-text);
    -webkit-tap-highlight-color: transparent;
}
.na-qgktk a:hover { color: var(--c-accent-soft); }
.na-qgktk a:active { color: var(--c-accent-soft); }
.na-scaay { margin: 21px 0; border: 0; border-top: 1px solid var(--c-divider); }
.na-bdmna {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 18px;
    align-items: center;
    justify-content: center;
}
.na-tbqst {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 22px;
    align-items: center;
    justify-content: center;
}
.na-tbqst img {
    display: block;
    width: 88px;
    height: 30px;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}
.na-tbqst a:hover img { opacity: 1; }
.na-nrdkx {
    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);
}
.na-arysq {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.55;
}
.na-arysq a { color: var(--c-text-muted); text-decoration: underline; }
.na-arysq a:hover { color: var(--c-text-soft); }
.na-vtnez { margin: 0 0 14px; font-size: 13px; line-height: 1.55; color: var(--c-text-muted); }
.na-vtnez a { color: var(--c-text-muted); text-decoration: underline; }
.na-vtnez a:hover { color: var(--c-text-soft); }

.na-myxaz {
    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);
}
.na-zmxjq {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 7px 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;
}
.na-zmxjq:hover, .na-zmxjq.na-dmqcs { color: var(--c-accent-hover); }

@media (min-width: 769px) {
    .na-ehvsn { display: flex; }
    .na-myxaz { display: none; }
    .na-eskrq {
        top: calc(var(--na-header-h) + var(--na-header-gap));
        left: var(--na-header-gap);
        height: auto;
        max-height: calc(100vh - var(--na-header-h) - var(--na-header-gap) * 2);
        max-width: none;
        border-radius: 21px;
        transform: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .na-vtnga .na-eskrq { box-shadow: none; }
    .na-prknj .na-eskrq { transform: translateX(-120%); opacity: 0; pointer-events: none; }
    .na-xyxbf { display: none; }
    .na-vtnga .na-xyxbf { display: none; }
    .na-yyybk { margin-left: 348px; padding: calc(var(--na-header-h) + var(--na-header-gap)) 22px 38px; }
    .na-prknj .na-yyybk { margin-left: 0; }
    .na-wmkkm { align-items: flex-start; min-height: 240px; margin: 0; border-radius: 17px; }
    .na-wvvxf { align-items: flex-start; padding: 23px 46px; text-align: left; }
        .na-wkfva { font-size: 36px; }
    .na-mbenp { font-size: 28px; }
    .na-gngqq { font-size: 34px; }
    .na-tpcdz { font-size: 16px; }
    .na-wmkkm .na-gkxdc { width: auto; margin-top: 2px; }
        .gdm-item { flex-basis: calc((100% - 2 * 8px) / 3); }
    .gdm-arrow, .tff-arrow { display: flex; }
    .tff-item { flex-basis: calc((100% - 3 * 8px) / 4); }
        .na-fwewx { padding: 0 11px; }
}

@media (min-width: 1025px) {
    .na-ttnfc { display: flex; }
    .na-vdgzk { padding: 0 14px; }
    .na-zsvdd .na-gkxdc { min-height: 40px; padding: 7px 19px; font-size: 15px; }
    .gdm-item { flex-basis: calc((100% - 5 * 8px) / 6); }
    .tff-item { flex-basis: calc((100% - 5 * 8px) / 6); }
}

@media (min-width: 1280px) {
    .na-wvvxf { padding: 26px 84px; gap: 10px; }
    .na-wkfva { font-size: 42px; }
    .na-mbenp { font-size: 32px; }
    .na-gngqq { font-size: 40px; }
    .na-wmkkm::before { width: 460px; height: 460px; right: -40px; }
    .na-wmkkm::after { width: 170px; height: 230px; right: 10%; }
    .gdm-item { flex-basis: calc((100% - 7 * 8px) / 8); }
    .tff-item { flex-basis: calc((100% - 7 * 8px) / 8); }
        .na-yyybk { padding: calc(var(--na-header-h) + var(--na-header-gap)) 30px 49px; }
}

.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(3, 2, 1, .7));
}

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

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

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

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

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

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

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

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

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

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

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