[v-cloak] {
  visibility: hidden;
}

#app {
  width: 100%;
  min-height: 100vh;
}

/* slider ? keep original BetConstruct proportions; only clamp snapshot desktop widths before JS */
.slider-bc {
  min-width: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-bc .swiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-bc .swiper-wrapper {
  display: flex;
  will-change: transform;
  transition-property: transform;
}

.slider-bc .swiper-slide {
  flex-shrink: 0;
}

.slider-bc:not(.gb-slider-touch) .swiper-slide,
.slider-bc:not(.gb-slider-touch) .swiper-slide[style] {
  width: 100% !important;
  max-width: 100% !important;
}

.slider-bc:not(.gb-slider-touch) .swiper-wrapper,
.slider-bc:not(.gb-slider-touch) .swiper-wrapper[style] {
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
  transition-duration: 0ms !important;
}

.slider-bc .sdr-item-holder-bc {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 794 / 365;
  height: auto !important;
  min-height: 0;
}

.slider-bc .sdr-image-bc {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 1 !important;
}

@media (max-width: 759px) {
  .slider-bc .sdr-item-holder-bc,
  .hm-row-bc.has-slider .slider-bc .sdr-item-holder-bc {
    aspect-ratio: 376 / 179 !important;
  }
  .slider-bc .swiper,
  .slider-bc .swiper-wrapper,
  .slider-bc .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ===== Snapshot product wrappers v95 ===== */
html body .product-banner-container-bc.col-4.product-banner-without-titles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 12px clamp(10px, 2vw, 18px) 16px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles > div {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 1fr auto !important;
  align-items: end !important;
  justify-items: center !important;
  min-width: 0 !important;
  aspect-ratio: 1 / 0.82 !important;
  padding: 12px !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  isolation: isolate !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 12% 0%, rgba(217, 255, 105, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(16, 59, 40, 0.76), rgba(4, 16, 11, 0.96)) !important;
  border: 1px solid rgba(217, 255, 105, 0.22) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  transform: translateZ(0);
  transition: transform 0.14s ease, filter 0.14s ease, border-color 0.14s ease !important;
  contain: layout paint;
  -webkit-tap-highlight-color: transparent;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles > div::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 23px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.18), transparent 32%, rgba(34, 197, 94, 0.08)),
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.07), transparent 38%);
  pointer-events: none;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles > div::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  height: 56%;
  background: linear-gradient(180deg, transparent, rgba(1, 8, 5, 0.86));
  pointer-events: none;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles > div:active {
  transform: translateZ(0) scale(0.975) !important;
  filter: brightness(1.07) !important;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles > div > a.product-banner-info-bc {
  grid-row: 1 / 3 !important;
  grid-column: 1 !important;
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background: transparent !important;
  touch-action: manipulation !important;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-glass-img-wrap {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles img.product-banner-img-bc,
html body .product-banner-container-bc.col-4.product-banner-without-titles img {
  width: min(82%, 150px) !important;
  height: min(72%, 130px) !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  transform: translateY(-9px) scale(1) !important;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.34)) saturate(1.08) !important;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label {
  grid-row: 2 !important;
  grid-column: 1 !important;
  position: relative !important;
  z-index: 4 !important;
  display: -webkit-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #f7ffe9 !important;
  font-size: clamp(13px, 1.6vw, 17px) !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.62);
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  pointer-events: none !important;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__badge {
  position: absolute !important;
  inset-inline-start: 10px;
  top: 10px;
  z-index: 5;
  max-width: calc(100% - 20px);
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff7f7 !important;
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 18px rgba(185, 28, 28, 0.28);
  pointer-events: none !important;
}

html body button,
html body .btn,
html body a[href],
html body [role="button"],
html body .tab-nav-item-bc {
  touch-action: manipulation;
}

@media (hover: hover) and (pointer: fine) {
  html body .product-banner-container-bc.col-4.product-banner-without-titles > div:hover {
    transform: translateY(-2px) translateZ(0) !important;
    border-color: rgba(217, 255, 105, 0.34) !important;
    filter: brightness(1.04) !important;
  }
}

@media (max-width: 759px) {
  html body .product-banner-container-bc.col-4.product-banner-without-titles {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 10px 10px 14px !important;
  }

  html body .product-banner-container-bc.col-4.product-banner-without-titles > div {
    aspect-ratio: 1 / 0.82 !important;
    min-height: 136px !important;
    padding: 10px !important;
    border-radius: 20px !important;
  }

  html body .product-banner-container-bc.col-4.product-banner-without-titles img.product-banner-img-bc,
  html body .product-banner-container-bc.col-4.product-banner-without-titles img {
    width: min(78%, 118px) !important;
    height: min(66%, 94px) !important;
    transform: translateY(-10px) !important;
  }

  html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}

/* ===== Product shortcut banners v94 - scoped to the 8 home anchors ===== */
html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 12px clamp(10px, 2vw, 18px) 16px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 1fr auto !important;
  align-items: end !important;
  justify-items: center !important;
  min-width: 0 !important;
  aspect-ratio: 1 / 0.82 !important;
  padding: 12px !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  isolation: isolate !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 12% 0%, rgba(217, 255, 105, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(16, 59, 40, 0.76), rgba(4, 16, 11, 0.96)) !important;
  border: 1px solid rgba(217, 255, 105, 0.22) !important;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  transform: translateZ(0);
  transition: transform 0.14s ease, filter 0.14s ease, border-color 0.14s ease !important;
  contain: layout paint;
  -webkit-tap-highlight-color: transparent;
}

html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc:active {
  transform: translateZ(0) scale(0.975) !important;
  filter: brightness(1.07) !important;
}

html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 23px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.18), transparent 32%, rgba(34, 197, 94, 0.08)),
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.07), transparent 38%);
  pointer-events: none;
}

html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  height: 54%;
  background: linear-gradient(180deg, transparent, rgba(1, 8, 5, 0.82));
  pointer-events: none;
}

html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc img {
  grid-row: 1 / 3;
  grid-column: 1;
  align-self: center !important;
  justify-self: center !important;
  position: relative !important;
  z-index: 0 !important;
  width: min(82%, 150px) !important;
  height: min(72%, 130px) !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  transform: translateY(-9px) scale(1) !important;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.34)) saturate(1.08) !important;
}

html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__shine {
  position: absolute;
  inset: -30% auto auto -45%;
  z-index: 2;
  width: 42%;
  height: 180%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(18deg);
  opacity: 0.55;
  pointer-events: none;
}

html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label {
  grid-row: 2;
  grid-column: 1;
  position: relative !important;
  z-index: 3 !important;
  display: -webkit-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #f7ffe9 !important;
  font-size: clamp(13px, 1.6vw, 17px) !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.62);
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  pointer-events: none !important;
}

html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__badge {
  position: absolute !important;
  inset-inline-start: 10px;
  top: 10px;
  z-index: 4;
  max-width: calc(100% - 20px);
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff7f7 !important;
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 18px rgba(185, 28, 28, 0.28);
  pointer-events: none !important;
}

@media (hover: hover) and (pointer: fine) {
  html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc:hover {
    transform: translateY(-2px) translateZ(0) !important;
    border-color: rgba(217, 255, 105, 0.34) !important;
    filter: brightness(1.04) !important;
  }
}

@media (max-width: 759px) {
  html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 10px 10px 14px !important;
  }

  html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc {
    aspect-ratio: 1 / 0.82 !important;
    min-height: 136px !important;
    padding: 10px !important;
    border-radius: 20px !important;
  }

  html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc img {
    width: min(78%, 118px) !important;
    height: min(66%, 94px) !important;
    transform: translateY(-10px) !important;
  }

  html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}

/* ===== Bottom nav scroll lock v93 ===== */
@media (max-width: 759px) {
  html body .layout-navigation-holder-bc {
    position: fixed !important;
    inset: auto 0 0 0 !important;
    z-index: 9500 !important;
    width: 100vw !important;
    height: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    translate: none !important;
    background: transparent !important;
    overflow: visible !important;
    pointer-events: none !important;
    contain: layout paint;
  }

  html body .tab-navigation-w-bc,
  html body .tab-navigation-w-bc.gb-tab-bar-ready {
    position: absolute !important;
    left: 10px !important;
    right: auto !important;
    bottom: max(8px, env(safe-area-inset-bottom, 0px)) !important;
    top: auto !important;
    width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    margin: 0 !important;
    transform: none !important;
    translate: none !important;
    pointer-events: auto !important;
  }
}

.slider-bc .gb-glass-img-wrap {
  display: block !important;
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
}

.slider-bc .gb-glass-img-wrap::before {
  display: none !important;
}

.slider-bc .gb-glass-img-wrap img {
  opacity: 1 !important;
}

.slider-bc.gb-slider-touch .swiper-slide {
  opacity: 1 !important;
  visibility: visible !important;
}

.slider-bc.gb-slider-touch .swiper-wrapper {
  will-change: transform;
}

html.gb-home-booting .hm-row-bc.has-slider .slider-bc {
  opacity: 1;
}

html.gb-home-ready .hm-row-bc.has-slider .slider-bc {
  opacity: 1;
}

.slider-bc .swiper-pagination-fraction {
  position: absolute;
  top: 6px;
  left: 16px;
  z-index: 2;
  min-width: 38px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  border-radius: 4px;
  background: rgba(34, 197, 94, 0.75);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1;
}

/* products ? keep BC grid; only polish images (no layout hacks) */
.product-banner-container-bc.col-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 8px;
  padding: 10px 5px;
}

.product-banner-info-bc img,
.product-banner-container-bc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  filter: none !important;
}

.product-banner-container-bc > div {
  background: transparent !important;
  box-shadow: none !important;
}

.product-banner-container-bc .product-banner-info-bc {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

/* Soft toast only ? does not touch page layout */
.gb-toast {
  position: fixed;
  left: 50%;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  z-index: 12000;
  transform: translate(-50%, 10px);
  opacity: 0;
  padding: 11px 16px;
  border-radius: 12px;
  color: #f3ffe6;
  font-size: 13px;
  font-weight: 700;
  background: rgba(8, 18, 13, 0.92);
  border: 1px solid rgba(184, 230, 58, 0.28);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: none;
  max-width: min(90vw, 320px);
  text-align: center;
}

.gb-toast--show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Home ? announcement ticker above slider (admin: HomeAnnouncement) */
.gb-home-announce {
  margin: 6px 8px 4px;
  padding: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(22, 163, 74, 0.22), rgba(8, 24, 14, 0.92), rgba(22, 163, 74, 0.18));
  border: 1px solid rgba(184, 230, 58, 0.22);
  overflow: hidden;
}

.gb-home-announce__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  min-height: 38px;
}

.gb-home-announce__icon {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
}

.gb-home-announce__viewport {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.gb-home-announce__track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  animation: gbAnnounceScroll 28s linear infinite;
  white-space: nowrap;
  will-change: transform;
}

.gb-home-announce--single .gb-home-announce__track {
  /* Keep marquee even for a single notice (content is duplicated in JS). */
  animation: gbAnnounceScroll 28s linear infinite;
  width: max-content;
  justify-content: flex-start;
}

.gb-home-announce__item {
  color: #e8f8dc;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.gb-home-announce__item:hover {
  color: #d4f5a0;
}

.gb-home-announce__dot {
  opacity: 0.45;
  user-select: none;
}

@keyframes gbAnnounceScroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .gb-home-announce__track {
    animation: gbAnnounceScroll 60s linear infinite;
  }
}

/* Product shortcut titles under icons */
.product-banner-container-bc .gb-product-tile__label {
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: -0.01em;
}

@media (min-width: 760px) {
  .product-banner-container-bc .gb-product-tile__label {
    font-size: 11px;
  }
}

/* games row */
.horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.casinoHorizontalGamesListHorizontalScroll.gb-casino-row-ready,
.casinoHorizontalGamesListHorizontalScroll.horizontal-scroll--no-scroll {
  overflow: hidden !important;
  touch-action: pan-x pinch-zoom;
}

.casinoHorizontalGamesListHorizontalScroll.gb-casino-row-dragging {
  touch-action: none;
}

.casinoHorizontalGamesListHorizontalScroll.gb-casino-row-touch .casinoGameItemContent {
  touch-action: pan-x;
}

.casinoHorizontalGamesListHorizontalScroll.gb-casino-row-touch {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.casinoHorizontalGamesListHorizontalScroll.gb-casino-row-touch:active {
  cursor: grabbing;
}

.casinoHorizontalGamesListHorizontalScroll .horizontal-scroll__inner {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}

.casinoHorizontalGamesListHorizontalScroll .casinoGameItemContent {
  touch-action: manipulation;
  position: relative;
  z-index: 2;
}

.casinoHorizontalGamesListHorizontalScroll .casino-game-tile-hover {
  z-index: 4;
}

.casinoHorizontalGamesListHorizontalScroll:not(.slideableCasinoGame) .casinoGameItemContent--regular {
  width: calc((100% - 16px) / 3);
  min-width: 108px;
  max-width: 150px;
  flex-shrink: 0;
}

@media (min-width: 760px) {
  .casinoHorizontalGamesListHorizontalScroll:not(.slideableCasinoGame) .casinoGameItemContent--regular {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
  }
}

/* Home page ? compact spacing (kill stretched grid rows + misplaced lobby) */
.is-home-page .hm-row-bc {
  grid-auto-rows: min-content !important;
  align-content: start !important;
  gap: 4px !important;
}

.is-home-page .hm-row-bc:not(.has-slider) {
  padding-block: 2px 4px;
  margin: 0;
}

.is-home-page .hm-row-bc:not(.has-slider) .hm-row-bc-inner {
  padding: 2px 2px 4px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.is-home-page .hm-row-bc .sectionTitle {
  margin: 0 2px 6px;
  align-items: center;
  min-height: 0 !important;
}

.is-home-page .hm-row-bc .sectionTitleText {
  font-size: clamp(0.9rem, 3vw, 1.05rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
}

.is-home-page .casinoHorizontalGamesListHorizontalScroll,
.is-home-page .hm-row-bc .horizontal-scroll {
  min-height: 0 !important;
  height: auto !important;
}

.is-home-page .casinoHorizontalGamesListHorizontalScroll .horizontal-scroll__inner,
.is-home-page .hm-row-bc .horizontal-scroll__inner {
  gap: 8px;
  padding: 0 2px 2px;
  align-items: flex-start;
}

.is-home-page .casinoHorizontalGamesListHorizontalScroll:not(.slideableCasinoGame) .casinoGameItemContent--regular,
.is-home-page .hm-row-bc .casinoGameItemContent--regular {
  width: min(42vw, 156px);
  min-width: 132px;
  max-width: 168px;
  flex-shrink: 0;
}

.is-home-page .hm-row-bc .casinoGameItem {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(184, 230, 58, 0.12);
  box-shadow: 0 8px 18px -10px rgba(0, 0, 0, 0.75);
}

.is-home-page .hm-row-bc .casinoGameItemImage,
.is-home-page .hm-row-bc .casinoGameItemImage--regular {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 14px !important;
  display: block;
}

.is-home-page .hm-row-bc .gb-casino-tile {
  gap: 4px;
}

.is-home-page .hm-row-bc .gb-casino-tile__meta {
  padding: 0 1px;
}

.is-home-page .hm-row-bc .gb-casino-tile__title {
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.is-home-page .hm-row-bc .gb-casino-tile__provider {
  display: none;
}

.is-home-page .gb-casino-lobby,
.is-home-page #gb-casino-lobby-ssr {
  display: none !important;
}

@media (max-width: 759px) {
  .is-home-page .product-banner-container-bc {
    gap: 6px !important;
    padding: 6px 4px !important;
  }

  .is-home-page .product-banner-container-bc > div {
    min-width: 0;
  }

  .is-home-page .hm-row-bc:not(.has-slider) .hm-row-bc-inner {
    padding: 2px 0 4px;
  }

  .is-home-page .casinoHorizontalGamesListHorizontalScroll:not(.slideableCasinoGame) .casinoGameItemContent--regular,
  .is-home-page .hm-row-bc .casinoGameItemContent--regular {
    width: min(46vw, 158px);
    min-width: 138px;
    max-width: 168px;
  }
}

@media (min-width: 760px) {
  .is-home-page .casinoHorizontalGamesListHorizontalScroll:not(.slideableCasinoGame) .casinoGameItemContent--regular,
  .is-home-page .hm-row-bc .casinoGameItemContent--regular {
    width: 168px;
    min-width: 168px;
    max-width: 180px;
  }

  .is-home-page .casinoHorizontalGamesListHorizontalScroll .horizontal-scroll__inner,
  .is-home-page .hm-row-bc .horizontal-scroll__inner {
    gap: 10px;
  }

  .is-home-page .hm-row-bc:not(.has-slider) .hm-row-bc-inner {
    padding: 4px 4px 6px;
  }

  .is-home-page .hm-row-bc .gb-casino-tile__provider {
    display: block;
    font-size: 0.62rem;
    opacity: 0.75;
  }

  .is-home-page .hm-row-bc .gb-casino-tile__title {
    -webkit-line-clamp: 2;
    font-size: 0.78rem;
  }
}

@media (min-width: 1100px) {
  .is-home-page .casinoHorizontalGamesListHorizontalScroll:not(.slideableCasinoGame) .casinoGameItemContent--regular,
  .is-home-page .hm-row-bc .casinoGameItemContent--regular {
    width: 188px;
    min-width: 188px;
    max-width: 200px;
  }
}

/* Under-development modal (sports / live) */
.gb-dev-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.gb-dev-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gb-dev-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 6, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.gb-dev-modal__card {
  position: relative;
  z-index: 1;
  width: min(92vw, 380px);
  padding: 28px 22px 22px;
  border-radius: 22px;
  text-align: center;
  background:
    radial-gradient(circle at 30% 0%, rgba(184, 230, 58, 0.18), transparent 55%),
    linear-gradient(165deg, rgba(18, 38, 28, 0.98), rgba(5, 12, 9, 0.98));
  border: 1px solid rgba(212, 181, 106, 0.32);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.2s ease;
}

.gb-dev-modal.is-open .gb-dev-modal__card {
  transform: translateY(0) scale(1);
}

.gb-dev-modal__close {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(243, 248, 244, 0.9);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.gb-dev-modal__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #b8e63a, #d4b56a, #6ee7b7, #b8e63a);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 calc(100% - 6px));
  animation: casino-launch-spin 1.2s linear infinite;
}

.gb-dev-modal__title {
  margin: 0 0 10px;
  font-size: 1.28rem;
  font-weight: 800;
  color: rgba(243, 248, 244, 0.98);
}

.gb-dev-modal__text {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(212, 181, 106, 0.92);
}

.gb-dev-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #b8e63a, #8bc34a);
  color: #08120d;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(184, 230, 58, 0.25);
}

.gb-dev-modal__cta:active {
  transform: scale(0.98);
}

.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.horizontal-scroll__inner {
  display: flex;
  gap: 8px;
  width: max-content;
}

.horizontal-scroll__inner a img {
  width: 150px;
  aspect-ratio: 44 / 31;
  border-radius: var(--fds-ref-radius-xsmall, 8px);
  object-fit: cover;
  display: block;
}

.sectionTitle .section-more-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.sectionTitle .section-more-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* menu drawer icons */
.nav-ico-w-row-bc .asideMenuNavItemIcon {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
}

.m-nav-items-list-item-bc {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* bottom nav labels */
.tab-nav-title-bc {
  display: block;
  max-width: 100%;
}

/* casino listing */
.casinoGamesContainer {
  padding: 8px 7px 24px;
}

.casinoGamesListWrapper {
  width: 100%;
  padding: 0 8px;
}

.casinoGamesList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  padding-bottom: 16px;
}

@media (max-width: 480px) {
  .casinoGamesList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 760px) {
  .casinoGamesList {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 16px;
  }
}

.casinoGameItem {
  position: relative;
}

.casinoGameItemContent {
  display: block;
  text-decoration: none;
  position: relative;
}

@media (max-width: 759px) {
  /* Mobile: never use two-tap hover menu ? open chooser on first tap. */
  .casino-game-tile-hover {
    display: none !important;
    pointer-events: none !important;
  }
}

@media (min-width: 760px) {
  .casino-game-tile-hover {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.72);
    border-radius: inherit;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
  }

  .casinoGameItemContent:hover .casino-game-tile-hover,
  .casinoGameItemContent:focus-within .casino-game-tile-hover,
  .casinoGameItem:hover .casino-game-tile-hover,
  .casinoGameItem:focus-within .casino-game-tile-hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .casino-game-tile-hover-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: min(92%, 168px);
  }

  .casino-game-tile-hover .btn {
    width: 100%;
    min-height: 36px;
    font-size: 13px;
  }

  .casino-game-tile-hover .btn.a-color {
    background: #9fd52e !important;
    border-color: #9fd52e !important;
    color: #0c1408 !important;
  }

  .casino-game-tile-hover .btn.a-outline {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(159, 213, 46, 0.4) !important;
    color: #fff !important;
  }
}

/* legacy mobile is-tile-active block removed ? see max-width rule above */

.casinoHorizontalGamesListHorizontalScroll .casinoGameItemContent.is-tile-active {
  z-index: 6;
  position: relative;
}

.casino-game-tile-hover {
  z-index: 5;
}

.casinoGameItemImage {
  width: 100%;
  aspect-ratio: 44 / 31;
  object-fit: cover;
  display: block;
  border-radius: var(--fds-ref-radius-xsmall, 8px);
}

.casinoGameItem::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(74, 222, 128, 0.18);
}

.casinoGameItem::before,
.product-banner-container-bc > div::before,
.slider-bc .sdr-item-holder-bc::before {
  content: "";
  position: absolute;
  inset: -35% auto -35% -55%;
  width: 42%;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.16) 45%, rgba(255,255,255,0.38) 50%, rgba(255,255,255,0.10) 55%, rgba(255,255,255,0) 100%);
  transform: translateX(-130%) rotate(12deg);
  animation: gbGlassSweep 5.8s ease-in-out infinite;
  z-index: 2;
}

.casinoGameItem,
.product-banner-container-bc > div,
.slider-bc .sdr-item-holder-bc {
  position: relative;
  overflow: hidden;
}

@keyframes gbGlassSweep {
  0%, 76%, 100% { transform: translateX(-130%) rotate(12deg); opacity: 0; }
  8% { opacity: 0.9; }
  28% { transform: translateX(360%) rotate(12deg); opacity: 0.18; }
  29%, 75% { opacity: 0; }
}

.casinoNavigationAndFilters .casinoCategories {
  padding: 8px 0;
}

.casinoGameProviderFilters {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}

.casinoSearchWrapper {
  flex: 1;
}

/* Keep the lobby calm: hide noisy extras users don't need yet */
.casinoGameProviderFilters,
.casinoSearchWrapper,
.casinoNavigationAndFilters,
.expandableContentData,
.android-app-download,
.ftr-payments-bc,
.footerLinkCol:nth-child(n+3) {
  display: none !important;
}

.product-banner-container-bc {
  gap: 10px !important;
}

.hdr-navigation-scrollable-bc .hdr-navigation-link-bc {
  min-width: auto;
}

/* footer */
.layout-footer-holder-bc,
.footerContainer {
  color: rgba(255, 255, 255, 0.85);
}

.footerCopyrights {
  color: rgba(255, 255, 255, 0.6);
}

.android-app-download {
  display: flex;
  justify-content: center;
  padding: 12px 16px 4px;
}

.android-app-download .btn {
  width: 100%;
  max-width: 360px;
}

/* auth popup ? see auth-snapshots.css for snapshot pages */

.hdr-auth-user-bc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  margin-inline-end: 8px;
  max-width: 140px;
}

.hdr-auth-username {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.hdr-auth-balance {
  color: #4ade80;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.hdr-auth-user-bc {
  cursor: pointer;
}

.hdr-user-bc {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  flex-shrink: 0;
}

.hdr-user-bc.gb-auth-busy {
  opacity: 0.85;
}

/* Header login = text link; register = green box */
.hdr-user-bc button.btn.s-small.sign-in {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: 36px !important;
  min-width: 52px !important;
  padding: 7px 10px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.94) !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.hdr-user-bc button.btn.s-small.sign-in:hover,
.hdr-user-bc button.btn.s-small.sign-in:focus,
.hdr-user-bc button.btn.s-small.sign-in:active {
  background: rgba(255, 255, 255, 0.06) !important;
  background-color: rgba(255, 255, 255, 0.06) !important;
  border: none !important;
  color: #86efac !important;
  text-decoration: none !important;
}

.hdr-user-bc button.btn.s-small.register {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: 36px !important;
  min-width: 72px !important;
  padding: 7px 14px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  background-color: #16a34a !important;
  border: 1px solid transparent !important;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 6px 16px rgba(22, 163, 74, 0.28);
}

.hdr-user-bc button.btn.s-small.register:hover,
.hdr-user-bc button.btn.s-small.register:focus,
.hdr-user-bc button.btn.s-small.register:active {
  background: linear-gradient(135deg, #4ade80, #15803d) !important;
  background-color: #15803d !important;
  border-color: transparent !important;
  color: #fff !important;
  text-decoration: none !important;
}

.hdr-user-bc .btn.sign-out,
.hdr-user-bc .gb-admin-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 6px 12px !important;
  border-radius: 9px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.hdr-auth-user-bc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  padding: 2px 4px;
  max-width: 140px;
}

.hdr-auth-username {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #fff !important;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hdr-auth-balance {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #86efac !important;
  direction: ltr;
}

/* glass image loading skeleton */
.gb-glass-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border-radius: inherit;
}

.gb-glass-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0 !important;
  animation: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.gb-glass-img-wrap.is-loaded::before {
  opacity: 0;
}

.gb-glass-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
  transition: opacity 0.2s ease;
}

.gb-glass-img-wrap.is-loaded img {
  opacity: 1 !important;
}

@keyframes gbGlassShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.entrance-form-bc.popup .entrance-form-actions-holder-bc .btn.active {
  opacity: 1;
}

.logo-container .hdr-logo-bc {
  width: 148px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 12px rgba(184, 230, 58, 0.4));
}

.casinoGamesListWrapper > .btn.a-color {
  display: block;
  width: calc(100% - 16px);
  margin: 16px auto;
}

.casinoProviderAndGame .casinoGameRestrictionPopup {
  text-align: center;
  padding: 24px 16px;
}

.casinoProviderAndGame .casinoGameRestrictionPopup__title {
  margin-bottom: 16px;
}

.casinoGameFrameWrapper {
  width: 100%;
  height: calc(100vh - var(--tab-navigation-height) - 90px);
  min-height: 420px;
  background: #000;
}

.casinoGameFrame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (min-width: 760px) {
  .product-banner-container-bc.col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .horizontal-scroll__inner a img {
    width: 190px;
  }
}

@media (max-width: 759px) {
  .product-banner-container-bc.col-4 {
    grid-template-columns: repeat(4, minmax(0, 88px));
    justify-content: space-between;
  }

  .slider-bc {
    touch-action: pan-y pinch-zoom;
  }

  .hdr-navigation-scrollable-bc-holder {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hdr-navigation-link-bc {
    white-space: nowrap;
  }
}

/* Smart panel (three dots) ? DanceBet-style toggle + animated icon rail */
#smart-panel-holder.hdr-toggle-button-bc,
.hdr-toggle-button-bc#smart-panel-holder,
.gb-sp-toggle {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin-inline-end: 6px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(184, 230, 58, 0.18) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 991 !important;
  overflow: visible !important;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease, box-shadow 0.2s ease !important;
}

#smart-panel-holder.hdr-toggle-button-bc:active,
.gb-sp-toggle:active {
  transform: scale(0.94) !important;
}

#smart-panel-holder.has-unread,
.gb-sp-toggle.has-unread {
  border-color: rgba(184, 230, 58, 0.45) !important;
  box-shadow:
    0 0 0 3px rgba(184, 230, 58, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.28) !important;
}

.gb-sp-toggle-badge,
#smart-panel-holder .gb-sp-toggle-badge,
.gb-notice-unread-badge,
.gb-notice-sp-btn [data-badge] {
  position: absolute !important;
  top: -4px !important;
  inset-inline-start: -4px !important;
  left: auto !important;
  right: auto !important;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #b8e63a !important;
  color: #0a160c !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 2px 8px rgba(184, 230, 58, 0.55) !important;
  z-index: 3 !important;
}

.gb-sp-toggle-badge.sf-hidden,
.gb-notice-unread-badge.sf-hidden {
  display: none !important;
}

@media (max-width: 759px) {
  .hdr-user-bc .gb-profile-link,
  .hdr-user-bc .btn.sign-out {
    display: none !important;
  }

  #smart-panel-holder.hdr-toggle-button-bc,
  .gb-sp-toggle {
    display: inline-flex !important;
  }

  .hdr-smart-panel-holder-arrow-bc,
  .gb-smart-panel-shell {
    display: flex !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(-18px, 8px, 0) scale(0.92);
    transform-origin: top left;
    transition:
      opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.28s !important;
  }

  html[dir="rtl"] .hdr-smart-panel-holder-arrow-bc,
  html[dir="rtl"] .gb-smart-panel-shell {
    transform: translate3d(18px, 8px, 0) scale(0.92);
    transform-origin: top right;
  }

  .layout-bc.smart-panel-is-visible .hdr-smart-panel-holder-arrow-bc,
  #root.smart-panel-is-visible .hdr-smart-panel-holder-arrow-bc,
  .layout-bc.smart-panel-is-visible .gb-smart-panel-shell,
  #root.smart-panel-is-visible .gb-smart-panel-shell {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) scale(1) !important;
  }
}

html body .hdr-smart-panel-holder-arrow-bc.gb-smart-panel-shell,
html body .hdr-smart-panel-holder-arrow-bc {
  max-height: calc(100dvh - 96px) !important;
  max-height: calc(100vh - 96px) !important;
  overflow: visible !important;
}

html body .hdr-smart-panel-holder-bc.gb-smart-rail,
html body .gb-smart-rail {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  width: 58px !important;
  max-height: min(460px, calc(100dvh - 100px)) !important;
  max-height: min(460px, calc(100vh - 100px)) !important;
  padding: 10px 8px 12px !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, rgba(16, 30, 20, 0.98), rgba(7, 14, 10, 0.96)) !important;
  border: 1px solid rgba(184, 230, 58, 0.18) !important;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(184, 230, 58, 0.45) transparent !important;
  touch-action: pan-y !important;
}

html body .gb-smart-rail::-webkit-scrollbar {
  width: 3px !important;
}

html body .gb-smart-rail::-webkit-scrollbar-thumb {
  background: rgba(184, 230, 58, 0.4) !important;
  border-radius: 999px !important;
}

html body .gb-smart-rail.has-scroll-more {
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 34px), transparent 100%) !important;
  mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - 34px), transparent 100%) !important;
}

html body .gb-smart-rail .gb-sp-scroll-hint {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 6 !important;
  display: none !important;
  width: 100% !important;
  height: 22px !important;
  margin-top: -6px !important;
  flex: 0 0 auto !important;
  align-items: flex-end !important;
  justify-content: center !important;
  pointer-events: none !important;
  background: linear-gradient(to top, rgba(7, 14, 10, 0.98) 35%, transparent) !important;
}

html body .gb-smart-rail.has-scroll-more .gb-sp-scroll-hint {
  display: flex !important;
}

html body .gb-smart-rail .gb-sp-scroll-hint::after {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  margin-bottom: 2px !important;
  border-inline-end: 2px solid rgba(184, 230, 58, 0.85) !important;
  border-bottom: 2px solid rgba(184, 230, 58, 0.85) !important;
  transform: rotate(45deg) !important;
  animation: gb-sp-hint-bounce 1.1s ease-in-out infinite !important;
}

@keyframes gb-sp-hint-bounce {
  0%, 100% { transform: rotate(45deg) translateY(0); opacity: 0.55; }
  50% { transform: rotate(45deg) translateY(3px); opacity: 1; }
}

html body .gb-smart-rail .sp-button-bc,
html body .gb-smart-rail .gb-sp-circle {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(236, 255, 220, 0.92) !important;
  opacity: 0;
  transform: translate3d(-12px, 0, 0) scale(0.86);
  transition:
    opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1) !important;
  transition-delay: calc(var(--gb-sp-i, 0) * 42ms) !important;
  cursor: pointer !important;
  overflow: visible !important;
}

html[dir="rtl"] body .gb-smart-rail .sp-button-bc,
html[dir="rtl"] body .gb-smart-rail .gb-sp-circle {
  transform: translate3d(12px, 0, 0) scale(0.86);
}

.layout-bc.smart-panel-is-visible .gb-smart-rail .sp-button-bc,
#root.smart-panel-is-visible .gb-smart-rail .sp-button-bc,
.layout-bc.smart-panel-is-visible .gb-smart-rail .gb-sp-circle,
#root.smart-panel-is-visible .gb-smart-rail .gb-sp-circle {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

html body .gb-smart-rail .gb-sp-circle__ring {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.1), transparent 55%),
    rgba(255, 255, 255, 0.05) !important;
  border: 1.5px solid rgba(184, 230, 58, 0.28) !important;
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease !important;
}

html body .gb-smart-rail .gb-sp-circle:hover .gb-sp-circle__ring,
html body .gb-smart-rail .gb-sp-circle:active .gb-sp-circle__ring {
  transform: scale(1.06) !important;
  border-color: rgba(184, 230, 58, 0.55) !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(184, 230, 58, 0.18), transparent 55%),
    rgba(184, 230, 58, 0.1) !important;
  box-shadow:
    0 8px 18px rgba(132, 204, 22, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

html body .gb-smart-rail .gb-sp-circle.is-bonus .gb-sp-circle__ring {
  border-color: rgba(255, 180, 70, 0.28) !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 200, 120, 0.1), transparent 55%),
    rgba(255, 160, 50, 0.05) !important;
}

html body .gb-smart-rail .gb-sp-circle.is-bonus .sp-button-icon-bc {
  color: #ffd18a !important;
}

html body .gb-smart-rail .sp-button-icon-bc {
  font-size: 17px !important;
  line-height: 1 !important;
  color: rgba(236, 255, 220, 0.92) !important;
}

/* Unread notices: green bell ring + green badge (inside circle so overflow won't clip) */
html body .gb-smart-rail .gb-sp-circle.has-unread .gb-sp-circle__ring,
html body .gb-smart-rail [data-gb-sp-action="notices"].has-unread .gb-sp-circle__ring {
  border-color: rgba(184, 230, 58, 0.95) !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(184, 230, 58, 0.35), transparent 55%),
    rgba(184, 230, 58, 0.22) !important;
  box-shadow:
    0 0 0 3px rgba(184, 230, 58, 0.18),
    0 8px 18px rgba(132, 204, 22, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  animation: gb-bell-glow 1.2s ease-in-out infinite !important;
}

html body .gb-smart-rail .gb-sp-circle.has-unread .sp-button-icon-bc,
html body .gb-smart-rail [data-gb-sp-action="notices"].has-unread .sp-button-icon-bc {
  color: #d7ff6a !important;
}

@keyframes gb-bell-glow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.18); }
}

html body .gb-smart-rail .gb-sp-circle [data-badge],
html body .gb-smart-rail .gb-notice-unread-badge,
html body .gb-smart-rail .gb-support-unread-badge {
  position: absolute !important;
  top: 1px !important;
  inset-inline-end: 1px !important;
  inset-inline-start: auto !important;
  left: auto !important;
  right: auto !important;
  min-width: 17px !important;
  height: 17px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #b8e63a !important;
  color: #0a160c !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  z-index: 6 !important;
  box-shadow: 0 2px 8px rgba(184, 230, 58, 0.55) !important;
  pointer-events: none !important;
}

html body .gb-smart-rail .gb-sp-circle [data-badge].sf-hidden,
html body .gb-smart-rail .gb-notice-unread-badge.sf-hidden,
html body .gb-smart-rail .gb-support-unread-badge.sf-hidden {
  display: none !important;
}

html body .gb-smart-rail .gb-support-unread-badge.is-urgent {
  background: #ef4444 !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.5) !important;
}

html body .gb-smart-rail .gb-sp-circle.has-tickets:not(.has-unread) .gb-sp-circle__ring {
  box-shadow: 0 0 0 1.5px rgba(184, 230, 58, 0.45);
}

html body .gb-notice-sp-btn .sp-button-icon-bc {
  font-size: 1.15em !important;
  color: #ffd18a !important;
}

html body .gb-install-sp-btn.is-soft {
  opacity: 0.72;
}

/* Never dim/blur the whole page when the three-dot smart rail opens */
.gb-smart-panel-backdrop,
#gb-smart-panel-backdrop {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html body.smart-panel-is-visible,
html body:has(#root.smart-panel-is-visible),
html body:has(.layout-bc.smart-panel-is-visible),
html body #root.smart-panel-is-visible,
html body .layout-bc.smart-panel-is-visible,
html body #root.smart-panel-is-visible .layout-content-holder-bc,
html body .layout-bc.smart-panel-is-visible .layout-content-holder-bc,
html body #root.smart-panel-is-visible .layout-bc,
html body #root.smart-panel-is-visible .stream-wrapper {
  filter: none !important;
  -webkit-filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.layout-bc.smart-panel-is-visible .hdr-smart-panel-holder-arrow-bc {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  z-index: 9500 !important;
}

.gb-mobile-menu-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: right;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.gb-mobile-menu-btn.has-unread {
  background: rgba(184, 230, 58, 0.08);
}

.gb-menu-unread-badge {
  margin-inline-start: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 2px rgba(8, 18, 12, 0.55);
}

.gb-sp-toggle.gb-notice-pulse,
#smart-panel-holder.gb-notice-pulse,
.tab-nav-item-bc.gb-notice-pulse,
.gb-dock-menu.gb-notice-pulse {
  animation: gb-notice-pulse 0.9s ease-in-out 3;
}

@keyframes gb-notice-pulse {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.08); filter: brightness(1.25); }
}

/* Keep unread badges only on smart-panel / header toggle ? never on product tiles */
html body .product-banner-container-bc .count-blink-even,
html body .hm-row-bc .product-banner-container-bc [data-badge],
html body .gb-home-products .count-blink-even,
html body .gb-home-products [data-badge] {
  display: none !important;
}

.gb-mobile-menu-btn.is-logout {
  color: #fca5a5;
}

.gb-menu-notice {
  list-style: none;
  margin: 0 10px 8px;
  padding: 0;
}

.gb-menu-notice__btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(184, 230, 58, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(184, 230, 58, 0.08), rgba(8, 18, 12, 0.92) 55%);
  color: #eef8e4;
  text-align: right;
  cursor: pointer;
  font: inherit;
}

.gb-menu-notice.is-bonus .gb-menu-notice__btn {
  border-color: rgba(255, 180, 70, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 160, 50, 0.16), rgba(12, 18, 10, 0.94) 52%);
}

.gb-menu-notice.is-unread .gb-menu-notice__btn {
  box-shadow: inset 0 0 0 1px rgba(184, 230, 58, 0.22);
}

.gb-menu-notice__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.gb-menu-notice__kind {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(184, 230, 58, 0.14);
  color: #d7ff6a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.gb-menu-notice.is-bonus .gb-menu-notice__kind {
  background: rgba(255, 160, 50, 0.18);
  color: #ffd18a;
}

.gb-menu-notice__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b8e63a;
  box-shadow: 0 0 0 3px rgba(184, 230, 58, 0.18);
}

.gb-menu-notice__title {
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  color: #f4ffe8;
}

.gb-menu-notice__body {
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(230, 245, 220, 0.68);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gb-notice-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gb-notice-card {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(184, 230, 58, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.gb-notice-card.is-bonus {
  border-color: rgba(255, 180, 70, 0.28);
  background: linear-gradient(135deg, rgba(255, 160, 50, 0.12), rgba(255, 255, 255, 0.02));
}

.gb-notice-card.is-unread {
  box-shadow: inset 0 0 0 1px rgba(184, 230, 58, 0.2);
}

.gb-notice-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.gb-notice-card__kind {
  font-size: 10px;
  font-weight: 800;
  color: #d7ff6a;
}

.gb-notice-card__new {
  font-size: 10px;
  font-weight: 800;
  color: #102008;
  background: #c8f255;
  border-radius: 999px;
  padding: 2px 8px;
}

.gb-notice-card h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: #f4ffe8;
}

.gb-notice-card p {
  margin: 0 0 10px;
  color: rgba(236, 255, 220, 0.72);
  font-size: 0.84rem;
  line-height: 1.5;
}

.gb-notice-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  background: rgba(184, 230, 58, 0.16);
  color: #e8ffb0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.gb-mobile-menu-btn.gb-menu-announce,
.gb-mobile-menu-list a.gb-menu-announce {
  align-items: flex-start;
  white-space: normal;
  line-height: 1.35;
}

.gb-mobile-menu-btn.gb-menu-announce span,
.gb-mobile-menu-list a.gb-menu-announce span {
  white-space: normal;
  font-size: 12.5px;
  font-weight: 700;
}

.gb-mobile-menu-btn:hover,
.gb-mobile-menu-list a:hover {
  background: rgba(34, 197, 94, 0.12);
}

.gb-mobile-menu-sep {
  list-style: none;
  padding: 10px 16px 4px;
  margin: 6px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.02em;
}

.gb-mobile-menu-sep span {
  display: block;
}

.layout-bc.smart-panel-is-visible .hdr-smart-panel-holder-arrow-bc {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

/* RTL slider ? finger follows slide direction */
html[dir="rtl"] .slider-bc.gb-slider-touch .swiper-wrapper {
  direction: ltr;
}

html[dir="rtl"] .slider-bc.gb-slider-touch .swiper-slide {
  direction: rtl;
}

/* Hide hero slider on every page except home */
#root:not(.is-home-page) .hm-row-bc.has-slider,
.layout-bc:not(.is-home-page) .hm-row-bc.has-slider {
  display: none !important;
}

html.gb-boot-skip #gb-page-loader,
html.gb-boot-skip.gb-booting #gb-page-loader,
html.gb-boot-skip.gb-nav-loading #gb-page-loader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.gb-boot-skip.gb-booting body > :not(#gb-page-loader) {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

/* ---- Global page loader (boot + navigation) ---- */
html.gb-booting,
html.gb-booting body {
  background: #050c09 !important;
}

html.gb-booting body > :not(#gb-page-loader):not(#snapshot-auth-popup):not(#gb-profile-overlay):not(#gb-support-overlay):not(#gb-account-overlay):not(#gb-dev-modal):not(.header-bc):not(.layout-header-holder-bc):not(.tab-navigation-w-bc) {
  opacity: 0.15 !important;
  pointer-events: none !important;
}

html.gb-booting .header-bc,
html.gb-booting .layout-header-holder-bc,
html.gb-booting .tab-navigation-w-bc,
html.gb-booting .hdr-user-bc,
html.gb-booting #snapshot-auth-popup,
html.gb-booting #gb-profile-overlay,
html.gb-booting #gb-dev-modal {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Keep snapshot login/register hidden while session hint is present. */
html.gb-auth-hint .hdr-user-bc > button.btn.sign-in,
html.gb-auth-hint .hdr-user-bc > button.btn.register,
html.gb-auth-hint .hdr-user-bc > .btn.sign-in,
html.gb-auth-hint .hdr-user-bc > .btn.register {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

html.gb-auth-hint .hdr-user-bc {
  min-width: 120px !important;
  min-height: 36px !important;
}

html.gb-nav-loading #gb-page-loader {
  background: rgba(5, 12, 9, 0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: none !important;
}

html.gb-booting #gb-page-loader {
  pointer-events: none !important;
}

#gb-page-loader {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483646 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 70% 45% at 50% 40%, rgba(184, 230, 58, 0.14), transparent 60%),
    #050c09 !important;
  transition: opacity 0.35s ease, visibility 0.35s;
  pointer-events: none;
  overflow: hidden;
}

html.gb-booting #gb-page-loader,
html.gb-nav-loading #gb-page-loader {
  opacity: 1 !important;
  visibility: visible !important;
}

#gb-page-loader.is-done {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.gb-loader-stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 28px;
  width: min(100%, 280px);
}

.gb-loader-mark {
  position: relative;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
}

.gb-loader-spin {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(184, 230, 58, 0.18);
  border-top-color: #c5f04a;
  border-right-color: #8fd12a;
  animation: gb-loader-spin 0.85s linear infinite;
  box-sizing: border-box;
}

.gb-loader-logo {
  position: relative;
  z-index: 1;
  width: 72px !important;
  height: 72px !important;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.gb-loader-brand {
  color: #f4fbe8;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.gb-loader-bar {
  width: 140px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.gb-loader-bar span {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8fd12a, #c5f04a);
  animation: gb-loader-bar 1.1s ease-in-out infinite;
}

.gb-loader-status {
  color: rgba(238, 246, 238, 0.7);
  font-size: 14px;
  font-weight: 700;
}

.gb-loader-ring-wrap { position: relative; width: 96px; height: 96px; }
.gb-loader-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 3px solid rgba(184, 230, 58, 0.18);
  border-top-color: #c5f04a;
  animation: gb-loader-spin 0.85s linear infinite;
}
.gb-loader-core,
.gb-loader-orb,
.gb-loader-halo,
.gb-loader-dots { display: none !important; }

@keyframes gb-loader-spin { to { transform: rotate(360deg); } }
@keyframes gb-loader-bar {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(320%); }
}

@media (prefers-reduced-motion: reduce) {
  .gb-loader-spin,
  .gb-loader-ring,
  .gb-loader-bar span { animation: none !important; }
}

/* ---- BetConstruct rotating loader (matches original "??? ????" loading) ---- */
.bc-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
}

.bc-loader-contain {
  position: relative;
  margin: auto;
}

.bc-loader-animation {
  animation: bc-loader-rotate 2s linear infinite;
  transform-origin: center center;
  width: 100%;
  height: 100%;
}

.bc-loader.small .bc-loader-animation { width: 24px; height: 24px; }
.bc-loader.medium .bc-loader-animation { width: 68px; height: 68px; }
.bc-loader.big .bc-loader-animation { width: 120px; height: 120px; }

.bc-loader-animation .path {
  stroke: rgba(var(--hero), 1);
  stroke-linecap: round;
  animation: bc-loader-dash 1.5s ease-in-out infinite;
}

@keyframes bc-loader-rotate {
  100% { transform: rotate(360deg); }
}

@keyframes bc-loader-dash {
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}

/* Full-page virtual sports loading overlay */
.virtual-sports-loader {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: rgba(var(--b), 1);
}

.virtual-sports-loader .vs-loader-logo {
  max-width: 170px;
  height: auto;
  opacity: 0.95;
  animation: vs-logo-pulse 1.6s ease-in-out infinite;
}

.virtual-sports-loader .vs-loader-text {
  color: rgba(var(--b-sc), 0.75);
  font-size: 13px;
  letter-spacing: 0.5px;
}

@keyframes vs-logo-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.97); }
  50% { opacity: 1; transform: scale(1); }
}

/* Virtual sports lobby grid */
.virtualSportsPage .casinoGamesList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 760px) { .virtualSportsPage .casinoGamesList { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; } }
@media (min-width: 1100px) { .virtualSportsPage .casinoGamesList { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } }

.virtualSportsPage .casinoGameItemImage {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Virtual sports: clean top strip, ?? ???? badges, hide offline leftovers */
html body #root.virtual-sports .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
html body .virtual-sports .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
html body #root.virtual-sports .header-bc .hdr-navigation-scrollable-bc-holder,
html body .virtual-sports .header-bc .hdr-navigation-scrollable-bc-holder,
html body #root.virtual-sports .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
html body .virtual-sports .hdr-navigation-scrollable-bc:not(.user-tab-navigation) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

html body #root.virtual-sports,
html body .virtual-sports {
  --gb-fixed-header-h: calc(58px + env(safe-area-inset-top, 0px));
  --mobile-header-navigation-height: 0px;
}

html body #root.virtual-sports .layout-content-holder-bc,
html body .virtual-sports .layout-content-holder-bc {
  padding-top: var(--gb-fixed-header-h, 58px) !important;
  padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
}

html body #root.virtual-sports .virtualSportsBlock,
html body .virtual-sports .virtualSportsBlock,
html body #root.virtual-sports .virtualSportsPage,
html body .virtual-sports .virtualSportsPage {
  padding: 12px 12px 8px !important;
  box-sizing: border-box !important;
}

html body #root.virtual-sports .virtualSportsBlock .casinoGamesList,
html body .virtual-sports .virtualSportsBlock .casinoGamesList,
html body #root.virtual-sports .virtualSportsPage .casinoGamesList,
html body .virtual-sports .virtualSportsPage .casinoGamesList,
html body #root.virtual-sports .casinoGamesList,
html body .virtual-sports .casinoGamesList {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 760px) {
  html body #root.virtual-sports .virtualSportsBlock .casinoGamesList,
  html body .virtual-sports .virtualSportsBlock .casinoGamesList,
  html body #root.virtual-sports .casinoGamesList,
  html body .virtual-sports .casinoGamesList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

html body #root.virtual-sports .virtualSportsBlock .casinoGameItemContent,
html body .virtual-sports .virtualSportsBlock .casinoGameItemContent,
html body #root.virtual-sports .virtualSportsBlock .gb-casino-tile,
html body .virtual-sports .virtualSportsBlock .gb-casino-tile {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: rgba(8, 18, 13, 0.45) !important;
  border: 1px solid rgba(184, 230, 58, 0.12) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28) !important;
}

html body #root.virtual-sports .virtualSportsBlock .casinoGameItem,
html body .virtual-sports .virtualSportsBlock .casinoGameItem,
html body #root.virtual-sports .virtualSportsBlock .gb-casino-tile__media,
html body .virtual-sports .virtualSportsBlock .gb-casino-tile__media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

html body #root.virtual-sports .virtualSportsBlock .casinoGameItemImage,
html body .virtual-sports .virtualSportsBlock .casinoGameItemImage,
html body #root.virtual-sports .virtualSportsBlock img,
html body .virtual-sports .virtualSportsBlock img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
}

html body #root.virtual-sports .virtualSportsBlock .gb-casino-tile__soon,
html body .virtual-sports .virtualSportsBlock .gb-casino-tile__soon {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 3 !important;
}

html body #root.virtual-sports .gb-casino-lobby,
html body .virtual-sports .gb-casino-lobby,
html body #root.virtual-sports .hm-row-bc,
html body .virtual-sports .hm-row-bc,
html body #root.virtual-sports .casinoHorizontalGamesList,
html body .virtual-sports .casinoHorizontalGamesList,
html body #root.virtual-sports .casinoHorizontalGamesListWrapper,
html body .virtual-sports .casinoHorizontalGamesListWrapper,
html body #root.virtual-sports .expandableContentWrapper,
html body .virtual-sports .expandableContentWrapper,
html body #root.virtual-sports .expandableContent,
html body .virtual-sports .expandableContent,
html body #root.virtual-sports .expandableContentToggle,
html body .virtual-sports .expandableContentToggle {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* Casino game launch overlay ? premium sheet */
.casino-launch-overlay {
  position: fixed;
  inset: 0;
  z-index: 13050;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.casino-launch-overlay.hidden { display: none; }

.casino-launch-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 5, 0.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.casino-launch-backdrop.gb-launch-fade-enter {
  animation: gb-launch-fade 0.22s ease both;
}

@keyframes gb-launch-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.casino-launch-panel,
.gb-launch-sheet,
.gb-launch-sheet-v2 {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  max-height: 92vh;
  overflow: auto;
  margin: 0;
  padding: 0 0 calc(14px + env(safe-area-inset-bottom));
  border-radius: 26px 26px 0 0;
  background:
    radial-gradient(120% 70% at 50% 0%, rgba(196, 242, 74, 0.14), transparent 55%),
    linear-gradient(180deg, #13281c 0%, #0a1410 55%, #070e0a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  box-shadow: 0 -24px 60px rgba(0, 0, 0, 0.55);
  will-change: transform;
  transform: translateY(0);
}

.casino-launch-panel.gb-launch-enter,
.gb-launch-sheet.gb-launch-enter,
.gb-launch-sheet-v2.gb-launch-enter {
  animation: gb-launch-up 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes gb-launch-up {
  from { transform: translate3d(0, 100%, 0); opacity: 0.92; }
  to { transform: translate3d(0, 0, 0); opacity: 1; }
}

/* Android: blur on full-screen overlay is a major jank source ? solid dim instead. */
html.gb-android .casino-launch-backdrop,
html.gb-low-motion .casino-launch-backdrop {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: rgba(2, 8, 5, 0.84) !important;
}

html.gb-android .tab-navigation-w-bc,
html.gb-android .tab-navigation-w-bc.gb-tab-bar-ready {
  -webkit-backdrop-filter: blur(10px) saturate(1.2) !important;
  backdrop-filter: blur(10px) saturate(1.2) !important;
}

html.gb-android .tab-navigation-w-bc::after,
html.gb-low-motion .tab-navigation-w-bc::after {
  animation: none !important;
  display: none !important;
}

.gb-launch-handle {
  width: 42px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.gb-launch-close {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.gb-launch-cover {
  position: relative;
  height: 150px;
  margin: 8px 12px 0;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(196, 242, 74, 0.12), rgba(20, 40, 28, 0.9)),
    #102018;
}

.gb-launch-cover.is-empty {
  height: 88px;
}

.gb-launch-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  filter: saturate(1.08) brightness(0.9);
}

.gb-launch-cover-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 14, 10, 0.05), rgba(7, 14, 10, 0.82) 78%, #0a1410),
    radial-gradient(80% 60% at 80% 20%, rgba(196, 242, 74, 0.18), transparent 60%);
  pointer-events: none;
}

.gb-launch-hero {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 0 18px;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.casino-launch-thumb {
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  margin: 0 !important;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  background: #0d1a14;
}

.casino-launch-thumb img {
  width: 86px !important;
  height: 86px !important;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.gb-launch-meta {
  min-width: 0;
  flex: 1;
  padding: 0 0 4px;
  padding-inline-end: 8px;
  text-align: start;
  direction: rtl;
}

.casino-launch-balance {
  text-align: start;
  color: #4ade80;
  font-size: 13px;
  margin: 6px 0 0;
  font-weight: 800;
}

.gb-launch-chip {
  display: inline-flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(196, 242, 74, 0.14);
  border: 1px solid rgba(196, 242, 74, 0.28);
  color: #c4f24a;
  font-size: 11px;
  font-weight: 800;
}

.gb-launch-title,
.casino-launch-title {
  margin: 0 0 5px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.gb-launch-provider,
.casino-launch-provider {
  margin: 0 !important;
  color: rgba(232, 238, 232, 0.62) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.gb-launch-actions,
.casino-launch-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding: 18px 16px 8px !important;
}

.casino-launch-panel .btn.a-color,
.casino-launch-panel .btn.a-outline,
.gb-launch-actions .btn,
.gb-launch-btn-primary,
.gb-launch-btn-secondary {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  min-height: 58px !important;
  border-radius: 16px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.gb-launch-btn-label {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.gb-launch-btn-sub {
  font-size: 11.5px;
  font-weight: 600;
  opacity: 0.72;
  line-height: 1.2;
}

.casino-launch-panel .btn.a-color,
.gb-launch-actions .btn.a-color,
.gb-launch-btn-primary {
  background: linear-gradient(135deg, #d8ff6e, #9fd52e) !important;
  color: #102008 !important;
  border: 0 !important;
  box-shadow: 0 14px 32px rgba(196, 242, 74, 0.28) !important;
}

.casino-launch-panel .btn.a-outline,
.gb-launch-actions .btn.a-outline,
.gb-launch-btn-secondary {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.gb-launch-btn-primary:active,
.gb-launch-btn-secondary:active {
  transform: scale(0.985);
}

.casino-launch-panel.hidden,
.casino-launch-backdrop.hidden,
.casino-launch-panel.casino-launch-panel--hidden {
  display: none;
}

@media (min-width: 680px) {
  .casino-launch-overlay { align-items: center; }
  .casino-launch-panel,
  .gb-launch-sheet,
  .gb-launch-sheet-v2 {
    border-radius: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 16px;
    overflow: hidden;
  }
  .gb-launch-cover { height: 170px; }
}

.casino-launch-frame {
  position: fixed;
  inset: 0;
  z-index: 10060;
  background: #0a1610;
  display: flex;
  flex-direction: column;
}

.casino-launch-frame.hidden {
  display: none;
}

.casino-launch-toolbar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #0e2016;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 2;
}

.casino-launch-toolbar-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #4ade80;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  padding: 4px 0;
}

.casino-launch-toolbar-title {
  flex: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding-left: 48px;
}

.casino-launch-toolbar-balance {
  flex: 0 0 auto;
  font-size: 12px;
  color: #4ade80;
  white-space: nowrap;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(74, 222, 128, 0.12);
}

.casino-launch-iframe-wrap {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
}

.casino-launch-frame .casinoGameFrame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.casino-launch-error {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 22, 16, 0.96);
}

.casino-launch-error.hidden {
  display: none;
}

.casino-launch-error-box {
  width: min(100%, 340px);
  text-align: center;
  padding: 24px 20px;
  border-radius: 12px;
  background: #0e2016;
  border: 1px solid rgba(74, 222, 128, 0.2);
}

.casino-launch-error-title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #fff;
}

.casino-launch-error-msg {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.casino-launch-error-actions {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.casino-launch-loading {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #0a1610;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.casino-launch-loading.hidden {
  display: none;
}

.casino-launch-loading-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(34, 197, 94, 0.35));
}

.casino-launch-spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #b8e63a 0deg,
    #6ee7b7 120deg,
    #d4b56a 240deg,
    #b8e63a 360deg
  );
  animation: casino-launch-spin 0.85s linear infinite;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px));
  border: 0;
}

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

body.casino-launch-open {
  overflow: hidden;
}

.virtualSportsPage .casinoGameItemImage {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--border-radius);
}

/* Desktop/mobile: do NOT override BetConstruct is-mobile layout.
   m.dancebet.com keeps is-mobile on all widths; media queries inside
   vendor CSS already handle wide screens. */

/* Live casino: never show any game tiles (section deleted / coming soon only) */
.live-casino-games .casinoGameItemContent,
.live-casino-games .casinoGamesList .casinoGameItemContent,
#root.live-casino-games .casinoGameItemContent {
  display: none !important;
}

.live-casino-games .jackpot-pools-widget,
.live-casino-games .casinoTopWinnersWidget,
.live-casino-games .casinoHorizontalGamesList,
.live-casino-games .casinoProvidersWidget,
.live-casino-games .casinoGameProviderFilters {
  display: none !important;
}

/* Coming soon ? quiet empty state */
.gb-coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(42vh, 320px);
  padding: 28px 16px 40px;
  width: 100%;
}

.gb-coming-soon-card {
  position: relative;
  text-align: center;
  max-width: 320px;
  padding: 22px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.gb-coming-soon-pulse {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #e8ff9a, #9fd52e 60%, transparent 72%);
  opacity: 0.9;
}

.gb-coming-soon-icon {
  display: none !important;
}

.gb-coming-soon-title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(243, 248, 244, 0.92);
}

.gb-coming-soon-text {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(232, 238, 232, 0.55);
  line-height: 1.55;
}

.gb-coming-soon-hint {
  margin: 12px 0 0;
  font-size: 0.82rem;
  color: rgba(159, 213, 46, 0.85);
  line-height: 1.45;
}

/* Live casino: coming-soon logo grid (not empty panel) */
html body .live-casino-games .gb-live-casino-lobby,
html body #root.live-casino-games .gb-live-casino-lobby {
  display: block !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 10px 12px 24px !important;
  box-sizing: border-box !important;
}

html body .live-casino-games .gb-live-casino-lobby .gb-casino-lobby__head,
html body #root.live-casino-games .gb-live-casino-lobby .gb-casino-lobby__head {
  margin: 0 0 12px !important;
  padding: 0 !important;
}

html body .live-casino-games .gb-live-casino-lobby .gb-casino-lobby__head h1 {
  margin: 0 0 4px !important;
  font-size: 1.15rem !important;
  color: #e8ffe0 !important;
}

html body .live-casino-games .gb-live-casino-lobby .gb-casino-lobby__sub {
  margin: 0 !important;
  font-size: 0.85rem !important;
  color: rgba(232, 255, 224, 0.62) !important;
}

html body .live-casino-games .gb-casino-tile.is-coming-soon,
html body #root.live-casino-games .gb-casino-tile.is-coming-soon {
  cursor: default !important;
  opacity: 1 !important;
}

html body .live-casino-games .gb-casino-tile__soon,
html body .gb-casino-tile__soon {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 2 !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  background: rgba(220, 38, 38, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  pointer-events: none !important;
}

html body .gb-casino-tile__flag {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  z-index: 2 !important;
  width: 22px !important;
  height: 15px !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45) !important;
  pointer-events: none !important;
  background:
    linear-gradient(#239f40 0 33.33%, #fff 33.33% 66.66%, #da0000 66.66% 100%) !important;
}

html body .gb-casino-tile__flag::after {
  content: "" !important;
  position: absolute !important;
  inset: 33.33% 38% 33.33% 38% !important;
  background: #da0000 !important;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%) !important;
}

html body .live-casino-games .gb-casino-tile.is-coming-soon .gb-casino-tile__media,
html body #root.live-casino-games .gb-casino-tile.is-coming-soon .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-casino-tile__media {
  position: relative !important;
}

html body .live-casino-games .hm-row-bc.has-slider,
html body .live-casino-games .gb-vip-home,
html body .live-casino-games .gb-home-curated-row,
html body .live-casino-games .product-banner-container-bc,
html body .live-casino-games .gb-coming-soon,
html body #root.live-casino-games .hm-row-bc.has-slider,
html body #root.live-casino-games .gb-coming-soon {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gb-section-coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 100px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.gb-section-coming-soon-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(232, 238, 232, 0.55);
  letter-spacing: 0;
}

/* Home: red ??? ????? badge beside Live Casino title */
html body .is-home-page .sectionTitleText .gb-title-soon,
html body .is-home-page .gb-home-live-soon .gb-title-soon {
  display: inline-block !important;
  margin-inline-start: 8px !important;
  padding: 2px 8px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  color: #ff3b3b !important;
  background: rgba(255, 59, 59, 0.14) !important;
  border: 1px solid rgba(255, 59, 59, 0.45) !important;
  vertical-align: middle !important;
}

html body .is-home-page .hm-row-bc.gb-home-row-removed,
html body .is-home-page .hm-row-bc.gb-home-row-removed .horizontal-scroll {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Live Casino homepage: same horizontal VIP carousel strip */
html body .is-home-page .hm-row-bc.gb-home-live-soon,
html body .is-home-page .hm-row-bc.gb-home-live-soon--title {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 8px 0 14px !important;
  padding: 0 12px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .hm-row-bc-inner,
html body .is-home-page .hm-row-bc.gb-home-live-soon .casinoHorizontalGamesList,
html body .is-home-page .hm-row-bc.gb-home-live-soon .casinoGamesWidget {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .sectionTitle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 36px !important;
  height: auto !important;
  margin: 4px 0 10px !important;
  padding-inline: 4px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .sectionTitle::before {
  content: "" !important;
  display: block !important;
  width: 4px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ffd18a, #ff8c1a 55%, #b8e63a) !important;
  box-shadow: 0 0 12px rgba(255, 140, 26, 0.45) !important;
  flex: 0 0 auto !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .sectionTitleText {
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 12px !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  font-size: clamp(1.05rem, 4.2vw, 1.35rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .sectionTitleText::before {
  content: "" !important;
  position: absolute !important;
  inset-inline-start: 0 !important;
  top: 15% !important;
  bottom: 15% !important;
  width: 3px !important;
  border-radius: 3px !important;
  background: linear-gradient(180deg, #b8e63a, #ffd18a) !important;
  display: block !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon a.ds-link {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-live-home-scroll,
html body .is-home-page .hm-row-bc.gb-home-live-soon .casinoHorizontalGamesListHorizontalScroll,
html body .is-home-page .hm-row-bc.gb-home-live-soon .horizontal-scroll {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  touch-action: pan-x pinch-zoom !important;
  cursor: grab !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  background: transparent !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-home-live-soon__grid,
html body .is-home-page .hm-row-bc.gb-home-live-soon #gb-home-live-soon-grid,
html body .is-home-page .hm-row-bc.gb-home-live-soon .horizontal-scroll__inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  overflow: visible !important;
  direction: ltr !important;
  will-change: transform !important;
  grid-template-columns: none !important;
  background: transparent !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Live tiles = same size chrome as VIP curated strip (#id beats carousel min-height:0) */
html body .is-home-page #gb-home-live-soon .gb-casino-tile,
html body .is-home-page #gb-home-live-soon .casinoGameItemContent,
html body .is-home-page #gb-home-live-soon .casinoGameItemContent--regular,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-casino-tile,
html body .is-home-page .hm-row-bc.gb-home-live-soon .casinoGameItemContent,
html body .is-home-page .hm-row-bc.gb-home-live-soon .casinoGameItemContent--regular {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  flex: 0 0 156px !important;
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
  height: auto !important;
  min-height: 170px !important;
  flex-shrink: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  margin: 0 !important;
  background: transparent !important;
}

html body .is-home-page #gb-home-live-soon .gb-vip-banner-carousel .gb-casino-tile,
html body .is-home-page #gb-home-live-soon .gb-vip-banner-carousel .casinoGameItemContent,
html body .is-home-page #gb-home-live-soon .gb-vip-banner-carousel .casinoGameItemContent--regular {
  flex: 0 0 126px !important;
  width: 126px !important;
  min-width: 126px !important;
  max-width: 126px !important;
  min-height: 170px !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-home-live-soon .casinoGameItem {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 320 / 213 !important;
  min-height: 104px !important;
  height: auto !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(212, 255, 120, 0.18) !important;
  box-shadow:
    0 16px 34px -18px rgba(0, 0, 0, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  background: #102016 !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-vip-banner-carousel .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-vip-banner-carousel .casinoGameItem {
  min-height: 86px !important;
  border-radius: 12px !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-casino-tile__media img,
html body .is-home-page .hm-row-bc.gb-home-live-soon .casinoGameItemImage,
html body .is-home-page .hm-row-bc.gb-home-live-soon .casinoGameItemImage--regular {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  border-radius: inherit !important;
  z-index: 2 !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-casino-tile__meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 2px !important;
  margin-top: 6px !important;
  padding: 0 2px !important;
  text-align: start !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-casino-tile__title {
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #e8ffe0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-casino-tile__provider {
  display: block !important;
  color: rgba(232, 255, 224, 0.55) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

/* Hide legacy empty shells inside live-soon ? keep carousel track */
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-section-coming-soon,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-coming-soon,
html body .is-home-page .hm-row-bc.gb-home-live-soon .casinoGamesList:not(.gb-home-live-soon__grid):not(.gb-vip-home-grid) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

/* Never show ticket reply toasts ? badge only */
html body .gb-support-toast,
html body .gb-support-toast.is-visible {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Kill empty BC leftover rows that paint a black block above the footer */
html body .is-home-page .hm-row-bc.gb-home-row-collapsed,
html body .is-home-page .hm-row-bc:has(.featuredGames.sf-hidden),
html body .is-home-page .hm-row-bc:has(.popular-matches-bc.sf-hidden),
html body .is-home-page .hm-row-bc:has(.upcoming-games.sf-hidden),
html body .is-home-page .hm-row-bc:has(> .hm-row-bc-inner > .featuredGames.sf-hidden:only-child),
html body .is-home-page .hm-row-bc:has(> .hm-row-bc-inner > .popular-matches-bc.sf-hidden),
html body .is-home-page .hm-row-bc:has(> .hm-row-bc-inner > .upcoming-games.sf-hidden),
html body .is-home-page .featuredGames.sf-hidden,
html body .is-home-page .popular-matches-bc.sf-hidden,
html body .is-home-page .upcoming-games.sf-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

/* Instant press feedback */
.gb-press,
.casinoGameItemContent.is-opening {
  transform: scale(0.97);
  opacity: 0.88;
  transition: transform 0.08s ease, opacity 0.08s ease;
}

.casino-launch-spinner {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid rgba(159, 213, 46, 0.2);
  border-top-color: #9fd52e;
  background: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  animation: casino-launch-spin 0.75s linear infinite;
}

.casino-launch-panel .btn.a-color,
.casino-launch-panel .btn.a-outline {
  min-height: 44px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.casino-launch-panel .btn.a-color {
  background: #9fd52e !important;
  color: #0c1408 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Coming soon ? clean empty casino / live lobby (legacy block kept above) */

/* Hide leftover BetConstruct tiles; keep curated .gb-casino-tile lobby cards. */
html[data-gb-grids-stripped] .casino-slots .casinoGameItemContent:not(.gb-casino-tile),
html[data-gb-grids-stripped] .live-casino-games .casinoGameItemContent:not(.gb-casino-tile),
html[data-gb-grids-stripped] .skill-games-page .casinoGameItemContent:not(.gb-casino-tile),
#root.casino-slots .casinoGameItemContent:not(.gb-casino-tile),
.casino-slots .casinoGameItemContent:not(.gb-casino-tile) {
  display: none !important;
}

/* ===== Modern curated casino lobby (slots) ===== */
html[data-gb-casino-lobby] .casino-slots .jackpot-pools-widget,
html[data-gb-casino-lobby] .casino-slots .betconstruct-jackpot,
html[data-gb-casino-lobby] .casino-slots .casinoTopWinnersWidget,
html[data-gb-casino-lobby] .casino-slots .casinoHorizontalGamesList,
html[data-gb-casino-lobby] .casino-slots .casinoHorizontalGamesListWrapper,
html[data-gb-casino-lobby] .casino-slots .casinoHorizontalGamesListHorizontalScroll,
html[data-gb-casino-lobby] .casino-slots [class*="casinoHorizontalGamesList"],
html[data-gb-casino-lobby] .casino-slots .casinoProvidersWidget,
html[data-gb-casino-lobby] .casino-slots .casinoGameProviderFilters,
html[data-gb-casino-lobby] .casino-slots .casinoCategories,
html[data-gb-casino-lobby] .casino-slots .casinoNavigationAndFilters,
html[data-gb-casino-lobby] .casino-slots .casinoLobbyContainer > .hm-row-bc,
#root.casino-slots .casinoHorizontalGamesListHorizontalScroll,
#root.casino-slots [class*="casinoHorizontalGamesList"],
#root.casino-slots .casinoNavigationAndFilters,
#root.casino-slots .casinoLobbyContainer > .hm-row-bc {
  display: none !important;
}

/* Always visible ? do not depend on data attrs racing with hydrate.
   Search uses .is-search-hidden because display:flex !important beats [hidden]/style.display.
   Keep #root in hide rules so boot CSS (also #root) cannot force tiles visible during search. */
.gb-casino-lobby .casinoGameItemContent:not(.is-search-hidden),
.gb-casino-lobby .gb-casino-tile:not(.is-search-hidden),
html[data-gb-grids-stripped] .gb-casino-lobby .casinoGameItemContent:not(.is-search-hidden),
html[data-gb-grids-stripped] .gb-casino-lobby .gb-casino-tile:not(.is-search-hidden),
html[data-gb-casino-lobby] .casino-slots .gb-casino-lobby .casinoGameItemContent:not(.is-search-hidden),
html[data-gb-casino-lobby] .casino-slots .gb-casino-lobby .gb-casino-tile:not(.is-search-hidden),
#root.casino-slots .gb-casino-lobby .casinoGameItemContent:not(.is-search-hidden),
#root.casino-slots .gb-casino-lobby .gb-casino-tile:not(.is-search-hidden),
#root.skill-games-page .gb-casino-lobby .casinoGameItemContent:not(.is-search-hidden),
#root.skill-games-page .gb-casino-lobby .gb-casino-tile:not(.is-search-hidden),
#root.live-casino-games .gb-casino-lobby .casinoGameItemContent:not(.is-search-hidden),
#root.live-casino-games .gb-casino-lobby .gb-casino-tile:not(.is-search-hidden) {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.gb-casino-lobby .casinoGameItemContent.is-search-hidden,
.gb-casino-lobby .gb-casino-tile.is-search-hidden,
html body .gb-casino-lobby .casinoGameItemContent.is-search-hidden,
html body .gb-casino-lobby .gb-casino-tile.is-search-hidden,
#root .gb-casino-lobby .casinoGameItemContent.is-search-hidden,
#root .gb-casino-lobby .gb-casino-tile.is-search-hidden,
#root.casino-slots .gb-casino-lobby .casinoGameItemContent.is-search-hidden,
#root.casino-slots .gb-casino-lobby .gb-casino-tile.is-search-hidden,
#root.skill-games-page .gb-casino-lobby .casinoGameItemContent.is-search-hidden,
#root.skill-games-page .gb-casino-lobby .gb-casino-tile.is-search-hidden,
#root.live-casino-games .gb-casino-lobby .casinoGameItemContent.is-search-hidden,
#root.live-casino-games .gb-casino-lobby .gb-casino-tile.is-search-hidden,
html body #root .gb-casino-lobby .casinoGameItemContent.is-search-hidden,
html body #root .gb-casino-lobby .gb-casino-tile.is-search-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.gb-casino-lobby__search-empty {
  margin: 18px 4px 8px;
  text-align: center;
  color: rgba(210, 230, 200, 0.72);
  font-size: 0.92rem;
}

.gb-casino-lobby__search-empty[hidden] {
  display: none !important;
}

/* Fake BetConstruct search / filters ? hide when curated lobby is present. */
html[data-gb-casino-lobby] .skill-games-page .casinoNavigationAndFilters,
#root.skill-games-page .casinoNavigationAndFilters,
.skill-games-page #gb-casino-lobby-ssr ~ .casinoNavigationAndFilters,
.skill-games-page .casinoLobbyContainer > .casinoNavigationAndFilters,
html[data-gb-casino-lobby] .live-casino-games .casinoNavigationAndFilters,
#root.live-casino-games .casinoNavigationAndFilters {
  display: none !important;
}

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

.gb-casino-lobby {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 12px 12px calc(28px + env(safe-area-inset-bottom));
  contain: content;
}

.gb-casino-lobby__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.gb-casino-lobby__titles h1 {
  margin: 0;
  font-size: clamp(1.25rem, 3.6vw, 1.7rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #f4f7f1;
}

.gb-casino-lobby__titles p {
  margin: 4px 0 0;
  font-size: 0.82rem;
  color: rgba(210, 230, 200, 0.62);
}

.gb-casino-lobby__eyebrow {
  display: none;
}

.gb-casino-lobby__search {
  flex: 1 1 200px;
  max-width: 280px;
}

.gb-casino-lobby__search-input {
  width: 100%;
  border: 1px solid rgba(184, 230, 58, 0.22);
  background: rgba(8, 16, 12, 0.72);
  color: #eef8e4;
  border-radius: 14px;
  padding: 11px 14px;
  font: inherit;
  font-size: 0.92rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gb-casino-lobby__search-input:focus {
  border-color: rgba(184, 230, 58, 0.55);
  box-shadow: 0 0 0 3px rgba(184, 230, 58, 0.12);
}

.gb-casino-lobby__wrap {
  padding: 0 !important;
}

.gb-casino-lobby__grid.casinoGamesList {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-bottom: 8px;
}

@media (min-width: 560px) {
  .gb-casino-lobby__grid.casinoGamesList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 860px) {
  .gb-casino-lobby__grid.casinoGamesList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 1100px) {
  .gb-casino-lobby__grid.casinoGamesList {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.gb-casino-tile:not(.is-search-hidden) {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: right;
  border-radius: 16px;
  transition: transform 0.18s ease;
  will-change: transform;
  content-visibility: visible;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.gb-casino-tile:hover,
.gb-casino-tile:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.gb-casino-tile__media {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(40, 70, 42, 0.55), rgba(10, 16, 12, 0.95));
  border: 1px solid rgba(184, 230, 58, 0.16);
  box-shadow: 0 10px 28px -18px rgba(0, 0, 0, 0.85);
}

.gb-casino-tile__media img,
.gb-casino-tile .casinoGameItemImage {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.gb-casino-tile__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 4px 2px;
  min-width: 0;
}

.gb-casino-tile__title {
  font-size: 0.88rem;
  font-weight: 800;
  color: #f3f8ee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gb-casino-tile__provider {
  font-size: 0.72rem;
  color: rgba(184, 230, 58, 0.72);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (prefers-reduced-motion: reduce) {
  .gb-casino-tile {
    transition: none;
  }
}

/* Keep navigation chips usable if still present */
.casino-slots.gb-casino-lobby-ready .casinoGamesContainer {
  min-height: 50vh;
  padding-top: 4px;
}

/* ---- Comfort UX: mobile + desktop touch/readability ---- */
@media (max-width: 759px) {
  .hdr-user-bc {
    gap: 6px !important;
  }

  .hdr-user-bc button.btn.s-small.sign-in,
  .hdr-user-bc button.btn.s-small.register {
    min-height: 40px !important;
    font-size: 13px !important;
    padding: 8px 12px !important;
  }

  .hdr-user-bc button.btn.s-small.register {
    min-width: 78px !important;
    border-radius: 12px !important;
  }

  .hdr-auth-user-bc {
    max-width: 112px;
  }

  .hdr-navigation-link-bc {
    padding-inline: 10px !important;
    min-height: 40px;
    display: inline-flex !important;
    align-items: center;
  }

  .layout-content-holder-bc,
  .hm-row-bc-inner {
    padding-inline: max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-left));
  }

  .product-banner-container-bc {
    gap: 8px !important;
  }

  .casinoGameItemContent,
  .gb-casino-tile {
    border-radius: 14px !important;
  }

  .casino-tile-play,
  .casino-tile-demo {
    min-height: 40px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }
}

@media (min-width: 760px) {
  .hdr-user-bc button.btn.s-small.sign-in,
  .hdr-user-bc button.btn.s-small.register {
    min-height: 38px !important;
    font-size: 13px !important;
  }

  .layout-content-holder-bc {
    max-width: 1280px;
    margin-inline: auto;
  }

  .hdr-auth-user-bc {
    max-width: 180px;
  }
}

/* Faster perceived paint: avoid heavy filters on product banners */
.product-banner-container-bc img {
  filter: none !important;
}

/* ===== Chrome polish: nav / tabs / footer (layout-safe) ===== */
.hdr-navigation-scrollable-bc {
  background: linear-gradient(180deg, rgba(10, 22, 16, 0.95), rgba(8, 18, 13, 0.98)) !important;
  border-bottom: 1px solid rgba(184, 230, 58, 0.1) !important;
}

.hdr-navigation-scrollable-content {
  gap: 4px;
  padding: 4px 8px !important;
  align-items: center;
}

.hdr-navigation-link-bc {
  min-height: 36px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  color: rgba(232, 240, 234, 0.72) !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hdr-navigation-link-bc .nav-menu-title {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

.hdr-navigation-link-bc:hover {
  color: #f4fbe8 !important;
  background: rgba(184, 230, 58, 0.08) !important;
}

.hdr-navigation-link-bc.active,
.hdr-navigation-link-bc[aria-current="page"] {
  color: #102008 !important;
  background: linear-gradient(135deg, #d4ff6a, #9fd52e) !important;
  box-shadow: 0 6px 16px rgba(184, 230, 58, 0.28) !important;
}

.hdr-navigation-link-bc.active::after,
.hdr-navigation-link-bc[aria-current="page"]::after {
  display: none !important;
}

.hdr-navigation-link-bc.active .nav-menu-title,
.hdr-navigation-link-bc[aria-current="page"] .nav-menu-title {
  color: inherit !important;
  font-weight: 800 !important;
}

/* Mobile tab bar ? single fixed row (no floating dock) */
@media (max-width: 759px) {
  html body .tab-navigation-w-bc.gb-tab-bar-ready,
  html body .tab-navigation-w-bc {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    grid-template-columns: unset !important;
    height: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 0 !important;
  }

  html body .tab-navigation-w-bc .tab-navigation-container-bc,
  html body .tab-navigation-w-bc .tab-navigation-bc {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: row !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    max-width: none !important;
  }

  html body .tab-navigation-w-bc .tab-nav-item-bc,
  html body .tab-navigation-w-bc .gb-dock-account {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 1px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 4px 2px 5px !important;
    overflow: visible !important;
  }

  html body .tab-navigation-w-bc .gb-dock-account {
    border: none;
    cursor: pointer;
    background: rgba(184, 230, 58, 0.1) !important;
    -webkit-tap-highlight-color: transparent;
  }

  html body .tab-navigation-w-bc .gb-dock-account .tab-nav-icon-bc {
    color: #c5f04a !important;
  }

  html body .tab-navigation-w-bc .tab-nav-title-bc {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    display: block !important;
  }
}

.tab-navigation-w-bc {
  background: rgba(8, 18, 13, 0.92) !important;
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
  border-top: 1px solid rgba(184, 230, 58, 0.14) !important;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.28) !important;
  padding-bottom: env(safe-area-inset-bottom, 0);
  margin: 0 !important;
  border-radius: 0 !important;
}

.tab-nav-item-bc {
  border-radius: 10px;
  margin: 0 !important;
  min-height: 0;
  gap: 2px;
  transition: background 0.18s ease, color 0.18s ease;
}

.tab-nav-item-bc .tab-nav-icon-bc,
.tab-nav-item-bc i {
  font-size: 18px !important;
  transition: transform 0.18s ease, color 0.18s ease;
  color: rgba(232, 238, 232, 0.75);
}

.tab-nav-item-bc .tab-nav-title-bc {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  color: rgba(232, 238, 232, 0.7);
}

.tab-nav-item-bc.active {
  background: rgba(184, 230, 58, 0.14) !important;
  transform: none;
}

.tab-nav-item-bc.active .tab-nav-icon-bc,
.tab-nav-item-bc.active i {
  color: #c5f04a !important;
  transform: translateY(-1px) scale(1.05);
}

.tab-nav-item-bc.active .tab-nav-title-bc {
  color: #eef8dc !important;
}

/* Side / burger menu */
.m-nav-items-list-bc,
.asideMenuContent,
.m-navigation-container-bc {
  background: linear-gradient(165deg, #0d1a14 0%, #070e0a 100%) !important;
}

.m-nav-items-list-item-bc,
.app-nav-link,
.asideMenuNavLink {
  border-radius: 12px !important;
  margin: 4px 8px !important;
  transition: background 0.18s ease, color 0.18s ease;
}

.m-nav-items-list-item-bc:hover,
.app-nav-link:hover,
.asideMenuNavLink:hover,
.m-nav-items-list-item-bc.active,
.app-nav-link.active {
  background: rgba(184, 230, 58, 0.1) !important;
  color: #d4ff6a !important;
}

/* Footer */
.layout-footer-holder-bc {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(184, 230, 58, 0.07), transparent 55%),
    linear-gradient(180deg, rgba(8, 18, 13, 0.2), rgba(5, 12, 9, 0.98)) !important;
  border-top: 1px solid rgba(184, 230, 58, 0.12) !important;
  padding-top: 10px !important;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0)) !important;
  margin-top: 8px !important;
  box-shadow: none !important;
}

.footerContainerWrapper,
.footerContainer,
.footerWrapper {
  background: transparent !important;
  border-top: 0 !important;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

/* Kill stacked inset divider lines from BC footer CSS */
.footerContainerWrapper:not(:first-child),
.footerContainerWrapper + .footerContainerWrapper,
.layout-footer-holder-bc .footerContainerWrapper {
  box-shadow: none !important;
  border-top: 0 !important;
}

/* SEO / expandable chevron above footer ? hide site-wide (useless leftover bar) */
html body .expandableContentWrapper,
html body #root .expandableContentWrapper,
html body .expandableContent,
html body #root .expandableContent,
html body .expandableContentToggle,
html body #root .expandableContentToggle,
html body .expandableContentData,
html body .footerWrapper > .expandableContentWrapper {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Hidden leftover home rows (featured / upcoming) should not leave gaps */
html body .is-home-page .hm-row-bc:has(.featuredGames),
html body .is-home-page .hm-row-bc:has(.popular-matches-bc),
html body .is-home-page .hm-row-bc:has(.sf-hidden:only-child) {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footerLinksSection,
.footerLinkCols {
  gap: 16px 24px;
}

.footerLinkColTitle {
  color: rgba(196, 242, 74, 0.85) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  margin-bottom: 10px !important;
}

.footerLinkColEl a {
  color: rgba(232, 240, 234, 0.55) !important;
  font-size: 12.5px !important;
  transition: color 0.18s ease;
}

.footerLinkColEl a:hover {
  color: #d4ff6a !important;
}

.footerSocialLink {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px 4px;
  flex-wrap: wrap;
}

.footerSocialLink a {
  width: 40px;
  height: 40px;
  display: grid !important;
  place-items: center;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(184, 230, 58, 0.12) !important;
  color: rgba(232, 240, 234, 0.7) !important;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.footerSocialLink a:hover,
.footerSocialLink a:active {
  transform: translateY(-2px);
  background: rgba(184, 230, 58, 0.12) !important;
  border-color: rgba(184, 230, 58, 0.35) !important;
  color: #c5f04a !important;
}

.footerCopyrights,
.ftr-copy-rights-bc {
  color: rgba(232, 240, 234, 0.42) !important;
  font-size: 11.5px !important;
  text-align: center;
}

@media (max-width: 759px) {
  .hdr-navigation-scrollable-content {
    padding: 6px 10px !important;
    gap: 6px;
  }

  .hdr-navigation-link-bc {
    min-height: 34px !important;
    padding: 0 12px !important;
  }

  .tab-navigation-w-bc {
    padding-inline: 4px;
  }

  .footerLinksSection {
    padding-top: 12px !important;
  }

  .footerLinkColTitle {
    text-align: center;
  }
}

@media (min-width: 760px) {
  .hdr-navigation-link-bc {
    min-height: 38px !important;
    padding: 0 16px !important;
  }

  .hdr-navigation-link-bc .nav-menu-title {
    font-size: 13px !important;
  }

  .footerContainer {
    max-width: 1100px;
    margin-inline: auto;
  }

  .footerSocialLink a {
    width: 44px;
    height: 44px;
  }
}
/* Casino mobile stability + speed patch */
html body #root.casino-slots,
html body .casino-slots {
  overflow-x: hidden !important;
}

html body .casino-slots .layout-content-holder-bc,
html body #root.casino-slots .layout-content-holder-bc,
html body .casino-slots .casinoGamesContainer,
html body #root.casino-slots .casinoGamesContainer {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

html body .gb-casino-lobby {
  width: 100% !important;
  max-width: 1180px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body .gb-casino-lobby__grid.casinoGamesList {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  align-items: start !important;
  overflow: visible !important;
}

html body .gb-casino-lobby .gb-casino-tile {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  transform: translateZ(0);
  animation: gb-casino-soft-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

html body .gb-casino-lobby .gb-casino-tile__media {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

html body .gb-casino-lobby .gb-casino-tile__media::after {
  content: "";
  position: absolute;
  inset: -35% -70%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 42%, rgba(255, 255, 255, 0.16) 50%, transparent 58%);
  transform: translateX(75%) rotate(8deg);
  animation: gb-casino-sheen 4.8s ease-in-out infinite;
}

html body .gb-casino-lobby .gb-casino-tile__title,
html body .gb-casino-lobby .gb-casino-tile__provider {
  max-width: 100% !important;
  min-width: 0 !important;
}

@keyframes gb-casino-soft-in {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes gb-casino-sheen {
  0%, 52% {
    opacity: 0;
    transform: translateX(75%) rotate(8deg);
  }
  64% {
    opacity: 1;
  }
  82%, 100% {
    opacity: 0;
    transform: translateX(-75%) rotate(8deg);
  }
}

@media (max-width: 759px) {
  html body .gb-casino-lobby {
    padding: 8px 10px calc(92px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
  }

  html body .gb-casino-lobby__head {
    align-items: stretch !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
  }

  html body .gb-casino-lobby__titles,
  html body .gb-casino-lobby__search {
    width: 100% !important;
    max-width: none !important;
  }

  html body .gb-casino-lobby__titles h1 {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  html body .gb-casino-lobby__titles p {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  html body .gb-casino-lobby__grid.casinoGamesList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    padding: 0 !important;
  }

  html body .gb-casino-lobby .gb-casino-tile {
    gap: 6px !important;
    border-radius: 14px !important;
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__media {
    aspect-ratio: 4 / 5 !important;
    border-radius: 14px !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__meta {
    padding-inline: 2px !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__title {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__provider {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .gb-casino-lobby .gb-casino-tile,
  html body .gb-casino-lobby .gb-casino-tile__media::after {
    animation: none !important;
  }
}

/* Home refresh: cleaner minimal layout and fixed game captions */
html body .is-home-page .layout-content-holder-bc,
html body #root.is-home-page .layout-content-holder-bc {
  overflow-x: hidden !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(184, 230, 58, 0.08), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(52, 211, 153, 0.07), transparent 30%),
    #08110d !important;
}

html body .is-home-page .hm-row-bc {
  margin-block: 10px !important;
}

html body .is-home-page .hm-row-bc-inner {
  width: min(1180px, calc(100vw - 18px)) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

html body .is-home-page .hm-row-bc.has-slider {
  margin-top: 8px !important;
}

html body .is-home-page .hm-row-bc.has-slider .hm-row-bc-inner {
  width: min(1220px, calc(100vw - 12px)) !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Single frame only ? round the slide image, not nested wrappers */
html body .is-home-page .slider-bc,
html body .is-home-page .slider-bc .swiper,
html body .is-home-page .slider-bc .swiper-wrapper,
html body .is-home-page .slider-bc .swiper-slide,
html body .is-home-page .sdr-item-bc {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

html body .is-home-page .slider-bc {
  overflow: visible !important;
}

html body .is-home-page .slider-bc .swiper {
  overflow: hidden !important;
  border-radius: 16px !important;
}

html body .is-home-page .sdr-item-holder-bc,
html body .is-home-page .sdr-image-bc {
  border-radius: 16px !important;
  overflow: hidden !important;
}

html body .is-home-page .sectionTitle {
  min-height: 32px !important;
  margin: 0 0 8px !important;
  padding-inline: 2px !important;
}

html body .is-home-page .sectionTitleText {
  color: #f6fff0 !important;
  font-size: clamp(15px, 3.6vw, 19px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body .is-home-page .product-banner-container-bc {
  width: min(900px, calc(100vw - 14px)) !important;
  margin: 8px auto 12px !important;
  padding: 8px !important;
  gap: 9px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.025) !important;
}

html body .is-home-page .product-banner-container-bc > div {
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

html body .is-home-page .casinoHorizontalGamesListHorizontalScroll,
html body .is-home-page .hm-row-bc .horizontal-scroll {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  padding: 6px 0 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(4, 13, 9, 0.34) !important;
}

html body .is-home-page .casinoHorizontalGamesListHorizontalScroll .horizontal-scroll__inner,
html body .is-home-page .hm-row-bc .horizontal-scroll__inner {
  gap: 10px !important;
  padding: 0 8px !important;
  align-items: stretch !important;
}

html body .is-home-page .hm-row-bc .casinoGameItemContent--regular,
html body .is-home-page .hm-row-bc .gb-casino-tile {
  width: clamp(132px, 42vw, 166px) !important;
  min-width: clamp(132px, 42vw, 166px) !important;
  max-width: clamp(132px, 42vw, 166px) !important;
  height: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}

html body .is-home-page .hm-row-bc .gb-casino-tile__media,
html body .is-home-page .hm-row-bc .casinoGameItem {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

html body .is-home-page .hm-row-bc .casinoGameItemImage,
html body .is-home-page .hm-row-bc .casinoGameItemImage--regular {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 16px !important;
}

html body .is-home-page .hm-row-bc .gb-casino-tile__meta {
  width: 100% !important;
  min-width: 0 !important;
  padding: 6px 4px 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
  direction: rtl !important;
  overflow: hidden !important;
}

html body .is-home-page .hm-row-bc .gb-casino-tile__title {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  color: #f7fff2 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body .is-home-page .hm-row-bc .gb-casino-tile__provider {
  display: none !important;
}

@media (max-width: 520px) {
  html body .is-home-page .hm-row-bc {
    margin-block: 8px !important;
  }

  html body .is-home-page .slider-bc .swiper,
  html body .is-home-page .sdr-item-holder-bc,
  html body .is-home-page .sdr-image-bc {
    border-radius: 14px !important;
  }

  html body .is-home-page .product-banner-container-bc {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px !important;
    padding: 7px !important;
  }

  html body .is-home-page .product-banner-container-bc > div {
    border-radius: 15px !important;
  }

  html body .is-home-page .product-banner-container-bc img {
    padding: 6px !important;
  }
}

@media (min-width: 760px) {
  html body .is-home-page .hm-row-bc .casinoGameItemContent--regular,
  html body .is-home-page .hm-row-bc .gb-casino-tile {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
  }

  html body .is-home-page .product-banner-container-bc {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}

/* Site-wide polish without heavy paint cost */
html body .btn,
html body button,
html body [role="button"],
html body a[href] {
  -webkit-tap-highlight-color: transparent;
}

html body .btn,
html body button.btn,
html body .gb-dev-modal__cta,
html body .gb-soon-modal__cta {
  transition:
    transform 0.13s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.13s ease,
    box-shadow 0.13s ease !important;
}

html body .btn:active,
html body button.btn:active,
html body .gb-press {
  transform: translateY(1px) scale(0.982) !important;
  filter: brightness(1.05) !important;
}

html body .hdr-user-bc .btn.s-small {
  min-height: 38px !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
}

html body .hdr-user-bc .btn.s-small.sign-in {
  color: #f5fff0 !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
}

html body .hdr-user-bc .btn.s-small.register {
  color: #06120b !important;
  background: linear-gradient(135deg, #d9ff77, #34d399) !important;
}

html body .casinoGameItemContent,
html body .gb-casino-tile,
html body .product-banner-container-bc > div {
  backface-visibility: hidden;
}

html body .casinoGameItemContent:hover,
html body .gb-casino-tile:hover,
html body .product-banner-container-bc > div:hover {
  filter: brightness(1.06) saturate(1.04);
}

@media (max-width: 759px) {
  html body .hdr-user-bc .btn.s-small {
    min-height: 36px !important;
    padding-inline: 11px !important;
  }

  html body .layout-content-holder-bc {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* ===== Mobile nav/profile polish v85 ===== */
@media (max-width: 759px) {
  :root,
  html {
    --tab-navigation-height: 72px !important;
  }

  html body .layout-content-holder-bc {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
  }

  html body .layout-navigation-holder-bc {
    height: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 10px max(8px, env(safe-area-inset-bottom, 0px)) !important;
    bottom: 0 !important;
    background: transparent !important;
    pointer-events: none;
  }

  html body .tab-navigation-w-bc,
  html body .tab-navigation-w-bc.gb-tab-bar-ready {
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;
    left: 10px !important;
    right: auto !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 0 !important;
    margin-inline: 0 !important;
    padding: 7px 8px !important;
    isolation: isolate !important;
    overflow: visible !important;
    border-radius: 26px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035) 34%, rgba(7, 24, 17, 0.72)),
      radial-gradient(circle at 18% 0%, rgba(217, 255, 105, 0.22), transparent 34%),
      radial-gradient(circle at 90% 118%, rgba(34, 197, 94, 0.18), transparent 42%),
      rgba(9, 26, 18, 0.78) !important;
    border: 1px solid rgba(226, 255, 188, 0.26) !important;
    box-shadow:
      0 -18px 42px rgba(0, 0, 0, 0.3),
      0 8px 28px rgba(12, 45, 28, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      inset 0 -1px 0 rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(20px) saturate(1.45) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.45) !important;
    pointer-events: auto;
  }

  html.gb-low-motion body .tab-navigation-w-bc,
  html.gb-low-motion body .tab-navigation-w-bc .tab-navigation-container-bc,
  html.gb-low-motion body .tab-navigation-w-bc .tab-navigation-bc,
  html body.gb-low-motion .tab-navigation-w-bc,
  html body.gb-low-motion .tab-navigation-w-bc .tab-navigation-container-bc {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #0a1a12 !important;
    box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.35) !important;
  }

  html.gb-low-motion body .tab-navigation-w-bc::before,
  html.gb-low-motion body .tab-navigation-w-bc::after {
    display: none !important;
    animation: none !important;
    content: none !important;
  }

  html body .tab-navigation-w-bc::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: 25px;
    background:
      linear-gradient(110deg, rgba(255, 255, 255, 0.24), transparent 28%, transparent 70%, rgba(217, 255, 105, 0.12)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0));
    pointer-events: none;
  }

  html body .tab-navigation-w-bc::after {
    content: "";
    position: absolute;
    inset: -42% auto auto -28%;
    width: 42%;
    height: 210%;
    z-index: -1;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transform: translate3d(-110%, 0, 0) rotate(18deg);
    animation: gbDockGlassSweep 12s ease-in-out infinite;
    pointer-events: none;
    will-change: transform;
  }

  html body .tab-navigation-w-bc .tab-nav-item-bc,
  html body .tab-navigation-w-bc .gb-dock-account {
    position: relative !important;
    display: flex !important;
    flex: 1 1 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 2px !important;
    padding: 4px 2px 6px !important;
    border: 0 !important;
    border-radius: 19px !important;
    background: transparent !important;
    color: rgba(241, 255, 236, 0.68) !important;
    overflow: visible !important;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.16s ease, color 0.16s ease, background 0.16s ease;
  }

  html body .tab-navigation-w-bc .tab-nav-item-bc::before,
  html body .tab-navigation-w-bc .gb-dock-account::before {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 17px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.03)),
      linear-gradient(135deg, rgba(163, 230, 53, 0.22), rgba(34, 197, 94, 0.1));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 8px 18px rgba(34, 197, 94, 0.1);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.16s ease, transform 0.16s ease;
    pointer-events: none;
  }

  html body .tab-navigation-w-bc .tab-nav-item-bc:active,
  html body .tab-navigation-w-bc .gb-dock-account:active {
    transform: scale(0.96);
  }

  html body .tab-navigation-w-bc .tab-nav-item-bc.active::before,
  html body .tab-navigation-w-bc .tab-nav-item-bc[aria-current="page"]::before,
  html body .tab-navigation-w-bc .gb-dock-account.active::before {
    opacity: 1;
    transform: scale(1);
  }

  html body .tab-navigation-w-bc .tab-nav-icon-bc,
  html body .tab-navigation-w-bc .tab-nav-item-bc > i.tab-nav-icon-bc,
  html body .tab-navigation-w-bc .tab-nav-item-bc > i:not(.gb-betslip-count),
  html body .tab-navigation-w-bc .gb-dock-account .tab-nav-icon-bc {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    place-items: center !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 auto 3px !important;
    color: rgba(241, 255, 236, 0.72) !important;
    font-size: 18px !important;
    line-height: 1 !important;
    pointer-events: none !important;
  }

  html body .tab-navigation-w-bc .tab-nav-title-bc {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    color: rgba(241, 255, 236, 0.78) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-overflow: clip !important;
    white-space: normal !important;
    pointer-events: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  }

  html body .tab-navigation-w-bc .tab-nav-item-bc.active .tab-nav-icon-bc,
  html body .tab-navigation-w-bc .tab-nav-item-bc[aria-current="page"] .tab-nav-icon-bc,
  html body .tab-navigation-w-bc .gb-dock-account.active .tab-nav-icon-bc {
    color: #d9ff69 !important;
    transform: translateY(-1px);
  }

  html body .tab-navigation-w-bc .tab-nav-item-bc.active .tab-nav-title-bc,
  html body .tab-navigation-w-bc .tab-nav-item-bc[aria-current="page"] .tab-nav-title-bc,
  html body .tab-navigation-w-bc .gb-dock-account.active .tab-nav-title-bc {
    color: #f6ffe8 !important;
  }

  @keyframes gbDockGlassSweep {
    0%, 68%, 100% {
      transform: translate3d(-120%, 0, 0) rotate(18deg);
      opacity: 0;
    }
    76% {
      opacity: 0.68;
    }
    88% {
      transform: translate3d(420%, 0, 0) rotate(18deg);
      opacity: 0;
    }
  }

  html.gb-low-motion body .tab-navigation-w-bc::after,
  html.gb-busy-ui body .tab-navigation-w-bc::after {
    animation: none !important;
    display: none !important;
  }

  @media (prefers-reduced-motion: reduce) {
    html body .tab-navigation-w-bc::after {
      animation: none !important;
      display: none !important;
    }

    html body .tab-navigation-w-bc .tab-nav-item-bc,
    html body .tab-navigation-w-bc .gb-dock-account,
    html body .tab-navigation-w-bc .tab-nav-item-bc::before,
    html body .tab-navigation-w-bc .gb-dock-account::before {
      transition: none !important;
    }
  }

  html body .hdr-user-bc {
    min-width: 0 !important;
    gap: 5px !important;
  }

  html body .hdr-user-bc .gb-profile-link,
  html body .hdr-user-bc .btn.s-small.gb-profile-link {
    min-width: 36px !important;
    max-width: 42px !important;
    width: 38px !important;
    height: 34px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    background: rgba(163, 230, 53, 0.14) !important;
    border: 1px solid rgba(163, 230, 53, 0.2) !important;
    color: #d9ff69 !important;
  }

  html body .hdr-user-bc .gb-profile-link span {
    display: none !important;
  }

  html body .hdr-user-bc .gb-profile-link::before {
    content: "\263A";
    font-size: 18px;
    line-height: 1;
  }

  html body .hdr-auth-username {
    max-width: 82px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body .hdr-auth-balance {
    max-width: 98px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

/* ===== Home product cards/text polish v92 ===== */
html body .is-home-page .product-banner-container-bc,
html body .product-banner-container-bc.col-4.product-banner-without-titles {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 12px 10px 14px !important;
  gap: 14px !important;
  box-sizing: border-box !important;
}

html body .is-home-page .product-banner-container-bc > div,
html body .product-banner-container-bc.col-4.product-banner-without-titles > div {
  position: relative !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 18% 0%, rgba(217, 255, 105, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(18, 55, 38, 0.72), rgba(6, 18, 13, 0.92)) !important;
  border: 1px solid rgba(217, 255, 105, 0.2) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  contain: layout paint;
}

html body .is-home-page .product-banner-container-bc > div::before,
html body .product-banner-container-bc.col-4.product-banner-without-titles > div::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: 21px;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.16), transparent 38%, rgba(163, 230, 53, 0.08));
  pointer-events: none;
}

html body .is-home-page .product-banner-container-bc > div::after,
html body .product-banner-container-bc.col-4.product-banner-without-titles > div::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 5, 0.68));
  pointer-events: none;
}

html body .is-home-page .product-banner-container-bc .product-banner-info-bc,
html body .product-banner-container-bc.col-4.product-banner-without-titles .product-banner-info-bc,
html body .is-home-page .product-banner-container-bc a,
html body .product-banner-container-bc.col-4.product-banner-without-titles a {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  border-radius: 22px !important;
  background: transparent !important;
  overflow: hidden !important;
}

html body .is-home-page .product-banner-container-bc img,
html body .product-banner-container-bc.col-4.product-banner-without-titles img {
  position: relative !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  transform: scale(1.035) !important;
  filter: saturate(1.08) contrast(1.04) brightness(0.96) !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__label,
html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label,
html body .product-banner-container-bc .product-banner-title-bc,
html body .product-banner-container-bc .nav-menu-title,
html body .product-banner-container-bc p,
html body .product-banner-container-bc span {
  position: relative;
  z-index: 3;
  max-width: calc(100% - 18px) !important;
  overflow: hidden !important;
  color: #f6ffe8 !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

html body .ellipsis,
html body .nav-menu-title,
html body .hdr-navigation-link-bc .nav-menu-title,
html body .m-nav-list-item-title-bc,
html body .footerLinkColEl a {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body .tab-navigation-w-bc .tab-nav-title-bc {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

html body .m-nav-list-item-title-bc,
html body .footerLinkColEl a,
html body .gb-mobile-menu-list span,
html body .gb-account-card p,
html body .gb-account-stat-row span {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  line-height: 1.55 !important;
}

@media (min-width: 760px) {
  html body .is-home-page .product-banner-container-bc,
  html body .product-banner-container-bc.col-4.product-banner-without-titles {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  html body .is-home-page .product-banner-container-bc > div,
  html body .product-banner-container-bc.col-4.product-banner-without-titles > div {
    aspect-ratio: 1 / 0.78 !important;
  }
}

@media (max-width: 759px) {
  html body .is-home-page .product-banner-container-bc,
  html body .product-banner-container-bc.col-4.product-banner-without-titles {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 8px 8px 10px !important;
  }

  html body .is-home-page .product-banner-container-bc > div,
  html body .product-banner-container-bc.col-4.product-banner-without-titles > div {
    aspect-ratio: 1 / 1 !important;
    border-radius: 16px !important;
    padding: 6px !important;
  }

  html body .is-home-page .product-banner-container-bc .gb-product-tile__label,
  html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label,
  html body .product-banner-container-bc .product-banner-title-bc,
  html body .product-banner-container-bc .nav-menu-title,
  html body .product-banner-container-bc p,
  html body .product-banner-container-bc span {
    font-size: 11px !important;
    -webkit-line-clamp: 2;
    line-height: 1.2 !important;
  }

  html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label {
    font-size: 11px !important;
    bottom: 6px !important;
    left: 4px !important;
    right: 4px !important;
  }

  html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc img,
  html body .product-banner-container-bc.col-4.product-banner-without-titles img.product-banner-img-bc,
  html body .product-banner-container-bc.col-4.product-banner-without-titles img {
    width: min(72%, 54px) !important;
    height: min(58%, 46px) !important;
    max-width: 54px !important;
    max-height: 46px !important;
  }
}

/* ===== Mobile cool-down: stop GPU heat / hang on phones ===== */
@media (pointer: coarse), (max-width: 900px) {
  .tab-navigation-w-bc,
  .tab-navigation-container-bc,
  .tab-navigation-bc {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #0a1a12 !important;
    box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.35) !important;
  }

  .tab-navigation-w-bc::before,
  .tab-navigation-w-bc::after,
  .casinoGameItem::before,
  .product-banner-container-bc > div::before,
  .slider-bc .sdr-item-holder-bc::before,
  .gb-casino-tile::after,
  .casinoGameItemContent::after {
    animation: none !important;
    display: none !important;
    content: none !important;
    will-change: auto !important;
  }

  .product-banner-container-bc img,
  .gb-product-tile img,
  .casinoGameItem img {
    filter: none !important;
  }

  .gb-loader-spin,
  .gb-loader-bar span,
  .bc-loader,
  .vs-logo-pulse {
    animation: none !important;
  }

  .hdr-user-bc,
  .layout-header-holder-bc,
  .header-bc {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

html.gb-low-motion .casinoGameItem::before,
html.gb-low-motion .product-banner-container-bc > div::before,
html.gb-low-motion .slider-bc .sdr-item-holder-bc::before,
html.gb-low-motion .gb-loader-spin,
html.gb-low-motion .gb-loader-bar span {
  animation: none !important;
}

html.gb-low-motion .casinoGameItem::before,
html.gb-low-motion .product-banner-container-bc > div::before,
html.gb-low-motion .slider-bc .sdr-item-holder-bc::before {
  display: none !important;
  content: none !important;
}

html.gb-low-motion .product-banner-container-bc img {
  filter: none !important;
}

html.gb-low-motion .tab-navigation-w-bc,
html.gb-busy-ui .tab-navigation-w-bc {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #0a1a12 !important;
}

/* ===== Emergency tap/text stability ===== */
html body .hdr-user-bc {
  position: relative !important;
  z-index: 10050 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

html body .hdr-user-bc .btn.sign-in,
html body .hdr-user-bc .btn.register,
html body .hdr-user-bc [data-auth-open] {
  position: relative !important;
  z-index: 10060 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 52px !important;
  height: 38px !important;
  padding: 0 12px !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  user-select: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  overflow: visible !important;
}

html body .hdr-user-bc .btn.sign-in *,
html body .hdr-user-bc .btn.register *,
html body .hdr-user-bc [data-auth-open] * {
  pointer-events: none !important;
  position: relative !important;
  z-index: 1 !important;
  color: inherit !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body #snapshot-auth-popup,
html body #snapshot-auth-popup * {
  pointer-events: auto;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles > div {
  display: block !important;
}

html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label {
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  margin: 0 auto !important;
  color: #f7ffe9 !important;
  font-size: 15px !important;
  text-align: center !important;
  white-space: normal !important;
}

@media (max-width: 759px) {
  html body .hdr-user-bc .btn.sign-in,
  html body .hdr-user-bc .btn.register,
  html body .hdr-user-bc [data-auth-open] {
    height: 36px !important;
    min-width: 48px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
  }

  html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label {
    font-size: 13px !important;
    bottom: 8px !important;
  }
}

/* ===== Stable mobile dock labels ===== */
@media (max-width: 759px) {
  html body .tab-navigation-w-bc,
  html body .tab-navigation-container-bc,
  html body .tab-navigation-bc {
    contain: layout paint !important;
  }

  html body .tab-nav-item-bc {
    min-width: 0 !important;
    overflow: hidden !important;
    touch-action: manipulation !important;
  }

  html body .tab-nav-title-bc,
  html body .tab-nav-item-bc .tab-nav-title-bc {
    width: 100% !important;
    max-width: 64px !important;
    margin: 2px auto 0 !important;
    font-size: 10.5px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-align: center !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }
}

/* Games page (/fa/games/home): same 2-up grid as casino ? never a horizontal slider */
html body .skill-games-page .casinoHorizontalGamesList,
html body .skill-games-page .casinoHorizontalGamesListWrapper,
html body .skill-games-page .casinoHorizontalGamesListHorizontalScroll,
html body .skill-games-page .horizontal-scroll:not(.gb-keep-scroll),
html body #root.skill-games-page .casinoHorizontalGamesList,
html body #root.skill-games-page .casinoHorizontalGamesListWrapper,
html body #root.skill-games-page .casinoHorizontalGamesListHorizontalScroll {
  display: none !important;
}

html body .skill-games-page .gb-casino-lobby,
html body #root.skill-games-page .gb-casino-lobby {
  display: block !important;
  width: min(1120px, 100%) !important;
  margin: 0 auto !important;
  padding: 12px 12px calc(28px + env(safe-area-inset-bottom)) !important;
}

html body .skill-games-page .gb-casino-lobby__grid.casinoGamesList,
html body #root.skill-games-page .gb-casino-lobby__grid.casinoGamesList,
html body .skill-games-page .casinoGamesList.gb-casino-lobby__grid,
html body #root.skill-games-page .casinoGamesList.gb-casino-lobby__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  overflow: visible !important;
  flex-wrap: unset !important;
}

@media (min-width: 560px) {
  html body .skill-games-page .gb-casino-lobby__grid.casinoGamesList,
  html body #root.skill-games-page .gb-casino-lobby__grid.casinoGamesList {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (min-width: 860px) {
  html body .skill-games-page .gb-casino-lobby__grid.casinoGamesList,
  html body #root.skill-games-page .gb-casino-lobby__grid.casinoGamesList {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Keep casino / games tile sheen alive (do not freeze after first paint) */
html body .gb-casino-lobby .gb-casino-tile__media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255, 255, 255, 0.16) 45%,
    transparent 70%
  ) !important;
  background-size: 220% 100% !important;
  animation: gb-casino-sheen 4.8s ease-in-out infinite !important;
  opacity: 0.7 !important;
  z-index: 2 !important;
}

html body .gb-casino-lobby .gb-casino-tile {
  animation: gb-casino-soft-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

html body .gb-casino-lobby .gb-casino-tile:nth-child(2) { animation-delay: 0.04s !important; }
html body .gb-casino-lobby .gb-casino-tile:nth-child(3) { animation-delay: 0.08s !important; }
html body .gb-casino-lobby .gb-casino-tile:nth-child(4) { animation-delay: 0.12s !important; }
html body .gb-casino-lobby .gb-casino-tile:nth-child(5) { animation-delay: 0.16s !important; }
html body .gb-casino-lobby .gb-casino-tile:nth-child(6) { animation-delay: 0.2s !important; }

@media (prefers-reduced-motion: reduce) {
  html body .gb-casino-lobby .gb-casino-tile,
  html body .gb-casino-lobby .gb-casino-tile__media::after {
    animation: none !important;
  }
}

/* ===== Mobile chrome repair v104: dock labels / opaque header / scroll-top / menu ===== */
@media (max-width: 759px) {
  :root {
    --gb-fixed-header-h: 92px;
  }

  /* Fixed header ? stops "page under page" layering while scrolling on live/sports/casino/games */
  html body .layout-header-holder-bc {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    z-index: 9000 !important;
    background: #0a1a12 !important;
    background-color: #0a1a12 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
    border-bottom: 1px solid rgba(177, 255, 193, 0.14) !important;
    transform: none !important;
    will-change: auto !important;
    isolation: auto !important;
    overflow: visible !important;
    margin: 0 !important;
  }

  html body .header-bc {
    position: relative !important;
    top: auto !important;
    z-index: 2 !important;
    background: #0a1a12 !important;
    background-color: #0a1a12 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    border-bottom: none !important;
    transform: none !important;
  }

  /* Never sticky-pin individual nav chips (caused green title bar to ride down with scroll). */
  html body .hdr-navigation-link-bc,
  html body .hdr-navigation-link-bc.active,
  html body .hdr-navigation-link-bc[aria-current="page"] {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
  }

  html body .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body .hdr-navigation-scrollable-bc-holder {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 44px !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain !important;
    touch-action: pan-x !important;
    scrollbar-width: none !important;
  }

  html body .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder::-webkit-scrollbar,
  html body .hdr-navigation-scrollable-bc-holder::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
  }

  html body .layout-header-holder-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body .hdr-navigation-scrollable-bc:not(.user-tab-navigation) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 40px !important;
    min-height: 40px !important;
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    --mobile-header-navigation-height: 40px;
    overflow: visible !important;
    touch-action: pan-x !important;
  }

  html body .hdr-navigation-scrollable-content {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
  }

  html body .hdr-navigation-link-bc {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    touch-action: pan-x !important;
  }

  html body .layout-header-holder-bc .hdr-logo-bc,
  html body .header-bc .hdr-logo-bc,
  html body .logo-container {
    position: relative !important;
    z-index: 2 !important;
  }

  html body .layout-content-holder-bc,
  html body .layout-bc > .layout-content-holder-bc,
  html body #root > .layout-content-holder-bc,
  html body .casino-slots .layout-content-holder-bc,
  html body .skill-games-page .layout-content-holder-bc,
  html body .live .layout-content-holder-bc,
  html body .prematch .layout-content-holder-bc {
    padding-top: var(--gb-fixed-header-h) !important;
  }

  html body .layout-navigation-holder-bc {
    position: fixed !important;
    inset: auto 0 0 0 !important;
    z-index: 9500 !important;
    height: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 10px max(10px, env(safe-area-inset-bottom, 0px)) !important;
    background: transparent !important;
    overflow: visible !important;
    pointer-events: none !important;
    contain: none !important;
    transform: none !important;
  }

  html body .tab-navigation-w-bc,
  html body .tab-navigation-w-bc.gb-tab-bar-ready {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 74px !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 8px 6px 10px !important;
    overflow: visible !important;
    pointer-events: auto !important;
    border-radius: 24px !important;
  }

  html body .tab-navigation-w-bc .tab-nav-item-bc,
  html body .tab-navigation-w-bc .gb-dock-account {
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 6px 2px 4px !important;
    gap: 4px !important;
  }

  html body .tab-navigation-w-bc .tab-nav-title-bc {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    max-height: none !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    -webkit-line-clamp: unset !important;
  }

  html body .layout-content-holder-bc {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

html body .nav-floating-btn.gb-scroll-top-legacy,
html body .center-bottom-btn.gb-scroll-top-legacy,
html body .gb-scroll-top-legacy {
  display: none !important;
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

html body button.gb-scroll-top[data-gb-scroll-top="1"],
html body .gb-scroll-top[data-gb-scroll-top="1"] {
  position: fixed !important;
  /* Corner only ? NEVER center (was covering VIP tiles + launch ????? ?????) */
  left: max(12px, env(safe-area-inset-left, 0px)) !important;
  right: auto !important;
  bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
  top: auto !important;
  z-index: 40 !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  translate: none !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  border: 1px solid rgba(204, 255, 118, 0.34) !important;
  background:
    radial-gradient(circle at 35% 10%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(145deg, rgba(27, 76, 45, 0.96), rgba(10, 26, 17, 0.92)) !important;
  color: #eaffdb !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.42) !important;
  transition: opacity 0.18s ease, visibility 0.18s ease !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
  cursor: pointer !important;
  direction: ltr !important;
}

/* Home VIP strip: never show scroll-top over game tiles */
html body.is-home-page button.gb-scroll-top[data-gb-scroll-top="1"],
html body.is-home-page .gb-scroll-top[data-gb-scroll-top="1"],
html body.is-home-page button.gb-scroll-top[data-gb-scroll-top="1"].is-visible,
html body.is-home-page .gb-scroll-top[data-gb-scroll-top="1"].is-visible,
html body #root.is-home-page button.gb-scroll-top[data-gb-scroll-top="1"],
html body #root.is-home-page .gb-scroll-top[data-gb-scroll-top="1"],
html body #root.is-home-page button.gb-scroll-top[data-gb-scroll-top="1"].is-visible,
html body #root.is-home-page .gb-scroll-top[data-gb-scroll-top="1"].is-visible {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

html body button.gb-scroll-top[data-gb-scroll-top="1"].is-visible,
html body .gb-scroll-top[data-gb-scroll-top="1"].is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Hide scroll-top while burger menu / overlays are open (was stacking above menu). */
html body.gb-menu-open button.gb-scroll-top[data-gb-scroll-top="1"],
html body.gb-menu-open .gb-scroll-top[data-gb-scroll-top="1"],
html body.gb-menu-open button.gb-scroll-top[data-gb-scroll-top="1"].is-visible,
html body.gb-menu-open .gb-scroll-top[data-gb-scroll-top="1"].is-visible,
html body:has(.gb-mobile-menu-panel:not(.hidden)) button.gb-scroll-top[data-gb-scroll-top="1"],
html body:has(.gb-mobile-menu-panel:not(.hidden)) .gb-scroll-top[data-gb-scroll-top="1"],
html body:has(.gb-mobile-menu-backdrop:not(.hidden)) button.gb-scroll-top[data-gb-scroll-top="1"],
html body:has(.gb-mobile-menu-backdrop:not(.hidden)) .gb-scroll-top[data-gb-scroll-top="1"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide scroll-top over game launch sheet (was covering ????? ?????) */
html body.casino-launch-open button.gb-scroll-top[data-gb-scroll-top="1"],
html body.casino-launch-open .gb-scroll-top[data-gb-scroll-top="1"],
html body.casino-launch-open button.gb-scroll-top[data-gb-scroll-top="1"].is-visible,
html body.casino-launch-open .gb-scroll-top[data-gb-scroll-top="1"].is-visible,
html body:has(#casino-launch-overlay:not(.hidden)) button.gb-scroll-top[data-gb-scroll-top="1"],
html body:has(#casino-launch-overlay:not(.hidden)) .gb-scroll-top[data-gb-scroll-top="1"],
html body:has(#casino-launch-overlay:not(.hidden)) button.gb-scroll-top[data-gb-scroll-top="1"].is-visible,
html body:has(#casino-launch-overlay:not(.hidden)) .gb-scroll-top[data-gb-scroll-top="1"].is-visible {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body .gb-scroll-top[data-gb-scroll-top="1"] .gb-scroll-top__hit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}

html body .gb-scroll-top[data-gb-scroll-top="1"] .gb-scroll-top__hit i,
html body .gb-scroll-top[data-gb-scroll-top="1"] .bc-i-double-arrow-top {
  display: block !important;
  font-size: 18px !important;
  line-height: 1 !important;
  pointer-events: none !important;
  transform: none !important;
}

/* Legacy BC floating btn ? keep hidden; our dedicated button replaces it */
html body .nav-floating-btn:not([data-gb-scroll-top]),
html body button.nav-floating-btn:not([data-gb-scroll-top]),
html body .center-bottom-btn {
  display: none !important;
  pointer-events: none !important;
}

html body .gb-mobile-menu-panel.is-opening,
html body .gb-mobile-menu-panel.is-opening .gb-mobile-menu-list {
  pointer-events: none !important;
}

html body .gb-mobile-menu-backdrop,
html body .gb-mobile-menu-panel {
  z-index: 13000 !important;
}

/* ===== Home tiles 4-col restore v105 ===== */
@media (max-width: 759px) {
  html body .is-home-page .product-banner-container-bc,
  html body .product-banner-container-bc.col-4.product-banner-without-titles,
  html body .product-banner-container-bc.product-banner-without-titles,
  html body .product-banner-container-bc {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
}

/* ===== Casino search hide fix v107 ===== */
#root .gb-casino-lobby .casinoGameItemContent.is-search-hidden,
#root .gb-casino-lobby .gb-casino-tile.is-search-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ===== Home game row swipe polish v109 ===== */
html body .casinoHorizontalGamesListHorizontalScroll.gb-casino-row-touch,
html body .hm-row-bc .casinoHorizontalGamesListHorizontalScroll.gb-casino-row-touch {
  touch-action: pan-x pinch-zoom !important;
  cursor: grab;
}

html body .casinoHorizontalGamesListHorizontalScroll.gb-casino-row-dragging {
  cursor: grabbing !important;
  touch-action: none !important;
}

html body .casinoHorizontalGamesListHorizontalScroll.gb-casino-row-touch .casinoGameItemContent,
html body .casinoHorizontalGamesListHorizontalScroll.gb-casino-row-touch .gb-casino-tile {
  touch-action: pan-x !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

html body .casinoHorizontalGamesListHorizontalScroll .horizontal-scroll__inner {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* ===== Home nav + slider + announce v106 ===== */
html body .gb-home-announce__track {
  animation: gbAnnounceScroll 28s linear infinite !important;
}

html[dir="rtl"] body .gb-home-announce__track {
  animation-name: gbAnnounceScrollRtl;
}

@keyframes gbAnnounceScrollRtl {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(50%, 0, 0); }
}

html body .layout-header-holder-bc .hdr-navigation-link-bc .nav-menu-title {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: inherit !important;
}

html body .layout-header-holder-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation) .hdr-navigation-link-bc {
  display: inline-flex !important;
  align-items: center !important;
  visibility: visible !important;
}

/* ===== Sports / live match centering + fixed-header sync v108 ===== */
@media (max-width: 759px) {
  html body .live .layout-content-holder-bc,
  html body .prematch .layout-content-holder-bc,
  html body .layout-bc.live .layout-content-holder-bc,
  html body .layout-bc.prematch .layout-content-holder-bc,
  html body #root.live .layout-content-holder-bc,
  html body #root.prematch .layout-content-holder-bc,
  html body #root.casino-slots .layout-content-holder-bc,
  html body #root.skill-games-page .layout-content-holder-bc {
    padding-top: var(--gb-fixed-header-h) !important;
  }

  /*
   * Mobile sports/esports rows: stack teams ABOVE odds.
   * Side-by-side grid pushed betting buttons off to the wrong edge in RTL.
   */
  html body .marketSliderContentItem,
  html body .marketSliderContentItem.hasTeamName {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html body .marketSliderContentItem.hasTeamName {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding-inline: 8px !important;
  }

  html body .marketSliderContentItem.hasTeamName > div:first-child,
  html body .marketSliderContentItem.hasTeamName > div:last-child {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
    margin-inline: 0 !important;
  }

  html body .marketSliderContentItem.hasTeamName > div:first-child {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  html body .marketSliderContentItem.hasTeamName .carouselWrapper,
  html body .marketSliderContentItem.hasTeamName .swiper,
  html body .marketSliderContentItem.hasTeamName .swiper-wrapper,
  html body .marketSliderContentItem.hasTeamName .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html body .marketSliderContentItem.hasTeamName .swiper-wrapper {
    display: flex !important;
  }

  html body .marketSliderContentItem.hasTeamName .swiper-slide {
    flex-shrink: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-inline: 2px !important;
  }

  html body .sgm-market-g-item-bc,
  html body .sgm-market-g-item-bc.column-2,
  html body .sgm-market-g-item-bc.column-3 {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 6px !important;
    box-sizing: border-box !important;
  }

  html body .sgm-market-g-item-bc.column-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .sgm-market-g-item-bc.column-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body .sgm-market-g-i-cell-bc.market-bc {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html body .sgm-market-g-i-cell-bc.market-bc .market-coefficient-bc,
  html body .sgm-market-g-i-cell-bc.market-bc .market-odd-bc {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  html body .c-teams-bc {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    align-content: center !important;
  }

  html body .c-teams-row-bc {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 8px !important;
  }

  html body .c-team-info-team-bc {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    text-align: start !important;
  }

  html body .c-team-info-scores-bc {
    flex: 0 0 auto !important;
    min-width: 1.4em !important;
    text-align: center !important;
  }

  html body .marketHolderName {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  /* Detail cards where odds column is empty ? center the teams block */
  html body .marketSliderContentItem.hasTeamName:has(.swiper-wrapper:empty),
  html body .marketSliderContentItem.hasTeamName:has(.carouselWrapper:not(:has(.sgm-market-g-item-bc))) {
    grid-template-columns: 1fr !important;
  }

  html body .marketSliderContentItem.hasTeamName:has(.swiper-wrapper:empty) > div:first-child,
  html body .marketSliderContentItem.hasTeamName:has(.carouselWrapper:not(:has(.sgm-market-g-item-bc))) > div:first-child {
    max-width: 360px !important;
    margin-inline: auto !important;
  }

  html body .horizontal-sl-list.live-page-sections-bc,
  html body .horizontal-sl-list.pp-sport-type-holder-bc,
  html body .pp-sport-type-holder-bc {
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: 100% !important;
  }

  html body .horizontal-sl-item-bc {
    flex: 0 0 auto !important;
  }

  /* Game/event info cards ? keep teams centered in the dark panel */
  html body .live .c-teams-bc,
  html body .prematch .c-teams-bc,
  html body .competition-bc .c-teams-bc {
    margin-inline: auto !important;
  }
}

/* ===== VIP games grid + hide SEO chevron + info/affiliate layering v110 ===== */
html body .is-home-page .expandableContent,
html body #root.is-home-page .expandableContent,
html body .is-home-page .expandableContentToggle,
html body #root.is-home-page .expandableContentToggle,
html body .is-home-page .expandableContentWrapper,
html body #root.is-home-page .expandableContentWrapper {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .casinoHorizontalGamesListHorizontalScroll,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-scroll,
html body #root.is-home-page .hm-row-bc.gb-vip-home .horizontal-scroll {
  display: block !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: 150px !important;
  touch-action: pan-x pinch-zoom !important;
  cursor: grab !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-vip-home .horizontal-scroll__inner,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-scroll > .horizontal-scroll__inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 10px !important;
  overflow: visible !important;
  direction: ltr !important;
  will-change: transform !important;
  grid-template-columns: none !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemContent--regular,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile {
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important;
  flex: 0 0 168px !important;
  flex-shrink: 0 !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItem,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__media {
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(212, 255, 120, 0.18) !important;
  box-shadow:
    0 16px 34px -18px rgba(0, 0, 0, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  background:
    linear-gradient(165deg, rgba(24, 48, 32, 0.55), rgba(6, 14, 10, 0.9)) !important;
  aspect-ratio: 16 / 10 !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage--regular {
  aspect-ratio: 16 / 10 !important;
  border-radius: 18px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__title {
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  -webkit-line-clamp: 2 !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__provider {
  display: block !important;
  font-size: 0.68rem !important;
  opacity: 0.72 !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .sectionTitleText {
  font-size: clamp(1.05rem, 4.2vw, 1.35rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

html body .skill-games-page .gb-casino-lobby.gb-vip-lobby,
html body #root.skill-games-page .gb-casino-lobby.gb-vip-lobby,
html body .skill-games-page .gb-casino-lobby,
html body #root.skill-games-page .gb-casino-lobby {
  max-width: 760px !important;
}

html body .skill-games-page .gb-casino-lobby__grid.casinoGamesList,
html body #root.skill-games-page .gb-casino-lobby__grid.casinoGamesList {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body .skill-games-page .gb-casino-lobby .gb-casino-tile__media,
html body .skill-games-page .gb-casino-lobby .casinoGameItem {
  border-radius: 18px !important;
}

html body .skill-games-page .gb-casino-lobby .casinoGameItemImage,
html body .skill-games-page .gb-casino-lobby .casinoGameItemImage--regular {
  aspect-ratio: 4 / 5 !important;
  border-radius: 18px !important;
}

/* ===== Home rescue v113: stable rows, visible game cards, no nav collision ===== */
html body #root.is-home-page,
html body .layout-bc.is-home-page {
  min-height: 100dvh !important;
}

html body .is-home-page .layout-content-holder-bc {
  min-height: 0 !important;
  padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
  overflow-x: clip !important;
}

html body .is-home-page .hm-row-bc:has(.product-banner-container-bc) {
  margin-top: clamp(10px, 2vw, 18px) !important;
}

html body .is-home-page .product-banner-container-bc {
  display: grid !important;
  direction: rtl !important;
  width: min(1120px, calc(100vw - 22px)) !important;
  max-width: 1120px !important;
  margin: 0 auto 18px !important;
  gap: clamp(10px, 2vw, 16px) !important;
  padding: clamp(8px, 1.6vw, 12px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html body .is-home-page .product-banner-container-bc > div {
  min-height: 0 !important;
  aspect-ratio: 1 / 0.78 !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row {
  margin-top: 12px !important;
  margin-bottom: 26px !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row .hm-row-bc-inner {
  width: min(1120px, calc(100vw - 22px)) !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoHorizontalGamesListHorizontalScroll {
  overflow: hidden !important;
  min-height: 0 !important;
  border: 1px solid rgba(157, 255, 92, 0.13) !important;
  background: linear-gradient(180deg, rgba(12, 31, 20, 0.78), rgba(4, 13, 9, 0.64)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 40px rgba(0,0,0,.22) !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-home-curated-row .horizontal-scroll__inner {
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 12px !important;
  width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 10px !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoGameItemContent--regular,
html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile {
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
  border-radius: 16px !important;
  background: rgba(6, 16, 11, 0.78) !important;
  box-shadow: none !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoGameItem,
html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile__media {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  border-radius: 15px !important;
  background: #07120d !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoGameItemImage,
html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoGameItemImage--regular {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  opacity: 1 !important;
  filter: none !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile__meta {
  padding: 7px 4px 1px !important;
  text-align: center !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile__title {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

@media (max-width: 759px) {
  html body .is-home-page .product-banner-container-bc {
    width: calc(100vw - 16px) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 6px !important;
  }

  html body .is-home-page .product-banner-container-bc > div {
    aspect-ratio: 1 / 1.05 !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-curated-row .hm-row-bc-inner {
    width: calc(100vw - 18px) !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoGameItemContent--regular,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile {
    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;
  }

  html body .tab-navigation-w-bc {
    left: max(8px, env(safe-area-inset-left, 0px)) !important;
    right: max(8px, env(safe-area-inset-right, 0px)) !important;
    bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
  }
}

html body .skill-games-page .gb-casino-lobby__titles h1 {
  font-size: clamp(1.25rem, 5vw, 1.7rem) !important;
  font-weight: 900 !important;
}

@media (min-width: 560px) {
  html body .skill-games-page .gb-casino-lobby__grid.casinoGamesList,
  html body #root.skill-games-page .gb-casino-lobby__grid.casinoGamesList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (min-width: 860px) {
  html body .skill-games-page .gb-casino-lobby__grid.casinoGamesList,
  html body #root.skill-games-page .gb-casino-lobby__grid.casinoGamesList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

html body .is-affiliate-page,
html body .is-info-page,
html body #root.is-affiliate-page,
html body #root.is-info-page {
  isolation: isolate;
  --gb-fixed-header-h: calc(58px + env(safe-area-inset-top, 0px));
  --mobile-header-navigation-height: 0px;
}

/* Affiliate / info: kill leftover home ????????? chip strip under header */
html body .is-affiliate-page .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
html body .is-info-page .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
html body #root.is-affiliate-page .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
html body #root.is-info-page .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
html body .is-affiliate-page .header-bc .hdr-navigation-scrollable-bc-holder,
html body .is-info-page .header-bc .hdr-navigation-scrollable-bc-holder,
html body .is-affiliate-page .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
html body .is-info-page .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
html body #root.is-affiliate-page .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
html body #root.is-info-page .hdr-navigation-scrollable-bc:not(.user-tab-navigation) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

html body .is-affiliate-page .layout-content-holder-bc,
html body .is-info-page .layout-content-holder-bc,
html body #root.is-affiliate-page .layout-content-holder-bc,
html body #root.is-info-page .layout-content-holder-bc {
  position: relative !important;
  z-index: 1 !important;
  min-height: 0 !important;
  background: #07110c !important;
  padding-top: var(--gb-fixed-header-h, calc(58px + env(safe-area-inset-top, 0px))) !important;
  padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
}

html body .is-affiliate-page .expandableContentWrapper,
html body .is-info-page .expandableContentWrapper,
html body .is-affiliate-page .expandableContent,
html body .is-info-page .expandableContent,
html body .is-affiliate-page .expandableContentToggle,
html body .is-info-page .expandableContentToggle,
html body .is-affiliate-page .expandableContentData,
html body .is-info-page .expandableContentData,
html body .is-affiliate-page .hm-row-bc.has-slider,
html body .is-info-page .hm-row-bc.has-slider,
html body .is-affiliate-page .casinoHorizontalGamesListHorizontalScroll,
html body .is-info-page .casinoHorizontalGamesListHorizontalScroll,
html body .is-affiliate-page .product-banner-container-bc,
html body .is-info-page .product-banner-container-bc,
html body .is-affiliate-page .gb-home-curated-row,
html body .is-info-page .gb-home-curated-row {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

html body .is-affiliate-page .layout-footer-holder-bc,
html body .is-info-page .layout-footer-holder-bc,
html body #root.is-affiliate-page .layout-footer-holder-bc,
html body #root.is-info-page .layout-footer-holder-bc {
  margin-top: 4px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-top: 1px solid rgba(184, 230, 58, 0.1) !important;
  box-shadow: none !important;
}

html body .is-affiliate-page .footerContainerWrapper,
html body .is-info-page .footerContainerWrapper,
html body .is-affiliate-page .footerContainer,
html body .is-info-page .footerContainer,
html body .is-affiliate-page .footerWrapper,
html body .is-info-page .footerWrapper {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

html body .is-affiliate-page .ftr-copy-rights-bc,
html body .is-info-page .ftr-copy-rights-bc,
html body .is-affiliate-page .footerCopyrights,
html body .is-info-page .footerCopyrights {
  margin: 6px 0 4px !important;
  padding: 0 12px !important;
}

html body .is-affiliate-page .gb-vatan-aff,
html body #root.is-affiliate-page .gb-vatan-aff {
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
}

html body .gb-aff-soon-badge,
html body .gb-vatan-btn .gb-aff-soon-badge {
  display: none !important;
}

html body .gb-aff-share {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 10px 0 4px !important;
}

html body .gb-aff-share.is-hidden {
  display: none !important;
}

html body .gb-aff-share-btn {
  appearance: none !important;
  border: 1px solid rgba(184, 230, 58, 0.22) !important;
  background: rgba(12, 28, 18, 0.92) !important;
  color: #e8ffe0 !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.12s ease !important;
}

html body .gb-aff-share-btn:hover {
  border-color: rgba(184, 230, 58, 0.45) !important;
  background: rgba(18, 40, 26, 0.95) !important;
}

html body .gb-aff-share-btn:active {
  transform: scale(0.98);
}

html body #gb-aff-panel,
html body #gb-aff-structure {
  scroll-margin-top: calc(var(--gb-fixed-header-h, 64px) + 16px) !important;
}

html body .gb-vatan-tier.is-active,
html body .gb-vatan-tier.is-hot {
  border-color: rgba(184, 230, 58, 0.45) !important;
  box-shadow: 0 0 0 1px rgba(184, 230, 58, 0.18), 0 10px 28px rgba(0, 0, 0, 0.28) !important;
  background: linear-gradient(165deg, rgba(184, 230, 58, 0.12), rgba(8, 18, 13, 0.55)) !important;
}

html body .gb-vatan-tier:not(.is-hot):not(.is-active) {
  opacity: 0.78 !important;
}

@media (max-width: 640px) {
  html body .gb-vatan-actions,
  html body .gb-vatan-link-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  html body .gb-vatan-actions .gb-vatan-btn,
  html body .gb-vatan-link-row input,
  html body .gb-vatan-link-row button,
  html body .gb-aff-share-btn {
    width: 100% !important;
  }
}

.gb-info-page {
  max-width: 780px;
  margin: 0 auto;
  padding: 18px 14px 56px;
  color: #f4ffe8;
}

.gb-info-hero {
  padding: 26px 18px;
  border-radius: 22px;
  margin-bottom: 14px;
  border: 1px solid rgba(184, 230, 58, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(184, 230, 58, 0.16), transparent 42%),
    linear-gradient(165deg, #12271c, #08140f 68%);
}

.gb-info-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(212, 255, 120, 0.78);
}

.gb-info-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 5vw, 1.85rem);
  font-weight: 900;
  line-height: 1.25;
}

.gb-info-lead {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(236, 255, 220, 0.72);
  font-weight: 700;
}

.gb-info-card {
  margin: 0 0 12px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 20, 14, 0.72);
}

.gb-info-card h2 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 900;
  color: #d9ff6a;
}

.gb-info-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: rgba(240, 255, 230, 0.86);
  font-weight: 650;
}

.gb-info-back {
  margin: 18px 0 0;
  text-align: center;
}

.gb-info-back a {
  color: #b8e63a;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 759px) {
  html body .is-affiliate-page .layout-content-holder-bc,
  html body .is-info-page .layout-content-holder-bc,
  html body #root.is-affiliate-page .layout-content-holder-bc,
  html body #root.is-info-page .layout-content-holder-bc {
    padding-top: var(--gb-fixed-header-h) !important;
  }
}

/* Final home layout guard v113b */
html body .is-home-page .hm-row-bc:has(.hm-row-bc-inner:empty) {
  display: none !important;
}

html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 14px !important;
  margin-bottom: 10px !important;
  overflow: visible !important;
}

html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .hm-row-bc-inner,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .hm-row-bc-inner {
  width: min(1120px, calc(100vw - 22px)) !important;
  max-width: 1120px !important;
}

html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .casinoHorizontalGamesListHorizontalScroll {
  display: block !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: 168px !important;
  max-height: none !important;
  border-radius: 18px !important;
}

html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .horizontal-scroll__inner,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .horizontal-scroll__inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: max-content !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px !important;
  overflow: visible !important;
}

html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .casinoGameItemContent--regular,
html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .casinoGameItemContent--regular,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-casino-tile {
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  flex: 0 0 172px !important;
  background: rgba(5, 18, 12, 0.92) !important;
}

html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .casinoGameItem,
html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .casinoGameItem,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-casino-tile__media {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
}

html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile__meta,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-casino-tile__meta {
  display: block !important;
  padding: 7px 4px 0 !important;
  color: #f5ffe9 !important;
  opacity: 1 !important;
}

html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile__title,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-casino-tile__title {
  display: block !important;
  color: #f5ffe9 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-align: center !important;
  opacity: 1 !important;
}

html body .tab-navigation-w-bc {
  direction: rtl !important;
}

html body .tab-navigation-w-bc a,
html body .tab-navigation-w-bc button,
html body .tab-navigation-w-bc [role="button"],
html body .tab-navigation-w-bc .tab-nav-item-bc {
  min-width: 0 !important;
  overflow: hidden !important;
}

html body .tab-navigation-w-bc .tab-nav-title-bc,
html body .tab-navigation-w-bc span,
html body .tab-navigation-w-bc p {
  max-width: 100% !important;
  font-size: 10px !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 759px) {
  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .casinoGameItemContent--regular,
  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .casinoGameItemContent--regular,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-casino-tile {
    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;
    flex-basis: 142px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
}

/* ===== Home / VIP / products redesign v116 ===== */
@media (max-width: 759px) {
  html body .is-home-page .product-banner-container-bc,
  html body .product-banner-container-bc.col-4.product-banner-without-titles {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 10px 10px 14px !important;
    width: calc(100vw - 20px) !important;
  }

  html body .is-home-page .product-banner-container-bc > div,
  html body .product-banner-container-bc.col-4.product-banner-without-titles > div,
  html body .is-home-page .product-banner-container-bc > a,
  html body .product-banner-container-bc.col-4.product-banner-without-titles > a {
    min-height: 148px !important;
    aspect-ratio: 1 / 1.02 !important;
    border-radius: 18px !important;
    padding: 10px 8px 12px !important;
  }

  html body .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles > a.product-banner-info-bc img,
  html body .product-banner-container-bc.col-4.product-banner-without-titles img.product-banner-img-bc,
  html body .product-banner-container-bc.col-4.product-banner-without-titles img,
  html body .is-home-page .product-banner-container-bc img {
    width: min(78%, 108px) !important;
    height: min(68%, 92px) !important;
    max-width: 108px !important;
    max-height: 92px !important;
    object-fit: contain !important;
  }

  html body .is-home-page .product-banner-container-bc .gb-product-tile__label,
  html body .product-banner-container-bc.col-4.product-banner-without-titles .gb-product-tile__label,
  html body .product-banner-container-bc .product-banner-title-bc {
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-vip-home-scroll,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-vip-home-scroll,
  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .casinoHorizontalGamesListHorizontalScroll,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoHorizontalGamesListHorizontalScroll {
    min-height: 220px !important;
    max-height: none !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 20px !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-vip-home-grid,
  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .horizontal-scroll__inner,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-vip-home-grid,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .horizontal-scroll__inner,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-vip-home-grid,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .horizontal-scroll__inner {
    gap: 14px !important;
    padding: 12px !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .casinoGameItemContent--regular,
  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .casinoGameItemContent--regular,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-casino-tile,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoGameItemContent--regular,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile {
    width: min(72vw, 220px) !important;
    min-width: min(72vw, 220px) !important;
    max-width: min(72vw, 220px) !important;
    flex: 0 0 min(72vw, 220px) !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 18px !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .casinoGameItem,
  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile__media,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .casinoGameItem,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-casino-tile__media,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoGameItem,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile__media {
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    border-radius: 16px !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .casinoGameItemImage,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoGameItemImage,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoGameItemImage--regular {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile__title,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile__title {
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  /* VIP / skill lobby tiles also larger on phones */
  html body .skill-games-page .gb-casino-lobby .gb-casino-tile,
  html body .casino-slots .gb-casino-lobby .gb-casino-tile,
  html body #root.skill-games-page .gb-casino-lobby .gb-casino-tile {
    border-radius: 18px !important;
  }

  html body .skill-games-page .gb-casino-lobby .gb-casino-tile__media,
  html body .skill-games-page .gb-casino-lobby .casinoGameItem,
  html body .casino-slots .gb-casino-lobby .gb-casino-tile__media {
    aspect-ratio: 16 / 10 !important;
  }
}

@media (min-width: 760px) {
  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile,
  html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .gb-casino-tile,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    flex-basis: 210px !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-vip-home-scroll,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .casinoHorizontalGamesListHorizontalScroll {
    min-height: 240px !important;
    max-height: none !important;
  }

  html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-casino-tile__media,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile__media {
    aspect-ratio: 4 / 5 !important;
  }
}

/* ===== Home orange polish v119: 4x2 tiles + centered slider + drawer ===== */
html body .is-home-page .hm-row-bc.has-slider {
  width: 100% !important;
  max-width: 100% !important;
  padding-inline: 10px !important;
  box-sizing: border-box !important;
  margin-inline: 0 !important;
}

html body .is-home-page .slider-bc,
html body .is-home-page .hm-row-bc.has-slider .slider-bc {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: 0 auto !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}

html body .is-home-page .slider-bc .swiper,
html body .is-home-page .slider-bc .swiper-wrapper,
html body .is-home-page .slider-bc .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* Manual swipe must own widths/transform ? do not pin wrapper to 100% */
html body .is-home-page .slider-bc.gb-slider-touch .swiper-wrapper {
  width: max-content !important;
  max-width: none !important;
  display: flex !important;
  direction: ltr !important;
  will-change: transform !important;
  transition-property: transform !important;
}

html body .is-home-page .slider-bc.gb-slider-touch .swiper-slide {
  width: auto !important;
  max-width: none !important;
  flex-shrink: 0 !important;
}

html body .is-home-page .slider-bc.gb-slider-touch .swiper-wrapper {
  direction: ltr !important;
}

html body .is-home-page .sdr-item-holder-bc,
html body .is-home-page .sdr-image-bc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Orange product tiles ? 4 across, 2 rows */
html body .is-home-page .product-banner-container-bc,
html body .is-home-page .product-banner-container-bc.col-4,
html body .is-home-page .product-banner-container-bc.col-4.product-banner-without-titles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  direction: rtl !important;
}

html body .is-home-page .product-banner-container-bc > div,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc {
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(155deg, #ffb347 0%, #ff8c1a 42%, #e06700 100%) !important;
  border: 1px solid rgba(255, 210, 140, 0.35) !important;
  box-shadow: 0 10px 22px rgba(180, 70, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  overflow: hidden !important;
}

html body .is-home-page .product-banner-container-bc img,
html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__label {
  background: linear-gradient(180deg, transparent, rgba(70, 28, 0, 0.82)) !important;
  color: #fff7eb !important;
  font-weight: 900 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__badge {
  background: #ef4444 !important;
  color: #fff !important;
}

/* Home drawer menu ? mobile chip scroller flush under header */
html body .gb-home-drawer {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 6px 0 4px !important;
  overflow: hidden !important;
}

html body .gb-home-drawer__scroller {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-x: contain !important;
  scrollbar-width: none !important;
  padding: 4px 10px 10px !important;
  direction: rtl !important;
  touch-action: pan-x !important;
  box-sizing: border-box !important;
}

html body .gb-home-drawer__scroller::-webkit-scrollbar {
  display: none !important;
}

html body .gb-home-drawer__chip {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #3b1a00 !important;
  background: linear-gradient(135deg, #ffd18a, #ff8c1a 55%, #e06700) !important;
  border: 1px solid rgba(255, 220, 170, 0.55) !important;
  box-shadow: 0 6px 14px rgba(180, 70, 0, 0.28) !important;
}

html body .gb-home-drawer__chip:active {
  transform: scale(0.97);
  filter: brightness(1.05);
}

html body .gb-home-drawer__chip.is-active {
  color: #1f0d00 !important;
  background: linear-gradient(135deg, #ffe0a8, #ff9f2e) !important;
  box-shadow: 0 8px 18px rgba(255, 140, 26, 0.4) !important;
}

/* Hide home announce ticker (text moved to hamburger / ???????) */
html body .gb-home-announce,
html body .is-home-page .gb-home-announce,
html body #gb-home-announce {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  visibility: hidden !important;
}

/* Portrait home: drop title strip ("??????? ????"), keep drawer chips stuck up */
@media (max-width: 759px) {
  /* Holder lives under .header-bc (not only layout-header-holder). Must kill hit-box ?
     empty holder was sitting on top of green chips so only the gap under chips scrolled. */
  html body .is-home-page .hdr-navigation-scrollable-bc-holder,
  html body #root.is-home-page .hdr-navigation-scrollable-bc-holder,
  html body .is-home-page .header-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.is-home-page .header-bc .hdr-navigation-scrollable-bc-holder,
  html body .is-home-page .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.is-home-page .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body .is-home-page .layout-header-holder-bc > .hdr-navigation-scrollable-bc-holder,
  html body #root.is-home-page .layout-header-holder-bc > .hdr-navigation-scrollable-bc-holder,
  html body .is-home-page .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body #root.is-home-page .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body .is-home-page .layout-header-holder-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body #root.is-home-page .layout-header-holder-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }

  html body .is-home-page,
  html body #root.is-home-page {
    --gb-fixed-header-h: 58px;
    --mobile-header-navigation-height: 0px;
  }

  html body .is-home-page .gb-home-drawer,
  html body #root.is-home-page .gb-home-drawer {
    position: relative !important;
    top: 0 !important;
    z-index: 20 !important;
    margin: 0 !important;
    padding: 4px 0 6px !important;
    background: linear-gradient(180deg, rgba(10, 28, 16, 0.98), rgba(6, 16, 10, 0.96)) !important;
    border-bottom: 1px solid rgba(184, 230, 58, 0.16) !important;
  }
}

@media (min-width: 760px) {
  html body .gb-home-drawer,
  html body .is-home-page .gb-home-drawer {
    display: none !important;
  }
}

/* Also tint header nav chips orange on home */
html body .is-home-page .hdr-navigation-scrollable-bc {
  background: linear-gradient(180deg, rgba(48, 22, 4, 0.96), rgba(28, 12, 2, 0.98)) !important;
  border-bottom: 1px solid rgba(255, 160, 50, 0.22) !important;
}

html body .is-home-page .hdr-navigation-link-bc {
  color: rgba(255, 236, 210, 0.82) !important;
}

html body .is-home-page .hdr-navigation-link-bc:hover {
  background: rgba(255, 140, 26, 0.16) !important;
  color: #fff4e5 !important;
}

html body .is-home-page .hdr-navigation-link-bc.active,
html body .is-home-page .hdr-navigation-link-bc[aria-current="page"] {
  color: #2a1200 !important;
  background: linear-gradient(135deg, #ffd18a, #ff8c1a) !important;
  box-shadow: 0 6px 16px rgba(255, 140, 26, 0.3) !important;
}

/* Force VIP home carousel (kill leftover 2-col grid) */
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-vip-home .horizontal-scroll__inner,
html body .is-home-page .hm-row-bc.gb-home-section-ready.gb-vip-home .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-home-curated-row.gb-vip-home .horizontal-scroll__inner {
  display: flex !important;
  flex-flow: row nowrap !important;
  grid-template-columns: none !important;
  width: max-content !important;
  max-width: none !important;
  direction: ltr !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoHorizontalGamesListHorizontalScroll {
  overflow: hidden !important;
  touch-action: pan-x pinch-zoom !important;
}

/* Sport menu: graphical ball icons per sport */
html body .horizontal-sl-item-bc .gb-sport-ball-wrap,
html body .horizontal-sl-list .gb-sport-ball-wrap {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px;
  font-family: inherit !important;
  line-height: 0 !important;
}

html body .horizontal-sl-item-bc .gb-sport-ball-wrap::before,
html body .horizontal-sl-item-bc .gb-sport-ball-wrap::after {
  content: none !important;
  display: none !important;
}

html body .horizontal-sl-item-bc .gb-sport-ball {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  transition: transform 0.18s ease;
}

html body .horizontal-sl-item-bc.active .gb-sport-ball,
html body .horizontal-sl-item-bc:hover .gb-sport-ball {
  transform: scale(1.08);
}

html body .horizontal-sl-item-bc .horizontal-sl-icon-bc.bc-i-Soccer,
html body .horizontal-sl-item-bc .horizontal-sl-icon-bc.bc-i-Basketball,
html body .horizontal-sl-item-bc .horizontal-sl-icon-bc.bc-i-Tennis,
html body .horizontal-sl-item-bc .horizontal-sl-icon-bc.bc-i-Volleyball,
html body .horizontal-sl-item-bc .horizontal-sl-icon-bc.bc-i-IceHockey,
html body .horizontal-sl-item-bc .horizontal-sl-icon-bc.bc-i-TableTennis {
  font-size: 1.35em;
}

/* Hide redundant top page-title nav strip on live / VIP games / live-casino / slots / virtual */
@media (max-width: 759px) {
  html body .live .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body .prematch .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.live .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.prematch .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body .skill-games-page .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.skill-games-page .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body .live-casino-games .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.live-casino-games .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body .casino-slots .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.casino-slots .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body .virtual-sports .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.virtual-sports .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
  html body .live .header-bc .hdr-navigation-scrollable-bc-holder,
  html body .prematch .header-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.live .header-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.prematch .header-bc .hdr-navigation-scrollable-bc-holder,
  html body .live-casino-games .header-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.live-casino-games .header-bc .hdr-navigation-scrollable-bc-holder,
  html body .casino-slots .header-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.casino-slots .header-bc .hdr-navigation-scrollable-bc-holder,
  html body .virtual-sports .header-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.virtual-sports .header-bc .hdr-navigation-scrollable-bc-holder,
  html body .layout-bc.live .header-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body .layout-bc.prematch .header-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body .skill-games-page .header-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body .live-casino-games .header-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body .casino-slots .header-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body .virtual-sports .header-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body #root.live .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body #root.prematch .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body #root.skill-games-page .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body #root.live-casino-games .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body #root.casino-slots .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body #root.virtual-sports .hdr-navigation-scrollable-bc:not(.user-tab-navigation) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }

  html body .live,
  html body .prematch,
  html body .skill-games-page,
  html body .live-casino-games,
  html body .casino-slots,
  html body .virtual-sports,
  html body #root.live,
  html body #root.prematch,
  html body #root.skill-games-page,
  html body #root.live-casino-games,
  html body #root.casino-slots,
  html body #root.virtual-sports {
    --gb-fixed-header-h: calc(58px + env(safe-area-inset-top, 0px));
    --mobile-header-navigation-height: 0px;
  }
}

/* Sports title chips ? compact on prematch only (live/VIP strip stays hidden above) */
@media (max-width: 759px) {
  html body .prematch .layout-header-holder-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body #root.prematch .layout-header-holder-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
  html body .layout-bc.prematch .layout-header-holder-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation) {
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    --mobile-header-navigation-height: 34px;
    padding: 0 !important;
    background: rgba(8, 18, 13, 0.92) !important;
    border-bottom: 1px solid rgba(184, 230, 58, 0.1) !important;
  }

  html body .prematch .hdr-navigation-scrollable-content,
  html body #root.prematch .hdr-navigation-scrollable-content {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: max-content !important;
    min-width: 0 !important;
    padding: 3px 10px !important;
  }

  html body .prematch .hdr-navigation-link-bc,
  html body #root.prematch .hdr-navigation-link-bc,
  html body .prematch .hdr-navigation-link-bc.active,
  html body #root.prematch .hdr-navigation-link-bc.active,
  html body .prematch .hdr-navigation-link-bc[aria-current="page"] {
    position: relative !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: 26px !important;
    min-height: 26px !important;
    margin: 0 !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: none !important;
    color: rgba(236, 255, 220, 0.72) !important;
  }

  html body .prematch .hdr-navigation-link-bc::before,
  html body .prematch .hdr-navigation-link-bc.active::before,
  html body .prematch .hdr-navigation-link-bc.active::after {
    display: none !important;
    content: none !important;
  }

  html body .prematch .hdr-navigation-link-bc.active,
  html body #root.prematch .hdr-navigation-link-bc.active,
  html body .prematch .hdr-navigation-link-bc[aria-current="page"] {
    color: #102008 !important;
    background: linear-gradient(135deg, #c8f255, #9fd52e) !important;
    border-color: rgba(184, 230, 58, 0.55) !important;
    box-shadow: 0 4px 12px rgba(132, 204, 22, 0.22) !important;
  }

  html body .prematch .hdr-navigation-link-bc .nav-menu-title,
  html body #root.prematch .hdr-navigation-link-bc .nav-menu-title {
    font-size: 11px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  html body .prematch .hdr-navigation-link-bc.active .nav-menu-title,
  html body .prematch .hdr-navigation-link-bc[aria-current="page"] .nav-menu-title {
    color: #102008 !important;
    font-weight: 850 !important;
  }
}

/* ===== Home polish v123 ? richer mobile first look, keep 4?2 orange tiles ===== */
html body .is-home-page .layout-content-holder-bc,
html body #root.is-home-page .layout-content-holder-bc {
  background:
    radial-gradient(ellipse 90% 40% at 80% -10%, rgba(255, 140, 26, 0.16), transparent 55%),
    radial-gradient(ellipse 70% 36% at 8% 8%, rgba(184, 230, 58, 0.12), transparent 50%),
    radial-gradient(circle at 50% 42%, rgba(255, 160, 50, 0.05), transparent 45%),
    linear-gradient(180deg, #0a120e 0%, #07100c 48%, #050c09 100%) !important;
}

html body .is-home-page .gb-home-announce,
html body .gb-home-announce {
  display: none !important;
}

html body .gb-home-announce__item {
  color: #fff4e5 !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
}

html body .is-home-page .hm-row-bc.has-slider .slider-bc,
html body .is-home-page .slider-bc {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32) !important;
  border-radius: 18px !important;
}

html body .is-home-page .sdr-item-holder-bc,
html body .is-home-page .sdr-image-bc,
html body .is-home-page .slider-bc .swiper {
  border-radius: 18px !important;
}

html body .is-home-page .sectionTitle {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 36px !important;
  margin: 4px 0 10px !important;
  padding-inline: 4px !important;
}

html body .is-home-page .sectionTitle::before {
  content: "" !important;
  width: 4px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ffd18a, #ff8c1a 55%, #b8e63a) !important;
  box-shadow: 0 0 12px rgba(255, 140, 26, 0.45) !important;
  flex: 0 0 auto !important;
}

html body .is-home-page .sectionTitleText {
  color: #fff8ef !important;
  font-size: clamp(15px, 3.8vw, 20px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35) !important;
}

html body .is-home-page .product-banner-container-bc,
html body .is-home-page .product-banner-container-bc.col-4,
html body .is-home-page .product-banner-container-bc.col-4.product-banner-without-titles,
html body .is-home-page .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 9px !important;
  width: min(960px, calc(100vw - 16px)) !important;
  margin: 6px auto 14px !important;
  padding: 10px !important;
  border-radius: 20px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.18) !important;
  border: 1px solid rgba(255, 170, 70, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  direction: rtl !important;
}

html body .is-home-page .product-banner-container-bc > div,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc {
  position: relative !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1.05 !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 28% 16%, rgba(255, 255, 255, 0.28), transparent 40%),
    linear-gradient(155deg, #ffc26a 0%, #ff8c1a 44%, #d45600 100%) !important;
  border: 1px solid rgba(255, 220, 170, 0.42) !important;
  box-shadow:
    0 12px 22px rgba(140, 50, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease !important;
}

html body .is-home-page .product-banner-container-bc > div:active,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc:active {
  transform: scale(0.97) !important;
  filter: brightness(1.06) !important;
}

html body .is-home-page .product-banner-container-bc img,
html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  filter: saturate(1.08) contrast(1.04) !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__label {
  padding: 8px 6px 7px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(55, 20, 0, 0.88) 55%) !important;
  color: #fff8ee !important;
  font-size: clamp(10px, 2.7vw, 12.5px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__shine {
  display: block !important;
  position: absolute !important;
  inset: -40% auto auto -55% !important;
  z-index: 3 !important;
  width: 46% !important;
  height: 200% !important;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.34), transparent) !important;
  transform: rotate(18deg) !important;
  animation: gbHomeTileShine 4.8s ease-in-out infinite !important;
  pointer-events: none !important;
}

@keyframes gbHomeTileShine {
  0%, 55% { transform: translateX(-120%) rotate(18deg); opacity: 0; }
  70% { opacity: 0.7; }
  100% { transform: translateX(280%) rotate(18deg); opacity: 0; }
}

html body .gb-home-drawer {
  margin: 0 !important;
}

html body .gb-home-drawer__chip {
  min-height: 38px !important;
  padding: 0 15px !important;
  font-size: 12.5px !important;
  box-shadow: 0 8px 18px rgba(180, 70, 0, 0.32) !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemContent--regular {
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 170, 70, 0.18) !important;
  background: linear-gradient(180deg, rgba(30, 18, 8, 0.9), rgba(8, 12, 10, 0.96)) !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__title,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemTitle {
  color: #fff6ea !important;
  font-weight: 850 !important;
}

@media (max-width: 759px) {
  html body .is-home-page .product-banner-container-bc,
  html body .is-home-page .product-banner-container-bc.col-4,
  html body .is-home-page .product-banner-container-bc.col-4.product-banner-without-titles,
  html body .is-home-page .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px !important;
    padding: 8px !important;
    width: calc(100vw - 14px) !important;
  }

  html body .is-home-page .product-banner-container-bc > div,
  html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc {
    min-height: 92px !important;
    aspect-ratio: 1 / 1.08 !important;
    border-radius: 14px !important;
  }

  html body .is-home-page .product-banner-container-bc .gb-product-tile__label {
    font-size: 10px !important;
    padding: 6px 4px 5px !important;
  }

  html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-scroll {
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .is-home-page .product-banner-container-bc .gb-product-tile__shine {
    animation: none !important;
    display: none !important;
  }
}



/* ===== Home circular products + VIP webp polish v124 ===== */
html body .is-home-page .product-banner-container-bc,
html body .is-home-page .product-banner-container-bc.col-4,
html body .is-home-page .product-banner-container-bc.col-4.product-banner-without-titles,
html body .is-home-page .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px 10px !important;
  width: min(980px, calc(100vw - 12px)) !important;
  margin: 8px auto 16px !important;
  padding: 14px 10px 16px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 160, 50, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.16)) !important;
  border: 1px solid rgba(255, 170, 70, 0.16) !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22) !important;
  direction: rtl !important;
}

html body .is-home-page .product-banner-container-bc > div,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc {
  display: grid !important;
  grid-template-rows: auto auto !important;
  justify-items: center !important;
  align-content: start !important;
  gap: 8px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  isolation: auto !important;
}

html body .is-home-page .product-banner-container-bc > div::before,
html body .is-home-page .product-banner-container-bc > div::after,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc::before,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc::after {
  display: none !important;
  content: none !important;
}

html body .is-home-page .product-banner-container-bc img,
html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
  width: min(100%, 118px) !important;
  height: min(100%, 118px) !important;
  max-width: 118px !important;
  max-height: 118px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  transform: none !important;
  border: 3px solid rgba(255, 210, 140, 0.7) !important;
  box-shadow:
    0 12px 24px rgba(180, 70, 0, 0.34),
    0 0 0 4px rgba(255, 140, 26, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.25) !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.22), transparent 42%),
    linear-gradient(145deg, #ffb347, #e06700) !important;
  filter: saturate(1.08) contrast(1.04) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

html body .is-home-page .product-banner-container-bc > a:active img,
html body .is-home-page .product-banner-container-bc > div:active img {
  transform: scale(0.96) !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__label {
  position: static !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: 120px !important;
  margin: 0 !important;
  padding: 0 2px !important;
  background: none !important;
  color: #fff4e8 !important;
  font-size: clamp(11px, 2.9vw, 13px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45) !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__shine {
  display: none !important;
}

/* Coming soon ? frosted circle overlay */
html body .is-home-page .product-banner-container-bc .gb-product-soon {
  position: relative !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-soon img {
  filter: grayscale(0.35) brightness(0.62) saturate(0.75) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.28),
    0 0 0 4px rgba(255, 255, 255, 0.06) !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__badge,
html body .is-home-page .product-banner-container-bc .gb-product-tile__soon {
  position: absolute !important;
  inset: auto auto calc(28px + 8%) 50% !important;
  top: 34% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 6 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-width: 72px !important;
  max-width: 92% !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 220, 170, 0.45) !important;
  background: linear-gradient(135deg, rgba(20, 12, 4, 0.82), rgba(70, 28, 0, 0.78)) !important;
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35), 0 0 18px rgba(255, 140, 26, 0.22) !important;
  color: #ffe7c2 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  animation: gbSoonPulse 2.4s ease-in-out infinite !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__soon-glow {
  position: absolute !important;
  inset: -6px !important;
  border-radius: inherit !important;
  background: radial-gradient(circle, rgba(255, 160, 50, 0.35), transparent 70%) !important;
  z-index: -1 !important;
  pointer-events: none !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__soon-icon {
  font-size: 12px !important;
  line-height: 1 !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__soon-text {
  letter-spacing: 0 !important;
}

@keyframes gbSoonPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 10px 22px rgba(0,0,0,0.35), 0 0 14px rgba(255,140,26,0.18); }
  50% { transform: translate(-50%, -50%) scale(1.04); box-shadow: 0 12px 26px rgba(0,0,0,0.38), 0 0 22px rgba(255,140,26,0.32); }
}

/* VIP carousel ? faster paint / sharper cards */
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItem {
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #0b120e !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage,
html body .is-home-page .hm-row-bc.gb-vip-home img.casinoGameItemImage--regular {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  content-visibility: auto;
  background: linear-gradient(135deg, #1a1208, #0a100c) !important;
}

@media (max-width: 759px) {
  html body .is-home-page .product-banner-container-bc,
  html body .is-home-page .product-banner-container-bc.col-4,
  html body .is-home-page .product-banner-container-bc.col-4.product-banner-without-titles {
    gap: 12px 8px !important;
    padding: 12px 8px 14px !important;
    width: calc(100vw - 10px) !important;
  }

  html body .is-home-page .product-banner-container-bc img,
  html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
    width: min(100%, 78px) !important;
    height: min(100%, 78px) !important;
    max-width: 78px !important;
    max-height: 78px !important;
    border-width: 2.5px !important;
  }

  html body .is-home-page .product-banner-container-bc .gb-product-tile__label {
    font-size: 11px !important;
    max-width: 84px !important;
  }

  html body .is-home-page .product-banner-container-bc .gb-product-tile__badge,
  html body .is-home-page .product-banner-container-bc .gb-product-tile__soon {
    min-width: 64px !important;
    padding: 6px 8px !important;
    font-size: 10px !important;
    top: 30% !important;
  }

  html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemContent--regular,
  html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile {
    width: 156px !important;
    min-width: 156px !important;
    max-width: 156px !important;
    flex-basis: 156px !important;
  }
}

@media (min-width: 760px) {
  html body .is-home-page .product-banner-container-bc img,
  html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
    width: 128px !important;
    height: 128px !important;
    max-width: 128px !important;
    max-height: 128px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .is-home-page .product-banner-container-bc .gb-product-tile__badge,
  html body .is-home-page .product-banner-container-bc .gb-product-tile__soon {
    animation: none !important;
  }
}

/* ===== Home products v125: real green circular frames + visible soon ===== */
html body .is-home-page .product-banner-container-bc,
html body .is-home-page .product-banner-container-bc.col-4,
html body .is-home-page .product-banner-container-bc.col-4.product-banner-without-titles,
html body .is-home-page .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px 10px !important;
  width: min(980px, calc(100vw - 12px)) !important;
  margin: 10px auto 18px !important;
  padding: 14px 8px 12px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 230, 58, 0.1), transparent 55%),
    rgba(0, 0, 0, 0.18) !important;
  border: 1px solid rgba(184, 230, 58, 0.14) !important;
  box-shadow: none !important;
  direction: rtl !important;
}

html body .is-home-page .product-banner-container-bc > div,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  isolation: auto !important;
}

html body .is-home-page .product-banner-container-bc > div::before,
html body .is-home-page .product-banner-container-bc > div::after,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc::before,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc::after {
  display: none !important;
  content: none !important;
}

/* Circular green frame = the image itself */
html body .is-home-page .product-banner-container-bc img,
html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
  width: min(92%, 112px) !important;
  height: auto !important;
  max-width: 112px !important;
  max-height: 112px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  transform: none !important;
  border: 3px solid rgba(184, 230, 58, 0.85) !important;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.35),
    0 0 0 5px rgba(184, 230, 58, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
  background: linear-gradient(145deg, #1a3a24, #0a1610) !important;
  filter: none !important;
  opacity: 1 !important;
}

html body .is-home-page .product-banner-container-bc > a:active img,
html body .is-home-page .product-banner-container-bc > div:active img {
  transform: scale(0.96) !important;
  border-color: #d4ff6a !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__label {
  position: static !important;
  width: 100% !important;
  max-width: 118px !important;
  margin: 0 !important;
  padding: 0 2px !important;
  background: none !important;
  color: #eefcdb !important;
  font-size: clamp(11px, 2.8vw, 13px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5) !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__shine {
  display: none !important;
}

/* Coming soon: small chip at bottom of circle ? photo stays visible */
html body .is-home-page .product-banner-container-bc .gb-product-soon img {
  filter: brightness(0.88) saturate(0.92) !important;
  border-color: rgba(184, 230, 58, 0.45) !important;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.3),
    0 0 0 5px rgba(184, 230, 58, 0.1) !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__badge,
html body .is-home-page .product-banner-container-bc .gb-product-tile__soon {
  position: absolute !important;
  top: auto !important;
  left: 50% !important;
  right: auto !important;
  bottom: 34px !important;
  transform: translateX(-50%) !important;
  z-index: 6 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  max-width: 88% !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(184, 230, 58, 0.45) !important;
  background: rgba(8, 22, 12, 0.78) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28) !important;
  color: #d9ff6a !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  animation: none !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__soon-glow {
  display: none !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__soon-icon {
  font-size: 10px !important;
}

/* Kill leftover orange product chrome on home */
html body .is-home-page .product-banner-container-bc > div,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc {
  background: transparent !important;
}

html body .is-home-page .gb-home-drawer__chip {
  color: #102008 !important;
  background: linear-gradient(135deg, #d4ff6a, #9fd52e 55%, #7cbc1f) !important;
  border: 1px solid rgba(184, 230, 58, 0.55) !important;
  box-shadow: 0 6px 14px rgba(80, 140, 20, 0.28) !important;
}

html body .is-home-page .hdr-navigation-scrollable-bc {
  background: linear-gradient(180deg, rgba(10, 28, 16, 0.96), rgba(6, 16, 10, 0.98)) !important;
  border-bottom: 1px solid rgba(184, 230, 58, 0.18) !important;
}

html body .is-home-page .hdr-navigation-link-bc {
  color: rgba(230, 255, 210, 0.82) !important;
}

html body .is-home-page .hdr-navigation-link-bc.active,
html body .is-home-page .hdr-navigation-link-bc[aria-current="page"] {
  color: #102008 !important;
  background: linear-gradient(135deg, #d4ff6a, #9fd52e) !important;
  box-shadow: 0 6px 16px rgba(132, 204, 22, 0.28) !important;
}

/* VIP images must always paint (no content-visibility / glass traps) */
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage,
html body .is-home-page .hm-row-bc.gb-vip-home img.casinoGameItemImage--regular {
  content-visibility: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #0b120e !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-glass-img-wrap,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-glass-img-wrap img {
  opacity: 1 !important;
}

@media (max-width: 759px) {
  html body .is-home-page .product-banner-container-bc img,
  html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
    width: min(94%, 84px) !important;
    max-width: 84px !important;
    max-height: 84px !important;
    border-width: 2.5px !important;
  }

  html body .is-home-page .product-banner-container-bc .gb-product-tile__badge,
  html body .is-home-page .product-banner-container-bc .gb-product-tile__soon {
    bottom: 30px !important;
    padding: 4px 8px !important;
    font-size: 9.5px !important;
  }

  html body .is-home-page .product-banner-container-bc .gb-product-tile__label {
    font-size: 11px !important;
    max-width: 88px !important;
  }
}

/* ===== Home products v126: no rect frames, soon under title, VIP always visible ===== */
html body .is-home-page .product-banner-container-bc,
html body .is-home-page .product-banner-container-bc.col-4,
html body .is-home-page .product-banner-container-bc.col-4.product-banner-without-titles,
html body .is-home-page .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 8px 4px 6px !important;
  gap: 14px 8px !important;
}

html body .is-home-page .product-banner-container-bc > div,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc,
html body .is-home-page .hm-row-bc .product-banner-container-bc > a.product-banner-info-bc,
html body .is-home-page .product-banner-container-bc > div > a.product-banner-info-bc {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
}

html body .is-home-page .product-banner-container-bc > div::before,
html body .is-home-page .product-banner-container-bc > div::after,
html body .is-home-page .product-banner-container-bc > a::before,
html body .is-home-page .product-banner-container-bc > a::after,
html body .is-home-page .product-banner-container-bc .gb-glass-img-wrap::before {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}

html body .is-home-page .product-banner-container-bc .gb-glass-img-wrap {
  background: transparent !important;
  border-radius: 50% !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
}

html body .is-home-page .product-banner-container-bc img,
html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
  width: 86px !important;
  height: 86px !important;
  max-width: 86px !important;
  max-height: 86px !important;
  border-radius: 50% !important;
  border: 2.5px solid rgba(184, 230, 58, 0.9) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32), 0 0 0 4px rgba(184, 230, 58, 0.14) !important;
  background: #0d1a12 !important;
  filter: none !important;
  opacity: 1 !important;
  object-fit: cover !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__label {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 96px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  color: #f2ffe3 !important;
  font-size: 11.5px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55) !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2 !important;
}

/* Coming soon BELOW title ? never covering the photo */
html body .is-home-page .product-banner-container-bc .gb-product-soon img {
  filter: none !important;
  opacity: 1 !important;
  border-color: rgba(184, 230, 58, 0.55) !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__badge,
html body .is-home-page .product-banner-container-bc .gb-product-tile__soon {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 3px 9px !important;
  min-width: 0 !important;
  max-width: 96px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(184, 230, 58, 0.4) !important;
  background: rgba(184, 230, 58, 0.14) !important;
  box-shadow: none !important;
  color: #d9ff6a !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  animation: none !important;
  backdrop-filter: none !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage,
html body .is-home-page .hm-row-bc.gb-vip-home img {
  opacity: 1 !important;
  visibility: visible !important;
  content-visibility: visible !important;
  background: #0b120e !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-glass-img-wrap {
  background: #0b120e !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-glass-img-wrap::before {
  display: none !important;
  opacity: 0 !important;
}

@media (max-width: 759px) {
  html body .is-home-page .product-banner-container-bc img,
  html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
    width: 76px !important;
    height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
  }
}

/* ===== Casino lobby polish v127: centered clear titles + prettier page ===== */
html body #root.casino-slots,
html body .casino-slots,
html body #root.skill-games-page,
html body .skill-games-page,
html body #root.live-casino-games,
html body .live-casino-games {
  background:
    radial-gradient(ellipse 80% 40% at 50% -8%, rgba(184, 230, 58, 0.12), transparent 55%),
    radial-gradient(circle at 90% 20%, rgba(52, 211, 153, 0.06), transparent 40%),
    #070f0b !important;
}

html body .casino-slots .layout-content-holder-bc,
html body #root.casino-slots .layout-content-holder-bc,
html body .skill-games-page .layout-content-holder-bc,
html body #root.skill-games-page .layout-content-holder-bc,
html body .live-casino-games .layout-content-holder-bc,
html body #root.live-casino-games .layout-content-holder-bc {
  background: transparent !important;
}

html body .gb-casino-lobby {
  width: min(1120px, 100%) !important;
  margin: 0 auto !important;
  padding: 14px 12px calc(28px + env(safe-area-inset-bottom)) !important;
  overflow: visible !important;
}

html body .gb-casino-lobby__head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 4px 0 16px !important;
  padding: 14px 12px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.12)),
    rgba(8, 18, 13, 0.55) !important;
  border: 1px solid rgba(184, 230, 58, 0.14) !important;
  text-align: center !important;
}

/* Casino slots: drop the green page title (????????) ? keep only search. */
html body #root.casino-slots .gb-casino-lobby__titles,
html body .casino-slots .gb-casino-lobby__titles,
html body #root.casino-slots .gb-casino-lobby__head .gb-casino-lobby__titles,
html body #root.skill-games-page .gb-casino-lobby__titles,
html body .skill-games-page .gb-casino-lobby__titles,
html body #root.skill-games-page .gb-vip-lobby .gb-casino-lobby__titles,
html body .skill-games-page .gb-vip-lobby .gb-casino-lobby__titles {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

html body #root.casino-slots .gb-casino-lobby__head,
html body .casino-slots .gb-casino-lobby__head,
html body #root.skill-games-page .gb-casino-lobby__head,
html body .skill-games-page .gb-casino-lobby__head {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
  border-radius: 0 !important;
  gap: 0 !important;
}

/* Live casino: no title head + hide invisible but clickable top nav strip */
html body .live-casino-games .gb-live-casino-lobby .gb-casino-lobby__head,
html body #root.live-casino-games .gb-live-casino-lobby .gb-casino-lobby__head,
html body .live-casino-games .gb-casino-lobby__head,
html body #root.live-casino-games .gb-casino-lobby__head {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

html body .gb-casino-lobby__titles {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
}

html body .gb-casino-lobby__titles h1 {
  margin: 0 !important;
  color: #f5ffe8 !important;
  font-size: clamp(1.35rem, 4.2vw, 1.85rem) !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
}

html body .gb-casino-lobby__titles p {
  margin: 6px 0 0 !important;
  color: rgba(220, 245, 200, 0.78) !important;
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

html body .gb-casino-lobby__search {
  width: 100% !important;
  max-width: 420px !important;
  flex: none !important;
}

html body .gb-casino-lobby__search-input {
  text-align: center !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-size: 0.95rem !important;
  font-weight: 650 !important;
  border: 1px solid rgba(184, 230, 58, 0.28) !important;
  background: rgba(5, 14, 10, 0.88) !important;
  color: #f2ffe6 !important;
}

html body .gb-casino-lobby__search-input::placeholder {
  color: rgba(210, 235, 190, 0.45) !important;
  text-align: center !important;
}

html body .gb-casino-lobby__grid.casinoGamesList {
  gap: 14px 12px !important;
  align-items: stretch !important;
}

html body .gb-casino-lobby .gb-casino-tile,
html body .gb-casino-lobby .casinoGameItemContent.gb-casino-tile {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  text-align: center !important;
  aspect-ratio: auto !important;
  height: auto !important;
  overflow: visible !important;
  background: transparent !important;
  border-radius: 18px !important;
  padding: 0 !important;
  content-visibility: visible !important;
  contain: none !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html body .gb-casino-lobby .gb-casino-tile__media {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(184, 230, 58, 0.22) !important;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  background:
    linear-gradient(160deg, rgba(36, 70, 42, 0.55), rgba(8, 16, 12, 0.95)) !important;
  position: relative !important;
  box-sizing: border-box !important;
}

html body .gb-casino-lobby .gb-casino-tile__meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 4px 4px !important;
  text-align: center !important;
}

html body .gb-casino-lobby .gb-casino-tile__title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #f7ffe9 !important;
  font-size: clamp(13px, 3.4vw, 15px) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45) !important;
  opacity: 1 !important;
  visibility: visible !important;
  direction: auto !important;
}

html body .gb-casino-lobby .gb-casino-tile__provider {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #c8f255 !important;
  font-size: clamp(11px, 2.8vw, 12.5px) !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  opacity: 0.92 !important;
  visibility: visible !important;
  direction: ltr !important;
}

@media (max-width: 759px) {
  html body .gb-casino-lobby {
    padding: 10px 10px calc(96px + env(safe-area-inset-bottom, 0px)) !important;
  }

  html body .gb-casino-lobby__head {
    margin-bottom: 12px !important;
    padding: 12px 10px !important;
  }

  html body .gb-casino-lobby__grid.casinoGamesList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 10px !important;
  }

  html body .gb-casino-lobby .gb-casino-tile {
    gap: 8px !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__media {
    aspect-ratio: 16 / 10 !important;
    border-radius: 16px !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__title {
    font-size: 13px !important;
    -webkit-line-clamp: 2 !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__provider {
    font-size: 11px !important;
  }
}

@media (min-width: 760px) {
  html body .gb-casino-lobby .gb-casino-tile__title {
    font-size: 15px !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__provider {
    font-size: 12.5px !important;
  }
}

/* ===== Home reset v128: kill rect cards, soon under title, fast visible images ===== */
html body .is-home-page .layout-content-holder-bc,
html body #root.is-home-page .layout-content-holder-bc {
  background:
    radial-gradient(ellipse 90% 42% at 70% -12%, rgba(184, 230, 58, 0.14), transparent 55%),
    radial-gradient(circle at 8% 18%, rgba(52, 211, 153, 0.08), transparent 42%),
    linear-gradient(180deg, #08140f 0%, #050c09 55%, #040a07 100%) !important;
}

html body .is-home-page .product-banner-container-bc,
html body .is-home-page .product-banner-container-bc.col-4,
html body .is-home-page .product-banner-container-bc.col-4.product-banner-without-titles,
html body .is-home-page .hm-row-bc .product-banner-container-bc.col-4.product-banner-without-titles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px 6px !important;
  width: calc(100vw - 12px) !important;
  max-width: 980px !important;
  margin: 8px auto 12px !important;
  padding: 4px 2px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  direction: rtl !important;
}

html body .is-home-page .product-banner-container-bc > div,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc,
html body .is-home-page .product-banner-container-bc > div > a.product-banner-info-bc,
html body .is-home-page .hm-row-bc .product-banner-container-bc > a.product-banner-info-bc,
html body .is-home-page .product-banner-container-bc .gb-product-tile-host {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  contain: none !important;
  isolation: auto !important;
  place-items: center !important;
}

html body .is-home-page .product-banner-container-bc > div::before,
html body .is-home-page .product-banner-container-bc > div::after,
html body .is-home-page .product-banner-container-bc > a::before,
html body .is-home-page .product-banner-container-bc > a::after,
html body .is-home-page .product-banner-container-bc .gb-glass-img-wrap::before,
html body .is-home-page .product-banner-container-bc .gb-product-tile__shine {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

html body .is-home-page .product-banner-container-bc .gb-glass-img-wrap {
  display: contents !important;
  background: transparent !important;
  overflow: visible !important;
}

html body .is-home-page .product-banner-container-bc img,
html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 78px !important;
  height: 78px !important;
  max-width: 78px !important;
  max-height: 78px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 2.5px solid #b8e63a !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35), 0 0 0 3px rgba(184, 230, 58, 0.12) !important;
  background: #102016 !important;
  object-fit: cover !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__caption {
  position: static !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 3px !important;
  width: 100% !important;
  max-width: 92px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  z-index: 2 !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-tile__label {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  color: #f4ffe8 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Hide every old absolute soon badge style */
html body .is-home-page .product-banner-container-bc .gb-product-tile__badge,
html body .is-home-page .product-banner-container-bc .gb-product-tile__soon {
  display: none !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-soon-line {
  position: static !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #b8e63a !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  opacity: 0.95 !important;
  animation: none !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

html body .is-home-page .product-banner-container-bc .gb-product-soon img {
  filter: none !important;
  opacity: 1 !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage,
html body .is-home-page .hm-row-bc.gb-vip-home img,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-glass-img-wrap img {
  opacity: 1 !important;
  visibility: visible !important;
  content-visibility: visible !important;
  background: #101a14 !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-glass-img-wrap::before {
  display: none !important;
}

html body .is-home-page .sectionTitleText {
  color: #f6ffe9 !important;
  font-weight: 950 !important;
}

@media (max-width: 759px) {
  html body .is-home-page .product-banner-container-bc img,
  html body .is-home-page .product-banner-container-bc img.product-banner-img-bc {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
  }
}

/* ===== Home rebuild v129: custom circular products + premium slider ===== */
html body .is-home-page .gb-home-products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px 8px !important;
  width: min(980px, calc(100vw - 16px)) !important;
  margin: 10px auto 16px !important;
  padding: 6px 4px 4px !important;
  direction: rtl !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .is-home-page .gb-home-products__item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 2px 0 0 !important;
  text-decoration: none !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

html body .is-home-page .gb-home-products__ring {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 78px !important;
  height: 78px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 35% 28%, rgba(212, 255, 106, 0.18), transparent 55%),
    linear-gradient(160deg, #1a3a24, #0a1610 70%) !important;
  border: 2.5px solid rgba(184, 230, 58, 0.92) !important;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.38),
    0 0 0 4px rgba(184, 230, 58, 0.12) !important;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

html body .is-home-page .gb-home-products__ring img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .is-home-page .gb-home-products__item:active .gb-home-products__ring {
  transform: scale(0.95) !important;
  border-color: #d4ff6a !important;
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.35),
    0 0 0 4px rgba(212, 255, 106, 0.22) !important;
}

html body .is-home-page .gb-home-products__name {
  display: block !important;
  width: 100% !important;
  max-width: 96px !important;
  margin: 0 !important;
  padding: 0 2px !important;
  color: #f3ffe6 !important;
  font-size: clamp(11px, 2.7vw, 12.5px) !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55) !important;
}

html body .is-home-page .gb-home-products__soon {
  display: block !important;
  margin: -2px 0 0 !important;
  padding: 0 !important;
  color: #b8e63a !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  letter-spacing: 0.01em !important;
}

html body .is-home-page .gb-home-products__item.is-soon .gb-home-products__ring {
  border-color: rgba(184, 230, 58, 0.55) !important;
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.32),
    0 0 0 3px rgba(184, 230, 58, 0.1) !important;
}

html body .is-home-page .gb-home-products__item.is-soon .gb-home-products__ring img {
  filter: brightness(0.92) saturate(0.95) !important;
}

/* After custom strip mounts, kill any leftover BC product markup */
html body .is-home-page:has(.gb-home-products) .product-banner-container-bc {
  display: none !important;
}

/* Premium slider */
html body .is-home-page .hm-row-bc.has-slider {
  margin: 6px 0 4px !important;
  padding: 0 8px !important;
}

html body .is-home-page .hm-row-bc.has-slider .slider-bc,
html body .is-home-page .slider-bc {
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(184, 230, 58, 0.18) !important;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
  background: #07110c !important;
}

html body .is-home-page .slider-bc .swiper,
html body .is-home-page .slider-bc .swiper-wrapper,
html body .is-home-page .slider-bc .swiper-slide {
  border-radius: 18px !important;
}

html body .is-home-page .slider-bc .sdr-item-holder-bc,
html body .is-home-page .slider-bc .sdr-image-bc,
html body .is-home-page .slider-bc img {
  width: 100% !important;
  height: auto !important;
  min-height: 148px !important;
  max-height: 220px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 0 !important;
}

html body .is-home-page .slider-bc .swiper-pagination-fraction {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  min-width: 42px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: rgba(5, 14, 10, 0.72) !important;
  border: 1px solid rgba(184, 230, 58, 0.28) !important;
  color: #e8ffc4 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35) !important;
}

@media (min-width: 760px) {
  html body .is-home-page .gb-home-products__ring {
    width: 96px !important;
    height: 96px !important;
  }

  html body .is-home-page .gb-home-products {
    gap: 18px 12px !important;
    margin: 14px auto 20px !important;
  }

  html body .is-home-page .slider-bc .sdr-item-holder-bc,
  html body .is-home-page .slider-bc .sdr-image-bc,
  html body .is-home-page .slider-bc img {
    min-height: 200px !important;
    max-height: 280px !important;
  }
}

@media (max-width: 380px) {
  html body .is-home-page .gb-home-products__ring {
    width: 68px !important;
    height: 68px !important;
  }

  html body .is-home-page .gb-home-products__name {
    font-size: 10.5px !important;
  }
}
/* ===== Cross-device center fix v130: kill 100vw skew on Android ===== */
html body.is-mobile,
html body #root.is-home-page,
html body .layout-bc.is-home-page,
html body .is-home-page {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

html body .is-home-page .layout-content-holder-bc,
html body #root.is-home-page .layout-content-holder-bc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

html body .is-home-page .hm-row-bc,
html body .is-home-page .hm-row-bc.has-slider,
html body .is-home-page .hm-row-bc:has(.gb-home-products),
html body .is-home-page .hm-row-bc:has(.product-banner-container-bc) {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
  justify-items: stretch !important;
}

html body .is-home-page .hm-row-bc-inner,
html body .is-home-page .hm-row-bc.has-slider .hm-row-bc-inner,
html body .is-home-page .hm-row-bc.gb-home-curated-row .hm-row-bc-inner,
html body .is-home-page .hm-row-bc.gb-vip-home .hm-row-bc-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-inline: 10px !important;
  box-sizing: border-box !important;
}

html body .is-home-page .hm-row-bc.has-slider {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-inline: 10px !important;
}

html body .is-home-page .hm-row-bc.has-slider .hm-row-bc-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-inline: 0 !important;
}

html body .is-home-page .gb-home-products,
html body .is-home-page .product-banner-container-bc,
html body .is-home-page .product-banner-container-bc.col-4,
html body .is-home-page .product-banner-container-bc.col-4.product-banner-without-titles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  justify-items: center !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 10px 0 16px !important;
  margin-inline: 0 !important;
  padding: 4px 0 !important;
  box-sizing: border-box !important;
  direction: rtl !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

html body .is-home-page .gb-home-products__item,
html body .is-home-page .product-banner-container-bc > div,
html body .is-home-page .product-banner-container-bc > a.product-banner-info-bc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  box-sizing: border-box !important;
  transform: none !important;
}

html body .is-home-page .gb-home-products__ring {
  width: clamp(64px, 19vw, 86px) !important;
  height: clamp(64px, 19vw, 86px) !important;
  margin: 0 auto !important;
  margin-inline: auto !important;
  flex: 0 0 auto !important;
}

html body .is-home-page .gb-home-products__name,
html body .is-home-page .gb-home-products__soon {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-inline: auto !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

html body .is-home-page .slider-bc,
html body .is-home-page .hm-row-bc.has-slider .slider-bc {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

html body .is-home-page .gb-home-announce,
html body .is-home-page .gb-home-drawer,
html body .is-home-page .hdr-navigation-scrollable-bc:not(.user-tab-navigation) {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-inline: 0 !important;
}

html body .is-home-page .gb-home-drawer__scroller,
html body .is-home-page .hdr-navigation-scrollable-content {
  justify-content: flex-start !important;
  padding-inline: 10px !important;
  box-sizing: border-box !important;
}

/* Wallet overlay: same 100% box model on Android */
#gb-profile-overlay,
#gb-profile-overlay .overlay-sliding-w-c-content-slider-bc,
#gb-profile-overlay .gb-profile-main,
#gb-profile-overlay .gb-balance-body,
#gb-profile-overlay .gb-wallet-chrome,
#gb-profile-overlay .dep-w-info-bc.deposit-page {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

#gb-profile-overlay .gb-deposit-tabs__row {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#gb-profile-overlay .gb-deposit-tab.hdr-navigation-link-bc,
#gb-profile-overlay a.gb-deposit-tab {
  min-width: 0 !important;
  max-width: 100% !important;
  flex: none !important;
  overflow: hidden !important;
  transform: none !important;
}

#gb-profile-overlay .gb-pay-methods,
#gb-profile-overlay .gb-wallet-hero,
#gb-profile-overlay .gb-first-deposit-bonus,
#gb-profile-overlay .gb-history-list,
#gb-profile-overlay .gb-info-panel {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-inline: 0 !important;
}

@media (min-width: 760px) {
  html body .is-home-page .hm-row-bc-inner,
  html body .is-home-page .hm-row-bc.has-slider .hm-row-bc-inner,
  html body .is-home-page .hm-row-bc.gb-home-curated-row .hm-row-bc-inner {
    width: min(980px, 100%) !important;
    max-width: 980px !important;
    margin-inline: auto !important;
    padding-inline: 16px !important;
  }

  html body .is-home-page .hm-row-bc.has-slider {
    padding-inline: 0 !important;
  }

  html body .is-home-page .gb-home-products {
    width: min(980px, 100%) !important;
    margin-inline: auto !important;
  }
}

/* ===== VIP fix v131: dedicated row, always paint, no glass trap ===== */
html body .is-home-page #gb-home-curated-row,
html body .is-home-page .hm-row-bc.gb-vip-home,
html body .is-home-page .hm-row-bc.gb-home-curated-row {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 12px 0 18px !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  box-sizing: border-box !important;
}

html body .is-home-page #gb-home-curated-row .hm-row-bc-inner,
html body .is-home-page .hm-row-bc.gb-vip-home .hm-row-bc-inner {
  width: 100% !important;
  max-width: 100% !important;
  padding-inline: 10px !important;
  box-sizing: border-box !important;
}

html body .is-home-page #gb-home-curated-row .sectionTitleText,
html body .is-home-page .hm-row-bc.gb-vip-home .sectionTitleText {
  color: #f6ffe9 !important;
  font-weight: 950 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .is-home-page #gb-home-curated-row .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoHorizontalGamesListHorizontalScroll {
  display: block !important;
  min-height: 168px !important;
  height: auto !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: auto !important;
  touch-action: pan-x pinch-zoom !important;
  visibility: visible !important;
}

html body .is-home-page #gb-home-curated-row .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-vip-home .horizontal-scroll__inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  width: max-content !important;
  min-height: 150px !important;
  padding: 8px 2px 10px !important;
  visibility: visible !important;
  opacity: 1 !important;
  /* DO NOT force transform:none ? VIP auto-scroll needs translate3d */
}

html body .is-home-page #gb-home-curated-row .gb-casino-tile,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemContent--regular {
  display: flex !important;
  flex-direction: column !important;
  width: 148px !important;
  min-width: 148px !important;
  max-width: 148px !important;
  flex: 0 0 148px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .is-home-page #gb-home-curated-row .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItem {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 320 / 213 !important;
  min-height: 98px !important;
  height: auto !important;
  flex: 0 0 auto !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #102016 !important;
  border: 1px solid rgba(184, 230, 58, 0.2) !important;
}

html body .is-home-page #gb-home-curated-row .gb-glass-img-wrap,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-glass-img-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  background: transparent !important;
}

html body .is-home-page #gb-home-curated-row img,
html body .is-home-page .hm-row-bc.gb-vip-home img,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage--regular,
html body .is-home-page .gb-casino-tile img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
  content-visibility: visible !important;
  filter: none !important;
  background: #102016 !important;
  z-index: 1 !important;
}

html body .is-home-page #gb-home-curated-row .gb-glass-img-wrap::before,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-glass-img-wrap::before {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}

/* ===== Slider flush + no frame v132 ===== */
html body .is-home-page .hm-row-bc.has-slider,
html body .is-home-page .hm-row-bc.has-slider + .hm-row-bc,
html body .is-home-page .gb-home-announce + .hm-row-bc.has-slider {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html body .is-home-page .hm-row-bc.has-slider {
  margin: 4px 0 0 !important;
  padding: 0 10px !important;
}

html body .is-home-page .hm-row-bc.has-slider .hm-row-bc-inner {
  margin: 0 !important;
  padding: 0 !important;
}

html body .is-home-page .hm-row-bc.has-slider .slider-bc,
html body .is-home-page .slider-bc {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}

html body .is-home-page .slider-bc .swiper,
html body .is-home-page .slider-bc .swiper-wrapper,
html body .is-home-page .slider-bc .swiper-slide {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

html body .is-home-page .slider-bc .sdr-item-holder-bc,
html body .is-home-page .slider-bc .sdr-item-bc,
html body .is-home-page .slider-bc .gb-glass-img-wrap {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

html body .is-home-page .slider-bc .sdr-item-holder-bc::before,
html body .is-home-page .slider-bc .sdr-item-holder-bc::after {
  display: none !important;
  content: none !important;
}

html body .is-home-page .slider-bc .sdr-image-bc,
html body .is-home-page .slider-bc img {
  border-radius: 16px !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Stick product grid to slider ? kill the dark gap */
html body .is-home-page .gb-home-products,
html body .is-home-page .hm-row-bc:has(.gb-home-products),
html body .is-home-page .hm-row-bc:has(.product-banner-container-bc) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html body .is-home-page .gb-home-products {
  margin: 6px 0 12px !important;
  padding-top: 2px !important;
}

html body .is-home-page .hm-row-bc.has-slider + .hm-row-bc .gb-home-products,
html body .is-home-page .hm-row-bc.has-slider + .gb-home-products,
html body .is-home-page .hm-row-bc-inner > .gb-home-products {
  margin-top: 6px !important;
}

/* ===== Auto-slide restore v133: allow transform carousels ===== */
html body .is-home-page .slider-bc,
html body .is-home-page .hm-row-bc.has-slider .slider-bc {
  overflow: hidden !important;
}

html body .is-home-page .slider-bc .swiper {
  overflow: hidden !important;
  width: 100% !important;
}

html body .is-home-page .slider-bc.gb-slider-touch .swiper-wrapper,
html body .is-home-page .slider-bc .swiper-wrapper {
  display: flex !important;
  width: max-content !important;
  max-width: none !important;
  will-change: transform !important;
  transition-property: transform !important;
}

html body .is-home-page .slider-bc.gb-slider-touch .swiper-slide,
html body .is-home-page .slider-bc .swiper-slide {
  flex-shrink: 0 !important;
  max-width: none !important;
}

html body .is-home-page #gb-home-curated-row .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoHorizontalGamesListHorizontalScroll {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: auto !important;
  touch-action: pan-x pinch-zoom !important;
}

html body .is-home-page #gb-home-curated-row .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-vip-home .horizontal-scroll__inner,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-scroll > .horizontal-scroll__inner {
  /* Leave transform to JS carousel (inline !important). */
  will-change: transform !important;
  transition-property: transform !important;
  width: max-content !important;
  max-width: none !important;
}

/* ===== VIP image paint fix v135 ===== */
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemContent--regular,
html body .is-home-page #gb-home-curated-row .gb-casino-tile {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItem,
html body .is-home-page #gb-home-curated-row .gb-casino-tile__media {
  position: relative !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  aspect-ratio: 320 / 213 !important;
  min-height: 94px !important;
  height: auto !important;
  overflow: hidden !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-glass-img-wrap,
html body .is-home-page #gb-home-curated-row .gb-glass-img-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home img,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage,
html body .is-home-page #gb-home-curated-row img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
  content-visibility: visible !important;
  z-index: 1 !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-scroll,
html body .is-home-page #gb-home-curated-row .gb-vip-home-scroll {
  max-height: none !important;
  min-height: 190px !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
}

/* ===== VIP banners restore v142: full JPG, always paint, auto-scroll ===== */
html body .is-home-page #gb-home-curated-row .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-vip-home .horizontal-scroll__inner {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: max-content !important;
  max-width: none !important;
  min-height: 180px !important;
  direction: ltr !important;
  will-change: transform !important;
}

html body .is-home-page #gb-home-curated-row .gb-casino-tile,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemContent--regular {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 156px !important;
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
  height: auto !important;
  min-height: 170px !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}

html body .is-home-page #gb-home-curated-row .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItem {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 320 / 213 !important;
  min-height: 104px !important;
  height: auto !important;
  overflow: hidden !important;
  background: #102016 !important;
  border-radius: 16px !important;
}

html body .is-home-page #gb-home-curated-row img,
html body .is-home-page .hm-row-bc.gb-vip-home img,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemImage--regular {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
  content-visibility: visible !important;
  filter: none !important;
  background: #102016 !important;
  z-index: 2 !important;
}

/* ===== VIP banner carousel v154: compact + seamless loop, never blank ===== */
html body .is-home-page .gb-vip-banner-carousel.gb-vip-home-scroll,
html body .is-home-page #gb-home-curated-row .gb-vip-banner-carousel,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-banner-carousel {
  overflow: hidden !important;
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  background: #0a1610 !important;
  border-radius: 0 !important;
  touch-action: pan-x pinch-zoom !important;
}

html body .is-home-page .gb-vip-banner-carousel .gb-vip-banner-track,
html body .is-home-page .gb-vip-banner-carousel .gb-vip-home-grid,
html body .is-home-page .gb-vip-banner-carousel .horizontal-scroll__inner {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  column-gap: 10px !important;
  width: max-content !important;
  max-width: none !important;
  min-height: 0 !important;
  direction: ltr !important;
  will-change: transform !important;
  transition-property: transform !important;
  /* DO NOT pin transform here ? JS drives translate3d */
}

html body .is-home-page .gb-vip-banner-carousel .gb-casino-tile,
html body .is-home-page .gb-vip-banner-carousel .casinoGameItemContent--regular {
  flex: 0 0 126px !important;
  width: 126px !important;
  min-width: 126px !important;
  max-width: 126px !important;
  height: auto !important;
  min-height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  margin: 0 !important;
  background: transparent !important;
}

html body .is-home-page .gb-vip-banner-carousel .gb-casino-tile__media,
html body .is-home-page .gb-vip-banner-carousel .casinoGameItem {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 320 / 213 !important;
  min-height: 86px !important;
  height: auto !important;
  overflow: hidden !important;
  background: #102016 !important;
  border-radius: 12px !important;
}

html body .is-home-page .gb-vip-banner-carousel .gb-casino-tile__meta {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  margin-top: 6px !important;
  padding: 0 2px !important;
}

html body .is-home-page .gb-vip-banner-carousel .gb-casino-tile__title {
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #e8ffe0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body .is-home-page .gb-vip-banner-carousel .gb-casino-tile__provider {
  display: block !important;
  font-size: 10px !important;
  color: rgba(232, 255, 224, 0.55) !important;
}

html body .is-home-page .gb-vip-banner-carousel img,
html body .is-home-page .gb-vip-banner-carousel .casinoGameItemImage,
html body .is-home-page .gb-vip-banner-carousel .casinoGameItemImage--regular {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
  content-visibility: visible !important;
  filter: none !important;
  background: #102016 !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

@media (max-width: 759px) {
  html body .is-home-page .gb-vip-banner-carousel .gb-casino-tile,
  html body .is-home-page .gb-vip-banner-carousel .casinoGameItemContent--regular {
    flex: 0 0 122px !important;
    width: 122px !important;
    min-width: 122px !important;
    max-width: 122px !important;
  }

  html body .is-home-page .gb-vip-banner-carousel .gb-casino-tile__media,
  html body .is-home-page .gb-vip-banner-carousel .casinoGameItem {
    aspect-ratio: 320 / 213 !important;
    min-height: 80px !important;
    border-radius: 11px !important;
  }
}


/* ===== Wallet/Account open: kill dock+footer bleed (beats html body .tab-navigation display:flex) ===== */
html.gb-wallet-chrome-hidden body .tab-navigation-w-bc,
html.gb-wallet-chrome-hidden body .tab-navigation-w-bc.gb-tab-bar-ready,
html body.gb-wallet-chrome-hidden .tab-navigation-w-bc,
html body.gb-wallet-chrome-hidden .tab-navigation-w-bc.gb-tab-bar-ready,
html body.gb-profile-open .tab-navigation-w-bc,
html body.gb-profile-open .tab-navigation-w-bc.gb-tab-bar-ready,
html body.gb-account-open .tab-navigation-w-bc,
html body.gb-account-open .tab-navigation-w-bc.gb-tab-bar-ready,
html body.popup-opened.gb-profile-open .tab-navigation-w-bc,
html body:has(#gb-profile-overlay.gb-profile-open:not(.hidden)) .tab-navigation-w-bc,
html body:has(#gb-account-overlay:not(.hidden)) .tab-navigation-w-bc,
html.gb-wallet-chrome-hidden body .layout-footer-holder-bc,
html body.gb-wallet-chrome-hidden .layout-footer-holder-bc,
html body.gb-profile-open .layout-footer-holder-bc,
html body.gb-account-open .layout-footer-holder-bc,
html body.gb-profile-open .footerContainerWrapper,
html body.gb-account-open .footerContainerWrapper,
html body.gb-profile-open .footer-bc,
html body.gb-account-open .footer-bc,
html body:has(#gb-profile-overlay.gb-profile-open:not(.hidden)) .layout-footer-holder-bc,
html body:has(#gb-account-overlay:not(.hidden)) .layout-footer-holder-bc {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  z-index: -1 !important;
}

html.gb-profile-scroll-lock,
html.gb-account-scroll-lock,
html.gb-profile-scroll-lock body,
html.gb-account-scroll-lock body,
html body.gb-profile-scroll-lock,
html body.gb-account-scroll-lock {
  overflow: hidden !important;
  overscroll-behavior: none !important;
  height: 100% !important;
  width: 100% !important;
}

html.gb-profile-scroll-lock body,
html.gb-account-scroll-lock body,
html body.gb-profile-scroll-lock,
html body.gb-account-scroll-lock {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
}

html.gb-profile-scroll-lock #root,
html.gb-account-scroll-lock #root,
html body.gb-profile-open #root,
html body.gb-account-open #root {
  overflow: hidden !important;
  max-height: 100dvh !important;
  touch-action: none !important;
}

html body #gb-profile-overlay.gb-profile-open,
html body #gb-account-overlay:not(.hidden) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483646 !important;
  background: #06100b !important;
  isolation: isolate !important;
}

/* ===== Casino lobby: same look on iPhone + Android (v156) ===== */
@media (max-width: 759px) {
  :root,
  html {
    --gb-fixed-header-h: calc(92px + env(safe-area-inset-top, 0px)) !important;
  }

  html body .layout-header-holder-bc {
    padding-top: env(safe-area-inset-top, 0px) !important;
  }

  html body .casino-slots .layout-content-holder-bc,
  html body #root.casino-slots .layout-content-holder-bc,
  html body .skill-games-page .layout-content-holder-bc,
  html body #root.skill-games-page .layout-content-holder-bc,
  html body .live-casino-games .layout-content-holder-bc,
  html body #root.live-casino-games .layout-content-holder-bc {
    padding-top: var(--gb-fixed-header-h) !important;
    padding-bottom: calc(110px + env(safe-area-inset-bottom, 0px)) !important;
  }

  html body .gb-casino-lobby,
  html body .casino-slots .gb-casino-lobby,
  html body #root.casino-slots .gb-casino-lobby,
  html body .skill-games-page .gb-casino-lobby,
  html body #root.skill-games-page .gb-casino-lobby {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 10px 12px calc(28px + env(safe-area-inset-bottom, 0px)) !important;
    box-sizing: border-box !important;
    contain: none !important;
  }

  html body .gb-casino-lobby__head {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  html body .gb-casino-lobby__titles,
  html body .gb-casino-lobby__search {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }

  html body .gb-casino-lobby__titles h1 {
    font-size: clamp(1.15rem, 4vw, 1.45rem) !important;
    line-height: 1.35 !important;
  }

  html body .gb-casino-lobby__titles p {
    display: block !important;
    margin: 4px 0 0 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    color: rgba(210, 230, 200, 0.72) !important;
  }

  /* Slots + VIP: no page title above search (avoids empty green/invisible bar). */
  html body #root.casino-slots .gb-casino-lobby__titles,
  html body .casino-slots .gb-casino-lobby__titles,
  html body #root.skill-games-page .gb-casino-lobby__titles,
  html body .skill-games-page .gb-casino-lobby__titles,
  html body #root.skill-games-page .gb-vip-lobby .gb-casino-lobby__titles,
  html body .skill-games-page .gb-vip-lobby .gb-casino-lobby__titles {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  html body #root.casino-slots .gb-casino-lobby__head,
  html body .casino-slots .gb-casino-lobby__head,
  html body #root.skill-games-page .gb-casino-lobby__head,
  html body .skill-games-page .gb-casino-lobby__head {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
    border-radius: 0 !important;
    gap: 0 !important;
  }

  html body .gb-casino-lobby__search-input {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 16px !important; /* prevents iOS Safari input zoom */
    border-radius: 14px !important;
    box-sizing: border-box !important;
  }

  html body .gb-casino-lobby__grid.casinoGamesList,
  html body .casino-slots .gb-casino-lobby__grid.casinoGamesList,
  html body #root.casino-slots .gb-casino-lobby__grid.casinoGamesList {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
    padding: 0 0 12px !important;
    margin: 0 !important;
  }

  /* Landscape tiles = same density on narrow iPhone and wider Android */
  html body .gb-casino-lobby .gb-casino-tile__media,
  html body .casino-slots .gb-casino-lobby .gb-casino-tile__media,
  html body #root.casino-slots .gb-casino-lobby .gb-casino-tile__media,
  html body .skill-games-page .gb-casino-lobby .gb-casino-tile__media,
  html body .gb-casino-lobby .casinoGameItem.gb-casino-tile__media {
    aspect-ratio: 16 / 10 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 14px !important;
  }

  html body .gb-casino-lobby .gb-casino-tile,
  html body .casino-slots .gb-casino-lobby .gb-casino-tile {
    gap: 7px !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__title {
    font-size: 13px !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 1 !important;
  }

  html body .gb-casino-lobby .gb-casino-tile__provider {
    font-size: 11px !important;
  }

  html body .tab-navigation-w-bc .tab-nav-title-bc {
    max-width: 100% !important;
    font-size: 10px !important;
    -webkit-line-clamp: 1 !important;
    white-space: nowrap !important;
  }
}

/* ===== Home hero slider swipe fix v157 ===== */
html body .is-home-page .slider-bc.gb-slider-touch,
html body .is-home-page .hm-row-bc.has-slider .slider-bc.gb-slider-touch,
html body .is-home-page .slider-bc.gb-slider-touch .swiper,
html body .is-home-page .slider-bc.gb-slider-touch .swiper-wrapper,
html body .is-home-page .slider-bc.gb-slider-touch .swiper-slide,
html body .is-home-page .slider-bc.gb-slider-touch .sdr-item-holder-bc,
html body .is-home-page .slider-bc.gb-slider-touch .sdr-item-bc,
html body .is-home-page .slider-bc.gb-slider-touch img {
  touch-action: pan-y pinch-zoom !important;
  -webkit-user-drag: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

html body .is-home-page .slider-bc.gb-slider-dragging,
html body .is-home-page .slider-bc.gb-slider-dragging .swiper,
html body .is-home-page .slider-bc.gb-slider-dragging .swiper-wrapper,
html body .is-home-page .slider-bc.gb-slider-dragging .swiper-slide,
html body .is-home-page .slider-bc.gb-slider-dragging .sdr-item-bc,
html body .is-home-page .slider-bc.gb-slider-dragging img {
  touch-action: none !important;
  cursor: grabbing !important;
}

html body .is-home-page .slider-bc.gb-slider-touch .swiper-wrapper {
  display: flex !important;
  width: max-content !important;
  max-width: none !important;
  direction: ltr !important;
  will-change: transform !important;
  transition-property: transform !important;
}

html body .is-home-page .slider-bc.gb-slider-touch .swiper-slide {
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

html body .is-home-page .slider-bc.gb-slider-touch,
html body .is-home-page .slider-bc.gb-slider-touch .swiper {
  overflow: hidden !important;
  cursor: grab;
}

/* ===== Casino lobby horizontal swipe carousel v158 ===== */
@media (max-width: 759px) {
  html body .casino-slots .gb-casino-lobby__wrap.gb-casino-lobby-carousel,
  html body #root.casino-slots .gb-casino-lobby__wrap.gb-casino-lobby-carousel,
  html body .skill-games-page .gb-casino-lobby__wrap.gb-casino-lobby-carousel,
  html body #root.skill-games-page .gb-casino-lobby__wrap.gb-casino-lobby-carousel,
  html body .gb-casino-lobby__wrap.gb-casino-lobby-carousel {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    touch-action: pan-y pinch-zoom !important;
    cursor: grab !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    padding-bottom: 8px !important;
  }

  html body .gb-casino-lobby__wrap.gb-casino-lobby-carousel.is-dragging {
    cursor: grabbing !important;
    touch-action: none !important;
  }

  html body .gb-casino-lobby__grid.gb-casino-lobby-track,
  html body .casinoGamesList.gb-casino-lobby-track,
  html body #gb-casino-games-list.gb-casino-lobby-track {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 4px 4px !important;
    direction: ltr !important;
    will-change: transform !important;
    transition-property: transform !important;
    grid-template-columns: none !important;
  }

  html body .gb-casino-lobby-track .gb-casino-tile,
  html body .gb-casino-lobby-track .casinoGameItemContent.gb-casino-tile {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html body .gb-casino-lobby-track .gb-casino-tile__media,
  html body .gb-casino-lobby-track .casinoGameItem {
    aspect-ratio: 16 / 10 !important;
    width: 100% !important;
    border-radius: 16px !important;
  }

  html body .gb-casino-lobby-track .gb-casino-tile.is-search-hidden,
  html body .gb-casino-lobby-track .casinoGameItemContent.is-search-hidden {
    display: none !important;
  }

  html body .gb-casino-lobby__titles p {
    display: block !important;
  }
}

@media (min-width: 760px) {
  html body .gb-casino-lobby__wrap.gb-casino-lobby-carousel {
    overflow: visible !important;
  }
  html body .gb-casino-lobby__grid.gb-casino-lobby-track {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }
}

/* ===== Casino lobby iPhone frame clip v163 =====
   Root cause: v159 used height:0 + padding-bottom% WITH box-sizing:border-box.
   On iOS Safari that collapses the media frame, so the last/tall images spill out. */
@media (max-width: 759px) {
  html body .casino-slots .layout-content-holder-bc,
  html body #root.casino-slots .layout-content-holder-bc,
  html body .skill-games-page .layout-content-holder-bc,
  html body #root.skill-games-page .layout-content-holder-bc,
  html body .casino-slots .casinoGamesContainer,
  html body .gb-casino-lobby,
  html body .casino-slots .gb-casino-lobby__wrap,
  html body #root.casino-slots .gb-casino-lobby__wrap,
  html body .skill-games-page .gb-casino-lobby__wrap,
  html body .gb-casino-lobby__wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  html body .casino-slots .gb-casino-lobby__grid.casinoGamesList,
  html body #root.casino-slots .gb-casino-lobby__grid.casinoGamesList,
  html body .skill-games-page .gb-casino-lobby__grid.casinoGamesList,
  html body #root.skill-games-page .gb-casino-lobby__grid.casinoGamesList,
  html body .gb-casino-lobby__grid.casinoGamesList,
  html body #gb-casino-games-list,
  html body .gb-casino-lobby__grid.gb-casino-lobby-track,
  html body .casinoGamesList.gb-casino-lobby-track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    direction: rtl !important;
    transform: none !important;
    transition: none !important;
    flex-flow: unset !important;
    align-items: stretch !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    box-sizing: border-box !important;
  }
  html body #root.casino-slots .gb-casino-lobby .gb-casino-tile,
  html body .skill-games-page .gb-casino-lobby .gb-casino-tile,
  html body .gb-casino-lobby .casinoGameItemContent.gb-casino-tile,
  html body .gb-casino-lobby .casinoGameItemContent--regular.gb-casino-tile,
  html body .gb-casino-lobby-track .gb-casino-tile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px !important;
    flex: none !important;
    transform: none !important;
    /* Vendor 44/31 was clipping title+provider under the image */
    aspect-ratio: auto !important;
    overflow: visible !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    contain: none !important;
    content-visibility: visible !important;
    contain-intrinsic-size: none !important;
  }

  /* Stable frame: aspect-ratio (iOS 15+) ? never height:0 + border-box */
  html body .casino-slots .gb-casino-lobby .gb-casino-tile__media,
  html body #root.casino-slots .gb-casino-lobby .gb-casino-tile__media,
  html body .skill-games-page .gb-casino-lobby .gb-casino-tile__media,
  html body .gb-casino-lobby .gb-casino-tile__media,
  html body .casino-slots .gb-casino-lobby .casinoGameItem.gb-casino-tile__media,
  html body .gb-casino-lobby .casinoGameItem.gb-glass-img-wrap,
  html body .gb-casino-lobby .casinoGameItem.gb-casino-tile__media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
    background: #102016 !important;
    border: 1px solid rgba(184, 230, 58, 0.2) !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black) !important;
    mask-image: radial-gradient(white, black) !important;
  }

  html body .casino-slots .gb-casino-lobby .gb-casino-tile__media img,
  html body #root.casino-slots .gb-casino-lobby .gb-casino-tile__media img,
  html body .skill-games-page .gb-casino-lobby .gb-casino-tile__media img,
  html body .gb-casino-lobby .gb-casino-tile__media img,
  html body .casino-slots .gb-casino-lobby .casinoGameItemImage,
  html body .casino-slots .gb-casino-lobby .casinoGameItemImage--regular,
  html body .gb-casino-lobby .casinoGameItemImage,
  html body .gb-casino-lobby .casinoGameItemImage--regular,
  html body .gb-casino-lobby .gb-glass-img-wrap img {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    aspect-ratio: unset !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
  }

  html body .casino-slots .gb-casino-lobby .gb-glass-img-wrap::before,
  html body .gb-casino-lobby .gb-glass-img-wrap::before,
  html body .gb-casino-lobby .gb-casino-tile__media::before,
  html body .gb-casino-lobby .gb-casino-tile__media::after,
  html body .casino-slots .gb-casino-lobby .gb-casino-tile__media::after {
    display: none !important;
    content: none !important;
    animation: none !important;
  }

  html body .casino-slots .gb-casino-lobby .gb-casino-tile__meta,
  html body .gb-casino-lobby .gb-casino-tile__meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 36px !important;
    height: auto !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 2px !important;
    margin: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body .casino-slots .gb-casino-lobby .gb-casino-tile__title,
  html body .gb-casino-lobby .gb-casino-tile__title {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #e8ffe0 !important;
  }

  html body .casino-slots .gb-casino-lobby .gb-casino-tile__provider,
  html body .gb-casino-lobby .gb-casino-tile__provider {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* ===== Home drawer chips: native RTL pan + ghost header killed v210 ===== */
html body .gb-home-drawer__scroller,
html body .is-home-page .gb-home-drawer__scroller,
html body #root.is-home-page .gb-home-drawer__scroller {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 6px 12px 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-x: contain !important;
  scrollbar-width: none !important;
  direction: rtl !important;
  touch-action: pan-x !important;
  cursor: grab !important;
  transform: none !important;
  transition: none !important;
  box-sizing: border-box !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 6 !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

html body .gb-home-drawer__track {
  display: contents !important;
}

html body .is-home-page .gb-home-drawer,
html body #root.is-home-page .gb-home-drawer,
html body .gb-home-drawer {
  display: block !important;
  width: 100% !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 4px 0 2px !important;
  overflow: visible !important;
  touch-action: pan-x !important;
  position: relative !important;
  z-index: 20 !important;
  isolation: isolate !important;
}

html body .layout-header-holder-bc .hdr-navigation-scrollable-bc-holder,
html body .hdr-navigation-scrollable-bc-holder {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  touch-action: pan-x !important;
  transform: none !important;
  will-change: scroll-position !important;
}

/* Home mobile: never let the legacy header strip steal taps from green chips. */
@media (max-width: 759px) {
  html body .is-home-page .hdr-navigation-scrollable-bc-holder,
  html body #root.is-home-page .hdr-navigation-scrollable-bc-holder,
  html body .is-home-page .header-bc .hdr-navigation-scrollable-bc-holder,
  html body #root.is-home-page .header-bc .hdr-navigation-scrollable-bc-holder {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
}

html body .gb-home-drawer__scroller::-webkit-scrollbar,
html body .is-home-page .gb-home-drawer__scroller::-webkit-scrollbar,
html body .hdr-navigation-scrollable-bc-holder::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

html body .gb-home-drawer__chip,
html body .is-home-page .gb-home-drawer__chip,
html body .hdr-navigation-link-bc,
html body .layout-header-holder-bc .hdr-navigation-link-bc {
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  touch-action: pan-x !important;
  -webkit-user-drag: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  pointer-events: auto !important;
}

html body .layout-header-holder-bc .hdr-navigation-scrollable-bc:not(.user-tab-navigation),
html body .hdr-navigation-scrollable-bc:not(.user-tab-navigation) {
  overflow: visible !important;
  touch-action: pan-x !important;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
}

html body .hdr-navigation-scrollable-content {
  display: flex !important;
  flex-flow: row nowrap !important;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  touch-action: pan-x !important;
}

/*
 * Parent must allow BOTH axes. pan-y alone intersects child pan-x ? none,
 * so chips only scrolled when grabbing the gap under the row (not the chips).
 */
html body .is-home-page .layout-content-holder-bc,
html body #root.is-home-page .layout-content-holder-bc {
  touch-action: pan-x pan-y pinch-zoom !important;
}

html body .is-home-page .gb-home-drawer,
html body .is-home-page .gb-home-drawer__scroller,
html body .gb-home-drawer__scroller.is-dragging {
  touch-action: pan-x !important;
}

html body .gb-home-drawer__scroller.is-dragging,
html body .gb-home-drawer__scroller.is-dragging .gb-home-drawer__chip {
  cursor: grabbing !important;
  pointer-events: auto !important;
  touch-action: none !important;
}

@media (min-width: 760px) {
  html body .gb-home-drawer,
  html body .is-home-page .gb-home-drawer {
    display: none !important;
  }
}

/* ===== Casino + VIP: remove buggy chip drawer + empty gap ===== */
html body #root:not(.is-home-page) .gb-home-drawer,
html body .casino-slots .gb-home-drawer,
html body #root.casino-slots .gb-home-drawer,
html body .skill-games-page .gb-home-drawer,
html body #root.skill-games-page .gb-home-drawer,
html body .live-casino-games .gb-home-drawer,
html body #root.live-casino-games .gb-home-drawer,
html body .gb-vip-lobby ~ .gb-home-drawer,
html body .gb-vip-lobby .gb-home-drawer {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body .casino-slots .layout-content-holder-bc,
html body #root.casino-slots .layout-content-holder-bc,
html body .skill-games-page .layout-content-holder-bc,
html body #root.skill-games-page .layout-content-holder-bc {
  /* Keep search / lobby below fixed header (was 0 ? search hid under header). */
  padding-top: var(--gb-fixed-header-h, calc(58px + env(safe-area-inset-top, 0px))) !important;
  margin-top: 0 !important;
}

/* Live casino must keep header offset ? content was clipped under sticky header. */
html body .live-casino-games .layout-content-holder-bc,
html body #root.live-casino-games .layout-content-holder-bc {
  padding-top: var(--gb-fixed-header-h, calc(92px + env(safe-area-inset-top, 0px))) !important;
  margin-top: 0 !important;
}

html body .casino-slots .gb-casino-lobby,
html body #root.casino-slots .gb-casino-lobby,
html body .casino-slots .casinoGamesContainer,
html body #root.casino-slots .casinoGamesContainer,
html body .skill-games-page .gb-casino-lobby,
html body #root.skill-games-page .gb-casino-lobby,
html body .skill-games-page .gb-vip-lobby,
html body #root.skill-games-page .gb-vip-lobby,
html body .skill-games-page .casinoGamesContainer,
html body #root.skill-games-page .casinoGamesContainer,
html body .live-casino-games .gb-casino-lobby,
html body #root.live-casino-games .gb-casino-lobby,
html body .live-casino-games .gb-live-casino-lobby,
html body #root.live-casino-games .gb-live-casino-lobby {
  margin-top: 0 !important;
  padding-top: 10px !important;
}

/* VIP / slots search: always visible below header */
html body #root.skill-games-page .gb-casino-lobby__head,
html body .skill-games-page .gb-casino-lobby__head,
html body #root.casino-slots .gb-casino-lobby__head,
html body .casino-slots .gb-casino-lobby__head {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 2 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

html body #root.skill-games-page .gb-casino-lobby__search,
html body .skill-games-page .gb-casino-lobby__search,
html body #root.casino-slots .gb-casino-lobby__search,
html body .casino-slots .gb-casino-lobby__search {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Keep live-casino / lobby tile images visible if a glass wrap sneaks in. */
html body .live-casino-games .gb-casino-tile__media > .gb-glass-img-wrap,
html body .gb-casino-lobby .gb-casino-tile__media > .gb-glass-img-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  background: transparent !important;
}

html body .live-casino-games .gb-casino-tile__media img,
html body .live-casino-games .gb-casino-tile .casinoGameItemImage,
html body #root.live-casino-games .gb-casino-tile__media img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

html body .casino-slots .layout-content-holder-bc,
html body #root.casino-slots .layout-content-holder-bc,
html body .skill-games-page .layout-content-holder-bc,
html body #root.skill-games-page .layout-content-holder-bc {
  touch-action: pan-y pinch-zoom !important;
}

/* ===== VIP strip: 1 tile alone / 2+ slider v165 ===== */
html body .is-home-page .gb-vip-home-scroll.gb-vip-single,
html body .is-home-page #gb-home-curated-row .gb-vip-home-scroll.gb-vip-single {
  overflow: visible !important;
  display: flex !important;
  justify-content: center !important;
  touch-action: pan-y !important;
}

html body .is-home-page .gb-vip-home-scroll.gb-vip-single .gb-vip-home-grid,
html body .is-home-page .gb-vip-home-scroll.gb-vip-single .horizontal-scroll__inner {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
  transition: none !important;
}

html body .is-home-page .gb-vip-home-scroll.gb-vip-single .gb-casino-tile,
html body .is-home-page .gb-vip-home-scroll.gb-vip-single .casinoGameItemContent {
  flex: 0 0 auto !important;
  width: min(72vw, 280px) !important;
  min-width: min(72vw, 280px) !important;
  max-width: min(72vw, 280px) !important;
}

html body .is-home-page .gb-vip-home-scroll.gb-vip-banner-carousel {
  overflow: hidden !important;
  touch-action: pan-x pinch-zoom !important;
}

/* ===== VIP + live-soon fix v167: RTL-safe tiles, no black empty shells ===== */
html body .is-home-page #gb-home-curated-row .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-scroll,
html body .is-home-page .gb-vip-banner-carousel.gb-vip-home-scroll,
html body .is-home-page #gb-home-curated-row .gb-vip-banner-carousel,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-banner-carousel,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-vip-home-scroll,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-live-home-scroll,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-vip-banner-carousel {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  background: transparent !important;
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
}

html body .is-home-page .gb-vip-banner-carousel .gb-vip-banner-track,
html body .is-home-page .gb-vip-banner-carousel .gb-vip-home-grid,
html body .is-home-page .gb-vip-banner-carousel .horizontal-scroll__inner,
html body .is-home-page #gb-home-curated-row .gb-vip-home-grid,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-vip-home-grid {
  direction: ltr !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  background: transparent !important;
}

html body .is-home-page .gb-vip-banner-carousel .gb-casino-tile__media,
html body .is-home-page .gb-vip-banner-carousel .casinoGameItem,
html body .is-home-page #gb-home-curated-row .gb-casino-tile__media,
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__media {
  position: relative !important;
  aspect-ratio: 320 / 213 !important;
  min-height: 80px !important;
  height: auto !important;
  background: #122018 !important;
}

html body .is-home-page .gb-vip-banner-carousel img,
html body .is-home-page #gb-home-curated-row img,
html body .is-home-page .hm-row-bc.gb-vip-home img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ===== Casino/Live lobby titles v168: never clip meta under tiles ===== */
html body .casino-slots .gb-casino-lobby .casinoGameItemContent--regular,
html body .skill-games-page .gb-casino-lobby .casinoGameItemContent--regular,
html body .live-casino-games .gb-casino-lobby .casinoGameItemContent--regular,
html body .gb-casino-lobby .casinoGameItemContent--regular,
html body .gb-casino-lobby .gb-casino-tile,
html body .gb-casino-lobby .casinoGameItemContent.gb-casino-tile {
  aspect-ratio: auto !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  contain: none !important;
}

html body .casino-slots .gb-casino-lobby .gb-casino-tile__meta,
html body .skill-games-page .gb-casino-lobby .gb-casino-tile__meta,
html body .live-casino-games .gb-casino-lobby .gb-casino-tile__meta,
html body .gb-casino-lobby .gb-casino-tile__meta {
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 34px !important;
  overflow: visible !important;
}

html body .casino-slots .gb-casino-lobby .gb-casino-tile__title,
html body .skill-games-page .gb-casino-lobby .gb-casino-tile__title,
html body .live-casino-games .gb-casino-lobby .gb-casino-tile__title,
html body .gb-casino-lobby .gb-casino-tile__title,
html body .casino-slots .gb-casino-lobby .gb-casino-tile__provider,
html body .skill-games-page .gb-casino-lobby .gb-casino-tile__provider,
html body .live-casino-games .gb-casino-lobby .gb-casino-tile__provider,
html body .gb-casino-lobby .gb-casino-tile__provider {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ===== v170: NEVER show scroll-top over VIP/casino launch sheet ===== */
html.casino-launch-open .gb-scroll-top,
html.casino-launch-open button.gb-scroll-top,
html.casino-launch-open .gb-scroll-top.is-visible,
html.casino-launch-open button.gb-scroll-top.is-visible,
html body.casino-launch-open .gb-scroll-top,
html body.casino-launch-open button.gb-scroll-top,
html body.casino-launch-open .gb-scroll-top.is-visible,
html body.casino-launch-open button.gb-scroll-top.is-visible,
html body.casino-launch-open .nav-floating-btn,
html body.casino-launch-open .center-bottom-btn,
html body.casino-launch-open .scroll-top-button,
html body.casino-launch-open .back-to-top,
html.casino-launch-open .nav-floating-btn,
html.casino-launch-open .center-bottom-btn,
html body:has(#casino-launch-overlay:not(.hidden)) .gb-scroll-top,
html body:has(#casino-launch-overlay:not(.hidden)) button.gb-scroll-top,
html body:has(#casino-launch-overlay:not(.hidden)) .gb-scroll-top.is-visible,
html body:has(#casino-launch-overlay:not(.hidden)) .nav-floating-btn,
html body:has(#casino-launch-overlay:not(.hidden)) .center-bottom-btn,
.gb-scroll-top[data-gb-overlay-hide="1"],
button.gb-scroll-top[data-gb-overlay-hide="1"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: -1 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.casino-launch-overlay {
  z-index: 14000 !important;
}

/* v171: home page ? kill centered scroll-top over VIP entirely */
html body.is-home-page .gb-scroll-top,
html body.is-home-page button.gb-scroll-top,
html body #root.is-home-page .gb-scroll-top,
html body #root.is-home-page button.gb-scroll-top,
html body.is-home-page .gb-scroll-top.is-visible,
html body #root.is-home-page .gb-scroll-top.is-visible {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

/* ===== v206: home VIP / live titles ? full readable text (no half-cut) ===== */
html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__meta,
html body .is-home-page #gb-home-curated-row .gb-casino-tile__meta,
html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile__meta,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-casino-tile__meta,
html body .is-home-page .hm-row-bc .gb-casino-tile__meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 2px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 2.6em !important;
  padding: 8px 2px 2px !important;
  overflow: visible !important;
  text-align: center !important;
  direction: rtl !important;
  box-sizing: border-box !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__title,
html body .is-home-page #gb-home-curated-row .gb-casino-tile__title,
html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile__title,
html body .is-home-page .hm-row-bc.gb-home-live-soon .gb-casino-tile__title,
html body .is-home-page .hm-row-bc .gb-casino-tile__title,
html body .is-home-page .hm-row-bc.gb-vip-home .casinoGameItemTitle {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 2.5em !important;
  color: #f8ffe8 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile,
html body .is-home-page #gb-home-curated-row .gb-casino-tile,
html body .is-home-page .hm-row-bc.gb-home-curated-row .gb-casino-tile {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

@media (max-width: 420px) {
  html body .is-home-page .hm-row-bc.gb-vip-home .gb-casino-tile__title,
  html body .is-home-page #gb-home-curated-row .gb-casino-tile__title,
  html body .is-home-page .hm-row-bc .gb-casino-tile__title {
    font-size: 12px !important;
  }
}

/* ===== Home gap fix v236: no empty black strip between Live Casino and footer ===== */
html body .is-home-page .layout-content-holder-bc,
html body #root.is-home-page .layout-content-holder-bc {
  /* Footer is a sibling AFTER content ? big padding here was the empty black hole. */
  padding-bottom: 6px !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  flex-grow: 0 !important;
}

html body .is-home-page .layout-bc,
html body #root.is-home-page,
html body .layout-bc.is-home-page {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

html body .is-home-page .hm-row-bc.gb-home-live-soon,
html body .is-home-page #gb-home-live-soon {
  margin-bottom: 4px !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

html body .is-home-page .hm-row-bc.gb-home-curated-row,
html body .is-home-page #gb-home-curated-row {
  margin-bottom: 10px !important;
}

html body .is-home-page .layout-footer-holder-bc,
html body #root.is-home-page .layout-footer-holder-bc {
  margin-top: 0 !important;
  padding-top: 8px !important;
  /* Clear fixed bottom tab bar so footer links stay reachable */
  padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
}

/* Collapse empty footer chrome that can reserve vertical space */
html body .is-home-page .footerTopButtonGroup,
html body .is-home-page .footerTopButtonGroup.sf-hidden,
html body .is-home-page .footerContainer .sliderGroup,
html body .is-home-page .footerContainer .sliderContent.sf-hidden,
html body .is-home-page .ftr-copy-rights-bc.sf-hidden,
html body .is-home-page .sliderTitle.sf-hidden {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}


/* Sports betslip rising sheet ? sadra58 */
.gb-betslip-sheet {
  position: fixed;
  inset: 0;
  z-index: 12050;
  pointer-events: none;
  visibility: hidden;
}
.gb-betslip-sheet.is-open {
  pointer-events: auto;
  visibility: visible;
}
.gb-betslip-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 20, 12, 0.45);
}
.gb-betslip-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: min(78vh, 640px);
  display: flex;
  flex-direction: column;
  background: #0f2418;
  color: #f3fff6;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.35);
  transform: translateY(110%);
  transition: transform 0.28s ease;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.gb-betslip-sheet.is-open .gb-betslip-sheet__panel {
  transform: translateY(0);
}
.gb-betslip-sheet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 900;
}
.gb-betslip-sheet__x {
  appearance: none;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1;
}
.gb-betslip-sheet__body {
  overflow: auto;
  padding: 12px 14px;
  flex: 1 1 auto;
}
.gb-betslip-sheet__empty {
  margin: 18px 0;
  text-align: center;
  color: rgba(243, 255, 246, 0.7);
  font-size: 0.92rem;
}
.gb-betslip-sheet__row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  margin-bottom: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}
.gb-betslip-sheet__row b {
  display: block;
  font-size: 0.92rem;
}
.gb-betslip-sheet__row span {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: rgba(243, 255, 246, 0.65);
}
.gb-betslip-sheet__row strong {
  color: #b8e63a;
  font-size: 1.05rem;
}
.gb-betslip-sheet__row button {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  width: 32px;
  height: 32px;
}
.gb-betslip-sheet__foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 12px 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.gb-betslip-sheet__stake {
  display: grid;
  gap: 6px;
  font-size: 0.8rem;
  color: rgba(243, 255, 246, 0.75);
}
.gb-betslip-sheet__stake input {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 0 12px;
  font-weight: 800;
}
.gb-betslip-sheet__submit {
  appearance: none;
  border: 0;
  min-width: 120px;
  min-height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #22c55e, #15803d);
  color: #fff;
  font-weight: 900;
  padding: 0 16px;
}
.gb-betslip-toast {
  position: fixed;
  left: 50%;
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%) translateY(20px);
  z-index: 13000;
  max-width: min(92vw, 360px);
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(15, 36, 24, 0.96);
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}
.gb-betslip-toast.is-on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.tab-nav-item-bc .gb-betslip-count {
  position: absolute;
  top: 4px;
  left: 8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
}
.sgm-market-g-i-cell-bc.market-bc[data-gb-odd] {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.sgm-market-g-i-cell-bc.market-bc[data-gb-odd]:active,
.sgm-market-g-i-cell-bc.market-bc[data-gb-odd].is-picked {
  outline: 2px solid #b8e63a;
  outline-offset: -2px;
}

/* Betslip dock label + badge ? must not fight tab icon <i> rules */
html body .tab-navigation-w-bc .tab-nav-item-bc {
  position: relative !important;
}
html body .tab-navigation-w-bc .tab-nav-item-bc .gb-betslip-count,
html body .tab-navigation-w-bc .gb-betslip-count {
  position: absolute !important;
  top: 2px !important;
  inset-inline-start: 50% !important;
  left: auto !important;
  right: auto !important;
  transform: translateX(-50%) translateX(12px) !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 16px !important;
  max-width: 28px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  background: #16a34a !important;
  color: #fff !important;
  font-family: Vazirmatn, Tahoma, sans-serif !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  pointer-events: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) !important;
}
html body .tab-navigation-w-bc .tab-nav-item-bc .gb-betslip-count:empty,
html body .tab-navigation-w-bc .gb-betslip-count:empty,
html body .tab-navigation-w-bc .tab-nav-item-bc .gb-betslip-count[hidden] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body .tab-navigation-w-bc .tab-nav-item-bc .tab-nav-title-bc {
  max-width: 100% !important;
  overflow: visible !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  color: rgba(241, 255, 236, 0.78) !important;
}
