#AcheRadiosPlayer{align-items:center;background:linear-gradient(90deg,#2c3e50,#4c4e5a,#2c2d33);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.4);display:flex;justify-content:center;margin-bottom:1.5em;max-width:1100px;padding:10px 20px;position:relative;transition:opacity .3s;width:100%}@media(min-width:728px){#AcheRadiosPlayer{padding:20px}}#AcheRadiosPlayer .none{display:none!important}#AcheRadiosPlayer .block{display:block!important}#AcheRadiosPlayer .player-status{color:#ececec;display:block;flex-grow:1;font-size:18px;font-weight:700;line-height:22px;margin:0 10px 0 15px;min-width:0;overflow:hidden;text-overflow:ellipsis;text-shadow:1px 1px 1px rgba(0,0,0,.5);white-space:nowrap}#AcheRadiosPlayer .station-name{margin-bottom:2px}#AcheRadiosPlayer .status-text{color:#fff;font-size:14px;font-weight:400;transition:color .3s ease,opacity .3s ease}#AcheRadiosPlayer .status-text.live{animation:blink .5s infinite alternate;background-color:#e74c3c;border-radius:2px;box-shadow:0 0 2px rgba(231,76,60,.8);color:#fff;display:inline-block;font-size:10px;font-weight:700;line-height:1;opacity:0;padding:2px 4px;text-transform:uppercase;transition:opacity .3s ease}#AcheRadiosPlayer .favorite-button,#AcheRadiosPlayer .play-button,#AcheRadiosPlayer .share-button,#AcheRadiosPlayer .volume-button{align-items:center;background:linear-gradient(180deg,#4c4e5a,#2c2d33);border:2px solid hsla(0,0%,100%,.333);border-radius:50%;box-shadow:0 4px 8px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;min-height:40px;min-width:40px;outline:none;transition:background .3s,transform .2s;width:40px}#AcheRadiosPlayer .favorite-button:hover,#AcheRadiosPlayer .play-button:hover,#AcheRadiosPlayer .share-button:hover,#AcheRadiosPlayer .volume-button:hover{background:linear-gradient(180deg,#5a5c6a,#3d3e45);transform:scale(1.2)}#AcheRadiosPlayer .favorite-button:active,#AcheRadiosPlayer .play-button:active,#AcheRadiosPlayer .share-button:active,#AcheRadiosPlayer .volume-button:active{transform:scale(.85)}#AcheRadiosPlayer .favorite-button[disabled],#AcheRadiosPlayer .play-button[disabled],#AcheRadiosPlayer .share-button[disabled],#AcheRadiosPlayer .volume-button[disabled]{cursor:not-allowed;opacity:.5}#AcheRadiosPlayer .favorite-button[disabled]:active,#AcheRadiosPlayer .favorite-button[disabled]:hover,#AcheRadiosPlayer .play-button[disabled]:active,#AcheRadiosPlayer .play-button[disabled]:hover,#AcheRadiosPlayer .share-button[disabled]:active,#AcheRadiosPlayer .share-button[disabled]:hover,#AcheRadiosPlayer .volume-button[disabled]:active,#AcheRadiosPlayer .volume-button[disabled]:hover{background:linear-gradient(180deg,#4c4e5a,#2c2d33);transform:none}#AcheRadiosPlayer .favorite-button svg,#AcheRadiosPlayer .play-button svg,#AcheRadiosPlayer .share-button svg,#AcheRadiosPlayer .volume-button svg{fill:#fff}#AcheRadiosPlayer .favorite-button{display:none}#AcheRadiosPlayer .favorite-button.favorited{background:linear-gradient(180deg,gold,orange);border:2px solid orange;transform:scale(1.1);transition:background .3s,transform .2s}#AcheRadiosPlayer .favorite-button.favorited svg{fill:#fff}#AcheRadiosPlayer .favorite-button,#AcheRadiosPlayer .share-button,#AcheRadiosPlayer .volume-button{border-width:1px;height:30px;min-height:30px;min-width:30px;width:30px}#AcheRadiosPlayer .loading-icon{animation:rotate 1s linear infinite}#AcheRadiosPlayer .player-actions{align-items:center;display:flex;gap:10px;position:relative}#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{align-items:center;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);background:rgba(22,24,28,.92);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;bottom:calc(100% + 12px);box-shadow:0 10px 28px rgba(0,0,0,.45),0 2px 6px rgba(0,0,0,.3);box-sizing:border-box;display:flex;flex-direction:column;gap:10px;left:50%;opacity:0;padding:12px 16px;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(4px) scale(.92);transform-origin:bottom center;transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s;visibility:hidden;z-index:10}#AcheRadiosPlayer .volume-control:not(.hidden){opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0) scale(1);transition:opacity .18s ease,transform .18s ease,visibility 0s linear 0s;visibility:visible}#AcheRadiosPlayer .volume-control:after{border:6px solid transparent;border-top-color:rgba(22,24,28,.92);content:"";filter:drop-shadow(0 2px 2px rgba(0,0,0,.3));left:50%;position:absolute;top:100%;transform:translateX(-50%)}#AcheRadiosPlayer .volume-control input[type=range]{--volume-progress:0%;appearance:none;background:transparent;cursor:pointer;height:16px;margin:0;width:120px}#AcheRadiosPlayer .volume-control input[type=range]:focus{outline:none}#AcheRadiosPlayer .volume-control input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right,#fff 0,#fff var(--volume-progress),hsla(0,0%,100%,.18) var(--volume-progress),hsla(0,0%,100%,.18) 100%);border-radius:2px;height:4px}#AcheRadiosPlayer .volume-control input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.45);height:14px;margin-top:-5px;transition:transform .12s ease,box-shadow .12s ease;width:14px}#AcheRadiosPlayer .volume-control input[type=range]:active::-webkit-slider-thumb,#AcheRadiosPlayer .volume-control input[type=range]:focus-visible::-webkit-slider-thumb,#AcheRadiosPlayer .volume-control input[type=range]:hover::-webkit-slider-thumb{box-shadow:0 2px 10px hsla(0,0%,100%,.25),0 2px 6px rgba(0,0,0,.45);transform:scale(1.18)}#AcheRadiosPlayer .volume-control input[type=range]::-moz-range-track{background:hsla(0,0%,100%,.18);border-radius:2px;height:4px}#AcheRadiosPlayer .volume-control input[type=range]::-moz-range-progress{background:#fff;border-radius:2px;height:4px}#AcheRadiosPlayer .volume-control input[type=range]::-moz-range-thumb{background:#fff;border:none;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.45);height:14px;transition:transform .12s ease,box-shadow .12s ease;width:14px}#AcheRadiosPlayer .volume-control input[type=range]:active::-moz-range-thumb,#AcheRadiosPlayer .volume-control input[type=range]:focus-visible::-moz-range-thumb,#AcheRadiosPlayer .volume-control input[type=range]:hover::-moz-range-thumb{box-shadow:0 2px 10px hsla(0,0%,100%,.25),0 2px 6px rgba(0,0,0,.45);transform:scale(1.18)}#AcheRadiosPlayer .volume-value{color:#fff;font-size:12px;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.02em;line-height:1;user-select:none}#AcheRadiosPlayer .tooltip{background-color:#333;border:1px solid #333;border-radius:3px;bottom:130%;color:#fff;font:8pt Tahoma,Arial,sans-serif;left:26%;margin-left:-60px;opacity:0;padding:5px;position:absolute;text-align:center;transition:opacity .3s;visibility:hidden;width:120px;z-index:1}#AcheRadiosPlayer .tooltip:after{border:5px solid transparent;border-top-color:#333;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}#AcheRadiosPlayer button:hover .tooltip{opacity:1;visibility:visible}@keyframes blink{0%{opacity:1}to{opacity:.6}}@keyframes rotate{to{transform:rotate(1turn)}}