/* Uniqueified: 8abb0958 */
/* Prefix: rc- */
/* Prefixes-map: gp->rc */
/* Widget-prefixes: {"cb":"xdc","bw":"jsg","lb":"yjs","pr":"gxp","cg":"qwz","fq":"ebt"} */
/* Classmap: {"gp-active":"rc-vdcwb","gp-active-item":"rc-mnnkk","gp-badge":"rc-cbmtd","gp-badge-link":"rc-fannd","gp-bonus-amount":"rc-kffys","gp-bonus-badge":"rc-nnjdh","gp-bonus-card":"rc-vqqkn","gp-bonus-fs":"rc-jmrmt","gp-bonus-headline":"rc-fhbds","gp-bonus-label":"rc-wckfg","gp-bonus-sub":"rc-syxnq","gp-btn-ghost":"rc-vnttq","gp-btn-primary":"rc-rxhzs","gp-content":"rc-sntpw","gp-deposit-amount":"rc-fwjgw","gp-deposit-btn":"rc-srdmw","gp-deposit-card":"rc-btzqt","gp-deposit-currency":"rc-zszdr","gp-deposit-input-row":"rc-rxcxg","gp-deposit-payments":"rc-zsqyn","gp-deposit-title":"rc-mvjkx","gp-disabled":"rc-bgxpm","gp-expanded":"rc-jppth","gp-faq":"rc-xchhd","gp-faq-answer":"rc-tbkmy","gp-faq-item":"rc-jxtmj","gp-faq-question":"rc-tmngs","gp-footer":"rc-wzkmt","gp-footer-badges":"rc-znbep","gp-footer-brand":"rc-fpadc","gp-footer-col-link":"rc-ngadf","gp-footer-col-title":"rc-bgrsy","gp-footer-columns":"rc-fvhhb","gp-footer-copy":"rc-pmgan","gp-footer-el":"rc-bvmqd","gp-footer-logo":"rc-jmdby","gp-footer-payment":"rc-tynps","gp-footer-payments":"rc-anqnp","gp-footer-socials":"rc-yrczg","gp-footer-top":"rc-gjzaf","gp-hamburger":"rc-mgwhz","gp-header":"rc-rsxcz","gp-header-chat":"rc-bgbmv","gp-header-left":"rc-msdkd","gp-header-right":"rc-fgrtk","gp-header-search":"rc-vnsjs","gp-header-spacer":"rc-sfndb","gp-hero":"rc-shame","gp-hero-h1":"rc-bmggd","gp-hero-logo":"rc-rbxvq","gp-lang-select":"rc-xzvvs","gp-logo":"rc-sykss","gp-logo-flag":"rc-wcfqf","gp-logo-icon":"rc-jcdvv","gp-logo-text":"rc-zckvd","gp-main":"rc-avxgq","gp-mobile-menu":"rc-npesv","gp-mobile-nav":"rc-cpapf","gp-mobile-nav-center":"rc-fwnyf","gp-mobile-nav-icon":"rc-wbats","gp-mobile-nav-item":"rc-ksmsj","gp-mobile-nav-label":"rc-vqmvb","gp-overlay-el":"rc-cztrk","gp-payment-icon":"rc-xatwk","gp-payment-more":"rc-hppgp","gp-placeholder-card":"rc-ymgkv","gp-placeholder-grid":"rc-epgws","gp-promo-img":"rc-ypmav","gp-promo-label":"rc-dkega","gp-promo-link":"rc-gndyn","gp-promo-purple":"rc-khdvw","gp-promo-yellow":"rc-rvdmk","gp-scroll-top":"rc-dhdnt","gp-search-bar":"rc-rwwwr","gp-search-icon":"rc-mqaxn","gp-search-input":"rc-yawtd","gp-section":"rc-kmatc","gp-section-header":"rc-jggtz","gp-section-link":"rc-pwadf","gp-section-title":"rc-nxaqa","gp-shifted":"rc-eyfzz","gp-sidebar":"rc-rncdf","gp-sidebar-app-btn":"rc-wmfga","gp-sidebar-badge":"rc-mcayk","gp-sidebar-bottom":"rc-bhndp","gp-sidebar-bottom-item":"rc-hkvze","gp-sidebar-chevron":"rc-feytm","gp-sidebar-icon":"rc-xvaqd","gp-sidebar-item":"rc-raafr","gp-sidebar-label":"rc-esqtv","gp-sidebar-nav":"rc-kxqjz","gp-sidebar-overlay":"rc-pyqrt","gp-sidebar-promo-btn":"rc-hphqe","gp-sidebar-sep":"rc-gjyrh","gp-sidebar-toggle-row":"rc-eajyh","gp-sidebar-top-btns":"rc-xbmxg","gp-social-icon":"rc-panmd","gp-sr-only":"rc-fdqys","gp-theme-toggle":"rc-nfprp","gp-visible":"rc-hfzby"} */

:root {
  --c-bg: #021003;
  --c-surface: #01531d;
  --c-surface-alt: #017729;
  --c-border: #019032;
  --c-text: #fffdff;
  --c-accent: #ffe721;
  --c-accent-hover: #ffea57;   --c-on-accent: #021003;
  --c-text-muted: #e7e8e6;     --c-purple: #147b48;         --c-purple-hover: #1cab62;
  --c-on-purple: #fffeff;
  --c-shadow: rgba(0, 1, 0, 0.35);
  --c-overlay: rgba(0, 1, 0, 0.6);
  --c-white: #fff;
  --c-green: #22c85e;
  --c-hero-bg: #1a1a3f;

    --rc-header-h: 60px;
    --rc-mobile-nav-h: 64px;
  --rc-sidebar-w: 68px;
}

* {
  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;
}

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

.rc-msdkd {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.rc-mgwhz {
  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;
}

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

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

.rc-wcfqf {
  height: 16px;
  flex-shrink: 0;
}

.rc-sykss img {
  display: inline-block;
}

.rc-jcdvv {
  display: none;
}

.rc-vnsjs {
  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: 6px;
  transition: background 0.2s;
}

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

.rc-sfndb {
  flex: 1;
}

.rc-fgrtk {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.rc-vnttq {
  height: 40px;
  padding: 0 15px;
  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;
}

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

.rc-rxhzs {
  height: 40px;
  padding: 0 18px;
  background: var(--c-accent);
  border: none;
  border-radius: 9px;
  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;
}

.rc-rxhzs:hover {
  filter: brightness(0.9);
}

.rc-xzvvs {
  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: 10px;
  color: var(--c-text);
  font-size: 13px;
  font-weight: 700;
  padding: 0 11px;
  gap: 5px;
  min-width: auto;
}

.rc-bgbmv {
  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;
}

.rc-fgrtk .rc-vnttq,
.rc-fgrtk .rc-rxhzs,
.rc-fgrtk .rc-xzvvs {
  display: flex;
}

.rc-fgrtk .rc-bgbmv {
  display: none;
}

.rc-vnsjs {
  display: none;
}

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

  .rc-rxhzs {
    padding: 0 11px;
    font-size: 12px;
    height: 36px;
  }

  .rc-xzvvs {
    height: 36px;
    padding: 0 7px;
    gap: 0;
  }

  .rc-xzvvs span,
  .rc-xzvvs svg {
    display: none;
  }

  .rc-rsxcz {
    gap: 5px;
    padding: 0 6px;
  }

  .rc-msdkd {
    gap: 6px;
  }

  .rc-fgrtk {
    gap: 8px;
  }

  .rc-zckvd {
    display: none !important;
  }

  .rc-jcdvv {
    display: inline-block !important;
  }

  .rc-wcfqf {
    height: 14px !important;
  }

  .rc-msdkd {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
  }

  .rc-mgwhz {
    width: 36px;
    height: 36px;
  }
}

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

  .rc-fgrtk .rc-bgbmv {
    display: flex;
  }
}

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

.rc-pyqrt.rc-vdcwb {
  opacity: 1;
  visibility: visible;
}

.rc-rncdf {
  position: fixed;
  top: var(--rc-header-h);
  left: 0;
  bottom: 0;
  width: var(--rc-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%);
}

.rc-rncdf.rc-hfzby {
  transform: translateX(0);
}

.rc-rncdf.rc-jppth {
  width: 240px;
}

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

  .rc-pyqrt {
    display: none;
  }
}

.rc-kxqjz {
  flex: 1;
  padding: 10px 0;
}

.rc-raafr {
  display: flex;
  align-items: center;
  gap: 11px;
  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;
}

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

.rc-raafr.rc-mnnkk {
  color: var(--c-accent);
}

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

.rc-xvaqd svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.rc-esqtv {
  opacity: 0;
  transition: opacity 0.2s;
  flex: 1;
}

.rc-rncdf.rc-jppth .rc-esqtv {
  opacity: 1;
}

.rc-mcayk {
    background: var(--c-green);
  color: var(--c-on-accent);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 9px;
  opacity: 0;
  transition: opacity 0.2s;
}

.rc-rncdf.rc-jppth .rc-mcayk {
  opacity: 1;
}

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

.rc-rncdf.rc-jppth .rc-feytm {
  opacity: 1;
}

.rc-gjyrh {
  height: 1px;
  background: var(--c-border);
  margin: 6px 18px;
}

.rc-raafr.rc-bgxpm {
  opacity: 0.35;
  pointer-events: none;
}

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

@media (min-width: 1024px) {
  .rc-bhndp {
    padding-bottom: 14px;
  }
}

.rc-hkvze {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 40px;
  padding: 0 5px;
  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;
}

.rc-wmfga {
  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: 6px;
  color: var(--c-accent);
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 13px;
  white-space: nowrap;
}

.rc-rncdf.rc-jppth .rc-wmfga {
  display: flex;
}

.rc-eajyh {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  overflow: hidden;
}

.rc-eajyh .rc-xvaqd {
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
}

.rc-eajyh .rc-nfprp {
  display: none;
}

.rc-rncdf.rc-jppth .rc-eajyh {
  justify-content: space-between;
}

.rc-rncdf.rc-jppth .rc-eajyh .rc-nfprp {
  display: block;
}

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

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

.rc-xbmxg {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
}

.rc-rncdf:not(.rc-jppth) .rc-xbmxg {
  padding: 7px 0;
  align-items: center;
}

.rc-rncdf:not(.rc-jppth) .rc-hphqe {
  width: 44px;
  min-height: 44px;
  border-radius: 6px;
  padding: 0;
  justify-content: center;
  overflow: hidden;
}

.rc-rncdf:not(.rc-jppth) .rc-dkega {
  display: none;
}

.rc-rncdf:not(.rc-jppth) .rc-ypmav {
  position: static;
  height: 28px;
}

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

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

.rc-rvdmk {
  background: #644e08;
}

.rc-rvdmk::before {
  background: conic-gradient(from 0deg, #ffd94b, #655108, #ffda4b);
}

.rc-khdvw {
  background: #411b45;
}

.rc-khdvw::before {
  background: conic-gradient(from 0deg, #cb5afd, #411c47, #cb59ff);
}

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

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

.rc-rvdmk .rc-ypmav { color: #ffde4b; }
.rc-khdvw .rc-ypmav { color: #cb57ff; }

.rc-avxgq {
  padding: 18px;
  padding-bottom: calc(var(--rc-mobile-nav-h) + 15px);   min-height: calc(100vh - var(--rc-header-h));
}

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

  .rc-avxgq.rc-eyfzz {
    margin-left: 240px;
  }
}

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

.rc-shame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 61, 0.3) 0%,
    rgba(26, 26, 65, 0.55) 50%,
    rgba(26, 25, 64, 0.75) 100%
  );
  pointer-events: none;
  z-index: 0;
}

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

@media (max-width: 767px) {
  .rc-shame {
    padding: 23px 15px;
    background-position: center center;
  }

  .rc-shame::before {
    background: linear-gradient(
      180deg,
      rgba(29, 26, 64, 0.45) 0%,
      rgba(26, 28, 64, 0.7) 50%,
      rgba(24, 26, 64, 0.85) 100%
    );
  }

  .rc-rbxvq {
    height: 40px;
    margin-bottom: 17px;
  }
}

@media (min-width: 768px) {
  .rc-shame {
    flex-direction: row;
    gap: 19px;
  }

  .rc-btzqt,
  .rc-vqqkn {
    flex: 1;
  }
}

.rc-btzqt {
  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: 25px;
  position: relative;
  z-index: 1;
}

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

.rc-rxcxg {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.rc-fwjgw {
  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 14px;
  font-family: 'Raleway', sans-serif;
}

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

.rc-zszdr {
  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;
}

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

.rc-srdmw:hover {
  filter: brightness(0.9);
}

.rc-zsqyn {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.rc-xatwk {
  height: 20px;
  opacity: 0.6;
    display: block;
}

.rc-hppgp {
  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;
}

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

.rc-gndyn:hover {
  color: var(--c-accent);
}

.rc-vqqkn {
  background: linear-gradient(135deg, #8728ff 0%, #5b14ca 100%);
  border-radius: 18px;
  padding: 27px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
}

.rc-vqqkn::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;
}

.rc-vqqkn::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;
}

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

.rc-fhbds {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-white);
  line-height: 1.2;
  margin-bottom: 2px;
}

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

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

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

.rc-nnjdh {
  background: var(--c-accent);
  color: var(--c-on-accent);
  padding: 2px 11px;
  border-radius: 4px;
  font-weight: 900;
  font-size: inherit;
}

.rc-rwwwr {
  position: relative;
  margin-bottom: 25px;
}

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

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

.rc-mqaxn {
  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;
}

.rc-kmatc {
  margin-bottom: 34px;
}

.rc-jggtz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.rc-nxaqa {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-text);
}

.rc-pwadf {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-accent);
}

.rc-epgws {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

@media (min-width: 480px) {
  .rc-epgws {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

@media (min-width: 1200px) {
  .rc-epgws {
    grid-template-columns: repeat(6, 1fr);
  }
}

.rc-ymgkv {
  aspect-ratio: 3/4;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--c-text-muted) 30%, transparent);
  font-size: 12px;
  font-weight: 600;
}

.rc-wzkmt {
  background: var(--c-surface-alt);
  border-top: 1px solid var(--c-border);
  padding: 42px 17px 22px;
}

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

  .rc-wzkmt.rc-eyfzz {
    margin-left: 240px;
  }
}

.rc-gjzaf {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 34px;
}

@media (min-width: 768px) {
  .rc-gjzaf {
    flex-direction: row;
    gap: 42px;
  }
}

.rc-fpadc {
  flex-shrink: 0;
}

.rc-jmdby {
  height: 32px;
  margin-bottom: 17px;
}

.rc-yrczg {
  display: flex;
  gap: 8px;
}

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

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

.rc-panmd svg {
  width: 28px;
  height: 28px;
}

.rc-fvhhb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
  flex: 1;
}

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

.rc-bgrsy {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

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

.rc-ngadf:hover {
  color: var(--c-accent);
}

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

.rc-cbmtd {
  height: 40px;
  display: block;
  object-fit: contain;
}

.rc-anqnp {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

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

.rc-tynps:hover {
  opacity: 1;
}

.rc-pmgan {
  font-size: 12px;
  color: color-mix(in srgb, var(--c-text-muted) 40%, transparent);
  line-height: 1.6;
}

.rc-cpapf {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--rc-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 3px;
}

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

.rc-ksmsj {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  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: 3px 10px;
  border-radius: 9px;
  transition: color 0.2s;
}

.rc-ksmsj:hover,
.rc-ksmsj.rc-mnnkk {
  color: var(--c-accent);
}

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

.rc-wbats svg {
  width: 20px;
  height: 20px;
}

.rc-vqmvb {
  font-size: 10px;
  font-weight: 600;
}

.rc-fwnyf .rc-wbats {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3b83f6, #07b6d4);
  border-radius: 50%;
  margin-top: -21px;
  box-shadow: 0 4px 12px rgba(62, 130, 246,0.4);
}

.rc-fwnyf .rc-wbats svg {
  color: var(--c-white);
}

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

.rc-rncdf::-webkit-scrollbar {
  width: 4px;
}

.rc-rncdf::-webkit-scrollbar-track {
  background: transparent;
}

.rc-rncdf::-webkit-scrollbar-thumb {
  background: var(--c-border);
  border-radius: 6px;
}

.rc-xchhd { display: flex; flex-direction: column; gap: 9px; }
.rc-jxtmj { background: var(--c-surface-alt); border: 1px solid var(--c-border); border-radius: 13px; transition: border-color 0.2s; }
.rc-jxtmj[open] { border-color: color-mix(in srgb, var(--c-accent) 30%, transparent); }
.rc-tmngs { padding: 15px 22px; font-size: 15px; font-weight: 700; color: var(--c-text); cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; min-height: 45px; }
.rc-tmngs::-webkit-details-marker { display: none; }
.rc-tmngs::after { content: '▾'; color: color-mix(in srgb, var(--c-text-muted) 50%, transparent); transition: transform 0.2s; font-size: 14px; flex-shrink: 0; margin-left: 11px; }
.rc-jxtmj[open] .rc-tmngs::after { transform: rotate(180deg); color: var(--c-accent); }
.rc-tbkmy { padding: 11px 0 15px; font-size: 14px; color: color-mix(in srgb, var(--c-text-muted) 70%, transparent); line-height: 1.6; border-top: 1px solid var(--c-border); margin: 0 22px; }

.go-link { cursor: pointer; }

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

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

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

.rc-dhdnt {
  position: fixed;
  right: 16px;
  bottom: calc(var(--rc-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;
}

.rc-dhdnt.rc-hfzby { opacity: 1; visibility: visible; }

body:has(.xdc-banner:not([hidden])) .rc-dhdnt,
body:has(.xdc-overlay:not([hidden])) .rc-dhdnt {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rc-dhdnt:hover { background: var(--c-border); color: var(--c-accent); }

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

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

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

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

.rc-fannd { display: flex; align-items: center; }

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

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

.toc {
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 11px;
  padding: 11px 14px;
  margin-bottom: 22px;
}

.toc__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-text);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 9px;
}

.toc__title::-webkit-details-marker { display: none; }

.toc__title::before {
  content: "\25B8";
  color: var(--c-accent);
  transition: transform 0.2s;
}

.toc[open] .toc__title::before { transform: rotate(90deg); }

.toc__list,
.toc__sub {
  list-style: none;
  margin: 11px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.toc__sub {
  margin: 4px 0 0 15px;
  padding-left: 11px;
  border-left: 1px solid var(--c-border);
}

.toc__list a,
.toc__sub a {
  font-size: 14px;
  line-height: 1.5;
  color: var(--c-text-muted);
  text-decoration: none;
}

.toc__list a:hover,
.toc__sub a:hover { color: var(--c-accent); }

.qwz-section,
.gxp-section,
.jsg-section,
.yjs-section {
  margin-bottom: 34px;
}

.qwz-header,
.gxp-header,
.jsg-header,
.yjs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.qwz-heading,
.gxp-heading,
.jsg-heading,
.yjs-heading {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-text);
}

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

.qwz-slider-wrap,
.gxp-slider-wrap {
  position: relative;
}

.qwz-slider,
.gxp-slider {
  display: flex;
  gap: 11px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 5px;
}

.qwz-slider::-webkit-scrollbar,
.gxp-slider::-webkit-scrollbar { display: none; }

.qwz-arrow,
.gxp-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;
}

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

.qwz-arrow--prev,
.gxp-arrow--prev { left: -8px; }

.qwz-arrow--next,
.gxp-arrow--next { right: -8px; }

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

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

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

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

.qwz-meta { padding-top: 7px; }

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

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

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

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

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

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

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

.jsg-slider { overflow: hidden; }

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

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

.jsg-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;
}

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

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

.yjs-tabs {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.yjs-tab {
  padding: 5px 10px;
  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;
}

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

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

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

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

.yjs-tbody {
  display: grid;
  grid-template-rows: repeat(var(--yjs-rows, 6), minmax(38px, auto));
    grid-auto-rows: 0;
  overflow: hidden;
}

.yjs-thead,
.yjs-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: 9px;
  padding: 12px 16px;
}

.yjs-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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yjs-table { width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xdc-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);
}

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

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

.xdc-actions,
.xdc-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.xdc-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;
}

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

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

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

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

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

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

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

.xdc-modal__inner {
  max-width: 560px;
  margin: 25px auto;
  padding: 19px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 11px;
  box-shadow: 0 12px 32px var(--c-shadow);
}

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

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

.xdc-categories {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 19px;
}

.xdc-cat {
  padding: 13px 16px;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 11px;
}

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

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

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

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

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

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

.xdc-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;
}

.xdc-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;
}

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

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

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

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

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

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

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

.rc-nnjdh:empty { display: none; }

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

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