﻿@import url("mzansimusic.css");

.music-page.cityofjohannesburg-music {
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 90, 95, 0.26) 0%, rgba(255, 90, 95, 0) 33%),
    radial-gradient(circle at 12% 7%, rgba(0, 224, 255, 0.24) 0%, rgba(0, 224, 255, 0) 36%),
    radial-gradient(circle at 52% 100%, rgba(255, 215, 0, 0.18) 0%, rgba(255, 215, 0, 0) 42%),
    linear-gradient(180deg, #0f1523 0%, #1d2940 48%, #132033 100%);
  color: #f4fbff;
}

.music-page.cityofjohannesburg-music .navbar {
  background:
    linear-gradient(90deg, rgba(14, 24, 39, 0.96), rgba(23, 38, 60, 0.95)),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 10px,
      rgba(0, 0, 0, 0.09) 10px,
      rgba(0, 0, 0, 0.09) 20px
    );
  border-bottom: 1px solid #00cfff;
}

.music-page.cityofjohannesburg-music .navbar h1 {
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 207, 255, 0.35);
}

.music-page.cityofjohannesburg-music .navbar a {
  border: 1px solid #2d79cf;
  background: rgba(36, 62, 98, 0.82);
  color: #ecfbff;
}

.music-page.cityofjohannesburg-music .navbar a:hover {
  background: rgba(58, 92, 138, 0.96);
  color: #fff2d0;
  border-color: #ffb347;
}

.music-page.cityofjohannesburg-music .card {
  background:
    linear-gradient(145deg, rgba(19, 34, 52, 0.93), rgba(14, 26, 42, 0.93)),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 12px,
      rgba(0, 0, 0, 0.03) 12px,
      rgba(0, 0, 0, 0.03) 24px
    );
  border: 1px solid rgba(63, 130, 204, 0.9);
  backdrop-filter: blur(3px);
}

.music-page.cityofjohannesburg-music .hero {
  background:
    linear-gradient(120deg, rgba(31, 66, 104, 0.96), rgba(58, 45, 104, 0.95)),
    repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.07) 0,
      rgba(255, 255, 255, 0.07) 9px,
      rgba(0, 0, 0, 0.05) 9px,
      rgba(0, 0, 0, 0.05) 18px
    );
  border: 1px solid #39d4ff;
  position: relative;
  overflow: hidden;
}

.music-page.cityofjohannesburg-music .hero::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -80px;
  top: -95px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 179, 71, 0.4), rgba(255, 179, 71, 0));
  pointer-events: none;
}

.music-page.cityofjohannesburg-music .hero h2 {
  color: #ffffff;
}

.music-page.cityofjohannesburg-music .hero p,
.music-page.cityofjohannesburg-music .helper-text,
.music-page.cityofjohannesburg-music .np-artist,
.music-page.cityofjohannesburg-music .status-msg,
.music-page.cityofjohannesburg-music .seek-row,
.music-page.cityofjohannesburg-music .track-text small {
  color: #c7def3;
}

.music-page.cityofjohannesburg-music .filter-btn,
.music-page.cityofjohannesburg-music .chip-btn,
.music-page.cityofjohannesburg-music .icon-btn,
.music-page.cityofjohannesburg-music .play-btn,
.music-page.cityofjohannesburg-music .row-like,
.music-page.cityofjohannesburg-music .row-owner-btn,
.music-page.cityofjohannesburg-music .search-input,
.music-page.cityofjohannesburg-music .upload-form input[type="text"],
.music-page.cityofjohannesburg-music .upload-form input[type="file"],
.music-page.cityofjohannesburg-music .pill,
.music-page.cityofjohannesburg-music .recent-btn {
  border-color: #4385c4;
  background: rgba(28, 49, 74, 0.9);
  color: #e7f7ff;
}

.music-page.cityofjohannesburg-music .row-owner-btn.delete {
  border-color: #c56a6a;
  background: #5a2d2d;
  color: #ffdada;
}

.music-page.cityofjohannesburg-music .filter-btn.active,
.music-page.cityofjohannesburg-music .filter-btn:hover,
.music-page.cityofjohannesburg-music .chip-btn.active,
.music-page.cityofjohannesburg-music .chip-btn:hover,
.music-page.cityofjohannesburg-music .icon-btn.active,
.music-page.cityofjohannesburg-music .icon-btn:hover,
.music-page.cityofjohannesburg-music .play-btn:hover,
.music-page.cityofjohannesburg-music .row-like:hover,
.music-page.cityofjohannesburg-music .recent-btn:hover {
  background: rgba(52, 84, 123, 0.98);
  border-color: #ffd166;
  color: #fff5df;
}

.music-page.cityofjohannesburg-music .track-row {
  border-color: #3f6b95;
  background: linear-gradient(125deg, rgba(24, 42, 63, 0.96), rgba(32, 54, 80, 0.96));
}

.music-page.cityofjohannesburg-music .track-row.active {
  border-color: #ffd166;
  background: linear-gradient(120deg, rgba(52, 83, 122, 0.98), rgba(63, 99, 142, 0.98));
  box-shadow: 0 0 0 rgba(255, 209, 102, 0.2);
  animation: jhbTrackPulse 2.1s ease-in-out infinite;
}

.music-page.cityofjohannesburg-music .track-row.now-playing .track-cover,
.music-page.cityofjohannesburg-music .np-cover {
  border-color: #00dfff;
}

.music-page.cityofjohannesburg-music.playing .np-cover {
  animation: jhbCoverGlow 2.6s ease-in-out infinite;
}

.music-page.cityofjohannesburg-music .track-text strong,
.music-page.cityofjohannesburg-music .np-title,
.music-page.cityofjohannesburg-music .music-sidebar h2,
.music-page.cityofjohannesburg-music .music-main h2,
.music-page.cityofjohannesburg-music .music-right h3,
.music-page.cityofjohannesburg-music .list-head h3 {
  color: #f7fdff;
}

.music-page.cityofjohannesburg-music .now-playing-bar {
  background: linear-gradient(90deg, rgba(12, 21, 34, 0.98), rgba(18, 35, 53, 0.98));
  border-top: 1px solid #4182c2;
}

.music-page.cityofjohannesburg-music .progress,
.music-page.cityofjohannesburg-music #volume {
  accent-color: #ffd166;
}

.music-page.cityofjohannesburg-music .progress {
  border-color: #4e8fc7;
  background: linear-gradient(to right, #ffd166 0%, #ffd166 var(--progress-pct), #2b4562 var(--progress-pct), #2b4562 100%);
}

.music-page.cityofjohannesburg-music .progress::-webkit-slider-thumb {
  background: #ffd166;
  border-color: #12263b;
}

.music-page.cityofjohannesburg-music .progress::-moz-range-thumb {
  background: #ffd166;
  border-color: #12263b;
}

.music-page.cityofjohannesburg-music .icon-btn:focus,
.music-page.cityofjohannesburg-music .play-btn:focus,
.music-page.cityofjohannesburg-music .track-main:focus,
.music-page.cityofjohannesburg-music .recent-btn:focus,
.music-page.cityofjohannesburg-music .filter-btn:focus,
.music-page.cityofjohannesburg-music .row-like:focus,
.music-page.cityofjohannesburg-music .chip-btn:focus,
.music-page.cityofjohannesburg-music .search-input:focus,
.music-page.cityofjohannesburg-music .upload-form input:focus {
  outline: 2px solid #00e0ff;
  outline-offset: 2px;
}

@keyframes jhbTrackPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 209, 102, 0.26);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 209, 102, 0.08);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 209, 102, 0.2);
  }
}

@keyframes jhbCoverGlow {
  0% {
    box-shadow: 0 0 0 rgba(0, 224, 255, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(0, 224, 255, 0.1);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 0 0 rgba(0, 224, 255, 0.2);
    transform: scale(1);
  }
}

@media (max-width: 640px) {
  .music-page.cityofjohannesburg-music .hero h2 {
    font-size: 1.3rem;
  }

  .music-page.cityofjohannesburg-music .hero p {
    font-size: 0.92rem;
  }
}
