.radio-player{position:fixed;z-index:1000;right:0;bottom:0;left:0;min-height:var(--player-height);color:#f7f7fb;background:rgba(17,18,24,.97);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -16px 50px rgba(0,0,0,.24);backdrop-filter:blur(18px);transform:translateY(110%);visibility:hidden;transition:transform .3s ease,visibility .3s;}.radio-player[aria-hidden="false"]{transform:translateY(0);visibility:visible;}.radio-player__inner{min-height:var(--player-height);display:grid;grid-template-columns:64px minmax(150px,1fr) auto 36px;gap:14px;align-items:center;}.radio-player__logo{width:62px;height:62px;border-radius:13px;object-fit:cover;background:linear-gradient(135deg,#2a1d59,var(--accent));}.radio-player__info{min-width:0;display:grid;line-height:1.25;}.radio-player__info > *{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.radio-player__status{color:#a99cff;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}.radio-player__info strong{font-size:14px;}.radio-player__info #player-meta,.radio-player__info #player-track{color:#9da1ae;font-size:10px;}.radio-player__controls{display:flex;align-items:center;gap:8px;}.player-button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#fff;font-size:20px;cursor:pointer;}.player-button:hover{background:rgba(255,255,255,.1);}.player-button--play{width:52px;height:52px;color:#fff;background:var(--accent);}.player-button--play:hover{background:var(--accent-hover);}.volume-control input{width:90px;accent-color:var(--accent);}.radio-player__progress{height:3px;background:#31333c;overflow:hidden;}.radio-player__progress span{display:block;width:30%;height:100%;background:var(--accent);animation:live-progress 2.2s ease-in-out infinite alternate;}.radio-player.is-paused .radio-player__progress span{animation-play-state:paused;}.radio-player.is-error .radio-player__progress span{width:100%;background:#ef4444;animation:none;}.radio-player__message{position:absolute;left:50%;bottom:100%;max-width:min(90vw,560px);padding:8px 13px;border-radius:9px 9px 0 0;background:#171820;text-align:center;font-size:11px;transform:translateX(-50%);opacity:0;pointer-events:none;}.radio-player__message:not(:empty){opacity:1;}
