:root{
  --r90h-bg:#0b0e14;--r90h-fg:#e6e6e6;--r90h-muted:#a8b0bf;--r90h-border:rgba(255,255,255,.08);--r90h-card:#111524;--r90h-accent:#6bdcff;
  --r90h-cover:72px;--r90h-btn:72px;--r90h-artist:15px;--r90h-title:14px;--r90h-prev:11px;--r90h-player-h:calc(var(--r90h-cover) + 36px);
}
#radio90hit-player.sticky-player{
  position:fixed;left:0;right:0;bottom:0;z-index:9999;background:var(--r90h-bg);color:var(--r90h-fg);
  border-top:1px solid var(--r90h-border);box-shadow:0 -10px 40px rgba(0,0,0,.35);
  display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:10px 14px;min-height:var(--r90h-player-h);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif
}
#radio90hit-player .player-cover{width:var(--r90h-cover);height:var(--r90h-cover);border-radius:8px;object-fit:cover;background:#0c111b}
#radio90hit-player .player-info{min-width:0}
#radio90hit-player .player-meta{display:flex;gap:8px;align-items:center;margin-bottom:2px}
#radio90hit-player .badge-live{color:#fff;background:#e11d48;padding:2px 8px;border-radius:999px;font-size:12px;display:inline-flex;align-items:center;gap:6px}
#radio90hit-player .badge-live .dot{width:8px;height:8px;border-radius:999px;background:#fff;display:inline-block}
#radio90hit-player .badge-audience{color:var(--r90h-muted);display:inline-flex;gap:6px;align-items:center;font-size:12px}
#radio90hit-player .player-controls button{width:var(--r90h-btn);height:var(--r90h-btn);border-radius:999px;border:1px solid var(--r90h-border);background:var(--r90h-card);color:var(--r90h-fg);display:inline-flex;justify-content:center;align-items:center;gap:8px}
#radio90hit-player .player-controls .eq{display:inline-flex;gap:2px;margin-left:4px}
#radio90hit-player .player-controls .eq i{width:2px;height:8px;background:var(--r90h-accent);display:block;animation:r90h-eq 1s ease-in-out infinite alternate}
#radio90hit-player .player-controls .eq i:nth-child(2){animation-delay:.2s}
#radio90hit-player .player-controls .eq i:nth-child(3){animation-delay:.4s}
#radio90hit-player #now-artist{font-weight:700;font-size:var(--r90h-artist);line-height:1.0;margin:2px 0 0;white-space:nowrap}
#radio90hit-player #now-title{font-size:var(--r90h-title);line-height:1.10;margin:0 0 2px;white-space:nowrap}
#radio90hit-player .player-ticker{grid-column:1/-1;color:var(--r90h-muted);font-size:12px}
@keyframes r90h-eq{to{height:16px}}
@keyframes r90h-ticker{to{transform:translateX(-100%)}}
@media (max-width:768px){
  #radio90hit-player.sticky-player{grid-template-columns:auto 1fr auto}
  #radio90hit-player .player-ticker{order:3}
}
#radio90hit-player.sticky-player{
  display:grid;
  grid-template-columns:auto 2fr auto; /* copertă | info | buton */
  grid-auto-rows:min-content;
}

/* info */
#radio90hit-player .player-info{ min-width:0 }

/* Ticker pe rând dedicat, 100% */
#radio90hit-player .player-ticker{
  grid-column:1 / -1;   /* întinde pe toate coloanele */
  width:100%; min-width:0;
  color:var(--r90h-muted);
  font-size:18px;
  margin-top:0px;
  overflow:hidden;
  height:26px; line-height:26px;
}

/* scroll orizontal + fade la margini */
#radio90hit-player .dedicatii-marquee{
  --fade:16px;
  position:relative;
  padding:0 var(--fade);
  overflow:hidden;
  -webkit-mask-image:linear-gradient(to right, transparent, #000 var(--fade), #000 calc(100% - var(--fade)), transparent);
          mask-image:linear-gradient(to right, transparent, #000 var(--fade), #000 calc(100% - var(--fade)), transparent);
}
#radio90hit-player .dedicatii-marquee > span{
  display:inline-block;
  padding-left:100%;
  white-space:nowrap;
  animation:r90h-ticker calc(var(--r90h-ticker-speed,40s)) linear infinite;
}

@media (max-width:768px){
  #radio90hit-player .player-ticker{ order:3; height:26px; line-height:26px }
  #radio90hit-player .dedicatii-marquee{ --fade:12px }
}
