.music-intro {
  text-align: center;
  color: var(--navy-mid);
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.page.music .aplayer {
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

.aplayer .aplayer-bar-wrap .aplayer-bar .aplayer-played,
.aplayer .aplayer-bar-wrap .aplayer-bar .aplayer-thumb {
  background: var(--navy-deep) !important;
}

.aplayer .aplayer-list-light {
  background: rgba(30, 58, 95, 0.08) !important;
  border-left: 3px solid var(--navy-deep);
}

[data-theme="dark"] .page.music .aplayer {
  background: rgba(30, 30, 35, 0.95);
  color: #e2e8f0;
}