
:root{--promo-gold:#1db8d1;--promo-text:#fff;--promo-muted:#a6a8af;--promo-panel:#2a2b2f}
.promo-page{padding:24px 0 46px;min-height:70vh}
.promo-tabs{display:flex;align-items:center;gap:8px;margin:0 0 14px;overflow:auto;scrollbar-width:none}
.promo-tabs::-webkit-scrollbar{display:none}
.promo-tab{height:38px;border:0;border-radius:5px;background:#292a2f;color:#a3a6ad;padding:0 14px;min-width:auto;display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px;letter-spacing:.01em;white-space:nowrap;cursor:pointer;transition:.18s;line-height:1}
.promo-tab i{font-style:normal;font-size:15px;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}
.promo-tab span{display:inline-block;font-weight:700}
.promo-tab.active{background:var(--promo-gold);color:#111}
.promo-tab:hover{filter:brightness(1.08)}
.promo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.promo-card{display:block;background:078a9f;border-radius:5px;overflow:hidden;text-decoration:none;color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.18);transition:.18s}
.promo-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.26)}
.promo-card.is-hidden{display:none}
.promo-img{width:100%;aspect-ratio:520/316;background:#1a1b1d;overflow:hidden}
.promo-img img{width:100%;height:100%;object-fit:cover;display:block}
.promo-name{height:34px;display:flex;align-items:center;padding:0 12px;font-size:12px;font-weight:800;background:078a9f;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.promo-text-preview{aspect-ratio:520/316;background:linear-gradient(135deg,#16171b,#2a2c32 55%,#3b2a10);padding:24px;display:flex;flex-direction:column;justify-content:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.06)}
.promo-text-preview strong{font-size:28px;line-height:1;color:#fff;font-family:"Barlow Condensed",Inter,sans-serif}
.promo-text-preview span{color:#d7d9df;font-size:14px;font-weight:700}.promo-text-preview em{font-style:normal;color:#1db8d1;font-weight:900;font-size:12px}
.promo-modal{position:fixed;inset:0;z-index:220;display:none;align-items:center;justify-content:center;padding:18px}.promo-modal.open{display:flex}
.promo-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(2px)}
.promo-dialog{position:relative;width:min(1380px,calc(100vw - 38px));height:min(820px,calc(100dvh - 42px));margin:0;background:#02171e;border-radius:3px;box-shadow:0 26px 80px rgba(0,0,0,.62);overflow:hidden;color:#ddd}
.promo-dialog-head{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 24px;border-bottom:1px solid rgba(255,255,255,.04)}
.promo-dialog-title{font-size:15px;font-weight:900;color:#fff}.promo-close{width:40px;height:40px;border:0;background:transparent;color:#9c9c9c;font-size:34px;line-height:1;cursor:pointer}
.promo-dialog-scroll{height:calc(100% - 50px);overflow:auto;padding:18px 24px 34px;scrollbar-color:#6b6b6b transparent;scrollbar-width:thin}
.promo-detail-row{display:grid;grid-template-columns:400px 1fr;gap:22px;align-items:start}.promo-detail-img{width:100%;border-radius:3px;overflow:hidden;background:#222}.promo-detail-img img{display:block;width:100%;height:auto}.promo-detail-img.is-text{display:none}
.promo-copy{font-size:14px;line-height:1.55;color:#e1e1e1}.promo-copy h3{margin:8px 0 22px;font-size:16px;color:#e5e5e5}.promo-copy p{margin:0 0 26px}.promo-copy b{color:#fff}
.promo-mobile-detail{display:none}.promo-backline{height:40px;display:flex;align-items:center;gap:8px;color:#fff;font-weight:900}.promo-backline a{width:22px;height:22px;border-radius:50%;background:#cfd0d2;color:#333;display:grid;place-items:center;text-decoration:none}.promo-detail-hero img{display:block;width:100%}
.promo-mobile-terms{padding:18px 6px 90px}.promo-mobile-terms h1{font-family:Georgia,serif;font-size:22px;line-height:1.1;margin:18px 0;color:#d7d7d7}.promo-mobile-terms p{font-family:Georgia,serif;font-size:14px;font-style:italic;color:#d6d6d6}.promo-mobile-table{width:100%;border-collapse:collapse;font-family:Georgia,serif;font-weight:700;font-size:13px}.promo-mobile-table th,.promo-mobile-table td{border:2px solid #0b0b0b;padding:14px 10px}.promo-mobile-table th{background:#f0f0f0;color:#111;text-align:left;width:38%}.promo-mobile-table td{background:#303030;color:#e9e9e9}
.promo-mobile-text-only{display:none;padding:20px 8px 100px}.promo-mobile-text-only h1{font-family:"Barlow Condensed",Inter,sans-serif;font-size:32px;line-height:1;margin:10px 0 16px;color:#fff}.promo-mobile-text-only p{font-size:15px;line-height:1.7;color:#d8d9df;font-weight:600}.promo-text-rule{margin-top:18px;padding:16px;border-radius:10px;background:#24262b;color:#e9e9ef;font-size:14px;line-height:1.5}
@media(max-width:1180px){.promo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.promo-detail-row{grid-template-columns:330px 1fr}.promo-dialog{width:min(1000px,calc(100vw - 28px))}}
@media(max-width:720px){
  .promo-page{padding:12px 0 88px}.promo-tabs{gap:6px;margin-bottom:10px;padding:0 2px}.promo-tab{height:42px;min-width:64px;padding:0 9px;border-radius:4px;font-size:10px;gap:5px;font-weight:700}.promo-tab i{font-size:15px;width:16px;height:16px}.promo-tab span{font-weight:700;letter-spacing:0}.promo-tab.active{box-shadow:none}
  .promo-grid{display:block}.promo-card{margin:0 0 10px;border-radius:4px}.promo-img,.promo-text-preview{aspect-ratio:388/235}.promo-text-preview{padding:18px}.promo-text-preview strong{font-size:24px}.promo-text-preview span{font-size:12px}.promo-name{height:32px;font-size:12px;padding:0 10px}
  .promo-modal{display:none!important}.promo-mobile-detail{display:none}.promo-page.detail-open .promo-list-view{display:none}.promo-page.detail-open .promo-mobile-detail{display:block}.promo-mobile-detail.text-only .promo-detail-hero,.promo-mobile-detail.text-only .promo-mobile-terms{display:none}.promo-mobile-detail.text-only .promo-mobile-text-only{display:block}.promo-mobile-detail:not(.text-only) .promo-mobile-text-only{display:none}
}


/* promo fix4: mobile detail uses same readable content style as web, not table */
.promo-mobile-copy{display:none}
@media(max-width:720px){
  .promo-mobile-detail{padding-bottom:92px;color:#e9e9ed}
  .promo-backline{height:42px;padding:0 4px;border-bottom:1px solid rgba(255,255,255,.06);font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:900;letter-spacing:.01em}
  .promo-backline a{width:22px;height:22px;background:#d7d8dc;color:#292a2e;font-size:20px;line-height:1}
  .promo-detail-hero{margin:0 0 18px;border-radius:0;overflow:hidden;background:#02171e}
  .promo-detail-hero img{display:block;width:100%;height:auto;object-fit:cover}
  .promo-mobile-copy{display:block;padding:0 8px 96px;font-family:Inter,Arial,sans-serif;color:#e4e5ea}
  .promo-mobile-copy h1{margin:0 0 14px;color:#fff;font-family:"Barlow Condensed",Inter,sans-serif;font-size:28px;line-height:1;font-weight:800;letter-spacing:.01em}
  .promo-mobile-copy p{margin:0 0 16px;font-size:14px;line-height:1.62;color:#d9dbe1;font-style:normal;font-family:Inter,Arial,sans-serif;font-weight:600}
  .promo-mobile-copy b{color:#fff;font-weight:900}
  .promo-mobile-copy ul{margin:8px 0 18px;padding-left:18px;color:#d9dbe1;font-size:14px;line-height:1.65;font-weight:600}
  .promo-mobile-copy li{margin-bottom:6px}
  .promo-mobile-copy .promo-note{margin-top:16px;padding:14px 15px;border-radius:10px;background:#22242a;border:1px solid rgba(255,255,255,.06);color:#eceef4;font-size:13px;line-height:1.5}
  .promo-mobile-detail.text-only .promo-detail-hero{display:none}
  .promo-mobile-detail.text-only .promo-mobile-copy{padding-top:18px}
  .promo-mobile-terms,.promo-mobile-table,.promo-mobile-text-only{display:none!important}
}


/* fix6: mobile detail spacing and long text behavior */
@media(max-width:720px){
  .promo-page.detail-open{min-height:0!important;padding-bottom:0!important}
  .promo-page.detail-open + .promo-modal{display:none!important}
  .promo-mobile-detail{padding-bottom:0!important;min-height:0!important;background:#111214}
  .promo-mobile-copy{padding:0 8px 74px!important}
  .promo-mobile-copy h1{margin-top:0!important}
  .promo-mobile-copy p{margin-bottom:14px!important}
  .promo-mobile-copy ul{margin-bottom:14px!important}
  .promo-mobile-copy .promo-note{margin-bottom:0!important}
  .promo-mobile-detail.text-only .promo-mobile-copy{padding-top:14px!important}
}


/* FINAL BLUE THEME + CLEAN DROPDOWN ARROW */
:root{
  --bb-bg:#02171e !important;
  --bb-panel:#02171e !important;
  --bb-panel2:#052631 !important;
  --bb-panel3:#0a4050 !important;
  --bb-gold:#1db8d1 !important;
  --gold:#1db8d1 !important;
  --gold-2:#7defff !important;
  --wheel-gold:#1db8d1 !important;
  --wheel-gold2:#7defff !important;
  --bb-line:rgba(125,239,255,.20) !important;
}
body{background:#02171e !important}
.site-header,.topbar,.mobile-menu,.mobile-bottom,.auth-box,.auth-head,.bb-side-menu,.site-footer,.bb-profile-panel,.bb-inbox-panel,.bb-detail-panel,.guest-required-card{
  background:#02171e !important;
  border-color:rgba(125,239,255,.14) !important;
}
.bb-side-card,.nav-item > a,.lang-btn,.timer,.dots,.auth-form input,.auth-form .select-button,.select-menu,.bb-profile-sidebar,.bb-profile-content,.bb-card,.bb-inbox-shell,.bb-inbox-list article,.bb-ticket-detail-card,.bb-detail-list div,.profile-sidebar,.profile-content,.profile-card,.prize-item,.winner-row,.sports-card,.detail-panel{
  background:#052631 !important;
  border-color:rgba(125,239,255,.14) !important;
}
.bb-side-card:hover,.bb-side-card > a:hover,.bb-side-accordion > button:hover,.lang-menu button:hover,.select-menu button:hover,.bb-tabs button.active,.bb-pagination button.active,.bb-primary,.auth-submit,.auth-switch,.btn-light,.btn-gold,.spin-main,.guest-required-btn.gold{
  background:#07313e !important;
  color:#ffffff !important;
  border-color:rgba(125,239,255,.42) !important;
  box-shadow:0 8px 22px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.07) !important;
}
.bb-primary:hover,.auth-submit:hover,.auth-switch:hover,.btn-light:hover,.btn-gold:hover,.spin-main:hover,.guest-required-btn.gold:hover{
  background:#0a4050 !important;
}
.brand b,.bb-side-sub a:hover,.card-title,.panel-title-row span,.bb-profile-title h2,.bb-inbox-detail-card>span,.bb-detail-panel header span,.auth-form h2,.auth-form small,.wheel-title,.stage-title,.prize-icon,.winner-prize,.guest-required-kicker,.bb-badge.gold,.bb-pill,.bb-subtitle{
  color:#7defff !important;
}
.bb-side-card:first-of-type{
  border-color:rgba(125,239,255,.38) !important;
}
.lang-menu,.select-menu{
  background:#052631 !important;
  border-color:rgba(125,239,255,.18) !important;
}
.lang-wrap.is-open .lang-btn,.custom-select.open .select-button{
  background:#07313e !important;
  border-color:rgba(125,239,255,.45) !important;
  box-shadow:0 0 0 2px rgba(125,239,255,.08) !important;
}
.lang-btn em,.select-button em,.bb-side-accordion em{
  position:relative !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
  text-indent:0 !important;
  font-size:0 !important;
  line-height:0 !important;
  color:transparent !important;
  margin:0 !important;
  padding:0 !important;
}
.lang-btn em::before,.select-button em::before,.bb-side-accordion em::before{
  content:"" !important;
  width:0 !important;
  height:0 !important;
  border-left:5px solid transparent !important;
  border-right:5px solid transparent !important;
  border-top:6px solid #d8f7ff !important;
  border-bottom:0 !important;
  transform:none !important;
  margin:0 !important;
  display:block !important;
}
.lang-wrap.is-open .lang-btn em::before,.custom-select.open .select-button em::before,.bb-side-accordion.is-open > button em::before{
  border-top:0 !important;
  border-bottom:6px solid #d8f7ff !important;
  transform:none !important;
  margin:0 !important;
}
.lang-btn{
  gap:7px !important;
  min-width:78px !important;
  padding-right:8px !important;
}
.lang-current{line-height:1 !important}
.auth-modal .auth-backdrop,.bb-modal-backdrop{
  background:rgba(2,23,30,.82) !important;
}
