.global-radio-player{position:fixed;z-index:100;right:22px;bottom:22px;display:flex;align-items:center;gap:13px;min-width:310px;padding:10px 12px 10px 15px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(46,18,56,.94);box-shadow:0 18px 45px rgba(23,8,30,.28);backdrop-filter:blur(14px);color:#fff}.global-radio-status{display:flex;flex-direction:column;min-width:105px;line-height:1.2;font-weight:800;font-size:13px}.global-radio-status small{margin-top:4px;color:#d9bddc;font-size:10px;font-weight:500}.global-radio-dot{width:7px;height:7px;position:absolute;top:10px;right:10px;border-radius:50%;background:#73e6a1;box-shadow:0 0 0 4px rgba(115,230,161,.12)}.global-radio-toggle{width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:#f6c945;color:#2e1238;cursor:pointer;transition:.2s}.global-radio-toggle:hover{transform:scale(1.07);background:#ffe07a}.global-radio-player input[type=range]{width:74px;accent-color:#f6c945;cursor:pointer}.global-radio-player.is-playing .global-radio-dot{animation:global-radio-pulse 1.5s infinite}@keyframes global-radio-pulse{50%{box-shadow:0 0 0 8px rgba(115,230,161,0)}}@media(max-width:600px){.global-radio-player{right:12px;bottom:12px;left:12px;min-width:0;justify-content:space-between;border-radius:14px}.global-radio-player input[type=range]{width:82px}}
