.request-stream {
  overflow: hidden;
  padding: 19px 0 22px;
  background: linear-gradient(90deg, #07192c, #0c3151 50%, #07192c);
  border-block: 1px solid rgba(246, 166, 35, 0.35);
}

.request-stream-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}

.request-stream-head span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.request-stream-head small { color: var(--muted); }

.request-ticker {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.request-ticker-track {
  display: flex;
  width: max-content;
  animation: requestTicker 70s linear infinite;
}

.request-ticker:hover .request-ticker-track { animation-play-state: paused; }
.request-ticker-group { display: flex; gap: 14px; padding-right: 14px; }

.request-chip {
  display: grid;
  gap: 3px;
  width: clamp(300px, 31vw, 430px);
  padding: 13px 17px;
  background: rgba(2, 15, 27, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.request-chip strong,
.request-chip span,
.request-chip b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-chip strong { color: #fff; }
.request-chip span { color: var(--muted); font-size: 13px; }
.request-chip b { color: var(--gold); font-size: 12px; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px 11px 12px;
  color: #fff;
  background: #25d366;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.36);
  font-weight: 900;
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 42px rgba(37, 211, 102, 0.35);
}

.whatsapp-float svg { width: 31px; height: 31px; }
.admin-note { margin: -8px 0 18px; color: var(--muted); }
.admin-body.admin-light .admin-note { color: #5f6f82; }
.admin-body.admin-light .btn.btn-outline { color: #172033; border-color: #9aa8b6; }

.request-status {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.request-status.is-visible { color: #b8ffd2; background: #123b26; border: 1px solid #28764d; }
.request-status.is-hidden { color: #ffd5d8; background: #4a1c22; border: 1px solid #a43f4c; }

@keyframes requestTicker { to { transform: translateX(-50%); } }

@media (max-width: 620px) {
  .request-stream-head { align-items: flex-start; flex-direction: column; gap: 2px; }
  .request-chip { width: 285px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 58px; height: 58px; justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .request-ticker { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .request-ticker-track { animation: none; }
  .request-ticker-group[aria-hidden="true"] { display: none; }
}

/* Uzun şarkı isimleri mobil ekranda taşmaz. */
.player-info{min-width:0}.player-info #nowPlayingTitle{white-space:normal;overflow-wrap:anywhere;line-height:1.4}.player .play,.player .live-dot{flex-shrink:0}
