.mhv2-float-btn{
  position: fixed;
  right: 24px;
  bottom: 170px; /* clears events + games hub overlay */
  z-index: 9995;
  background: linear-gradient(135deg,#6a5cff,#c850c0);
  color:#fff;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration:none;
  box-shadow: 0 10px 30px rgba(200,80,192,.45);
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .15s ease, filter .15s ease;
}
.mhv2-float-btn:hover{
  filter: brightness(1.06);
  transform: translateY(-1px);
}
@media (max-width: 520px){
  .mhv2-float-btn{
    right: 14px;
    bottom: 150px;
    padding: 12px 16px;
  }
}
