/* Gang Bet — green theme (replaces Dancebet blue) */
html,
html.is-mobile,
:root {
  --hero-hover: 86, 197, 118 !important;
  --hero-sc: 255, 255, 255 !important;
  --header-sc: 255, 255, 255 !important;
  --b-sc: 255, 255, 255 !important;
  --b: 10, 22, 16 !important;
  --b-hover: 20, 40, 28 !important;
  --header: 14, 32, 22 !important;
  --header-hover: 20, 40, 28 !important;
  --hero: 34, 197, 94 !important;
  --brand: 22, 163, 74 !important;
  --brand-hover: 21, 128, 61 !important;
  --menu: 22, 163, 74 !important;
  --menu-hover: 21, 128, 61 !important;
  --menu-sc: 255, 255, 255 !important;
  --tab-navigation: 14, 32, 22 !important;
  --tab-navigation-hover: 21, 128, 61 !important;
  --tab-navigation-sc: 255, 255, 255 !important;
  --accent: 74, 222, 128 !important;
  --oc-1: 20, 83, 45 !important;
  --oc-1-hover: 21, 128, 61 !important;
}

body,
.layout-bc,
#root {
  background: #0a1610 !important;
  color: rgba(255, 255, 255, 0.92);
}

.header-bc,
.layout-header-holder-bc,
.tab-navigation-w-bc,
.subNavigationWrapper,
.casinoNavigationAndFilters,
.m-nav-items-list-bc {
  background: #0e2016 !important;
  background-color: #0e2016 !important;
}

.tab-nav-item-bc.active,
.tab-nav-item-bc[class*="active"],
.horizontal-sl-list .horizontal-sl-item-bc.active,
.casinoCategoryItem.active,
.ds-tab-item--active,
.nav-ico-w-row-bc.active {
  color: #4ade80 !important;
  background: transparent !important;
  background-color: transparent !important;
}

.tab-nav-item-bc.active .tab-nav-icon-bc,
.tab-nav-item-bc.active .tab-nav-title-bc {
  color: #4ade80 !important;
}

[class*="bc-i-"] {
  background: transparent !important;
  background-color: transparent !important;
}

[class*="bc-i-"].active,
.sp-button-bc.active {
  color: #4ade80 !important;
  background: transparent !important;
}

/* Only recolor explicit blue buttons — not icons, header login link, or generic nodes */
button.btn.s-small.register,
.btn.a-color:not(.a-outline):not([class*="bc-i-"]) {
  background: #16a34a !important;
  border-color: #16a34a !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* Header login = plain underlined text; register = green box */
.hdr-user-bc .btn.s-small.sign-in {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: 32px !important;
  min-width: auto !important;
  padding: 5px 8px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  cursor: pointer !important;
}

.hdr-user-bc .btn.s-small.sign-in:hover,
.hdr-user-bc .btn.s-small.sign-in:focus,
.hdr-user-bc .btn.s-small.sign-in:active {
  background: transparent !important;
  border: none !important;
  color: #4ade80 !important;
  text-decoration: underline !important;
}

.hdr-user-bc .btn.s-small.register {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  min-width: 64px !important;
  padding: 5px 12px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  background: #16a34a !important;
  border: 1px solid #16a34a !important;
  color: #fff !important;
  text-decoration: none !important;
}

.tab-nav-item-bc.active {
  background: transparent !important;
  border-color: transparent !important;
}

.ds-tab-item--active:after {
  background-color: #16a34a !important;
}

button.btn.s-small.register:hover,
.btn.a-color:not(.a-outline):not([class*="bc-i-"]):hover {
  background: #15803d !important;
}

.m-nav-info-w-container-bc .m-nav-icon-bc:after {
  background-image: radial-gradient(circle at -14% 113%, #22c55e, #0000 120%) !important;
}

.slider-bc .swiper-pagination-fraction {
  background: rgba(34, 197, 94, 0.75) !important;
}

.tab-nav-item-bc.active,
.horizontal-sl-list .horizontal-sl-item-bc.active,
.casinoCategoryItem.active {
  color: rgb(74, 222, 128) !important;
}

a:hover,
.section-more-link:hover,
.back-nav-bc:hover {
  color: rgb(74, 222, 128) !important;
}

h3.casinoJackpotLevelTitle-bc:after {
  content: "Gang Bet JackPot" !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

/* Affiliate levels block in footer */
.gb-affiliate-section {
  width: 100%;
  padding: 20px 12px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 8px;
}

.gb-affiliate-heading {
  margin: 0 0 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
}

.gb-affiliate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin: 0 auto;
}

@media (min-width: 560px) {
  .gb-affiliate-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
  }
}

.gb-affiliate-card {
  position: relative;
  border-radius: 10px;
  padding: 14px 10px 12px;
  text-align: center;
  background: linear-gradient(160deg, rgba(34, 197, 94, 0.14) 0%, rgba(10, 22, 16, 0.9) 100%);
  border: 1px solid rgba(74, 222, 128, 0.22);
  transition: transform 0.2s, border-color 0.2s;
}

.gb-affiliate-card:hover {
  transform: translateY(-2px);
  border-color: rgba(74, 222, 128, 0.45);
}

.gb-affiliate-card.is-silver {
  border-color: rgba(192, 192, 192, 0.35);
  background: linear-gradient(160deg, rgba(192, 192, 192, 0.12) 0%, rgba(10, 22, 16, 0.92) 100%);
}

.gb-affiliate-card.is-gold {
  border-color: rgba(250, 204, 21, 0.35);
  background: linear-gradient(160deg, rgba(250, 204, 21, 0.12) 0%, rgba(10, 22, 16, 0.92) 100%);
}

.gb-affiliate-card.is-diamond {
  border-color: rgba(56, 189, 248, 0.35);
  background: linear-gradient(160deg, rgba(56, 189, 248, 0.12) 0%, rgba(10, 22, 16, 0.92) 100%);
}

.gb-affiliate-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.25);
  color: #86efac;
  margin-bottom: 8px;
}

.gb-affiliate-card.is-silver .gb-affiliate-badge {
  background: rgba(192, 192, 192, 0.2);
  color: #e5e5e5;
}

.gb-affiliate-card.is-gold .gb-affiliate-badge {
  background: rgba(250, 204, 21, 0.2);
  color: #fde047;
}

.gb-affiliate-card.is-diamond .gb-affiliate-badge {
  background: rgba(74, 222, 128, 0.2);
  color: #4ade80;
}

.gb-affiliate-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.gb-affiliate-rate {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #4ade80;
  line-height: 1.2;
}

.gb-affiliate-card.is-silver .gb-affiliate-rate { color: #d4d4d4; }
.gb-affiliate-card.is-gold .gb-affiliate-rate { color: #facc15; }
.gb-affiliate-card.is-diamond .gb-affiliate-rate { color: #4ade80; }

.gb-affiliate-desc {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.45);
}

.gb-affiliate-cta {
  display: block;
  margin: 14px auto 0;
  max-width: 220px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.gb-affiliate-cta a {
  color: #4ade80;
  text-decoration: none;
  font-weight: 600;
}

.gb-site-copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45) !important;
}

/* Full-site green sweep — casino, live, sliders, sports, virtual */
.layout-bc,
.layout-content-holder-bc,
.layout-footer-holder-bc,
.slider-bc,
.product-banner-container-bc,
.casinoGamesContainer,
.casinoNavigationAndFilters,
.virtualSportsBlock,
.jackpotBannerWrapper-bc,
.casinoJackpotWrapper-bc,
.subNavigationWrapper,
.pp-sport-type-holder-bc,
.horizontalList,
.competition-bc,
.marketSlider,
.sgm-market-g-i-cell-bc.market-bc:not(.empty-market-bc) {
  background-color: transparent;
}

.popup-holder-bc .btn.sign-in,
.entrance-form-actions-holder-bc .btn.sign-in,
.horizontal-sl-item-bc.active,
.casinoCategoryItem.active,
.nav-ico-w-row-bc.selected,
.swiper-pagination-bullet-active,
.market-coefficient-bc:not(.empty-market-bc),
.sgm-market-g-i-cell-bc.market-bc:not(.empty-market-bc) .market-coefficient-bc,
.casinoJackpotLevel-bc.active {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
}

.horizontal-sl-item-bc.active,
.horizontal-sl-item-bc.active .horizontal-sl-title-bc,
.horizontal-sl-item-bc.active .horizontal-sl-count-bc {
  color: #fff !important;
}

.hdr-navigation-link-bc.active,
.hdr-navigation-link-bc[aria-current="page"] {
  color: #4ade80 !important;
  background-color: transparent !important;
}

.hdr-navigation-link-bc.active .nav-menu-title {
  color: #4ade80 !important;
}

/* Remaining Dancebet blue on nav/button shells only */
.hdr-navigation-link-bc[style*="4,137,240"],
.tab-nav-item-bc[style*="4,137,240"],
.btn[style*="4,137,240"],
.horizontal-sl-item-bc[style*="4,137,240"],
[style*="#126cf5"]:not([class*="bc-i-"]),
[style*="#0874d6"]:not([class*="bc-i-"]),
[style*="#0437f0"]:not([class*="bc-i-"]),
[style*="#265CF0"]:not([class*="bc-i-"]),
[style*="#275cef"]:not([class*="bc-i-"]) {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
  color: #fff !important;
}

.market-coefficient-bc:hover,
.sgm-market-g-i-cell-bc.market-bc:not(.empty-market-bc):hover .market-coefficient-bc {
  background-color: #15803d !important;
}

.gb-affiliate-card.is-active {
  border-color: #4ade80;
  box-shadow: 0 0 0 2px rgba(74, 222, 128, 0.28);
}

.gb-affiliate-page-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 12px 32px;
}

.gb-affiliate-page-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.gb-affiliate-page-sub {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.gb-mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10040;
  background: rgba(0, 0, 0, 0.55);
}

.gb-mobile-menu-backdrop.hidden {
  display: none;
}

.gb-mobile-menu-panel {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 10045;
  max-height: 72vh;
  overflow: auto;
  background: #0e2016;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px 14px 0 0;
  padding: 12px 12px calc(16px + env(safe-area-inset-bottom, 0));
}

.gb-mobile-menu-panel.hidden {
  display: none;
}

.gb-mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gb-mobile-menu-head strong {
  font-size: 14px;
  color: #fff;
}

.gb-mobile-menu-close {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}

.gb-mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gb-mobile-menu-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 8px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
}

.gb-mobile-menu-list a:hover,
.gb-mobile-menu-list a.is-affiliate {
  color: #4ade80;
}

.gb-mobile-menu-list a i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
}

body.gb-menu-open {
  overflow: hidden;
}

/* Homepage 8 product shortcuts — rounded tile shell, green border on wrapper */
.product-banner-container-bc > div {
  border-radius: 14px !important;
  overflow: hidden !important;
  isolation: isolate;
  border: 2px solid rgba(34, 197, 94, 0.65);
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(22, 163, 74, 0.2), rgba(10, 22, 16, 0.58)) !important;
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.18) !important;
}

.product-banner-container-bc a,
.product-banner-container-bc .product-banner-info-bc,
.product-banner-container-bc .gb-glass-img-wrap {
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.14), rgba(10, 22, 16, 0.28)) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  display: block;
  width: 100%;
  height: 100%;
}

.product-banner-container-bc .product-banner-info-bc::before,
.product-banner-container-bc .product-banner-info-bc::after {
  display: none !important;
}

.product-banner-container-bc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: hue-rotate(78deg) saturate(1.25) brightness(0.95) contrast(1.04);
  border-radius: 0 !important;
  border: none !important;
  box-sizing: border-box;
}

/* Vue auth/profile/game refinements */
body.auth-popup-open {
  overflow: hidden;
  background: #071b10;
}

body.auth-popup-open #app {
  visibility: visible !important;
}

#app .popup-holder-bc.entrance-popup-bc:not(.hidden) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 12000 !important;
  display: block !important;
  visibility: visible !important;
  background: #071b10 !important;
  color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#app .popup-holder-bc.entrance-popup-bc:not(.hidden) * {
  visibility: visible !important;
}

#app .popup-holder-bc.entrance-popup-bc .popup-middleware-bc,
#app .popup-holder-bc.entrance-popup-bc .popup-inner-bc {
  min-height: 100dvh;
  width: 100%;
  background: #13213f !important;
}

#app .popup-holder-bc.entrance-popup-bc .popup-inner-bc {
  max-width: 520px;
  margin: 0 auto;
}

#app .popup-holder-bc.entrance-popup-bc .e-p-close-icon-bc {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 28px;
  line-height: 28px;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-form-header-bc {
  min-height: 54px;
  height: 54px;
  padding: 10px 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#app .popup-holder-bc.entrance-popup-bc .hdr-logo-bc {
  width: 108px;
  height: 34px;
  object-fit: contain;
}

#app .popup-holder-bc.entrance-popup-bc .auth-head-switch {
  position: static;
  height: 34px;
  min-width: 68px;
  border-radius: 5px;
  background: #16a34a !important;
  color: #fff !important;
  font-size: 13px !important;
  padding: 0 12px !important;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-form-content-bc {
  padding: 8px 10px 36px !important;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-form-actions-holder-bc:first-child {
  display: none;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-form-text-bc {
  margin: 8px 0 10px;
  color: rgba(255, 255, 255, 0.78);
  text-align: right;
  font-size: 17px;
  line-height: 1.8;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-form-text-bc:first-of-type {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-f-item-bc {
  margin: 0 0 26px;
}

#app .popup-holder-bc.entrance-popup-bc .form-control-label-bc.inputs {
  height: 74px;
  min-height: 74px;
  border-radius: 6px;
  background: #44506d !important;
  box-shadow: none !important;
}

#app .popup-holder-bc.entrance-popup-bc .form-control-input-bc,
#app .popup-holder-bc.entrance-popup-bc .form-control-select-bc {
  height: 74px !important;
  min-height: 74px !important;
  padding: 26px 14px 8px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 16px !important;
}

#app .popup-holder-bc.entrance-popup-bc .form-control-title-bc {
  right: 14px !important;
  top: 22px !important;
  color: rgba(255, 255, 255, 0.46) !important;
  font-size: 15px !important;
}

#app .popup-holder-bc.entrance-popup-bc .has-auth-error .form-control-label-bc.inputs {
  box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.7) inset !important;
}

.auth-field-error {
  display: block;
  margin: 6px 6px 0 0;
  color: #ff5c69;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

#snapshot-auth-popup .has-auth-error .gb-auth-input,
#snapshot-auth-popup .has-auth-error .gb-auth-select {
  border-color: rgba(248, 113, 113, 0.9) !important;
  box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.36);
}

#app .popup-holder-bc.entrance-popup-bc .checkbox-control-bc {
  justify-content: flex-end;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

#app .popup-holder-bc.entrance-popup-bc .checkbox-control-input-bc {
  width: 22px;
  height: 22px;
  accent-color: #16a34a;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-form-submit-holder-bc {
  display: block !important;
  padding: 0 !important;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-form-submit-holder-bc .btn {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #16a34a !important;
  color: #fff !important;
  font-size: 16px;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-form-link-bc,
#app .popup-holder-bc.entrance-popup-bc .entrance-form-support-bc {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 14px;
}

#app .popup-holder-bc.entrance-popup-bc .entrance-f-error-message-bc {
  color: #ff5c69;
  text-align: right;
}

.description-wrapper-bc {
  min-height: calc(100dvh - 108px);
  background: #121e39;
  padding: 0;
}

.description-container-bc {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 12px 110px;
}

.description-container-bc::before {
  content: "مدیریت موجودی";
  display: block;
  height: 68px;
  padding: 22px 46px 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.description-container-bc::after {
  content: "›";
  position: absolute;
  top: 18px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #17233f;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
}

.description-container-bc {
  position: relative;
}

.description-container-bc .second-tabs-bc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 72px;
  margin: 0 -12px 24px;
  background: #0d96f3;
}

.description-container-bc .second-tabs-bc::after,
.description-container-bc .second-tabs-bc::before {
  content: "تاریخچه تراکنش";
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}

.description-container-bc .second-tabs-bc::before {
  content: "اطلاعات";
  order: 4;
}

.description-container-bc .tab-bc {
  height: 72px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.description-container-bc .tab-bc span {
  font-size: 0;
}

.description-container-bc .tab-bc:nth-child(1) span::before {
  content: "شارژ";
  font-size: 16px;
}

.description-container-bc .tab-bc:nth-child(2) span::before {
  content: "برداشت";
  font-size: 16px;
}

.description-container-bc .tab-bc.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.description-c-row-bc {
  width: calc(33.333% - 12px);
  height: 100px;
  margin: 0 6px 12px;
  display: inline-flex !important;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #303b57 !important;
  overflow: hidden;
}

.description-c-row-bc .texts {
  display: none;
}

.description-c-row-bc .pay-logo img {
  max-width: 86%;
  max-height: 62px;
  object-fit: contain;
}

.gb-game-page {
  min-height: calc(100dvh - 108px);
  background: #121e39;
}

.casinoGameFrameWrapper {
  height: calc(100dvh - 112px);
  min-height: 520px;
  background: #070b16;
}

.casinoGameFrame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #070b16;
}

.gb-generic-game {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 12px 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 16px;
}

.gb-generic-game-stage {
  position: relative;
  min-height: 520px;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 38%, rgba(20, 116, 232, 0.28), transparent 45%), #071022;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gb-generic-game-reel {
  width: min(68vw, 360px);
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.gb-generic-game-reel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-generic-game-stage.spinning .gb-generic-game-reel {
  animation: gbSpinPulse 0.18s linear infinite;
}

.gb-generic-game-title {
  margin-top: 26px;
  font-size: 28px;
  color: #fff;
  z-index: 2;
}

.gb-generic-game-provider,
.gb-generic-game-result {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  z-index: 2;
}

.gb-generic-game-stage.won .gb-generic-game-result {
  color: #4ade80;
}

.gb-generic-game-stage.lost .gb-generic-game-result {
  color: #f87171;
}

.gb-generic-game-glow {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: rgba(20, 116, 232, 0.14);
  filter: blur(30px);
}

.gb-game-panel {
  border-radius: 8px;
  background: #1b2947;
  padding: 16px;
  color: #fff;
  align-self: start;
}

.gb-game-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.65);
}

.gb-game-balance strong {
  color: #fff;
}

.gb-game-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.gb-game-mode button,
.gb-game-bet input {
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: #303b57;
  color: #fff;
}

.gb-game-mode button.active {
  background: #1474e8;
}

.gb-game-bet {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.65);
}

.gb-game-bet input {
  padding: 0 12px;
}

.gb-game-spin,
.gb-game-login {
  width: 100%;
  margin-top: 12px;
}

@keyframes gbSpinPulse {
  0% { transform: translateX(-8px) scale(1.02); filter: blur(1px) saturate(1.2); }
  50% { transform: translateX(8px) scale(1.04); filter: blur(2px) saturate(1.6); }
  100% { transform: translateX(-8px) scale(1.02); filter: blur(1px) saturate(1.2); }
}

@media (max-width: 759px) {
  #app .popup-holder-bc.entrance-popup-bc .popup-inner-bc {
    max-width: none;
  }

  #app .popup-holder-bc.entrance-popup-bc .entrance-form-header-bc {
    height: 86px;
    padding-top: 16px;
  }

  #app .popup-holder-bc.entrance-popup-bc .entrance-form-text-bc {
    font-size: 25px;
  }

  #app .popup-holder-bc.entrance-popup-bc .entrance-form-text-bc:first-of-type {
    font-size: 21px;
  }

  #app .popup-holder-bc.entrance-popup-bc .form-control-label-bc.inputs,
  #app .popup-holder-bc.entrance-popup-bc .form-control-input-bc,
  #app .popup-holder-bc.entrance-popup-bc .form-control-select-bc {
    height: 92px !important;
    min-height: 92px !important;
  }

  .description-wrapper-bc {
    min-height: 100dvh;
  }

  .description-container-bc .second-tabs-bc {
    height: 72px;
  }

  .description-c-row-bc {
    height: 100px;
  }

  .gb-generic-game {
    display: block;
    padding-bottom: 86px;
  }

  .gb-generic-game-stage {
    min-height: 380px;
    border-radius: 0;
    margin: 0 -12px;
  }

  .gb-game-panel {
    margin-top: 12px;
  }
}

/* Final green restore: keep the whole public UI on the Gang Bet green palette. */
html,
:root {
  --hero-hover: 34, 197, 94 !important;
  --hero-sc: 255, 255, 255 !important;
  --hero: 22, 163, 74 !important;
  --brand-hover: 21, 128, 61 !important;
  --brand-sc: 255, 255, 255 !important;
  --brand: 22, 163, 74 !important;
  --oc-1: 22, 163, 74 !important;
  --oc-1-hover: 21, 128, 61 !important;
  --menu: 22, 163, 74 !important;
}

.hdr-navigation-bc,
.subNavigationWrapper,
.description-container-bc .second-tabs-bc {
  background: #16a34a !important;
}

.header-bc,
.hdr-main-content-bc,
.layout-navigation-holder-bc,
.tab-navigation-w-bc {
  background: #112716 !important;
}

.popup-holder-bc .btn.sign-in,
.entrance-form-actions-holder-bc .btn.sign-in,
.horizontal-sl-item-bc.active,
.casinoCategoryItem.active,
.nav-ico-w-row-bc.selected,
.swiper-pagination-bullet-active,
.market-coefficient-bc:not(.empty-market-bc),
.sgm-market-g-i-cell-bc.market-bc:not(.empty-market-bc) .market-coefficient-bc,
.casinoJackpotLevel-bc.active,
.btn.a-color,
#snapshot-auth-popup .gb-auth-submit,
#snapshot-auth-popup .btn.s-small.sign-in.active,
#snapshot-auth-popup .btn.s-small.register.active,
#app .popup-holder-bc.entrance-popup-bc .auth-head-switch,
#app .popup-holder-bc.entrance-popup-bc .entrance-form-submit-holder-bc .btn,
.gb-game-mode button.active {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
  color: #fff !important;
}

.hdr-navigation-link-bc.active,
.hdr-navigation-link-bc[aria-current="page"],
.hdr-navigation-link-bc.active .nav-menu-title,
.gb-mobile-menu-list a:hover,
.gb-mobile-menu-list a.is-affiliate {
  color: #4ade80 !important;
}

.product-banner-container-bc,
.product-banner-container-bc > div,
.product-banner-container-bc a,
.product-banner-container-bc .product-banner-info-bc,
.product-banner-container-bc .product-banner-bc {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: transparent !important;
}

.product-banner-container-bc img {
  filter: hue-rotate(78deg) saturate(1.25) brightness(0.95) contrast(1.04) !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 14px !important;
}

.product-banner-container-bc .gb-glass-img-wrap,
.product-banner-container-bc .product-banner-img-bc {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.slider-bc .sdr-item-holder-bc,
.slider-bc .sdr-item-bc,
.hm-row-bc.has-slider .hm-row-bc-inner,
.live-casino-games .casinoGamesContainer,
.casino-slots .casinoGamesContainer,
.skill-games-page .casinoGamesContainer,
.virtualSportsPage .casinoGamesContainer,
.casinoNavigationAndFilters,
.casinoGamesListWrapper {
  background: linear-gradient(180deg, rgba(9, 28, 16, 0.96), rgba(7, 18, 12, 0.94)) !important;
}

.slider-bc .sdr-item-holder-bc,
.casinoGamesListWrapper,
.casinoNavigationAndFilters,
.live-casino-games .casinoGamesContainer,
.casino-slots .casinoGamesContainer,
.skill-games-page .casinoGamesContainer {
  border-color: rgba(34, 197, 94, 0.22) !important;
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.12) !important;
}

.casinoGameItem,
.casinoGameItemImage,
.casinoGameItemContent,
.product-banner-container-bc > div,
.slider-bc .sdr-item-holder-bc {
  border-radius: 14px !important;
}
