/** 
 * acheradios v1.0.0 - 2025-07-30 12:24:01
 * Copyright (c) 2025 RRZ ATIVIDADES DE INTERNET LTDA
 */
#AcheRadiosPlayer{transition:opacity .3s;max-width:1100px;display:flex;justify-content:center;align-items:center;width:100%;padding:10px 20px;position:relative;border-radius:4px;background:linear-gradient(to right, #2c3e50, #4c4e5a, #2c2d33);box-shadow:0 4px 12px rgba(0,0,0,.4);margin-bottom:1.5em}@media(min-width: 728px){#AcheRadiosPlayer{padding:20px}}#AcheRadiosPlayer .none{display:none !important}#AcheRadiosPlayer .block{display:block !important}#AcheRadiosPlayer .player-status{flex-grow:1;color:#ececec;display:block;font-size:18px;font-weight:bold;line-height:22px;text-shadow:1px 1px 1px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 10px 0 15px;min-width:0}#AcheRadiosPlayer .station-name{margin-bottom:2px}#AcheRadiosPlayer .status-text{font-size:14px;color:#fff;font-weight:normal;transition:color .3s ease,opacity .3s ease}#AcheRadiosPlayer .status-text.live{display:inline-block;padding:2px 4px;font-size:10px;font-weight:bold;line-height:1;color:#fff;background-color:#e74c3c;border-radius:2px;text-transform:uppercase;animation:blink .5s infinite alternate;box-shadow:0 0 2px rgba(231,76,60,.8);opacity:0;transition:opacity .3s ease}#AcheRadiosPlayer .play-button,#AcheRadiosPlayer .favorite-button,#AcheRadiosPlayer .volume-button,#AcheRadiosPlayer .share-button{background:linear-gradient(to bottom, #4c4e5a, #2c2d33);border-radius:50%;border:2px solid hsla(0,0%,100%,.3333333333);cursor:pointer;outline:none;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;width:40px;height:40px;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:background .3s,transform .2s;min-width:40px;min-height:40px}#AcheRadiosPlayer .play-button:hover,#AcheRadiosPlayer .favorite-button:hover,#AcheRadiosPlayer .volume-button:hover,#AcheRadiosPlayer .share-button:hover{background:linear-gradient(to bottom, #5a5c6a, #3d3e45);transform:scale(1.2)}#AcheRadiosPlayer .play-button:active,#AcheRadiosPlayer .favorite-button:active,#AcheRadiosPlayer .volume-button:active,#AcheRadiosPlayer .share-button:active{transform:scale(0.85)}#AcheRadiosPlayer .play-button svg,#AcheRadiosPlayer .favorite-button svg,#AcheRadiosPlayer .volume-button svg,#AcheRadiosPlayer .share-button svg{fill:#fff}#AcheRadiosPlayer .favorite-button{display:none}#AcheRadiosPlayer .favorite-button.favorited{background:linear-gradient(to bottom, #ffd700, #ffa500);border:2px solid orange;transform:scale(1.1);transition:background .3s,transform .2s}#AcheRadiosPlayer .favorite-button.favorited svg{fill:#fff}#AcheRadiosPlayer .favorite-button,#AcheRadiosPlayer .volume-button,#AcheRadiosPlayer .share-button{width:30px;height:30px;border-width:1px;min-width:30px;min-height:30px}#AcheRadiosPlayer .loading-icon{animation:rotate 1s linear infinite}#AcheRadiosPlayer .player-actions{display:flex;align-items:center;position:relative;gap:10px}#AcheRadiosPlayer .volume-button svg{display:none}#AcheRadiosPlayer .volume-button svg.volume-icon{display:block}#AcheRadiosPlayer .volume-button.muted svg.volume-icon{display:none}#AcheRadiosPlayer .volume-button.muted svg.mute-icon{display:block}#AcheRadiosPlayer .volume-control{display:none;position:absolute;top:-40px;left:calc(50% - 5px);transform:translateX(-50%);background:rgba(0,0,0,.8);padding:10px;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:opacity .3s ease,visibility .3s ease;z-index:10;box-sizing:border-box}#AcheRadiosPlayer .volume-control.hidden{display:flex;opacity:0;visibility:hidden}#AcheRadiosPlayer .volume-control:not(.hidden){display:flex;opacity:1;visibility:visible}#AcheRadiosPlayer .volume-control input[type=range]{width:100px;height:8px;background:linear-gradient(to right, #4c4e5a, #2c2d33);border-radius:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none}#AcheRadiosPlayer .volume-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:linear-gradient(to bottom, #4c4e5a, #2c2d33);border:1px solid hsla(0,0%,100%,.3333333333);border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:pointer}#AcheRadiosPlayer .volume-control input[type=range]::-moz-range-thumb{width:16px;height:16px;background:linear-gradient(to bottom, #4c4e5a, #2c2d33);border:1px solid hsla(0,0%,100%,.3333333333);border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:pointer}#AcheRadiosPlayer .volume-tooltip{position:absolute;visibility:hidden;color:#fff;text-align:center;font:9pt Tahoma,Arial,sans-serif;border:1px solid #333;border-radius:3px;box-shadow:1px 1px 2px 0px rgba(0,0,0,.3);background-color:#333;display:inline-block;top:-30px;left:calc(50% - 20px);padding:5px}#AcheRadiosPlayer .tooltip{visibility:hidden;width:120px;color:#fff;text-align:center;font:8pt Tahoma,Arial,sans-serif;border:1px solid #333;border-radius:3px;background-color:#333;padding:5px;position:absolute;z-index:1;bottom:130%;left:26%;margin-left:-60px;opacity:0;transition:opacity .3s}#AcheRadiosPlayer .tooltip::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}#AcheRadiosPlayer button:hover .tooltip{visibility:visible;opacity:1}@keyframes blink{0%{opacity:1}100%{opacity:.6}}@keyframes rotate{100%{transform:rotate(360deg)}}
