#AcheRadiosPlayer{align-items:center;background:#1e293b;border-radius:10px;box-shadow:0 4px 12px rgba(15,23,42,.25);display:flex;gap:12px;justify-content:center;margin-bottom:1.5em;max-width:1100px;padding:12px 16px;position:relative;transition:opacity .3s;width:100%}@media(min-width:728px){#AcheRadiosPlayer{gap:16px;padding:14px 20px}}#AcheRadiosPlayer .none{display:none!important}#AcheRadiosPlayer .block{display:block!important}#AcheRadiosPlayer .player-status{color:#f1f5f9;display:block;flex-grow:1;font-size:17px;font-weight:700;line-height:1.25;min-width:0}#AcheRadiosPlayer .station-name{margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#AcheRadiosPlayer .status-text{align-items:center;color:#94a3b8;display:inline-flex;font-size:13px;font-weight:500;gap:6px;transition:color .2s ease}#AcheRadiosPlayer .status-text .live-dot{border-radius:50%;display:none;flex-shrink:0;height:8px;width:8px}#AcheRadiosPlayer .status-text.live{color:#f1f5f9;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}#AcheRadiosPlayer .status-text.live .live-dot{animation:live-pulse 1.6s ease-out infinite;background:#ef4444;box-shadow:0 0 0 0 rgba(239,68,68,.7);display:inline-block}#AcheRadiosPlayer .status-text.error{color:#fca5a5}#AcheRadiosPlayer .play-button{align-items:center;background:#3182ce;border:none;border-radius:50%;box-shadow:0 4px 12px rgba(49,130,206,.35);color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;min-height:44px;min-width:44px;outline:none;transition:background-color .15s ease,transform .12s ease,box-shadow .15s ease;width:44px}#AcheRadiosPlayer .play-button:hover{background:#1d4ed8;transform:scale(1.05)}#AcheRadiosPlayer .play-button:active{transform:scale(.95)}#AcheRadiosPlayer .play-button:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}#AcheRadiosPlayer .play-button[disabled]{cursor:not-allowed;opacity:.55}#AcheRadiosPlayer .play-button[disabled]:active,#AcheRadiosPlayer .play-button[disabled]:hover{background:#3182ce;transform:none}#AcheRadiosPlayer .play-button svg{fill:#fff}#AcheRadiosPlayer .share-button,#AcheRadiosPlayer .volume-button{align-items:center;background:transparent;border:none;border-radius:50%;color:hsla(0,0%,100%,.85);cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;min-height:36px;min-width:36px;outline:none;transition:background-color .15s ease,color .15s ease;width:36px}#AcheRadiosPlayer .share-button:hover,#AcheRadiosPlayer .volume-button:hover{background:hsla(0,0%,100%,.1);color:#fff}#AcheRadiosPlayer .share-button:active,#AcheRadiosPlayer .volume-button:active{background:hsla(0,0%,100%,.16)}#AcheRadiosPlayer .share-button:focus-visible,#AcheRadiosPlayer .volume-button:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}#AcheRadiosPlayer .share-button svg,#AcheRadiosPlayer .volume-button svg{fill:currentColor}#AcheRadiosPlayer .loading-icon{animation:rotate 1s linear infinite}#AcheRadiosPlayer .player-actions{align-items:center;display:flex;gap:6px}#AcheRadiosPlayer .volume-container{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;background:#0f172a;border:1px solid rgba(148,163,184,.18);border-radius:10px;bottom:calc(100% + 10px);box-shadow:0 8px 20px rgba(15,23,42,.45);box-sizing:border-box;display:flex;flex-direction:column;gap:8px;left:50%;opacity:0;padding:10px 14px;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(4px) scale(.96);transform-origin:bottom center;transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s;visibility:hidden;z-index:10}#AcheRadiosPlayer .volume-control:not(.hidden){opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0) scale(1);transition:opacity .16s ease,transform .16s ease,visibility 0s linear 0s;visibility:visible}#AcheRadiosPlayer .volume-control:after{border:6px solid transparent;border-top-color:#0f172a;content:"";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,#3182ce 0,#3182ce var(--volume-progress),rgba(148,163,184,.25) var(--volume-progress),rgba(148,163,184,.25) 100%);border-radius:2px;height:4px}#AcheRadiosPlayer .volume-control input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;border:2px solid #3182ce;border-radius:50%;box-shadow:0 1px 3px rgba(15,23,42,.5);height:12px;margin-top:-4px;transition:transform .12s ease,box-shadow .12s ease;width:12px}#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 0 0 4px rgba(49,130,206,.25),0 1px 3px rgba(15,23,42,.5);transform:scale(1.18)}#AcheRadiosPlayer .volume-control input[type=range]::-moz-range-track{background:rgba(148,163,184,.25);border-radius:2px;height:4px}#AcheRadiosPlayer .volume-control input[type=range]::-moz-range-progress{background:#3182ce;border-radius:2px;height:4px}#AcheRadiosPlayer .volume-control input[type=range]::-moz-range-thumb{background:#fff;border:2px solid #3182ce;border-radius:50%;box-shadow:0 1px 3px rgba(15,23,42,.5);height:12px;transition:transform .12s ease,box-shadow .12s ease;width:12px}#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 0 0 4px rgba(49,130,206,.25),0 1px 3px rgba(15,23,42,.5);transform:scale(1.18)}#AcheRadiosPlayer .volume-value{color:#cbd5e1;font-size:11px;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.04em;line-height:1;user-select:none}@keyframes live-pulse{0%{box-shadow:0 0 0 0 rgba(239,68,68,.7)}70%{box-shadow:0 0 0 8px rgba(239,68,68,0)}to{box-shadow:0 0 0 0 rgba(239,68,68,0)}}@keyframes rotate{to{transform:rotate(1turn)}}