/* Uniqueified: 970ecbae */
/* Prefix: zd- */
/* Prefixes-map: gp->zd */
/* Widget-prefixes: {"cb":"gby","bw":"bfm","lb":"pxd","pr":"gwz","cg":"jxz","fq":"zbt"} */
/* Classmap: {"gp-active":"zd-dkjps","gp-active-item":"zd-eyarg","gp-badge":"zd-kqsct","gp-badge-link":"zd-wfdny","gp-bonus-amount":"zd-jyqtq","gp-bonus-badge":"zd-bpayh","gp-bonus-card":"zd-qhgwz","gp-bonus-fs":"zd-pabnx","gp-bonus-headline":"zd-jcgpn","gp-bonus-label":"zd-dvdpv","gp-bonus-sub":"zd-jhvcw","gp-btn-ghost":"zd-gpjkc","gp-btn-primary":"zd-vnrcj","gp-content":"zd-jsmrh","gp-deposit-amount":"zd-kmxgq","gp-deposit-btn":"zd-gygpv","gp-deposit-card":"zd-wxztv","gp-deposit-currency":"zd-vxmmf","gp-deposit-input-row":"zd-dhvgx","gp-deposit-payments":"zd-bcxen","gp-deposit-title":"zd-qeeza","gp-expanded":"zd-yrrqf","gp-footer":"zd-pwanc","gp-footer-badges":"zd-pbezq","gp-footer-brand":"zd-gtdky","gp-footer-col-link":"zd-ehfag","gp-footer-col-title":"zd-vwfvk","gp-footer-columns":"zd-mnqjy","gp-footer-copy":"zd-ttpba","gp-footer-el":"zd-xgxje","gp-footer-logo":"zd-tsswd","gp-footer-payment":"zd-yvjnh","gp-footer-payments":"zd-pjgpe","gp-footer-socials":"zd-ezxss","gp-footer-top":"zd-rdygx","gp-hamburger":"zd-nkzhs","gp-header":"zd-dxhxt","gp-header-chat":"zd-ztbny","gp-header-left":"zd-xhjst","gp-header-right":"zd-xxzrp","gp-header-search":"zd-dwqcd","gp-header-spacer":"zd-rycqb","gp-hero":"zd-kdpwt","gp-hero-h1":"zd-gagfq","gp-hero-logo":"zd-pdmnr","gp-lang-select":"zd-kktaa","gp-logo":"zd-agmgt","gp-logo-icon":"zd-nxcpb","gp-logo-text":"zd-gyskc","gp-main":"zd-rfbrc","gp-mobile-menu":"zd-xfhty","gp-mobile-nav":"zd-nmkem","gp-mobile-nav-center":"zd-edvcz","gp-mobile-nav-icon":"zd-mfphk","gp-mobile-nav-item":"zd-ezhzy","gp-mobile-nav-label":"zd-ssksh","gp-overlay-el":"zd-qfqqh","gp-payment-icon":"zd-mgerw","gp-payment-more":"zd-crras","gp-promo-img":"zd-vecsb","gp-promo-label":"zd-xdpyq","gp-promo-link":"zd-fnnyj","gp-promo-purple":"zd-ynpbn","gp-promo-yellow":"zd-zasgk","gp-rg-links":"zd-mwqdf","gp-scroll-top":"zd-gmdkc","gp-search-bar":"zd-nwhpd","gp-search-icon":"zd-tmcnt","gp-search-input":"zd-kwgvv","gp-shifted":"zd-sazdr","gp-sidebar":"zd-wvhpn","gp-sidebar-app-btn":"zd-mmebg","gp-sidebar-badge":"zd-rykgs","gp-sidebar-bottom":"zd-ryhzk","gp-sidebar-bottom-item":"zd-sdhsp","gp-sidebar-chevron":"zd-qywwn","gp-sidebar-icon":"zd-azdjp","gp-sidebar-item":"zd-petxg","gp-sidebar-label":"zd-jppsy","gp-sidebar-nav":"zd-gdrzy","gp-sidebar-overlay":"zd-wancn","gp-sidebar-promo-btn":"zd-fctjf","gp-sidebar-sep":"zd-dehfr","gp-sidebar-toggle-row":"zd-qwamw","gp-sidebar-top-btns":"zd-qspdc","gp-social-icon":"zd-vfnah","gp-sr-only":"zd-zfwrg","gp-theme-toggle":"zd-chzxd","gp-visible":"zd-kwpec"} */

:root {
  --c-bg: #010118;
  --c-surface: #181741;
  --c-surface-alt: #36264f;
  --c-border: #3d3166;
  --c-text: #cd9c75;
  --c-accent: #ac204b;
  --c-accent-hover: #d02b64;   --c-on-accent: #fbfafe;
  --c-text-muted: #736058;     --c-purple: #2a4fa0;         --c-purple-hover: #435dc7;
  --c-on-purple: #fdfdfe;
  --c-shadow: rgba(2, 1, 1, 0.35);
  --c-overlay: rgba(1, 1, 1, 0.6);
  --c-white: #fff;
  --c-green: #22be6a;
  --c-hero-bg: #171b32;

    --zd-header-h: 60px;
    --zd-mobile-nav-h: 64px;
  --zd-sidebar-w: 68px;
    --zd-pxd-row-h: 4.3125rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Raleway';
  src: url("fonts/raleway-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  background: var(--c-bg);
  color: var(--c-text);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--c-text);
  text-decoration: none;
}

button {
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

[hidden] {
  display: none !important;
}

.zd-dxhxt {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
  height: var(--zd-header-h);
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 7px;
}

.zd-xhjst {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.zd-nkzhs {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: var(--c-text);
  font-size: 22px;
  border-radius: 10px;
  transition: background 0.2s;
}

.zd-nkzhs:hover {
  background: color-mix(in srgb, var(--c-white) 8%, transparent);
}

.zd-agmgt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--c-accent);
  text-transform: uppercase;
}

.zd-agmgt img {
  display: inline-block;
}

.zd-nxcpb {
  display: none;
}

.zd-dwqcd {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 18px;
  border-radius: 9px;
  transition: background 0.2s;
}

.zd-dwqcd:hover {
  background: color-mix(in srgb, var(--c-white) 8%, transparent);
}

.zd-rycqb {
  flex: 1;
}

.zd-xxzrp {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.zd-gpjkc {
  height: 40px;
  padding: 0 17px;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--c-text-muted) 30%, transparent);
  border-radius: 6px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s;
  min-width: 45px;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zd-gpjkc:hover {
  border-color: var(--c-accent);
  background: color-mix(in srgb, var(--c-accent) 5%, transparent);
}

.zd-vnrcj {
  height: 40px;
  padding: 0 18px;
  background: var(--c-accent);
  border: none;
  border-radius: 10px;
  color: var(--c-on-accent);
  font-size: 14px;
  font-weight: 700;
  transition: filter 0.2s;
  min-width: 45px;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zd-vnrcj:hover {
  filter: brightness(0.9);
}

.zd-kktaa {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--c-white) 6%, transparent);
  border: 1px solid var(--c-border);
  border-radius: 6px;
  color: var(--c-text);
  font-size: 13px;
  font-weight: 700;
  padding: 0 9px;
  gap: 4px;
  min-width: auto;
}

.zd-ztbny {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 18px;
  border-radius: 7px;
}

.zd-xxzrp .zd-gpjkc,
.zd-xxzrp .zd-vnrcj,
.zd-xxzrp .zd-kktaa {
  display: flex;
}

.zd-xxzrp .zd-ztbny {
  display: none;
}

.zd-dwqcd {
  display: none;
}

@media (max-width: 767px) {
  .zd-gpjkc {
    padding: 0 12px;
    font-size: 12px;
    height: 36px;
  }

  .zd-vnrcj {
    padding: 0 11px;
    font-size: 12px;
    height: 36px;
  }

    .zd-xxzrp .zd-kktaa {
    display: none;
  }

  .zd-dxhxt {
    gap: 6px;
    padding: 0 7px;
  }

  .zd-xhjst {
    gap: 5px;
  }

  .zd-xxzrp {
    gap: 4px;
  }

  .zd-gyskc {
    display: none !important;
  }

  .zd-nxcpb {
    display: inline-block !important;
  }

  
  .zd-xhjst {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
  }

  .zd-nkzhs {
    width: 36px;
    height: 36px;
  }
}

@media (min-width: 768px) {
  .zd-dwqcd {
    display: flex;
  }

  .zd-xxzrp .zd-ztbny {
    display: flex;
  }
}

.zd-wancn {
  position: fixed;
  inset: 0;
  background: var(--c-overlay);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.zd-wancn.zd-dkjps {
  opacity: 1;
  visibility: visible;
}

.zd-wvhpn {
  position: fixed;
  top: var(--zd-header-h);
  left: 0;
  bottom: 0;
  width: var(--zd-sidebar-w);
  background: var(--c-surface-alt);
  border-right: 1px solid var(--c-border);
  z-index: 950;
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
}

.zd-wvhpn.zd-kwpec {
  transform: translateX(0);
}

.zd-wvhpn.zd-yrrqf {
  width: 240px;
}

@media (min-width: 1024px) {
  .zd-wvhpn {
    transform: translateX(0);
  }

  .zd-wancn {
    display: none;
  }
}

.zd-gdrzy {
  flex: 1;
  padding: 6px 0;
}

.zd-petxg {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 23px;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.zd-petxg:hover {
  background: color-mix(in srgb, var(--c-white) 5%, transparent);
  color: var(--c-text);
}

.zd-petxg.zd-eyarg {
  color: var(--c-accent);
}

.zd-azdjp {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

.zd-azdjp svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.zd-jppsy {
  opacity: 0;
  transition: opacity 0.2s;
  flex: 1;
}

.zd-wvhpn.zd-yrrqf .zd-jppsy {
  opacity: 1;
}

.zd-rykgs {
    background: var(--c-green);
  color: var(--c-on-accent);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.2s;
}

.zd-wvhpn.zd-yrrqf .zd-rykgs {
  opacity: 1;
}

.zd-qywwn {
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s;
  margin-left: auto;
}

.zd-wvhpn.zd-yrrqf .zd-qywwn {
  opacity: 1;
}

.zd-dehfr {
  height: 1px;
  background: var(--c-border);
  margin: 6px 15px;
}

.zd-ryhzk {
  padding: 13px 14px;
  padding-bottom: calc(var(--zd-mobile-nav-h) + 13px);
  border-top: 1px solid var(--c-border);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (min-width: 1024px) {
  .zd-ryhzk {
    padding-bottom: 10px;
  }
}

.zd-sdhsp {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 40px;
  padding: 0 7px;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.zd-mmebg {
  display: none;
  height: 40px;
  background: color-mix(in srgb, var(--c-accent) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
  border-radius: 9px;
  color: var(--c-accent);
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 11px;
  white-space: nowrap;
}

.zd-wvhpn.zd-yrrqf .zd-mmebg {
  display: flex;
}

.zd-qwamw {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  overflow: hidden;
}

.zd-qwamw .zd-azdjp {
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
}

.zd-qwamw .zd-chzxd {
  display: none;
}

.zd-wvhpn.zd-yrrqf .zd-qwamw {
  justify-content: space-between;
}

.zd-wvhpn.zd-yrrqf .zd-qwamw .zd-chzxd {
  display: block;
}

.zd-chzxd {
  width: 42px;
  height: 24px;
  background: var(--c-border);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.zd-chzxd::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: var(--c-accent);
  border-radius: 50%;
  transition: transform 0.2s;
}

.zd-qspdc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}

.zd-wvhpn:not(.zd-yrrqf) .zd-qspdc {
  padding: 6px 0;
  align-items: center;
}

.zd-wvhpn:not(.zd-yrrqf) .zd-fctjf {
  width: 44px;
  min-height: 44px;
  border-radius: 7px;
  padding: 0;
  justify-content: center;
  overflow: hidden;
}

.zd-wvhpn:not(.zd-yrrqf) .zd-xdpyq {
  display: none;
}

.zd-wvhpn:not(.zd-yrrqf) .zd-vecsb {
  position: static;
  height: 28px;
}

.zd-fctjf {
  width: 100%;
  min-height: 38px;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 4px 12px;
}

.zd-fctjf::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.zd-zasgk {
  background: #65470b;
}

.zd-zasgk::before {
  background: conic-gradient(from 0deg, #fee446, #5e5010, #fee552);
}

.zd-ynpbn {
  background: #39184a;
}

.zd-ynpbn::before {
  background: conic-gradient(from 0deg, #cb58f4, #3d1353, #d151fe);
}

.zd-xdpyq {
  color: var(--c-white);
  font-weight: 700;
  font-size: 13px;
  z-index: 1;
}

.zd-vecsb {
  height: 36px;
    width: 36px;
  position: absolute;
  right: 8px;
  z-index: 1;
}

.zd-zasgk .zd-vecsb { color: #fee554; }
.zd-ynpbn .zd-vecsb { color: #c750fe; }

.zd-rfbrc {
  padding: 17px;
  padding-bottom: calc(var(--zd-mobile-nav-h) + 18px);   min-height: calc(100vh - var(--zd-header-h));
}

@media (min-width: 1024px) {
  .zd-rfbrc {
    margin-left: var(--zd-sidebar-w);
    padding-bottom: 22px;
    transition: margin-left 0.3s;
  }

  .zd-rfbrc.zd-sazdr {
    margin-left: 240px;
  }
}

.zd-kdpwt {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 23px;
  background-color: var(--c-hero-bg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 34px 22px;
  position: relative;
  overflow: hidden;
}

.zd-kdpwt::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(24, 19, 53, 0.3) 0%,
    rgba(17, 28, 63, 0.55) 50%,
    rgba(18, 21, 68, 0.75) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.zd-pdmnr {
  display: block;
  margin: 0 auto 22px;
  height: 56px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .zd-kdpwt {
    padding: 23px 17px;
    background-position: center center;
  }

  .zd-kdpwt::before {
    background: linear-gradient(
      180deg,
      rgba(27, 19, 62, 0.45) 0%,
      rgba(35, 18, 56, 0.7) 50%,
      rgba(20, 16, 69, 0.85) 100%
    );
  }

  .zd-pdmnr {
    height: 40px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .zd-kdpwt {
    flex-direction: row;
    gap: 18px;
  }

  .zd-wxztv,
  .zd-qhgwz {
    flex: 1;
  }
}

.zd-wxztv {
  background: color-mix(in srgb, var(--c-surface-alt) 85%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-border) 60%, transparent);
  border-radius: 15px;
  padding: 23px;
  position: relative;
  z-index: 1;
}

.zd-qeeza {
  font-size: 13px;
  font-weight: 700;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 18px;
}

.zd-dhvgx {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.zd-kmxgq {
  flex: 1;
  height: 52px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  color: var(--c-text);
  font-size: 18px;
  font-weight: 700;
  padding: 0 18px;
  font-family: 'Raleway', sans-serif;
}

.zd-kmxgq::placeholder {
  color: color-mix(in srgb, var(--c-text-muted) 40%, transparent);
}

.zd-vxmmf {
  width: 80px;
  height: 52px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.zd-gygpv {
  width: 100%;
  height: 52px;
  background: var(--c-accent);
  border: none;
  border-radius: 11px;
  color: var(--c-on-accent);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
  transition: filter 0.2s;
}

.zd-gygpv:hover {
  filter: brightness(0.9);
}

.zd-bcxen {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 11px;
}

.zd-mgerw {
  height: 20px;
  opacity: 0.6;
    display: block;
}

.zd-crras {
  width: 42px;
  height: 28px;
  opacity: 1;
  background: color-mix(in srgb, var(--c-white) 6%, transparent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
  font-weight: 700;
}

.zd-fnnyj {
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.zd-fnnyj:hover {
  color: var(--c-accent);
}

.zd-qhgwz {
  background:
    linear-gradient(200deg,
      color-mix(in srgb, var(--c-accent) 22%, transparent),
      color-mix(in srgb, var(--c-surface-alt) 40%, transparent) 60%),
    color-mix(in srgb, var(--c-bg) 60%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
  border-radius: 18px;
  padding: 29px 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
}

.zd-qhgwz::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: color-mix(in srgb, var(--c-white) 6%, transparent);
  border-radius: 50%;
  z-index: -1;
}

.zd-qhgwz::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb, var(--c-white) 4%, transparent);
  border-radius: 50%;
  z-index: -1;
}

.zd-dvdpv {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: color-mix(in srgb, var(--c-white) 70%, transparent);
  margin-bottom: 9px;
}

.zd-jcgpn {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-white);
  line-height: 1.2;
  margin-bottom: 3px;
}

.zd-jyqtq {
  font-size: 36px;
  font-weight: 900;
  color: var(--c-accent);
  line-height: 1.1;
  margin-bottom: 3px;
}

.zd-jhvcw {
  font-size: 16px;
  font-weight: 700;
  color: color-mix(in srgb, var(--c-white) 85%, transparent);
}

.zd-pabnx {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: color-mix(in srgb, var(--c-white) 85%, transparent);
}

.zd-bpayh {
  background: var(--c-accent);
  color: var(--c-on-accent);
  padding: 2px 9px;
  border-radius: 5px;
  font-weight: 900;
  font-size: inherit;
}

.zd-nwhpd {
  position: relative;
  margin-bottom: 23px;
}

.zd-kwgvv {
  width: 100%;
  height: 48px;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  padding: 0 15px 0 42px;
  color: var(--c-text);
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

.zd-kwgvv::placeholder {
  color: color-mix(in srgb, var(--c-text-muted) 40%, transparent);
}

.zd-tmcnt {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
  font-size: 16px;
  pointer-events: none;
}

.zd-pwanc {
  background: var(--c-surface-alt);
  border-top: 1px solid var(--c-border);
  padding: 38px 17px 26px;
}

@media (min-width: 1024px) {
  .zd-pwanc {
    margin-left: var(--zd-sidebar-w);
  }

  .zd-pwanc.zd-sazdr {
    margin-left: 240px;
  }
}

.zd-rdygx {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .zd-rdygx {
    flex-direction: row;
    gap: 39px;
  }
}

.zd-gtdky {
  flex-shrink: 0;
}

.zd-tsswd {
  height: 32px;
  margin-bottom: 18px;
}

.zd-ezxss {
  display: flex;
  gap: 9px;
}

.zd-vfnah {
  width: 38px;
  height: 38px;
  background: color-mix(in srgb, var(--c-white) 6%, transparent);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.zd-vfnah:hover {
  background: color-mix(in srgb, var(--c-white) 12%, transparent);
  transform: scale(1.05);
}

.zd-vfnah svg {
  width: 28px;
  height: 28px;
}

.zd-mnqjy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  flex: 1;
}

@media (min-width: 768px) {
  .zd-mnqjy {
    grid-template-columns: repeat(4, 1fr);
  }
}

.zd-vwfvk {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.zd-ehfag {
  display: block;
  color: color-mix(in srgb, var(--c-text-muted) 70%, transparent);
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
  transition: color 0.2s;
}

.zd-ehfag:hover {
  color: var(--c-accent);
}

.zd-pbezq {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 22px;
}

.zd-kqsct {
  height: 40px;
  display: block;
  object-fit: contain;
}

.zd-pjgpe {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.zd-yvjnh {
  height: 24px;
  display: block;
  object-fit: contain;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.zd-yvjnh:hover {
  opacity: 1;
}

.zd-mwqdf {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 17px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.55;
}
.zd-mwqdf a { color: var(--c-text-muted); text-decoration: underline; }
.zd-mwqdf a:hover { color: var(--c-text); }
.zd-ttpba {
  font-size: 12px;
  color: color-mix(in srgb, var(--c-text-muted) 40%, transparent);
  line-height: 1.6;
}

.zd-nmkem {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--zd-mobile-nav-h);
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 1000;
  padding: 0 5px;
}

@media (min-width: 1024px) {
  .zd-nmkem {
    display: none;
  }
}

.zd-ezhzy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 45px;
  min-height: 45px;
  color: color-mix(in srgb, var(--c-text-muted) 60%, transparent);
  font-size: 10px;
  font-weight: 600;
  background: none;
  border: none;
  padding: 6px 9px;
  border-radius: 10px;
  transition: color 0.2s;
}

.zd-ezhzy:hover,
.zd-ezhzy.zd-eyarg {
  color: var(--c-accent);
}

.zd-mfphk {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zd-mfphk svg {
  width: 20px;
  height: 20px;
}

.zd-ssksh {
  font-size: 10px;
  font-weight: 600;
}

.zd-edvcz .zd-mfphk {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3d7ffe, #01b0d2);
  border-radius: 50%;
  margin-top: -19px;
  box-shadow: 0 4px 12px rgba(67, 131, 237,0.4);
}

.zd-edvcz .zd-mfphk svg {
  color: var(--c-white);
}

.zd-edvcz {
  color: color-mix(in srgb, var(--c-text-muted) 60%, transparent);
}

.zd-wvhpn::-webkit-scrollbar {
  width: 4px;
}

.zd-wvhpn::-webkit-scrollbar-track {
  background: transparent;
}

.zd-wvhpn::-webkit-scrollbar-thumb {
  background: var(--c-border);
  border-radius: 2px;
}

.go-link { cursor: pointer; }

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

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

.breadcrumbs li { display: flex; align-items: center; gap: 8px; }
.breadcrumbs li a { color: var(--c-text-muted); text-decoration: none; }
.breadcrumbs li a:hover { color: var(--c-accent); }
.breadcrumbs li:last-child span { color: var(--c-text); }
.breadcrumbs li + li::before { content: "/"; color: var(--c-text-muted); }

.zd-gmdkc {
  position: fixed;
  right: 16px;
  bottom: calc(var(--zd-mobile-nav-h) + 16px);
  z-index: 990;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 50%;
  color: var(--c-text);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, background 0.2s;
}

.zd-gmdkc.zd-kwpec { opacity: 1; visibility: visible; }

body:has(.gby-banner:not([hidden])) .zd-gmdkc,
body:has(.gby-overlay:not([hidden])) .zd-gmdkc {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.zd-gmdkc:hover { background: var(--c-border); color: var(--c-accent); }

@media (min-width: 1024px) {
  .zd-gmdkc { bottom: 24px; }
}

.zd-gagfq {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-weight: 800;
  color: var(--c-text);
  text-align: center;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .zd-gagfq { font-size: 28px; }
}

.zd-jsmrh { margin-bottom: 30px; }
.zd-jsmrh h1, .zd-jsmrh h2, .zd-jsmrh h3, .zd-jsmrh h4 {
  color: var(--c-text);
  font-weight: 800;
  line-height: 1.25;
  margin: 22px 0 11px;
}
.zd-jsmrh h1 { font-size: 26px; margin-top: 0; }
.zd-jsmrh h2 { font-size: 21px; }
.zd-jsmrh h3 { font-size: 17px; }
.zd-jsmrh h4 { font-size: 15px; }
.zd-jsmrh p {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-text-muted);
}
.zd-jsmrh a { color: var(--c-accent); text-decoration: underline; }
.zd-jsmrh a:hover { text-decoration: none; }
.zd-jsmrh ul, .zd-jsmrh ol { margin: 0 0 13px; padding-left: 21px; color: var(--c-text-muted); }
.zd-jsmrh li { margin-bottom: 4px; line-height: 1.6; }
.zd-jsmrh ul li { list-style: disc; }
.zd-jsmrh ol li { list-style: decimal; }
.zd-jsmrh strong { color: var(--c-text); }
.zd-jsmrh blockquote {
  margin: 0 0 12px;
  padding: 11px 14px;
  background: var(--c-surface-alt);
  border-left: 3px solid var(--c-accent);
  border-radius: 0 8px 8px 0;
  color: var(--c-text);
}
.zd-jsmrh table { width: 100%; border-collapse: collapse; margin: 0 0 16px; }
.zd-jsmrh th, .zd-jsmrh td {
  padding: 11px 15px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid var(--c-border);
}
.zd-jsmrh th { color: var(--c-text); background: var(--c-surface-alt); }
.zd-jsmrh td { color: var(--c-text-muted); }

.zd-wfdny { display: flex; align-items: center; }

.zd-zfwrg {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zbt-block { display: flex; flex-direction: column; gap: 10px; }

.zbt-title {
  margin: 0 0 11px;
  font-size: 18px;
  font-weight: 800;
  color: var(--c-text);
}
.zbt-item {
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.zbt-item.zbt-open { border-color: color-mix(in srgb, var(--c-accent) 30%, transparent); }
.zbt-question {
  width: 100%;
  padding: 18px 19px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  background: none;
  font-size: 15px;
  font-weight: 700;
  color: var(--c-text);
  text-align: left;
  cursor: pointer;
}
.zbt-toggle {
  flex-shrink: 0;
  font-size: 0;   line-height: 1;
  color: var(--c-text-muted);
  transition: color 0.2s;
}
.zbt-toggle::before {
  content: "+";
  font-size: 20px;
  font-weight: 400;
}
.zbt-item.zbt-open .zbt-toggle { color: var(--c-accent); }
.zbt-item.zbt-open .zbt-toggle::before { content: "\2212"; }
.zbt-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-text-muted);
}
.zbt-answer > :first-child { padding-top: 6px; }
.zbt-answer > :last-child { padding-bottom: 14px; }

.jxz-section,
.gwz-section,
.bfm-section,
.pxd-section {
  margin-bottom: 34px;
}

.jxz-header,
.gwz-header,
.bfm-header,
.pxd-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.jxz-heading,
.gwz-heading,
.bfm-heading,
.pxd-heading {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-text);
}

.jxz-view-all,
.gwz-view-all {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-accent);
  text-decoration: none;
  cursor: pointer;
}

.jxz-slider-wrap,
.gwz-slider-wrap {
  position: relative;
}

.jxz-slider,
.gwz-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 6px;
}

.jxz-slider::-webkit-scrollbar,
.gwz-slider::-webkit-scrollbar { display: none; }

.jxz-arrow,
.gwz-arrow {
  display: none;   position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid var(--c-border);
  border-radius: 50%;
  background: var(--c-surface);
  color: var(--c-text);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.jxz-arrow:hover,
.gwz-arrow:hover {
  background: var(--c-accent);
  color: var(--c-on-accent);
}

.jxz-arrow--prev,
.gwz-arrow--prev { left: -8px; }

.jxz-arrow--next,
.gwz-arrow--next { right: -8px; }

.jxz-item {
  flex: 0 0 auto;
  width: 132px;
  text-decoration: none;
  cursor: pointer;
}

.jxz-img {
  border-radius: 9px;
  overflow: hidden;
  background: var(--c-surface-alt);
  aspect-ratio: 195 / 260;
}

.jxz-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s;
}

.jxz-item:hover .jxz-img img { transform: scale(1.04); }

.jxz-meta { padding-top: 10px; }

.jxz-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jxz-provider {
  font-size: 11px;
  color: var(--c-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gwz-item {
  flex: 0 0 auto;
  width: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 15px 11px;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 13px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.gwz-item:hover { border-color: var(--c-accent); }

.gwz-logo {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gwz-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gwz-name {
  font-size: 12px;
  color: var(--c-text-muted);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.bfm-slider { overflow: hidden; }

.bfm-cards {
  display: grid;
  grid-template-columns: repeat(var(--bfm-per-row-sm, 2), minmax(0, 1fr));
  gap: 14px;
}

.bfm-cards > * {
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  overflow: hidden;
  min-width: 0;
}

.bfm-card {
    display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0 0.75rem 0 0;
  overflow: hidden;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.bfm-card--entering {
  opacity: 0;
  transform: translateY(8px);
}

.bfm-card--leaving {
    display: none;
}

.pxd-tabs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.pxd-tab {
  padding: 7px 11px;
  border: 1px solid var(--c-border);
  border-radius: 999px;
  background: var(--c-surface-alt);
  font-size: 12px;
  font-weight: 600;
  color: var(--c-text-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pxd-tab:hover { color: var(--c-text); }

.pxd-tab--active {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: var(--c-on-accent);
}

.pxd-body {
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pxd-body::-webkit-scrollbar { display: none; }

.pxd-tbody {
  display: grid;
    grid-template-rows: repeat(var(--pxd-rows, 6), var(--zd-pxd-row-h));
  height: calc(var(--pxd-rows, 6) * var(--zd-pxd-row-h));
    grid-auto-rows: 0;
  overflow: hidden;
}

.pxd-thead,
.pxd-tbody > * {
  display: grid;
  grid-template-columns:
    minmax(150px, 2fr) minmax(90px, 1.2fr) minmax(56px, 0.8fr)
    minmax(72px, 1fr) minmax(50px, 0.7fr) minmax(72px, 1fr);
  align-items: center;
  gap: 6px;
  padding: 9px 13px;
}

.pxd-thead {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--c-text-muted);
  border-bottom: 1px solid var(--c-border);
}

.pxd-tbody > * {
  font-size: 13px;
  color: var(--c-text);
  border-bottom: 1px solid color-mix(in srgb, var(--c-border) 60%, transparent);
}

.pxd-tbody > *:last-child { border-bottom: 0; }

.pxd-tbody > *:nth-child(odd) {
  background: color-mix(in srgb, var(--c-text) 4%, transparent);
}

.pxd-tbody > *:hover {
  background: color-mix(in srgb, var(--c-text) 8%, transparent);
}

.pxd-tbody > *:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: -2px;
}

.pxd-thead > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pxd-tbody { transition: opacity 0.2s ease; }
.pxd-tbody--fade { opacity: 0.35; }

.pxd-col-game,
.pxd-col-player,
.pxd-col-time,
.pxd-col-bet,
.pxd-col-mult,
.pxd-col-payout {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.pxd-col-mult,
.pxd-col-payout {
  font-weight: 700;
  color: var(--c-green);
}

.pxd-col-right { display: none; }

.pxd-game-player { display: none; }

.pxd-game-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.pxd-game-info { min-width: 0; overflow: hidden; }

.pxd-game-name {
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pxd-payout-amount {
  font-weight: 700;
  color: var(--c-green);
  white-space: nowrap;
}

.pxd-table { width: 100%; }

.pxd-badge {
  display: inline-block;
  padding: 4px 0.5rem;
  border-radius: 7px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.pxd-badge--bet {
  background: var(--c-border);
  color: inherit;
}

.pxd-badge--mult {
  background: var(--c-accent);
  color: var(--c-on-accent);
}

.bfm-section .bfm-card img {
  flex: 0 0 auto;
  width: 3.75rem;
  height: 5.25rem;
  object-fit: cover;
  border-radius: 14px 0 0 13px;
  display: block;
}

.bfm-card-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bfm-amount {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--c-accent);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bfm-nickname {
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bfm-game {
  font-size: 0.72rem;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bfm-meta {
  font-size: 0.66rem;
  opacity: 0.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

@media (min-width: 480px) {
  .jxz-item { width: 148px; }
  .gwz-item { width: 128px; }
  }

@media (min-width: 768px) {
  .jxz-item { width: 164px; }
}

@media (min-width: 1024px) {
  .jxz-item { width: 176px; }
  .gwz-item { width: 140px; }
    .jxz-arrow,
  .gwz-arrow { display: flex; align-items: center; justify-content: center; }
}

.gby-overlay[hidden],
.gby-banner[hidden],
.gby-modal[hidden] {
  display: none !important;
}

.gby-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--c-overlay);
}

.gby-banner {
  position: fixed;
  z-index: 2002;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
  box-shadow: 0 -8px 24px var(--c-shadow);
}

.gby-text {
  font-size: 13px;
  line-height: 1.55;
  color: var(--c-text-muted);
  margin-bottom: 11px;
}

.gby-text a {
  color: var(--c-accent);
  text-decoration: underline;
}

.gby-actions,
.gby-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.gby-btn {
  flex: 1 1 auto;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: filter 0.2s, border-color 0.2s, background 0.2s;
}

.gby-btn--accept {
  background: var(--c-accent);
  color: var(--c-on-accent);
}

.gby-btn--accept:hover { filter: brightness(0.9); }

.gby-btn--reject,
.gby-btn--save {
  background: transparent;
  border-color: color-mix(in srgb, var(--c-text-muted) 30%, transparent);
  color: var(--c-text);
}

.gby-btn--reject:hover,
.gby-btn--save:hover { border-color: var(--c-accent); }

.gby-btn--settings {
  background: none;
  color: var(--c-text-muted);
  text-decoration: underline;
}

.gby-btn--settings:hover { color: var(--c-accent); }

.gby-modal {
  position: fixed;
  inset: 0;
  z-index: 2003;
  overflow-y: auto;
  padding: 17px;
}

.gby-modal__inner {
  max-width: 560px;
  margin: 23px auto;
  padding: 18px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  box-shadow: 0 12px 32px var(--c-shadow);
}

.gby-modal__title {
  font-size: 17px;
  font-weight: 800;
  color: var(--c-text);
  margin-bottom: 7px;
}

.gby-modal__desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--c-text-muted);
  margin-bottom: 17px;
}

.gby-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 21px;
}

.gby-cat {
  padding: 11px 15px;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 12px;
}

.gby-cat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 8px;
}

.gby-cat__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
}

.gby-cat__always {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--c-accent);
}

.gby-cat__desc {
  font-size: 12px;
  line-height: 1.5;
  color: var(--c-text-muted);
}

.gby-toggle {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 24px;
  cursor: pointer;
}

.gby-toggle input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.gby-toggle__slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--c-text-muted) 35%, transparent);
  transition: background 0.2s;
  pointer-events: none;
}

.gby-toggle__slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--c-white);
  transition: transform 0.2s;
}

.gby-toggle input:checked + .gby-toggle__slider {
  background: var(--c-accent);
}

.gby-toggle input:checked + .gby-toggle__slider::before {
  transform: translateX(18px);
}

.gby-toggle input:focus-visible + .gby-toggle__slider {
  outline: 2px solid var(--c-accent);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .gby-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 25px;
  }

  .gby-text {
    flex: 1;
    margin-bottom: 0;
  }

  .gby-actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }

  .gby-btn { flex: 0 0 auto; }
}

.zd-bpayh:empty { display: none; }

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

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

.zd-gygpv {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.zd-qhgwz:not(:has(.zd-jcgpn, .zd-jyqtq, .zd-pabnx)) { display: none; }

.zd-qhgwz:not(:has(.zd-jyqtq)) .zd-pabnx {
  display: block;
  margin-top: 6px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--c-accent);
}

.zd-kmxgq {
  min-width: 0;
}

.zd-vxmmf {
  flex-shrink: 0;
}

.zd-qhgwz {
  align-self: stretch;
  justify-content: center;
}

.pxd-col-game {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.pxd-game-thumb {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 5px;
  object-fit: cover;
  flex-shrink: 0;
}

.pxd-game-info { min-width: 0; overflow: hidden; }

.pxd-thead > * { color: var(--c-text-muted); }

.pxd-tbody .pxd-col-payout { color: var(--c-text); font-weight: 700; }

@media (max-width: 768px) {
  .pxd-body { overflow-x: visible; }
  .pxd-thead { display: none; }
  .pxd-tbody > * { grid-template-columns: 1fr auto; }
  .pxd-col-player,
  .pxd-col-time,
  .pxd-col-bet,
  .pxd-col-mult { display: none; }
  .pxd-col-game {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
  }
  .pxd-game-thumb { width: 3rem; height: 3rem; border-radius: 11px; }
  .pxd-game-info { display: flex; flex-direction: column; gap: 4px; }
    .pxd-game-player {
    display: block;
    font-size: 0.72rem;
    opacity: 0.55;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pxd-col-payout { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
}

@media (max-width: 560px) {
    .pxd-header { flex-direction: column; align-items: stretch; gap: 0; }
  .pxd-heading { margin-bottom: 8px; }
  .pxd-tabs {
    width: 100%;
    background: var(--c-surface-alt);
    border-radius: 11px;
    padding: 1px;
    gap: 2px;
    flex-wrap: nowrap;
  }
  .pxd-tab {
    flex: 1;
    text-align: center;
    padding: 0 7px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border-color: transparent;
    background: transparent;
  }
}

@media (min-width: 769px) {
    .zd-kdpwt { flex-wrap: wrap; }
  .zd-gagfq { flex: 0 0 100%; }
  .zd-wxztv { flex: 1 1 300px; }
  .zd-qhgwz { flex: 1 1 240px; min-width: 240px; }
}

.zd-tsswd { display: block; margin-left: auto; margin-right: auto; }
.zd-ezxss { justify-content: center; }
.zd-mnqjy { justify-items: center; text-align: center; }
.zd-pbezq { justify-content: center; }
.zd-pjgpe { justify-content: center; }
.zd-ttpba { text-align: center; }

@media (min-width: 768px) {
  .zd-rdygx { justify-content: center; }
}
