/* Gang Bet — green theme (replaces Dancebet blue)
   Local/system fonts only — never block on fonts.googleapis (IR crash/hang). */
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 {
  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,
.casinoJackpotLevel-bc.active {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
}

/* Odds cells: keep DanceBet structure; only tint selected/active, not every coefficient */
.market-coefficient-bc.active,
.market-coefficient-bc.selected,
.sgm-market-g-i-cell-bc.market-bc.active .market-coefficient-bc,
.sgm-market-g-i-cell-bc.market-bc.selected .market-coefficient-bc {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
  color: #fff !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;
}

/* Vatan-style affiliate overview */
.gb-vatan-aff {
  max-width: 860px;
  margin: 0 auto;
  padding: 18px 14px 48px;
  color: #f8fafc;
}

.gb-vatan-hero {
  padding: 28px 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(34, 197, 94, 0.2), transparent 40%),
    linear-gradient(160deg, #0f261a, #07140e 70%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 16px;
}

.gb-vatan-kicker {
  margin: 0 0 8px;
  color: #86efac;
  font-size: 12px;
  font-weight: 700;
}

.gb-vatan-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

.gb-vatan-lead {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.8;
}

.gb-vatan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gb-vatan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(105deg, #16a34a, #22c55e);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 14px;
}

.gb-vatan-btn.is-ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gb-vatan-panel,
.gb-vatan-steps,
.gb-vatan-structure,
.gb-vatan-faq {
  margin-top: 14px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.gb-vatan-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 13px;
}

.gb-vatan-panel-head span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.gb-vatan-link-row {
  display: flex;
  gap: 8px;
}

.gb-vatan-link-row input {
  flex: 1;
  min-width: 0;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 0 12px;
  font-size: 13px;
}

.gb-vatan-link-row button {
  min-width: 72px;
  border: 0;
  border-radius: 12px;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.gb-vatan-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

@media (min-width: 640px) {
  .gb-vatan-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.gb-vatan-stats > div {
  padding: 12px;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.14);
}

.gb-vatan-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  margin-bottom: 6px;
}

.gb-vatan-stats b {
  font-size: 16px;
  color: #fff;
}

.gb-vatan-steps h2,
.gb-vatan-structure h2,
.gb-vatan-faq h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

.gb-vatan-step-grid {
  display: grid;
  gap: 10px;
}

@media (min-width: 760px) {
  .gb-vatan-step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gb-vatan-step-grid article {
  padding: 14px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.gb-vatan-step-grid em {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.18);
  color: #86efac;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 8px;
}

.gb-vatan-step-grid h3 {
  margin: 0 0 6px;
  font-size: 14px;
}

.gb-vatan-step-grid p,
.gb-vatan-formula,
.gb-vatan-example p,
.gb-vatan-pay li,
.gb-vatan-faq p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.75;
}

.gb-vatan-formula {
  margin-bottom: 14px !important;
}

.gb-vatan-tiers {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

@media (min-width: 560px) {
  .gb-vatan-tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gb-vatan-tier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gb-vatan-tier.is-hot {
  border-color: rgba(241, 196, 15, 0.35);
  background: rgba(241, 196, 15, 0.08);
}

.gb-vatan-tier b {
  font-size: 22px;
  color: #86efac;
}

.gb-vatan-tier.is-hot b {
  color: #f8df75;
}

.gb-vatan-example,
.gb-vatan-pay {
  margin-top: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
}

.gb-vatan-example h3,
.gb-vatan-pay h3 {
  margin: 0 0 8px;
  font-size: 14px;
}

.gb-vatan-pay ul {
  margin: 0;
  padding-right: 18px;
}

.gb-vatan-faq details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0;
}

.gb-vatan-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}

.gb-vatan-faq details p {
  margin-top: 8px !important;
}

.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,
.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: 16px !important;
}

/* =========================================================
   Gang Bet — Midnight Emerald skin (distinctive, not BC-copy)
   ========================================================= */
html,
html.is-mobile,
:root {
  --gb-ink: #050c09;
  --gb-forest: #0a1610;
  --gb-moss: #12261c;
  --gb-leaf: #1a3d2a;
  --gb-lime: #b8e63a;
  --gb-mint: #6ee7b7;
  --gb-gold: #d4b56a;
  --gb-fog: rgba(232, 240, 234, 0.92);
  --gb-muted: rgba(232, 240, 234, 0.55);
  --gb-line: rgba(184, 230, 58, 0.18);
  --hero: 184, 230, 58 !important;
  --hero-hover: 212, 181, 106 !important;
  --brand: 184, 230, 58 !important;
  --menu: 26, 61, 42 !important;
  --menu-hover: 184, 230, 58 !important;
  --accent: 212, 181, 106 !important;
  --b: 5, 12, 9 !important;
  --b-hover: 18, 38, 28 !important;
  --header: 8, 18, 13 !important;
  --header-hover: 18, 38, 28 !important;
  --tab-navigation: 8, 18, 13 !important;
  --tab-navigation-hover: 18, 38, 28 !important;
  --border-radius: 14px;
  --gb-font: Tahoma, "Segoe UI", Arial, sans-serif;
  --gb-display: Tahoma, "Segoe UI", Arial, sans-serif;
}

html,
body,
.layout-bc,
#root,
#app {
  font-family: var(--gb-font) !important;
  background:
    radial-gradient(1200px 700px at 85% -10%, rgba(184, 230, 58, 0.09), transparent 55%),
    radial-gradient(900px 560px at -10% 20%, rgba(212, 181, 106, 0.07), transparent 50%),
    radial-gradient(800px 500px at 50% 110%, rgba(110, 231, 183, 0.05), transparent 45%),
    linear-gradient(180deg, #07140f 0%, #050c09 48%, #08160f 100%) !important;
  color: var(--gb-fog) !important;
  letter-spacing: 0.01em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.layout-bc,
.layout-content-holder-bc,
.layout-header-holder-bc,
.layout-footer-holder-bc,
#root {
  position: relative;
  z-index: 1;
}

/* Header — frosted emerald glass */
.layout-header-holder-bc,
.header-bc {
  background: rgba(8, 18, 13, 0.78) !important;
  background-color: rgba(8, 18, 13, 0.78) !important;
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--gb-line) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.28) !important;
}

.hdr-logo-bc {
  filter: drop-shadow(0 0 12px rgba(184, 230, 58, 0.25));
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.logo:hover .hdr-logo-bc {
  transform: scale(1.04);
}

.hdr-navigation-link-bc {
  position: relative;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  transition: color 0.2s ease, background 0.2s ease;
}

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

.hdr-navigation-link-bc:hover,
.hdr-navigation-link-bc.active {
  background: rgba(184, 230, 58, 0.1) !important;
  color: var(--gb-lime) !important;
}

.hdr-navigation-link-bc.active::after,
.hdr-navigation-link-bc[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--gb-gold), transparent);
}

.tab-navigation-w-bc,
.subNavigationWrapper,
.casinoNavigationAndFilters,
.m-nav-items-list-bc {
  background: rgba(8, 18, 13, 0.92) !important;
  background-color: rgba(8, 18, 13, 0.92) !important;
  border-top: 1px solid rgba(184, 230, 58, 0.08) !important;
}

.tab-nav-item-bc {
  transition: color 0.2s ease, transform 0.2s ease;
}

.tab-nav-item-bc.active,
.tab-nav-item-bc.active .tab-nav-icon-bc,
.tab-nav-item-bc.active .tab-nav-title-bc {
  color: var(--gb-lime) !important;
}

.tab-nav-item-bc.active {
  transform: translateY(-1px);
}

/* Buttons */
.hdr-user-bc .btn.s-small.register,
button.btn.s-small.register,
.btn.a-color:not(.a-outline):not([class*="bc-i-"]) {
  background: linear-gradient(135deg, #c5f04a 0%, #8fd12a 55%, #6bb81a 100%) !important;
  border: 0 !important;
  color: #0a160c !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 20px rgba(184, 230, 58, 0.28) !important;
  letter-spacing: 0.02em;
}

.hdr-user-bc .btn.s-small.register:hover,
button.btn.s-small.register:hover,
.btn.a-color:not(.a-outline):not([class*="bc-i-"]):hover {
  background: linear-gradient(135deg, #d4f76a 0%, #a0dc3a 100%) !important;
  filter: brightness(1.05);
}

.hdr-user-bc .btn.s-small.sign-in {
  color: var(--gb-fog) !important;
  text-decoration: none !important;
  border: 1px solid rgba(232, 240, 234, 0.2) !important;
  border-radius: 10px !important;
  padding: 6px 12px !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.hdr-user-bc .btn.s-small.sign-in:hover {
  color: var(--gb-gold) !important;
  border-color: rgba(212, 181, 106, 0.45) !important;
  background: rgba(212, 181, 106, 0.08) !important;
}

/* Section titles */
.sectionTitleText,
.ds-body--medium-medium.sectionTitleText,
.hm-row-bc .sectionTitle {
  font-family: var(--gb-display) !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.01em;
  color: #f3f8f4 !important;
  position: relative;
  padding-inline-start: 12px;
}

.sectionTitleText::before,
.ds-body--medium-medium.sectionTitleText::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 15%;
  bottom: 15%;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--gb-lime), var(--gb-gold));
}

.section-more-link {
  color: var(--gb-gold) !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}

.section-more-link:hover {
  color: var(--gb-lime) !important;
}

/* Home rows / casino shells */
.hm-row-bc {
  padding-block: 6px 10px;
}

.slider-bc .sdr-item-holder-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(155deg, rgba(18, 38, 28, 0.72), rgba(7, 16, 12, 0.55)) !important;
  border: 1px solid var(--gb-line) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 18px 40px rgba(0, 0, 0, 0.28) !important;
  border-radius: 18px !important;
}

.slider-bc {
  animation: gb-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hm-row-bc:nth-child(2) {
  animation: gb-fade-up 0.6s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hm-row-bc:nth-child(3) {
  animation: gb-fade-up 0.6s 0.14s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes gb-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.casinoGameItemContent {
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}

.casinoGameItemContent:hover {
  transform: translateY(-4px) scale(1.02);
  filter: brightness(1.06);
}

.casinoGameItemImage,
.casinoGameItemImage--regular {
  border-radius: 14px !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.product-banner-container-bc img {
  filter: saturate(1.05) brightness(0.98) contrast(1.04) !important;
  border-radius: 16px !important;
}

/* Sports / odds polish */
.competition-bc,
.marketSlider,
.sgm-market-g-i-cell-bc {
  border-radius: 12px;
}

.market-coefficient-bc {
  border-radius: 8px !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

.market-coefficient-bc:hover {
  transform: scale(1.03);
}

.market-coefficient-bc.active,
.market-coefficient-bc.selected,
.horizontal-sl-item-bc.active,
.casinoCategoryItem.active,
.swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #b8e63a, #8fd12a) !important;
  border-color: transparent !important;
  color: #0a160c !important;
}

.horizontal-sl-item-bc.active .horizontal-sl-title-bc,
.horizontal-sl-item-bc.active .horizontal-sl-count-bc {
  color: #0a160c !important;
}

/* Footer */
.layout-footer-holder-bc,
.footerContainer,
.footerContainerWrapper {
  background: transparent !important;
  border-top: 1px solid rgba(184, 230, 58, 0.1) !important;
}

.footerSocialLink a,
.footerSocialLink i {
  transition: color 0.2s ease, transform 0.2s ease;
}

.footerSocialLink a:hover i {
  color: var(--gb-lime) !important;
  transform: translateY(-2px);
}

.gb-affiliate-heading {
  font-family: var(--gb-display) !important;
  letter-spacing: 0.08em;
  color: var(--gb-gold) !important;
}

.gb-affiliate-card {
  border-radius: 14px !important;
  background: linear-gradient(160deg, rgba(184, 230, 58, 0.1), rgba(5, 12, 9, 0.92)) !important;
  border-color: var(--gb-line) !important;
}

.gb-affiliate-rate {
  color: var(--gb-lime) !important;
  font-family: var(--gb-display) !important;
}

/* Auth / popups */
.popup-holder-bc,
.entrance-popup-bc,
.auth-popup-bc {
  backdrop-filter: blur(8px);
}

.popup-holder-bc .btn.sign-in,
.entrance-form-actions-holder-bc .btn.sign-in {
  background: linear-gradient(135deg, #c5f04a, #8fd12a) !important;
  color: #0a160c !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
}

/* Coming soon inherits gold/lime language */
.gb-coming-soon-card {
  background:
    radial-gradient(circle at 30% 0%, rgba(184, 230, 58, 0.14), transparent 55%),
    linear-gradient(165deg, rgba(18, 38, 28, 0.98), rgba(5, 12, 9, 0.98)) !important;
  border: 1px solid rgba(212, 181, 106, 0.28) !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45) !important;
  animation: gb-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gb-coming-soon-icon {
  background: conic-gradient(from 0deg, #b8e63a, #d4b56a, #6ee7b7, #b8e63a) !important;
}

.gb-coming-soon-title {
  font-family: var(--gb-display) !important;
  letter-spacing: 0.04em;
}

.gb-section-coming-soon {
  background: rgba(8, 18, 13, 0.9) !important;
  border: 1px dashed rgba(212, 181, 106, 0.4) !important;
  border-radius: 14px !important;
  min-width: 160px;
  min-height: 128px;
}

.gb-section-coming-soon-label {
  color: var(--gb-gold) !important;
  font-family: var(--gb-display) !important;
}

#gb-page-loader {
  background:
    radial-gradient(ellipse 70% 45% at 50% 40%, rgba(184, 230, 58, 0.14), transparent 60%),
    #050c09 !important;
}

.gb-loader-spin,
.casino-launch-spinner {
  border-color: rgba(184, 230, 58, 0.18) !important;
  border-top-color: #c5f04a !important;
}

/* Soften dense BC chrome */
.count-blink-even,
.Toastify {
  font-family: var(--gb-font) !important;
}

@media (prefers-reduced-motion: reduce) {
  .slider-bc,
  .hm-row-bc:nth-child(2),
  .hm-row-bc:nth-child(3),
  .gb-coming-soon-card,
  .casinoGameItemContent,
  .hdr-logo-bc {
    animation: none !important;
    transition: none !important;
  }
}

/* Final liquid emerald pass */
html,
:root {
  --gb-glass: rgba(9, 32, 21, 0.68);
  --gb-glass-strong: rgba(12, 45, 29, 0.82);
  --gb-glass-line: rgba(156, 255, 184, 0.23);
  --gb-glass-bright: rgba(195, 255, 106, 0.88);
  --gb-glass-shadow: 0 18px 52px rgba(0, 0, 0, 0.36), 0 0 34px rgba(34, 197, 94, 0.1);
}

.hm-row-bc,
.casinoGamesListWrapper,
.layout-footer-holder-bc,
.footerContainerWrapper,
.footerContainer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 420px;
}

.casinoGameItemContent,
.product-banner-container-bc img,
.gb-mobile-menu-panel,
.tab-navigation-w-bc,
.layout-navigation-holder-bc {
  transform: translateZ(0);
}

.product-banner-container-bc.product-banner-without-titles.col-4,
.product-banner-container-bc.product-banner-without-titles,
.product-banner-container-bc {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(10px, 2.2vw, 18px) !important;
  padding: clamp(10px, 2.4vw, 18px) !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  contain: layout paint style;
}

.product-banner-container-bc.product-banner-without-titles.col-4 > div,
.product-banner-container-bc.product-banner-without-titles > div,
.product-banner-container-bc > div {
  aspect-ratio: 1 / 1 !important;
  min-width: 0 !important;
  border-radius: 24px !important;
  border: 1px solid var(--gb-glass-line) !important;
  background:
    radial-gradient(circle at 30% 0%, rgba(196, 255, 105, 0.22), transparent 48%),
    radial-gradient(circle at 85% 92%, rgba(52, 211, 153, 0.16), transparent 42%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04) 42%, rgba(8, 26, 17, 0.82)) !important;
  box-shadow: var(--gb-glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  overflow: hidden !important;
  isolation: isolate;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease, filter 0.28s ease !important;
}

.product-banner-container-bc.product-banner-without-titles.col-4 > div::before,
.product-banner-container-bc.product-banner-without-titles > div::before,
.product-banner-container-bc > div::before {
  content: "";
  position: absolute;
  inset: -40% -70%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.22) 48%, transparent 58%);
  transform: translateX(48%) rotate(8deg);
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-banner-container-bc.product-banner-without-titles.col-4 > div:hover,
.product-banner-container-bc.product-banner-without-titles > div:hover,
.product-banner-container-bc > div:hover {
  transform: translateY(-5px) scale(1.015) !important;
  border-color: rgba(200, 255, 118, 0.58) !important;
  filter: brightness(1.08);
}

.product-banner-container-bc.product-banner-without-titles.col-4 > div:hover::before,
.product-banner-container-bc.product-banner-without-titles > div:hover::before,
.product-banner-container-bc > div:hover::before {
  opacity: 1;
  transform: translateX(-48%) rotate(8deg);
}

.product-banner-container-bc.product-banner-without-titles.col-4 a,
.product-banner-container-bc.product-banner-without-titles.col-4 .product-banner-info-bc,
.product-banner-container-bc.product-banner-without-titles.col-4 .product-banner-bc,
.product-banner-container-bc.product-banner-without-titles a,
.product-banner-container-bc.product-banner-without-titles .product-banner-info-bc,
.product-banner-container-bc.product-banner-without-titles .product-banner-bc {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-banner-container-bc.product-banner-without-titles.col-4 img,
.product-banner-container-bc.product-banner-without-titles img,
.product-banner-container-bc img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: clamp(8px, 1.8vw, 16px) !important;
  border: 0 !important;
  border-radius: 22px !important;
  filter: hue-rotate(72deg) saturate(1.42) brightness(1.02) contrast(1.06) drop-shadow(0 14px 18px rgba(0, 0, 0, 0.34)) !important;
}

.layout-navigation-holder-bc,
.tab-navigation-w-bc {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(6, 28, 17, 0.76) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.55);
  backdrop-filter: blur(22px) saturate(1.55);
  border-top: 1px solid rgba(177, 255, 193, 0.22) !important;
  box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

.tab-nav-item-bc,
.m-nav-item-bc,
.nav-floating-btn,
.footerSocialLink a,
.gb-mobile-menu-list a {
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease !important;
}

.tab-nav-item-bc:hover,
.m-nav-item-bc:hover,
.tab-nav-item-bc.active,
.m-nav-item-bc.active {
  color: #caff6a !important;
  transform: translateY(-2px);
}

.tab-nav-item-bc.active .m-nav-icon-bc,
.m-nav-item-bc.active .m-nav-icon-bc {
  filter: drop-shadow(0 0 10px rgba(190, 255, 93, 0.55));
}

.nav-floating-btn,
.scroll-top-button,
.back-to-top,
.gb-scroll-top {
  border: 1px solid rgba(204, 255, 118, 0.28) !important;
  background:
    radial-gradient(circle at 35% 10%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(145deg, rgba(27, 76, 45, 0.86), rgba(10, 26, 17, 0.72)) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 28px rgba(184, 230, 58, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.gb-mobile-menu-backdrop {
  background: rgba(2, 9, 6, 0.55) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.gb-mobile-menu-panel {
  max-height: min(76vh, 680px) !important;
  border-radius: 26px 26px 0 0 !important;
  border: 1px solid rgba(177, 255, 193, 0.18) !important;
  border-bottom: 0 !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(196, 255, 105, 0.16), transparent 42%),
    linear-gradient(155deg, rgba(21, 65, 39, 0.88), rgba(6, 20, 13, 0.9)) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.45);
  backdrop-filter: blur(26px) saturate(1.45);
  box-shadow: 0 -30px 70px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  animation: gb-glass-rise 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gb-mobile-menu-panel.hidden {
  display: none !important;
}

.gb-mobile-menu-list {
  display: grid;
  gap: 8px;
}

.gb-mobile-menu-list a {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  padding: 13px 14px !important;
}

.gb-mobile-menu-list a:hover,
.gb-mobile-menu-list a.is-affiliate {
  background: rgba(184, 230, 58, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(184, 230, 58, 0.22);
}

.layout-footer-holder-bc,
.footerContainer,
.footerContainerWrapper {
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 230, 58, 0.1), transparent 48%),
    linear-gradient(180deg, rgba(7, 18, 12, 0.72), rgba(5, 12, 9, 0.94)) !important;
  border-top: 1px solid rgba(177, 255, 193, 0.12) !important;
}

.footerLinksSection,
.footerLinkCols,
.footerLinkCol,
.gb-affiliate-card {
  border-radius: 18px !important;
}

.footerLinkCol {
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding: 14px !important;
}

#gb-page-loader {
  background:
    radial-gradient(circle at 50% 35%, rgba(196, 255, 105, 0.2), transparent 34%),
    radial-gradient(circle at 18% 80%, rgba(52, 211, 153, 0.12), transparent 35%),
    #040b08 !important;
}

.gb-loader-stage {
  border: 1px solid rgba(177, 255, 193, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(8, 29, 18, 0.56);
  -webkit-backdrop-filter: blur(22px) saturate(1.55);
  backdrop-filter: blur(22px) saturate(1.55);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.gb-loader-mark::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, rgba(202, 255, 106, 0), rgba(202, 255, 106, 0.9), rgba(52, 211, 153, 0.68), rgba(202, 255, 106, 0));
  filter: blur(10px);
  opacity: 0.7;
  animation: gb-spin 1.3s linear infinite reverse;
}

.gb-loader-logo {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 16px 30px rgba(0, 0, 0, 0.26);
}

.gb-loader-bar span {
  background: linear-gradient(90deg, rgba(52, 211, 153, 0), #34d399, #caff6a, rgba(52, 211, 153, 0)) !important;
  box-shadow: 0 0 18px rgba(202, 255, 106, 0.55);
}

@keyframes gb-glass-rise {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 1024px) {
  .product-banner-container-bc.product-banner-without-titles.col-4,
  .product-banner-container-bc.product-banner-without-titles,
  .product-banner-container-bc {
    max-width: 1240px;
    margin-inline: auto !important;
  }
}

@media (max-width: 640px) {
  .product-banner-container-bc.product-banner-without-titles.col-4,
  .product-banner-container-bc.product-banner-without-titles,
  .product-banner-container-bc {
    gap: 9px !important;
    padding: 10px !important;
  }

  .product-banner-container-bc.product-banner-without-titles.col-4 > div,
  .product-banner-container-bc.product-banner-without-titles > div,
  .product-banner-container-bc > div {
    border-radius: 18px !important;
  }

  .product-banner-container-bc.product-banner-without-titles.col-4 img,
  .product-banner-container-bc.product-banner-without-titles img,
  .product-banner-container-bc img {
    padding: 7px !important;
    border-radius: 17px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-banner-container-bc.product-banner-without-titles.col-4 > div,
  .product-banner-container-bc.product-banner-without-titles > div,
  .product-banner-container-bc > div,
  .gb-mobile-menu-panel,
  .gb-loader-mark::before,
  .gb-loader-spin,
  .gb-loader-bar span {
    animation: none !important;
    transition: none !important;
  }
}

.product-banner-container-bc a.gb-product-soon,
.product-banner-container-bc a[data-coming-soon="1"] {
  cursor: pointer;
}

.product-banner-container-bc a.gb-product-soon::after,
.product-banner-container-bc a[data-coming-soon="1"]::after {
  content: "به‌زودی";
  position: absolute;
  inset-inline-end: 8px;
  top: 8px;
  z-index: 3;
  padding: 4px 8px;
  border-radius: 999px;
  color: #07120b;
  background: linear-gradient(135deg, #caff6a, #34d399);
  box-shadow: 0 8px 18px rgba(52, 211, 153, 0.28);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.gb-soon-modal,
.gb-dev-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483645;
  display: grid;
  place-items: center;
  padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
  background: rgba(2, 8, 5, 0.58);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  backdrop-filter: blur(18px) saturate(1.35);
}

.gb-dev-modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

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

.gb-dev-modal__backdrop {
  position: absolute;
  inset: 0;
}

.gb-soon-modal__card,
.gb-dev-modal__card {
  position: relative;
  width: min(420px, 100%);
  overflow: hidden;
  border-radius: 28px;
  padding: 30px 24px 24px;
  text-align: center;
  color: #f0fdf4;
  border: 1px solid rgba(177, 255, 193, 0.22);
  background:
    radial-gradient(circle at 50% -10%, rgba(202, 255, 106, 0.2), transparent 42%),
    radial-gradient(circle at 100% 100%, rgba(52, 211, 153, 0.16), transparent 38%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(8, 28, 18, 0.88);
  -webkit-backdrop-filter: blur(26px) saturate(1.55);
  backdrop-filter: blur(26px) saturate(1.55);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  animation: gb-soon-pop 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gb-soon-modal__close,
.gb-dev-modal__close {
  position: absolute;
  top: 12px;
  inset-inline-start: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: rgba(240, 253, 244, 0.8);
  background: rgba(255, 255, 255, 0.07);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.gb-soon-modal__orb,
.gb-dev-modal__icon {
  width: 82px;
  height: 82px;
  margin: 4px auto 14px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.72), transparent 24%),
    conic-gradient(from 135deg, #caff6a, #34d399, #0f5130, #caff6a);
  box-shadow: 0 18px 42px rgba(52, 211, 153, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.gb-soon-modal__kicker {
  margin: 0 0 6px;
  color: #caff6a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.gb-soon-modal__title,
.gb-dev-modal__title {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 6vw, 30px);
  font-weight: 900;
  line-height: 1.35;
}

.gb-soon-modal__text,
.gb-dev-modal__text {
  margin: 12px auto 22px;
  max-width: 32ch;
  color: rgba(240, 253, 244, 0.72);
  font-size: clamp(14px, 3.8vw, 16px);
  font-weight: 700;
  line-height: 1.9;
}

.gb-soon-modal__cta,
.gb-dev-modal__cta {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 16px;
  color: #07120b;
  background: linear-gradient(135deg, #caff6a, #34d399);
  box-shadow: 0 16px 34px rgba(52, 211, 153, 0.24);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.gb-soon-enter-active,
.gb-soon-leave-active {
  transition: opacity 0.2s ease;
}

.gb-soon-enter-from,
.gb-soon-leave-to {
  opacity: 0;
}

@keyframes gb-soon-pop {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 520px) {
  .gb-soon-modal,
  .gb-dev-modal {
    align-items: end;
    padding-inline: 10px;
  }

  .gb-soon-modal__card,
  .gb-dev-modal__card {
    width: 100%;
    border-radius: 26px 26px 18px 18px;
    padding: 28px 18px 18px;
  }

  .gb-soon-modal__orb,
  .gb-dev-modal__icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
  }
}

/* Repair layer: keep the original mobile chrome stable */
html body .layout-navigation-holder-bc {
  position: fixed !important;
  inset-inline: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  min-width: 100vw !important;
  height: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 1200 !important;
  display: block !important;
  content-visibility: visible !important;
  contain: none !important;
  background: transparent !important;
  pointer-events: auto !important;
}

html body .tab-navigation-w-bc {
  position: fixed !important;
  inset-inline: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  min-width: 100vw !important;
  height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 1201 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  padding: 4px 6px calc(4px + env(safe-area-inset-bottom, 0px)) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(6, 28, 17, 0.86) !important;
  border-top: 1px solid rgba(177, 255, 193, 0.22) !important;
  border-radius: 18px 18px 0 0 !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.55);
  backdrop-filter: blur(22px) saturate(1.55);
  box-shadow: 0 -16px 38px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

html body .tab-navigation-w-bc .tab-nav-item-bc {
  width: auto !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 2px !important;
  padding: 4px 2px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: rgba(232, 240, 234, 0.72) !important;
  text-decoration: none !important;
  overflow: hidden !important;
  transform: none !important;
}

html body .tab-navigation-w-bc .tab-nav-item-bc:active,
html body .tab-navigation-w-bc .tab-nav-item-bc:hover,
html body .tab-navigation-w-bc .tab-nav-item-bc.active {
  background: rgba(184, 230, 58, 0.13) !important;
  color: #d9ff77 !important;
}

html body .tab-navigation-w-bc .tab-nav-icon-bc,
html body .tab-navigation-w-bc i {
  width: 22px !important;
  height: 22px !important;
  font-size: 20px !important;
  line-height: 22px !important;
  display: grid !important;
  place-items: center !important;
  color: currentColor !important;
}

html body .tab-navigation-w-bc .tab-nav-title-bc {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: currentColor !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body {
  padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
}

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: 10px !important;
  padding: 10px !important;
  width: 100% !important;
  max-width: 720px !important;
  margin-inline: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

@media (min-width: 900px) {
  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 {
    max-width: 980px !important;
    gap: 18px !important;
    padding: 18px !important;
  }
}

html body .product-banner-container-bc > div,
html body .product-banner-container-bc > a.product-banner-info-bc {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: clamp(16px, 4vw, 24px) !important;
  border: 1px solid rgba(177, 255, 193, 0.2) !important;
  background:
    radial-gradient(circle at 28% 4%, rgba(202, 255, 106, 0.2), transparent 44%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(8, 26, 17, 0.82)) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  overflow: hidden !important;
}

html body .product-banner-container-bc > div > a.product-banner-info-bc,
html body .product-banner-container-bc > a.product-banner-info-bc {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .product-banner-container-bc img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: clamp(7px, 2vw, 15px) !important;
  border: 0 !important;
  border-radius: inherit !important;
  filter: hue-rotate(72deg) saturate(1.28) brightness(1.01) contrast(1.04) drop-shadow(0 12px 14px rgba(0, 0, 0, 0.32)) !important;
}

html body .product-banner-container-bc a[data-coming-soon="1"]::after {
  content: "به‌زودی";
  position: absolute;
  inset-inline-end: 7px;
  top: 7px;
  z-index: 5;
  padding: 3px 7px;
  border-radius: 999px;
  color: #07120b;
  background: linear-gradient(135deg, #d9ff77, #34d399);
  font-size: 9px;
  font-weight: 900;
}

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

.gb-press {
  transform: translateY(1px) scale(0.985) !important;
  transition: transform 0.08s ease !important;
}

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

/* UX patch: draggable top nav + refreshed affiliate page */
html body .hdr-navigation-scrollable-bc {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-inline: contain !important;
  touch-action: pan-x !important;
  cursor: grab;
  scrollbar-width: none;
}

html body .hdr-navigation-scrollable-bc::-webkit-scrollbar {
  display: none;
}

html body .hdr-navigation-scrollable-content {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  min-width: 100% !important;
  gap: 0 !important;
}

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

html body .hdr-navigation-scrollable-bc.gb-nav-dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
}

html body .hdr-navigation-scrollable-bc.gb-nav-dragging *,
html body .hdr-navigation-scrollable-content.gb-nav-dragging * {
  user-select: none !important;
}

.gb-aff-shell {
  min-height: 100vh;
  padding: 12px 12px calc(96px + env(safe-area-inset-bottom, 0px));
  background:
    radial-gradient(circle at 14% 0%, rgba(74, 222, 128, 0.16), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(202, 255, 106, 0.1), transparent 34%),
    #081309;
  color: #f4fff5;
}

.gb-aff-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 62px;
  margin: -12px -12px 12px;
  padding: 10px 14px;
  background: rgba(7, 21, 13, 0.82);
  border-bottom: 1px solid rgba(177, 255, 193, 0.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.45);
  backdrop-filter: blur(18px) saturate(1.45);
}

.gb-aff-back {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #eaffdb;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 24px;
}

.gb-aff-logo {
  width: 132px;
  max-height: 42px;
  object-fit: contain;
}

.gb-aff-main {
  width: min(1060px, 100%);
  margin: 0 auto;
}

.gb-vatan-aff {
  display: grid;
  gap: 14px;
}

.gb-vatan-hero,
.gb-vatan-panel,
.gb-vatan-steps,
.gb-vatan-structure,
.gb-vatan-faq {
  border: 1px solid rgba(177, 255, 193, 0.16) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(12, 31, 20, 0.82) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  backdrop-filter: blur(18px) saturate(1.35);
}

.gb-vatan-hero {
  padding: clamp(24px, 5vw, 46px) !important;
}

.gb-vatan-kicker {
  color: #b8e63a !important;
  font-weight: 900 !important;
}

.gb-vatan-hero h1,
.gb-vatan-panel strong,
.gb-vatan-steps h2,
.gb-vatan-structure h2,
.gb-vatan-faq h2 {
  color: #ffffff !important;
  letter-spacing: 0 !important;
}

.gb-vatan-lead,
.gb-vatan-step-grid p,
.gb-vatan-formula,
.gb-vatan-example p,
.gb-vatan-pay li,
.gb-vatan-faq p,
.gb-vatan-panel-head span {
  color: rgba(244, 255, 245, 0.72) !important;
}

.gb-vatan-btn,
.gb-vatan-link-row button {
  min-height: 46px !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #caff6a, #34d399) !important;
  color: #06120b !important;
  box-shadow: 0 16px 34px rgba(52, 211, 153, 0.22) !important;
}

.gb-vatan-btn.is-ghost {
  color: #d9ff77 !important;
  background: rgba(217, 255, 119, 0.08) !important;
  border-color: rgba(217, 255, 119, 0.22) !important;
}

.gb-vatan-link-row input {
  min-height: 48px !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #f8fff3 !important;
}

.gb-vatan-stats > div,
.gb-vatan-step-grid article,
.gb-vatan-tier,
.gb-vatan-example,
.gb-vatan-pay,
.gb-vatan-faq details {
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.gb-vatan-stats b,
.gb-vatan-tier b,
.gb-vatan-step-grid em {
  color: #d9ff77 !important;
}

@media (max-width: 640px) {
  .gb-aff-shell {
    padding-inline: 10px;
  }

  .gb-vatan-actions,
  .gb-vatan-link-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

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

  .gb-vatan-hero,
  .gb-vatan-panel,
  .gb-vatan-steps,
  .gb-vatan-structure,
  .gb-vatan-faq {
    border-radius: 18px !important;
  }
}
