
/* ============================================================
   медиа-ковчег.рф — тёмная музыкальная тема
   ============================================================ */
body.site-kovcheg {
  --bg: #0a0e14;
  --bg-soft: #121820;
  --card: #151b24;
  --card-hover: #1a2230;
  --ink: #eef2f7;
  --muted: #9aa8bc;
  --accent: #7c5cff;
  --accent-soft: #2dd4bf;
  --accent-hot: #ff6b9d;
  --tile-bg: rgba(45, 212, 191, 0.07);
  --tile-border: rgba(45, 212, 191, 0.38);
  --tile-text: #2dd4bf;
  --tile-hover-bg: rgba(45, 212, 191, 0.13);
  --tile-hover-border: rgba(45, 212, 191, 0.62);
  --promo-bg: rgba(124, 92, 255, 0.08);
  --promo-border: rgba(124, 92, 255, 0.45);
  --promo-text: #b8a4ff;
  --promo-hover-bg: rgba(124, 92, 255, 0.16);
  --promo-hover-border: rgba(124, 92, 255, 0.72);
  --line: rgba(124, 92, 255, 0.22);
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
  --topbar-h: 3.5rem;
  --layout-max: 1520px;
  --layout-pad: clamp(1rem, 2.5vw, 2.25rem);
  margin: 0;
  background:
    radial-gradient(ellipse 120% 80% at 10% -20%, rgba(124, 92, 255, 0.18), transparent 55%),
    radial-gradient(ellipse 90% 60% at 100% 0%, rgba(45, 212, 191, 0.12), transparent 50%),
    linear-gradient(180deg, #0a0e14 0%, #0f1419 40%, #0a1018 100%);
  color: var(--ink);
  font-family: "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
}

body.site-kovcheg *,
body.site-kovcheg *::before,
body.site-kovcheg *::after {
  box-sizing: border-box;
}

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

body.site-kovcheg .topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 14, 20, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

body.site-kovcheg .topbar__inner,
body.site-kovcheg .topbar__inner--wide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--topbar-h);
  max-width: var(--layout-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--layout-pad);
  padding-right: var(--layout-pad);
}

body.site-kovcheg .topbar__brand {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}

body.site-kovcheg .topbar__brand-logo {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

body.site-kovcheg .topbar__burger {
  display: none !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(21, 27, 36, 0.92);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

body.site-kovcheg .topbar__burger > span:not(.visually-hidden) {
  display: block;
  height: 2px;
  width: 1.1rem;
  background: var(--ink);
  border-radius: 1px;
}

body.site-kovcheg .topbar__burger[aria-expanded="true"] > span:not(.visually-hidden):nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

body.site-kovcheg .topbar__burger[aria-expanded="true"] > span:not(.visually-hidden):nth-child(3) {
  opacity: 0;
}

body.site-kovcheg .topbar__burger[aria-expanded="true"] > span:not(.visually-hidden):nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

body.site-kovcheg .topbar__burger > span:not(.visually-hidden) {
  transition: transform 0.15s ease, opacity 0.15s ease;
}

body.site-kovcheg .page {
  max-width: var(--layout-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--layout-pad);
  padding-right: var(--layout-pad);
  padding-top: 1.25rem;
  padding-bottom: 3rem;
}

body.site-kovcheg .skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

body.site-kovcheg .skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
  outline: 2px solid var(--accent-soft);
  outline-offset: 2px;
}

body.site-kovcheg .topbar__inner.topbar__inner--wide {
  position: relative;
  justify-content: center;
}

body.site-kovcheg .topbar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

body.site-kovcheg .topbar__nav-share {
  flex: 0 0 auto;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(45, 212, 191, 0.45);
  border-radius: 10px;
  background: rgba(45, 212, 191, 0.08);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}

body.site-kovcheg .topbar__nav-share:hover {
  border-color: rgba(45, 212, 191, 0.7);
  background: rgba(45, 212, 191, 0.16);
  transform: translateY(-1px);
}

body.site-kovcheg .topbar__nav-share:active {
  transform: translateY(1px) scale(0.98);
}

body.site-kovcheg .topbar__nav-share-ico {
  display: block;
  width: 1.55rem;
  height: 1.55rem;
  object-fit: contain;
}

body.site-kovcheg .topbar__brand-text {
  color: var(--ink);
  font-size: 1rem;
  letter-spacing: 0.01em;
}

body.site-kovcheg .topbar__nav a {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.15;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.5rem 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    transform 0.12s ease,
    box-shadow 0.15s ease,
    color 0.15s ease,
    filter 0.15s ease;
}

body.site-kovcheg .topbar__nav a:hover {
  color: var(--ink);
}

body.site-kovcheg .topbar__nav-cta {
  background: linear-gradient(135deg, var(--accent), #5b3fd4) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(124, 92, 255, 0.35);
}

body.site-kovcheg .topbar__nav-cta:hover {
  filter: brightness(1.08);
  color: #fff !important;
  transform: translateY(-1px);
}

body.site-kovcheg .topbar__nav-cta.topbar__nav--current {
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.38),
    0 4px 18px rgba(124, 92, 255, 0.35);
  cursor: default;
}

body.site-kovcheg .topbar__nav-cta--light {
  background: transparent !important;
  color: var(--accent-soft) !important;
  border: 1px solid rgba(45, 212, 191, 0.45) !important;
  box-shadow: none;
}

body.site-kovcheg .topbar__nav-cta--light:hover {
  background: rgba(45, 212, 191, 0.12) !important;
  color: var(--accent-soft) !important;
  border-color: rgba(45, 212, 191, 0.7) !important;
  filter: none;
  transform: translateY(-1px);
}

body.site-kovcheg .topbar__nav-cta--light.topbar__nav--current {
  background: rgba(45, 212, 191, 0.14) !important;
  color: #fff !important;
  border-color: rgba(45, 212, 191, 0.75) !important;
  box-shadow: inset 0 0 0 1px rgba(45, 212, 191, 0.35);
}

body.site-kovcheg .skip-link:focus {
  background: var(--accent);
}

@media (max-width: 768px) {
  body.site-kovcheg .topbar__inner,
  body.site-kovcheg .topbar__inner.topbar__inner--wide {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: max(0.85rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.85rem, env(safe-area-inset-right, 0px));
    min-height: var(--topbar-h);
  }

  body.site-kovcheg .topbar__brand {
    display: inline-flex;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0.35rem;
  }

  body.site-kovcheg .topbar__brand-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.92rem;
  }

  body.site-kovcheg .topbar__burger {
    display: flex !important;
    flex: 0 0 auto;
    margin-left: auto;
    border-color: var(--line);
    background: rgba(21, 27, 36, 0.92);
  }

  body.site-kovcheg .topbar__burger span:not(.visually-hidden) {
    background: var(--ink);
  }

  body.site-kovcheg .topbar__nav {
    display: none !important;
    flex: 1 0 100%;
    width: 100%;
    order: 10;
    margin: 0;
    padding: 0.65rem 0 0.85rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    background: rgba(10, 14, 20, 0.98);
    border-top: 1px solid var(--line);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
  }

  body.site-kovcheg .topbar__nav.topbar__nav--open {
    display: flex !important;
  }

  body.site-kovcheg .topbar__nav a {
    flex: none;
    width: 100%;
    min-width: 0;
    min-height: 2.75rem;
    padding: 0.62rem 0.85rem !important;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  body.site-kovcheg .topbar__nav a:nth-child(1),
  body.site-kovcheg .topbar__nav a:nth-child(2),
  body.site-kovcheg .topbar__nav a:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
  }

  body.site-kovcheg .topbar__nav-share {
    flex: 0 0 auto;
    align-self: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: 0.15rem;
  }

  body.site-kovcheg .page {
    padding-left: max(0.85rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.85rem, env(safe-area-inset-right, 0px));
    padding-bottom: max(2.5rem, env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 420px) {
  body.site-kovcheg .topbar__brand-text {
    font-size: 0.84rem;
  }

  body.site-kovcheg .topbar__nav a {
    font-size: 0.95rem;
    padding: 0.58rem 0.7rem !important;
  }
}

/* Hero */
.hero-kovcheg {
  position: relative;
  margin-left: calc(-1 * var(--layout-pad));
  margin-right: calc(-1 * var(--layout-pad));
  width: calc(100% + 2 * var(--layout-pad));
  max-width: none;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(124, 92, 255, 0.16) 0%,
    rgba(17, 23, 32, 0.92) 52%,
    rgba(45, 212, 191, 0.08) 100%
  );
  border: 1px solid rgba(124, 92, 255, 0.25);
}

.hero-kovcheg__glow {
  position: absolute;
  inset: -20% -10% auto;
  height: 320px;
  background: radial-gradient(circle at 30% 40%, rgba(124, 92, 255, 0.35), transparent 60%);
  pointer-events: none;
}

.hero-kovcheg__inner {
  position: relative;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 9px;
}

.hero-kovcheg__eyebrow {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.hero-kovcheg__title {
  margin: 0;
  font-size: clamp(1.65rem, 4.5vw, 2.45rem);
  line-height: 1.15;
  font-weight: 800;
  background: linear-gradient(120deg, #fff 0%, #c4b5fd 45%, #5eead4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-kovcheg__copy {
  display: contents;
}

.hero-kovcheg__lead {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.62;
  color: var(--muted);
}

.hero-kovcheg__lead--accent {
  color: #d8dee9;
  font-weight: 500;
}

.hero-kovcheg__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

body.site-kovcheg .btn--primary {
  background: linear-gradient(135deg, var(--accent), #5b3fd4);
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(124, 92, 255, 0.35);
}

body.site-kovcheg .btn--outline {
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent-soft) !important;
  border: 1px solid rgba(45, 212, 191, 0.45);
}

body.site-kovcheg .btn--secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink) !important;
  border: 1px solid var(--line);
}

/* Catalog section */
.section--catalog-home {
  padding: 0 0 2.75rem;
}

.section-head {
  margin-bottom: 0;
  text-align: center;
}

body.site-kovcheg .section__title--catalog {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: var(--ink);
  margin-bottom: 0;
  text-align: center;
}

body.site-kovcheg .section__title-keep {
  white-space: nowrap;
}

body.site-kovcheg .section--songs .section__title--catalog {
  margin-bottom: 9px;
}

body.site-kovcheg .section__title--center {
  text-align: center;
}

body.site-kovcheg .catalog-updated {
  color: var(--muted);
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
}

body.site-kovcheg .catalog-updated__when {
  color: var(--accent-soft);
}

.catalog-player-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--accent-soft);
  text-align: center;
}

.catalog-player-hint__icon {
  height: 2.35rem;
  width: auto;
  flex-shrink: 0;
  display: block;
  margin: 0 auto;
}

.catalog-more {
  margin: 1.5rem 0 0;
  text-align: center;
}

/* Каталог: авторы сверху, две фундаментальные карточки всегда внизу */
body.site-kovcheg .authors-catalog {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2vw, 1.85rem);
}

body.site-kovcheg .authors-grid--catalog,
body.site-kovcheg .authors-grid--fundamental {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 1.85rem);
}

body.site-kovcheg .authors-grid--fundamental {
  margin-top: 0.15rem;
  align-items: stretch;
}

@media (max-width: 720px) {
  body.site-kovcheg .authors-grid--catalog,
  body.site-kovcheg .authors-grid--fundamental {
    grid-template-columns: 1fr;
  }

  body.site-kovcheg .author-card {
    min-height: 0;
  }

  body.site-kovcheg .author-card__top-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.site-kovcheg .author-card__cover {
    width: min(100%, 168px);
    margin: 0 auto;
  }

  body.site-kovcheg .author-card__top li {
    display: block;
    width: 100%;
    margin: 0.35rem 0;
    line-height: 1.4;
    white-space: normal;
  }

  body.site-kovcheg .author-card__actions--triple {
    grid-template-columns: 1fr;
  }

  body.site-kovcheg .author-card__actions--triple:not(:has(.btn--author-note)) {
    grid-template-columns: 1fr;
  }

  body.site-kovcheg .author-card__stats {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  body.site-kovcheg .author-card__stat {
    justify-content: flex-start;
    text-align: left;
  }

  body.site-kovcheg .author-card__stat-caption {
    white-space: normal;
    text-align: left;
    font-size: 1.1rem;
  }
}

/* Author cards — photo + top3 row, then 3 buttons, then stats */
body.site-kovcheg .author-card {
  padding: clamp(1.15rem, 1.6vw, 1.45rem);
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--tile-border);
  background: linear-gradient(165deg, var(--card) 0%, #111720 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.2vw, 1.05rem);
  min-height: 0;
}

body.site-kovcheg .author-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
  border-color: var(--tile-hover-border);
}

body.site-kovcheg .author-card--featured {
  border: 1px solid var(--tile-border);
  box-shadow: var(--shadow);
}

body.site-kovcheg .author-card--open-slot {
  border: 1px dashed var(--promo-border);
  background: linear-gradient(165deg, rgba(124, 92, 255, 0.1) 0%, #14101f 55%, #111720 100%);
}

body.site-kovcheg .author-card--open-slot:hover {
  border-color: var(--promo-hover-border);
}

body.site-kovcheg .author-card--open-slot .author-card__cover {
  border: 1px dashed var(--promo-border);
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.12), #15101f);
}

body.site-kovcheg .author-card--open-slot .author-card__open-slot-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0.35rem;
  box-sizing: border-box;
}

body.site-kovcheg .author-card--open-slot .author-card__line1 {
  color: var(--promo-text);
}

body.site-kovcheg .author-card--open-slot .author-card__actions--triple .btn,
body.site-kovcheg .author-card--open-slot .author-card__actions--triple .btn--primary {
  background: var(--promo-bg);
  border: 1px solid var(--promo-border);
  color: var(--promo-text) !important;
}

body.site-kovcheg .author-card--open-slot .author-card__actions--triple .btn:hover,
body.site-kovcheg .author-card--open-slot .author-card__actions--triple .btn--primary:hover {
  background: var(--promo-hover-bg);
  border-color: var(--promo-hover-border);
  color: #d4c8ff !important;
}

body.site-kovcheg .author-card--open-slot .author-card__open-slot-cta {
  animation: open-slot-cta-pulse 3.6s ease-in-out infinite;
}

body.site-kovcheg .author-card--open-slot .author-card__open-slot-cta:hover {
  animation-play-state: paused;
}

@keyframes open-slot-cta-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(124, 92, 255, 0.2);
    background: var(--promo-bg);
    border-color: var(--promo-border);
  }
  50% {
    transform: scale(1.025);
    box-shadow: 0 0 22px 5px rgba(124, 92, 255, 0.32);
    background: var(--promo-hover-bg);
    border-color: var(--promo-hover-border);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-kovcheg .author-card--open-slot .author-card__open-slot-cta {
    animation: none;
  }
}

body.site-kovcheg .author-card--open-slot .author-card__stat,
body.site-kovcheg .author-card--open-slot .author-card__stat--tracks,
body.site-kovcheg .author-card--open-slot .author-card__stat--plays,
body.site-kovcheg .author-card--open-slot .author-card__stat--reviews {
  background: var(--promo-bg);
  border: 1px solid var(--promo-border);
}

body.site-kovcheg .author-card--open-slot .author-card__stat:hover {
  background: var(--promo-hover-bg);
  border-color: var(--promo-hover-border);
}

body.site-kovcheg .author-card--open-slot .author-card__stat-ico,
body.site-kovcheg .author-card--open-slot .author-card__stat-caption,
body.site-kovcheg .author-card--open-slot .author-card__stat-num {
  color: var(--promo-text);
}

/* Промо-карточка «Хочу в медиа ковчег» */
body.site-kovcheg .author-card--promo-kovcheg {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(0, 57, 166, 0.18), transparent 55%),
    linear-gradient(165deg, #121820 0%, #0f1419 58%, #101520 100%);
  padding: 3px;
  gap: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.site-kovcheg .author-card--promo-kovcheg:hover {
  border-color: rgba(213, 43, 30, 0.45);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(0, 57, 166, 0.2);
}

body.site-kovcheg .promo-kovcheg__visual {
  position: relative;
  flex: 1;
  min-height: 0;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

body.site-kovcheg .promo-kovcheg__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

body.site-kovcheg .author-card--promo-kovcheg:hover .promo-kovcheg__image {
  transform: scale(1.03);
}

body.site-kovcheg .promo-kovcheg__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(8, 12, 18, 0.05) 35%,
    rgba(8, 12, 18, 0.35) 68%,
    rgba(8, 12, 18, 0.82) 100%
  );
  pointer-events: none;
}

body.site-kovcheg .promo-kovcheg__caption {
  margin: 0;
  align-self: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
}

body.site-kovcheg .promo-kovcheg__badge {
  display: none;
}

body.site-kovcheg .promo-kovcheg__dock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.55rem 0.6rem 0.6rem;
  background: linear-gradient(
    180deg,
    rgba(10, 14, 20, 0) 0%,
    rgba(10, 14, 20, 0.72) 28%,
    rgba(10, 14, 20, 0.94) 100%
  );
  backdrop-filter: blur(5px);
}

body.site-kovcheg .promo-kovcheg__player-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
}

body.site-kovcheg .promo-kovcheg__eq-wrap {
  position: relative;
  height: 2.65rem;
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.site-kovcheg .promo-kovcheg__eq-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

body.site-kovcheg .promo-kovcheg__play {
  position: relative;
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(145deg, #d52b1e 0%, #0039a6 55%, #ffffff 120%);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.25),
    0 8px 22px rgba(0, 0, 0, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-kovcheg .promo-kovcheg__play:hover {
  transform: scale(1.06);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.4),
    0 10px 28px rgba(213, 43, 30, 0.35);
}

body.site-kovcheg .promo-kovcheg__play-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.75);
  border-right-color: rgba(0, 57, 166, 0.8);
  border-bottom-color: rgba(213, 43, 30, 0.8);
  animation: promo-play-spin 4s linear infinite;
  pointer-events: none;
}

body.site-kovcheg .promo-kovcheg--playing .promo-kovcheg__play-ring {
  animation-duration: 2.2s;
}

@keyframes promo-play-spin {
  to {
    transform: rotate(360deg);
  }
}

body.site-kovcheg .promo-kovcheg__play-ico {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  line-height: 1;
}

body.site-kovcheg .promo-kovcheg__play-ico--pause {
  display: none;
  letter-spacing: -0.12em;
}

body.site-kovcheg .promo-kovcheg--playing .promo-kovcheg__play-ico--play {
  display: none;
}

body.site-kovcheg .promo-kovcheg--playing .promo-kovcheg__play-ico--pause {
  display: inline;
}

body.site-kovcheg .promo-kovcheg__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.45rem;
  padding: 0.42rem 0.55rem;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(135deg, rgba(213, 43, 30, 0.55), rgba(0, 57, 166, 0.62));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  animation: promo-cta-glow 4s ease-in-out infinite;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

body.site-kovcheg .promo-kovcheg__cta:hover {
  background: linear-gradient(135deg, rgba(213, 43, 30, 0.72), rgba(0, 57, 166, 0.78));
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  animation-play-state: paused;
}

@media (min-width: 721px) {
  body.site-kovcheg .promo-kovcheg__cta {
    display: none;
  }
}

@keyframes promo-cta-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 57, 166, 0.15);
  }
  50% {
    box-shadow: 0 0 20px 2px rgba(213, 43, 30, 0.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-kovcheg .promo-kovcheg__play-ring,
  body.site-kovcheg .promo-kovcheg__cta {
    animation: none;
  }
}

@media (max-width: 720px) {
  body.site-kovcheg .authors-grid--fundamental {
    gap: 1rem;
  }

  body.site-kovcheg .author-card--promo-kovcheg {
    height: auto;
    min-height: 0;
  }

  body.site-kovcheg .promo-kovcheg__visual {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    background: #0a0e14;
  }

  body.site-kovcheg .promo-kovcheg__image {
    position: relative;
    inset: auto;
    flex: none;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
    border-radius: 12px 12px 0 0;
  }

  body.site-kovcheg .author-card--promo-kovcheg:hover .promo-kovcheg__image {
    transform: none;
  }

  body.site-kovcheg .promo-kovcheg__shade {
    display: none;
  }

  body.site-kovcheg .promo-kovcheg__dock {
    position: static;
    flex: none;
    margin-top: 0;
    background: rgba(10, 14, 20, 0.98);
    backdrop-filter: none;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.site-kovcheg .promo-kovcheg__player-strip {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "caption caption"
      "eq play";
    gap: 0.45rem 0.55rem;
  }

  body.site-kovcheg .promo-kovcheg__caption {
    grid-area: caption;
    white-space: normal;
    font-size: 1.05rem;
    text-align: left;
  }

  body.site-kovcheg .promo-kovcheg__eq-wrap {
    grid-area: eq;
  }

  body.site-kovcheg .promo-kovcheg__play {
    grid-area: play;
  }
}

body.site-kovcheg .author-card__top-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(0.85rem, 1.4vw, 1.15rem);
  align-items: start;
  flex: 1;
}

body.site-kovcheg .author-card__cover {
  position: relative;
  flex-shrink: 0;
  width: clamp(148px, 14.5rem, 228px);
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #1e2430, #0f1419);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
  border: 1px solid var(--tile-border);
}

body.site-kovcheg .author-card__cover--empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.site-kovcheg .author-card__cover .author-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  display: block;
  transition: transform 0.35s ease;
}

body.site-kovcheg .author-card:hover .author-card__cover .author-card__photo {
  transform: scale(1.04);
}

body.site-kovcheg .author-card__cover::after {
  content: none;
}

body.site-kovcheg .author-card__cover .author-card__badge {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  z-index: 2;
  margin: 0;
  font-size: 0.65rem;
  padding: 0.12rem 0.35rem;
}

body.site-kovcheg .author-card__aside {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

body.site-kovcheg .author-card__top {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.45;
}

body.site-kovcheg .author-card__top li {
  margin: 0.15rem 0;
}

body.site-kovcheg .author-card__actions--triple {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  width: 100%;
  margin: 9px 0;
}

body.site-kovcheg .author-card__actions--triple:not(:has(.btn--author-note)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.site-kovcheg .author-card__actions--single:not(:has(.btn--author-note)) {
  grid-template-columns: 1fr;
}

body.site-kovcheg .author-card__actions--triple .btn,
body.site-kovcheg .author-card__actions--triple .btn--primary,
body.site-kovcheg .author-card__actions--triple .btn--secondary,
body.site-kovcheg .author-card__actions--triple .btn--author-note {
  flex: none;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0.42rem 0.55rem;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: normal;
  text-transform: none;
  background: var(--tile-bg);
  border: 1px solid var(--tile-border);
  color: var(--tile-text) !important;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.site-kovcheg .author-card__actions--triple .btn:hover,
body.site-kovcheg .author-card__actions--triple .btn--primary:hover,
body.site-kovcheg .author-card__actions--triple .btn--secondary:hover,
body.site-kovcheg .author-card__actions--triple .btn--author-note:hover {
  transform: none;
  background: var(--tile-hover-bg);
  border-color: var(--tile-hover-border);
  color: #7ef0de !important;
  box-shadow: none;
}

body.site-kovcheg .author-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  width: 100%;
  margin: 0;
}

body.site-kovcheg .author-card__stat,
body.site-kovcheg .author-card__stat--tracks,
body.site-kovcheg .author-card__stat--plays,
body.site-kovcheg .author-card__stat--reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  width: 100%;
  max-width: none;
  padding: 0.42rem 0.55rem;
  border-radius: 10px;
  background: var(--tile-bg);
  border: 1px solid var(--tile-border);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}

body.site-kovcheg .author-card__stat:hover,
body.site-kovcheg .author-card__stat--reviews:hover {
  background: var(--tile-hover-bg);
  border-color: var(--tile-hover-border);
}

body.site-kovcheg .author-card__stat-ico {
  flex: 0 0 auto;
  order: 1;
  font-size: 0.95rem;
  line-height: 1;
  color: var(--tile-text);
  opacity: 1;
}

body.site-kovcheg .author-card__stat-caption {
  flex: 1 1 auto;
  order: 2;
  min-width: 0;
  font-size: 1.1rem;
  line-height: 1.15;
  color: var(--tile-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

body.site-kovcheg .author-card__stat-num {
  flex: 0 0 auto;
  order: 3;
  margin-left: auto;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  color: var(--tile-text);
}

/* Активные кнопки — медленная «сломанное зеркало» */
body.site-kovcheg .author-card__tile--live {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.site-kovcheg .author-card__tile--live::before {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(118deg, transparent 43%, rgba(45, 212, 191, 0.24) 43.6%, rgba(45, 212, 191, 0.24) 45.2%, transparent 45.2%),
    linear-gradient(196deg, transparent 27%, rgba(126, 240, 222, 0.16) 27.6%, rgba(126, 240, 222, 0.16) 51%, transparent 51%),
    linear-gradient(62deg, transparent 61%, rgba(45, 212, 191, 0.2) 61.6%, rgba(45, 212, 191, 0.2) 66%, transparent 66%),
    linear-gradient(142deg, transparent 34%, rgba(45, 212, 191, 0.14) 34.6%, rgba(45, 212, 191, 0.14) 37%, transparent 37%);
  clip-path: polygon(0 0, 100% 8%, 88% 100%, 5% 92%);
  animation: author-card-mirror-shards 2.5s ease-in-out infinite;
}

body.site-kovcheg .author-card__tile--live::after {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.32;
  background:
    linear-gradient(228deg, transparent 54%, rgba(126, 240, 222, 0.14) 54.6%, rgba(126, 240, 222, 0.14) 71%, transparent 71%),
    linear-gradient(312deg, transparent 18%, rgba(45, 212, 191, 0.18) 18.6%, rgba(45, 212, 191, 0.18) 24%, transparent 24%);
  clip-path: polygon(12% 0, 100% 15%, 95% 100%, 0 78%);
  animation: author-card-mirror-shards-alt 3s ease-in-out infinite reverse;
}

@keyframes author-card-mirror-shards {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.28;
  }
  50% {
    transform: translate(3%, -2%) rotate(1.4deg) scale(1.05);
    opacity: 0.52;
  }
}

@keyframes author-card-mirror-shards-alt {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.22;
  }
  50% {
    transform: translate(-2.5%, 2.5%) rotate(-1.2deg);
    opacity: 0.44;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-kovcheg .author-card__tile--live::before,
  body.site-kovcheg .author-card__tile--live::after {
    animation: none;
    opacity: 0.22;
  }
}

/* Пассивные блоки — как активные, но без анимации и клика */
body.site-kovcheg .author-card__stat--passive {
  pointer-events: none;
  cursor: default;
  user-select: none;
  touch-action: none;
  opacity: 1;
  background: var(--tile-bg);
  border-color: var(--tile-border);
}

body.site-kovcheg .author-card__stat--passive:hover {
  background: var(--tile-bg);
  border-color: var(--tile-border);
}

body.site-kovcheg .author-card__stat--passive .author-card__stat-ico,
body.site-kovcheg .author-card__stat--passive .author-card__stat-caption,
body.site-kovcheg .author-card__stat--passive .author-card__stat-num {
  color: var(--tile-text);
}

@media (max-width: 520px) {
  body.site-kovcheg .author-card {
    padding: 0.85rem;
    gap: 0.65rem;
  }

  body.site-kovcheg .author-card__cover {
    width: min(100%, 168px);
    margin: 0 auto;
    border-radius: 12px;
  }

  body.site-kovcheg .author-card__top-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.site-kovcheg .author-card__top li {
    display: block;
    width: 100%;
    margin: 0.35rem 0;
    line-height: 1.4;
    white-space: normal;
  }

  body.site-kovcheg .author-card__actions--triple {
    grid-template-columns: 1fr;
  }

  body.site-kovcheg .author-card__actions--triple:not(:has(.btn--author-note)) {
    grid-template-columns: 1fr;
  }

  body.site-kovcheg .author-card__actions--triple .btn {
    font-size: 1.1rem;
    min-height: 0;
    padding: 0.42rem 0.55rem;
  }

  body.site-kovcheg .author-card__stats {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  body.site-kovcheg .author-card__stat {
    justify-content: flex-start;
    text-align: left;
  }

  body.site-kovcheg .author-card__stat-caption {
    white-space: normal;
    text-align: left;
  }
}

body.site-kovcheg .author-card__line1 {
  color: var(--accent-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.site-kovcheg .author-card__line2 {
  color: var(--ink);
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
}

body.site-kovcheg .author-card__line3 {
  color: var(--muted);
}

body.site-kovcheg .author-card__top a {
  color: var(--accent-soft);
}

body.site-kovcheg .catalog-intro {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

body.site-kovcheg .catalog-intro p {
  color: var(--muted);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.55;
}

body.site-kovcheg .catalog-intro strong {
  color: var(--accent-soft);
}

body.site-kovcheg .songs-author-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
}

body.site-kovcheg .songs-author-card__name,
body.site-kovcheg .songs-author-card__meta {
  color: var(--muted);
}

body.site-kovcheg .songs-author-card__meta {
  font-size: 1.1rem;
  line-height: 1.45;
}

body.site-kovcheg .songs-author-card__meta a {
  color: var(--accent-soft);
  font-weight: 600;
}

body.site-kovcheg .songs-author-card__meta a:hover {
  color: #7ef0de;
}

body.site-kovcheg .songs-author-card__tracks li {
  font-size: 1.1rem;
  line-height: 1.45;
}

body.site-kovcheg .songs-author-card__tracks a {
  color: var(--accent-soft);
  font-size: 1.1rem;
}

body.site-kovcheg .site-footer--kovcheg {
  border-top: 1px solid var(--line);
  padding-top: 1.75rem;
  margin-top: 1.25rem;
  width: 100%;
}

body.site-kovcheg .site-footer__brand {
  margin: 0 0 0.75rem;
  font-weight: 600;
  color: var(--muted);
}

body.site-kovcheg .site-footer a {
  color: var(--accent-soft);
}

body.site-kovcheg .authors-pagination__btn {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  border: 1px solid var(--line);
}

body.site-kovcheg .authors-pagination__current {
  color: var(--accent-soft);
}

body.site-kovcheg .list-error {
  color: #ff8fab;
}

body.site-kovcheg .authors-grid--catalog .author-card,
body.site-kovcheg .authors-grid--fundamental .author-card {
  border: 1px solid var(--tile-border);
}

body.site-kovcheg .authors-grid--fundamental .author-card--open-slot,
body.site-kovcheg .authors-grid--catalog .author-card--open-slot {
  border: 1px dashed var(--promo-border);
}

body.site-kovcheg .authors-grid--fundamental .author-card--open-slot:hover,
body.site-kovcheg .authors-grid--catalog .author-card--open-slot:hover {
  border-color: var(--promo-hover-border);
}

body.site-kovcheg .author-card__photo-ico {
  width: 3rem;
  height: 3rem;
  color: rgba(45, 212, 191, 0.5);
}

body.site-kovcheg .author-note-modal__panel {
  background: var(--card);
  color: var(--ink);
}

body.site-kovcheg .author-note-modal__text {
  color: var(--ink);
  background: var(--bg-soft);
  border: 1px solid var(--tile-border);
  box-shadow: none;
}

body.site-kovcheg .author-note-modal__close {
  border: 1px solid var(--tile-border);
  background: rgba(45, 212, 191, 0.08);
  color: var(--accent-soft);
}

body.site-kovcheg .author-note-modal__close:hover {
  background: rgba(45, 212, 191, 0.18);
  border-color: var(--tile-hover-border);
  color: #7ef0de;
}

/* Перебиваем list.css на мобильных */
@media (max-width: 560px) {
  body.site-kovcheg .author-card {
    padding: 0.85rem;
    gap: 0.65rem;
  }

  body.site-kovcheg .author-card__top-row {
    grid-template-columns: 1fr;
  }

  body.site-kovcheg .author-card__top li {
    display: block;
    width: 100%;
  }

  body.site-kovcheg .author-card__actions,
  body.site-kovcheg .author-card__actions--triple {
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  body.site-kovcheg .author-card__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  body.site-kovcheg .author-card__stat {
    justify-content: flex-start;
    justify-items: start;
    text-align: left;
    padding: 0.42rem 0.55rem;
  }

  body.site-kovcheg .author-card__stat-caption {
    white-space: normal;
    text-align: left;
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  body.site-kovcheg .author-card__cover .author-card__photo {
    width: 100%;
    height: 100%;
  }
}
