/* The page only reserves space after the listener explicitly opens the player. */
body.prh-player-open{padding-bottom:92px}
body.prh-player-open.prh-player-minimized{padding-bottom:0}
body.pky-has-stream:not(.prh-player-open){padding-bottom:0!important}
body.pky-has-stream.prh-player-open:not(.prh-player-minimized){padding-bottom:96px!important}
body.pky-has-stream.prh-player-open.prh-player-minimized{padding-bottom:0!important}

.prh-player{position:fixed;left:0;right:0;bottom:0;z-index:999999;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -8px 30px rgba(23,78,166,.14);font-family:Inter,Arial,sans-serif;color:#172033;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
.prh-player.is-closed{opacity:0!important;visibility:hidden!important;transform:translateY(110%)!important;pointer-events:none!important}
.prh-player__inner{max-width:1220px;margin:auto;min-height:78px;padding:10px 18px;display:flex;align-items:center;gap:14px}
.prh-player__art{width:56px;height:56px;flex:0 0 56px}
.prh-player__logo{width:56px;height:56px;object-fit:cover;border-radius:12px}
.prh-player__play{width:48px;height:48px;border:0;border-radius:50%;background:#d62828;color:#fff;font-size:18px;cursor:pointer}
.prh-player__info{min-width:0;flex:1;line-height:1.25}
.prh-player__live{font-size:11px;text-transform:uppercase;color:#d62828;font-weight:800;letter-spacing:.08em}
.prh-player__live span{display:inline-block;width:8px;height:8px;background:#d62828;border-radius:50%;margin-right:5px}
.prh-player__station{display:block;color:#174ea6}
.prh-player__program,.prh-player__host{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}
.prh-player__host{color:#64748b}
.prh-player__volume{width:120px}
.prh-player__minimize{border:0;background:#eaf3ff;color:#174ea6;border-radius:10px;width:38px;height:38px;font-size:24px;cursor:pointer}
.prh-player.is-minimized{left:auto;right:14px;bottom:14px;border:0;border-radius:999px;width:auto}
.prh-player.is-minimized .prh-player__inner{min-height:auto;padding:8px}
.prh-player.is-minimized .prh-player__art,.prh-player.is-minimized .prh-player__info,.prh-player.is-minimized .prh-player__volume-label{display:none}
.prh-player.is-minimized .prh-player__minimize{transform:rotate(180deg)}

.prh-listen-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 20px;border:0;border-radius:999px;background:#d62828;color:#fff;font:700 15px/1.2 Inter,Arial,sans-serif;box-shadow:0 10px 24px rgba(214,40,40,.24);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.prh-listen-button:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 13px 28px rgba(214,40,40,.32)}
.prh-listen-button:focus-visible{outline:3px solid rgba(23,78,166,.35);outline-offset:3px}
.prh-listen-button__dot{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.65);animation:prhListenPulse 1.7s infinite}
@keyframes prhListenPulse{70%{box-shadow:0 0 0 9px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}

@media(max-width:640px){body.prh-player-open{padding-bottom:82px}body.pky-has-stream.prh-player-open:not(.prh-player-minimized){padding-bottom:84px!important}.prh-player__inner{min-height:68px;padding:8px 10px;gap:9px}.prh-player__art{display:none}.prh-player__play{width:44px;height:44px}.prh-player__volume-label{display:none}.prh-player__minimize{width:34px;height:34px}.prh-player__station{font-size:14px}}
@media(prefers-reduced-motion:reduce){.prh-player,.prh-listen-button{transition:none}.prh-listen-button__dot{animation:none}}
