@font-face {
  font-family: IranSansDN;
  src: url('/assets/fonts/iransansdn.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "bootstrap-icons";
  src:
    url("/assets/bootstrap-icons/font/fonts/bootstrap-icons.woff2") format("woff2"),
    url("/assets/bootstrap-icons/font/fonts/bootstrap-icons.woff") format("woff");

  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: IranSansDN, Aviny, sans-serif;
  background-color: #121212;
  color: #fff;
  line-height: 1.8
}



.social-ads {
  margin: 30px 0;
  padding: 2px;
  border-radius: 18px;
  background: linear-gradient(135deg,
      #0a1cff,
      #7b2cff,
      #00c2ff);
  background-size: 300% 300%;
  animation: gradientSlide 10s ease infinite;
}

.social-ads-inner {
  background: rgba(2, 7, 26, 0.92);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
  animation: fadeInUp 0.9s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.social-ads h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e6e9ff;
}

.social-ads p {
  font-size: 14px;
  color: #cfd4ff;
  line-height: 1.9;
  margin-bottom: 18px;
}

.social-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.social-buttons .btn {
  padding: 11px 22px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 800;
  transition: all 0.35s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

/* دکمه‌ها هماهنگ با تم */
.social-buttons .bale {
  background: linear-gradient(135deg, #00e5c3, #00bfa5);
}

.social-buttons .bale2 {
  background: linear-gradient(135deg, #4dd0e1, #1e88e5);
}

.social-buttons .rubika {
  background: linear-gradient(135deg, #ff4081, #c2185b);
}

.social-buttons .btn:hover {
  transform: translateY(-5px) scale(1.06);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
}

.social-ads .hint {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #9aa3ff;
  opacity: 0.9;
}

/* Animations */
@keyframes gradientSlide {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 480px) {
  .social-ads h3 {
    font-size: 17px;
  }

  .social-buttons .btn {
    width: 100%;
  }
}




.meta-item i,
.video-count i,
.view-count i {
  margin-left: 4px
}

.bslogo,
.cover-wrapper,
.music-card,
.music-title,
.video-card,
.video-thumbnail,
.video-title {
  overflow: hidden
}

/* =========================
   LOGO
========================= */

.hafanwp .logo {
  width: clamp(90px, 18vw, 140px);
  height: auto;
  display: block;
  object-fit: contain;

  -webkit-mask: linear-gradient(
      -60deg,
      #000 30%,
      #0005,
      #000 50%
    ) right/300% 100%;

  mask: linear-gradient(
      -60deg,
      #000 30%,
      #0005,
      #000 50%
    ) right/300% 100%;

  animation: nsshine 3s linear infinite;
}

/* =========================
   SHINE EFFECT
========================= */

@keyframes nsshine {
  0% {
    -webkit-mask-position: 140% 0;
    mask-position: 140% 0;
  }

  100% {
    -webkit-mask-position: -20% 0;
    mask-position: -20% 0;
  }
}

/* =========================
   INDEX IMAGE
========================= */

.img-index {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  display: block;
}

/* =========================
   LOGO CONTAINER
========================= */

.bslogo {
  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  text-indent: -9999px;
}

/* =========================
   LOGO IMAGE
========================= */

.bslogo img {
  width: clamp(120px, 25vw, 173px);
  height: auto;
  max-width: 100%;
  display: block;
}

.music-card {
  transition: .3s cubic-bezier(.25, .8, .25, 1);
  border: none;
  background-color: #1e1e1e;
  border-radius: 16px;
  height: 100%;
  position: relative
}

#backToTop,
.badge,
.sidebar .list-group-item i,
a {
  transition: .3s
}

.music-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(187, 134, 252, .2)
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.fade-in {
  animation: .6s ease-out fadeIn
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .7
  }
}

.loading-pulse {
  animation: 1.5s ease-in-out infinite pulse
}

.text-light-btn {
  color: #fff !important
}

::-webkit-scrollbar-track {
  background: #121212
}

::-webkit-scrollbar-thumb {
  transition: .3s
}

::-webkit-scrollbar-thumb:hover {
  background: #bb86fc
}

.hover-primary:hover {
  color: #bb86fc !important
}

.badge.bg-dark:hover,
.hover-bg-primary:hover {
  background-color: #bb86fc !important;
  color: #000 !important
}

.form-control:focus {
  background-color: rgba(255, 255, 255, .15) !important;
  border-color: #bb86fc !important;
  box-shadow: 0 0 0 .2rem rgba(187, 134, 252, .25) !important
}

audio {
  width: 100%;
  border-radius: 30px
}

audio::-webkit-media-controls-panel {
  background-color: #2a2a2a
}

audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-play-button {
  background-color: #bb86fc;
  border-radius: 50%
}

#backToTop {
  opacity: .9;
  box-shadow: 0 4px 12px rgba(187, 134, 252, .3)
}

#backToTop:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(187, 134, 252, .4)
}

@media (max-width:768px) {
  .music-title {
    font-size: .9rem
  }

  .music-artist {
    font-size: .8rem
  }

  .section-title {
    font-size: 1.25rem
  }
}

:root {
  --bs-primary: #bb86fc;
  --bs-primary-rgb: 187, 134, 252;
  --bs-dark: #121212;
  --bs-dark-rgb: 18, 18, 18;
  --bs-surface: #1e1e1e;
  --bs-surface-rgb: 30, 30, 30
}

.bg-surface {
  background-color: var(--bs-surface) !important
}

.card {
  background-color: var(--bs-surface);
  border: none;
  border-radius: 16px;
  transition: transform .2s, box-shadow .2s;
  height: 100%
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(187, 134, 252, .2)
}

.btn-primary,
.pagination .page-item.active .page-link {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #000;
  font-weight: 600
}

.btn-primary:hover {
  background-color: #96c;
  border-color: #96c;
  color: #000
}

.navbar {
  background-color: rgba(18, 18, 18, .95);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bs-primary) !important
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: .5rem 1rem !important;
  border-radius: 8px;
  transition: .2s
}

.nav-link.active,
.nav-link:hover {
  background-color: rgba(187, 134, 252, .1);
  color: var(--bs-primary) !important
}

.search-form {
  position: relative;
  min-width: 300px
}

.search-form .form-control {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  padding: .75rem 3rem .75rem 1rem;
  border-radius: 30px
}

.search-form .form-control:focus {
  background-color: rgba(255, 255, 255, .15);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 .2rem rgba(187, 134, 252, .25)
}

.search-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: 0 0;
  border: none;
  color: #aaa;
  padding: 0 1rem
}

.music-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform .3s
}

.music-card:hover img {
  transform: scale(1.05)
}

.music-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .25rem;
  white-space: nowrap;
  text-overflow: ellipsis
}

.music-artist {
  font-size: .875rem;
  color: #aaa
}

.view-count {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  padding: .25rem .75rem;
  border-radius: 20px;
  font-size: .75rem;
  backdrop-filter: blur(4px)
}

.view-count i {
  color: var(--bs-primary)
}

.section-title {
  position: relative;
  margin-bottom: 2rem;
  font-weight: 700
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 60px;
  height: 4px;
  background: var(--bs-primary);
  border-radius: 2px
}

.pagination .page-link {
  background-color: var(--bs-surface);
  border-color: rgba(255, 255, 255, .1);
  color: #fff;
  padding: .75rem 1rem;
  margin: 0 .25rem;
  border-radius: 8px !important
}

.comment-action:hover,
.download-128-modern .download-icon-wrapper,
.download-128-modern .download-size,
.meta-item i,
.video-count i,
.video-stat-badge i,
.volume-control:hover {
  color: var(--bs-primary)
}

.pagination .page-link:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #000
}

.badge {
  padding: .5rem 1rem;
  border-radius: 30px;
  font-weight: 500
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

::-webkit-scrollbar-track {
  background: var(--bs-dark)
}

::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
  background: var(--bs-primary)
}

.video-stat-badge {
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 40px;
  color: #fff;
  font-size: .95rem;
  border: 1px solid rgba(255, 255, 255, .2);
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.video-card {
  transition: .4s cubic-bezier(.175, .885, .32, 1.275)
}

.video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(187, 134, 252, .2)
}

.video-thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 16px 16px 0 0
}

.cover-image-modern,
.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s
}

.cover-wrapper:hover .cover-image,
.music-cover-modern:hover .cover-image-modern,
.video-card:hover .thumbnail-img {
  transform: scale(1.08)
}

.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .4s
}

.cover-wrapper:hover .cover-glow,
.music-cover-modern:hover .cover-glow-effect,
.video-card:hover .thumbnail-overlay {
  opacity: 1
}

.play-button-large {
  width: 60px;
  height: 60px;
  background: linear-gradient(145deg, var(--bs-primary), #96c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 2rem;
  transition: .4s;
  transform: scale(.8)
}

.video-card:hover .play-button-large {
  transform: scale(1)
}

.play-button-large:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 0 30px rgba(187, 134, 252, .6)
}

.video-duration,
.video-quality,
.video-views {
  position: absolute;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 600;
  backdrop-filter: blur(5px);
  z-index: 2
}

.empty-state,
.glass-card,
.music-info-modern {
  backdrop-filter: blur(10px)
}

.video-duration {
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, .8);
  color: #fff
}

.video-quality {
  top: 12px;
  right: 12px;
  background: rgba(187, 134, 252, .9);
  color: #000
}

.video-views {
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, .7);
  color: #fff
}

.video-info {
  padding: 16px;
  background: rgba(30, 30, 46, .9);
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.video-avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--bs-primary), #96c);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem
}

.filter-btn,
.tag {
  background: rgba(255, 255, 255, .05)
}

.artist-rank-item,
.filter-btn {
  align-items: center;
  transition: .3s;
  text-decoration: none
}

.video-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.video-artist {
  font-size: .85rem
}

.meta-item {
  color: #aaa;
  font-size: .75rem;
  margin-left: 12px
}

.filter-btn,
.filter-btn i,
.music-label-modern i,
.rank-number {
  font-size: .9rem
}

.filter-btn {
  display: inline-flex;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 30px;
  color: #aaa
}

.additional-link-item:hover,
.filter-btn.active,
.filter-btn:hover {
  background: var(--bs-primary);
  color: #000
}

.artist-rank-list,
.stat-content-modern,
.stat-details,
.track-details {
  display: flex;
  flex-direction: column
}

.artist-rank-item {
  display: flex;
  gap: 15px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.artist-rank-item:hover {
  background: rgba(187, 134, 252, .1);
  transform: translateX(-5px)
}

.rank-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700
}

.artist-info,
.download-info-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column
}

.artist-name,
.track-name {
  color: #fff;
  font-weight: 600;
  font-size: .95rem
}

.video-count {
  color: #aaa;
  font-size: .75rem
}

.additional-links-list,
.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.tag {
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 30px;
  color: #ddd;
  text-decoration: none;
  font-size: .85rem;
  transition: .3s
}

.tag:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #000;
  transform: translateY(-2px)
}

.empty-icon i {
  background: linear-gradient(145deg, #444, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.gradient-bg {
  background: linear-gradient(135deg, #1a1a2e 0, #16213e 50%, #0f3460 100%);
  position: relative;
  margin-top: -2rem;
  border-radius: 0 0 50px 50px
}

.gradient-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0
}

.gradient-wave svg {
  width: 100%;
  height: 60px
}

.text-shadow {
  text-shadow: 0 4px 15px rgba(0, 0, 0, .5)
}

.glass-card {
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .2)
}

.glass-card:hover {
  box-shadow: 0 15px 40px rgba(187, 134, 252, .15);
  transform: translateY(-5px)
}

.cover-wrapper {
  position: relative;
  border-radius: 20px;
  margin: 0;
  padding: 0
}

.cover-image {
  transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.cover-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(187, 134, 252, .2), transparent 70%);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
  z-index: 1
}

.meta-item,
.play-pause-btn {
  transition: .3s;
  display: flex
}

.album-badge,
.view-widget {
  position: absolute;
  backdrop-filter: blur(5px);
  z-index: 2
}

.view-widget {
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, .8);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: .85rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2)
}

.album-badge {
  top: 15px;
  left: 15px;
  background: rgba(187, 134, 252, .9);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: .8rem;
  color: #000;
  font-weight: 600
}

.meta-item {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 12px 16px;
  align-items: center;
  gap: 12px
}

.meta-item:hover {
  background: rgba(187, 134, 252, .1);
  border-color: rgba(187, 134, 252, .3)
}

.meta-item i {
  font-size: 1.5rem
}

.custom-player {
  background: linear-gradient(145deg, #1e1e2e, #1a1a28);
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, .1)
}

.action-bar,
.input-wrapper textarea.form-control {
  padding-top: 15px
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 15px
}

.play-pause-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--bs-primary), #96c);
  border: none;
  color: #000;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 5px 15px rgba(187, 134, 252, .3)
}

.play-pause-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(187, 134, 252, .5)
}

.player-progress {
  flex: 1
}

.progress-bar-custom,
.progress-bar-modern {
  height: 6px;
  background: rgba(255, 255, 255, .1);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px
}

.progress-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--bs-primary), #96c);
  border-radius: 3px;
  transition: width .1s linear
}

.time-info {
  display: flex;
  justify-content: space-between;
  font-size: .8rem;
  color: #aaa
}

.volume-control {
  color: #aaa;
  cursor: pointer;
  transition: color .3s
}

.download-128:hover {
  background: #2a2a3a;
  border-color: var(--bs-primary);
  color: #fff
}

.download-320:hover {
  background: linear-gradient(145deg, #96c, var(--bs-primary));
  color: #000
}

.action-bar {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.action-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #aaa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: .3s
}

.action-btn:hover {
  background: var(--bs-primary);
  color: #000;
  border-color: var(--bs-primary);
  transform: translateY(-2px)
}

.section-icon {
  width: 45px;
  height: 45px;
  border-radius: 14px;
  background: rgba(187, 134, 252, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  font-size: 1.3rem
}

.lyrics-box {
  background: rgba(0, 0, 0, .3);
  border-radius: 20px;
  padding: 20px
}

.lyrics-scroll {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 15px
}

.lyrics-scroll::-webkit-scrollbar {
  width: 4px
}

.lyrics-scroll::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 2px
}

.lyric-line {
  color: #ccc;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
  transition: .3s
}

.lyric-line:hover {
  color: #fff;
  transform: scale(1.02)
}

.input-wrapper,
.music-header-modern {
  position: relative
}

.input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  z-index: 10
}

.input-wrapper .form-control {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  color: #fff;
  padding: 15px 45px 15px 20px;
  transition: .3s
}

.input-wrapper .form-control:focus {
  background: rgba(255, 255, 255, .08);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 4px rgba(187, 134, 252, .1)
}

.comment-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, .02);
  border-radius: 20px;
  margin-bottom: 16px;
  transition: .3s
}

.comment-item:hover {
  background: rgba(255, 255, 255, .04)
}

.avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--bs-primary), #96c);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem
}

.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px
}

.comment-author {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0
}

.comment-date {
  font-size: .8rem;
  color: #888
}

.comment-text {
  color: #ccc;
  margin-bottom: 12px;
  line-height: 1.7
}

.comment-actions {
  display: flex;
  gap: 16px
}

.comment-action {
  background: 0 0;
  border: none;
  color: #888;
  font-size: .85rem;
  padding: 4px 0;
  transition: color .3s
}

.empty-icon {
  font-size: 4rem;
  color: #444
}

.empty-state {
  background: rgba(255, 255, 255, .02);
  border-radius: 30px
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.animate-fade-up {
  animation: .6s ease-out forwards fadeUp
}

.cover-image-wrapper,
.music-cover-modern {
  position: relative;
  width: 100%;
  overflow: hidden
}

.music-cover-modern {
  height: 100%;
  min-height: 280px;
  background: linear-gradient(145deg, #1e1e2e, #1a1a28);
  border-radius: 20px 20px 0 0
}

.cover-image-wrapper {
  height: 100%;
  aspect-ratio: 1/1
}

.cover-glow-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 30%, rgba(187, 134, 252, .3), transparent 70%);
  opacity: 0;
  transition: opacity .4s;
  z-index: 1;
  pointer-events: none
}

.duration-badge-modern,
.view-badge-modern {
  position: absolute;
  background: rgba(0, 0, 0, .8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 6px 14px;
  border-radius: 40px;
  font-size: .8rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.duration-badge-modern i,
.view-badge-modern i {
  color: var(--bs-primary);
  font-size: .9rem
}

.view-badge-modern {
  bottom: 15px;
  right: 15px
}

.duration-badge-modern {
  top: 15px;
  right: 15px
}

.music-info-modern {
  background: linear-gradient(145deg, rgba(30, 30, 46, .9), rgba(26, 26, 40, .95));
  -webkit-backdrop-filter: blur(10px);
  height: 100%
}

.glass-card,
.player-modern {
  backdrop-filter: blur(10px)
}

.music-label-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(187, 134, 252, .15);
  border: 1px solid rgba(187, 134, 252, .3);
  color: var(--bs-primary);
  padding: 6px 16px;
  border-radius: 40px;
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 15px
}

.music-title-modern {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

@media (max-width:768px) {
  .search-form {
    min-width: 100%;
    margin-top: 1rem
  }

  .navbar-collapse {
    background-color: var(--bs-surface);
    padding: 1rem;
    border-radius: 16px;
    margin-top: 1rem
  }

  .video-gradient-bg {
    border-radius: 0 0 30px 30px
  }

  .filter-btn,
  .video-stat-badge {
    padding: 6px 12px;
    font-size: .8rem
  }

  .play-button-large {
    width: 50px;
    height: 50px;
    font-size: 1.5rem
  }

  .gradient-bg {
    border-radius: 0 0 30px 30px;
    padding: 40px 0 !important
  }

  .glass-card {
    border-radius: 20px
  }

  .cover-wrapper {
    border-radius: 16px;
    margin-bottom: 16px
  }

  .download-btn {
    padding: 10px 16px
  }

  .comment-item {
    flex-direction: column;
    align-items: flex-start
  }

  .comment-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
  }

  .music-title-modern {
    font-size: 1.5rem
  }
}

.music-artist-modern {
  font-size: 1.1rem;
  color: var(--bs-primary);
  font-weight: 600;
  display: flex;
  align-items: center
}

.music-stats-modern {
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}

.stat-item-modern {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 20px;
  padding: 10px 18px;
  flex: 1 1 auto;
  transition: .3s
}

.stat-item-modern:hover {
  background: rgba(187, 134, 252, .08);
  border-color: rgba(187, 134, 252, .2);
  transform: translateY(-2px)
}

.stat-icon-modern {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem
}

.bg-primary-soft {
  background: rgba(187, 134, 252, .15);
  color: var(--bs-primary)
}

.stat-label,
.stat-label-modern {
  font-size: .7rem;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .5px
}

.stat-value-modern {
  font-size: .95rem;
  font-weight: 700;
  color: #fff
}

.player-modern-wrapper {
  width: 100%
}

.player-modern {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 60px;
  padding: 8px 15px 8px 8px
}

.play-btn-modern {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--bs-primary), #96c);
  border: none;
  color: #000;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  box-shadow: 0 5px 15px rgba(187, 134, 252, .4);
  flex-shrink: 0
}

.play-btn-modern:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(187, 134, 252, .6)
}

.progress-modern {
  flex: 1;
  min-width: 0
}

.progress-fill-modern {
  height: 100%;
  background: linear-gradient(90deg, var(--bs-primary), #96c);
  border-radius: 3px;
  transition: width .1s linear
}

.time-modern {
  display: flex;
  justify-content: space-between;
  font-size: .75rem;
  color: #aaa
}

.volume-btn-modern {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  flex-shrink: 0
}

.volume-btn-modern:hover {
  background: var(--bs-primary);
  color: #000;
  border-color: var(--bs-primary)
}

.download-section-modern {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .4));
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.download-header-modern {
  display: flex;
  align-items: center;
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 1rem
}

.download-header-modern i {
  font-size: 1.3rem
}

.download-card-modern {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  transition: .4s;
  border: 1px solid transparent
}

.download-card-modern:hover {
  transform: translateY(-5px);
  border-color: var(--bs-primary);
  box-shadow: 0 10px 30px rgba(187, 134, 252, .3)
}

.download-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px
}

.download-128-modern {
  background: linear-gradient(145deg, #2a2a3a, #222232)
}

.download-320-modern {
  background: linear-gradient(145deg, var(--bs-primary), #96c)
}

.download-320-modern .download-desc,
.download-320-modern .download-quality,
.download-320-modern .download-size {
  color: #000
}

.download-320-modern .download-badge {
  background: rgba(0, 0, 0, .2);
  color: #000;
  border: 1px solid rgba(0, 0, 0, .1)
}

.download-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: inherit;
  flex-shrink: 0
}

.download-320-modern .download-icon-wrapper {
  color: #000;
  background: rgba(255, 255, 255, .3)
}

.download-quality {
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 3px
}

.download-128-modern .download-quality {
  color: #fff
}

.download-desc {
  font-size: .75rem;
  opacity: .8;
  margin-bottom: 2px
}

.download-128-modern .download-desc {
  color: #aaa
}

.download-size {
  font-size: .8rem;
  font-weight: 600
}

.download-badge {
  background: rgba(187, 134, 252, .2);
  color: var(--bs-primary);
  font-size: .7rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 30px;
  white-space: nowrap;
  border: 1px solid rgba(187, 134, 252, .3);
  flex-shrink: 0
}

.download-hover-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .1), transparent);
  transition: left .6s;
  z-index: 1
}

.download-card-modern:hover .download-hover-effect {
  left: 100%
}

.additional-links-modern {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, .2);
  border-radius: 16px
}

.additional-links-label {
  color: #aaa;
  font-size: .8rem;
  display: flex;
  align-items: center
}

.additional-link-item {
  color: #fff;
  text-decoration: none;
  font-size: .75rem;
  padding: 4px 12px;
  background: rgba(255, 255, 255, .05);
  border-radius: 30px;
  transition: .3s
}

.share-section-modern {
  background: rgba(0, 0, 0, .2);
  border-top: 1px solid rgba(255, 255, 255, .02)
}

.share-label-modern {
  color: #aaa;
  font-size: .9rem;
  margin-bottom: 10px
}

@media (min-width:768px) {
  .music-cover-modern {
    border-radius: 20px 0 0 20px;
    min-height: 350px
  }

  .share-label-modern {
    margin-bottom: 0
  }
}

.share-buttons-modern {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.share-btn-modern {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s
}

.share-btn-modern:hover {
  background: var(--bs-primary);
  color: #000;
  border-color: var(--bs-primary);
  transform: translateY(-3px)
}

.security-badge-modern {
  display: inline-flex;
  align-items: center;
  background: rgba(187, 134, 252, .1);
  border: 1px solid rgba(187, 134, 252, .2);
  border-radius: 40px;
  padding: 8px 20px;
  color: var(--bs-primary);
  font-size: .9rem
}

.security-badge-modern i {
  font-size: 1.1rem
}

@media (max-width:767px) {
  .music-cover-modern {
    min-height: auto
  }

  .cover-image-wrapper {
    aspect-ratio: 1/1
  }

  .stat-item-modern {
    width: 100%
  }

  .download-card-content {
    padding: 15px
  }

  .download-icon-wrapper {
    width: 40px;
    height: 40px;
    font-size: 1.4rem
  }

  .download-quality {
    font-size: 1rem
  }

  .download-badge {
    display: none
  }

  .additional-links-modern {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width:575px) {
  .music-title-modern {
    font-size: 1.3rem
  }

  .music-artist-modern {
    font-size: 1rem
  }

  .player-modern {
    padding: 5px 12px 5px 5px
  }

  .play-btn-modern {
    width: 42px;
    height: 42px;
    font-size: 1.2rem
  }

  .share-buttons-modern {
    justify-content: center
  }

  .security-badge-modern {
    width: 100%;
    justify-content: center
  }
}

.cover-image,
.custom-video-player video {
  width: 100% !important;
  height: auto !important
}

.cover-image {
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
  max-height: 100% !important
}

.custom-video-player video {
  aspect-ratio: 16/9 !important;
  background-color: #000
}

.video-gradient-bg {
  background: linear-gradient(135deg, #1a1a2e 0, #1e1e3f 50%, #2a1a3a 100%);
  position: relative;
  margin-top: -2rem;
  border-radius: 0 0 50px 50px
}

.video-badge,
.video-js .vjs-big-play-button {
  background: linear-gradient(145deg, var(--bs-primary), #96c)
}

.video-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: .8rem;
  color: #000;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(187, 134, 252, .3)
}

.custom-video-player {
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1)
}

.video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9
}

.video-js .vjs-big-play-button {
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.video-js .vjs-big-play-button:hover {
  background: linear-gradient(145deg, #96c, var(--bs-primary));
  transform: translate(-50%, -50%) scale(1.1)
}

.video-js .vjs-control-bar {
  background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent)
}

.video-js .vjs-play-progress {
  background: var(--bs-primary)
}

.video-js .vjs-slider {
  background: rgba(255, 255, 255, .2)
}

.download-128 {
  background: linear-gradient(145deg, #2a2a3a, #222232);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #fff
}

.download-320 {
  background: linear-gradient(145deg, var(--bs-primary), #96c);
  border: none;
  color: #000
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 16px;
  text-decoration: none;
  transition: .3s;
  position: relative;
  overflow: hidden
}

.download-btn i {
  font-size: 1.5rem
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(187, 134, 252, .3)
}

.btn-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.related-track,
.track-info {
  display: flex;
  align-items: center
}

.quality {
  font-weight: 700;
  font-size: 1rem
}

.quality-desc {
  font-size: .7rem;
  opacity: .8
}

.file-size {
  font-size: .75rem;
  opacity: .7
}

.description-box {
  background: rgba(0, 0, 0, .3);
  border-radius: 16px;
  padding: 20px;
  color: #ccc;
  line-height: 1.8;
  max-height: 300px;
  overflow-y: auto
}

.description-box::-webkit-scrollbar {
  width: 4px
}

.description-box::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 2px
}

.related-track {
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 14px;
  text-decoration: none;
  transition: .3s
}

.related-track:hover {
  background: rgba(187, 134, 252, .1);
  border-color: rgba(187, 134, 252, .3);
  transform: translateX(-5px)
}

.track-info {
  gap: 12px
}

.stat-item,
.track-number {
  display: flex;
  align-items: center
}

.track-number {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .05);
  justify-content: center;
  color: var(--bs-primary)
}

.track-artist {
  color: #aaa;
  font-size: .8rem
}

.play-icon,
.stat-icon {
  color: var(--bs-primary)
}

.play-icon {
  font-size: 1.3rem;
  opacity: 0;
  transform: translateX(-10px);
  opacity: .7;
  transition: .3s
}

.related-track:hover .play-icon {
  opacity: 1;
  transform: translateX(0)
}

.glass-card {
  background: rgba(30, 30, 46, .8);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 20px;
  transition: .3s
}

.glass-card:hover {
  border-color: rgba(187, 134, 252, .2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .3)
}

.active-menu {
  background: linear-gradient(90deg, rgba(187, 134, 252, .15) 0, rgba(187, 134, 252, .05) 100%) !important;
  border-right: 4px solid var(--bs-primary) !important;
  position: relative
}

.active-menu .text-primary {
  color: var(--bs-primary) !important
}

.sidebar .list-group-item {
  background: 0 0;
  border-color: rgba(255, 255, 255, .05);
  transition: .3s;
  padding: .85rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: none;
  border-right: none
}

.sidebar .list-group-item:hover {
  background: rgba(187, 134, 252, .1);
  border-color: rgba(187, 134, 252, .2);
  transform: translateX(-5px)
}

.sidebar .list-group-item:hover i.bi-chevron-left {
  transform: translateX(-5px);
  color: var(--bs-primary) !important
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}

.stat-item {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 12px;
  gap: 12px;
  transition: .3s
}

.music-icon,
.stat-icon {
  display: flex;
  align-items: center
}

.stat-item:hover {
  background: rgba(187, 134, 252, .1);
  border-color: rgba(187, 134, 252, .3);
  transform: translateY(-2px)
}

.cloud-item:hover,
.stat-icon {
  background: rgba(187, 134, 252, .15)
}

.stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  justify-content: center;
  font-size: 1.2rem
}

.stat-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2
}

.music-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(187, 134, 252, .1);
  justify-content: center;
  color: var(--bs-primary);
  margin-left: 12px
}

.rank-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 700;
  margin-left: 12px
}

.rank-1 {
  background: linear-gradient(145deg, gold, #ffb347);
  color: #000;
  box-shadow: 0 4px 10px rgba(255, 215, 0, .3)
}

.rank-2 {
  background: linear-gradient(145deg, silver, #a0a0a0);
  color: #000;
  box-shadow: 0 4px 10px rgba(192, 192, 192, .3)
}

.rank-3 {
  background: linear-gradient(145deg, #cd7f32, #b87333);
  color: #fff;
  box-shadow: 0 4px 10px rgba(205, 127, 50, .3)
}

.rank-4,
.rank-5,
.rank-6,
.rank-7,
.rank-8 {
  background: rgba(255, 255, 255, .1);
  color: #fff
}

.category-cloud {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.cloud-item {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  transition: .3s
}

.cloud-item:hover {
  border-color: var(--bs-primary);
  transform: translateX(-5px)
}

.cloud-item i {
  color: var(--bs-primary);
  font-size: 1.1rem
}

.cloud-item .badge {
  margin-right: auto;
  background: rgba(255, 255, 255, .1) !important;
  color: #aaa;
  font-weight: 400;
  transition: .3s
}

.cloud-item:hover .badge {
  background: var(--bs-primary) !important;
  color: #000
}

.category-badge {
  background: rgba(255, 255, 255, .05) !important;
  color: #ddd !important;
  font-weight: 500;
  padding: 8px 14px !important;
  border-radius: 30px;
  transition: .3s
}

.category-badge:hover {
  background: var(--bs-primary) !important;
  color: #000 !important;
  transform: translateY(-2px)
}

.artist-avatar {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--bs-primary), #96c);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 12px
}

.sidebar .list-group-item:hover .play-icon {
  opacity: 1;
  transform: scale(1.2)
}

@media (max-width:992px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width:768px) {
  .video-gradient-bg {
    border-radius: 0 0 30px 30px;
    padding: 30px 0 !important
  }

  .video-gradient-bg h1 {
    font-size: 1.5rem
  }

  .download-btn {
    padding: 10px 16px
  }

  .download-btn i {
    font-size: 1.2rem
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .sidebar .list-group-item {
    padding: .7rem 1rem
  }
}

@media (max-width:576px) {
  .hero-section {
    padding: 2rem 1rem !important
  }

  .hero-section h1 {
    font-size: 1.5rem
  }

  .gradient-bg h1 {
    font-size: 1.8rem
  }

  .player-controls {
    flex-wrap: wrap
  }

  .play-pause-btn {
    width: 50px;
    height: 50px
  }

  .action-bar {
    flex-direction: column;
    gap: 15px
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .cloud-item {
    padding: 10px 14px
  }
}




.alert {
  background: rgba(30, 30, 46, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(187, 134, 252, 0.3);
  border-radius: 16px;
  color: #fff;
  margin-bottom: 1.5rem;
}

.alert-success {
  border-right: 6px solid #28a745;
}

.alert-danger {
  border-right: 6px solid #dc3545;
}

.alert-warning {
  border-right: 6px solid #ffc107;
}

.alert i {
  color: #bb86fc;
}

.alert .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* ========================================== */
/* استایل جدول آلبوم - هماهنگ با تم سایت */
/* ========================================== */
.tracklist-table {
  background: rgba(30, 30, 46, 0.6);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(187, 134, 252, 0.15);
}

.tracklist-table .table {
  margin-bottom: 0;
  color: #e0e0e0;
}

.tracklist-table .table th {
  background: rgba(30, 30, 46, 0.9);
  border-bottom: 1px solid rgba(187, 134, 252, 0.2);
  padding: 14px 16px;
  font-weight: 600;
  color: #bb86fc;
  font-size: 14px;
}

.tracklist-table .table td {
  padding: 12px 16px;
  vertical-align: middle;
  border-bottom-color: rgba(187, 134, 252, 0.08);
  background: transparent;
}

.tracklist-table .table tr:hover td {
  background: rgba(187, 134, 252, 0.05);
}

/* دکمه پخش آهنگ */
.track-play-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(187, 134, 252, 0.12);
  border: 1px solid rgba(187, 134, 252, 0.2);
  color: #e0e0e0;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.track-play-btn:hover {
  background: #bb86fc;
  color: #121212;
  border-color: #bb86fc;
  transform: scale(1.05);
}

.track-play-btn.playing {
  background: #bb86fc;
  color: #121212;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(187, 134, 252, 0.5);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(187, 134, 252, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(187, 134, 252, 0);
  }
}

/* لینک دانلود آهنگ */
.track-download-link {
  color: #c0c0c0;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(187, 134, 252, 0.1);
  transition: all 0.2s ease;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.track-download-link:hover {
  background: #bb86fc;
  color: #121212;
}

/* بخش دانلود ZIP آلبوم */
.album-zip-section {
  background: rgba(30, 30, 46, 0.5);
  border-radius: 16px;
  padding: 16px 20px;
  margin-top: 20px;
  border: 1px solid rgba(187, 134, 252, 0.15);
}

.album-zip-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #bb86fc;
  letter-spacing: 0.5px;
}

.zip-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.zip-btn {
  padding: 8px 22px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.zip-btn-128 {
  background: rgba(45, 55, 72, 0.8);
  color: #e0e0e0;
  border: 1px solid rgba(187, 134, 252, 0.2);
}

.zip-btn-128:hover {
  background: #2d3748;
  border-color: #bb86fc;
  transform: translateY(-2px);
}

.zip-btn-320 {
  background: rgba(187, 134, 252, 0.15);
  color: #bb86fc;
  border: 1px solid rgba(187, 134, 252, 0.3);
}

.zip-btn-320:hover {
  background: #bb86fc;
  color: #121212;
  transform: translateY(-2px);
}

.zip-btn:hover {
  filter: brightness(1.02);
}

/* عدد ردیف‌های جدول */
.tracklist-table .table tbody td:first-child {
  color: #bb86fc;
  font-weight: 600;
  font-family: monospace;
  font-size: 14px;
}

/* نام آهنگ در جدول */
.tracklist-table .table tbody td:nth-child(2) {
  font-weight: 500;
  color: #f0f0f0;
}