.reward-float{
  position:fixed;
  right:22px;
  bottom:96px;
  width:270px;
  z-index:49;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.22);
  background:
    radial-gradient(circle at 78% 30%,rgba(255,193,7,.95) 0 4%,rgba(255,72,0,.75) 5% 16%,transparent 34%),
    radial-gradient(circle at 85% 42%,rgba(255,80,0,.55),transparent 42%),
    linear-gradient(135deg,#24001c,#670024 55%,#19000f);
  box-shadow:0 20px 60px rgba(0,0,0,.55),0 0 28px rgba(255,63,0,.25);
  color:#fff;
  font-family:inherit;
}

.reward-float::after{
  content:"💣";
  position:absolute;
  right:14px;
  top:7px;
  font-size:58px;
  transform:rotate(-10deg);
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.6));
  opacity:.95;
}

.reward-inner{
  position:relative;
  z-index:2;
  padding:16px;
  padding-right:70px;
}

.reward-kicker{
  font-size:12px;
  font-weight:900;
  letter-spacing:.7px;
  color:#ffd43b;
}

.reward-title{
  margin-top:3px;
  font-size:19px;
  line-height:1.05;
  font-weight:1000;
}

.reward-sub{
  margin-top:7px;
  font-size:12px;
  line-height:1.35;
  color:rgba(255,255,255,.86);
}

.reward-btn{
  width:100%;
  margin-top:12px;
  border:0;
  border-radius:12px;
  padding:10px 12px;
  font-weight:1000;
  cursor:pointer;
  background:linear-gradient(135deg,#ffd43b,#ff5a00);
  color:#190006;
  box-shadow:0 8px 22px rgba(255,83,0,.35);
}

.reward-btn:hover{
  transform:translateY(-1px);
}

@media(max-width:700px){
  .reward-float{
    right:15px;
    bottom:88px;
    width:230px;
  }
  .reward-title{font-size:17px}
}

.reward-share-panel{
  position:fixed;
  right:22px;
  bottom:300px;
  width:310px;
  z-index:60;
  display:none;
  padding:14px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.22);
  background:linear-gradient(145deg,#210018,#510022 55%,#17000d);
  box-shadow:0 22px 70px rgba(0,0,0,.70);
  color:#fff;
  overflow:hidden;
}

.reward-share-panel.open{
  display:block;
}

.reward-share-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  margin-bottom:12px;
}

.reward-share-head b{
  display:block;
  color:#ffd43b;
  font-size:16px;
}

.reward-share-head span{
  display:block;
  margin-top:3px;
  font-size:11px;
  color:rgba(255,255,255,.75);
}

.reward-share-head button{
  width:28px;
  height:28px;
  border:0;
  border-radius:9px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:20px;
  cursor:pointer;
}

.reward-share-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.reward-share-grid button{
  border:1px solid rgba(255,255,255,.15);
  border-radius:11px;
  padding:10px 6px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

.reward-share-grid button:hover{
  background:linear-gradient(135deg,#ffd43b,#ff5a00);
  color:#190006;
}

.reward-share-note{
  margin-top:10px;
  font-size:10px;
  line-height:1.35;
  color:rgba(255,255,255,.65);
}

@media(max-width:700px){
  .reward-share-panel{
    right:15px;
    bottom:285px;
    width:min(300px,calc(100vw - 30px));
  }
}
