:root{--ish-radio-accent:#18a558;--ish-radio-bg:#10141b;--ish-radio-text:#fff}
body{padding-bottom:92px!important}
.ish-radio-player{position:fixed;left:0;right:0;bottom:0;z-index:999999;min-height:76px;padding:10px 14px;display:flex;align-items:center;gap:12px;background:var(--ish-radio-bg);color:var(--ish-radio-text);box-shadow:0 -8px 28px rgba(0,0,0,.25);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ish-radio-player button{font:inherit}.ish-radio-logo-button{width:56px;height:56px;flex:0 0 56px;border:0;border-radius:14px;background:rgba(255,255,255,.1);color:#fff;overflow:hidden;display:grid;place-items:center;cursor:pointer;font-size:27px}.ish-radio-logo-button img{width:100%;height:100%;object-fit:cover}.ish-radio-meta{min-width:0;flex:1}.ish-radio-kicker{font-size:10px;font-weight:900;letter-spacing:.15em;color:var(--ish-radio-accent);margin-bottom:2px}.ish-radio-title{font-size:16px;line-height:1.2;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ish-radio-subtitle{font-size:12px;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.ish-radio-controls{display:flex;align-items:center;gap:6px}.ish-radio-controls button,.ish-radio-expand{width:38px;height:38px;border:0;border-radius:11px;background:rgba(255,255,255,.1);color:var(--ish-radio-text);cursor:pointer;font-weight:800}.ish-radio-controls button:hover,.ish-radio-expand:hover{background:rgba(255,255,255,.18)}.ish-radio-controls .ish-radio-play{width:48px;height:48px;background:var(--ish-radio-accent);color:#fff;border-radius:50%;font-size:16px}.ish-radio-controls input[type=range]{width:85px;accent-color:var(--ish-radio-accent)}.ish-radio-expand{font-size:20px}.ish-radio-station-panel{position:absolute;left:12px;right:12px;bottom:86px;max-height:min(60vh,520px);overflow:auto;background:#fff;color:#15171a;border-radius:18px;box-shadow:0 18px 55px rgba(0,0,0,.35);padding:10px}.ish-radio-panel-station{width:100%;display:flex;align-items:center;gap:12px;border:0;background:transparent;padding:9px;border-radius:13px;cursor:pointer;text-align:left;color:#15171a}.ish-radio-panel-station:hover,.ish-radio-panel-station.is-active{background:#f0f5f2}.ish-radio-panel-logo{width:48px;height:48px;flex:0 0 48px;border-radius:12px;background:#eef1f3;display:grid;place-items:center;overflow:hidden;font-size:22px}.ish-radio-panel-logo img{width:100%;height:100%;object-fit:cover}.ish-radio-panel-text{display:flex;flex:1;min-width:0;flex-direction:column}.ish-radio-panel-text strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ish-radio-panel-text small{color:#687078;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ish-radio-panel-play{color:var(--ish-radio-accent);font-size:18px;font-weight:900}.ish-radio-panel-empty{padding:18px;text-align:center}.ish-radio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin:20px 0}.ish-radio-card{display:flex;align-items:center;gap:14px;width:100%;border:1px solid #e5e7eb;border-radius:18px;background:#fff;padding:13px;box-shadow:0 8px 24px rgba(0,0,0,.05);cursor:pointer;text-align:left;color:#111827;transition:.18s ease}.ish-radio-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.09)}.ish-radio-card-logo{width:62px;height:62px;flex:0 0 62px;border-radius:15px;overflow:hidden;background:#eef2f4;display:grid;place-items:center;font-size:28px}.ish-radio-card-logo img{width:100%;height:100%;object-fit:cover}.ish-radio-card-text{min-width:0;display:flex;flex:1;flex-direction:column}.ish-radio-card-text strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ish-radio-card-text small{margin-top:3px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ish-radio-card-play{width:38px;height:38px;border-radius:50%;background:var(--ish-radio-accent);color:#fff;display:grid;place-items:center;padding-left:2px}.ish-radio-empty{padding:20px;border-radius:14px;background:#f5f6f7}.ish-radio-loading body{cursor:progress}.ish-radio-loading body:after{content:"";position:fixed;top:0;left:0;right:0;height:3px;z-index:1000000;background:linear-gradient(90deg,transparent,var(--ish-radio-accent),transparent);animation:ishRadioLoad 1s linear infinite}@keyframes ishRadioLoad{from{transform:translateX(-100%)}to{transform:translateX(100%)}}
@media(max-width:760px){body{padding-bottom:84px!important}.ish-radio-player{min-height:68px;padding:8px 10px;gap:8px}.ish-radio-logo-button{width:48px;height:48px;flex-basis:48px}.ish-radio-title{font-size:14px}.ish-radio-subtitle{font-size:11px}.ish-radio-controls input[type=range],.ish-radio-controls #ish-radio-prev,.ish-radio-controls #ish-radio-next{display:none}.ish-radio-controls button{width:36px;height:36px}.ish-radio-controls .ish-radio-play{width:44px;height:44px}.ish-radio-expand{width:36px;height:36px}.ish-radio-station-panel{left:7px;right:7px;bottom:78px}.ish-radio-grid{grid-template-columns:1fr}}
