.elementor-2301 .elementor-element.elementor-element-fda38fd{--display:flex;overflow:visible;}.elementor-2301 .elementor-element.elementor-element-3912ae5{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-5cff784 *//* ========== متغیرهای CSS یکپارچه ========== */
:root {
  --b303-primary: #00ff88;
  --b303-secondary: #00b862;
  --b303-gold: #FFD700;
  --b303-bg: rgba(10,10,10,.65);
  --b303-border: rgba(255,255,255,.10);
  --b303-text: #fff;
  --b303-muted: rgba(255,255,255,.78);
  --b303-radius: 20px;
  --b303-pad: clamp(16px, 3.5vw, 32px);
  --b303-font: 'Vazirmatn', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  
  /* Font fallback برای جلوگیری از layout shift */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  
  /* متغیرهای Error 1009 */
  --b1009-primary: #00ff88;
  --b1009-warning: #ff4757;
  --b1009-accent: #FFD700;
  --b1009-bg: rgba(15, 20, 30, 0.9);
  --b1009-glass: rgba(255, 255, 255, 0.03);
  --b1009-border: rgba(255, 255, 255, 0.08);
  --b1009-text: #ffffff;
  --b1009-muted: rgba(255, 255, 255, 0.7);
  --primary-neon: #00ff88;
  
  /* متغیرهای FAQ */
  --b303-faq-primary: #00ff88;
  --b303-faq-secondary: #FFD700;
  --b303-faq-bg: rgba(255, 255, 255, 0.03);
  --b303-faq-border: rgba(255, 255, 255, 0.08);
  --b303-faq-text: #ffffff;
  --b303-faq-muted: rgba(255, 255, 255, 0.7);
  
  /* متغیرهای دسترسی سریع */
  --bet303-green: #00ff88;
  --bet303-green2: #00b862;
  --bet303-border: rgba(255,255,255,.10);
  --bet303-text: #fff;
  --bet303-muted: rgba(255,255,255,.78);
  --bet303-radius: 22px;
  --bet303-shadow: 0 12px 40px rgba(0,0,0,.35);
  --bet303-glow: 0 0 22px rgba(0,255,136,.22);
}

/* ========== 1. دکمه‌ها (SOLIDX WRAP) ========== */
.solidx-wrap,
.solidx-wrap *,
.solidx-wrap *::before,
.solidx-wrap *::after {
  box-sizing: border-box;
}

/* Critical CSS برای جلوگیری از Layout Shift */
.b303-promo-banner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 203.75px !important;
  width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}

.b303-promo-banner__link {
  display: inline-block !important;
  width: auto !important;
  max-width: min(980px, 100%) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.b303-promo-banner__img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 480px) {
  .b303-promo-banner {
    min-height: auto !important;
    padding: 0 !important;
  }
  .b303-promo-banner__link {
    width: 100% !important;
    max-width: 100% !important;
  }
  .b303-promo-banner__img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.bet303qa {
  display: block !important;
  min-height: 112px !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto 22px !important;
  box-sizing: border-box !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}

.solidx-wrap {
  --g-1: #00e676;
  --g-2: #00c853;
  --ink-1: #062112;
  --ink-2: #08301a;
  --font-farsi: var(--b303-font);
  --btn-max: 560px;
  --btn-h: 88px;
  --radius: 22px;
  --ic-box: 66px;
  --gap: 16px;
  --fs: clamp(18px, 2.8vw, 24px);

  width: 100%;
  max-width: var(--btn-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: var(--font-farsi);
  contain: layout style;
  box-sizing: border-box;
  padding: 0 16px;
  min-width: 0;
}

.solidx-btn {
  --fill: #fff;
  --ink: var(--ink-2);
  --ring: rgba(0, 200, 83, .22);
  --spin: rgba(0, 200, 83, .85);

  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--gap);
  width: 100%;
  min-height: var(--btn-h);
  padding-block: 14px;
  padding-inline: 24px;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--ink);
  overflow: hidden;
  isolation: isolate;
  transition: transform .2s ease, box-shadow .2s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.solidx-btn::before {
  content: "";
  position: absolute;
  inset: -70%;
  background: conic-gradient(
    from 180deg,
    transparent 0 70%,
    var(--spin) 70% 82%,
    transparent 82% 100%
  );
  z-index: -2;
  opacity: 0;
  transform: rotate(0deg);
  pointer-events: none;
  will-change: transform, opacity;
  contain: layout style paint;
}

.solidx-btn::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--fill);
  border-radius: calc(var(--radius) - 2px);
  z-index: -1;
  pointer-events: none;
  box-shadow:
    0 12px 28px rgba(8, 22, 14, .08),
    inset 0 0 0 1px rgba(0, 200, 83, .22);
  will-change: auto;
  contain: layout style paint;
}

.solidx-text {
  font-weight: 900;
  font-size: var(--fs);
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: start;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.solidx-ic {
  width: var(--ic-box);
  height: var(--ic-box);
  flex: 0 0 var(--ic-box);
  min-width: var(--ic-box);
  min-height: var(--ic-box);
  border-radius: 18px;
  display: grid;
  place-items: center;
  transition: transform .2s ease;
  contain: layout style paint;
  will-change: auto;
}

.solidx-svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.solidx-green {
  --fill: #00b862;
  --ink: #fff;
  --spin: rgba(255,255,255,.95);
  --ring: rgba(0, 230, 118, .42);
}

.solidx-green .solidx-svg path {
  fill: #fff;
}

.solidx-white {
  --fill: #fff;
  --ink: var(--ink-2);
  --spin: rgba(0, 200, 83, .85);
  --ring: rgba(0, 200, 83, .20);
}

.solidx-green .solidx-ic {
  background: rgba(255,255,255,.16);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.18),
    0 10px 18px rgba(0,0,0,.10);
}

.solidx-white .solidx-ic {
  background: rgba(0,230,118,.08);
  box-shadow:
    inset 0 0 0 2px rgba(0,200,83,.14),
    0 10px 18px rgba(0,0,0,.08);
}

@media (hover:hover) and (pointer:fine) {
  .solidx-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px var(--ring);
  }
  .solidx-btn:hover .solidx-ic {
    transform: scale(1.04);
  }
}

.solidx-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--ring), 0 18px 40px rgba(0,0,0,.06);
}

.solidx-motion::before {
  opacity: .95;
  animation: solidxSpin 3.2s linear infinite;
  will-change: transform;
}

@media (hover:hover) and (pointer:fine) {
  .solidx-motion:hover::before {
    animation-duration: 1.6s;
  }
}

@keyframes solidxSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .solidx-btn,
  .solidx-ic {
    transition: none;
  }
  .solidx-motion::before {
    animation: none;
    opacity: 0;
  }
}

@supports not (background: conic-gradient(from 0deg, #000, #000)) {
  .solidx-btn::before {
    display: none;
  }
}

@supports not (gap: 1rem) {
  .solidx-btn > * + * {
    margin-inline-start: var(--gap);
  }
}

@media (max-width: 480px) {
  .solidx-wrap {
    --btn-h: 82px;
    --ic-box: 60px;
    --fs: clamp(16px, 4.6vw, 20px);
  }
  .solidx-text {
    white-space: normal;
    overflow: visible;
  }
}

/* ========== 2. بنر تبلیغاتی GIF ========== */
.b303-promo-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 203.75px;
  contain: layout style paint;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .b303-promo-banner {
    min-height: auto;
    padding: 0;
  }
}

.b303-promo-banner__link {
  display: inline-block;
  max-width: min(980px, 100%);
  width: auto;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0,255,136,.22);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.25);
  transform: translateZ(0);
  line-height: 0;
  box-sizing: border-box;
  vertical-align: top;
}

.b303-promo-banner__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: contain;
  contain: layout style paint;
  will-change: auto;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .b303-promo-banner {
    min-height: auto !important;
    padding: 0 !important;
  }
  .b303-promo-banner__link {
    width: 100%;
    max-width: 100%;
  }
  .b303-promo-banner__img {
    width: 100%;
    max-width: 100%;
  }
  .b303-promo-banner__link,
  .b303-promo-banner__img {
    border-radius: 14px;
  }
}

/* ========== 3. دسترسی سریع (BET303QA) ========== */
.bet303qa {
  font-family: var(--b303-font);
  color: var(--bet303-text);
  width: 100%;
  max-width: 980px;
  margin: 0 auto 22px;
  box-sizing: border-box;
  contain: layout style;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  min-height: 60px;
}

.bet303qa, .bet303qa * {
  box-sizing: border-box;
}

.bet303qa a {
  color: inherit;
  text-decoration: none;
}

.bet303qa-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--bet303-radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.4));
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  contain: layout style;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.bet303qa-shell::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(400px 150px at 18% 0%, rgba(0,255,136,.15), transparent 60%),
    radial-gradient(400px 150px at 82% 0%, rgba(0,184,98,.12), transparent 62%);
  pointer-events: none;
  z-index: 0;
}

.bet303qa-shell > * {
  position: relative;
  z-index: 1;
}

.bet303qa-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: right;
  padding: clamp(14px, 4vw, 22px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(10px, 3vw, 14px);
  will-change: transform;
  backface-visibility: hidden;
}

@media (hover:hover) and (pointer:fine) {
  .bet303qa-toggle:hover {
    background: rgba(255,255,255,.02);
  }
  .bet303qa-toggle:hover .bet303qa-chevron {
    border-color: rgba(0,255,136,.35);
    background: rgba(0,255,136,.06);
  }
  .bet303qa-toggle:hover .bet303qa-chevron svg {
    fill: rgba(0,255,136,.90);
  }
}

.bet303qa-toggle:focus {
  outline: none;
}

.bet303qa-toggle:focus-visible {
  border-radius: calc(var(--bet303-radius) - 6px);
  box-shadow: 0 0 0 3px rgba(0,255,136,.18);
}

.bet303qa-toggleLeft {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 2.5vw, 12px);
  flex: 1 1 auto;
}

.bet303qa-badge {
  width: clamp(32px, 9vw, 38px);
  height: clamp(32px, 9vw, 38px);
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--b303-primary), #00cc88);
  border: 1px solid rgba(0, 255, 136, 0.4);
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.4),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: clamp(16px, 4.5vw, 20px);
  position: relative;
  overflow: hidden;
}

.bet303qa-titleBox {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.bet303qa-title {
  font-weight: 900;
  font-size: clamp(15px, 4vw, 22px);
  letter-spacing: -.2px;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.bet303qa-sub {
  margin-top: 4px;
  color: #ffffff;
  font-size: clamp(11px, 3vw, 13.5px);
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.bet303qa-toggleRight {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.bet303qa-pill {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  border-radius: 999px;
  padding: 8px 10px;
  font-weight: 800;
  font-size: 12.5px;
  color: rgba(255,255,255,.92);
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.bet303qa-chevron {
  width: clamp(32px, 9vw, 38px);
  height: clamp(32px, 9vw, 38px);
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  font-size: clamp(14px, 3.5vw, 18px);
}

.bet303qa-chevron svg {
  width: clamp(18px, 5vw, 22px);
  height: clamp(18px, 5vw, 22px);
  fill: rgba(255,255,255,.85);
}

.bet303qa-open .bet303qa-chevron {
  transform: rotate(180deg);
  border-color: rgba(0,255,136,.40);
  box-shadow: 0 0 0 3px rgba(0,255,136,.10);
}

.bet303qa-open .bet303qa-chevron svg {
  fill: rgba(0,255,136,.95);
}

.bet303qa-panel {
  border-top: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  max-height: 0;
}

.bet303qa-inner {
  padding: clamp(14px, 2.6vw, 22px);
  contain: layout style;
}

.bet303qa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.bet303qa-btn {
  appearance: none;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-family: inherit;
  border-radius: 14px;
  padding: clamp(9px, 2.5vw, 12px) clamp(12px, 3vw, 16px);
  font-weight: 900;
  font-size: clamp(12px, 3vw, 13.3px);
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.5vw, 8px);
  white-space: nowrap;
  text-align: center;
  min-width: 140px;
  flex: 0 0 auto;
}

.bet303qa-btn:focus {
  outline: none;
}

.bet303qa-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(0,255,136,.16);
}

@media (hover:hover) and (pointer:fine) {
  .bet303qa-btn:hover {
    background: rgba(0,255,136,.08);
    border-color: rgba(0,255,136,.50);
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
  }
}

.bet303qa-btnPrimary {
  background: linear-gradient(135deg, rgba(0,255,136,.95), rgba(0,184,98,.92));
  border-color: rgba(0,255,136,.55);
  color: #000000;
  font-weight: 900;
}

@media (hover:hover) and (pointer:fine) {
  .bet303qa-btnPrimary:hover {
    background: linear-gradient(135deg, rgba(0,255,200,1), rgba(0,220,120,1)) !important;
    border-color: rgba(0,255,136,.75) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,.35);
  }
}

.bet303qa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
  gap: 12px;
  contain: layout style;
  justify-content: center;
  justify-items: stretch;
  max-width: 100%;
  margin: 0 auto;
}

.bet303qa-tile {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: #ffffff;
  border-radius: clamp(14px, 4vw, 18px);
  padding: clamp(12px, 3.5vw, 16px);
  cursor: pointer;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(70px, 18vw, 90px);
  contain: layout style;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.bet303qa-tile:focus {
  outline: none;
}

.bet303qa-tile:focus-visible {
  box-shadow: 0 0 0 3px rgba(0,255,136,.16);
}

@media (hover:hover) and (pointer:fine) {
  .bet303qa-tile:hover {
    background: linear-gradient(135deg, rgba(0,255,136,.06), rgba(0,184,98,.04));
    border-color: rgba(0,255,136,.45);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
  }
  .bet303qa-tile:hover .bet303qa-dot {
    background: rgba(0,255,200,.98);
    box-shadow: 0 0 15px rgba(0,255,136,.4);
  }
  .bet303qa-tile:hover .bet303qa-tileTitle {
    color: rgba(0,255,136,.95);
  }
}

.bet303qa-tileTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.bet303qa-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,255,136,.95);
  box-shadow: 0 0 12px rgba(0,255,136,.2);
  flex: 0 0 auto;
}

.bet303qa-tileTitle {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 900;
  font-size: clamp(13px, 3.5vw, 14.5px);
  line-height: 1.4;
  color: #ffffff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.bet303qa-emoji {
  font-size: clamp(20px, 5vw, 26px);
  flex: 0 0 auto;
}

.bet303qa-foot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.bet303qa-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  justify-content: center;
  align-items: center;
}

@media (hover:hover) and (pointer:fine) {
  .bet303qa-social .bet303qa-btn:hover {
    background: rgba(0,255,136,.10);
    border-color: rgba(0,255,136,.55);
    color: rgba(0,255,136,.98);
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
  }
}

.bet303qa-note {
  font-size: clamp(10px, 2.6vw, 12px);
  color: rgba(255,255,255,.60);
  text-align: center;
  line-height: 1.6;
}

.bet303qa-btnDanger {
  background: rgba(255,77,77,.10);
  border-color: rgba(255,77,77,.40);
  color: #ff6b6b;
}

@media (hover:hover) and (pointer:fine) {
  .bet303qa-btnDanger:hover {
    background: rgba(255,77,77,.18);
    border-color: rgba(255,77,77,.60);
  }
}

@media (max-width: 600px) {
  .bet303qa-pill {
    display: none;
  }
  .bet303qa-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .bet303qa-tile {
    max-width: 100%;
    width: 100%;
  }
  .bet303qa-btn {
    min-width: auto;
    flex: 1 1 auto;
    max-width: 100%;
  }
}

/* ========== 4. ویدیو یوتیوب ========== */
.b303-video-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
  min-height: 42.25px;
  contain: layout style;
}

.b303-hero-heading {
  text-align: center;
  margin-bottom: 24px;
  contain: layout style;
  min-height: 42px;
  width: 100%;
  box-sizing: border-box;
}

.b303-hero-heading h2 {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  text-shadow: 0 0 15px rgba(0,255,136,.3);
}

.b303-decorative-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  max-width: 400px;
}

.b303-decorative-line span {
  flex: 1;
  height: 2px;
  background: linear-gradient(to left, transparent, rgba(0,255,136,.5), transparent);
}

.b303-decorative-line svg {
  width: 24px;
  height: 24px;
  fill: var(--b303-primary);
  filter: drop-shadow(0 0 8px rgba(0,255,136,.4));
}

.b303-youtube-player {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0,0,0,.2);
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  contain: layout style;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.b303-bonus-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  background: linear-gradient(135deg, rgba(0,255,136,.95), rgba(0,184,98,.9));
  color: #000;
  padding: 8px 16px;
  border-radius: 12px;
  font-weight: 900;
  font-size: clamp(14px, 2vw, 16px);
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
}

.b303-thumb-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}

.b303-youtube-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.b303-play-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  transition: background .3s ease;
}

.b303-thumb-container:hover .b303-play-wrapper {
  background: rgba(0,0,0,.5);
}

.b303-youtube-playbtn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,0,0,.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,.4);
}

.b303-youtube-playbtn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(255,0,0,.5);
}

.b303-youtube-playbtn svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  margin-left: 4px;
}

.b303-youtube-title {
  padding: 16px 20px;
  background: rgba(0,0,0,.3);
  text-align: center;
}

.b303-youtube-title span {
  color: #fff;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  line-height: 1.5;
}

.b303-youtube-player.is-playing .b303-thumb-container {
  background: #000;
}

.b303-youtube-player.is-playing iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .b303-video-wrapper {
    margin: 16px auto;
  }
  .b303-hero-heading h2 {
    font-size: clamp(18px, 4vw, 24px);
  }
  .b303-youtube-playbtn {
    width: 64px;
    height: 64px;
  }
  .b303-youtube-playbtn svg {
    width: 24px;
    height: 24px;
  }
  .b303-bonus-badge {
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: clamp(12px, 2.5vw, 14px);
  }
}

/* ========== 5. مشکل 1009 (BET303ER) ========== */
#bet303er-root {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: var(--b303-font);
}

.bet303er-section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 35px;
  background: var(--b1009-bg);
  border: 1px solid var(--b1009-border);
  border-radius: 30px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  direction: rtl;
  font-family: var(--b303-font);
  position: relative;
  overflow: hidden;
}

.bet303er-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.bet303er-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--b1009-border);
}

.bet303er-title svg {
  color: var(--b1009-warning);
  animation: b1009-pulse 2s infinite;
  filter: drop-shadow(0 0 8px rgba(255, 71, 87, 0.4));
  flex-shrink: 0;
}

@keyframes b1009-pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

.bet303er-note {
  background: var(--b1009-glass);
  border: 1px solid var(--b1009-border);
  border-radius: 18px;
  padding: 20px 25px;
  margin-bottom: 20px;
  color: var(--b1009-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  transition: all 0.3s ease;
}

.bet303er-note:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateX(-5px);
}

.bet303er-note strong {
  color: #fff;
  font-weight: 700;
}

.bet303er-note:nth-last-of-type(2) {
  border-right: 4px solid var(--b1009-primary);
  background: rgba(0, 255, 136, 0.03);
}

.bet303er-grid-label {
  display: block;
  font-weight: 800;
  color: var(--b1009-primary);
  margin: 40px 0 20px;
  font-size: 1.2rem;
  text-shadow: 0 0 10px rgba(0, 255, 136, 0.2);
}

.bet303er-countries {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 15px;
  margin-top: 10px;
}

.bet303er-chip {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--b1009-border);
  border-radius: 15px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.bet303er-chip:hover {
  background: var(--b1009-primary);
  border-color: var(--b1009-primary);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 255, 136, 0.2);
}

.bet303er-chip span {
  font-size: 0.95rem;
  color: var(--b1009-text);
  transition: color 0.3s;
  font-weight: 500;
}

.bet303er-chip:hover span {
  color: #000;
  font-weight: 800;
}

.bet303er-flag-wrapper {
  width: 32px;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  flex-shrink: 0;
}

.bet303er-flag-wrapper svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bet303er-feature-card {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--b1009-border);
  border-radius: 24px;
  padding: 30px;
  position: relative;
  transition: all 0.4s ease;
}

.bet303er-feature-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 255, 136, 0.2);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.bet303er-feature-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--b1009-primary);
  margin-bottom: 25px;
}

.bet303er-feature-header svg {
  color: var(--b1009-primary);
  filter: drop-shadow(0 0 5px rgba(0, 255, 136, 0.5));
  flex-shrink: 0;
}

.bet303er-feature-card .bet303er-note {
  margin-bottom: 25px;
  border-right: 3px solid var(--b1009-primary);
  font-size: 1rem;
}

.bet303er-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

.bet303er-step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: var(--b1009-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  padding: 15px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.bet303er-step:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: scale(1.01);
  color: #fff;
}

.bet303er-step strong {
  color: var(--b1009-primary);
  font-weight: 700;
}

.bet303er-step-num {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--b1009-primary), #00b862);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.3);
}

.bet303er-actions {
  display: flex;
  gap: 15px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.bet303er-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.bet303er-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.bet303er-btn-support {
  background: var(--b1009-primary);
  color: #000;
  flex: 1;
  min-width: 200px;
  justify-content: center;
}

.bet303er-btn-support:hover {
  background: #00cc6a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 255, 136, 0.3);
}

.bet303er-btn-bot {
  background: rgba(255, 255, 255, 0.1);
  color: var(--b1009-text);
  border-color: var(--b1009-border);
  flex: 1;
  min-width: 200px;
  justify-content: center;
}

.bet303er-btn-bot:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--b1009-primary);
  color: var(--b1009-primary);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  #bet303er-root {
    padding: 15px;
  }
  .bet303er-section {
    margin: 20px auto;
    padding: 20px;
    border-radius: 20px;
  }
  .bet303er-title {
    font-size: 1.3rem;
    gap: 12px;
  }
  .bet303er-note {
    padding: 15px;
    font-size: 0.95rem;
  }
  .bet303er-countries {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bet303er-feature-card {
    padding: 20px;
  }
  .bet303er-feature-header {
    font-size: 1.1rem;
  }
  .bet303er-step {
    font-size: 0.95rem;
    padding: 12px;
  }
  .bet303er-actions {
    flex-direction: column;
  }
  .bet303er-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .bet303er-countries {
    grid-template-columns: 1fr;
  }
  .bet303er-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .bet303er-step-num {
    margin-bottom: 5px;
  }
  .bet303er-grid-label {
    font-size: 1rem;
    margin: 30px 0 15px;
  }
}

/* ========== 6. سوالات متداول (FAQ) ========== */
.b303-faq-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  direction: rtl;
  font-family: system-ui, -apple-system, sans-serif;
}

.b303-faq-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.b303-faq-header h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  margin: 0;
  background: linear-gradient(135deg, #fff 0%, var(--b303-faq-primary) 50%, var(--b303-faq-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: b303-glow-text 4s linear infinite;
  letter-spacing: -1px;
}

@keyframes b303-glow-text {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.b303-faq-header::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--b303-faq-primary);
  margin: 15px auto 0;
  border-radius: 10px;
  box-shadow: 0 0 15px var(--b303-faq-primary);
}

.b303-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.b303-accordion-item {
  background: var(--b303-faq-bg);
  border: 1px solid var(--b303-faq-border);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.b303-accordion-item:hover {
  border-color: rgba(0, 255, 136, 0.4);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.b303-accordion-item.active {
  background: rgba(0, 255, 136, 0.03);
  border-color: var(--b303-faq-primary);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.b303-accordion-header {
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.b303-accordion-header h3 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  color: var(--b303-faq-text);
  margin: 0;
  line-height: 1.6;
  transition: color 0.3s;
}

.b303-accordion-item.active .b303-accordion-header h3 {
  color: var(--b303-faq-primary);
}

.b303-icon-wrapper {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.4s;
  flex-shrink: 0;
  margin-right: 15px;
}

.b303-accordion-item.active .b303-icon-wrapper {
  transform: rotate(180deg);
  background: var(--b303-faq-primary);
}

.b303-icon-wrapper svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: fill 0.3s;
}

.b303-accordion-item.active .b303-icon-wrapper svg {
  fill: #000;
}

.b303-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.b303-accordion-item.active .b303-accordion-content {
  max-height: 1000px;
  opacity: 1;
}

.b303-accordion-body {
  padding: 0 28px 25px;
  color: var(--b303-faq-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
}

.b303-accordion-body strong {
  color: #fff;
}

.b303-accordion-body ul {
  margin: 15px 0;
  padding-right: 20px;
  list-style: none;
}

.b303-accordion-body li {
  position: relative;
  margin-bottom: 8px;
}

.b303-accordion-body li::before {
  content: '✦';
  position: absolute;
  right: -20px;
  color: var(--b303-faq-primary);
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .b303-accordion-header {
    padding: 18px 20px;
  }
  .b303-accordion-body {
    padding: 0 20px 20px;
  }
  .b303-faq-section {
    margin: 40px auto;
  }
}

/* ========== 7. مقاله اصلی (B303-GLASS-ROOT) ========== */
#b303-glass-root {
  font-family: var(--b303-font);
  font-display: swap;
  direction: rtl;
  color: var(--b303-text);
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: var(--b303-pad);
  box-sizing: border-box;
  background: var(--b303-bg);
  background-image:
    radial-gradient(600px 300px at 20% 0%, rgba(0,255,136,.04), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,.02) 0%, transparent 100%);
  border: 1px solid var(--b303-border);
  border-top-color: rgba(255,255,255,.18);
  border-radius: var(--b303-radius);
  box-shadow: 0 12px 30px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.04);
  overflow: hidden;
  position: relative;
  contain: layout style;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  #b303-glass-root {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
}

#b303-glass-root,
#b303-glass-root * {
  box-sizing: border-box;
}

#b303-glass-root a {
  color: inherit;
  text-decoration: none;
}

#b303-glass-root p {
  margin: 0 0 16px;
  color: var(--b303-muted);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.95;
  text-align: justify;
  overflow-wrap: anywhere;
}

#b303-glass-root ul,
#b303-glass-root ol {
  margin: 0 0 16px;
  padding-right: 24px;
  color: var(--b303-muted);
  line-height: 1.95;
}

#b303-glass-root li {
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  #b303-glass-root {
    padding: clamp(24px, 2.5vw, 40px);
  }
  #b303-glass-root p {
    font-size: clamp(16px, 1.2vw, 18px);
    margin: 0 0 20px;
  }
}

@media (min-width: 1440px) {
  #b303-glass-root {
    max-width: 1400px;
    padding: 40px;
  }
}

#b303-glass-root .b303-note {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.10);
}

#b303-glass-root .b303-section {
  margin-top: clamp(34px, 5vw, 56px);
  contain: layout style;
  content-visibility: auto;
}

#b303-glass-root .b303-section:first-child {
  margin-top: 0;
}

#b303-glass-root .b303-title {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
  padding: 12px 16px;
  margin: 0 0 18px;
  border-right: 4px solid var(--b303-primary);
  border-radius: 16px;
  background: linear-gradient(to left, rgba(0,255,136,.16), rgba(0,0,0,0));
  font-weight: 900;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  color: #fff;
}

@media (min-width: 1024px) {
  #b303-glass-root .b303-title {
    font-size: clamp(24px, 2vw, 32px);
    padding: 16px 20px;
    margin: 0 0 24px;
  }
}

#b303-glass-root .b303-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(0,255,136,.9), transparent);
  opacity: .9;
}

#b303-glass-root .b303-media {
  margin: 14px auto 18px;
  border-radius: clamp(14px, 2.2vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 42px rgba(0,0,0,.38);
  background: rgba(0,0,0,.18);
  text-align: center;
  display: block;
}

#b303-glass-root .b303-media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#b303-glass-root .b303-video {
  margin: 18px 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 42px rgba(0,0,0,.38);
  aspect-ratio: 16/9;
  background: #000;
  position: relative;
}

#b303-glass-root .b303-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#b303-glass-root .b303-table-wrapper {
  overflow-x: auto;
  margin: 18px 0;
}

#b303-glass-root .b303-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(7,26,16,.92), rgba(10,36,22,.86));
  border: 1px solid rgba(0,230,118,.18);
}

#b303-glass-root .b303-table thead tr {
  background: linear-gradient(180deg, #00ff88, #00c853);
}

#b303-glass-root .b303-table th {
  padding: 14px 16px;
  text-align: right;
  font-weight: 900;
  color: #fff;
  font-size: clamp(14px, 1.15vw, 16px);
}

#b303-glass-root .b303-table th.b303-center {
  text-align: center;
}

#b303-glass-root .b303-table tbody tr {
  border-bottom: 1px solid rgba(0,230,118,.12);
}

#b303-glass-root .b303-table tbody tr:nth-child(odd) {
  background: rgba(255,255,255,.03);
}

#b303-glass-root .b303-table tbody tr:nth-child(even) {
  background: rgba(255,255,255,.02);
}

#b303-glass-root .b303-table tbody tr:last-child {
  border-bottom: none;
}

#b303-glass-root .b303-table td {
  padding: 12px 16px;
  color: #fff;
  font-size: clamp(13px, 1.1vw, 14px);
}

#b303-glass-root .b303-table td.b303-bold {
  font-weight: 800;
  font-size: clamp(14px, 1.15vw, 15px);
}

#b303-glass-root .b303-table td.b303-center {
  text-align: center;
  font-weight: 900;
  font-size: clamp(14px, 1.15vw, 16px);
}

#b303-glass-root .b303-table tfoot tr {
  background: linear-gradient(180deg, rgba(0,255,136,.10), rgba(0,184,98,.08));
  border-top: 2px solid rgba(0,255,136,.30);
}

#b303-glass-root .b303-table tfoot td {
  padding: 12px 14px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: clamp(14px, 1.2vw, 16px);
}

#b303-glass-root .b303-table tfoot strong {
  color: #fff;
}

#b303-glass-root .b303-casino-toggle {
  width: 100%;
  border: 1px solid rgba(0,230,118,.18);
  background: linear-gradient(180deg, rgba(0,255,136,.14), rgba(255,255,255,.04));
  border-radius: 16px;
  padding: 14px 18px;
  text-align: right;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-weight: 800;
  font-size: clamp(15px, 1.2vw, 17px);
  margin: 18px 0 0;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

#b303-glass-root .b303-casino-toggle-icon {
  font-size: 20px;
  transition: transform .3s ease;
  display: inline-block;
}

#b303-glass-root .b303-casino-toggle.b303-casino-open .b303-casino-toggle-icon {
  transform: rotate(180deg);
}

#b303-glass-root .b303-casino-table-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  margin-bottom: 18px;
}
/* ========== ادامه مقاله اصلی - سیستم بونوس ========== */
#b303-glass-root .b303-bonus-header {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #b303-glass-root .b303-bonus-header {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  
  #b303-glass-root .b303-bonus-header h2 {
    font-size: clamp(20px, 5vw, 24px);
    margin: 0 0 8px;
  }
  
  #b303-glass-root .b303-bonus-header p {
    font-size: clamp(13px, 3.5vw, 14px);
  }
}

#b303-glass-root .b303-bonus-header h2 {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 12px;
}

#b303-glass-root .b303-bonus-header p {
  color: rgba(255,255,255,.8);
  font-size: clamp(14px, 1.2vw, 16px);
  margin: 0;
}

#b303-glass-root .b303-bonus-groups {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
  contain: layout style;
}

@media (max-width: 767px) {
  #b303-glass-root .b303-bonus-groups {
    gap: 12px;
    margin-top: 8px;
  }
}

#b303-glass-root .b303-bonus-group {
  contain: layout style;
  content-visibility: auto;
}

#b303-glass-root .b303-group-title {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-size: clamp(17px, 1.8vw, 20px);
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
}

@media (max-width: 767px) {
  #b303-glass-root .b303-group-title {
    padding: 12px 14px;
    font-size: clamp(15px, 4vw, 17px);
    border-radius: 12px;
    gap: 8px;
  }
  
  #b303-glass-root .b303-group-title span {
    font-size: clamp(14px, 3.8vw, 16px);
    gap: 6px;
  }
  
  #b303-glass-root .b303-group-title > div {
    gap: 6px;
  }
}

#b303-glass-root .b303-group-title.b303-sports {
  background: linear-gradient(135deg, #00ff88 0%, #00c853 50%, #00b862 100%);
}

#b303-glass-root .b303-group-title.b303-casino {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
}

#b303-glass-root .b303-group-title.b303-general {
  background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 50%, #2E86AB 100%);
}

#b303-glass-root .b303-toggle-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media (max-width: 767px) {
  #b303-glass-root .b303-toggle-icon {
    width: 18px;
    height: 18px;
  }
  
  #b303-glass-root .b303-toggle-icon svg {
    width: 18px;
    height: 18px;
  }
}

#b303-glass-root .b303-bonus-expanded .b303-toggle-icon {
  transform: rotate(180deg);
}

#b303-glass-root .b303-bonus-grid {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  background:
    radial-gradient(500px 250px at 30% 0%, rgba(0,255,136,.06), transparent 50%),
    linear-gradient(180deg, rgba(7,26,16,.92), rgba(10,36,22,.86));
}

@media (max-width: 767px) {
  #b303-glass-root .b303-bonus-grid {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 10px;
  }
}

#b303-glass-root .b303-bonus-card {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,230,118,.18);
  background:
    radial-gradient(300px 100px at 20% 0%, rgba(0,255,136,.08), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  min-height: 60px;
  height: auto;
  flex-wrap: nowrap;
  contain: layout style;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

@media (max-width: 767px) {
  #b303-glass-root .b303-bonus-card {
    padding: 10px;
    gap: 8px;
    border-radius: 12px;
    min-height: auto;
  }
}

#b303-glass-root .b303-bonus-card.b303-bonus-card-gold {
  border: 2px solid rgba(255,215,0,.4);
  background: linear-gradient(135deg, rgba(255,215,0,.15), rgba(255,165,0,.10));
}

#b303-glass-root .b303-bonus-card.b303-bonus-card-gold-highlight {
  border: 2px solid rgba(255,215,0,.5);
  background: linear-gradient(135deg, rgba(255,215,0,.18), rgba(255,165,0,.12));
}

#b303-glass-root .b303-bonus-card.b303-bonus-card-blue {
  border: 2px solid rgba(0,200,255,.4);
  background: linear-gradient(135deg, rgba(0,200,255,.08), rgba(58,123,213,.05));
}

#b303-glass-root .b303-bonus-card.b303-bonus-card-blue-highlight {
  border: 3px solid rgba(0,200,255,.6);
  background: linear-gradient(135deg, rgba(0,200,255,.2), rgba(58,123,213,.15));
  box-shadow: 0 0 20px rgba(0,200,255,.3), inset 0 0 20px rgba(0,200,255,.1);
}

#b303-glass-root .b303-bonus-group.b303-bonus-group-gold {
  border: 2px solid rgba(255,215,0,.4);
  background: linear-gradient(135deg, rgba(255,215,0,.08), rgba(255,165,0,.05));
}

#b303-glass-root .b303-bonus-group.b303-bonus-group-blue {
  border: 2px solid rgba(0,200,255,.4);
  background: linear-gradient(135deg, rgba(0,200,255,.08), rgba(58,123,213,.05));
}

#b303-glass-root .b303-bonus-hidden {
  max-height: 0;
  opacity: 0;
  padding: 0;
  display: none;
  visibility: hidden;
  overflow: hidden;
}

#b303-glass-root .b303-emoji {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(0,255,136,.20), rgba(0,184,98,.10));
  box-shadow: inset 0 0 0 1px rgba(0,255,136,.20);
  font-size: 18px;
  flex-shrink: 0;
  margin-left: 10px;
  align-self: flex-start;
  margin-top: 2px;
}

@media (max-width: 767px) {
  #b303-glass-root .b303-emoji {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    font-size: 16px;
    margin-left: 6px;
    border-radius: 10px;
  }
}

#b303-glass-root .b303-emoji.b303-emoji-gold {
  filter: drop-shadow(0 0 8px rgba(255,215,0,.6));
}

#b303-glass-root .b303-emoji.b303-emoji-blue {
  filter: drop-shadow(0 0 8px rgba(0,200,255,.5));
}

#b303-glass-root .b303-emoji.b303-emoji-blue-strong {
  filter: drop-shadow(0 0 12px rgba(0,200,255,.7));
}

#b303-glass-root .b303-txt {
  font-weight: 800;
  font-size: clamp(14px, 1.15vw, 15px);
  line-height: 1.75;
  color: rgba(255,255,255,.93);
  min-width: 0;
  flex: 1;
  white-space: normal;
  overflow: visible;
  word-wrap: break-word;
  word-break: break-word;
}

@media (max-width: 767px) {
  #b303-glass-root .b303-txt {
    font-size: clamp(13px, 3.5vw, 14px);
    line-height: 1.6;
  }
}

#b303-glass-root .b303-txt strong {
  color: #fff;
  text-shadow: 0 0 10px rgba(0,255,136,.4);
}

#b303-glass-root .b303-txt strong.b303-gold {
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255,215,0,.5);
}

#b303-glass-root .b303-txt strong.b303-blue {
  color: #00d2ff;
  text-shadow: 0 0 10px rgba(0,200,255,.4);
}

#b303-glass-root .b303-txt strong.b303-blue-strong {
  color: #00d2ff;
  text-shadow: 0 0 15px rgba(0,200,255,.6), 0 0 25px rgba(0,200,255,.4);
}

#b303-glass-root .b303-txt.b303-txt-ellipsis {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  #b303-glass-root .b303-txt.b303-txt-ellipsis {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-wrap: break-word;
    word-break: break-word;
  }
}

#b303-glass-root .b303-group-title span {
  display: flex;
  align-items: center;
  gap: 10px;
  text-shadow: 0 0 10px rgba(6,33,18,.3);
}

#b303-glass-root .b303-group-title.b303-casino span {
  text-shadow: 0 0 10px rgba(139,69,19,.3);
}

#b303-glass-root .b303-group-title.b303-general span {
  text-shadow: 0 0 10px rgba(0,31,63,.3);
}

#b303-glass-root .b303-group-title > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

#b303-glass-root .b303-tag {
  font-size: 12.5px;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 999px;
  color: #062112;
  background: rgba(255,255,255,.26);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}

#b303-glass-root .b303-tag.b303-tag-casino {
  color: #8B4513;
}

#b303-glass-root .b303-tag.b303-tag-general {
  color: #001f3f;
}

#b303-glass-root .b303-note-box {
  background: linear-gradient(135deg, rgba(0,255,136,.08), rgba(0,184,98,.05));
  border-right: 4px solid var(--b303-primary);
  border-radius: 16px;
  padding: 18px 20px;
  margin-top: 28px;
  box-shadow: 0 10px 30px rgba(0,255,136,.08);
}

#b303-glass-root .b303-note-box p {
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 600;
  line-height: 1.8;
}

#b303-glass-root .b303-note-box strong {
  color: #fff;
}

/* ========== بازی‌های انفجار ========== */
#b303-glass-root .b303-explosion-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}

#b303-glass-root .b303-explosion-item {
  border-radius: 20px;
  overflow: hidden;
  cursor: default;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  pointer-events: auto;
  contain: layout style;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  content-visibility: auto;
}

#b303-glass-root .b303-explosion-item.b303-explosion-open {
  box-shadow: 0 12px 40px rgba(0,0,0,.3);
}

#b303-glass-root .b303-explosion-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 10;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

#b303-glass-root .b303-explosion-header.b303-header-green {
  background: rgba(0,255,127,.12);
  border-bottom: 1px solid rgba(0,255,127,.3);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#b303-glass-root .b303-explosion-header.b303-header-blue {
  background: rgba(0,191,255,.12);
  border-bottom: 1px solid rgba(0,191,255,.3);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#b303-glass-root .b303-explosion-header.b303-header-purple {
  background: rgba(218,112,214,.12);
  border-bottom: 1px solid rgba(218,112,214,.3);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#b303-glass-root .b303-explosion-header.b303-header-yellow {
  background: rgba(255,235,59,.12);
  border-bottom: 1px solid rgba(255,235,59,.3);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#b303-glass-root .b303-explosion-logo {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.1);
}

#b303-glass-root .b303-explosion-logo.b303-logo-green {
  background: rgba(0,255,127,.25);
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  border: 2px solid rgba(0,255,127,.5);
}

#b303-glass-root .b303-explosion-logo.b303-logo-blue {
  background: rgba(0,191,255,.25);
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  border: 2px solid rgba(0,191,255,.5);
}

#b303-glass-root .b303-explosion-logo.b303-logo-purple {
  background: rgba(218,112,214,.25);
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  border: 2px solid rgba(218,112,214,.6);
}

#b303-glass-root .b303-explosion-logo.b303-logo-yellow {
  background: rgba(255,235,59,.25);
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  border: 2px solid rgba(255,235,59,.5);
}

#b303-glass-root .b303-explosion-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#b303-glass-root .b303-explosion-logo svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

#b303-glass-root .b303-explosion-title-wrap {
  flex: 1;
  min-width: 0;
}

#b303-glass-root .b303-explosion-title {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 900;
  color: var(--b303-primary);
  text-align: center;
}

#b303-glass-root .b303-explosion-title.b303-title-green,
#b303-glass-root .b303-explosion-title.b303-title-blue,
#b303-glass-root .b303-explosion-title.b303-title-purple,
#b303-glass-root .b303-explosion-title.b303-title-yellow {
  color: #fff;
  text-shadow: none;
  font-weight: 900;
  letter-spacing: 0.5px;
}

#b303-glass-root .b303-explosion-desc {
  margin: 0;
  font-size: clamp(13px, 1.2vw, 15px);
  color: rgba(255,255,255,.85);
  line-height: 1.6;
  text-align: center;
}

#b303-glass-root .b303-explosion-toggle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  transition: transform .3s ease;
  flex-shrink: 0;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 11;
}

#b303-glass-root .b303-explosion-toggle.b303-toggle-green {
  background: rgba(0,255,127,.25);
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  border: 1px solid rgba(0,255,127,.5);
}

#b303-glass-root .b303-explosion-toggle.b303-toggle-blue {
  background: rgba(0,191,255,.25);
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  border: 1px solid rgba(0,191,255,.5);
}

#b303-glass-root .b303-explosion-toggle.b303-toggle-purple {
  background: rgba(218,112,214,.3);
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  border: 1px solid rgba(218,112,214,.6);
}

#b303-glass-root .b303-explosion-toggle.b303-toggle-yellow {
  background: rgba(255,235,59,.25);
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  border: 1px solid rgba(255,235,59,.5);
}

#b303-glass-root .b303-explosion-item.b303-explosion-open .b303-explosion-toggle {
  transform: rotate(180deg);
}

#b303-glass-root .b303-explosion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  display: block;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}

#b303-glass-root .b303-explosion-inner {
  padding: 0 0 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 16px;
  padding-top: 20px;
  text-align: center;
}

#b303-glass-root .b303-explosion-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin: 20px 0 0;
}

#b303-glass-root .b303-explosion-widget {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
  overflow: hidden;
}

#b303-glass-root .b303-explosion-widget.b303-widget-blue {
  background: rgba(0,191,255,.15);
  border: 2px solid rgba(0,191,255,.4);
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

#b303-glass-root .b303-explosion-widget.b303-widget-purple {
  background: rgba(218,112,214,.18);
  border: 2px solid rgba(218,112,214,.5);
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

#b303-glass-root .b303-explosion-widget.b303-widget-yellow {
  background: rgba(255,235,59,.15);
  border: 2px solid rgba(255,235,59,.4);
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

#b303-glass-root .b303-explosion-widget-icon {
  font-size: 28px;
  margin-bottom: 6px;
  display: block;
  line-height: 1;
}

#b303-glass-root .b303-explosion-widget-icon.b303-icon-blue,
#b303-glass-root .b303-explosion-widget-icon.b303-icon-purple,
#b303-glass-root .b303-explosion-widget-icon.b303-icon-yellow {
  filter: none;
}

#b303-glass-root .b303-explosion-widget-title {
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 700;
  color: var(--b303-primary);
  margin: 0 0 4px;
  text-align: center;
}

#b303-glass-root .b303-explosion-widget-title.b303-title-blue,
#b303-glass-root .b303-explosion-widget-title.b303-title-purple,
#b303-glass-root .b303-explosion-widget-title.b303-title-yellow {
  color: #fff;
  text-shadow: none;
}

#b303-glass-root .b303-explosion-widget-value {
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 900;
  color: #fff;
  margin: 0;
  text-shadow: none;
  text-align: center;
}

#b303-glass-root .b303-explosion-widget-value.b303-value-blue,
#b303-glass-root .b303-explosion-widget-value.b303-value-purple,
#b303-glass-root .b303-explosion-widget-value.b303-value-yellow {
  text-shadow: none;
}

#b303-glass-root .b303-explosion-widget-value.b303-value-strong {
  text-shadow: none;
  font-weight: 900;
}

#b303-glass-root .b303-explosion-widget-desc {
  font-size: clamp(10px, 0.9vw, 12px);
  color: rgba(255,255,255,.7);
  margin: 4px 0 0;
  line-height: 1.4;
  text-align: center;
}

#b303-glass-root .b303-explosion-section {
  background: linear-gradient(135deg, rgba(0,255,136,.1), rgba(0,184,98,.06));
  border: 2px solid rgba(0,255,136,.25);
  border-radius: 18px;
  padding: 26px;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}

#b303-glass-root .b303-explosion-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0,255,136,.1) 0%, transparent 70%);
  pointer-events: none;
}

#b303-glass-root .b303-explosion-section > div {
  position: relative;
  z-index: 1;
}

#b303-glass-root .b303-explosion-section h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 12px;
  text-shadow: 0 0 15px rgba(0,255,136,.3);
}

#b303-glass-root .b303-explosion-section h3 span {
  font-size: 28px;
}

#b303-glass-root .b303-explosion-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

#b303-glass-root .b303-explosion-step {
  display: flex;
  align-items: start;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
  position: relative;
  direction: rtl;
  text-align: right;
  flex-wrap: wrap;
}

#b303-glass-root .b303-explosion-step.b303-step-1 {
  background: rgba(0,240,150,.18);
  border-right: 3px solid rgba(0,240,150,.9);
}

#b303-glass-root .b303-explosion-step.b303-step-2 {
  background: rgba(0,255,136,.18);
  border-right: 3px solid rgba(0,255,136,.9);
}

#b303-glass-root .b303-explosion-step.b303-step-3 {
  background: rgba(0,230,130,.18);
  border-right: 3px solid rgba(0,230,130,.9);
}

#b303-glass-root .b303-explosion-step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

#b303-glass-root .b303-explosion-step-number.b303-number-1 {
  background: linear-gradient(135deg, rgba(0,240,150,1), rgba(0,200,120,.9));
  box-shadow: 0 4px 12px rgba(0,240,150,.4);
}

#b303-glass-root .b303-explosion-step-number.b303-number-2 {
  background: linear-gradient(135deg, rgba(0,255,136,1), rgba(0,184,98,.9));
  box-shadow: 0 4px 12px rgba(0,255,136,.4);
}

#b303-glass-root .b303-explosion-step-number.b303-number-3 {
  background: linear-gradient(135deg, rgba(0,230,130,1), rgba(0,190,110,.9));
  box-shadow: 0 4px 12px rgba(0,230,130,.4);
}

#b303-glass-root .b303-explosion-step-content {
  text-align: right;
  flex: 1;
  min-width: 0;
}

#b303-glass-root .b303-explosion-step-content h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 900;
  text-align: right;
}

#b303-glass-root .b303-explosion-step-content p {
  margin: 0;
  color: #fff;
  line-height: 1.7;
  font-size: clamp(14px, 1.1vw, 15px);
  text-align: right;
}

#b303-glass-root .b303-explosion-info-box {
  margin-top: 20px;
  padding: 16px;
  background: rgba(50,205,50,.12);
  border: 1px solid rgba(50,205,50,.3);
  border-radius: 12px;
  font-size: clamp(13px, 1.1vw, 14px);
  line-height: 1.7;
  text-align: center;
}

#b303-glass-root .b303-explosion-info-box.b303-info-box-warning {
  margin-top: 12px;
  padding: 12px;
  background: rgba(144,238,144,.1);
  border: 1px solid rgba(144,238,144,.25);
  border-radius: 10px;
  font-size: clamp(12px, 1vw, 13px);
  line-height: 1.6;
  text-align: center;
}

/* ========== کارت‌های اطلاعاتی ========== */
#b303-glass-root .b303-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin: 28px 0;
  align-items: stretch;
}

#b303-glass-root .b303-info-card {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#b303-glass-root .b303-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0,0,0,.45), inset 0 0 0 1px rgba(96,165,250,.18);
  border-color: rgba(255,255,255,.24);
}

#b303-glass-root .b303-info-card.b303-info-blue {
  --acc: 96,165,250;
  --acc2: 59,130,246;
  background: radial-gradient(circle at 92% 0%, rgba(96,165,250,.24) 0%, transparent 60%), linear-gradient(135deg, rgba(96,165,250,.12), rgba(59,130,246,.06), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.16);
  border-right: 4px solid rgba(96,165,250,.85);
  border-radius: 18px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  direction: rtl;
  text-align: right;
  box-shadow: 0 12px 32px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08), 0 0 24px rgba(96,165,250,.12);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#b303-glass-root .b303-info-card.b303-info-green {
  --acc: 74,222,128;
  --acc2: 34,197,94;
  background: radial-gradient(circle at 92% 0%, rgba(74,222,128,.24) 0%, transparent 60%), linear-gradient(135deg, rgba(74,222,128,.12), rgba(34,197,94,.06), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.16);
  border-right: 4px solid rgba(74,222,128,.85);
  border-radius: 18px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  direction: rtl;
  text-align: right;
  box-shadow: 0 12px 32px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08), 0 0 24px rgba(74,222,128,.12);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#b303-glass-root .b303-info-card.b303-info-gold {
  --acc: 255,215,0;
  --acc2: 255,193,7;
  background: radial-gradient(circle at 92% 0%, rgba(255,215,0,.24) 0%, transparent 60%), linear-gradient(135deg, rgba(255,215,0,.12), rgba(255,193,7,.06), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.16);
  border-right: 4px solid rgba(255,215,0,.85);
  border-radius: 18px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  direction: rtl;
  text-align: right;
  box-shadow: 0 12px 32px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08), 0 0 24px rgba(255,215,0,.12);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#b303-glass-root .b303-info-card.b303-info-pink {
  --acc: 236,72,153;
  --acc2: 219,39,119;
  background: radial-gradient(circle at 92% 0%, rgba(236,72,153,.24) 0%, transparent 60%), linear-gradient(135deg, rgba(236,72,153,.12), rgba(219,39,119,.06), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.16);
  border-right: 4px solid rgba(236,72,153,.85);
  border-radius: 18px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  direction: rtl;
  text-align: right;
  box-shadow: 0 12px 32px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08), 0 0 24px rgba(236,72,153,.12);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#b303-glass-root .b303-info-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(var(--acc),.1), transparent);
  opacity: .9;
  pointer-events: none;
}

#b303-glass-root .b303-info-card > div {
  position: relative;
  z-index: 1;
}

#b303-glass-root .b303-info-card h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 20px);
  font-weight: 900;
  text-shadow: 0 0 16px rgba(var(--acc),.4);
  display: flex;
  align-items: center;
  gap: 12px;
  direction: rtl;
  text-align: right;
}

#b303-glass-root .b303-info-card-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(var(--acc),.32), rgba(var(--acc2),.22));
  border: 1px solid rgba(var(--acc),.26);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,.3), 0 0 0 1px rgba(var(--acc),.14) inset, 0 0 16px rgba(var(--acc),.2);
}

#b303-glass-root .b303-info-card p {
  margin: 0 0 18px;
  color: #fff;
  line-height: 1.85;
  font-size: clamp(14px, 1.2vw, 16px);
  text-align: right;
}

#b303-glass-root .b303-info-card .b303-link {
  color: rgb(var(--acc));
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid rgba(var(--acc),.5);
  transition: transform 0.2s, opacity 0.2s;
}

#b303-glass-root .b303-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  background: linear-gradient(135deg, rgba(var(--acc),.95), rgba(var(--acc2),.9));
  color: #000000;
  font-weight: 950;
  font-size: clamp(15px, 1.3vw, 17px);
  text-decoration: none;
  border-radius: 12px;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,.35), 0 0 0 1px rgba(var(--acc),.18) inset;
  width: 100%;
  text-align: center;
}

#b303-glass-root .b303-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.45), 0 0 0 1px rgba(var(--acc),.28) inset;
}

#b303-glass-root .b303-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}

#b303-glass-root .b303-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,.38), 0 0 0 1px rgba(var(--brand),.18) inset;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#b303-glass-root .b303-social-link:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 14px 34px rgba(0,0,0,.5), 0 0 0 1px rgba(var(--brand),.30) inset;
}

/* ========== لینک‌های مفید ========== */
#b303-glass-root .b303-useful-links-intro {
  text-align: center;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}

#b303-glass-root .b303-useful-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  #b303-glass-root .b303-useful-links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

#b303-glass-root .b303-link-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

#b303-glass-root .b303-link-card-icon {
  font-size: 32px;
}

#b303-glass-root .b303-link-card-title {
  display: block;
  margin-bottom: 5px;
}

#b303-glass-root .b303-link-card-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

#b303-glass-root .b303-link-card-green {
  background: rgba(0, 255, 136, 0.1);
  border: 2px solid rgba(0, 255, 136, 0.3);
}

#b303-glass-root .b303-link-card-green .b303-link-card-title {
  color: #00ff88;
}

#b303-glass-root .b303-link-card-gold {
  background: rgba(255, 215, 0, 0.1);
  border: 2px solid rgba(255, 215, 0, 0.3);
}

#b303-glass-root .b303-link-card-gold .b303-link-card-title {
  color: #ffd700;
}

#b303-glass-root .b303-link-card-blue {
  background: rgba(59, 130, 246, 0.1);
  border: 2px solid rgba(59, 130, 246, 0.3);
}

#b303-glass-root .b303-link-card-blue .b303-link-card-title {
  color: #3b82f6;
}

#b303-glass-root .b303-link-card-purple {
  background: rgba(147, 51, 234, 0.1);
  border: 2px solid rgba(147, 51, 234, 0.3);
}

#b303-glass-root .b303-link-card-purple .b303-link-card-title {
  color: #9333ea;
}

#b303-glass-root .b303-link-card-pink {
  background: rgba(236, 72, 153, 0.1);
  border: 2px solid rgba(236, 72, 153, 0.3);
}

#b303-glass-root .b303-link-card-pink .b303-link-card-title {
  color: #ec4899;
}

#b303-glass-root .b303-link-card-emerald {
  background: rgba(34, 197, 94, 0.1);
  border: 2px solid rgba(34, 197, 94, 0.3);
}

#b303-glass-root .b303-link-card-emerald .b303-link-card-title {
  color: #22c55e;
}

#b303-glass-root .b303-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ========== گردونه چرخش ========== */
#b303-glass-root .b303-wheel-container {
  position: relative;
  min-height: 300px;
  margin: 30px 0 20px 0;
}

#b303-glass-root .b303-wheel-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}

#b303-glass-root .b303-wheel-card.b303-wheel-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

#b303-glass-root .b303-wheel-toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(0, 255, 136, 0.2);
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
  margin: 30px auto;
  position: relative;
  width: fit-content;
  max-width: 100%;
}

#b303-glass-root .b303-wheel-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  position: relative;
  z-index: 1;
  min-width: 160px;
}

#b303-glass-root .b303-wheel-toggle-btn:hover {
  color: rgba(255, 255, 255, 0.9);
}

#b303-glass-root .b303-wheel-toggle-btn.b303-toggle-royal:hover {
  color: rgba(255, 215, 0, 0.8);
}

#b303-glass-root .b303-wheel-toggle-btn.b303-toggle-active {
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.2), rgba(0, 184, 98, 0.15));
  color: #00ff88;
  box-shadow: 0 2px 8px rgba(0, 255, 136, 0.3);
}

#b303-glass-root .b303-wheel-toggle-btn.b303-toggle-royal.b303-toggle-active {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 193, 7, 0.15));
  color: #FFD700;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

#b303-glass-root .b303-toggle-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

#b303-glass-root .b303-wheel-toggle-btn.b303-toggle-active .b303-toggle-icon {
  transform: scale(1.1);
}

#b303-glass-root .b303-toggle-text {
  user-select: none;
  white-space: nowrap;
}

@media (max-width: 767px) {
  #b303-glass-root .b303-wheel-toggle-container {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
  }
  #b303-glass-root .b303-wheel-toggle-btn {
    width: 100%;
    min-width: auto;
  }
}

/* ========== کارت‌های ویژگی ========== */
#b303-glass-root .b303-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

#b303-glass-root .b303-feature-card {
  border-radius: 20px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.15);
}

#b303-glass-root .b303-feature-card > div {
  position: relative;
  z-index: 1;
}

#b303-glass-root .b303-feature-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

#b303-glass-root .b303-feature-card-icon {
  font-size: 40px;
}

#b303-glass-root .b303-feature-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 2.1vw, 22px);
  font-weight: 900;
}

#b303-glass-root .b303-feature-card p {
  margin: 0;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(14px, 1.15vw, 16px);
}

#b303-glass-root .b303-feature-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

#b303-glass-root .b303-feature-card-tag {
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

#b303-glass-root .b303-feature-card.b303-feature-green {
  background: linear-gradient(135deg, rgba(0,255,136,.12), rgba(0,184,98,.08));
  border: 2px solid rgba(0,255,136,.3);
}

#b303-glass-root .b303-feature-card.b303-feature-green .b303-feature-card-icon {
  filter: drop-shadow(0 0 10px rgba(0,255,136,.6));
}

#b303-glass-root .b303-feature-card.b303-feature-green h3 {
  text-shadow: 0 0 12px rgba(0,255,136,.4);
}

#b303-glass-root .b303-feature-card.b303-feature-green .b303-feature-card-tag {
  background: rgba(0,255,136,.2);
  border: 1px solid rgba(0,255,136,.4);
  color: #fff;
}

#b303-glass-root .b303-feature-card.b303-feature-blue {
  background: linear-gradient(135deg, rgba(0,191,255,.12), rgba(135,206,250,.08));
  border: 2px solid rgba(0,191,255,.3);
}

#b303-glass-root .b303-feature-card.b303-feature-blue .b303-feature-card-icon {
  filter: drop-shadow(0 0 10px rgba(0,191,255,.6));
}

#b303-glass-root .b303-feature-card.b303-feature-blue h3 {
  text-shadow: 0 0 12px rgba(0,191,255,.4);
}

#b303-glass-root .b303-feature-card.b303-feature-blue .b303-feature-card-tag {
  background: rgba(0,191,255,.2);
  border: 1px solid rgba(0,191,255,.4);
  color: #00BFFF;
}

#b303-glass-root .b303-feature-card.b303-feature-gold {
  background: linear-gradient(135deg, rgba(255,215,0,.12), rgba(255,165,0,.08));
  border: 2px solid rgba(255,215,0,.3);
}

#b303-glass-root .b303-feature-card.b303-feature-gold .b303-feature-card-icon {
  filter: drop-shadow(0 0 10px rgba(255,215,0,.6));
}

#b303-glass-root .b303-feature-card.b303-feature-gold h3 {
  text-shadow: 0 0 12px rgba(255,215,0,.4);
}

#b303-glass-root .b303-feature-card.b303-feature-gold .b303-feature-card-tag {
  background: rgba(255,215,0,.2);
  border: 1px solid rgba(255,215,0,.4);
  color: #FFD700;
}

/* ========== کارت‌های مزایا ========== */
#b303-glass-root .b303-benefits-section {
  margin-top: 40px;
}

#b303-glass-root .b303-benefits-section > div {
  position: relative;
}

#b303-glass-root .b303-benefits-section h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 12px;
  text-shadow: 0 0 15px rgba(0,255,136,.3);
}

#b303-glass-root .b303-benefits-section h3 span {
  font-size: 32px;
}

#b303-glass-root .b303-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

#b303-glass-root .b303-benefit-card {
  border-radius: 18px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

#b303-glass-root .b303-benefit-card > div {
  position: relative;
  z-index: 1;
}

#b303-glass-root .b303-benefit-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

#b303-glass-root .b303-benefit-card-icon {
  font-size: 36px;
}

#b303-glass-root .b303-benefit-card h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 20px);
  font-weight: 900;
}

#b303-glass-root .b303-benefit-card p {
  margin: 0;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(14px, 1.15vw, 16px);
}

#b303-glass-root .b303-benefit-card.b303-benefit-green {
  background: linear-gradient(135deg, rgba(0,255,136,.1), rgba(0,184,98,.06));
  border: 2px solid rgba(0,255,136,.25);
}

#b303-glass-root .b303-benefit-card.b303-benefit-gold {
  background: linear-gradient(135deg, rgba(255,215,0,.1), rgba(255,165,0,.06));
  border: 2px solid rgba(255,215,0,.25);
}

#b303-glass-root .b303-benefit-card.b303-benefit-blue {
  background: linear-gradient(135deg, rgba(0,191,255,.1), rgba(135,206,250,.06));
  border: 2px solid rgba(0,191,255,.25);
}

/* ========== کارت‌های پرداخت ========== */
#b303-glass-root .b303-payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

#b303-glass-root .b303-payment-card {
  border-radius: 20px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

#b303-glass-root .b303-payment-card > div {
  position: relative;
  z-index: 1;
}

#b303-glass-root .b303-payment-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

#b303-glass-root .b303-payment-card-icon {
  font-size: 40px;
}

#b303-glass-root .b303-payment-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 2.1vw, 22px);
  font-weight: 900;
}

#b303-glass-root .b303-payment-card p {
  margin: 0 0 18px;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(14px, 1.15vw, 16px);
}

#b303-glass-root .b303-payment-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

#b303-glass-root .b303-payment-card-tag {
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
}

#b303-glass-root .b303-payment-card.b303-payment-green {
  background: linear-gradient(135deg, rgba(0,255,136,.12), rgba(0,184,98,.08));
  border: 2px solid rgba(0,255,136,.3);
}

#b303-glass-root .b303-payment-card.b303-payment-orange {
  background: linear-gradient(135deg, rgba(255,165,0,.12), rgba(255,140,0,.08));
  border: 2px solid rgba(255,165,0,.3);
}

#b303-glass-root .b303-payment-card.b303-payment-purple {
  background: linear-gradient(135deg, rgba(147,51,234,.12), rgba(124,58,237,.08));
  border: 2px solid rgba(147,51,234,.3);
}

/* ========== جعبه خلاصه ========== */
#b303-glass-root .b303-summary-box {
  margin-top: 32px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(0,255,136,.08), rgba(0,184,98,.05));
  border: 2px solid rgba(0,255,136,.25);
  border-radius: 18px;
}

#b303-glass-root .b303-summary-box h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 12px;
  text-shadow: 0 0 15px rgba(0,255,136,.3);
}

#b303-glass-root .b303-summary-box h3 span {
  font-size: 28px;
}

#b303-glass-root .b303-summary-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#b303-glass-root .b303-summary-box li {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(14px, 1.15vw, 16px);
}

#b303-glass-root .b303-summary-box li span {
  color: var(--b303-primary);
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

#b303-glass-root .b303-summary-box li p {
  margin: 0;
  flex: 1;
}

#b303-glass-root .b303-summary-box li strong {
  color: #fff;
  font-weight: 800;
}

#b303-glass-root .b303-final-note {
  margin-top: 28px;
  padding: 20px;
  background: rgba(0,255,136,.05);
  border-right: 4px solid var(--b303-primary);
  border-radius: 14px;
  color: #fff;
  line-height: 1.9;
  font-size: clamp(15px, 1.2vw, 17px);
  text-align: justify;
}

/* ========== استایل‌های متنی ========== */
#b303-glass-root .b303-text-white {
  color: #fff;
}

#b303-glass-root .b303-text-shadow {
  text-shadow: none;
}

#b303-glass-root strong.b303-text-white {
  color: #fff;
}

#b303-glass-root .b303-link-white {
  color: #fff;
}

#b303-glass-root .b303-link {
  transition: border-bottom-color 0.2s ease;
}

#b303-glass-root .b303-link:hover {
  border-bottom-color: rgba(96,165,250,.9);
}

#b303-glass-root .b303-section-heading {
  margin: 32px 0 24px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 900;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 12px;
  text-shadow: 0 0 15px rgba(0,255,136,.3);
}

@media (min-width: 1024px) {
  #b303-glass-root .b303-section-heading {
    margin-top: 16px;
  }
}

#b303-glass-root .b303-section-heading svg {
  filter: drop-shadow(0 0 8px rgba(0,255,136,.4));
}

#b303-glass-root .b303-heading-center {
  font-size: clamp(16px, 1.5vw, 18px);
  margin: 0 0 16px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}

#b303-glass-root .b303-heading-center.b303-heading-sub {
  margin: 20px 0 12px;
  text-shadow: none;
}

#b303-glass-root .b303-info-box {
  margin-top: 28px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(0,255,136,.08), rgba(0,184,98,.05));
  border-right: 4px solid var(--b303-primary);
  border-radius: 14px;
  color: #fff;
  line-height: 1.9;
  font-size: clamp(15px, 1.2vw, 17px);
  text-align: justify;
  box-shadow: 0 4px 15px rgba(0,255,136,.1);
}

#b303-glass-root .b303-info-box strong {
  color: #fff;
  font-size: 1.1em;
}

#b303-glass-root ol.b303-list,
#b303-glass-root ul.b303-list {
  margin: 12px 0;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  list-style-position: inside;
}

#b303-glass-root ol.b303-list li,
#b303-glass-root ul.b303-list li {
  margin-bottom: 12px;
}

#b303-glass-root ul.b303-list li {
  margin-bottom: 8px;
}

#b303-glass-root .b303-section.b303-section-visible {
  position: relative;
  overflow: visible;
}

/* ========== آیکون‌های بخش‌ها ========== */
#b303-glass-root [data-icon="sports"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M2 12h20'/><path d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/></svg>"); }
#b303-glass-root [data-icon="casino"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='3' width='20' height='14' rx='2'/><line x1='8' y1='21' x2='16' y2='21'/><line x1='12' y1='17' x2='12' y2='21'/></svg>"); }
#b303-glass-root [data-icon="tournament"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9H4.5a2.5 2.5 0 0 1 0-5H6'/><path d='M18 9h1.5a2.5 2.5 0 0 0 0-5H18'/><path d='M4 22h16'/><path d='M18 2H6v7a6 6 0 0 0 12 0V2Z'/></svg>"); }
#b303-glass-root [data-icon="trust"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/></svg>"); }
#b303-glass-root [data-icon="bonus"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 12 20 22 4 22 4 12'/><rect x='2' y='7' width='20' height='5'/><line x1='12' y1='22' x2='12' y2='7'/><path d='M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z'/><path d='M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z'/></svg>"); }
#b303-glass-root [data-icon="app"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='6' y='2' width='12' height='20' rx='2'/><path d='M12 18h.01'/></svg>"); }
#b303-glass-root [data-icon="link"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M10 13a5 5 0 0 0 7.54.54l2.92-2.92a5 5 0 0 0-7.07-7.07l-1.6 1.6'/><path d='M14 11a5 5 0 0 0-7.54-.54L3.54 13.38a5 5 0 0 0 7.07 7.07l1.6-1.6'/></svg>"); }
#b303-glass-root [data-icon="crash"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='3'/><path d='M12 2v4'/><path d='M12 18v4'/><path d='M2 12h4'/><path d='M18 12h4'/><path d='M4.93 4.93l2.83 2.83'/><path d='M16.24 16.24l2.83 2.83'/><path d='M4.93 19.07l2.83-2.83'/><path d='M16.24 7.76l2.83-2.83'/></svg>"); }
#b303-glass-root [data-icon="world"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M2 12h20'/><path d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/></svg>"); }
#b303-glass-root [data-icon="money"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='5' width='20' height='14' rx='2'/><path d='M2 10h20'/><path d='M7 15h2'/></svg>"); }
#b303-glass-root [data-icon="wheel"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M12 2v20'/><path d='M2 12h20'/><path d='M4.5 4.5l15 15'/><path d='M19.5 4.5l-15 15'/></svg>"); }
#b303-glass-root [data-icon="affiliate"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/><circle cx='9' cy='7' r='4'/><path d='M23 21v-2a4 4 0 0 0-3-3.87'/><path d='M16 3.13a4 4 0 0 1 0 7.75'/></svg>"); }
#b303-glass-root [data-icon="tips"] .b303-title { --b303-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/><path d='M14 2v6h6'/><path d='M8 13h8'/><path d='M8 17h8'/></svg>"); }

#b303-glass-root .b303-title::before {
  content: "";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: var(--b303-icon) center/contain no-repeat;
  filter: drop-shadow(0 0 8px rgba(0,255,136,.35));
  opacity: .95;
}

/* ========== ریسپانسیو نهایی ========== */
@media (max-width: 767px) {
  #b303-glass-root {
    margin: 12px auto;
    padding: clamp(12px, 4vw, 16px);
    border-radius: clamp(16px, 4vw, 20px);
  }
  
  /* مخفی کردن آیکون‌ها در موبایل */
  #b303-glass-root .b303-title::before {
    display: none;
  }
  
  #b303-glass-root .b303-section {
    margin-top: clamp(24px, 6vw, 32px);
  }
  
  
  #b303-glass-root .b303-explosion-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
  
  #b303-glass-root .b303-info-grid {
    grid-template-columns: 1fr;
  }
  
  #b303-glass-root .b303-feature-grid {
    grid-template-columns: 1fr;
  }
  
  #b303-glass-root .b303-benefits-grid {
    grid-template-columns: 1fr;
  }
  
  #b303-glass-root .b303-payment-grid {
    grid-template-columns: 1fr;
  }
  
  #b303-glass-root .b303-useful-links-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== بهینه‌سازی‌های عملکردی ========== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-894eabd *//* BET303 - Stylish Futuristic Social Media Glow Effect - Green Theme */
ul.social-icons-list {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 18px 0;
    background: transparent;
    list-style: none;
  }
  
  .social-item {
    position: relative;
    transition: transform 0.2s cubic-bezier(.44,0,.56,1.15);
    z-index: 1;
  }
  
  .social-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(13,17,23,0.36);
    box-shadow:
      0 2px 8px 0 rgba(0,255,136,.18),
      0 0 0 4px rgba(0,184,98,0.04);
    color: #00ff88;
    font-size: 30px;
    transition:
      background 0.22s cubic-bezier(.44,0,.56,1.15),
      color 0.22s,
      box-shadow 0.29s cubic-bezier(.44,0,.18,1.28),
      transform 0.22s cubic-bezier(.44,0,.56,1.15);
    position: relative;
    overflow: visible;
    text-decoration: none;
    outline: none;
  }
  
  .social-item a:active {
    transform: scale(0.97);
  }
  
  .social-item a:hover, .social-item a:focus {
    background: linear-gradient(135deg,#00ff88 0%,#00b862 80%);
    color: #fff;
    box-shadow: 
      0 0 8px 0 #00ff88,
      0 6px 32px 0 rgba(0,184,98,0.5);
    z-index: 2;
    outline: none;
  }
  
  .social-item a:hover::before,
  .social-item a:focus::before {
    opacity: 1;
    transform: scale(1.12);
  }
  .social-item a::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%,rgba(0,255,136,.17) 10%,rgba(0,184,98,.15) 100%);
    filter: blur(6px);
    opacity: 0.0;
    pointer-events: none;
    transition: opacity 0.19s,transform 0.22s cubic-bezier(.44,0,.56,1.15);
    z-index: -1;
  }
  
  .social-item svg {
    width: 28px;
    height: 28px;
    display: block;
  }
  
  .social-item .tooltip {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 105%;
    transform: translateX(-50%) translateY(4px) scale(0.98);
    white-space: nowrap;
    background: rgba(11,30,59,.96);
    color: #00ff88;
    border-radius: 8px;
    padding: 5px 14px;
    font-size: 0.96rem;
    letter-spacing: .03em;
    font-weight: 700;
    box-shadow: 0 2px 14px 0 rgba(0,255,136,0.12);
    transition:
      opacity 0.21s cubic-bezier(.49,0,.28,1.16),
      transform 0.19s cubic-bezier(.49,0,.34,1.28),
      visibility 0.20s;
    z-index: 9;
  }
  
  .social-item a:hover .tooltip,
  .social-item a:focus .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(11px) scale(1.04);
  }
  
  .bet303-glow-box {
    margin: 36px auto 0 auto;
    max-width: 350px;
    padding: 0;
  }
  
  .bet303-glass-card {
    background: linear-gradient(135deg,rgba(0,255,136,0.10),rgba(24,38,71,0.53) 70%);
    border-radius: 20px;
    padding: 2.5px;
    box-shadow: 0 4px 36px 0 rgba(0,255,136,0.27), 0 0 0 3px rgba(0,184,98,0.16);
    backdrop-filter: blur(8px);
    position: relative;
    animation: bet303Pulse 4s ease-in-out infinite;
  }
  @keyframes bet303Pulse {
    0%,100% { box-shadow: 0 4px 36px 0 rgba(0,255,136,0.27), 0 0 0 3px rgba(0,184,98,0.16); }
    30% { box-shadow: 0 12px 48px 0 rgba(0,255,136,0.58), 0 0 0 5px rgba(0,184,98,0.28);}
    55% { box-shadow: 0 8px 38px 0 rgba(0,184,98,0.28), 0 0 0 7px rgba(0,255,136,0.16);}
  }
  
  .bet303-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 23px 13px 19px;
    background: rgba(30,34,54,0.66);
    border-radius: 18px;
    box-shadow: 0 4px 18px 0 rgba(0,255,136,0.16);
  }
  
  .bet303-inner img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    margin-right: 6px;
    box-shadow: 0 1px 8px 0 rgba(0,255,136,0.15);
    border: 2.5px solid rgba(0,184,98,0.22);
    background: #fff;
  }
  
  .bet303-meta {
    color: #00ff88;
    font-size: 1.15rem;
    font-family: 'Montserrat', Tahoma, Arial, sans-serif;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,255,136,0.25);
    border-radius: 6px;
    padding: 2.5px 0 2.5px 6px;
    letter-spacing: .04em;
    margin-left: 4px;
  }
  
  .bet303-clean-link {
    color: #00ff88;
    font-size: 1.14rem;
    font-weight: bold;
    margin-left: 9px;
    text-decoration: none;
    letter-spacing: .01em;
    transition: color 0.17s, text-shadow 0.23s;
    text-shadow: 0 0 10px rgba(0,255,136,0.13);
    border-radius: 7px;
    padding: 2.5px 4px;
  }
  .bet303-clean-link:hover, .bet303-clean-link:focus {
    color: #fff;
    text-shadow:
      0 1px 12px rgba(0,255,136,0.57),
      0 0 1px #00ff88;
    background: linear-gradient(90deg,rgba(0,255,136,0.13) 15%,rgba(0,184,98,0.18) 90%);
    outline: none;
  }
  
  /* Responsive tweaks */
  @media (max-width: 600px) {
    ul.social-icons-list {
      gap: 13px;
      padding: 12px 0;
    }
    .social-item a {
      width: 39px;
      height: 39px;
      font-size: 18px;
    }
    .social-item svg {
      width: 18px;
      height: 18px;
    }
    .bet303-inner {
      flex-direction: column;
      text-align: center;
      padding: 11px 11px 9px 11px;
      gap: 7px;
    }
    .bet303-inner img {
      width: 27px; height: 27px;
      margin-right: 0;
    }
    .bet303-meta, .bet303-clean-link { font-size: 0.98rem; }
  }
  
  body {
    background: linear-gradient(130deg, #0a1f1a 0%, #0a1236 88%);
    min-height: 100vh;
  }
  
  /* BET303 - Stylish Copyright Section with Green Neon Effects */
  .bet303-copyright {
    text-align: center;
    padding: 24px 20px;
    margin-top: 40px;
  }
  
  .bet303-copyright-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 28px;
    background: linear-gradient(135deg, rgba(0,255,136,0.15) 0%, rgba(0,184,98,0.25) 30%, rgba(10,20,15,0.95) 70%, rgba(0,0,0,0.98) 100%);
    border-radius: 16px;
    border: 1.5px solid rgba(0,255,136,0.2);
    box-shadow: 
      0 4px 20px 0 rgba(0,255,136,0.15),
      0 0 0 1px rgba(0,184,98,0.1),
      inset 0 1px 0 0 rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(.44,0,.56,1.15);
    animation: bet303CopyrightGlow 3s ease-in-out infinite;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  
  @keyframes bet303CopyrightGlow {
    0%, 100% {
      box-shadow: 
        0 4px 20px 0 rgba(0,255,136,0.15),
        0 0 0 1px rgba(0,184,98,0.1),
        inset 0 1px 0 0 rgba(255,255,255,0.05);
    }
    50% {
      box-shadow: 
        0 8px 32px 0 rgba(0,255,136,0.35),
        0 0 0 2px rgba(0,255,136,0.25),
        inset 0 1px 0 0 rgba(255,255,255,0.08);
    }
  }
  
  .bet303-copyright-wrapper::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,255,136,0.1) 0%, transparent 70%);
    animation: bet303CopyrightRotate 8s linear infinite;
    pointer-events: none;
  }
  
  @keyframes bet303CopyrightRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .bet303-copyright-wrapper:hover {
    transform: translateY(-2px);
    border-color: rgba(0,255,136,0.4);
    box-shadow: 
      0 8px 32px 0 rgba(0,255,136,0.3),
      0 0 0 2px rgba(0,255,136,0.3),
      inset 0 1px 0 0 rgba(255,255,255,0.1);
  }
  
  .bet303-copyright-text {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 6px;
    color: #00ff88;
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-shadow: 
      0 0 10px rgba(0,255,136,0.4),
      0 0 20px rgba(0,255,136,0.2),
      0 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .bet303-copyright-text .bet303-brand {
    color: #00ff88;
    font-weight: 900;
    font-size: 1.2em;
    letter-spacing: 0.08em;
    line-height: 1;
    text-shadow: 
      0 0 15px rgba(0,255,136,0.6),
      0 0 30px rgba(0,255,136,0.3),
      0 0 45px rgba(0,184,98,0.2),
      0 2px 4px rgba(0,0,0,0.4);
    background: linear-gradient(135deg, #00ff88 0%, #00b862 50%, #00ff88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: bet303BrandShine 2.5s ease-in-out infinite;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
  }
  
  @keyframes bet303BrandShine {
    0%, 100% {
      filter: brightness(1);
      transform: scale(1);
    }
    50% {
      filter: brightness(1.3);
      transform: scale(1.02);
    }
  }
  
  .bet303-copyright-text .bet303-year {
    color: rgba(0,255,136,0.9);
    font-weight: 600;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
  }
  
  .bet303-age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0,255,136,0.25) 0%, rgba(0,184,98,0.35) 50%, rgba(0,100,50,0.4) 100%);
    border: 2.5px solid rgba(0,255,136,0.6);
    color: #00ff88;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-shadow: 
      0 0 8px rgba(0,255,136,0.8),
      0 0 16px rgba(0,255,136,0.4),
      0 2px 4px rgba(0,0,0,0.6);
    box-shadow: 
      0 3px 12px 0 rgba(0,255,136,0.3),
      0 0 0 1px rgba(0,184,98,0.2),
      inset 0 2px 4px 0 rgba(0,255,136,0.2),
      inset 0 -1px 2px 0 rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(.44,0,.56,1.15);
    animation: bet303AgePulse 2.5s ease-in-out infinite;
    overflow: hidden;
  }
  
  .bet303-age-badge::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,255,136,0.3) 0%, transparent 70%);
    animation: bet303AgeRotate 4s linear infinite;
    pointer-events: none;
  }
  
  @keyframes bet303AgeRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  @keyframes bet303AgePulse {
    0%, 100% {
      box-shadow: 
        0 3px 12px 0 rgba(0,255,136,0.3),
        0 0 0 1px rgba(0,184,98,0.2),
        inset 0 2px 4px 0 rgba(0,255,136,0.2),
        inset 0 -1px 2px 0 rgba(0,0,0,0.3);
      border-color: rgba(0,255,136,0.6);
    }
    50% {
      box-shadow: 
        0 6px 20px 0 rgba(0,255,136,0.5),
        0 0 0 2px rgba(0,255,136,0.4),
        inset 0 2px 4px 0 rgba(0,255,136,0.3),
        inset 0 -1px 2px 0 rgba(0,0,0,0.4);
      border-color: rgba(0,255,136,0.9);
      transform: scale(1.05);
    }
  }
  
  .bet303-age-badge:hover {
    transform: scale(1.12);
    border-color: #00ff88;
    background: linear-gradient(135deg, rgba(0,255,136,0.35) 0%, rgba(0,184,98,0.45) 50%, rgba(0,100,50,0.5) 100%);
    box-shadow: 
      0 8px 24px 0 rgba(0,255,136,0.5),
      0 0 0 3px rgba(0,255,136,0.3),
      inset 0 2px 4px 0 rgba(0,255,136,0.4),
      inset 0 -1px 2px 0 rgba(0,0,0,0.4);
    color: #fff;
    text-shadow: 
      0 0 12px rgba(0,255,136,1),
      0 0 24px rgba(0,255,136,0.6),
      0 2px 4px rgba(0,0,0,0.7);
  }
  
  /* Responsive Copyright */
  @media (max-width: 600px) {
    .bet303-copyright {
      padding: 20px 16px;
      margin-top: 32px;
    }
    
    .bet303-copyright-wrapper {
      padding: 12px 20px;
      gap: 10px;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .bet303-copyright-text {
      font-size: 0.9rem;
      letter-spacing: 0.04em;
      gap: 5px;
    }
    
    .bet303-copyright-text .bet303-brand {
      font-size: 1.1em;
      letter-spacing: 0.06em;
    }
    
    .bet303-copyright-text .bet303-year {
      font-size: 0.9em;
    }
    
    .bet303-age-badge {
      width: 38px;
      height: 38px;
      font-size: 0.8rem;
      border-radius: 10px;
      border-width: 2px;
    }
  }/* End custom CSS */