.venus-player{
  display:flex; gap:24px; align-items:center; justify-content:space-between;
  background:#000; color:#fff; padding:24px; border-radius:16px; flex-wrap:wrap
}
.vp-left{flex:1 1 360px; min-width:280px}
.vp-right{flex:0 0 auto}
.vp-cover{width:260px; max-width:40vw; border-radius:14px; box-shadow:0 10px 30px rgba(0,0,0,.5)}
.vp-live-badge{display:inline-block; background:#e9ff00; color:#000; padding:6px 10px; border-radius:999px; font-weight:700; font-size:12px; margin-bottom:8px}
.vp-onair-label{font-size:12px; color:#cfcfcf; text-transform:uppercase; letter-spacing:.06em}
.vp-program{font-size:22px; font-weight:700; margin:.2rem 0 1rem}
.vp-title{font-size:20px; font-weight:700}
.vp-artist{font-size:16px; color:#bfbfbf; margin-bottom:8px}
.vp-progress{margin:8px 0}
progress{width:100%; height:10px}
.vp-time{font-size:12px; color:#bfbfbf; margin-top:4px}
.vp-actions{display:flex; align-items:center; gap:14px; margin-top:10px}
.vp-btn{background:#e9ff00; color:#000; border:0; padding:10px 16px; font-weight:800; border-radius:999px; cursor:pointer}
.vp-votes button{background:#1f1f1f; color:#fff; border:0; padding:8px 10px; border-radius:10px; cursor:pointer}
.vp-votes span{margin:0 6px}
@media (max-width:700px){
  .venus-player{flex-direction:column; text-align:center}
  .vp-right{order:-1}
}
