/* V126.2.50 • Globalny inteligentny sticky player Radio Sloty */
:root{--rs-sticky-player-h:86px;--rs-sticky-player-gap:14px}
body.rs-global-player-visible{padding-bottom:calc(var(--rs-sticky-player-h) + var(--rs-sticky-player-gap) + env(safe-area-inset-bottom,0px))}
body.rs-global-player-minimized{--rs-sticky-player-h:54px}
.rs-global-player{
  position:fixed;z-index:860;left:max(12px,env(safe-area-inset-left,0px));right:max(12px,env(safe-area-inset-right,0px));bottom:max(10px,env(safe-area-inset-bottom,0px));
  height:var(--rs-sticky-player-h);border:1px solid rgba(255,255,255,.12);border-radius:22px;overflow:hidden;
  background:linear-gradient(105deg,rgba(18,8,28,.985),rgba(21,11,34,.975) 55%,rgba(14,8,26,.985));
  box-shadow:0 18px 52px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.055);backdrop-filter:blur(18px);
  opacity:0;transform:translate3d(0,calc(100% + 28px),0);pointer-events:none;
  transition:transform .42s cubic-bezier(.22,.8,.28,1),opacity .3s ease,height .28s ease;
}
.rs-global-player::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 30% 30%,rgba(255,70,143,.09),transparent 32%),radial-gradient(circle at 72% 0,rgba(255,199,73,.055),transparent 27%)}
.rs-global-player.is-visible{opacity:1;transform:translate3d(0,0,0);pointer-events:auto}
.rs-global-player__inner{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:minmax(300px,380px) 60px minmax(180px,1fr) auto auto auto 32px;align-items:center;gap:13px;padding:10px 18px}
.rs-global-player__now{min-width:0;display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;align-items:center}
.rs-global-player__avatar{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,103,154,.45);background:linear-gradient(145deg,#5e246e,#311640);box-shadow:0 0 0 4px rgba(255,87,145,.055)}
.rs-global-player__avatar img{width:82%;height:82%;object-fit:contain;object-position:center;display:block}
.rs-global-player__avatar.is-presenter img{width:100%;height:100%;object-fit:cover}
.rs-global-player__copy{min-width:0}
.rs-global-player__eyebrow{display:flex;align-items:center;gap:6px;margin:0 0 3px;color:#ff769d;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.rs-global-player__eyebrow i{width:6px;height:6px;border-radius:50%;background:#ff4c91;box-shadow:0 0 10px rgba(255,76,145,.7)}
.rs-global-player__title{margin:0;color:#fff7f3;font-size:17px;font-weight:900;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rs-global-player__host{margin:4px 0 0;color:#bfb3c9;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rs-global-player__play{position:relative;width:58px;height:58px;border-radius:50%;border:2px solid transparent;background:linear-gradient(#170c22,#170c22) padding-box,linear-gradient(135deg,#ff5b9d,#ffd052) border-box;color:#ffc83d;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 26px rgba(255,77,145,.12);transition:transform .18s ease,box-shadow .18s ease}
.rs-global-player__play:hover{transform:translateY(-1px) scale(1.025);box-shadow:0 10px 30px rgba(255,77,145,.19)}
.rs-global-player__play svg{width:22px;height:22px;fill:currentColor}.rs-global-player__play .icon-pause{display:none}.rs-global-player__play.is-playing .icon-play{display:none}.rs-global-player__play.is-playing .icon-pause{display:block}
.rs-global-player__play.is-connecting{animation:rsStickyPulse 1.1s ease-in-out infinite}
.rs-global-player__volume{min-width:0;display:grid;grid-template-columns:30px minmax(92px,1fr) 34px;gap:8px;align-items:center}
.rs-global-player__mute{width:30px;height:30px;border:0;background:transparent;color:#ffc83d;border-radius:9px;cursor:pointer;display:grid;place-items:center}.rs-global-player__mute:hover{background:rgba(255,255,255,.06)}
.rs-global-player__mute svg{width:18px;height:18px;fill:currentColor}.rs-global-player__mute .icon-off{display:none}.rs-global-player__mute.is-muted .icon-on{display:none}.rs-global-player__mute.is-muted .icon-off{display:block}
.rs-global-player__range{appearance:none;width:100%;height:4px;border-radius:999px;background:linear-gradient(90deg,#ffbf36 var(--rs-sticky-volume,50%),rgba(255,255,255,.12) var(--rs-sticky-volume,50%));outline:none}
.rs-global-player__range::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:50%;background:#ffc33d;border:0;box-shadow:0 0 0 3px rgba(255,195,61,.08);cursor:pointer}.rs-global-player__range::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#ffc33d;border:0;cursor:pointer}
.rs-global-player__volume output{font-size:10px;color:#afa4ba;text-align:right}
.rs-global-player__action{height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.10);border-radius:13px;background:rgba(255,255,255,.035);color:#f7ecf5;font-size:11px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;text-decoration:none;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.rs-global-player__action:hover{border-color:rgba(255,191,70,.42);background:rgba(255,191,70,.07);transform:translateY(-1px)}
.rs-global-player__action--greetings{border-color:rgba(150,104,255,.25);background:rgba(135,82,224,.045)}
.rs-global-player__action--support{border-color:rgba(255,91,152,.42);background:linear-gradient(135deg,rgba(255,85,145,.08),rgba(255,190,64,.045))}.rs-global-player__action svg{width:17px;height:17px;fill:currentColor}
.rs-global-player__minimize{width:32px;height:32px;border:0;border-radius:10px;background:rgba(255,255,255,.045);color:#bfb2c8;cursor:pointer;display:grid;place-items:center;font-size:16px;transition:background .18s ease,color .18s ease}.rs-global-player__minimize:hover{background:rgba(255,255,255,.08);color:#fff}
.rs-global-player.is-minimized{left:auto;width:250px;height:54px;border-radius:17px}
.rs-global-player.is-minimized .rs-global-player__inner{grid-template-columns:minmax(0,1fr) 42px 28px;gap:8px;padding:6px 10px}
.rs-global-player.is-minimized .rs-global-player__now{grid-template-columns:38px minmax(0,1fr);gap:8px}.rs-global-player.is-minimized .rs-global-player__avatar{width:38px;height:38px}.rs-global-player.is-minimized .rs-global-player__eyebrow,.rs-global-player.is-minimized .rs-global-player__host{display:none}.rs-global-player.is-minimized .rs-global-player__title{font-size:12px}.rs-global-player.is-minimized .rs-global-player__play{width:40px;height:40px}.rs-global-player.is-minimized .rs-global-player__play svg{width:17px;height:17px}.rs-global-player.is-minimized .rs-global-player__volume,.rs-global-player.is-minimized .rs-global-player__action{display:none}.rs-global-player.is-minimized .rs-global-player__minimize{transform:rotate(180deg)}
body.modal-open .rs-global-player,body.rs-schedule-open .rs-global-player{opacity:0;transform:translate3d(0,calc(100% + 28px),0);pointer-events:none}
body:has(.footer-info-modal.is-open) .rs-global-player{opacity:0;transform:translate3d(0,calc(100% + 28px),0);pointer-events:none}
@keyframes rsStickyPulse{50%{box-shadow:0 0 0 7px rgba(255,94,149,.08),0 10px 30px rgba(255,77,145,.18)}}
@media (max-width:980px){
  :root{--rs-sticky-player-h:76px}
  .rs-global-player__inner{grid-template-columns:minmax(190px,280px) 52px minmax(120px,1fr) auto auto auto 30px;gap:8px;padding:8px 12px}.rs-global-player__action{padding:0 9px;font-size:10px}.rs-global-player__now{grid-template-columns:48px minmax(0,1fr);gap:9px}.rs-global-player__avatar{width:48px;height:48px}.rs-global-player__play{width:50px;height:50px}.rs-global-player__title{font-size:15px}.rs-global-player__volume{grid-template-columns:28px minmax(70px,1fr);gap:6px}.rs-global-player__volume output{display:none}.rs-global-player__action{height:38px;padding:0 11px}
}
@media (max-width:650px){
  :root{--rs-sticky-player-h:66px;--rs-sticky-player-gap:10px}
  .rs-global-player{left:8px;right:8px;bottom:max(7px,env(safe-area-inset-bottom,0px));border-radius:18px}.rs-global-player__inner{grid-template-columns:minmax(0,1fr) 46px 40px 40px 30px;gap:7px;padding:7px 9px}.rs-global-player__now{grid-template-columns:42px minmax(0,1fr);gap:8px}.rs-global-player__avatar{width:42px;height:42px}.rs-global-player__eyebrow{font-size:8px;margin-bottom:2px}.rs-global-player__title{font-size:13px}.rs-global-player__host{font-size:9px;margin-top:2px}.rs-global-player__play{width:44px;height:44px}.rs-global-player__play svg{width:18px;height:18px}.rs-global-player__volume{display:none}.rs-global-player__action{width:40px;height:40px;padding:0;border-radius:12px}.rs-global-player__action span{display:none}.rs-global-player__action--support{display:none}.rs-global-player__minimize{width:30px;height:30px}.rs-global-player.is-minimized{width:210px;height:52px}.rs-global-player.is-minimized .rs-global-player__inner{grid-template-columns:minmax(0,1fr) 38px 26px}
}
@media(prefers-reduced-motion:reduce){.rs-global-player,.rs-global-player *{transition:none!important;animation:none!important}}
/* Stare mini-playery Magazine zastępuje globalny pasek, żeby nigdy nie grały dwa streamy naraz. */
.rs-news-sidecard__global-player-note{font-size:9px;font-weight:900;letter-spacing:.09em;color:#ffcc55;text-transform:uppercase}
