/* Uniqueified: 697edbca */
/* Prefix: az- */
/* Prefixes-map: gp->az */
/* Widget-prefixes: {"cb":"jjp","bw":"hpx","lb":"awx","pr":"wwf","cg":"rxt","fq":"tcr"} */
/* Classmap: {"gp-active":"az-ttags","gp-active-item":"az-qsdgw","gp-badge":"az-nsbfw","gp-badge-link":"az-stjqe","gp-bonus-amount":"az-pyjsv","gp-bonus-badge":"az-hdhzp","gp-bonus-card":"az-jbhgq","gp-bonus-fs":"az-waafe","gp-bonus-headline":"az-bvtey","gp-bonus-label":"az-msnep","gp-bonus-sub":"az-sbfgk","gp-btn-ghost":"az-aekby","gp-btn-primary":"az-tmjgv","gp-content":"az-spcwc","gp-deposit-amount":"az-bejzp","gp-deposit-btn":"az-amrqt","gp-deposit-card":"az-zrzwx","gp-deposit-currency":"az-zqyxt","gp-deposit-input-row":"az-adqqp","gp-deposit-payments":"az-bmjmb","gp-deposit-title":"az-dmqyc","gp-expanded":"az-tfaea","gp-footer":"az-zavxf","gp-footer-badges":"az-xpbjb","gp-footer-brand":"az-jmqgw","gp-footer-col-link":"az-ddtkf","gp-footer-col-title":"az-frsat","gp-footer-columns":"az-jkzey","gp-footer-copy":"az-rtrnn","gp-footer-el":"az-mnjav","gp-footer-logo":"az-agjef","gp-footer-payment":"az-bdjca","gp-footer-payments":"az-dhwbk","gp-footer-socials":"az-hhndy","gp-footer-top":"az-frqnb","gp-hamburger":"az-fdcvq","gp-header":"az-ztzbv","gp-header-chat":"az-tpwna","gp-header-left":"az-nxcpe","gp-header-right":"az-sgsqa","gp-header-search":"az-nkvzd","gp-header-spacer":"az-bsfda","gp-hero":"az-xrfwz","gp-hero-h1":"az-bywmj","gp-hero-logo":"az-mhpen","gp-lang-select":"az-qqnzy","gp-logo":"az-egmve","gp-logo-icon":"az-cjhjq","gp-logo-text":"az-aynvx","gp-main":"az-hnshw","gp-mobile-menu":"az-adpzj","gp-mobile-nav":"az-ewxbs","gp-mobile-nav-center":"az-tqrkp","gp-mobile-nav-icon":"az-xvtxs","gp-mobile-nav-item":"az-fzxrx","gp-mobile-nav-label":"az-nkmrv","gp-overlay-el":"az-ythmx","gp-payment-icon":"az-hpqrd","gp-payment-more":"az-hjcnm","gp-promo-img":"az-wzexh","gp-promo-label":"az-kckvv","gp-promo-link":"az-fnxye","gp-promo-purple":"az-fjtbs","gp-promo-yellow":"az-fhqan","gp-scroll-top":"az-avmnr","gp-search-bar":"az-tqznj","gp-search-icon":"az-fmerc","gp-search-input":"az-vnjyb","gp-shifted":"az-qzgkp","gp-sidebar":"az-ernkc","gp-sidebar-app-btn":"az-zpfmw","gp-sidebar-badge":"az-srvtv","gp-sidebar-bottom":"az-afxhf","gp-sidebar-bottom-item":"az-shzey","gp-sidebar-chevron":"az-yyhyf","gp-sidebar-icon":"az-jxmgg","gp-sidebar-item":"az-xmdvz","gp-sidebar-label":"az-gwqgy","gp-sidebar-nav":"az-awctm","gp-sidebar-overlay":"az-sgefx","gp-sidebar-promo-btn":"az-faadv","gp-sidebar-sep":"az-xvjfc","gp-sidebar-toggle-row":"az-bcxjx","gp-sidebar-top-btns":"az-gewqy","gp-social-icon":"az-hsyjx","gp-sr-only":"az-tfkrq","gp-theme-toggle":"az-wpdxw","gp-visible":"az-bnfjk"} */

:root {
  --c-bg: #01091f;
  --c-surface: #082858;
  --c-surface-alt: #133888;
  --c-border: #1a3f94;
  --c-text: #bca696;
  --c-accent: #22b7a9;
  --c-accent-hover: #3de7c7;   --c-on-accent: #010a1a;
  --c-text-muted: #746f65;     --c-purple: #0e2967;         --c-purple-hover: #134c96;
  --c-on-purple: #fafbfc;
  --c-shadow: rgba(1, 1, 1, 0.35);
  --c-overlay: rgba(1, 1, 4, 0.6);
  --c-white: #fff;
  --c-green: #18c25a;
  --c-hero-bg: #150f48;

    --az-header-h: 60px;
    --az-mobile-nav-h: 64px;
  --az-sidebar-w: 68px;
    --az-awx-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;
}

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

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

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

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

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

.az-egmve img {
  display: inline-block;
}

.az-cjhjq {
  display: none;
}

.az-nkvzd {
  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;
}

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

.az-bsfda {
  flex: 1;
}

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

.az-aekby {
  height: 40px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--c-text-muted) 30%, transparent);
  border-radius: 9px;
  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;
}

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

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

.az-tmjgv:hover {
  filter: brightness(0.9);
}

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

.az-tpwna {
  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;
}

.az-sgsqa .az-aekby,
.az-sgsqa .az-tmjgv,
.az-sgsqa .az-qqnzy {
  display: flex;
}

.az-sgsqa .az-tpwna {
  display: none;
}

.az-nkvzd {
  display: none;
}

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

  .az-tmjgv {
    padding: 0 14px;
    font-size: 12px;
    height: 36px;
  }

    .az-sgsqa .az-qqnzy {
    display: none;
  }

  .az-ztzbv {
    gap: 6px;
    padding: 0 7px;
  }

  .az-nxcpe {
    gap: 6px;
  }

  .az-sgsqa {
    gap: 8px;
  }

  .az-aynvx {
    display: none !important;
  }

  .az-cjhjq {
    display: inline-block !important;
  }

  
  .az-nxcpe {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
  }

  .az-fdcvq {
    width: 36px;
    height: 36px;
  }
}

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

  .az-sgsqa .az-tpwna {
    display: flex;
  }
}

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

.az-sgefx.az-ttags {
  opacity: 1;
  visibility: visible;
}

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

.az-ernkc.az-bnfjk {
  transform: translateX(0);
}

.az-ernkc.az-tfaea {
  width: 240px;
}

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

  .az-sgefx {
    display: none;
  }
}

.az-awctm {
  flex: 1;
  padding: 9px 0;
}

.az-xmdvz {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 48px;
  padding: 0 24px;
  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;
}

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

.az-xmdvz.az-qsdgw {
  color: var(--c-accent);
}

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

.az-jxmgg svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.az-gwqgy {
  opacity: 0;
  transition: opacity 0.2s;
  flex: 1;
}

.az-ernkc.az-tfaea .az-gwqgy {
  opacity: 1;
}

.az-srvtv {
    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;
}

.az-ernkc.az-tfaea .az-srvtv {
  opacity: 1;
}

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

.az-ernkc.az-tfaea .az-yyhyf {
  opacity: 1;
}

.az-xvjfc {
  height: 1px;
  background: var(--c-border);
  margin: 9px 17px;
}

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

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

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

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

.az-ernkc.az-tfaea .az-zpfmw {
  display: flex;
}

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

.az-bcxjx .az-jxmgg {
  color: color-mix(in srgb, var(--c-text-muted) 50%, transparent);
}

.az-bcxjx .az-wpdxw {
  display: none;
}

.az-ernkc.az-tfaea .az-bcxjx {
  justify-content: space-between;
}

.az-ernkc.az-tfaea .az-bcxjx .az-wpdxw {
  display: block;
}

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

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

.az-gewqy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}

.az-ernkc:not(.az-tfaea) .az-gewqy {
  padding: 7px 0;
  align-items: center;
}

.az-ernkc:not(.az-tfaea) .az-faadv {
  width: 44px;
  min-height: 44px;
  border-radius: 10px;
  padding: 0;
  justify-content: center;
  overflow: hidden;
}

.az-ernkc:not(.az-tfaea) .az-kckvv {
  display: none;
}

.az-ernkc:not(.az-tfaea) .az-wzexh {
  position: static;
  height: 28px;
}

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

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

.az-fhqan {
  background: #69460e;
}

.az-fhqan::before {
  background: conic-gradient(from 0deg, #fee555, #63500e, #fee655);
}

.az-fjtbs {
  background: #351f4e;
}

.az-fjtbs::before {
  background: conic-gradient(from 0deg, #c35cf7, #441451, #c15efe);
}

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

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

.az-fhqan .az-wzexh { color: #f9e453; }
.az-fjtbs .az-wzexh { color: #c05cfe; }

.az-hnshw {
  padding: 15px;
  padding-bottom: calc(var(--az-mobile-nav-h) + 17px);   min-height: calc(100vh - var(--az-header-h));
}

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

  .az-hnshw.az-qzgkp {
    margin-left: 240px;
  }
}

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

.az-xrfwz::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(21, 26, 53, 0.3) 0%,
    rgba(33, 19, 74, 0.55) 50%,
    rgba(19, 29, 56, 0.75) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.az-mhpen {
  display: block;
  margin: 0 auto 18px;
  height: 56px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .az-xrfwz {
    padding: 25px 15px;
    background-position: center center;
  }

  .az-xrfwz::before {
    background: linear-gradient(
      180deg,
      rgba(29, 19, 68, 0.45) 0%,
      rgba(31, 17, 69, 0.7) 50%,
      rgba(14, 26, 60, 0.85) 100%
    );
  }

  .az-mhpen {
    height: 40px;
    margin-bottom: 15px;
  }
}

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

  .az-zrzwx,
  .az-jbhgq {
    flex: 1;
  }
}

.az-zrzwx {
  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: 14px;
  padding: 23px;
  position: relative;
  z-index: 1;
}

.az-dmqyc {
  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: 22px;
}

.az-adqqp {
  display: flex;
  gap: 9px;
  margin-bottom: 17px;
}

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

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

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

.az-amrqt {
  width: 100%;
  height: 52px;
  background: var(--c-accent);
  border: none;
  border-radius: 8px;
  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;
}

.az-amrqt:hover {
  filter: brightness(0.9);
}

.az-bmjmb {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.az-hpqrd {
  height: 20px;
  opacity: 0.6;
    display: block;
}

.az-hjcnm {
  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;
}

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

.az-fnxye:hover {
  color: var(--c-accent);
}

.az-jbhgq {
  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;
}

.az-jbhgq::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;
}

.az-jbhgq::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;
}

.az-msnep {
  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;
}

.az-bvtey {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-white);
  line-height: 1.2;
  margin-bottom: 5px;
}

.az-pyjsv {
  font-size: 36px;
  font-weight: 900;
  color: var(--c-accent);
  line-height: 1.1;
  margin-bottom: 6px;
}

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

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

.az-hdhzp {
  background: var(--c-accent);
  color: var(--c-on-accent);
  padding: 2px 12px;
  border-radius: 7px;
  font-weight: 900;
  font-size: inherit;
}

.az-tqznj {
  position: relative;
  margin-bottom: 23px;
}

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

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

.az-fmerc {
  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;
}

.az-zavxf {
  background: var(--c-surface-alt);
  border-top: 1px solid var(--c-border);
  padding: 41px 15px 25px;
}

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

  .az-zavxf.az-qzgkp {
    margin-left: 240px;
  }
}

.az-frqnb {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 34px;
}

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

.az-jmqgw {
  flex-shrink: 0;
}

.az-agjef {
  height: 32px;
  margin-bottom: 18px;
}

.az-hhndy {
  display: flex;
  gap: 8px;
}

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

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

.az-hsyjx svg {
  width: 28px;
  height: 28px;
}

.az-jkzey {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  flex: 1;
}

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

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

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

.az-ddtkf:hover {
  color: var(--c-accent);
}

.az-xpbjb {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 21px;
}

.az-nsbfw {
  height: 40px;
  display: block;
  object-fit: contain;
}

.az-dhwbk {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 19px;
}

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

.az-bdjca:hover {
  opacity: 1;
}

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

.az-ewxbs {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--az-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 6px;
}

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

.az-fzxrx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  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 7px;
  border-radius: 10px;
  transition: color 0.2s;
}

.az-fzxrx:hover,
.az-fzxrx.az-qsdgw {
  color: var(--c-accent);
}

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

.az-xvtxs svg {
  width: 20px;
  height: 20px;
}

.az-nkmrv {
  font-size: 10px;
  font-weight: 600;
}

.az-tqrkp .az-xvtxs {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #347ef1, #12b5ce);
  border-radius: 50%;
  margin-top: -22px;
  box-shadow: 0 4px 12px rgba(49, 122, 244,0.4);
}

.az-tqrkp .az-xvtxs svg {
  color: var(--c-white);
}

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

.az-ernkc::-webkit-scrollbar {
  width: 4px;
}

.az-ernkc::-webkit-scrollbar-track {
  background: transparent;
}

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

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

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

.az-avmnr.az-bnfjk { opacity: 1; visibility: visible; }

body:has(.jjp-banner:not([hidden])) .az-avmnr,
body:has(.jjp-overlay:not([hidden])) .az-avmnr {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.az-avmnr:hover { background: var(--c-border); color: var(--c-accent); }

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

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

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

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

.az-stjqe { display: flex; align-items: center; }

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

.tcr-block { display: flex; flex-direction: column; gap: 6px; }

.tcr-title {
  margin: 0 0 11px;
  font-size: 18px;
  font-weight: 800;
  color: var(--c-text);
}
.tcr-item {
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.tcr-item.tcr-open { border-color: color-mix(in srgb, var(--c-accent) 30%, transparent); }
.tcr-question {
  width: 100%;
  padding: 18px 19px;
  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;
}
.tcr-toggle {
  flex-shrink: 0;
  font-size: 0;   line-height: 1;
  color: var(--c-text-muted);
  transition: color 0.2s;
}
.tcr-toggle::before {
  content: "+";
  font-size: 20px;
  font-weight: 400;
}
.tcr-item.tcr-open .tcr-toggle { color: var(--c-accent); }
.tcr-item.tcr-open .tcr-toggle::before { content: "\2212"; }
.tcr-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 21px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-text-muted);
}
.tcr-answer > :first-child { padding-top: 3px; }
.tcr-answer > :last-child { padding-bottom: 18px; }

.rxt-section,
.wwf-section,
.hpx-section,
.awx-section {
  margin-bottom: 30px;
}

.rxt-header,
.wwf-header,
.hpx-header,
.awx-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 18px;
}

.rxt-heading,
.wwf-heading,
.hpx-heading,
.awx-heading {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-text);
}

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

.rxt-slider-wrap,
.wwf-slider-wrap {
  position: relative;
}

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

.rxt-slider::-webkit-scrollbar,
.wwf-slider::-webkit-scrollbar { display: none; }

.rxt-arrow,
.wwf-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;
}

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

.rxt-arrow--prev,
.wwf-arrow--prev { left: -8px; }

.rxt-arrow--next,
.wwf-arrow--next { right: -8px; }

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

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

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

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

.rxt-meta { padding-top: 6px; }

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

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

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

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

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

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

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

.hpx-slider { overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.awx-table { width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jjp-btn {
  flex: 1 1 auto;
  min-height: 40px;
  padding: 0 15px;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

.jjp-cat {
  padding: 10px 13px;
  background: var(--c-surface-alt);
  border: 1px solid var(--c-border);
  border-radius: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.az-hdhzp:empty { display: none; }

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

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

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

.az-jbhgq:not(:has(.az-bvtey, .az-pyjsv, .az-waafe)) { display: none; }

.az-jbhgq:not(:has(.az-pyjsv)) .az-waafe {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--c-accent);
}

.az-bejzp {
  min-width: 0;
}

.az-zqyxt {
  flex-shrink: 0;
}

.az-jbhgq {
  align-self: stretch;
  justify-content: center;
}

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

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

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

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

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

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

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

@media (min-width: 769px) {
    .az-xrfwz { flex-wrap: wrap; }
  .az-bywmj { flex: 0 0 100%; }
  .az-zrzwx { flex: 1 1 300px; }
  .az-jbhgq { flex: 1 1 240px; min-width: 240px; }
}

.az-agjef { display: block; margin-left: auto; margin-right: auto; }
.az-hhndy { justify-content: center; }
.az-jkzey { justify-items: center; text-align: center; }
.az-xpbjb { justify-content: center; }
.az-dhwbk { justify-content: center; }
.az-rtrnn { text-align: center; }

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