@import url("mzansimusic.css");

.music-page.northerncape-music {
  background:
    radial-gradient(circle at 84% 4%, rgba(224, 149, 62, 0.18) 0%, rgba(224, 149, 62, 0) 34%),
    radial-gradient(circle at 12% 10%, rgba(83, 150, 184, 0.17) 0%, rgba(83, 150, 184, 0) 36%),
    radial-gradient(circle at 52% 100%, rgba(233, 202, 123, 0.12) 0%, rgba(233, 202, 123, 0) 38%),
    linear-gradient(180deg, #11131a 0%, #212734 45%, #171b24 100%);
  color: #f7f5ef;
}

.music-page.northerncape-music .navbar {
  background:
    linear-gradient(90deg, rgba(20, 20, 26, 0.96), rgba(35, 38, 50, 0.95)),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 10px,
      rgba(0, 0, 0, 0.09) 10px,
      rgba(0, 0, 0, 0.09) 20px
    );
  border-bottom: 1px solid #7db7d2;
}

.music-page.northerncape-music .navbar h1 {
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(125, 183, 210, 0.25);
}

.music-page.northerncape-music .navbar a {
  border: 1px solid #6f8db4;
  background: rgba(48, 58, 78, 0.8);
  color: #f8f4e8;
}

.music-page.northerncape-music .navbar a:hover {
  background: rgba(67, 80, 105, 0.95);
  color: #ffe9bf;
  border-color: #e0a44a;
}

.music-page.northerncape-music .card {
  background:
    linear-gradient(145deg, rgba(30, 33, 43, 0.92), rgba(23, 26, 35, 0.92)),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.012) 0,
      rgba(255, 255, 255, 0.012) 12px,
      rgba(0, 0, 0, 0.035) 12px,
      rgba(0, 0, 0, 0.035) 24px
    );
  border: 1px solid rgba(103, 132, 171, 0.85);
  backdrop-filter: blur(3px);
}

.music-page.northerncape-music .hero {
  background:
    linear-gradient(120deg, rgba(54, 71, 99, 0.95), rgba(67, 63, 94, 0.95)),
    repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 9px,
      rgba(0, 0, 0, 0.05) 9px,
      rgba(0, 0, 0, 0.05) 18px
    );
  border: 1px solid #8fb8cc;
  position: relative;
  overflow: hidden;
}

.music-page.northerncape-music .hero::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -80px;
  top: -95px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 149, 62, 0.35), rgba(224, 149, 62, 0));
  pointer-events: none;
}

.music-page.northerncape-music .hero h2 {
  color: #fff9ee;
}

.music-page.northerncape-music .hero p,
.music-page.northerncape-music .helper-text,
.music-page.northerncape-music .np-artist,
.music-page.northerncape-music .status-msg,
.music-page.northerncape-music .seek-row,
.music-page.northerncape-music .track-text small {
  color: #d7d8df;
}

.music-page.northerncape-music .filter-btn,
.music-page.northerncape-music .chip-btn,
.music-page.northerncape-music .icon-btn,
.music-page.northerncape-music .play-btn,
.music-page.northerncape-music .row-like,
.music-page.northerncape-music .row-owner-btn,
.music-page.northerncape-music .search-input,
.music-page.northerncape-music .upload-form input[type="text"],
.music-page.northerncape-music .upload-form input[type="file"],
.music-page.northerncape-music .pill,
.music-page.northerncape-music .recent-btn {
  border-color: #6784ab;
  background: rgba(43, 50, 66, 0.88);
  color: #fff6e5;
}

.music-page.northerncape-music .row-owner-btn.delete {
  border-color: #a56161;
  background: #4a2828;
  color: #ffd1d1;
}

.music-page.northerncape-music .filter-btn.active,
.music-page.northerncape-music .filter-btn:hover,
.music-page.northerncape-music .chip-btn.active,
.music-page.northerncape-music .chip-btn:hover,
.music-page.northerncape-music .icon-btn.active,
.music-page.northerncape-music .icon-btn:hover,
.music-page.northerncape-music .play-btn:hover,
.music-page.northerncape-music .row-like:hover,
.music-page.northerncape-music .recent-btn:hover {
  background: rgba(66, 77, 99, 0.96);
  border-color: #e0a44a;
  color: #fff2de;
}

.music-page.northerncape-music .track-row {
  border-color: #5a708f;
  background: linear-gradient(125deg, rgba(34, 40, 53, 0.96), rgba(43, 50, 66, 0.96));
}

.music-page.northerncape-music .track-row.active {
  border-color: #e0a44a;
  background: linear-gradient(120deg, rgba(69, 78, 101, 0.98), rgba(78, 89, 115, 0.98));
  box-shadow: 0 0 0 rgba(224, 164, 74, 0.2);
  animation: northernCapeTrackPulse 2.1s ease-in-out infinite;
}

.music-page.northerncape-music .track-row.now-playing .track-cover,
.music-page.northerncape-music .np-cover {
  border-color: #8fb8cc;
}

.music-page.northerncape-music.playing .np-cover {
  animation: northernCapeCoverGlow 2.6s ease-in-out infinite;
}

.music-page.northerncape-music .track-text strong,
.music-page.northerncape-music .np-title,
.music-page.northerncape-music .music-sidebar h2,
.music-page.northerncape-music .music-main h2,
.music-page.northerncape-music .music-right h3,
.music-page.northerncape-music .list-head h3 {
  color: #fff9ef;
}

.music-page.northerncape-music .now-playing-bar {
  background: linear-gradient(90deg, rgba(20, 23, 31, 0.98), rgba(26, 30, 40, 0.98));
  border-top: 1px solid #6784ab;
}

.music-page.northerncape-music .progress,
.music-page.northerncape-music #volume {
  accent-color: #e0a44a;
}

.music-page.northerncape-music .progress {
  border-color: #7088ad;
  background: linear-gradient(to right, #e0a44a 0%, #e0a44a var(--progress-pct), #3a4358 var(--progress-pct), #3a4358 100%);
}

.music-page.northerncape-music .progress::-webkit-slider-thumb {
  background: #e0a44a;
  border-color: #1e2331;
}

.music-page.northerncape-music .progress::-moz-range-thumb {
  background: #e0a44a;
  border-color: #1e2331;
}

.music-page.northerncape-music .icon-btn:focus,
.music-page.northerncape-music .play-btn:focus,
.music-page.northerncape-music .track-main:focus,
.music-page.northerncape-music .recent-btn:focus,
.music-page.northerncape-music .filter-btn:focus,
.music-page.northerncape-music .row-like:focus,
.music-page.northerncape-music .chip-btn:focus,
.music-page.northerncape-music .search-input:focus,
.music-page.northerncape-music .upload-form input:focus {
  outline: 2px solid #7db7d2;
  outline-offset: 2px;
}

@keyframes northernCapeTrackPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(224, 164, 74, 0.26);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(224, 164, 74, 0.07);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(224, 164, 74, 0.2);
  }
}

@keyframes northernCapeCoverGlow {
  0% {
    box-shadow: 0 0 0 rgba(125, 183, 210, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(125, 183, 210, 0.09);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 0 0 rgba(125, 183, 210, 0.2);
    transform: scale(1);
  }
}

@media (max-width: 640px) {
  .music-page.northerncape-music .hero h2 {
    font-size: 1.3rem;
  }

  .music-page.northerncape-music .hero p {
    font-size: 0.92rem;
  }
}
