/* Artist channel — mockup hero + cards layout */
.na-artist-channel {
  --ch-red: var(--brand-red, #964FFF);
  --ch-red-dark: var(--brand-red-dark, #7B3AD6);
  --ch-ink: #121212;
  --ch-muted: #6b6b6b;
  --ch-line: #ececec;
  --ch-card: #fff;
  --ch-soft: #f7f7f7;
  --ch-radius: 1rem;
}

.na-artist-channel .na-breadcrumb {
  margin: 0 0 0.85rem;
}

@media (max-width: 640px) {
  .na-artist-channel .na-breadcrumb {
    margin-top: 0.45rem;
  }
}

/* Hero */
.na-ch-hero {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  min-height: 15rem;
  color: #fff;
  margin-bottom: 0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.na-ch-hero-bg {
  position: absolute;
  inset: 0;
}

.na-ch-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.02);
}

.na-ch-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 12, 28, 0.92) 0%, rgba(10, 16, 36, 0.78) 48%, rgba(10, 16, 36, 0.55) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.na-ch-hero-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.35rem 1.25rem 1.35rem;
}

.na-ch-hero-left {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  min-width: 0;
  flex: 1 1 18rem;
}

.na-ch-avatar {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  background: #222;
}

.na-ch-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.na-ch-hero-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.na-ch-title {
  margin: 0;
  font-size: clamp(1.35rem, 1.1rem + 1.2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.na-ch-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: var(--ch-red);
  color: #fff;
  flex-shrink: 0;
}

.na-ch-verified .material-symbols-outlined {
  font-size: 0.95rem;
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 24;
}

.na-ch-subline {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.na-ch-dot {
  opacity: 0.7;
}

.na-ch-blurb {
  margin: 0.15rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
  max-width: 38rem;
}

.na-ch-more {
  color: #fff;
  font-weight: 700;
  margin-left: 0.2rem;
  text-decoration: underline;
}

.na-ch-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.15rem;
  margin-top: 0.45rem;
}

.na-ch-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.na-ch-stat .material-symbols-outlined {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
}

.na-ch-hero-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.na-ch-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.25rem;
  border-radius: 0.7rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  background: linear-gradient(135deg, var(--ch-red) 0%, #B07AFF 50%, var(--ch-red-dark) 100%);
  box-shadow: 0 8px 18px rgba(150, 79, 255, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.na-ch-follow .material-symbols-outlined {
  font-size: 1.15rem;
}

.na-ch-follow:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 10px 22px rgba(150, 79, 255, 0.42);
}

.na-ch-follow.is-on {
  color: #111;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  filter: none;
}

.na-ch-follow.is-on:hover {
  background: #f3f3f3;
}

.na-ch-round-btn {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.na-ch-round-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.85);
}

.na-ch-round-btn .material-symbols-outlined {
  font-size: 1.2rem;
}

/* Tabs */
.na-ch-tabs {
  display: flex;
  gap: 0.15rem 1.35rem;
  overflow-x: auto;
  margin: 0.15rem 0 1.1rem;
  padding: 0.15rem 0.15rem 0;
  border-bottom: 1px solid var(--ch-line);
  scrollbar-width: none;
}

.na-ch-tabs::-webkit-scrollbar {
  display: none;
}

.na-ch-tab {
  flex: 0 0 auto;
  padding: 0.85rem 0.1rem 0.7rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ch-muted);
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}

.na-ch-tab:hover {
  color: var(--ch-ink);
}

.na-ch-tab.is-active {
  color: var(--ch-red);
  border-bottom-color: var(--ch-red);
}

/* Layout */
.na-ch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.na-ch-card {
  background: var(--ch-card);
  border: 1px solid var(--ch-line);
  border-radius: var(--ch-radius);
  padding: 1rem 1.05rem 1.05rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.na-ch-card + .na-ch-card {
  margin-top: 1rem;
}

.na-ch-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.na-ch-card-head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ch-ink);
}

.na-ch-link,
.na-ch-view-all {
  color: var(--ch-red);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.na-ch-link:hover,
.na-ch-view-all:hover {
  text-decoration: underline;
}

.na-ch-view-all {
  display: inline-flex;
  margin-top: 0.85rem;
  gap: 0.25rem;
}

.na-ch-playall {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.4rem 0.7rem;
  border: 0;
  border-radius: 0.55rem;
  background: var(--ch-red);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(150, 79, 255, 0.28);
}

.na-ch-playall .material-symbols-outlined {
  font-size: 1.05rem;
}

.na-ch-playall:hover {
  filter: brightness(1.05);
}

/* Top tracks — flex (avoid li+grid paint bugs) */
.na-ch-tracks {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.na-ch-track {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.25rem;
  border-radius: 0.7rem;
  min-width: 0;
}

.na-ch-track:hover {
  background: var(--ch-soft);
}

.na-ch-track-main {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex: 1 1 auto;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.na-ch-track-num {
  flex: 0 0 1.6rem;
  width: 1.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ch-muted);
  text-align: center;
}

.na-ch-track-thumb {
  position: relative;
  flex: 0 0 3.1rem;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.55rem;
  overflow: hidden;
  background: #ddd;
}

.na-ch-track-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.na-ch-track-thumb .material-symbols-outlined {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.35rem;
  height: 1.35rem;
  font-size: 1.35rem;
  color: #fff;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
  opacity: 0.95;
  pointer-events: none;
}

.na-ch-track-meta {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.na-ch-track-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ch-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.na-ch-track-artist {
  display: block;
  font-size: 0.75rem;
  color: var(--ch-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.na-ch-track-views {
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ch-muted);
  white-space: nowrap;
}

.na-ch-icon-btn {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #9a9a9a;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
}

.na-ch-icon-btn:hover {
  color: var(--ch-ink);
  background: rgba(0, 0, 0, 0.04);
}

.na-ch-icon-btn.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.na-ch-icon-btn .material-symbols-outlined {
  font-size: 1.2rem;
}

.na-ch-icon-btn.na-ch-fav.is-on {
  background: transparent !important;
  color: #964FFF !important;
}

.na-ch-icon-btn.na-ch-fav.is-on:hover {
  background: rgba(150, 79, 255, 0.08) !important;
  color: #964FFF !important;
}

.na-ch-icon-btn.na-ch-fav.is-on .material-symbols-outlined {
  color: #964FFF !important;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24 !important;
}

/* Popular tracks */
.na-ch-pop-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.na-ch-pop-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem;
  border-radius: 0.65rem;
  min-width: 0;
}

.na-ch-pop-row:hover {
  background: var(--ch-soft);
}

.na-ch-pop-thumb {
  position: relative;
  flex: 0 0 2.85rem;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #ddd;
  display: block;
  text-decoration: none;
}

.na-ch-pop-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.na-ch-pop-thumb .material-symbols-outlined {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.15rem;
  height: 1.15rem;
  font-size: 1.15rem;
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  pointer-events: none;
}

.na-ch-pop-meta {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.na-ch-pop-title,
.na-ch-pop-meta strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ch-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.na-ch-pop-title:hover {
  text-decoration: underline;
}

.na-ch-pop-artist,
.na-ch-pop-meta small {
  display: block;
  font-size: 0.72rem;
  color: var(--ch-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.na-ch-pop-plays {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ch-muted);
  white-space: nowrap;
  text-decoration: none;
}

.na-ch-pop-plays:hover {
  color: var(--ch-ink);
}

.na-ch-pop-plays .material-symbols-outlined {
  font-size: 0.95rem;
}

/* Related artists */
.na-ch-related {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.na-ch-related-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.na-ch-related-main {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.na-ch-related-main img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  object-fit: cover;
  background: #eee;
  flex-shrink: 0;
}

.na-ch-related-main span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.na-ch-related-main strong {
  font-size: 0.85rem;
  color: var(--ch-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.na-ch-related-main small {
  font-size: 0.72rem;
  color: var(--ch-muted);
}

.na-ch-follow-sm {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1.5px solid var(--ch-red);
  background: #fff;
  color: var(--ch-red);
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.na-ch-follow-sm:hover {
  background: #fff5f5;
}

.na-ch-follow-sm.is-on {
  background: var(--ch-soft);
  border-color: #ccc;
  color: #444;
}

/* About */
.na-ch-about h2 {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
}

.na-ch-about-block {
  margin-bottom: 1rem;
}

.na-ch-about-block h3 {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  color: var(--ch-ink);
}

.na-ch-about-block p {
  margin: 0;
  color: #444;
  line-height: 1.55;
  font-size: 0.9rem;
}

.na-ch-about-stats {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.na-ch-about-stats li {
  background: var(--ch-soft);
  border-radius: 0.75rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.na-ch-about-stats strong {
  font-size: 1.05rem;
  color: var(--ch-ink);
}

.na-ch-about-stats span {
  font-size: 0.75rem;
  color: var(--ch-muted);
  font-weight: 600;
}

/* Audios/Videos grid — max 4 cols */
.na-artist-channel .na-media-grid.na-ch-grid,
.na-artist-channel .na-ch-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.85rem 0.75rem !important;
}

@media (min-width: 640px) {
  .na-artist-channel .na-media-grid.na-ch-grid,
  .na-artist-channel .na-ch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 960px) {
  .na-artist-channel .na-media-grid.na-ch-grid,
  .na-artist-channel .na-ch-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .na-ch-layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(16rem, 0.9fr);
    gap: 1.15rem;
  }

  .na-ch-aside .na-ch-card + .na-ch-card {
    margin-top: 1rem;
  }

  .na-ch-avatar {
    width: 7.75rem;
    height: 7.75rem;
  }

  .na-ch-hero-body {
    padding: 1.75rem 1.5rem 1.6rem;
  }

  .na-ch-about-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .na-artist-channel .na-media-grid.na-ch-grid,
  .na-artist-channel .na-ch-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .na-ch-hero-body {
    flex-direction: column;
    align-items: stretch;
  }

  .na-ch-hero-left {
    align-items: flex-start;
  }

  .na-ch-hero-actions {
    width: 100%;
  }

  .na-ch-follow {
    flex: 1;
  }

  .na-ch-track-views {
    display: none;
  }

  .na-ch-track-thumb {
    flex-basis: 2.7rem;
    width: 2.7rem;
    height: 2.7rem;
  }
}

/* Gallery — live tblpictures / naatkhawanList */
.na-ch-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 0.75rem;
}

.na-ch-gallery-item {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: var(--ch-soft, #f6f6f6);
  border-radius: 0.85rem;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.na-ch-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.na-ch-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #eee;
}

.na-ch-gallery-cap {
  display: block;
  padding: 0.55rem 0.7rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ch-ink, #1a1a1a);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-ch-lightbox[hidden] {
  display: none !important;
}

.na-ch-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.na-ch-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 12, 0.78);
}

.na-ch-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(90vh, 900px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.na-ch-lightbox-figure {
  margin: 0;
  width: 100%;
  text-align: center;
}

.na-ch-lightbox-figure img {
  max-width: 100%;
  max-height: min(78vh, 780px);
  width: auto;
  height: auto;
  border-radius: 0.65rem;
  background: #111;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.na-ch-lightbox-figure figcaption {
  margin-top: 0.75rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}

.na-ch-lightbox-close,
.na-ch-lightbox-nav {
  appearance: none;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease;
}

.na-ch-lightbox-close:hover,
.na-ch-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.28);
}

.na-ch-lightbox-close {
  position: absolute;
  top: -0.35rem;
  right: -0.15rem;
  z-index: 2;
}

.na-ch-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.na-ch-lightbox-nav.is-prev {
  left: -0.25rem;
}

.na-ch-lightbox-nav.is-next {
  right: -0.25rem;
}

body.na-ch-lightbox-open {
  overflow: hidden;
}

@media (min-width: 720px) {
  .na-ch-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .na-ch-lightbox-nav.is-prev {
    left: -2.5rem;
  }

  .na-ch-lightbox-nav.is-next {
    right: -2.5rem;
  }
}
