/* radiojaw-v3.css - tema escuro moderno */
#radiojaw-v3-bar{ position:fixed; left:0; right:0; bottom:0; z-index:999999; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial; }
.radiojaw-inner{ display:flex; align-items:center; justify-content:space-between; background: rgba(0,0,0,0.88); color:#fff; padding:12px 16px; border-top:3px solid rgba(11,107,58,0.95); box-shadow:0 -6px 18px rgba(0,0,0,0.35); height:120px; }
.radiojaw-left{ flex:0 0 auto; margin-right:12px; }
.radiojaw-logo{ height:96px; max-width:220px; object-fit:contain; border-radius:4px; }
.radiojaw-center{ flex:1; padding:0 12px; }
.radiojaw-title{ font-weight:700; font-size:16px; }
.radiojaw-now{ font-size:14px; margin-top:6px; color:#ddd; }
.radiojaw-progress{ display:flex; align-items:center; gap:8px; margin-top:8px; }
.radiojaw-range{ flex:1; -webkit-appearance:none; height:4px; background:#333; border-radius:2px; }
.radiojaw-range::-webkit-slider-thumb{ -webkit-appearance:none; width:12px; height:12px; border-radius:6px; background:#0b6b3a; cursor:pointer; }
.radiojaw-time{ font-size:12px; color:#ccc; }
.radiojaw-controls{ display:flex; gap:8px; align-items:center; margin-left:12px; }
.radiojaw-btn{ background:transparent; color:#fff; border:1px solid rgba(255,255,255,0.06); padding:8px 10px; border-radius:6px; cursor:pointer; }
.radiojaw-btn.play{ background:#0b6b3a; color:#fff; border:none; padding:10px 14px; font-weight:700; }
.radiojaw-close{ margin-left:8px; }
.radiojaw-close-btn{ background:transparent; border:none; color:#fff; font-size:18px; }
.radiojaw-minimized .radiojaw-inner{ height:56px; padding:8px; }
.radiojaw-bubble{ position:fixed; right:18px; bottom:18px; width:56px; height:56px; border-radius:28px; background: rgba(0,0,0,0.8); display:flex; align-items:center; justify-content:center; box-shadow:0 6px 18px rgba(0,0,0,0.3); }
.radiojaw-bubble img{ height:36px; width:auto; border-radius:4px; }
.radiojaw-bubble .bubble-play{ position:absolute; left:8px; bottom:8px; background:transparent; border:none; color:#fff; font-size:18px; }
.radiojaw-bubble.hidden{ display:none; }

@media (max-width: 600px) {
  .radiojaw-inner{ height:110px; padding:10px; }
  .radiojaw-logo{ height:72px; }
  .radiojaw-title{ font-size:14px; }
}
