/* NaatAudio revamp — plain CSS (no build step) */
:root {
  /* Change this once to retheme the whole revamp */
  --brand-red: #964FFF;
  --brand-red-dark: #7B3AD6;
  --brand-red-soft: #F3EBFF;
  /* Brand-2 — auth / secondary accent */
  --brand-2: #964FFF;
  --brand-2-mid: #B07AFF;
  --brand-2-end: #7B3AD6;
  --brand-2-soft: #F3EBFF;
  --brand-2-grad: linear-gradient(135deg, #964FFF 0%, #B07AFF 48%, #7B3AD6 100%);
  --brand-black: #0f0f0f;
  --brand-muted: #606060;
  --brand-border: #e5e5e5;
  --brand-soft: #f8f8f8;
  --brand-chip: #f2f2f2;
  --brand-join: #eef0f8;
  --white: #fff;
  --sidebar-w: 15.5rem;
  --header-h: 3.5rem;
  --player-h: 4.5rem;
  --bottom-nav-h: 3.75rem;
  --mini-player-h: 3.75rem;
  --font: "Roboto", Helvetica, Arial, sans-serif;
  --fs-xs: clamp(0.6875rem, 0.65rem + 0.15vw, 0.75rem);
  --fs-sm: clamp(0.8125rem, 0.75rem + 0.2vw, 0.875rem);
  --fs-base: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  --fs-md: clamp(0.9375rem, 0.85rem + 0.35vw, 1.0625rem);
  --fs-lg: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
  --fs-xl: clamp(1.125rem, 1rem + 0.6vw, 1.5rem);
  --fs-2xl: clamp(1.375rem, 1.15rem + 0.9vw, 2rem);
  --fs-hero: clamp(1.5rem, 1.2rem + 1.4vw, 2.35rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--fs-base);
  color: var(--brand-black);
  background: var(--brand-soft);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: transparent;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 1.35em;
  line-height: 1;
  user-select: none;
}

.material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Header */
.na-header {
  --na-header-pad-x: 0.55rem;
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.4rem var(--na-header-pad-x) 0.5rem;
  background: var(--white);
  border-bottom: 1px solid var(--brand-border);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  overflow: visible;
}

.na-header-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  min-width: 0;
}

.na-header-actions {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-left: auto;
  flex-shrink: 0;
}

.na-logo {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  flex: 0 1 auto;
  text-decoration: none;
  color: inherit;
}

.na-logo-mark {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}

.na-logo-mark.na-logo-full {
  display: block;
  width: 96px;
  height: auto;
  max-width: min(96px, 42vw);
  border-radius: 0;
  background: transparent;
}

.na-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.na-logo-mark.na-logo-full img {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.na-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
}

.na-logo-name {
  font-size: var(--fs-lg);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.na-logo-tag {
  font-size: var(--fs-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-muted);
}

.na-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  color: var(--brand-black);
  flex-shrink: 0;
  position: relative;
}

.na-icon-btn:hover {
  background: var(--brand-chip);
}

.na-badge {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  min-width: 1.15rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--brand-red);
  color: var(--white);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
}

.na-search {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 40rem;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: var(--white);
  z-index: 30;
}

.na-search-field {
  position: relative;
  flex: 1;
  min-width: 0;
}

.na-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0.625rem 1rem;
  /* 16px minimum stops iOS Safari from zooming the page on focus */
  font-size: max(1rem, 16px);
  border-radius: 999px 0 0 999px;
  -webkit-appearance: none;
  appearance: none;
}

.na-search input::placeholder {
  color: var(--brand-muted);
}

.na-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 1rem;
  min-height: 2.5rem;
  border: 0;
  border-left: 1px solid var(--brand-border);
  border-radius: 0 999px 999px 0;
  background: var(--brand-chip);
  color: var(--brand-muted);
  cursor: pointer;
}

.na-suggest {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  z-index: 60;
  max-height: min(70vh, 28rem);
  overflow-y: auto;
  border: 1px solid var(--brand-border);
  border-radius: 0.75rem;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

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

.na-suggest-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.85rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.na-suggest-item:hover,
.na-suggest-item.is-active {
  background: var(--brand-chip);
}

.na-suggest-thumb {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  border-radius: 0.35rem;
  background: var(--brand-chip);
  flex-shrink: 0;
}

.na-suggest-thumb.is-round {
  border-radius: 999px;
}

.na-suggest-meta {
  min-width: 0;
  flex: 1;
}

.na-suggest-title {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-suggest-sub {
  margin: 0.1rem 0 0;
  font-size: var(--fs-xs);
  color: var(--brand-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-suggest-icon {
  color: var(--brand-muted);
  font-size: 1.25rem !important;
}

.na-suggest-all {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem;
  border-top: 1px solid var(--brand-border);
  color: var(--brand-muted);
  font-size: var(--fs-sm);
  text-decoration: none;
}

.na-suggest-all:hover {
  background: var(--brand-chip);
  color: var(--brand-red);
}

.na-suggest-empty {
  padding: 0.85rem;
  font-size: var(--fs-sm);
  color: var(--brand-muted);
}

.na-search-desktop {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.na-search-mobile {
  display: flex;
  width: 100%;
  max-width: none;
}

.na-search-mobile .na-search-field {
  position: static;
}

.na-search-mobile .na-suggest {
  left: 0;
  right: 0;
}

.na-create-btn {
  display: none;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: var(--white);
  font-size: var(--fs-sm);
  font-weight: 500;
}

.na-create-btn:hover {
  background: var(--brand-chip);
}

.na-create-btn.na-nav-disabled:hover {
  background: var(--white);
}

.na-nav-disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.na-bottom-nav .na-nav-disabled {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  font-size: 0.65rem;
  color: inherit;
}

.na-join-login {
  margin: 0.65rem 0 0 !important;
  font-size: var(--fs-xs) !important;
}

.na-join-login a {
  color: var(--brand-muted);
  text-decoration: underline;
}

.na-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 0.25rem;
  border-radius: 999px;
  background: var(--brand-chip);
  border: 1px solid var(--brand-border);
  color: var(--brand-muted);
  overflow: hidden;
}

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

.na-avatar-btn {
  padding: 0;
  cursor: pointer;
}

.na-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-right: 0.15rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: var(--brand-chip);
  color: var(--brand-black);
  font-size: var(--fs-sm);
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s ease;
}

.na-upload-btn .material-symbols-outlined {
  font-size: 1.1rem;
  color: inherit;
}

.na-upload-btn:hover {
  background: #e8e8e8;
  color: var(--brand-black);
}

.na-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  color: var(--brand-black);
}

.na-cart-btn:hover {
  background: var(--brand-chip);
}

.na-cart-badge {
  position: absolute;
  top: -0.1rem;
  right: -0.15rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--brand-red, #964FFF);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.05rem;
  text-align: center;
}

.na-user-menu {
  position: relative;
  margin-left: 0.15rem;
}

.na-user-dropdown {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  z-index: 80;
  min-width: 13.5rem;
  padding: 0.4rem 0;
  background: #fff;
  border: 1px solid var(--brand-border);
  border-radius: 0.75rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.na-user-dropdown[hidden] {
  display: none !important;
}

.na-user-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 1rem;
  color: #5f6368;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.na-user-item:hover {
  background: var(--brand-soft);
  color: var(--brand-black);
}

.na-user-item .material-symbols-outlined {
  font-size: 1.15rem;
  color: #70757a;
}

.na-user-divider {
  height: 1px;
  margin: 0.35rem 0;
  background: var(--brand-border);
}

@media (max-width: 720px) {
  .na-upload-btn span:last-child {
    display: none;
  }

  .na-upload-btn {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    margin-right: 0;
    justify-content: center;
  }

  .na-cart-btn {
    width: 2.2rem;
    height: 2.2rem;
  }

  .na-avatar {
    width: 2.1rem;
    height: 2.1rem;
    margin-left: 0.1rem;
  }

  .na-menu-btn {
    width: 2.2rem;
    height: 2.2rem;
  }
}

@media (min-width: 721px) {
  .na-header-row {
    gap: 0.75rem;
  }

  .na-header-actions {
    gap: 0.35rem;
  }

  .na-logo-mark.na-logo-full {
    width: 112px;
    max-width: min(112px, 38vw);
    height: auto;
  }
}

/* Sidebar */
.na-sidebar {
  display: none;
  position: fixed;
  top: var(--header-h);
  left: 0;
  bottom: 0;
  z-index: 30;
  width: var(--sidebar-w);
  flex-direction: column;
  padding: 0;
  overflow: hidden !important; /* never show page-style scrollbar on aside */
  background: var(--white);
  border-right: 1px solid var(--brand-border);
}

.na-sidebar-scroll {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  padding: 0.75rem;
  padding-bottom: calc(var(--player-h) + 1rem);
  overflow: hidden; /* hidden until hover */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.na-sidebar-scroll::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent;
}

.na-sidebar:hover .na-sidebar-scroll {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 transparent;
}

.na-sidebar:hover .na-sidebar-scroll::-webkit-scrollbar {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
}

.na-sidebar:hover .na-sidebar-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.na-sidebar:hover .na-sidebar-scroll::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 999px;
}

.na-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.na-nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.75rem;
  font-size: var(--fs-sm);
  font-weight: 500;
}

.na-nav-link:hover {
  background: var(--brand-chip);
}

.na-nav-link.active {
  background: var(--brand-red-soft);
  color: var(--brand-red);
}

.na-nav-link .material-symbols-outlined {
  font-size: 1.4rem;
}

.na-nav-link span:nth-child(2) {
  flex: 1;
}

.na-pill-badge {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  background: var(--brand-red);
  color: var(--white);
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

.na-section-label {
  margin: 0;
  padding: 1rem 0.75rem 0.25rem;
  font-size: var(--fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brand-muted);
}

.na-side-profile {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.55rem 0 0.15rem;
  padding: 0.65rem 0.7rem;
  border-radius: 0.85rem;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(135deg, #f6f0ff 0%, #fff 55%);
  border: 1px solid #e4d6ff;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.na-side-profile:hover {
  border-color: #d0b8ff;
  background: #faf7ff;
}

.na-side-profile-avatar {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  overflow: hidden;
  background: var(--brand-chip);
  display: grid;
  place-items: center;
  color: var(--brand-muted);
}

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

.na-side-profile-avatar .material-symbols-outlined {
  font-size: 2rem;
}

.na-side-profile-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.na-side-profile-name {
  font-size: var(--fs-sm);
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-side-profile-handle {
  font-size: 0.75rem;
  color: var(--brand-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-side-profile-stats {
  font-size: 0.72rem;
  color: var(--brand-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-nav-count {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--brand-muted);
  background: var(--brand-chip);
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
  min-width: 1.35rem;
  text-align: center;
}

.na-nav-link.active .na-nav-count {
  background: rgba(150, 79, 255, 0.12);
  color: var(--brand-red);
}

.na-side-sub-avatar {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  overflow: hidden;
  background: var(--brand-chip);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--brand-muted);
}

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

.na-side-sub .material-symbols-outlined {
  display: none;
}

.na-side-sub-more {
  color: var(--brand-muted);
  font-weight: 550;
}

.na-drawer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.na-drawer-brand img {
  display: block;
  width: 96px;
  max-width: min(96px, 55vw);
  height: auto;
}

.na-join-card {
  margin-top: auto;
  padding: 1rem;
  border-radius: 1rem;
  background: var(--brand-join);
}

.na-join-title {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.35;
}

.na-join-card p {
  margin: 0.35rem 0 0;
  font-size: var(--fs-xs);
  line-height: 1.5;
  color: var(--brand-muted);
}

.na-btn-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.75rem;
  padding: 0.8rem 1.2rem;
  border-radius: 0.75rem;
  background: var(--brand-red);
  color: var(--white);
  border: 1px solid var(--brand-red);
  font-size: var(--fs-sm);
  font-weight: 700;
  text-decoration: none;
}

.na-btn-signup:hover {
  background: var(--brand-red-dark);
  border-color: var(--brand-red-dark);
  color: var(--white);
}

.na-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 50;
  display: flex;
  width: min(100%, 18rem);
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem;
  padding-bottom: calc(var(--mini-player-h) + var(--bottom-nav-h) + 1rem);
  overflow-y: auto;
  background: var(--white);
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.na-drawer.is-open {
  transform: translateX(0);
}

.na-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  padding: 0 0.25rem;
  font-size: var(--fs-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.na-overlay {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.na-overlay.is-open {
  display: block;
}

body.na-noscroll {
  overflow: hidden;
}

/* Main */
.na-main {
  min-height: 100vh;
  padding: 6.75rem 0.75rem 9rem;
}

.na-section {
  margin-top: 1.25rem;
}

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

.na-section-title {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  font-size: var(--fs-xl);
  font-weight: 700;
}

.na-view-all {
  color: var(--brand-red);
  font-size: var(--fs-sm);
  font-weight: 500;
  white-space: nowrap;
}

.na-new-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: var(--brand-red);
  color: var(--white);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Chips — YouTube-style: scroll row + arrow fixed at right end */
.na-chips-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0.65rem;
  padding-top: 0.35rem;
  padding-right: 2.9rem;
  box-sizing: border-box;
  z-index: 5;
  overflow: visible;
}

.na-chips {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0.15rem 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.na-chips::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.na-chip {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: var(--brand-chip);
  font-size: var(--fs-sm);
  font-weight: 500;
  white-space: nowrap;
}

.na-chip:last-child {
  margin-right: 0;
}

.na-chip.active {
  background: var(--brand-black);
  color: var(--white);
}

.na-chip-more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--brand-chip);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  color: var(--brand-black);
  box-shadow: -12px 0 16px 8px var(--brand-soft);
  pointer-events: auto;
}

.na-chip-more.na-chip-prev {
  right: auto;
  left: 0;
  box-shadow: 12px 0 16px 8px var(--brand-soft);
}

.na-chips-wrap.has-chip-prev {
  padding-left: 2.9rem;
}

.na-chip-more:hover {
  background: var(--brand-border);
}

.na-chip-more[hidden] {
  display: none !important;
}

/* Hero — soft pastel left + mosque image right (screenshot match) */
.na-hero {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 16rem;
  border-radius: 1.1rem;
  border: 0;
  background: linear-gradient(90deg, #f7eef5 0%, #f4ebf4 45%, #efe3ef 100%);
}

.na-hero-media {
  position: absolute;
  inset: 0 0 0 28%;
  z-index: 0;
  pointer-events: none;
}

.na-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 18%, #000 42%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 18%, #000 42%);
}

.na-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 28rem;
  padding: 1.7rem 1.4rem;
}

.na-hero-kicker {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: #6b7280;
}

.na-hero-title {
  margin: 0.4rem 0 0;
  font-size: var(--fs-hero);
  font-weight: 700;
  line-height: 1.2;
  color: #1f2937;
}

.na-hero-title em {
  color: var(--brand-red);
  font-style: normal;
}

.na-hero-text {
  margin: 0.7rem 0 0;
  max-width: 22rem;
  font-size: var(--fs-sm);
  line-height: 1.55;
  color: #6b7280;
}

@media (max-width: 767px) {
  .na-hero {
    min-height: auto;
    background: linear-gradient(90deg, #f8f1f6 0%, #f5ecf4 55%, #efe4ef 100%);
  }

  .na-hero-media {
    inset: 0 0 0 42%;
  }

  .na-hero-media img {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 22%, #000 48%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.25) 22%, #000 48%);
  }

  .na-hero-copy {
    max-width: 100%;
    padding: 1.35rem 1.15rem 1.4rem;
  }

  .na-hero-kicker {
    color: #4b5563;
  }

  .na-hero-title {
    color: #111827;
  }

  .na-hero-text {
    display: block;
    color: #374151;
    max-width: 18rem;
  }
}

.na-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.na-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.8rem 1.35rem;
  border-radius: 0.75rem;
  font-size: var(--fs-sm);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, filter 0.15s ease;
}

.na-btn-primary {
  background: var(--brand-red);
  color: var(--white);
  border: 1px solid var(--brand-red);
}

.na-btn-primary:hover {
  background: var(--brand-red-dark);
  border-color: var(--brand-red-dark);
  color: var(--white);
}

.na-btn-outline {
  border: 1.5px solid var(--brand-red);
  color: var(--brand-red);
  background: var(--white);
}

.na-btn-outline .material-symbols-outlined {
  color: var(--brand-red);
}

.na-btn-outline:hover {
  background: var(--brand-red-soft);
}

/* Trending */
.na-trend-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(9.5rem, 70%);
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.35rem 0.2rem 0.9rem;
  margin: 0 -0.2rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.na-trend-card {
  scroll-snap-align: start;
  background: var(--white, #fff);
  border-radius: 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

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

.na-trend-card > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.na-trend-thumb {
  position: relative;
  aspect-ratio: 1;
  border-radius: 0;
  overflow: hidden;
  background: #222;
}

.na-trend-thumb img,
.na-release-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.na-rank {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.15rem 0.4rem;
  border-radius: 0.35rem;
  background: rgba(0, 0, 0, 0.65);
  color: var(--white);
  font-size: var(--fs-xs);
  font-weight: 700;
}

.na-duration {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  font-size: var(--fs-xs);
}

.na-play-overlay {
  position: absolute;
  left: 0.5rem;
  bottom: 0.45rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.na-trend-meta {
  margin-top: 0;
  min-width: 0;
  padding: 0.6rem 0.7rem 0.8rem;
}

.na-track-title {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-track-title a {
  display: block;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-track-artist,
.na-track-views {
  margin: 0.2rem 0 0;
  font-size: var(--fs-xs);
  color: var(--brand-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-track-views {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

/* New releases */
.na-release-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.na-release-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem;
  border-radius: 0.75rem;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}

.na-release-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
}

.na-release-thumb {
  position: relative;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
  background: #333;
}

.na-release-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.na-release-thumb .na-play-overlay {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  width: 1.5rem;
  height: 1.5rem;
}

.na-release-body {
  min-width: 0;
  flex: 1;
}

.na-release-side {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--brand-muted);
  font-size: var(--fs-xs);
  flex-shrink: 0;
}

/* Sponsored ad cards (mobile 1-col, desktop 2-col) */
.na-ad {
  margin-top: 1.25rem;
}

.na-ad-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.na-ad-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  max-width: none;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  background: var(--white, #fff);
  border: 1px solid var(--brand-border, #e0e0e0);
  border-radius: 0.65rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.na-ad-card.is-hidden {
  display: none;
}

.na-ad-link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  flex: 1;
  color: inherit;
  text-decoration: none;
}

.na-ad-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #c41e1e;
  color: #fff;
}

.na-ad-letter {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

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

.na-ad-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  flex: 1;
}

.na-ad-title {
  display: block;
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.3;
  color: var(--brand-black, #111);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-ad-text {
  margin: 0;
  font-size: var(--fs-xs);
  line-height: 1.4;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.na-ad-close {
  position: absolute;
  top: 0.4rem;
  right: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #888;
  cursor: pointer;
}

.na-ad-close .material-symbols-outlined {
  font-size: 1.15rem;
}

.na-ad-close:hover {
  background: var(--brand-chip, #f2f2f2);
  color: #333;
}

.na-ad.is-hidden {
  display: none;
}

@media (min-width: 768px) {
  .na-ad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

/* Players / bottom nav */
#naAudio {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.na-player-desktop {
  display: none;
  position: fixed;
  inset: auto 0 0;
  z-index: 40;
  height: 4.75rem;
  align-items: center;
  gap: 0.85rem;
  padding: 0 1.1rem;
  background: var(--white);
  border-top: 1px solid var(--brand-border);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}

.na-player-track {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 13rem;
  max-width: 17rem;
  flex: 0 1 16rem;
}

.na-player-divider {
  width: 1px;
  height: 2.4rem;
  background: var(--brand-border);
  flex-shrink: 0;
}

.na-player-art {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.45rem;
  object-fit: cover;
  background: var(--brand-chip);
  flex-shrink: 0;
}

.na-player-meta {
  min-width: 0;
}

.na-player-meta p {
  margin: 0;
}

.na-player-meta .title {
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--brand-black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-player-meta .artist {
  margin-top: 0.15rem;
  font-size: var(--fs-xs);
  color: var(--brand-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-player-controls {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex-shrink: 0;
}

.na-ctrl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1f2a44;
  cursor: pointer;
}

.na-ctrl-btn:hover {
  background: var(--brand-chip);
}

.na-ctrl-btn.is-active {
  color: var(--brand-red);
}

.na-ctrl-btn .material-symbols-outlined {
  font-size: 1.3rem;
}

.na-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  margin: 0 0.2rem;
  border: 0;
  border-radius: 999px;
  background: var(--brand-red);
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(150, 79, 255, 0.35);
}

.na-play-btn:hover {
  background: var(--brand-red-dark);
}

.na-play-btn .material-symbols-outlined {
  font-size: 1.55rem;
}

.na-progress {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 1 1 auto;
  min-width: 12rem;
  max-width: 28rem;
}

.na-progress time {
  font-size: var(--fs-xs);
  color: var(--brand-muted);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

.na-wave {
  display: flex;
  align-items: center;
  gap: 1.5px;
  flex: 1;
  height: 1.75rem;
  overflow: hidden;
}

.na-wave span {
  flex: 1;
  min-width: 2px;
  max-width: 4px;
  border-radius: 999px;
  background: #d9d9d9;
  align-self: center;
}

.na-wave span.is-played {
  background: linear-gradient(180deg, #C4A0FF 0%, #964FFF 100%);
}

.na-player-tools {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-left: auto;
  flex-shrink: 0;
  pointer-events: auto;
}

.na-player-tools .na-ctrl-btn {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}

.na-vol {
  position: relative;
  z-index: 3;
  display: none;
  width: 6.5rem;
  height: 1.35rem;
  margin: 0 0.35rem 0 0.1rem;
  border-radius: 999px;
  background: transparent;
  flex-shrink: 0;
  overflow: visible;
  pointer-events: auto;
  cursor: pointer;
  touch-action: none;
}

.na-vol::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0.3rem;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #e0e0e0;
}

.na-vol-fill {
  position: absolute;
  left: 0;
  top: 50%;
  width: 65%;
  height: 0.3rem;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--brand-red);
  z-index: 1;
  pointer-events: none;
}

.na-vol-thumb {
  position: absolute;
  top: 50%;
  left: 65%;
  z-index: 2;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: var(--brand-red);
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.na-vol:focus-visible {
  outline: 2px solid var(--brand-red-soft);
  outline-offset: 2px;
}

.na-queue-panel {
  position: fixed;
  right: 0.75rem;
  bottom: calc(var(--mini-player-h) + var(--bottom-nav-h) + 0.55rem);
  z-index: 55;
  width: min(20rem, calc(100vw - 1.5rem));
  max-height: 16rem;
  overflow: auto;
  padding: 0.65rem;
  background: var(--white);
  border: 1px solid var(--brand-border);
  border-radius: 0.75rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.na-queue-panel[hidden] {
  display: none !important;
}

.na-queue-panel-title {
  margin: 0 0 0.5rem;
  font-size: var(--fs-sm);
  font-weight: 700;
}

.na-queue-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.na-queue-list li {
  margin: 0;
}

.na-queue-list button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  width: 100%;
  padding: 0.45rem 0.5rem;
  border: 0;
  border-radius: 0.45rem;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

.na-queue-list button:hover,
.na-queue-list button.is-current {
  background: var(--brand-chip);
}

.na-queue-list .q-title {
  font-size: var(--fs-sm);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.na-queue-list .q-artist {
  font-size: var(--fs-xs);
  color: var(--brand-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.na-player-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--bottom-nav-h);
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: var(--mini-player-h);
  padding: 0.5rem 0.65rem;
  background: var(--white);
  border-top: 1px solid var(--brand-border);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}

.na-player-mobile .na-player-art {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.4rem;
}

.na-player-mobile .na-wave {
  height: 0.75rem;
  margin-top: 0.25rem;
}

.na-player-mobile .na-play-btn {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  box-shadow: none;
}

.na-player-mobile .na-ctrl-btn {
  width: 2.15rem;
  height: 2.15rem;
  flex-shrink: 0;
  color: var(--brand-black);
}

.na-mobile-queue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--brand-muted);
  flex-shrink: 0;
  cursor: pointer;
}

.na-mobile-queue .material-symbols-outlined {
  font-size: 1.45rem;
}

.na-mobile-queue.is-active,
.na-mobile-queue:hover {
  color: var(--brand-black);
  background: var(--brand-chip);
}

.na-bottom-nav {
  position: fixed;
  inset: auto 0 0;
  z-index: 40;
  display: flex;
  height: var(--bottom-nav-h);
  align-items: stretch;
  justify-content: space-around;
  background: var(--white);
  border-top: 1px solid var(--brand-border);
}

.na-bottom-nav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--brand-muted);
}

.na-bottom-nav .na-nav-disabled {
  flex: 1;
}

.na-bottom-nav a.active {
  color: var(--brand-red);
}

.text-red {
  color: var(--brand-red);
}

/* Responsive */
@media (min-width: 640px) {
  .na-create-btn {
    display: inline-flex;
  }

  .na-trend-row {
    grid-auto-columns: minmax(10.5rem, 1fr);
  }
}

@media (min-width: 768px) {
  .na-chip {
    margin-right: 0.3rem;
    padding: 0.4rem 0.75rem;
  }

  .na-chips-wrap {
    margin-top: 0.2rem;
    padding-top: 0.1rem;
  }

  .na-header {
    height: var(--header-h);
    padding: 0 1rem;
    gap: 0;
  }

  .na-header-row {
    gap: 1rem;
  }

  .na-header-actions {
    gap: 0.5rem;
  }

  .na-logo {
    flex: 0 0 auto;
  }

  .na-logo-mark {
    width: 2.5rem;
    height: 2.5rem;
  }

  .na-logo-mark.na-logo-full {
    display: block;
    width: 130px;
    max-width: 130px;
    height: auto;
  }

  .na-search-desktop {
    display: flex;
  }

  .na-search-mobile {
    display: none;
  }

  .na-main {
    padding-top: calc(var(--header-h) + 1rem);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .na-hero {
    min-height: 18rem;
  }

  .na-hero-copy {
    max-width: 30rem;
    padding: 2.1rem 2rem;
  }

  .na-hero-media {
    inset: 0 0 0 32%;
  }

  .na-trend-row {
    grid-auto-flow: unset;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0.5rem;
  }

  .na-ad-card {
    width: 100%;
    max-width: none;
    padding: 0.9rem 2.5rem 0.9rem 0.9rem;
  }

  .na-ad-icon {
    width: 3.25rem;
    height: 3.25rem;
  }

  .na-ad-letter {
    font-size: 1.45rem;
  }

  .na-ad-title {
    font-size: var(--fs-md, 1rem);
  }

  .na-release-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .na-menu-btn {
    display: none;
  }

  .na-sidebar {
    display: flex;
    overflow: hidden !important;
  }

  .na-sidebar:hover,
  .na-sidebar:focus-within {
    overflow: hidden !important;
  }

  .na-drawer,
  .na-overlay,
  .na-player-mobile,
  .na-bottom-nav {
    display: none !important;
  }

  .na-main {
    margin-left: var(--sidebar-w);
    padding: calc(var(--header-h) + 1rem) 1.5rem 7rem;
  }

  .na-player-desktop {
    display: flex;
  }

  .na-vol {
    display: inline-block;
    vertical-align: middle;
  }

  .na-queue-panel {
    bottom: calc(4.75rem + 0.65rem);
    right: 1.1rem;
  }

  .na-release-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Catalog / categories page */
.na-breadcrumb {
  margin: 0 0 0.85rem;
}

.na-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--fs-xs);
  color: var(--brand-muted);
}

.na-breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: 0.35rem;
  color: #9ca3af;
}

.na-breadcrumb a {
  color: var(--brand-muted);
}

.na-breadcrumb a:hover {
  color: var(--brand-red);
}

.na-breadcrumb [aria-current="page"] {
  color: var(--brand-black);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(100%, 32rem);
}

.na-breadcrumb a {
  color: var(--brand-muted);
  text-decoration: none;
}

.na-cat-tabs {
  display: flex;
  gap: 0.35rem;
  margin: 0.85rem 0 1rem;
  border-bottom: 1px solid var(--brand-border);
}

.na-cat-tab {
  position: relative;
  padding: 0.65rem 0.85rem;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--brand-muted);
}

.na-cat-tab.active {
  color: var(--brand-red);
  font-weight: 700;
}

.na-cat-tab.active::after {
  content: "";
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: -1px;
  height: 2px;
  background: var(--brand-red);
  border-radius: 999px;
}

.na-cat-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  margin: 1.15rem 0 1.35rem;
  padding: 0.15rem 0;
}

.na-cat-heading {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.na-cat-count {
  margin: 0.2rem 0 0;
  font-size: var(--fs-xs);
  color: var(--brand-muted);
}

.na-cat-toolbar-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.na-cat-filter-btn,
.na-cat-sort-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: var(--white);
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--brand-black);
  cursor: pointer;
}

.na-cat-filter-btn:hover,
.na-cat-sort-btn:hover {
  background: var(--brand-chip);
}

.na-cat-sort {
  position: relative;
  z-index: 5;
}

.na-cat-sort-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  z-index: 6;
  min-width: 9.5rem;
  padding: 0.4rem;
  background: var(--white);
  border: 1px solid var(--brand-border);
  border-radius: 0.65rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.na-cat-sort-menu[hidden] {
  display: none !important;
}

.na-cat-sort-menu a {
  display: block;
  padding: 0.5rem 0.7rem;
  border-radius: 0.4rem;
  font-size: var(--fs-sm);
  color: var(--brand-black);
  text-decoration: none;
}

.na-cat-sort-menu a:hover,
.na-cat-sort-menu a[aria-current="true"] {
  background: var(--brand-chip);
  color: var(--brand-red);
}

.na-catalog .na-breadcrumb,
.na-channels-page .na-breadcrumb {
  margin: 0.35rem 0 0.85rem;
}

.na-catalog .na-chips-wrap,
.na-channels-page .na-chips-wrap {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  padding-top: 0.55rem;
}

@media (max-width: 640px) {
  .na-catalog .na-breadcrumb,
  .na-channels-page .na-breadcrumb {
    margin-top: 0.15rem;
    margin-bottom: 0.25rem;
    padding-top: 0;
  }

  .na-catalog .na-chips-wrap,
  .na-channels-page .na-chips-wrap {
    margin-top: 0.1rem;
    margin-bottom: 0.25rem;
    padding-top: 0.15rem;
  }
}

.na-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 0.65rem;
}

.na-media-card {
  min-width: 0;
  background: var(--white);
  border-radius: 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

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

.na-media-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  overflow: hidden;
  background: #222;
}

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

.na-media-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}

.na-media-badge {
  position: absolute;
  left: 0.45rem;
  bottom: 0.45rem;
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

.na-media-more {
  position: absolute;
  top: 0.25rem;
  right: 0.15rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.na-media-body {
  margin-top: 0;
  padding: 0.65rem 0.7rem 0.75rem;
  min-width: 0;
}

.na-media-title {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-media-title a {
  color: inherit;
}

.na-media-artist,
.na-media-meta {
  margin: 0.15rem 0 0;
  font-size: var(--fs-xs);
  color: var(--brand-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.na-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 1.75rem 0 0.5rem;
}

.na-page-btn,
.na-page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.35rem;
  border-radius: 0.35rem;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--brand-muted);
}

.na-page-btn:hover,
.na-page-num:hover {
  background: var(--brand-chip);
  color: var(--brand-black);
}

.na-page-num.is-current {
  background: var(--brand-red);
  color: #fff;
  font-weight: 700;
}

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

.na-page-ellipsis {
  color: var(--brand-muted);
  padding: 0 0.15rem;
}

.na-show-more {
  display: block;
  width: 100%;
  margin: 1.25rem 0 2rem;
  text-align: center;
}

.na-show-more-btn {
  display: block;
  width: 100%;
  padding: 0.85rem 1.25rem;
  border: 0;
  border-radius: 10px;
  background: var(--brand-red, #964FFF);
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.na-show-more-btn:hover {
  background: #7B3AD6;
}

.na-show-more-loader {
  display: none;
  margin: 0.75rem auto 0;
  width: 32px;
  height: 32px;
}

.na-search-hit {
  background: #fff3a0;
  color: inherit;
  padding: 0 0.1em;
  border-radius: 2px;
}

@media (min-width: 640px) {
  .na-media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 0.85rem;
  }
}

@media (min-width: 1024px) {
  .na-media-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Artist profile cards (artists / naatkhawan / qari / scholars lists) */
.na-artist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.na-artist-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  padding: 1.15rem 1rem 1rem;
  background: var(--white);
  border: 1px solid var(--brand-border);
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.na-artist-card:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: #dcdcdc;
}

.na-artist-card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 0;
}

.na-artist-avatar {
  position: relative;
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0.15rem 0 0.85rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.na-artist-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
  background: #ececec;
  border: 2px solid #f0f0f0;
}

.na-artist-avatar-badge {
  position: absolute;
  right: -0.1rem;
  bottom: -0.05rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.na-artist-avatar-badge .material-symbols-outlined {
  font-size: 0.95rem;
}

.na-artist-name {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.3;
  color: var(--brand-black);
  max-width: 100%;
}

.na-artist-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
}

.na-artist-name a:hover {
  color: var(--brand-red);
}

.na-artist-role {
  margin: 0.35rem 0 0;
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--brand-muted);
}

.na-artist-stats {
  margin: 0.3rem 0 0;
  font-size: var(--fs-xs);
  color: #8a8a8a;
  line-height: 1.35;
}

.na-artist-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.95rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--brand-border);
  background: #fff;
  color: var(--brand-black);
  font-size: var(--fs-xs);
  font-weight: 700;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.na-artist-cta:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

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

  .na-artist-avatar {
    width: 6rem;
    height: 6rem;
  }

  .na-artist-card {
    padding: 1.35rem 1.1rem 1.1rem;
  }
}

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

@media (min-width: 1200px) {
  .na-artist-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.na-main.is-loading .na-page-content {
  display: none;
}

.na-main:not(.is-loading) .na-skeletons {
  display: none;
}

.na-skeletons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.na-skel {
  display: block;
  background: linear-gradient(90deg, #ececec 25%, #f5f5f5 37%, #ececec 63%);
  background-size: 400% 100%;
  animation: na-skel-shimmer 1.35s ease-in-out infinite;
  border-radius: 0.45rem;
}

@keyframes na-skel-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

.na-skel-line {
  height: 0.7rem;
  margin-top: 0.45rem;
}

.na-skel-line:first-child {
  margin-top: 0;
}

.na-skel-lg {
  height: 1.35rem;
}

.na-skel-md {
  height: 1rem;
}

.na-skel-w-12 { width: 12%; }
.na-skel-w-15 { width: 15%; }
.na-skel-w-30 { width: 30%; }
.na-skel-w-40 { width: 40%; }
.na-skel-w-45 { width: 45%; }
.na-skel-w-50 { width: 50%; }
.na-skel-w-55 { width: 55%; }
.na-skel-w-60 { width: 60%; }
.na-skel-w-70 { width: 70%; }
.na-skel-w-80 { width: 80%; }
.na-skel-w-90 { width: 90%; }

.na-skel-chips {
  display: flex;
  gap: 0.45rem;
  overflow: hidden;
  padding: 0.35rem 0;
}

.na-skel-chip {
  flex: 0 0 auto;
  width: 4.5rem;
  height: 2rem;
  border-radius: 999px;
}

.na-skel-chip:nth-child(2) { width: 5.2rem; }
.na-skel-chip:nth-child(3) { width: 6rem; }
.na-skel-chip:nth-child(4) { width: 5.5rem; }
.na-skel-chip:nth-child(5) { width: 6.5rem; }
.na-skel-chip:nth-child(6) { width: 7rem; }
.na-skel-chip:nth-child(7) { width: 4rem; }
.na-skel-chip:nth-child(8) { width: 5rem; }

.na-skel-hero {
  position: relative;
  display: block;
  min-height: 14rem;
  overflow: hidden;
  border-radius: 1.1rem;
  background: #f3f3f3;
}

.na-skel-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 18rem;
  padding: 1.4rem 1.2rem;
}

.na-skel-hero-actions {
  display: flex;
  gap: 0.55rem;
  margin-top: 1rem;
}

.na-skel-btn {
  width: 7.5rem;
  height: 2.4rem;
  border-radius: 999px;
}

.na-skel-hero-media {
  position: absolute;
  inset: 0 0 0 38%;
  border-radius: 0;
}

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

.na-skel-trend-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(9.5rem, 70%);
  gap: 0.85rem;
  overflow: hidden;
}

.na-skel-trend-card {
  background: var(--white);
  border-radius: 0.9rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding-bottom: 0.7rem;
}

.na-skel-thumb {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0.55rem;
}

.na-skel-trend-card .na-skel-line {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

.na-skel-ad {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  background: var(--white);
  border: 1px solid var(--brand-border);
  border-radius: 0.65rem;
}

.na-skel-ad-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.na-skel-ad-copy {
  flex: 1;
  min-width: 0;
  padding-top: 0.15rem;
}

.na-skel-release-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.na-skel-release-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem;
  border-radius: 0.75rem;
  background: var(--white);
  border: 1px solid var(--brand-border);
}

.na-skel-release-thumb {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.na-skel-release-body {
  flex: 1;
  min-width: 0;
}

@media (min-width: 768px) {
  .na-skel-hero {
    min-height: 16rem;
  }

  .na-skel-hero-copy {
    max-width: 22rem;
    padding: 2rem;
  }

  .na-skel-trend-row {
    grid-auto-flow: unset;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
  }

  .na-skel-release-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .na-skel-release-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .na-drawer {
    transition: none;
  }

  .na-skel {
    animation: none;
    background: #ececec;
  }

  html {
    scroll-behavior: auto;
  }
}

/* Auth pages */
.na-auth {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5rem;
}

.na-auth-card {
  width: 100%;
  max-width: 24rem;
  padding: 1.5rem 1.25rem 2rem;
  border: 1px solid var(--brand-border);
  border-radius: 1rem;
  background: var(--white);
}

.na-auth-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.na-auth-sub {
  margin: 0.35rem 0 1.25rem;
  color: var(--brand-muted);
  font-size: var(--fs-sm);
}

.na-auth-alert {
  margin: 0 0 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.5rem;
  background: #fdecea;
  color: #b42318;
  font-size: var(--fs-sm);
}

.na-auth-ok {
  margin: 0 0 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.5rem;
  background: #ecfdf3;
  color: #027a48;
  font-size: var(--fs-sm);
}

.na-auth-label {
  display: block;
  margin: 0.75rem 0 0.35rem;
  font-size: var(--fs-sm);
  font-weight: 500;
}

.na-auth-input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--brand-border);
  border-radius: 0.5rem;
  font-size: var(--fs-sm);
  background: var(--white);
}

.na-auth-input:focus {
  outline: 2px solid var(--brand-red-soft);
  border-color: var(--brand-red);
}

.na-auth-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  font-size: var(--fs-sm);
  color: var(--brand-muted);
}

.na-auth-submit {
  display: block;
  width: 100%;
  margin-top: 1.15rem;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--brand-red);
  color: var(--white);
  font-size: var(--fs-sm);
  font-weight: 600;
  cursor: pointer;
}

.na-auth-submit:hover {
  background: var(--brand-red-dark);
}

.na-auth-footer {
  margin: 1rem 0 0;
  font-size: var(--fs-sm);
  color: var(--brand-muted);
  text-align: center;
}

.na-auth-footer a {
  color: var(--brand-red);
  font-weight: 500;
}

/* Detail page (mp3 / video) */
.na-detail-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.na-detail-player {
  overflow: hidden;
  border-radius: 1.15rem;
  background: #111;
}

.na-detail-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #1a1a1a;
  overflow: hidden;
}

.na-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.35s ease;
}

.na-detail-cover.is-playing img {
  transform: scale(1.04);
  filter: brightness(0.62);
}

.na-detail-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.22) 0%,
    rgba(0, 0, 0, 0.08) 35%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.na-detail-cover.is-playing .na-detail-layer {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.45) 70%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.na-detail-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 3;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.na-detail-banner-tools {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  display: flex;
  gap: 0.4rem;
  pointer-events: auto;
}

.na-detail-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.15s ease, transform 0.15s ease;
}

.na-detail-tool:hover {
  background: rgba(0, 0, 0, 0.62);
  transform: scale(1.05);
}

.na-detail-tool.is-on {
  background: rgba(0, 0, 0, 0.42);
  color: #964FFF;
}

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

.na-detail-tool .material-symbols-outlined {
  font-size: 1.2rem;
}

.na-detail-play-row {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  pointer-events: auto;
}

.na-detail-skip {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.na-detail-cover.has-skip .na-detail-skip {
  display: inline-flex;
}

.na-detail-skip:hover {
  background: rgba(0, 0, 0, 0.68);
}

.na-detail-skip .material-symbols-outlined {
  font-size: 1.7rem;
}

.na-detail-play {
  position: relative;
  z-index: 4;
  width: 4.6rem;
  height: 4.6rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.na-detail-play:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}

.na-detail-play .material-symbols-outlined {
  font-size: 2.55rem;
}

.na-detail-music {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  pointer-events: auto;
}

.na-detail-music[hidden] {
  display: none !important;
}

.na-detail-time {
  flex-shrink: 0;
  min-width: 2.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.na-detail-wave {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 2.35rem;
  cursor: pointer;
  touch-action: none;
}

.na-detail-wave span {
  flex: 1;
  min-width: 2px;
  max-width: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  transition: background 0.12s ease;
}

.na-detail-wave span.is-played {
  background: linear-gradient(180deg, #C4A0FF 0%, #964FFF 100%);
}

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

  .na-detail-play {
    width: 3.75rem;
    height: 3.75rem;
  }

  .na-detail-play .material-symbols-outlined {
    font-size: 2.1rem;
  }

  .na-detail-skip {
    width: 2.25rem;
    height: 2.25rem;
  }

  .na-detail-skip .material-symbols-outlined {
    font-size: 1.4rem;
  }

  .na-detail-play-row {
    gap: 0.5rem;
  }

  .na-detail-wave {
    height: 1.85rem;
  }
}

.na-detail-video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.na-detail-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.na-detail-title {
  margin: 1.1rem 0 0.85rem;
  font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.na-detail-artist-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.na-detail-artist {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.na-detail-artist img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  object-fit: cover;
  background: var(--brand-chip);
}

.na-detail-artist strong {
  display: block;
  font-size: var(--fs-sm);
}

.na-detail-artist small {
  display: block;
  color: var(--brand-muted);
  font-size: var(--fs-xs);
}

.na-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.na-detail-stat,
.na-detail-action,
.na-fav-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: var(--white);
  color: var(--brand-black);
  font-size: var(--fs-xs);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.na-detail-stat {
  cursor: default;
  color: var(--brand-muted);
}

.na-detail-action:hover,
.na-fav-btn:hover {
  background: var(--brand-chip);
}

.na-fav-btn.is-on {
  background: rgba(150, 79, 255, 0.1) !important;
  border-color: transparent !important;
  color: #964FFF !important;
}

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

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

.na-detail-meta-line {
  margin: 0.75rem 0 0;
  font-size: var(--fs-sm);
  color: var(--brand-muted);
}

.na-detail-meta-line a {
  color: var(--brand-red);
}

.na-detail-react {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.na-react-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: var(--white);
  color: var(--brand-black);
  font-size: var(--fs-xs);
  font-weight: 500;
  cursor: pointer;
  overflow: visible;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.na-react-btn:hover {
  background: var(--brand-chip);
}

.na-react-btn:active {
  border-color: rgba(150, 79, 255, 0.45);
  background: rgba(150, 79, 255, 0.06);
}

.na-react-btn.is-pop {
  animation: na-react-bounce 0.42s cubic-bezier(0.22, 1.2, 0.36, 1);
}

.na-react-btn strong {
  font-weight: 700;
  color: var(--brand-red);
  display: inline-block;
}

.na-react-btn strong.is-tick {
  animation: na-react-count 0.38s cubic-bezier(0.22, 1.35, 0.36, 1);
}

.na-react-float {
  position: absolute;
  left: 50%;
  top: -0.15rem;
  z-index: 2;
  margin: 0;
  padding: 0;
  pointer-events: none;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--brand-red);
  white-space: nowrap;
  transform: translate(-50%, 0);
  animation: na-react-float 0.85s ease-out forwards;
}

@keyframes na-react-bounce {
  0% { transform: scale(1); }
  35% { transform: scale(0.92); }
  70% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

@keyframes na-react-count {
  0% { transform: scale(1); }
  40% { transform: scale(1.35); }
  100% { transform: scale(1); }
}

@keyframes na-react-float {
  0% {
    opacity: 0;
    transform: translate(-50%, 0.15rem) scale(0.85);
  }
  18% {
    opacity: 1;
    transform: translate(-50%, -0.35rem) scale(1.05);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -1.55rem) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .na-react-btn.is-pop,
  .na-react-btn strong.is-tick,
  .na-react-float {
    animation: none !important;
  }

  .na-react-float {
    display: none;
  }
}

.na-detail-about,
.na-detail-artist-card {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--brand-border);
  border-radius: 1rem;
  background: var(--white);
}

.na-detail-section-title {
  margin: 0 0 0.65rem;
  font-size: var(--fs-sm);
  font-weight: 700;
}

.na-detail-desc.is-clamp .na-detail-desc-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.na-detail-desc-text {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--brand-muted);
}

.na-detail-more {
  margin-top: 0.5rem;
  border: 0;
  background: transparent;
  color: var(--brand-black);
  font-size: var(--fs-sm);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.na-detail-artist-card {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.na-detail-artist-card-media img {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.85rem;
  object-fit: cover;
  display: block;
}

.na-detail-artist-card-body h2 {
  margin: 0;
  font-size: var(--fs-md);
}

.na-detail-aka {
  margin: 0.2rem 0 0;
  font-size: var(--fs-xs);
  color: var(--brand-muted);
}

.na-detail-artist-card .na-muted {
  margin: 0.35rem 0 0.75rem;
  font-size: var(--fs-xs);
  color: var(--brand-muted);
}

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

.na-detail-aside-head h2 {
  margin: 0;
  font-size: var(--fs-md);
  font-weight: 700;
}

.na-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.na-related-item {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.35rem;
  border-radius: 0.65rem;
  color: inherit;
  text-decoration: none;
}

.na-related-item:hover {
  background: var(--white);
}

.na-related-thumb {
  position: relative;
  flex-shrink: 0;
  width: 7.5rem;
  aspect-ratio: 16 / 9;
  border-radius: 0.45rem;
  overflow: hidden;
  background: var(--brand-chip);
}

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

.na-related-thumb .material-symbols-outlined {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 1.6rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

.na-related-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.na-related-title {
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.na-related-artist,
.na-related-views {
  font-size: var(--fs-xs);
  color: var(--brand-muted);
}

@media (min-width: 960px) {
  .na-detail-layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(16rem, 0.9fr);
    gap: 1.75rem;
  }
}
