/* PW Vortex - música global */
.vortex-audio-floating{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border:1px solid rgba(231,195,122,.42);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(2,8,14,.86),rgba(6,28,35,.78));
  box-shadow:0 0 28px rgba(98,234,255,.16), inset 0 0 18px rgba(231,195,122,.06);
  backdrop-filter:blur(10px);
}
.vortex-audio-floating .vortex-audio-btn{
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(98,234,255,.45);
  background:linear-gradient(135deg,rgba(231,195,122,.95),rgba(98,234,255,.85));
  color:#061017;
  font-size:17px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 18px rgba(98,234,255,.22);
}
.vortex-audio-floating .vortex-audio-label{
  color:#fff3c8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  padding-right:4px;
}
.vortex-audio-floating.is-paused .vortex-audio-label{color:rgba(255,255,255,.72)}
@media(max-width:720px){
  .vortex-audio-floating{right:10px;bottom:10px;padding:6px}
  .vortex-audio-floating .vortex-audio-label{display:none}
}