.station-play{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:rgba(0,180,255,.12);color:var(--cyan2);font-weight:900;cursor:pointer}
.station-play:disabled{opacity:.35;cursor:not-allowed}
.station-play:hover:not(:disabled){background:var(--cyan);color:#001221}
.growth-player{position:fixed;z-index:70;left:50%;bottom:18px;transform:translateX(-50%);width:min(720px,calc(100% - 24px));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 12px;border-radius:22px;background:rgba(0,6,39,.95);border:1px solid rgba(115,220,255,.32);box-shadow:0 20px 60px rgba(0,0,0,.55);backdrop-filter:blur(20px)}
.growth-player[hidden]{display:none}
.growth-player img{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#001a48}
.growth-player strong,.growth-player span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.growth-player span{color:var(--muted);font-size:11px;margin-top:4px}
.growth-player button{width:48px;height:48px;border-radius:50%;border:0;background:var(--cyan);color:#001221;font-weight:950;cursor:pointer}


/* R76 — one premium global player */
.has-growth-player .growth-main{padding-bottom:190px}
.growth-player{width:min(860px,calc(100% - 24px));grid-template-columns:auto minmax(0,1fr) auto;gap:14px;padding:10px 12px 10px 10px;border-radius:24px;background:linear-gradient(135deg,rgba(0,7,40,.97),rgba(0,20,64,.96));border:1px solid rgba(115,220,255,.36);box-shadow:0 24px 74px rgba(0,0,0,.58),0 0 44px rgba(0,180,255,.08)}
.growth-player-artwork{position:relative;width:58px;height:58px;border-radius:15px;overflow:hidden;background:#001a48;display:grid;place-items:center}
.growth-player-artwork img{width:100%;height:100%;border-radius:0;object-fit:contain;background:#fff;padding:3px}
.growth-player-artwork [data-player-logo-fallback]{font-weight:1000;color:var(--cyan2)}
.growth-player-copy{min-width:0}
.growth-player-title-row{display:flex;align-items:center;gap:8px;min-width:0}
.growth-player-title-row strong{min-width:0;font-size:15px}
.growth-player-live{flex:0 0 auto;color:#79ffc8!important;border:1px solid rgba(79,255,184,.32);border-radius:999px;padding:3px 6px;font-size:8px!important;font-weight:950;letter-spacing:.12em;margin:0!important}
.growth-player-status{color:#86ddff!important;font-size:10px!important}
.growth-player-controls{display:flex;align-items:center;gap:10px}
.growth-player-controls>button{width:50px;height:50px}
.growth-player-volume{display:flex;align-items:center;gap:6px;color:var(--muted)}
.growth-player-volume input{width:92px;accent-color:var(--cyan)}