/* === v1.28.3 Bonus Buy Landing Page === */

.bonus-buy-page{
  --bh-gold:#ffd84a;
  --bh-gold2:#ffb629;
  --bh-cyan:#19c8f5;
}

.bh-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:26px;
  align-items:stretch;
  min-height:430px;
  padding:34px;
  border-radius:28px;
  border:1px solid rgba(25,200,245,.15);
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(25,200,245,.16), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255,216,74,.14), transparent 30%),
    linear-gradient(145deg, rgba(7,31,44,.92), rgba(2,13,22,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.05);
}

.bh-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom, black, transparent 88%);
  pointer-events:none;
}

.bh-hero-content,
.bh-visual{
  position:relative;
  z-index:1;
}

.bh-hero-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.bh-badge,
.bh-section-tag{
  display:inline-flex;
  width:max-content;
  min-height:30px;
  align-items:center;
  gap:8px;
  padding:0 13px;
  border-radius:9px;
  background:linear-gradient(135deg, rgba(255,216,74,.98), rgba(255,182,41,.96));
  color:#1c1604;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 12px 30px rgba(255,216,74,.14);
}

.bh-badge:before,
.bh-section-tag:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff5bd;
  box-shadow:0 0 12px rgba(255,255,255,.8);
}

.bh-hero h1{
  margin:16px 0 12px;
  max-width:760px;
  color:#fff;
  font-size:clamp(42px,5vw,76px);
  line-height:.95;
  letter-spacing:-.07em;
  text-shadow:0 8px 30px rgba(0,0,0,.36);
}

.bh-hero p{
  max-width:760px;
  margin:0;
  color:rgba(218,236,244,.84);
  font-size:17px;
  line-height:1.65;
  font-weight:780;
}

.bh-hero p b{
  color:#fff;
}

.bh-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.bh-primary{
  background:linear-gradient(135deg, var(--bh-gold), var(--bh-gold2))!important;
  color:#171104!important;
  box-shadow:0 14px 34px rgba(255,216,74,.20)!important;
}

.bh-ghost{
  border-color:rgba(255,216,74,.22)!important;
  color:#fff!important;
}

.bh-visual{
  min-height:360px;
  border-radius:26px;
  border:1px solid rgba(255,216,74,.14);
  background:
    radial-gradient(circle at 58% 44%, rgba(255,216,74,.18), transparent 22%),
    radial-gradient(circle at 30% 20%, rgba(25,200,245,.17), transparent 30%),
    linear-gradient(160deg, rgba(5,24,36,.74), rgba(0,8,15,.92));
  overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}

.bh-live-pill{
  position:absolute;
  top:18px;
  left:18px;
  z-index:3;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,77,109,.12);
  border:1px solid rgba(255,77,109,.24);
  color:#ff9aad;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.12em;
}

.bh-slot-card{
  position:absolute;
  inset:76px 38px 64px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:26px;
  border:1px solid rgba(25,200,245,.18);
  background:
    linear-gradient(180deg, rgba(11,50,70,.82), rgba(2,13,22,.94));
  box-shadow:0 26px 70px rgba(0,0,0,.32), 0 0 42px rgba(25,200,245,.10);
}

.bh-slot-title{
  color:#ffdf66;
  font-weight:1000;
  letter-spacing:.18em;
  font-size:14px;
  text-shadow:0 0 18px rgba(255,216,74,.28);
}

.bh-reels{
  display:flex;
  gap:10px;
  margin-top:18px;
}

.bh-reels span{
  width:72px;
  height:86px;
  display:grid;
  place-items:center;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(2,11,18,.98), rgba(7,41,55,.94));
  color:#fff;
  font-size:34px;
  font-weight:1000;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

.bh-coins i{
  position:absolute;
  width:18px;
  height:18px;
  border-radius:50%;
  background:linear-gradient(135deg, #fff1a6, var(--bh-gold2));
  box-shadow:0 0 18px rgba(255,216,74,.24);
}
.bh-coins i:nth-child(1){left:22%;top:24%}
.bh-coins i:nth-child(2){left:72%;top:20%}
.bh-coins i:nth-child(3){left:18%;bottom:20%}
.bh-coins i:nth-child(4){right:18%;bottom:26%}
.bh-coins i:nth-child(5){right:12%;top:50%}

.bh-mascot-card{
  position:absolute;
  right:22px;
  bottom:20px;
  width:190px;
  padding:14px;
  border-radius:20px;
  border:1px solid rgba(25,200,245,.16);
  background:rgba(2,14,22,.72);
  backdrop-filter:blur(10px);
}
.bh-mascot-card img{
  max-height:42px;
  object-fit:contain;
  display:block;
  margin-bottom:10px;
}
.bh-mascot-card strong,
.bh-mascot-card small{
  display:block;
}
.bh-mascot-card strong{color:#fff;font-weight:1000}
.bh-mascot-card small{color:rgba(190,220,232,.72);font-weight:800}

.bh-section,
.bh-calc-section,
.bh-cta{
  margin-top:22px;
  border-radius:26px;
  border:1px solid rgba(25,200,245,.13);
  background:
    radial-gradient(circle at 0% 0%, rgba(25,200,245,.07), transparent 32%),
    linear-gradient(180deg, rgba(7,30,43,.92), rgba(3,18,27,.98));
  box-shadow:0 16px 42px rgba(0,0,0,.21), inset 0 1px 0 rgba(255,255,255,.035);
}

.bh-section{
  padding:26px;
}

.bh-intro h2,
.bh-section-head h2,
.bh-calc-copy h2,
.bh-cta h2{
  margin:12px 0 10px;
  color:#fff;
  font-size:clamp(26px,3vw,38px);
  letter-spacing:-.045em;
  line-height:1.08;
}

.bh-intro p,
.bh-calc-copy p,
.bh-cta p{
  max-width:950px;
  margin:0;
  color:rgba(202,226,237,.78);
  font-size:15.5px;
  line-height:1.7;
  font-weight:750;
}

.bh-section-head{
  margin-bottom:16px;
}

.bh-steps,
.bh-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.bh-steps article,
.bh-benefits article{
  min-height:190px;
  padding:20px;
  border-radius:20px;
  border:1px solid rgba(25,200,245,.12);
  background:rgba(2,18,28,.42);
}

.bh-steps article span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(255,216,74,.12);
  border:1px solid rgba(255,216,74,.20);
  color:#ffdf66;
  font-weight:1000;
}

.bh-benefits article span{
  font-size:30px;
}

.bh-steps h3,
.bh-benefits h3{
  margin:14px 0 8px;
  color:#fff;
  font-size:18px;
  letter-spacing:-.02em;
}

.bh-steps p,
.bh-benefits p{
  margin:0;
  color:rgba(185,213,225,.76);
  line-height:1.55;
  font-weight:750;
  font-size:14px;
}

.bh-calc-section{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
  gap:18px;
  align-items:center;
  padding:26px;
  background:
    radial-gradient(circle at 85% 0%, rgba(255,216,74,.13), transparent 34%),
    linear-gradient(180deg, rgba(7,30,43,.92), rgba(3,18,27,.98));
}

.bh-formula{
  margin-top:18px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(255,216,74,.20);
  background:rgba(255,216,74,.075);
  color:#ffe586;
  font-weight:1000;
  line-height:1.45;
}

.bh-calc-card{
  border-radius:24px;
  border:1px solid rgba(255,216,74,.20);
  overflow:hidden;
  background:linear-gradient(180deg, rgba(17,31,35,.95), rgba(4,15,22,.98));
  box-shadow:0 22px 55px rgba(0,0,0,.28), 0 0 36px rgba(255,216,74,.08);
}

.bh-calc-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px 18px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.bh-calc-row span{
  color:rgba(190,220,232,.76);
  font-weight:850;
}
.bh-calc-row b{
  color:#fff;
  text-align:right;
  font-weight:1000;
}

.bh-result{
  padding:22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,216,74,.18), transparent 40%),
    rgba(255,216,74,.08);
}
.bh-result small{
  display:block;
  color:rgba(255,237,169,.78);
  font-weight:850;
}
.bh-result strong{
  display:block;
  margin-top:4px;
  color:#ffdf66;
  font-size:34px;
  line-height:1;
  letter-spacing:-.045em;
}

.bh-rules-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.bh-rules-grid div{
  position:relative;
  padding:16px 16px 16px 42px;
  border-radius:16px;
  border:1px solid rgba(25,200,245,.11);
  background:rgba(2,18,28,.42);
  color:rgba(220,238,246,.86);
  font-weight:800;
  line-height:1.45;
}
.bh-rules-grid div:before{
  content:"◆";
  position:absolute;
  left:16px;
  top:16px;
  color:#ffdf66;
  font-size:13px;
}
.bh-rules-grid .important{
  grid-column:1/-1;
  border-color:rgba(255,216,74,.23);
  background:rgba(255,216,74,.075);
  color:#fff4bf;
}

.bh-benefits{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.bh-cta{
  padding:30px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,216,74,.14), transparent 34%),
    linear-gradient(135deg, rgba(7,31,44,.92), rgba(2,13,22,.98));
}
.bh-cta h2{
  margin-top:0;
}
.bh-cta p{
  margin:0 auto 18px;
}

@media(max-width:1100px){
  .bh-hero,
  .bh-calc-section{
    grid-template-columns:1fr;
  }
  .bh-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .bh-hero{
    padding:22px;
    min-height:0;
    border-radius:22px;
  }
  .bh-visual{
    min-height:300px;
  }
  .bh-slot-card{
    inset:66px 18px 58px;
  }
  .bh-reels span{
    width:56px;
    height:68px;
    font-size:26px;
  }
  .bh-mascot-card{
    width:160px;
  }
  .bh-section,
  .bh-calc-section,
  .bh-cta{
    padding:20px;
    border-radius:22px;
  }
  .bh-steps,
  .bh-benefits,
  .bh-rules-grid{
    grid-template-columns:1fr;
  }
  .bh-rules-grid .important{
    grid-column:auto;
  }
  .bh-actions{
    display:grid;
  }
  .bh-actions .btn{
    width:100%;
    justify-content:center;
  }
}

@media(max-width:440px){
  .bh-hero h1{
    font-size:38px;
  }
  .bh-visual{
    min-height:255px;
  }
  .bh-slot-card{
    inset:58px 14px 48px;
  }
  .bh-reels span{
    width:48px;
    height:58px;
  }
  .bh-mascot-card{
    display:none;
  }
  .bh-result strong{
    font-size:28px;
  }
  .bh-calc-row{
    display:grid;
  }
  .bh-calc-row b{
    text-align:left;
  }
}


/* === v1.28.4 Stream Events Admin Editor === */
.stream-event-editor-form h2{
  margin-top:26px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(25,200,245,.10)!important;
}
.stream-event-editor-form h2:first-child{
  margin-top:0!important;
  padding-top:0!important;
  border-top:0!important;
}
.stream-event-editor-form textarea{
  min-height:86px!important;
  resize:vertical!important;
}
.stream-event-editor-form .settings-grid{
  align-items:stretch!important;
}
.stream-event-editor-form .settings-grid textarea{
  grid-column:span 2;
}
@media(max-width:900px){
  .stream-event-editor-form .settings-grid textarea{
    grid-column:1/-1;
  }
}

