/* ==========================================================================
   MuzFm.NET — newdizayn
   Original stylesheet for the redesign preview at /newdizayn
   ========================================================================== */

/* ----- Inter font (allaqachon /fonts/ ostida turibdi) ----- */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

 
/* ===== TOKENS ===== */
:root {
  --bg:           #f0f0f0;
  --bg-warm:      #ffffff;
  --surface:      #FFFFFF;
  --surface-soft: #f0f0f0;
  --border:       #f0f0f0;

  --text:         #1B2024;
  --text-2:       #5A6068;
  --text-mute:    #9AA0A6;

  --accent:       #ec125c;
  --accent-soft:  #f06190;
  --accent-dot:   #ec125c;
  --link-hover:   #b40c47;

  --radius:       3px;
  --radius-md:    6px;

  --container:    1200px;
  --sidebar-w:    240px;
  --header-h:     62px;
}

/* ===== RESET ===== */
*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }
html { -webkit-text-size-adjust:100%; }
body {
  font:14px/1.45 'Inter','Inter-fallback',Helvetica,Arial,sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing:antialiased;
  min-height:100vh;
}
img { max-width:100%; display:block; }
a { color: var(--text); text-decoration:none; transition: color .15s ease; }
a:hover { color: var(--link-hover); }
button { font:inherit; cursor:pointer; border:none; background:transparent; color:inherit; }
ol, ul { list-style:none; }
input { font:inherit; }

/* ===== UTILITY ===== */
.fx-row    { display:flex; flex-wrap:wrap; }
.fx-middle { align-items:center; }
.fx-1      { flex:1 1 0; min-width:0; }
.nowrap    { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* ===== LAYOUT WRAPPER ===== */
.wrap         { width:100%; }
.block.center {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 14px;
}

/* ===== TOPLINE (header bar) ===== */
.topline {
  background: var(--bg-warm);
  border-radius: var(--radius);
  padding: 0 16px;
  margin: 14px 0;
}
.topline > .center {
  height: var(--header-h);
  gap: 18px;
  align-items: center;
}

.logo { display:flex; align-items:center; flex-shrink:0; text-decoration:none; width: var(--sidebar-w); }
.logo img { width:220px; height:auto; }
.logo-text {
  font-family: 'Russo One', 'Arial Black', system-ui, sans-serif;
  font-size: 28px;
  letter-spacing: -0.5px;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}
.logo-text .lt-dark   { color: var(--text); }
.logo-text .lt-accent { color: var(--accent); }
.logo:hover .logo-text { opacity: .85; }

.btn-menu {
  display:none;
  width:42px; height:42px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  align-items:center; justify-content:center;
  flex-shrink:0; font-size:16px;
  cursor: pointer;
  transition: background .15s ease, transform .1s ease;
}
.btn-menu:hover  { background: var(--link-hover); }
.btn-menu:active { transform: scale(.95); }

.search-wrap { display:flex; }
.search-wrap form { width:100%; }
.search-box {
  position:relative;
  display:flex; align-items:center;
  height: 40px;
  background: var(--bg);
  border-radius: var(--radius);
  overflow:hidden;
}
.search-box input {
  flex:1; height:40px;
  border:none; outline:none;
  padding: 0 14px;
  font-size: 14px;
  color: var(--text);
  background: transparent;
}
.search-box input::placeholder { color: var(--text-2); font-size: 13px; }
.search-box input:focus { background: var(--surface); }
.search-box button {
  width: 42px; height: 40px;
  color: var(--text);
  font-size: 15px;
  display:flex; align-items:center; justify-content:center;
}

/* ===== COLS (sidebar + main) ===== */
.cols { gap:18px; align-items:flex-start; }
.col-left {
  width: var(--sidebar-w);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.col-main { min-width:0; }

/* ===== SIDE BOX ===== */
.side-box {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
}
.side-bt {
  font-weight:600;
  font-size:15px;
  background: var(--bg-warm);
  color: var(--text);
  padding: 11px 16px;
}
.side-bc, .side-tp { padding: 6px 4px; }

/* ----- nav links (genres / categories) ----- */
.side-nav li a {
  display:flex; align-items:center; gap:10px;
  padding: 7px 12px;
  border-radius: 4px;
  color: var(--text);
  font-size: 14px;
  transition: background .15s ease;
}
.side-nav li a:hover  { background: rgba(0,0,0,.045); }
.side-nav li a.active { background: rgba(0,0,0,.06); color: var(--accent); }
.side-nav li a:before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent-dot);
  flex-shrink: 0;
}

/* ----- popular tracks list ----- */
.popular { padding: 5px 12px; }
.popular-desc {
  display: flex; align-items: center; gap: 8px;
  color: var(--text); font-size: 13px;
  line-height: 1.35;
}
.popular-desc:before {
  content: "";
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent-dot);
  flex-shrink: 0;
}
.popular-desc:hover { color: var(--accent); }
.popular-artist { color: var(--text); font-weight: 600; }
.popular-title  { color: var(--text-2); }

/* ===== SECT (content sections) ===== */
.sections, .sect1 {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 18px;
  margin-bottom: 16px;
  overflow: hidden;
}
.sections.fx-row, .sect1.fx-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.sect { flex: 1 1 320px; min-width: 0; }
.sect-header {
  margin-bottom: 12px;
  background: var(--surface-soft);
  padding: 12px 14px;
  border-radius: var(--radius);
  align-items: center;
  display: flex;
}
.sect-t {
  font-weight: 700;
  font-size: 15px;
  color: var(--text);
}
.sect-t .fa { color: var(--accent); margin-right: 8px; }
.sect-link {
  color: var(--text-mute);
  font-size: 13px;
  margin-left: 14px;
}
.sect-link:hover { color: var(--accent); }
.sect-link .fa  { margin-left: 5px; }
.sect-c { padding: 0; }

/* ===== TRACK ITEM (used on home + listing pages) ===== */
.track-item {
  display: flex; align-items: center; gap: 10px;
  background: var(--surface);
  padding: 6px 10px 6px 6px;
  position: relative;
  margin-bottom: 6px;
  border-radius: var(--radius);
  transition: background .15s ease;
}
.track-item:hover,
.track-item.show-player { background: var(--surface-soft); }
.track-img {
  position: relative;
  width: 48px; height: 48px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-warm);
  flex-shrink: 0;
}
.track-img img { width:100%; height:100%; object-fit:cover; }
.track-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px;
  background: rgba(0,0,0,0);
  cursor: pointer;
  opacity: 0;
  transition: opacity .15s ease, background .15s ease;
}
.track-item:hover .track-play,
.track-item.show-player .track-play,
.song-short.muzfmplayed .track-play { opacity: 1; background: rgba(0,0,0,.55); }

/* Play/Pause icons (lib-orgs.js .playicon va .pauseicon klasslarini almashtiradi) */
.icon-play:before  { content: "\f04b"; font-family: 'FontAwesome'; }
.icon-pause:before { content: "\f04c"; font-family: 'FontAwesome'; }
.playp.playicon::before  { content: "\f04b"; font-family: 'FontAwesome'; color: #fff; font-size: 14px; }
.playp.pauseicon::before { content: "\f04c"; font-family: 'FontAwesome'; color: #fff; font-size: 14px; }

/* Faol qo'shiq (muzfmplayed) */
.song-short.muzfmplayed {
  background: var(--surface-soft) !important;
}
.song-short.muzfmplayed .track-title,
.song-short.muzfmplayed .track-title a,
.song-short.muzfmplayed .info .song,
.song-short.muzfmplayed .info .song a { color: var(--accent) !important; font-weight: 700; }

/* Equaliser bars — faqat ijro paytida ko'rinadi (.playp.pauseicon = playing) */
@keyframes nd-np-bar { 0%, 100% { height: 30%; } 50% { height: 100%; } }
.song-short .nowplaying {
  display: none; align-items: flex-end; gap: 2px;
  width: 18px; height: 14px; margin-right: 6px; flex-shrink: 0;
}
.song-short:has(.playp.pauseicon) .nowplaying { display: inline-flex; }
.song-short .nowplaying span {
  display: block; width: 3px; background: var(--accent); border-radius: 2px;
  animation: nd-np-bar 1s ease-in-out infinite;
}
.song-short .nowplaying span:nth-child(1) { animation-delay: -.4s; }
.song-short .nowplaying span:nth-child(2) { animation-delay: -.2s; }
.song-short .nowplaying span:nth-child(3) { animation-delay: 0s; }

.track-desc { display:block; color: var(--text); min-width:0; flex:1; }
.track-title    { font-size: 14px; font-weight: 600; color: var(--text); }
.track-subtitle { font-size: 13px; color: var(--text-2); margin-top: 3px; }
.track-time {
  color: var(--text-mute);
  font-size: 13px;
  margin-left: 14px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.track-dl {
  color: var(--accent-soft) !important;
  margin-left: 14px;
  font-size: 18px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  transition: background .15s ease, color .15s ease;
}
.track-dl:hover { background: var(--accent); color: #fff !important; }

/* ===== BUTTONS ===== */
.button {
  display: inline-block;
  height: 40px; line-height: 40px;
  padding: 0 18px;
  border-radius: 20px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  transition: background .15s ease;
}
.button:hover { background: var(--link-hover); color: #fff; }

/* ===== SONG PAGE ===== */

/* Breadcrumb */
.breadcrumb-nd {
  font-size: 13px;
  color: var(--text-2);
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.breadcrumb-nd a { color: var(--text-2); }
.breadcrumb-nd a:hover { color: var(--accent); }
.breadcrumb-nd .sep { color: var(--text-mute); }
.breadcrumb-nd > span:last-child { color: var(--text); font-weight: 500; }

/* Hero card */
.song-hero {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 16px;
  overflow: hidden;
}

/* H1: "Артист - Название" (артист — обычный, название — accent) */
.sh-h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  margin: 0 0 14px;
  word-wrap: break-word;
}
.sh-h1-artist { color: var(--text); }
.sh-h1-title  { color: var(--accent); }

/* Body: cover (168×168) + info table — info ham 168px balandlikda */
.sh-body {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 20px;
  align-items: stretch;
}

/* Cover — fix 168×168 (kvadrat) */
.sh-cover {
  width: 168px;
  height: 168px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-warm);
}
.sh-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Info table */
.sh-info {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
}
.sh-info tr:nth-child(odd)  { background: var(--surface-soft); }
.sh-info tr:nth-child(even) { background: transparent; }
.sh-info td {
  padding: 3px 14px;
  vertical-align: middle;
  line-height: 1.3;
}
.sh-info-k {
  color: var(--text-2);
  width: 1%;
  white-space: nowrap;
  padding-right: 28px;
  font-weight: 400;
}
.sh-info-v {
  color: var(--text);
  font-weight: 500;
}

/* Action buttons (mening dizaynim — solid + outline) */
.sh-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.sh-btn {
  flex: 1 1 220px;
  min-height: 50px;
  padding: 6px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  letter-spacing: 0.15px;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease, transform .1s ease;
}
.sh-btn:active { transform: translateY(1px); }

.sh-btn-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}

/* Play — solid accent */
.sh-btn-play {
  background: var(--accent);
  color: #fff !important;
}
.sh-btn-play .sh-btn-icon {
  background: rgba(255,255,255,.18);
  color: #fff;
}
.sh-btn-play:hover {
  background: var(--link-hover);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(63,119,65,.28);
}

/* Download — outlined accent (visually distinct) */
.sh-btn-dl {
  background: transparent;
  color: var(--accent) !important;
  border: 2px solid var(--accent);
}
.sh-btn-dl .sh-btn-icon {
  background: var(--accent);
  color: #fff;
}
.sh-btn-dl:hover {
  background: var(--accent);
  color: #fff !important;
}
.sh-btn-dl:hover .sh-btn-icon {
  background: rgba(255,255,255,.18);
}

/* Lyrics block (agar yoqilsa) */
.sh-lyrics {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text);
  white-space: pre-wrap;
  word-break: break-word;
  padding: 4px 0;
}

/* SEO line */
.sh-seo {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  color: var(--text-2);
  font-size: 13px;
  line-height: 1.55;
}
.sh-seo strong { color: var(--text); font-weight: 600; }

/* Song page responsive */
@media (max-width: 600px) {
  .song-hero { padding: 14px; }
  .sh-h1 { font-size: 18px; }
  .sh-body {
    grid-template-columns: 1fr;
  }
  .sh-cover {
    margin: 0 auto;
    width: 180px;
    height: 180px;
  }
  .sh-info { font-size: 13px; }
  .sh-info td { padding: 8px 10px; }
  .sh-btn { flex: 1 1 100%; min-height: 52px; font-size: 15px; }
}

/* ===== ARTIST PAGE: collaborators / similar artists grid ===== */
.nd-artists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 14px;
}
.nd-artist {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  color: var(--text);
  text-decoration: none;
}
.nd-artist img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  background: var(--bg-warm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.nd-artist:hover img {
  transform: scale(1.03);
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
.nd-artist-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text);
}
.nd-artist:hover .nd-artist-title { color: var(--accent); }
.nd-artist-meta {
  font-size: 11px;
  color: var(--text-mute);
  font-weight: 500;
}

/* ===== PAGE HERO (listing pages) ===== */
.page-hero {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 22px 24px;
  margin-bottom: 16px;
}
.page-h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 6px;
  line-height: 1.2;
}
.page-h1-q { color: var(--accent); }
.page-sub {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.55;
  margin: 0;
}

/* ===== CHART (vtrende) — rank + movement ===== */
.track-chart { padding-left: 4px; }
.chart-rank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex-shrink: 0;
  gap: 2px;
}
.rank-num {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-2);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.rank-num.is-top { color: var(--text); }
.rank-num.is-1   { color: var(--accent); font-size: 20px; }

/* Movement badges */
.mv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.mv-up   { background: rgba(16,185,129,.13); color: #059669; }
.mv-up::before   { content: "▲"; margin-right: 1px; font-size: 7px; }
.mv-down { background: rgba(220,38,38,.13);  color: #dc2626; }
.mv-down::before { content: "▼"; margin-right: 1px; font-size: 7px; }
.mv-same { background: rgba(156,163,175,.18); color: #6B7280; }
.mv-new  { background: linear-gradient(135deg, var(--accent), #b40c47); color: #fff; font-size: 9px; }

/* ===== ARTISTS GRID (listing) ===== */
.nd-artists-grid {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 18px 14px;
}

/* ===== COLLECTIONS GRID ===== */
.nd-collections {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}
.nd-coll-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: var(--text);
}
.nd-coll-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-md);
  background: var(--bg-warm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.nd-coll-card:hover img {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0,0,0,.1);
}
.nd-coll-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nd-coll-meta {
  font-size: 11px;
  color: var(--text-mute);
  font-weight: 500;
  margin-top: -2px;
}

/* ===== ARTIST HERO (round avatar + info) ===== */
.artist-hero {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 22px;
  align-items: center;
}
.ah-cover {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-warm);
  flex-shrink: 0;
}
.ah-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ah-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.ah-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  margin: 0;
  word-wrap: break-word;
}
.ah-meta {
  font-size: 13px;
  color: var(--text-2);
  margin-bottom: 2px;
}
.ah-genre {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 26px;
  padding: 0 12px;
  border-radius: 13px;
  background: var(--bg-warm);
  color: var(--text);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s ease;
}
.ah-genre:hover {
  background: var(--accent);
  color: #fff;
}

.ah-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.ah-actions .sh-btn { flex: 0 0 auto; min-height: 44px; padding: 4px 18px; }
.ah-btn-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  color: var(--text-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: all .15s ease;
}
.ah-btn-icon:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

@media (max-width: 600px) {
  .artist-hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 16px;
  }
  .ah-cover { margin: 0 auto; width: 140px; height: 140px; }
  .ah-info { align-items: center; }
  .ah-name { font-size: 22px; }
  .ah-actions { justify-content: center; }
}

/* ===== TABS (replaces sort pills on artist page) ===== */
.nd-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 14px;
  border-bottom: 2px solid var(--border);
  padding: 0 4px;
}
.nd-tab {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-2);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: color .15s ease, border-color .15s ease;
}
.nd-tab:hover { color: var(--text); }
.nd-tab.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

/* ===== Sort filter (eski stil — artist page'da endi ishlatilmaydi, lekin keyin kerak bo'lsa qoldiriladi) ===== */
.nd-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.nd-sort-btn {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-2);
  background: var(--surface-soft);
  border: 1px solid var(--border);
  text-decoration: none;
  transition: all .15s ease;
}
.nd-sort-btn:hover {
  background: var(--bg-warm);
  color: var(--text);
}
.nd-sort-btn.active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

/* ===== Pagination (Laravel default) ===== */
.nd-pagination {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
}
.nd-pagination > nav,
.nd-pagination .paginationd,
.nd-pagination ul,
.nd-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nd-pagination a,
.nd-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  background: var(--surface-soft);
  text-decoration: none;
  border: 1px solid var(--border);
}
.nd-pagination a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.nd-pagination .active span,
.nd-pagination span[aria-current="page"] {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.nd-pagination .disabled span,
.nd-pagination span[aria-disabled="true"] { opacity: .4; }

/* ===== VIDEOS GRID ===== */
.nd-videos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px 14px;
}
.nd-video { display:flex; flex-direction:column; gap:8px; color:var(--text); text-decoration:none; }
.nd-video-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--bg-warm);
}
.nd-video-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.nd-video-play {
  position: absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(0,0,0,.6); color:#fff;
  display: flex; align-items:center; justify-content:center;
  font-size: 14px; opacity: 0; transition: opacity .15s ease;
}
.nd-video:hover .nd-video-play { opacity: 1; }
.nd-video-dur {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,.78); color:#fff;
  padding: 2px 7px; border-radius: 4px;
  font-size: 12px; font-weight: 600;
}
.nd-video-title {
  font-size: 13px; font-weight: 600; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.nd-video-meta { font-size: 12px; color: var(--text-mute); }

/* Video player (single video page) */
.nd-player {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.nd-player iframe,
.nd-player video,
.nd-player img { width:100%; height:100%; border:0; display:block; }
.nd-player-fallback {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7); font-size: 14px;
  background: rgba(0,0,0,.65);
}

/* ===== ARTICLES (posts) ===== */
.nd-articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.nd-article {
  display: flex; flex-direction: column;
  background: var(--surface-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  transition: transform .15s ease, box-shadow .15s ease;
}
.nd-article:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.nd-article-thumb {
  width: 100%; aspect-ratio: 16/9;
  overflow: hidden; background: var(--bg-warm);
}
.nd-article-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.nd-article-body { padding: 12px 14px 14px; display:flex; flex-direction:column; gap:6px; flex: 1; }
.nd-article-title {
  font-size: 15px; font-weight: 700; line-height: 1.3; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.nd-article-excerpt {
  font-size: 13px; color: var(--text-2); line-height: 1.5; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.nd-article-date { font-size: 12px; color: var(--text-mute); margin-top: auto; }

/* Single article cover */
.nd-article-cover {
  width: 100%; max-height: 420px;
  border-radius: var(--radius-md);
  overflow: hidden; background: var(--bg-warm);
  margin-bottom: 16px;
}
.nd-article-cover img { width: 100%; height: auto; display: block; object-fit: cover; }

/* Article body (rendered content) */
.nd-article-body-full {
  font-size: 15px; line-height: 1.7; color: var(--text);
}
.nd-article-body-full p { margin: 0 0 14px; }
.nd-article-body-full h2 { font-size: 20px; font-weight: 700; margin: 22px 0 12px; }
.nd-article-body-full h3 { font-size: 17px; font-weight: 700; margin: 18px 0 10px; }
.nd-article-body-full a { color: var(--accent); text-decoration: underline; }
.nd-article-body-full a:hover { color: var(--link-hover); }
.nd-article-body-full ul, .nd-article-body-full ol { margin: 0 0 14px 22px; }
.nd-article-body-full li { margin-bottom: 4px; }
.nd-article-body-full img { max-width: 100%; height: auto; border-radius: var(--radius-md); margin: 14px 0; }
.nd-article-body-full strong, .nd-article-body-full b { font-weight: 700; }

/* Simple bullet song list (biography) */
.nd-song-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 4px 16px;
  list-style: none; padding: 0; margin: 0;
}
.nd-song-list li { padding: 4px 0; }
.nd-song-list a { color: var(--text); font-size: 14px; }
.nd-song-list a:hover { color: var(--accent); }

/* ===== PHOTOS (photoshoot listing + gallery) ===== */
.nd-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.nd-photo-card { display:flex; flex-direction:column; gap:6px; text-decoration:none; color:var(--text); }
.nd-photo-thumb {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden; border-radius: var(--radius-md);
  background: var(--bg-warm);
}
.nd-photo-thumb img { width:100%; height:100%; object-fit:cover; display:block; transition: transform .15s ease; }
.nd-photo-card:hover .nd-photo-thumb img { transform: scale(1.04); }
.nd-photo-count {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,.75); color: #fff;
  font-size: 11px; font-weight: 600;
  padding: 2px 7px; border-radius: 10px;
}
.nd-photo-title { font-size: 13px; font-weight: 600; line-height: 1.3; }
.nd-photo-meta { font-size: 12px; color: var(--text-mute); }

/* Gallery (photoshoot show page) */
.nd-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.nd-gallery-item {
  display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--bg-warm);
}
.nd-gallery-item img { width:100%; height:100%; object-fit:cover; display:block; transition: transform .25s ease; }
.nd-gallery-item:hover img { transform: scale(1.05); }

/* ===== FORM (contact) ===== */
.nd-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 540px;
}
.nd-form label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; color: var(--text-2); }
.nd-form label > span { font-weight: 500; }
.nd-form input,
.nd-form textarea {
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg);
  font-size: 14px;
  color: var(--text);
  outline: none;
  font-family: inherit;
}
.nd-form input:focus,
.nd-form textarea:focus { border-color: var(--accent); background: var(--surface); }
.nd-form textarea { resize: vertical; min-height: 120px; }

.nd-alert {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 12px;
}
.nd-alert-success { background: rgba(16,185,129,.12); color: #059669; }
.nd-alert-error   { background: rgba(220,38,38,.12); color: #dc2626; }

/* ===== ERROR PAGES ===== */
.nd-error-hero {
  text-align: center;
  padding: 50px 24px 60px;
}
.nd-error-code {
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -3px;
  margin-bottom: 8px;
  font-family: 'Arial Black', system-ui, sans-serif;
}
.nd-error-actions {
  display: flex; gap: 10px;
  justify-content: center;
  margin-top: 22px;
  flex-wrap: wrap;
}
.nd-error-actions .sh-btn { flex: 0 0 auto; min-height: 44px; padding: 4px 18px; }

/* Yashirin track (player JS uchun, ko'rinmaydi) */
.nd-hidden-track {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
  pointer-events: none;
}

/* ===== MUZFM PLAYER (fixed bottom — sefon-style: controls / info / actions) ===== */
.muzfm-player {
  position: fixed;
  left: 0; right: 0;
  bottom: -100px;
  height: 72px;
  z-index: 50;
  transition: bottom .35s ease;
}

.player-container {
  position: relative;
  width: 100%;
  height: 72px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-shadow: 0 -6px 20px rgba(0,0,0,.08);
}

/* Progress bar — yuqorida tor pushti chiziq, hover'da tepaga kengayadi */
.muzfm-player .progress-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--border);
  cursor: pointer;
  z-index: 2;
  transition: height .15s ease, top .15s ease;
}
.muzfm-player .progress-bar:hover {
  height: 14px;
  top: -11px;       /* tepaga 11px chiqadi, pasti joyida qoladi */
}
.muzfm-player .progress-bar .bar {
  height: 100%;
  background: var(--accent);
  width: 0%;
  pointer-events: none;
  transition: width .1s linear;
}

/* Player layout — flex bilan, order orqali joylashuv */
.player-control {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 3px 20px 0;
  gap: 16px;
}

/* CONTROLS (chap, birinchi) */
.player-control .center {
  order: 1;
  display: flex; align-items: center; gap: 6px;
  flex-shrink: 0;
}
.player-control .center .prev,
.player-control .center .next {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--text);
  transition: background .15s ease;
}
.player-control .center .prev:hover,
.player-control .center .next:hover { background: var(--surface-soft); }
.player-control .center .play-pause {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .15s ease, transform .1s ease;
}
.player-control .center .play-pause:hover { background: var(--link-hover); }
.player-control .center .play-pause:active { transform: scale(.95); }

/* Player ikonlari (fa-solid via SVG bg) */
.player-control .center .fa-solid {
  display: inline-block;
  width: 22px; height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.player-control .center .play-pause .fa-solid {
  filter: brightness(0) invert(1);
}
.fa-play  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%231F2937' d='M6.857 2.571L22.286 12 6.857 21.429V2.571z'/></svg>"); }
.fa-pause { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%231F2937' d='M5.143 3.429h5.143v17.142H5.143zM13.714 3.429h5.143v17.142h-5.143z'/></svg>"); }
.fa-backward-fast { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><path fill='%231F2937' d='M25 7l-10 7 10 7V7zM5 7H3v14h2V7zm10 0L5 14l10 7V7z'/></svg>"); }
.fa-forward-fast  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><path fill='%231F2937' d='M3 7l10 7-10 7V7zm20 0h2v14h-2V7zM13 7l10 7-10 7V7z'/></svg>"); }

/* INFO (markaz, ikkinchi) — cover + qo'shiq/artist nomi */
.player-control .left {
  order: 2;
  flex: 1; min-width: 0;
  display: flex; align-items: center; gap: 12px;
  overflow: hidden;
}
.player-control .left img {
  width: 44px; height: 44px;
  border-radius: 6px;
  object-fit: cover;
  background: var(--surface-soft);
  flex-shrink: 0;
}
.player-control .left > div {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; gap: 1px;
}
.player-control .left .songname,
.player-control .left .artistname {
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  line-height: 1.3;
}
.player-control .left .artistname {
  font-size: 14px; font-weight: 600; color: var(--text);
  order: 1;
}
.player-control .left .songname {
  font-size: 12px; color: var(--text-2);
  order: 2;
}
.player-control .left .place {
  background: var(--surface-soft);
  color: transparent !important;
  border-radius: 4px;
}

/* ACTIONS (o'ng, uchinchi) — vaqt + volume */
.player-control .right {
  order: 3;
  display: flex; align-items: center; gap: 14px;
  flex-shrink: 0;
}
.timeupdates {
  display: flex; align-items: center; gap: 4px;
  font-size: 12px; color: var(--text-2);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.volume {
  display: flex; align-items: center; gap: 8px;
  width: 140px;
}
.mute {
  width: 30px; height: 30px;
  border: 0; cursor: pointer;
  background: transparent;
  background-position: center; background-repeat: no-repeat; background-size: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><path fill='%234B5563' d='M3 17h4.057L15 22V6l-7.972 5H3z'/><path fill='%234B5563' d='M19.316 4.368A10.987 10.987 0 0125 14a10.988 10.988 0 01-5.684 9.632l-.895-1.79A8.986 8.986 0 0023 14a8.985 8.985 0 00-4.58-7.842l.895-1.79z'/></svg>");
  opacity: .65;
  flex-shrink: 0;
}
.mute:hover { opacity: 1; }
.mute.mute-round {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><path fill='%23dc2626' d='M3 17h4.057L15 22V6l-7.972 5H3zM21 14.414l2.828 2.829 1.415-1.415L22.414 13l2.829-2.828-1.415-1.415L21 11.586l-2.828-2.829-1.415 1.415L19.586 13l-2.829 2.828 1.415 1.415L21 14.414z'/></svg>");
  opacity: 1;
}
.volume-progress {
  flex: 1; height: 4px;
  background: var(--border);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.volume-progress .vol-bar {
  height: 100%;
  width: 70%;
  background: var(--accent);
  border-right: none;
}

/* Tablet — kompaktroq */
@media (max-width: 980px) {
  .player-control { padding: 3px 14px 0; gap: 10px; }
  .volume { width: 100px; }
}

/* Mobile */
@media (max-width: 640px) {
  .muzfm-player, .player-container { height: 60px; }
  .player-control { height: 60px; gap: 10px; padding: 3px 12px 0; }
  .player-control .center { gap: 2px; }
  .player-control .center .prev,
  .player-control .center .next { width: 32px; height: 32px; }
  .player-control .center .play-pause { width: 40px; height: 40px; }
  .player-control .left { display: none; }     /* rasm + nom yashiringan */
  .player-control .right .volume { display: none; }
  .player-control .right { flex: 1; justify-content: flex-end; }
  .timeupdates { font-size: 11px; }
}

/* ===== FOOTLINE (footer bar) ===== */
.footline {
  margin-top: 18px;
  margin-bottom: 14px;
  padding: 16px 18px;
  background: var(--surface);
  border-radius: var(--radius);
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: var(--text-2);
  display: flex;
  flex-wrap: wrap;
}
.footline a   { color: var(--accent); }
.footline a:hover { color: var(--link-hover); }
.ftbtm  { flex: 1 1 0; min-width: 200px; }
.ftcount { flex-shrink: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .cols          { flex-direction: column; }
  .btn-menu      { display: flex; cursor: pointer; }
  .search-wrap   { order: 3; flex: 0 0 100%; width: 100%; }
  .topline > .center {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    height: auto;
    justify-content: space-between;
  }
  .logo { flex-shrink: 1; min-width: 0; width: auto; }
  .logo img { width: auto; max-width: 200px; max-height: 40px; height: auto; }

  /* Sidebar mobilda — chap tomondan sirpanib chiqadigan drawer */
  .col-left {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    width: 280px;
    max-width: 85vw;
    z-index: 1001;
    background: var(--bg);
    overflow-y: auto;
    padding: 14px 12px;
    transform: translateX(-100%);
    transition: transform .25s ease;
    box-shadow: 2px 0 16px rgba(0,0,0,.15);
  }
  .col-left.is-open { transform: translateX(0); }

  /* Backdrop — sidebar ochilganda paydo bo'ladi */
  .nd-backdrop {
    position: fixed; inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    opacity: 0; pointer-events: none;
    transition: opacity .25s ease;
  }
  .nd-backdrop.is-open { opacity: 1; pointer-events: auto; }

  /* Sahifa scroll'ini bloklash */
  body.nd-no-scroll { overflow: hidden; }
}
@media (max-width: 600px) {
  .block.center  { padding: 0; }
  .topline       { margin: 10px 0; padding: 0 10px; }
  .sections, .sect1 { padding: 12px; }
  .sect-header   { padding: 10px; }
  .track-item    { padding: 6px; }
  .track-time    { display: none; }
}
