/**
 * Zoznam interpretov / albumov – layout v3
 */
#product-manufacturer.manu-profile-v3.mfg-list-v3,
#product-album-catalog.manu-profile-v3.mfg-list-v3,
#account-badge-hub.manu-profile-v3.mfg-list-v3,
#account-badge-ranking.manu-profile-v3.mfg-list-v3 {
  --mp3-bg: #f3f4f8;
  --mp3-card: #ffffff;
  --mp3-accent: #46a4d7;
  --mp3-accent-soft: rgba(70, 164, 215, 0.18);
  --mp3-text: #1a1a22;
  --mp3-muted: #5c5f6e;
  --mp3-border: #e8e9f0;
  --mp3-shadow: 0 8px 28px rgba(24, 20, 40, 0.08);
  --mp3-content-max: 1200px;
  background: var(--mp3-bg);
  padding-bottom: 48px;
}

.mfg-list-v3 .mfg-list-v3__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mp3-muted);
}

.mfg-list-v3 .mfg-list-v3__breadcrumb a {
  color: var(--mp3-accent);
  text-decoration: none;
}

.mfg-list-v3 .mfg-list-v3__breadcrumb a:hover {
  text-decoration: underline;
}

.mfg-list-v3 .mfg-list-v3__breadcrumb-sep {
  color: #94a3b8;
}

.mfg-list-v3 .mfg-list-v3__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 0;
  background: linear-gradient(135deg, #14121f 0%, #1f1630 48%, #0f172a 100%);
  box-shadow: var(--mp3-shadow);
}

.mfg-list-v3 .mfg-list-v3__hero-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 12% 0%, rgba(70, 164, 215, 0.28), transparent 58%),
    radial-gradient(ellipse 70% 55% at 88% 100%, rgba(34, 160, 107, 0.18), transparent 55%);
  pointer-events: none;
}

.mfg-list-v3 .mfg-list-v3__hero-inner {
  position: relative;
  z-index: 1;
  padding: 28px 24px 32px;
  max-width: 720px;
}

.mfg-list-v3 .mfg-list-v3__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.mfg-list-v3 .mfg-list-v3__title {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.mfg-list-v3 .mfg-list-v3__lead {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(241, 245, 249, 0.92);
}

.mfg-list-v3 .mfg-list-v3__count {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

.mfg-list-v3 .mfg-list-v3__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mfg-list-v3 .mfg-list-v3__index-card .mp3-card__head {
  margin-bottom: 4px;
}

.mfg-list-v3 .mfg-list-v3__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mfg-list-v3 .mfg-list-v3__pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 8px 14px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--mp3-text);
  text-decoration: none;
  background: var(--mp3-card);
  border: 1px solid var(--mp3-border);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.mfg-list-v3 .mfg-list-v3__pills a:hover {
  color: var(--mp3-accent);
  border-color: var(--mp3-accent);
  box-shadow: 0 8px 20px rgba(70, 164, 215, 0.16);
  transform: translateY(-1px);
}

#product-album-catalog.manu-profile-v3.mfg-list-v3 .mfg-list-v3__pills a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
}

.mfg-list-v3 .mfg-list-v3__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mfg-list-v3 .mfg-list-v3__artist {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 10px 12px;
  text-decoration: none;
  color: var(--mp3-text);
  background: #fafbfc;
  border: 1px solid var(--mp3-border);
  border-radius: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.mfg-list-v3 .mfg-list-v3__artist:hover {
  background: #fff;
  border-color: var(--mp3-accent);
  box-shadow: 0 10px 24px rgba(70, 164, 215, 0.12);
  transform: translateY(-1px);
}

.mfg-list-v3 .mfg-list-v3__artist-thumb {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 0;
  overflow: hidden;
  background: #e8e9f0;
}

.mfg-list-v3 .mfg-list-v3__artist-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mfg-list-v3 .mfg-list-v3__artist-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
}

.mfg-list-v3 .mfg-list-v3__artist-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.mfg-list-v3 .mfg-list-v3__album-meta {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--mp3-muted);
}

.mfg-list-v3 .mfg-list-v3__album {
  align-items: center;
}

.mfg-list-v3 .mfg-list-v3__empty-actions {
  margin: 16px 0 0;
  text-align: center;
}

@media (max-width: 991px) {
  .mfg-list-v3 .mfg-list-v3__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .mfg-list-v3 .mfg-list-v3__hero-inner {
    padding: 22px 16px 26px;
  }

  .mfg-list-v3 .mfg-list-v3__grid {
    grid-template-columns: 1fr;
  }
}

/* Minimalistická hlavička adresárov (bez modrej, biela karta) */
.mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal {
  margin-bottom: 16px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #e4e7ec;
  overflow: visible;
}

.mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__hero-wash {
  display: none;
}

.mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__hero-inner {
  padding: 18px 20px;
  max-width: none;
}

.mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__hero-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #6b7280;
  text-decoration: none;
}

.mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__hero-back:hover {
  color: #65b24c;
}

.mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
}

.mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1a1a22;
}

.mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__lead {
  margin: 8px 0 0;
  max-width: 42rem;
  font-size: 13px;
  line-height: 1.55;
  color: #5c5f6e;
}

.mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__count {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__hero-inner {
    padding: 16px;
  }

  .mfg-list-v3 .mfg-list-v3__hero.mfg-list-v3__hero--minimal .mfg-list-v3__hero-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

/* Pozadie až pod fixed header – jedna farba, bez pásu #f1f1f1 pod priesvitnou lištou */
body:has(.mfg-list-v3),
.ms_main_wrapper:has(.mfg-list-v3),
.ms_content_wrapper:has(.mfg-list-v3) {
  background: #f3f4f8 !important;
}

.mfg-list-v3 .mfg-list-v3__year-filter-wrap {
  max-width: 240px;
}

.mfg-list-v3 .mfg-list-v3__year-filter .lp-genre-filters__select {
  width: 100%;
  min-height: 34px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--mp3-border);
  background: var(--mp3-card);
  color: var(--mp3-text);
  font-size: 0.8rem;
}

.mfg-list-v3 .mfg-list-v3__year-filter .mp3-card__head h2 {
  font-size: 0.8rem;
  font-weight: 600;
}

.mfg-list-v3 .mfg-list-v3__year-filter .lp-genre-filters__select:focus {
  outline: none;
  border-color: var(--mp3-accent);
  box-shadow: 0 0 0 3px rgba(70, 164, 215, 0.18);
}
