/* =========================================================
   TARONA.TJ — CLEAN STYLE.CSS
   Red / White / Tajik Ornament Music Theme
   ========================================================= */

:root {
  --bg: #fff7f2;
  --white: #ffffff;

  --red: #a90008;
  --red-2: #c9000c;
  --red-3: #ef2029;
  --red-dark: #3c070a;

  --cream: #ffe7cf;
  --cream-2: #fff4e8;
  --gold: #d8a24a;
  --gold-2: #f2d28a;

  --text: #351014;
  --muted: #8b5f62;
  --line: rgba(169, 0, 8, 0.12);

  --shadow: 0 24px 60px rgba(80, 0, 0, 0.14);
  --soft-shadow: 0 12px 30px rgba(80, 0, 0, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(216, 162, 74, 0.17), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(239, 32, 41, 0.13), transparent 28%),
    linear-gradient(180deg, #fff7f2 0%, #fff 48%, #fff7f2 100%);
}

body.modal-open,
body.mobile-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  max-width: 100%;
}

.page-shell {
  width: min(1850px, calc(100% - 36px));
  margin: 18px auto;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(169, 0, 8, 0.16);
  box-shadow: var(--shadow);
}

/* =========================================================
   HEADER — RED / ORNAMENT / TEXT MENU / SEARCH
   ========================================================= */

.site-header,
.site-header--new,
.site-header--tarona {
  position: relative;
  z-index: 1000;
  min-height: 96px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% -120%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(180deg, #cf000d 0%, #ad0009 48%, #8a0007 100%);
  box-shadow: 0 18px 45px rgba(80, 0, 0, 0.24);
  overflow: hidden;
}

.site-header::before,
.site-header--new::before,
.site-header--tarona::before,
.site-header::after,
.site-header--new::after,
.site-header--tarona::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 230px;
  pointer-events: none;
  opacity: 0.35;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 230px 100%;
  background-position: center;
}

.site-header::before,
.site-header--new::before,
.site-header--tarona::before {
  left: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 120'%3E%3Cg fill='none' stroke='%23ffe7cf' stroke-width='1.4' opacity='.95'%3E%3Ccircle cx='16' cy='60' r='10'/%3E%3Ccircle cx='16' cy='60' r='25'/%3E%3Ccircle cx='16' cy='60' r='40'/%3E%3Ccircle cx='16' cy='60' r='55'/%3E%3Ccircle cx='16' cy='60' r='70'/%3E%3Ccircle cx='16' cy='60' r='85'/%3E%3Ccircle cx='16' cy='60' r='100'/%3E%3Ccircle cx='16' cy='60' r='115'/%3E%3Cpath d='M92 0c18 25 18 95 0 120M110 0c-22 30-22 90 0 120M128 0c-24 34-24 86 0 120'/%3E%3Ccircle cx='145' cy='60' r='38'/%3E%3Ccircle cx='145' cy='60' r='62'/%3E%3Cpath d='M145 22v76M107 60h76M119 34l52 52M171 34l-52 52'/%3E%3C/g%3E%3C/svg%3E");
}

.site-header::after,
.site-header--new::after,
.site-header--tarona::after {
  right: 0;
  transform: scaleX(-1);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 120'%3E%3Cg fill='none' stroke='%23ffe7cf' stroke-width='1.4' opacity='.95'%3E%3Ccircle cx='16' cy='60' r='10'/%3E%3Ccircle cx='16' cy='60' r='25'/%3E%3Ccircle cx='16' cy='60' r='40'/%3E%3Ccircle cx='16' cy='60' r='55'/%3E%3Ccircle cx='16' cy='60' r='70'/%3E%3Ccircle cx='16' cy='60' r='85'/%3E%3Ccircle cx='16' cy='60' r='100'/%3E%3Ccircle cx='16' cy='60' r='115'/%3E%3Cpath d='M92 0c18 25 18 95 0 120M110 0c-22 30-22 90 0 120M128 0c-24 34-24 86 0 120'/%3E%3Ccircle cx='145' cy='60' r='38'/%3E%3Ccircle cx='145' cy='60' r='62'/%3E%3Cpath d='M145 22v76M107 60h76M119 34l52 52M171 34l-52 52'/%3E%3C/g%3E%3C/svg%3E");
}

.tarona-header-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  width: 100%;
  min-height: 96px;
}

.brand,
.brand--new,
.brand--tarona {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 0;
  height: 96px;
  gap: 0;
  text-decoration: none;
}

.brand__mark,
.brand--new .brand__mark,
.brand--tarona .brand__mark {
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: brightness(0) invert(1) sepia(1) saturate(0.4);
  transition: transform 0.25s ease;
}

.brand:hover .brand__mark,
.brand--new:hover .brand__mark,
.brand--tarona:hover .brand__mark {
  transform: scale(1.05) rotate(-4deg);
}

.brand__text,
.brand--new .brand__text,
.brand--tarona .brand__text {
  display: none;
}

.nav,
.nav--new,
.nav--tarona {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1vw, 18px);
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.nav a,
.nav--new a,
.nav--tarona a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: 42px;
  padding: 0 clamp(8px, 0.72vw, 14px);
  color: var(--cream);
  background: transparent;
  border-radius: 999px;
  font-size: clamp(12px, 0.78vw, 15px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav a::before,
.nav--new a::before,
.nav--tarona a::before,
.nav a::after,
.nav--new a::after,
.nav--tarona a::after {
  display: none;
  content: none;
}

.nav a:hover,
.nav--new a:hover,
.nav--tarona a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.nav a.is-current,
.nav--new a.is-current,
.nav--tarona a.is-current {
  color: var(--red);
  background: var(--cream);
  box-shadow: 0 10px 24px rgba(60, 7, 10, 0.18);
}

.tarona-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  min-width: 360px;
}

.header-search,
.header-search--tarona {
  display: block;
  flex: 0 0 auto;
}

.header-search form,
.header-search--tarona form {
  position: relative;
  display: flex;
  align-items: center;
  width: clamp(210px, 15vw, 300px);
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 231, 207, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.header-search input,
.header-search--tarona input {
  width: 100%;
  height: 100%;
  padding: 0 48px 0 17px;
  border: 0;
  outline: 0;
  color: var(--cream);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
}

.header-search input::placeholder,
.header-search--tarona input::placeholder {
  color: rgba(255, 231, 207, 0.78);
}

.header-search button,
.header-search--tarona button {
  position: absolute;
  top: 5px;
  right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--red);
  background: var(--cream);
  box-shadow: 0 8px 18px rgba(60, 7, 10, 0.16);
  cursor: pointer;
}

.header-search svg,
.header-search--tarona svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-auth,
.header-auth--new,
.header-auth--tarona {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.header-auth__btn,
.header-auth--new .header-auth__btn,
.header-auth--tarona .header-auth__btn,
.header-auth--tarona .header-user__logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 231, 207, 0.38);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: none;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.header-auth__btn::before,
.header-auth--new .header-auth__btn::before,
.header-auth--tarona .header-auth__btn::before {
  display: none;
  content: none;
}

.header-auth__btn:hover,
.header-auth--new .header-auth__btn:hover,
.header-auth--tarona .header-auth__btn:hover,
.header-auth--tarona .header-user__logout:hover {
  color: var(--red);
  background: var(--cream);
}

.header-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.header-user__name {
  max-width: 130px;
  overflow: hidden;
  color: var(--cream);
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.burger,
.burger--new,
.burger--tarona {
  position: relative;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.burger span,
.burger--new span,
.burger--tarona span {
  display: none;
}

.burger::before,
.burger--new::before,
.burger--tarona::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cream);
  box-shadow:
    10px 0 var(--cream),
    20px 0 var(--cream),
    0 10px var(--cream),
    10px 10px var(--cream),
    20px 10px var(--cream),
    0 20px var(--cream),
    10px 20px var(--cream),
    20px 20px var(--cream);
}

.mobile-menu,
.mobile-menu--tarona {
  position: absolute;
  top: 96px;
  left: 18px;
  right: 18px;
  z-index: 999;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: 0;
  padding: 0 16px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0 0 24px 24px;
  background: rgba(137, 0, 8, 0.97);
  box-shadow: none;
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: max-height 0.34s ease, padding 0.28s ease, opacity 0.28s ease, transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.mobile-menu.is-open,
.mobile-menu--tarona.is-open {
  max-height: 760px;
  padding: 16px;
  border-color: rgba(255, 231, 207, 0.25);
  box-shadow: 0 18px 46px rgba(60, 7, 10, 0.25);
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-menu a,
.mobile-menu button,
.mobile-menu--tarona a,
.mobile-menu--tarona button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 231, 207, 0.20);
  border-radius: 16px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mobile-menu a:hover,
.mobile-menu button:hover,
.mobile-menu--tarona a:hover,
.mobile-menu--tarona button:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.mobile-search,
.mobile-search--tarona {
  display: block;
  grid-column: 1 / -1;
}

.mobile-search form,
.mobile-search--tarona form {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 8px;
  width: 100%;
}

.mobile-search input,
.mobile-search--tarona input {
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 231, 207, 0.25);
  border-radius: 16px;
  outline: 0;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.mobile-search input::placeholder,
.mobile-search--tarona input::placeholder {
  color: rgba(255, 231, 207, 0.72);
}

.mobile-search button,
.mobile-search--tarona button {
  min-height: 46px;
  width: 46px;
  padding: 0;
}

/* =========================================================
   HERO SLIDER
   ========================================================= */

.hero-slider {
  position: relative;
  width: 100%;
  max-width: 1850px;
  height: 670px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 34px 34px;
  isolation: isolate;
}

.hero-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition: opacity 900ms ease, visibility 900ms ease, transform 1400ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 27%, rgba(255, 255, 255, 0.58) 53%, rgba(255, 255, 255, 0.14) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.72) 100%);
}

.hero-slide__content {
  position: relative;
  z-index: 3;
  width: min(720px, 100%);
  padding: 92px 0 0 80px;
}

.hero-slide__label {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(216, 162, 74, 0.24);
}

.hero-slide h1 {
  margin: 0;
  font-family: Georgia, serif;
  color: var(--gold);
  font-size: clamp(54px, 5.7vw, 100px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.85);
}

.hero-slide h1 span {
  display: block;
  color: var(--red);
}

.hero-slide p {
  width: min(600px, 100%);
  margin: 30px 0 0;
  color: #4a2328;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 800;
}

.hero-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  color: var(--red);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 30px rgba(80, 0, 0, 0.14);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  transition: 0.22s ease;
}

.hero-slider__arrow:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  transform: translateY(-50%) scale(1.05);
}

.hero-slider__arrow--prev { left: 28px; }
.hero-slider__arrow--next { right: 28px; }

.hero-slider__dots {
  position: absolute;
  left: 80px;
  bottom: 42px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-slider__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(169, 0, 8, 0.25);
  cursor: pointer;
  transition: 0.25s ease;
}

.hero-slider__dots button.is-active {
  width: 42px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.hero-slider__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 12;
  width: 100%;
  height: 5px;
  background: rgba(169, 0, 8, 0.08);
}

.hero-slider__progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-2), var(--gold), var(--red-3));
}

.hero-slider.is-playing .hero-slider__progress span {
  animation: heroProgress 10s linear forwards;
}

@keyframes heroProgress {
  from { width: 0%; }
  to { width: 100%; }
}

/* =========================================================
   CATALOG / CHIPS / CARDS
   ========================================================= */

.catalog {
  padding: 38px 46px 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), #fff);
}

.chips {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 28px;
  scrollbar-width: none;
}

.chips::-webkit-scrollbar {
  display: none;
}

.chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(80, 0, 0, 0.08);
  cursor: pointer;
}

.chip span {
  color: var(--red-3);
  font-size: 22px;
}

.chip.active {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 16px 34px rgba(216, 162, 74, 0.28);
}

.chip.active span {
  color: #fff;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.mobile-list {
  display: none !important;
}

.song-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: auto;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(169, 0, 8, 0.08);
  box-shadow: 0 18px 36px rgba(80, 0, 0, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
}

.song-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(80, 0, 0, 0.14);
}

.song-card.is-playing,
.song-card.song-card--active {
  border: 2px solid rgba(216, 162, 74, 0.55);
  box-shadow: 0 24px 56px rgba(169, 0, 8, 0.16), 0 0 0 1px rgba(216, 162, 74, 0.18) inset;
}

.song-card.no-audio {
  opacity: 0.75;
}

.song-card__image-link {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff2f0;
}

.song-card__image {
  display: block;
  width: 100%;
  height: 285px;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.song-card:hover .song-card__image {
  transform: scale(1.035);
}

.song-card__shade {
  display: none;
}

.badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(216, 162, 74, 0.22);
}

.heart {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(80, 0, 0, 0.10);
  transition: 0.2s ease;
  font-size: 0;
}

.heart:hover {
  transform: scale(1.05);
}

.heart svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.heart.liked {
  color: #ff3366;
}

.heart.liked svg {
  fill: currentColor;
  stroke: currentColor;
}

.heart:not(:has(svg)) {
  font-size: 22px;
}

.song-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 22px;
  background: #fff;
}

.song-card__body h2,
.song-card__title {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.song-card__body p,
.song-card__artist {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.song-card__meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.song-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--red);
  background: #fff7f2;
  border: 1px solid rgba(169, 0, 8, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.plays,
.song-card__plays {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.plays svg,
.song-card__plays svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.song-card__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.song-card__spacer {
  flex: 1;
}

.play,
.download,
.song-action {
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 10px 22px rgba(80, 0, 0, 0.10);
  transition: 0.2s ease;
  text-decoration: none;
}

.play:hover,
.download:hover,
.song-action:hover {
  transform: translateY(-2px);
}

.play svg,
.download svg,
.song-action svg {
  display: block;
  width: 20px;
  height: 20px;
}

.play {
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  box-shadow: 0 14px 28px rgba(169, 0, 8, 0.20);
}

.play svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.play .icon-pause {
  display: none;
}

.play:empty::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid currentColor;
}

.song-card.is-playing .play,
.song-card.song-card--active .play {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.song-card.is-playing .play .icon-play,
.song-card.song-card--active .play .icon-play {
  display: none;
}

.song-card.is-playing .play .icon-pause,
.song-card.song-card--active .play .icon-pause {
  display: block;
}

.song-card.is-playing .play:empty::before,
.song-card.song-card--active .play:empty::before {
  width: 18px;
  height: 22px;
  margin-left: 0;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 35%, transparent 35% 65%, currentColor 65% 100%);
}

.download {
  width: 48px;
  height: 48px;
  color: var(--red);
  font-size: 20px;
}

.download svg {
  fill: currentColor;
}

.download:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.song-card__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 16px;
  border-radius: 14px;
  color: var(--red);
  background: #fff7f2;
  border: 1px solid rgba(169, 0, 8, 0.08);
  font-size: 14px;
  font-weight: 900;
  transition: 0.2s ease;
}

.song-card__details:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
}

.song-mini-player,
.song-time-row {
  display: none;
}

.song-card.is-playing .song-mini-player,
.song-card.song-card--active .song-mini-player {
  display: grid;
}

.song-card.is-playing .song-time-row,
.song-card.song-card--active .song-time-row {
  display: grid;
}

.song-mini-player,
.mini-player {
  grid-template-columns: 54px 1fr 36px;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7f2, #fffaf1);
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.song-mini-player img,
.mini-player img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  object-fit: cover;
}

.song-mini-player small,
.mini-player small {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.song-mini-player strong,
.mini-player strong {
  display: block;
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.song-mini-player span,
.mini-player span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.song-mini-player b,
.mini-player b {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  height: 32px;
}

.song-mini-player b i,
.mini-player b i {
  display: block;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.song-mini-player b i:nth-child(1),
.mini-player b i:nth-child(1) { height: 18px; }
.song-mini-player b i:nth-child(2),
.mini-player b i:nth-child(2) { height: 28px; }
.song-mini-player b i:nth-child(3),
.mini-player b i:nth-child(3) { height: 22px; }

.song-time-row,
.time-row {
  grid-template-columns: 44px 1fr 44px;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.track {
  position: relative;
  display: block;
  height: 5px;
  border-radius: 999px;
  background: #ead6d1;
  overflow: hidden;
}

.track i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.track i::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--gold);
}

/* =========================================================
   FOOTER — RED ORNAMENT STYLE LIKE MOCKUP
   ========================================================= */

.footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1.45fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 48px 70px 66px;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 231, 207, 0.12), transparent 24%),
    radial-gradient(circle at 88% 30%, rgba(255, 231, 207, 0.10), transparent 28%),
    linear-gradient(180deg, #c9000c 0%, #a90008 48%, #7f0006 100%);
  border-top: 1px solid rgba(255, 231, 207, 0.20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 34px;
  opacity: 0.28;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 12px, rgba(255, 231, 207, 0.45) 12px 13px, transparent 13px 24px),
    linear-gradient(90deg, rgba(255, 231, 207, 0.18), transparent 20%, transparent 80%, rgba(255, 231, 207, 0.18));
}

.footer-ornament {
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 240px;
  display: block;
  opacity: 0.26;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='%23ffe7cf' stroke-width='2'%3E%3Cpath d='M120 8l19 48 51-20-20 51 48 19-48 19 20 51-51-20-19 48-19-48-51 20 20-51-48-19 48-19-20-51 51 20z'/%3E%3Cpath d='M120 42l14 34 36-14-14 36 34 14-34 14 14 36-36-14-14 34-14-34-36 14 14-36-34-14 34-14-14-36 36 14z'/%3E%3Ccircle cx='120' cy='120' r='28'/%3E%3Ccircle cx='120' cy='120' r='68'/%3E%3Cpath d='M120 76v88M76 120h88M89 89l62 62M151 89l-62 62'/%3E%3C/g%3E%3C/svg%3E");
}

.footer-ornament--left {
  left: -76px;
}

.footer-ornament--right {
  right: -76px;
  transform: scaleX(-1);
}

.brand--footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  width: auto;
  color: var(--cream);
}

.brand--footer::before {
  display: none;
}

.brand--footer .brand__mark {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: brightness(0) invert(1) sepia(1) saturate(0.45);
}

.brand--footer .brand__text {
  display: block;
}

.brand--footer .brand__text strong {
  display: block;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand--footer .brand__text small {
  display: block;
  max-width: 260px;
  margin-top: 8px;
  color: rgba(255, 231, 207, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.footer-links {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.footer-links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 0 0 18px;
  color: rgba(255, 231, 207, 0.78);
  font-size: 15px;
  font-weight: 850;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 231, 207, 0.58);
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.social {
  position: relative;
  z-index: 2;
  text-align: right;
}

.social p {
  margin: 0 0 16px;
  color: rgba(255, 231, 207, 0.76);
  font-size: 15px;
  font-weight: 900;
}

.social div {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--red);
  background: var(--cream);
  box-shadow: 0 12px 24px rgba(60, 7, 10, 0.18);
  font-weight: 950;
  transition: transform 0.2s ease, background 0.2s ease;
}

.social a:hover {
  transform: translateY(-3px);
  background: #fff;
}

.fb,
.ig,
.yt,
.tg,
.vk {
  background: var(--cream);
}

.vk {
  font-size: 13px;
}

.copyright {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  transform: translateX(-50%);
  margin: 0;
  color: rgba(255, 231, 207, 0.64);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .footer {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 38px 26px 62px;
    text-align: center;
  }

  .brand--footer {
    justify-content: center;
  }

  .brand--footer .brand__text small {
    max-width: 100%;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    max-width: 560px;
    margin: 0 auto;
    text-align: left;
  }

  .social {
    text-align: center;
  }

  .social div {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .footer {
    padding: 32px 18px 58px;
  }

  .brand--footer {
    flex-direction: column;
    gap: 10px;
  }

  .brand--footer .brand__mark {
    width: 62px;
    height: 62px;
  }

  .brand--footer .brand__text strong {
    font-size: 25px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-links a {
    justify-content: center;
    padding-left: 0;
  }

  .footer-links a::before {
    display: none;
  }

  .copyright {
    width: 100%;
    padding: 0 14px;
    white-space: normal;
  }
}

/* =========================================================
   AUTH MODAL
   ========================================================= */

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.auth-modal.is-open {
  display: flex !important;
}

.auth-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(60, 7, 10, 0.56);
  backdrop-filter: blur(10px);
}

.auth-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(460px, 100%);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(216, 162, 74, 0.18), transparent 32%),
    radial-gradient(circle at bottom left, rgba(239, 32, 41, 0.10), transparent 32%),
    #fff;
  box-shadow: 0 34px 90px rgba(40, 0, 0, 0.34);
}

.auth-modal__close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: var(--red);
  background: #fff2f0;
  font-size: 26px;
  line-height: 1;
}

.auth-modal__hero {
  text-align: center;
  padding: 6px 34px 20px;
}

.auth-modal__hero img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.auth-modal__hero strong {
  display: block;
  margin-top: 8px;
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.auth-modal__hero span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #fff2f0;
}

.auth-tab {
  height: 48px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: var(--red);
  background: transparent;
  font-size: 15px;
  font-weight: 950;
}

.auth-tab.active {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 12px 24px rgba(216, 162, 74, 0.24);
}

.auth-panel {
  display: none;
}

.auth-panel.active {
  display: block;
}

.auth-form h2 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 30px;
  font-weight: 950;
}

.auth-form p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 750;
}

.auth-field {
  display: block;
  margin-bottom: 14px;
}

.auth-field span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 14px;
  font-weight: 950;
}

.auth-field input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(169, 0, 8, 0.14);
  border-radius: 17px;
  outline: none;
  background: #fff;
  color: var(--text);
  font-size: 15px;
  font-weight: 750;
}

.auth-field input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(216, 162, 74, 0.14);
}

.auth-submit {
  width: 100%;
  height: 54px;
  margin-top: 8px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 16px 30px rgba(169, 0, 8, 0.24);
}

.auth-alert,
.dashboard-message,
.dashboard-live-message,
.cabinet-message {
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: 16px;
  font-weight: 800;
}

.auth-alert {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 100000;
  max-width: 360px;
  box-shadow: var(--soft-shadow);
}

.auth-alert--error,
.dashboard-message--error,
.dashboard-live-message--error,
.cabinet-message--error {
  color: #8a1634;
  background: #ffe4ed;
  border: 1px solid rgba(138, 22, 52, 0.12);
}

.auth-alert--success,
.dashboard-message--success,
.dashboard-live-message--success,
.cabinet-message--success {
  color: #145f38;
  background: #e5fff1;
  border: 1px solid rgba(20, 95, 56, 0.12);
}

.dashboard-live-message--info {
  color: var(--red);
  background: #fff2f0;
  border: 1px solid rgba(169, 0, 8, 0.12);
}

/* =========================================================
   CABINET
   ========================================================= */

.cabinet {
  padding: 34px 34px 50px;
}

.cabinet-top {
  margin-bottom: 26px;
}

.cabinet-welcome {
  padding: 34px 36px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(216, 162, 74, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(239, 32, 41, 0.10), transparent 30%),
    linear-gradient(135deg, #ffffff, #fff7f2);
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.cabinet-welcome__badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(216, 162, 74, 0.25);
}

.cabinet-welcome h1 {
  margin: 18px 0 12px;
  color: var(--red);
  font-size: 38px;
  line-height: 1.1;
  font-weight: 900;
}

.cabinet-welcome p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.cabinet-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.cabinet-sidebar,
.cabinet-content,
.activity-list,
.favorite-list,
.history-timeline {
  display: flex;
  flex-direction: column;
}

.cabinet-sidebar { gap: 20px; }
.cabinet-content { gap: 24px; min-width: 0; }
.activity-list,
.favorite-list,
.history-timeline { gap: 14px; }

.profile-card,
.cabinet-block,
.cabinet-panel {
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.profile-card {
  overflow: hidden;
}

.profile-card__cover {
  height: 112px;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.35), transparent 24%),
    linear-gradient(135deg, rgba(216, 162, 74, 0.95), rgba(239, 32, 41, 0.88));
}

.profile-card__body {
  position: relative;
  padding: 0 24px 24px;
  text-align: center;
}

.profile-card__avatar {
  width: 96px;
  height: 96px;
  margin-top: -48px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 12px 24px rgba(80, 0, 0, 0.14);
}

.profile-card__avatar--letter {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  font-size: 42px;
  font-weight: 900;
}

.profile-card__body h2 {
  margin: 16px 0 6px;
  color: var(--text);
  font-size: 24px;
  font-weight: 900;
}

.profile-card__body > p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.profile-card__meta {
  padding: 14px;
  border-radius: 18px;
  background: #fff7f2;
  border: 1px solid rgba(169, 0, 8, 0.06);
}

.profile-card__meta strong {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.profile-card__meta span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.profile-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.cabinet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.2s ease;
}

.cabinet-btn:hover {
  transform: translateY(-2px);
}

.cabinet-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  box-shadow: 0 12px 24px rgba(169, 0, 8, 0.22);
}

.cabinet-btn--ghost {
  color: var(--red);
  background: #fff;
  border: 1px solid rgba(169, 0, 8, 0.12);
}

.cabinet-btn--full {
  width: 100%;
}

.cabinet-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.cabinet-menu a {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  color: #704347;
  font-weight: 800;
  transition: 0.2s ease;
}

.cabinet-menu a:hover,
.cabinet-menu a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 12px 24px rgba(216, 162, 74, 0.22);
}

.cabinet-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.stat-card__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  font-size: 24px;
  font-weight: 900;
}

.stat-card strong {
  display: block;
  color: var(--text);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.stat-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.cabinet-block,
.cabinet-panel {
  padding: 24px;
}

.cabinet-panel--wide {
  max-width: 820px;
}

.cabinet-block__head,
.artist-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.cabinet-block__head h3,
.artist-section-head h2 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  font-weight: 900;
}

.artist-section-head h2 {
  font-size: 34px;
  font-weight: 950;
}

.cabinet-block__head a {
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

.artist-section-head span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--red);
  background: #fff;
  box-shadow: var(--soft-shadow);
  font-weight: 900;
}

.cabinet-favorites {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cabinet-song-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 20px;
  background: #fff7f2;
  border: 1px solid rgba(169, 0, 8, 0.08);
  transition: 0.2s ease;
}

.cabinet-song-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(80, 0, 0, 0.08);
}

.cabinet-song-card img {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
}

.cabinet-song-card__body {
  min-width: 0;
  flex: 1;
}

.cabinet-song-card__body h4 {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.cabinet-song-card__body p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.cabinet-song-card__body span {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.cabinet-play-btn {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(216, 162, 74, 0.22);
}

.cabinet-grid-2,
.dashboard-form-grid--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.activity-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: #fff7f2;
  border: 1px solid rgba(169, 0, 8, 0.06);
}

.activity-item__cover,
.activity-item__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
}

.activity-item__icon {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  font-size: 20px;
  font-weight: 900;
}

.activity-item__body strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
}

.activity-item__body p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.activity-item__time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.quick-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.quick-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  color: var(--red);
  background: #fff7f2;
  font-weight: 900;
  border: 1px solid rgba(169, 0, 8, 0.08);
  transition: 0.2s ease;
}

.quick-actions a::after {
  content: "→";
  font-size: 18px;
}

.quick-actions a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
}

.cabinet-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cabinet-form__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cabinet-field,
.dashboard-field {
  display: block;
}

.cabinet-field span,
.dashboard-field span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.cabinet-field input,
.dashboard-field input,
.dashboard-field select,
.dashboard-field textarea {
  width: 100%;
  padding: 0 16px;
  border: 1px solid rgba(169, 0, 8, 0.12);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  outline: none;
}

.cabinet-field input,
.dashboard-field input,
.dashboard-field select {
  height: 52px;
}

.dashboard-field textarea {
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.cabinet-field input:focus,
.dashboard-field input:focus,
.dashboard-field select:focus,
.dashboard-field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(216, 162, 74, 0.14);
}

.cabinet-message p,
.dashboard-message p,
.dashboard-live-message p {
  margin: 0;
}

.cabinet-message p + p,
.dashboard-message p + p,
.dashboard-live-message p + p {
  margin-top: 6px;
}

.cabinet-empty {
  padding: 24px;
  border-radius: 20px;
  background: #fff7f2;
  text-align: center;
  border: 1px dashed rgba(169, 0, 8, 0.18);
}

.cabinet-empty--large {
  padding: 54px 24px;
}

.cabinet-empty strong {
  display: block;
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
}

.cabinet-empty p {
  max-width: 440px;
  margin: 10px auto 18px;
  color: var(--muted);
  font-weight: 700;
}

.favorite-row,
.history-row {
  display: grid;
  grid-template-columns: 76px 1fr auto auto auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: #fff7f2;
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.favorite-row img,
.history-row img {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  object-fit: cover;
}

.favorite-row__main h4,
.history-row__main h4 {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
}

.favorite-row__main p,
.history-row__main p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.favorite-row__main span,
.favorite-row__plays,
.history-row__plays {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.favorite-remove,
.cabinet-clear-btn {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  color: #8a1634;
  background: #ffe4ed;
  cursor: pointer;
  font-weight: 900;
}

.history-row {
  grid-template-columns: 76px 76px 1fr auto auto;
}

.history-row__date {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
}

.history-row__date strong { font-size: 18px; line-height: 1; }
.history-row__date span { margin-top: 4px; font-size: 12px; font-weight: 800; }

/* =========================================================
   ADMIN / DASHBOARD
   ========================================================= */

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  background:
    radial-gradient(circle at 10% 10%, rgba(216, 162, 74, 0.16), transparent 26%),
    radial-gradient(circle at 90% 10%, rgba(239, 32, 41, 0.12), transparent 28%),
    linear-gradient(180deg, #fff7f2, #fff);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  border-right: 1px solid rgba(169, 0, 8, 0.10);
  backdrop-filter: blur(14px);
}

.admin-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.admin-logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.admin-logo strong {
  display: block;
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.admin-logo small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 700;
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.admin-nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  color: #704347;
  font-weight: 900;
  transition: 0.2s ease;
}

.admin-nav a:hover,
.admin-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  box-shadow: 0 12px 24px rgba(169, 0, 8, 0.22);
}

.admin-main {
  padding: 30px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.admin-topbar h1 {
  margin: 0;
  color: var(--red);
  font-size: 34px;
  font-weight: 900;
}

.admin-topbar p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.admin-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(216, 162, 74, 0.24);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.admin-stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.admin-stat-card span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  font-size: 24px;
  font-weight: 900;
}

.admin-stat-card strong {
  display: block;
  color: var(--text);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.admin-stat-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.admin-panel {
  margin-top: 24px;
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.admin-panel__head h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 26px;
  font-weight: 900;
}

.admin-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 16px;
  border-radius: 20px;
  color: var(--red);
  background: #fff7f2;
  font-weight: 900;
  text-align: center;
  border: 1px solid rgba(169, 0, 8, 0.08);
  transition: 0.2s ease;
}

.admin-actions a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  transform: translateY(-2px);
}

.admin-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.admin-mini-grid div {
  padding: 22px;
  border-radius: 20px;
  background: #fff7f2;
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.admin-mini-grid strong {
  display: block;
  color: var(--red);
  font-size: 30px;
  font-weight: 900;
}

.admin-mini-grid span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.dashboard-song-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dashboard-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 260px;
  gap: 16px;
}

.dashboard-form-grid--seo {
  display: grid;
  gap: 16px;
}

.dashboard-upload-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dashboard-upload-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 24px;
  border-radius: 24px;
  background: radial-gradient(circle at top right, rgba(239, 32, 41, 0.10), transparent 34%), #fff7f2;
  border: 2px dashed rgba(169, 0, 8, 0.22);
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.dashboard-upload-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: radial-gradient(circle at top right, rgba(216, 162, 74, 0.16), transparent 34%), #fffaf0;
}

.dashboard-upload-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.dashboard-upload-card strong {
  display: block;
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
}

.dashboard-upload-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.dashboard-upload-card--cover {
  background: radial-gradient(circle at top right, rgba(216, 162, 74, 0.16), transparent 34%), #fffaf0;
}

.dashboard-file-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.dashboard-file-info div {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(169, 0, 8, 0.08);
  box-shadow: 0 8px 18px rgba(80, 0, 0, 0.06);
}

.dashboard-file-info strong {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.dashboard-file-info span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.dashboard-submit {
  width: max-content;
  min-height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(169, 0, 8, 0.22);
}

.dashboard-submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

.dashboard-check-field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 16px;
  margin-top: 26px;
  border-radius: 16px;
  background: #fff7f2;
  color: var(--red);
  font-weight: 900;
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.dashboard-check-field input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.dashboard-seo-box {
  padding: 20px;
  border-radius: 22px;
  background: #fff7f2;
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.dashboard-seo-box h3 {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.dashboard-upload-progress {
  padding: 18px;
  border-radius: 18px;
  background: #fff7f2;
  border: 1px solid rgba(169, 0, 8, 0.10);
}

.dashboard-upload-progress__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.dashboard-upload-progress__top strong {
  color: var(--red);
  font-weight: 900;
}

.dashboard-upload-progress__top span {
  color: var(--gold);
  font-weight: 900;
}

.dashboard-upload-progress__bar {
  width: 100%;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(169, 0, 8, 0.10);
}

.dashboard-upload-progress__bar i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-2), var(--gold), var(--red-3));
  transition: width 0.2s ease;
}

.dashboard-table-wrap {
  overflow-x: auto;
}

.dashboard-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 960px;
}

.dashboard-table th {
  padding: 14px;
  color: var(--red);
  background: #fff7f2;
  text-align: left;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.dashboard-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(169, 0, 8, 0.08);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.dashboard-song-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dashboard-song-cell img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
}

.dashboard-song-cell strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
}

.dashboard-song-cell span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.dashboard-delete {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  color: #8a1634;
  background: #ffe4ed;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

/* =========================================================
   SONG / TRACK PAGE
   ========================================================= */

.track-page {
  padding: 28px 28px 130px;
}

.track-page__inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.track-hero-card {
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 0% 0%, rgba(216, 162, 74, 0.10), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(239, 32, 41, 0.10), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 242, 0.98));
  border: 1px solid rgba(169, 0, 8, 0.08);
  box-shadow: 0 24px 60px rgba(80, 0, 0, 0.10);
}

.track-hero-card__grid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr) 360px;
  gap: 28px;
  padding: 28px;
}

.track-cover-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.track-cover-box__image {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(80, 0, 0, 0.14);
}

.track-cover-box__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.track-cover-box__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.track-cover-mini-btn {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: var(--red);
  background: #fff;
  box-shadow: 0 10px 22px rgba(80, 0, 0, 0.10);
}

.track-main-info {
  min-width: 0;
}

.track-main-info__label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.track-main-info__title {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.track-main-info__artist {
  margin-top: 10px;
  color: var(--red);
  font-size: 28px;
  font-weight: 800;
}

.track-main-info__genre {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--red);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(80, 0, 0, 0.08);
  font-weight: 800;
}

.track-main-info__meta {
  margin-top: 24px;
}

.track-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.track-author__avatar {
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(80, 0, 0, 0.10);
}

.track-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.track-author small {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.track-author strong {
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
}

.track-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.track-main-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #1dbef2, #10a3d2);
  box-shadow: 0 18px 34px rgba(16, 163, 210, 0.22);
  font-size: 18px;
  font-weight: 900;
}

.track-main-play:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.track-main-play__icon {
  font-size: 18px;
  line-height: 1;
}

.track-round-btn,
.track-like-btn {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  font-size: 22px;
  color: var(--red);
  background: #fff;
  box-shadow: 0 12px 26px rgba(80, 0, 0, 0.10);
}

.track-round-btn:disabled,
.track-like-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.track-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.track-stat {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(80, 0, 0, 0.08);
}

.track-stat__name {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.track-stat strong {
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
}

.track-lyrics-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(80, 0, 0, 0.08);
}

.track-lyrics-card h2 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 26px;
  font-weight: 900;
}

.track-lyrics-card__body {
  max-height: 420px;
  overflow: auto;
  padding-right: 8px;
  color: #704347;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.track-related {
  padding: 6px 0 0;
}

.track-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.track-related__head h2 {
  margin: 0;
  color: var(--text);
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.track-related__head h2 span {
  color: var(--red);
}

.track-related__head a {
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
}

.track-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.track-list-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 90px 56px 56px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(80, 0, 0, 0.08);
}

.track-list-item__num {
  color: var(--text);
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}

.track-list-item__main {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.track-list-item__main img {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 auto;
}

.track-list-item__text {
  min-width: 0;
}

.track-list-item__text strong {
  display: block;
  color: var(--text);
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
}

.track-list-item__text span {
  display: block;
  margin-top: 6px;
  color: var(--red);
  font-size: 18px;
  font-weight: 700;
}

.track-list-item__duration {
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.track-list-item__play,
.track-list-item__download {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  color: var(--red);
  background: #fff;
  box-shadow: 0 10px 22px rgba(80, 0, 0, 0.10);
  font-size: 20px;
}

.track-list-item__play:disabled,
.track-list-item__download:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.track-list-empty {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  color: var(--muted);
  font-weight: 700;
}

/* =========================================================
   MUSIC PAGE / PLAYER
   ========================================================= */

.music-view {
  padding: 24px 24px 150px;
}

.music-hero {
  min-height: auto;
  border-radius: 34px;
}

.music-hero__grid {
  display: grid;
  grid-template-columns: 440px minmax(0, 1fr);
  gap: 34px;
  padding: 28px;
  align-items: center;
}

.music-cover {
  width: 100%;
  max-width: 440px;
}

.music-cover__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}

.music-cover__disc {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.music-cover__disc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.music-cover__play-overlay {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: #fff;
  background: rgba(169, 0, 8, 0.86);
  backdrop-filter: blur(10px);
}

.music-cover__play-overlay svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.music-cover__shine {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(80, 0, 0, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.music-cover__shine span {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.music-cover__shine i {
  position: relative;
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(169, 0, 8, 0.16);
}

.music-cover__shine i b {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #19c5f3, var(--red), var(--gold));
  transition: width 0.2s linear;
}

.music-title {
  font-size: clamp(44px, 4.8vw, 74px);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.music-artist {
  font-size: clamp(24px, 2.3vw, 34px);
}

.music-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.music-author-card {
  width: min(100%, 360px);
  min-height: 96px;
  border-radius: 26px;
}

.music-author-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 18px;
}

.music-author-card__name {
  font-size: 17px;
}

.music-author-card__sub {
  font-size: 12px;
}

.music-author-card__badge {
  width: 30px;
  height: 30px;
}

.music-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
}

.music-action-play {
  min-height: 56px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--red-3), var(--red));
  font-weight: 900;
  cursor: pointer;
}

.music-round-btn,
.music-icon-btn {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  color: var(--red);
  background: #fff;
  box-shadow: var(--soft-shadow);
  cursor: pointer;
}

.music-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 14px;
}

.music-stat {
  min-height: 84px;
  padding: 14px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.music-stat__icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
}

.music-stat strong {
  font-size: 17px;
}

.sticky-player,
.music-dock {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  display: grid;
  grid-template-columns: 280px 220px 1fr 170px;
  gap: 18px;
  align-items: center;
  max-width: 1780px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(80, 0, 0, 0.16);
  border: 1px solid rgba(169, 0, 8, 0.08);
}

.sticky-player__song,
.music-dock__song {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.sticky-player__song img,
.music-dock__song img {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 auto;
}

.sticky-player__song-text,
.music-dock__song-text {
  min-width: 0;
}

.sticky-player__song-text strong,
.music-dock__song-text strong {
  display: block;
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-player__song-text span,
.music-dock__song-text span {
  display: block;
  margin-top: 4px;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-player__controls,
.music-dock__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.sticky-player__controls button,
.music-dock__controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: var(--red);
  background: #fff;
  box-shadow: 0 10px 22px rgba(80, 0, 0, 0.10);
  font-size: 20px;
}

.sticky-player__controls button.is-primary,
.music-dock__controls button.is-primary {
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(135deg, #18c4f2, #10a3d2);
  box-shadow: 0 16px 28px rgba(16, 163, 210, 0.22);
  font-size: 24px;
}

.sticky-player__timeline,
.music-dock__timeline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.sticky-player__timeline span,
.music-dock__timeline span {
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.sticky-player__timeline input[type="range"],
.sticky-player__volume input[type="range"],
.music-dock__timeline input[type="range"],
.music-dock__volume input[type="range"] {
  width: 100%;
}

.sticky-player__volume,
.music-dock__volume {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sticky-player__volume span,
.music-dock__volume span {
  color: var(--text);
  font-size: 18px;
}

.track-list-item__play.is-current {
  color: #fff;
  background: linear-gradient(135deg, #18c4f2, #10a3d2);
}

/* =========================================================
   ARTISTS / BADGES
   ========================================================= */

.verified-badge {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

.verified-mark {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #19c5f3, var(--red));
  font-size: 12px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1480px) {
  .cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1380px) {
  .track-hero-card__grid {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .track-lyrics-card {
    grid-column: 1 / -1;
  }

  .track-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sticky-player,
  .music-dock {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 1280px) {
  .hero-slider {
    height: 560px;
  }

  .hero-slide__content {
    padding: 78px 0 0 60px;
  }

  .hero-slide h1 {
    font-size: clamp(48px, 7vw, 78px);
  }

  .cabinet-layout {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .cabinet-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cabinet-favorites {
    grid-template-columns: 1fr;
  }

  .favorite-row {
    grid-template-columns: 76px 1fr auto;
  }

  .favorite-row__plays,
  .favorite-row form {
    grid-column: 2 / 4;
  }

  .history-row {
    grid-template-columns: 76px 76px 1fr auto;
  }

  .history-row__plays {
    grid-column: 3 / 5;
  }

  .music-hero__grid {
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 28px;
    padding: 24px;
  }

  .music-cover {
    max-width: 380px;
  }

  .music-title {
    font-size: clamp(40px, 5vw, 62px);
  }

  .music-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .site-header,
  .site-header--new,
  .site-header--tarona {
    grid-template-columns: 105px minmax(0, 1fr) auto;
    gap: 18px;
    padding: 0 22px;
  }

  .brand,
  .brand--new,
  .brand--tarona {
    width: 105px;
  }

  .brand__mark,
  .brand--new .brand__mark,
  .brand--tarona .brand__mark {
    width: 62px;
    height: 62px;
  }

  .nav,
  .nav--new,
  .nav--tarona {
    display: none;
  }

  .tarona-actions,
  .header-auth,
  .header-auth--new,
  .header-auth--tarona {
    margin-left: auto;
  }

  .header-auth,
  .header-auth--new,
  .header-auth--tarona {
    display: none;
  }

  .burger,
  .burger--new,
  .burger--tarona {
    display: inline-flex;
  }
}

@media (max-width: 1100px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: relative;
    height: auto;
  }

  .admin-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-stats,
  .admin-actions,
  .admin-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-form-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-file-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .brand--footer {
    justify-content: center;
  }

  .cabinet-layout,
  .cabinet-grid-2,
  .cabinet-form__split,
  .dashboard-form-grid--two {
    grid-template-columns: 1fr;
  }

  .track-page {
    padding: 18px 14px 140px;
  }

  .track-hero-card__grid {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .track-cover-box {
    max-width: 340px;
    margin: 0 auto;
  }

  .track-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .track-list-item {
    grid-template-columns: 44px minmax(0, 1fr) 70px 46px 46px;
  }

  .track-list-item__text strong {
    font-size: 18px;
  }

  .track-list-item__text span {
    font-size: 14px;
  }

  .music-view {
    padding: 16px 12px 178px;
  }

  .music-hero {
    border-radius: 28px;
  }

  .music-hero__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 18px;
  }

  .music-cover {
    max-width: 420px;
    margin: 0 auto;
  }

  .music-title {
    font-size: 46px;
  }

  .music-artist {
    font-size: 26px;
  }

  .music-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .music-dock {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 24px;
  }

  .music-dock__song {
    justify-content: center;
    text-align: center;
  }

  .music-dock__controls { order: 2; }
  .music-dock__timeline { order: 3; }

  .music-dock__volume {
    order: 4;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  body {
    background: #fff;
  }

  .page-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: 0;
  }

  .site-header,
  .site-header--new,
  .site-header--tarona {
    grid-template-columns: 82px 1fr auto;
    min-height: 76px;
    padding: 0 14px;
  }

  .site-header::before,
  .site-header--new::before,
  .site-header--tarona::before {
    left: -120px;
  }

  .site-header::after,
  .site-header--new::after,
  .site-header--tarona::after {
    right: -120px;
  }

  .brand,
  .brand--new,
  .brand--tarona {
    width: 82px;
  }

  .brand__mark,
  .brand--new .brand__mark,
  .brand--tarona .brand__mark {
    width: 54px;
    height: 54px;
  }

  .mobile-menu,
  .mobile-menu--tarona {
    top: 76px;
    left: 10px;
    right: 10px;
    grid-template-columns: 1fr;
  }

  .hero-slider {
    height: 360px;
    border-radius: 0 0 24px 24px;
  }

  .hero-slide__overlay {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.70) 52%, rgba(255, 255, 255, 0.18) 100%);
  }

  .hero-slide__content {
    padding: 46px 22px 0;
    width: 86%;
  }

  .hero-slide__label {
    height: 30px;
    padding: 0 13px;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .hero-slide h1 {
    font-size: 36px;
    line-height: 0.96;
  }

  .hero-slide p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.35;
    max-width: 300px;
  }

  .hero-slider__arrow {
    display: none;
  }

  .hero-slider__dots {
    left: 22px;
    bottom: 24px;
  }

  .hero-slider__dots button {
    width: 9px;
    height: 9px;
  }

  .hero-slider__dots button.is-active {
    width: 28px;
  }

  .catalog {
    padding: 16px 10px 34px;
  }

  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .song-card {
    border-radius: 18px;
  }

  .song-card__image {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .song-card__body {
    padding: 12px;
  }

  .song-card__meta-row {
    display: none;
  }

  .song-card__title,
  .song-card__body h2 {
    font-size: 15px;
    line-height: 1.15;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .song-card__artist,
  .song-card__body p {
    margin-top: 5px;
    font-size: 12px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }

  .song-card__bottom {
    gap: 7px;
    padding-top: 12px;
  }

  .plays {
    font-size: 11px;
    gap: 4px;
  }

  .plays svg {
    width: 13px;
    height: 13px;
  }

  .play {
    width: 38px;
    height: 38px;
  }

  .play svg {
    width: 16px;
    height: 16px;
  }

  .download {
    width: 34px;
    height: 34px;
  }

  .download svg {
    width: 15px;
    height: 15px;
  }

  .heart {
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
  }

  .heart svg {
    width: 16px;
    height: 16px;
  }

  .badge,
  .song-mini-player,
  .song-time-row,
  .song-card__details {
    display: none !important;
  }

  .footer {
    padding: 26px 18px 48px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .copyright {
    font-size: 11px;
    bottom: 14px;
  }

  .cabinet {
    padding: 18px 14px 30px;
  }

  .cabinet-welcome {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .cabinet-welcome h1 {
    font-size: 28px;
  }

  .cabinet-welcome p {
    font-size: 15px;
  }

  .cabinet-stats {
    grid-template-columns: 1fr;
  }

  .stat-card {
    padding: 18px;
    border-radius: 18px;
  }

  .cabinet-block,
  .cabinet-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .cabinet-block__head h3 {
    font-size: 20px;
  }

  .activity-item {
    grid-template-columns: 50px 1fr;
  }

  .activity-item__time {
    grid-column: 2 / 3;
    margin-top: -4px;
  }

  .favorite-row {
    grid-template-columns: 64px 1fr;
  }

  .favorite-row img {
    width: 64px;
    height: 64px;
  }

  .favorite-row .cabinet-play-btn,
  .favorite-row form,
  .favorite-row__plays {
    grid-column: 2 / 3;
  }

  .history-row {
    grid-template-columns: 62px 1fr;
  }

  .history-row__date,
  .history-row img {
    width: 62px;
    height: 62px;
  }

  .history-row img,
  .history-row__main,
  .history-row__plays,
  .history-row .cabinet-play-btn {
    grid-column: 2 / 3;
  }

  .admin-main {
    padding: 16px;
  }

  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .admin-topbar h1 {
    font-size: 26px;
  }

  .admin-nav,
  .admin-stats,
  .admin-actions,
  .admin-mini-grid,
  .dashboard-upload-grid,
  .dashboard-file-info,
  .dashboard-form-grid--seo {
    grid-template-columns: 1fr;
  }

  .dashboard-check-field {
    margin-top: 0;
  }

  .dashboard-upload-card {
    min-height: 150px;
  }

  .dashboard-submit {
    width: 100%;
  }

  .track-main-info__title {
    font-size: 36px;
  }

  .track-main-info__artist {
    font-size: 20px;
  }

  .track-actions {
    gap: 10px;
  }

  .track-main-play {
    height: 52px;
    padding: 0 22px;
    font-size: 16px;
  }

  .track-stats {
    grid-template-columns: 1fr;
  }

  .track-related__head,
  .artist-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .track-related__head h2,
  .artist-section-head h2 {
    font-size: 26px;
  }

  .track-list-item {
    grid-template-columns: 34px minmax(0, 1fr) 60px;
    gap: 10px;
  }

  .track-list-item__play,
  .track-list-item__download {
    display: none;
  }

  .track-page {
    padding: 18px 14px 140px;
  }

  .music-view {
    padding: 12px 10px 174px;
  }

  .music-hero {
    border-radius: 22px;
  }

  .music-hero__grid {
    padding: 12px;
    gap: 18px;
  }

  .music-cover {
    max-width: 100%;
  }

  .music-cover__frame {
    border-radius: 24px;
  }

  .music-cover__play-overlay {
    width: 72px;
    height: 72px;
  }

  .music-cover__play-overlay svg {
    width: 26px;
    height: 26px;
  }

  .music-cover__shine {
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-height: 42px;
    padding: 0 12px;
    gap: 8px;
    border-radius: 999px;
  }

  .music-cover__shine span {
    font-size: 10px;
  }

  .music-cover__shine i {
    height: 5px;
  }

  .music-title {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .music-artist {
    font-size: 21px;
  }

  .music-chip {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .music-author-card {
    width: 100%;
    min-height: 88px;
    padding: 12px;
    border-radius: 22px;
  }

  .music-author-card__avatar {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .music-author-card__name {
    font-size: 15px;
  }

  .music-author-card__sub {
    font-size: 11px;
  }

  .music-actions {
    display: grid;
    grid-template-columns: 1fr 50px 50px;
  }

  .music-action-play {
    min-height: 50px;
    font-size: 15px;
  }

  .music-round-btn,
  .music-icon-btn {
    width: 50px;
    height: 50px;
  }

  .music-stats {
    grid-template-columns: 1fr;
  }

  .music-stat {
    min-height: 72px;
    border-radius: 18px;
  }

  .sticky-player,
  .music-dock {
    left: 8px;
    right: 8px;
    bottom: 8px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "song controls"
      "timeline timeline";
    gap: 10px 12px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
  }

  .sticky-player__song,
  .music-dock__song {
    grid-area: song;
    justify-content: flex-start;
    text-align: left;
    min-width: 0;
  }

  .sticky-player__song img,
  .music-dock__song img {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .sticky-player__song-text strong,
  .music-dock__song-text strong,
  .sticky-player__song-text span,
  .music-dock__song-text span {
    max-width: 150px;
  }

  .sticky-player__song-text strong,
  .music-dock__song-text strong {
    font-size: 13px;
    line-height: 1.15;
  }

  .sticky-player__song-text span,
  .music-dock__song-text span {
    font-size: 12px;
    margin-top: 3px;
  }

  .sticky-player__controls,
  .music-dock__controls {
    grid-area: controls;
    gap: 6px;
    justify-content: flex-end;
  }

  .sticky-player__controls button,
  .music-dock__controls button {
    width: 36px;
    height: 36px;
    box-shadow: 0 8px 18px rgba(80, 0, 0, 0.10);
  }

  .sticky-player__controls button svg,
  .music-dock__controls button svg {
    width: 18px;
    height: 18px;
  }

  .sticky-player__controls button.is-primary,
  .music-dock__controls button.is-primary {
    width: 46px;
    height: 46px;
  }

  .sticky-player__controls button.is-primary svg,
  .music-dock__controls button.is-primary svg {
    width: 21px;
    height: 21px;
  }

  .sticky-player__timeline,
  .music-dock__timeline {
    grid-area: timeline;
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    gap: 8px;
    align-items: center;
  }

  .sticky-player__timeline span,
  .music-dock__timeline span {
    font-size: 10px;
    font-weight: 900;
    text-align: center;
  }

  .sticky-player__timeline input[type="range"],
  .music-dock__timeline input[type="range"] {
    height: 18px;
  }

  .sticky-player__volume,
  .music-dock__volume {
    display: none !important;
  }

  .artist-page {
    padding: 18px 14px 40px;
  }

  .artist-hero {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 24px;
    text-align: center;
  }

  .artist-hero__avatar {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 28px;
  }

  .auth-modal {
    padding: 12px;
  }

  .auth-modal__dialog {
    padding: 20px 16px;
    border-radius: 24px;
  }

  .auth-modal__hero strong,
  .auth-form h2 {
    font-size: 25px;
  }
}

@media (max-width: 420px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .song-card__body {
    padding: 10px;
  }

  .song-card__title,
  .song-card__body h2 {
    font-size: 14px;
  }

  .song-card__artist,
  .song-card__body p {
    font-size: 11px;
  }

  .play {
    width: 34px;
    height: 34px;
  }

  .download {
    display: none;
  }

  .hero-slide h1 {
    font-size: 32px;
  }

  .hero-slide p {
    font-size: 14px;
  }

  .music-title {
    font-size: 30px;
  }

  .music-artist {
    font-size: 19px;
  }

  .music-cover__shine {
    min-height: 38px;
    padding: 0 10px;
  }

  .music-cover__shine span {
    font-size: 9px;
  }

  .sticky-player,
  .music-dock {
    grid-template-columns: 1fr 46px;
    gap: 8px;
  }

  .sticky-player__controls button:not(.is-primary),
  .music-dock__controls button:not(.is-primary) {
    display: none;
  }

  .sticky-player__song-text strong,
  .sticky-player__song-text span,
  .music-dock__song-text strong,
  .music-dock__song-text span {
    max-width: 130px;
  }
}
/* =========================================================
   FIX SVG ICONS — AUTHORS SUBMIT PAGE
   ========================================================= */

.authors-page svg {
  max-width: none !important;
}

.authors-page .authors-rule__icon,
.authors-page .authors-info-icon,
.authors-page .authors-upload-icon,
.authors-page .authors-badge__icon,
.authors-page .authors-submit__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 20px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff2433, #e30613) !important;
  box-shadow: 0 18px 34px rgba(227, 6, 19, 0.22) !important;
}

.authors-page .authors-rule__icon svg,
.authors-page .authors-info-icon svg,
.authors-page .authors-upload-icon svg,
.authors-page .authors-badge__icon svg,
.authors-page .authors-submit__icon svg {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.authors-page .authors-rule__icon svg path,
.authors-page .authors-info-icon svg path,
.authors-page .authors-upload-icon svg path,
.authors-page .authors-badge__icon svg path,
.authors-page .authors-submit__icon svg path {
  fill: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

@media (max-width: 720px) {
  .authors-page .authors-rule__icon,
  .authors-page .authors-info-icon,
  .authors-page .authors-upload-icon,
  .authors-page .authors-badge__icon,
  .authors-page .authors-submit__icon {
    width: 54px !important;
    height: 54px !important;
    border-radius: 18px !important;
  }

  .authors-page .authors-rule__icon svg,
  .authors-page .authors-info-icon svg,
  .authors-page .authors-upload-icon svg,
  .authors-page .authors-badge__icon svg,
  .authors-page .authors-submit__icon svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }
}
/* =========================================================
   FIX ARTIST PAGE SVG ICONS / STATS / BUTTONS
   ========================================================= */

.artist-page svg,
.artist-player svg {
  max-width: none !important;
  display: block !important;
  flex: 0 0 auto !important;
}

/* Иконки в кнопках */
.artist-page .artist-btn svg {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
  fill: currentColor !important;
}

/* Иконка "Исполнитель Tarona.tj" */
.artist-page .artist-kicker svg,
.artist-page .artist-photo__badge svg {
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  fill: currentColor !important;
}

/* Галочка артиста */
.artist-page .artist-verified {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.artist-page .artist-verified svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  fill: currentColor !important;
}

/* Карточки статистики артиста */
.artist-page .artist-stat {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
}

/* Самое важное: перебивает .artist-stat span */
.artist-page .artist-stat .artist-stat__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  margin: 0 0 10px 0 !important;
  border-radius: 18px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}

/* SVG внутри статистики */
.artist-page .artist-stat .artist-stat__icon svg {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Текст внутри статистики */
.artist-page .artist-stat > span:not(.artist-stat__icon) {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.artist-page .artist-stat strong {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

/* Иконки в карточках песен */
.artist-page .artist-chip svg {
  width: 13px !important;
  height: 13px !important;
  min-width: 13px !important;
  min-height: 13px !important;
  fill: currentColor !important;
}

/* Кнопка play у песни */
.artist-page .artist-song-play {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.artist-page .artist-song-play svg {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  min-height: 21px !important;
  fill: currentColor !important;
}

/* Нижний плеер артиста */
.artist-player .artist-player__btn,
.artist-player .artist-player__close {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.artist-player .artist-player__btn svg,
.artist-player .artist-player__close svg {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  min-height: 21px !important;
  fill: currentColor !important;
}

.artist-player .artist-player__btn--main svg {
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
}

/* Мобильная версия */
@media (max-width: 900px) {
  .artist-page .artist-stat .artist-stat__icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 14px !important;
    margin-bottom: 7px !important;
  }

  .artist-page .artist-stat .artist-stat__icon svg {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
  }

  .artist-page .artist-stat > span:not(.artist-stat__icon) {
    font-size: 11px !important;
  }

  .artist-page .artist-stat strong {
    font-size: 20px !important;
  }

  .artist-page .artist-btn svg {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
  }
}