/* Persona color override — site 9 */
:root, body, .bb-root {
  --bb-accent: #26A17B;
  --bb-accent-2: #1A8862;
}
.btn-signup, .promo-card .pc-cta { background: linear-gradient(135deg, #26A17B 0%, #1A8862 100%); color: #0F0E1A !important; }
.cat-pill.on { background: #26A17B !important; border-color: #26A17B !important; color: #0F0E1A !important; }
.h-currency .balance { color: #26A17B !important; }
.live-wins .lw-label { color: #26A17B !important; }
.lw-game { color: #26A17B !important; }
.bb-content h2 { border-left-color: #26A17B !important; }
.bb-content h3 { color: #26A17B !important; }
.bb-content a { color: #26A17B !important; border-bottom-color: #26A17B !important; }
.bb-cta-box a { background: #26A17B !important; }
.bb-toc-icon, .bb-toc-count { background: #26A17B25 !important; color: #26A17B !important; }
.bb-toc[open] .bb-toc-chev { color: #26A17B !important; }
.bb-toc-list a:hover .bb-toc-num { background: #26A17B !important; }
.bb-toc-summary:hover .bb-toc-chev { background: #26A17B25; color: #26A17B !important; }
.bb-page-title { background: linear-gradient(135deg, #26A17B 0%, #1A8862 60%, #5B2EFF 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Always-readable CTAs regardless of persona accent */
.promo-card.rakeback .pc-cta { background: #0F0E1A !important; color: #FFD000 !important; }
.promo-card.bonus    .pc-cta { background: rgba(0,0,0,0.42) !important; color: #FFFFFF !important; }
.promo-card.vip      .pc-cta { background: rgba(0,0,0,0.42) !important; color: #FFFFFF !important; }
.btn-deposit { background: #00C853 !important; color: #0F0E1A !important; }
.btn-login   { background: transparent !important; color: #FFFFFF !important; }
.btn-chat    { background: #1a1933 !important; color: #FFFFFF !important; }

/* === CONTRAST SAFETY OVERRIDES — apply after persona accent === */
/* Every CTA must be readable regardless of persona accent color */

/* HEADER buttons — fixed colors, ignore persona accent */
.header .btn-deposit { background: #00C853 !important; color: #0F0E1A !important; }
.header .btn-login   { background: transparent !important; color: #FFFFFF !important; }
.header .btn-login:hover { background: rgba(255,255,255,0.06) !important; }
.header .btn-chat    { background: #1a1933 !important; color: #FFFFFF !important; }
.header .btn-signup  { background: linear-gradient(135deg, #FFD000 0%, #FF9500 100%) !important; color: #0F0E1A !important; }
.header .btn-signup:hover { transform: translateY(-1px) !important; box-shadow: 0 6px 18px rgba(255,210,63,0.32) !important; }

/* PROMO CARDS — dark bg, bright text — NEVER tint with persona */
.promo-card.bonus .pc-cta    { background: rgba(0,0,0,0.42) !important; color: #FFFFFF !important; }
.promo-card.rakeback .pc-cta { background: #0F0E1A !important; color: #FFD000 !important; }
.promo-card.vip .pc-cta      { background: rgba(0,0,0,0.42) !important; color: #FFFFFF !important; }

/* CTA BOX (the "Ready to play?" / "Open your account" cards) — yellow bg + dark text always */
.bb-cta-box {
  background: linear-gradient(135deg, #5B2EFF 0%, #FF1A75 100%) !important;
}
.bb-cta-box h3, .bb-cta-box p { color: #FFFFFF !important; }
.bb-cta-box a {
  background: #FFD000 !important;
  color: #0F0E1A !important;
}
.bb-cta-box a:hover { background: #FFC000 !important; transform: translateY(-2px) !important; }

/* TOC selectable items — readable on hover */
.bb-toc-list a:hover { color: #0F0E1A !important; }
.bb-toc-list a:hover .bb-toc-num { color: #0F0E1A !important; }
