:root {
  color-scheme: dark;
  --bg: #02030a;
  --text: #ffffff;
  --muted: rgba(255,255,255,.68);
  --blue: #2689ff;
  --purple: #8d35ff;
  --magenta: #ff2fd8;
  --mixed-purple: #a56cff;
  --deep-purple: #7b4dff;
  --hot-purple: #d83cff;
  --cyan: #19f7ff;
  --line: rgba(255,255,255,.16);
  --panel: rgba(5,8,24,.66);
  --catalog-width: min(1180px, calc(100vw - 54px));
  --catalog-side-gap: calc((100vw - var(--catalog-width)) / 2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@property --active-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; padding-bottom: 132px; min-height: 100vh; overflow-x: hidden; background: var(--bg); color: var(--text); }
body.intro-lock { overflow: hidden; }
body.home-page {
  background: #030612 url("template-auravelex-up.png?v=template-v2") center top / cover fixed no-repeat;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
section, footer { scroll-margin-top: 24px; }

.intro-video {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #000;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.15s ease, filter 1.15s ease, visibility 1.15s ease;
}
.intro-video video { width: 100%; height: 100%; object-fit: cover; }
.intro-video.is-hidden { opacity: 0; filter: blur(18px); visibility: hidden; pointer-events: none; }

.site-header {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 17px;
  min-height: 96px;
  width: var(--catalog-width);
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 24px;
  background: transparent;
  transform: translateX(-50%);
  pointer-events: none;
}
.site-header > * { pointer-events: auto; }
.brand,
.page-brand {
  display: inline-flex;
  width: auto;
  height: 96px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
.brand-mark-img { display: block; width: auto; height: 100%; margin: 0; object-fit: contain; filter: drop-shadow(0 0 20px rgba(255,47,216,.35)); }
.nav {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.65vw, 30px);
  color: rgba(255,255,255,.88);
  font-size: 16.5px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.nav a { position: relative; padding: 5px 0; }
.nav a.active::after,
.nav a:hover::after {
  position: absolute;
  right: 45%;
  bottom: 0;
  left: 45%;
  height: 4px;
  border-radius: 999px;
  content: "";
  background: var(--magenta);
  box-shadow: 0 0 14px var(--magenta);
}
.socials, .language-switcher { grid-column: 3; justify-self: end; display: flex; gap: 10px; }
.socials a,
.language-switcher button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,.22);
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.language-switcher button.is-active {
  border-color: rgba(255,47,216,.92);
  background: radial-gradient(circle at 35% 25%, rgba(25,247,255,.42), rgba(141,53,255,.3) 45%, rgba(0,0,0,.18));
  box-shadow: 0 0 20px rgba(255,47,216,.42), inset 0 0 16px rgba(25,247,255,.18);
}
html[dir="rtl"] .nav,
html[dir="rtl"] .section-head,
html[dir="rtl"] .release-info,
html[dir="rtl"] .mission,
html[dir="rtl"] .subscribe,
html[dir="rtl"] .footer {
  direction: rtl;
}
html[dir="rtl"] .audio-strip,
html[dir="rtl"] .release-controls {
  direction: ltr;
}

.hero-template {
  position: relative;
  min-height: clamp(500px, 52vw, 760px);
  background: #030612 url("template-auravelex-up.png?v=template-v2") center top / cover no-repeat;
  overflow: hidden;
}
body.home-page .hero-template {
  background: transparent;
}
body.home-page .home-release-block,
body.home-page .lower-template {
  will-change: transform;
}
body.home-page.home-intro-shift .home-release-block,
body.home-page.home-intro-shift .lower-template {
  transform: translateY(var(--home-intro-start, 72vh));
}
body.home-page.home-intro-shift.home-intro-animate .home-release-block,
body.home-page.home-intro-shift.home-intro-animate .lower-template {
  transform: translateY(var(--home-intro-end, 92px));
}
body.home-page.home-content-settled .catalog-shell {
  margin-top: calc(-116px + var(--home-intro-end, 0px));
}
body.home-page.home-intro-animate .home-release-block,
body.home-page.home-intro-animate .lower-template {
  transition: transform 2s cubic-bezier(.18, .86, .24, 1);
}
.hero-template::after {
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  content: "";
  background: linear-gradient(180deg, transparent, #02030a 88%);
}
body.home-page .hero-template::after {
  display: none;
}
.hero-shimmer {
  position: absolute;
  inset: -10%;
  opacity: .22;
  background:
    radial-gradient(circle at 53% 31%, rgba(255,47,216,.55), transparent 18rem),
    radial-gradient(circle at 49% 25%, rgba(25,247,255,.42), transparent 14rem);
  animation: topBreath 7s ease-in-out infinite alternate;
}
@keyframes topBreath { to { transform: scale(1.045); opacity: .36; } }

.catalog-shell {
  position: relative;
  width: var(--catalog-width);
  margin: -116px auto 0;
  padding-bottom: 26px;
  z-index: 4;
  overflow: clip;
}
body.home-page .catalog-shell {
  overflow: visible;
}
body.home-page .catalog-shell::before {
  display: none;
}
.catalog-shell::before {
  position: absolute;
  inset: 72px -22px -36px;
  z-index: -1;
  border-radius: 24px;
  content: "";
  opacity: .74;
  background:
    var(--release-bg, radial-gradient(circle at 20% 0%, rgba(255,47,216,.22), transparent 32rem)),
    linear-gradient(180deg, rgba(2,3,10,.12), rgba(2,3,10,.92));
  filter: saturate(1.2);
  animation: releaseBack 12s ease-in-out infinite alternate;
}
@keyframes releaseBack { to { transform: scale(1.018); filter: saturate(1.38) hue-rotate(8deg); } }

.audio-strip {
  display: grid;
  grid-template-columns: 76px minmax(150px, 230px) minmax(260px, 1fr) 42px 64px 42px 32px;
  align-items: center;
  gap: 18px;
  column-gap: 18px;
  min-height: 92px;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(4,7,22,.72);
  box-shadow: 0 20px 80px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
}
.floating-player-shell {
  --player-bottom-gap: 18px;
  --player-collapsed-visible: 15px;
  position: fixed;
  right: max(18px, calc((100vw - var(--catalog-width)) / 2));
  bottom: var(--player-bottom-gap);
  left: max(18px, calc((100vw - var(--catalog-width)) / 2));
  z-index: 80;
  pointer-events: none;
}
.floating-player-inner {
  pointer-events: auto;
  transition: transform .32s ease, opacity .24s ease;
}
.floating-player-shell .audio-strip {
  --player-border-width: 2px;
  position: relative;
  top: auto;
  margin: 0;
  border-color: transparent;
  background: transparent;
  padding-right: 20px;
}
.floating-player-shell .audio-strip > * {
  position: relative;
  z-index: 1;
}
.floating-player-shell .audio-strip::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: var(--player-border-width);
  border-radius: inherit;
  pointer-events: none;
  content: "";
  --active-border-angle: 0deg;
  background: conic-gradient(from var(--active-border-angle), var(--mixed-purple), var(--deep-purple), var(--hot-purple), var(--magenta), var(--mixed-purple));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  animation: activeReleaseTone 3s linear infinite;
  filter: drop-shadow(0 0 14px rgba(255,47,216,.52));
}
.floating-player-toggle {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  background: rgba(141,53,255,.34);
  box-shadow: inset 0 0 18px rgba(255,47,216,.28), 0 0 28px rgba(255,47,216,.24);
  cursor: pointer;
}
.floating-player-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 42px;
  border-radius: 18px 18px 0 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
}
.floating-player-toggle::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
  content: "";
}
.floating-player-toggle:hover {
  border-color: rgba(255,47,216,.72);
  box-shadow: 0 0 28px rgba(255,47,216,.32), inset 0 0 18px rgba(25,247,255,.2);
}
body.player-collapsed .floating-player-inner {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(calc(100% + var(--player-bottom-gap) - var(--player-collapsed-visible)));
}
body.player-collapsed .floating-player-toggle {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}
body.player-collapsed .floating-player-shell .audio-strip {
  --player-border-width: 5px;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 -2px 22px rgba(255,47,216,.36), 0 0 30px rgba(25,247,255,.24);
  opacity: 1;
}
.audio-strip img { width: 76px; height: 76px; border-radius: 8px; object-fit: cover; }
.header-track { min-width: 0; }
.header-track strong, .header-track small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-track strong { margin-bottom: 6px; font-size: 15px; }
.header-track small { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.title-stack { display: grid; gap: 2px; min-width: 0; }
.title-line {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}
.title-text {
  display: inline-block;
  min-width: max-content;
  transform: translateX(0);
}
.title-line.is-scrolling .title-text {
  animation: titlePingPong var(--scroll-duration, 7s) ease-in-out infinite alternate;
}
.title-original { color: #fff; }
.title-translated { color: rgba(255,255,255,.64); font-size: .82em; font-weight: 760; }
@keyframes titlePingPong {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * var(--scroll-distance, 0px))); }
}
html[dir="rtl"] .title-line.is-scrolling .title-text {
  animation-name: titlePingPongRtl;
}
@keyframes titlePingPongRtl {
  from { transform: translateX(0); }
  to { transform: translateX(var(--scroll-distance, 0px)); }
}
#playerWaveform { width: 100%; height: 44px; cursor: pointer; }
#audioPlayer { display: none; }
.header-play,
.transport {
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.header-play {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background: rgba(141,53,255,.26);
  box-shadow: inset 0 0 22px rgba(255,47,216,.34), 0 0 36px rgba(255,47,216,.28);
}
.header-play::before,
.transport.next::before,
.transport.prev::before,
.play-glyph::before {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  content: "";
}
.header-play.is-playing::before {
  width: 14px;
  height: 18px;
  margin-left: 0;
  border: solid #fff;
  border-width: 0 5px;
}
.transport { width: 42px; height: 42px; opacity: .9; }
.transport.prev::before { margin-left: 0; transform: rotate(180deg); }
.prev-stack {
  position: relative;
  display: block;
  width: 42px;
  height: 64px;
}
.prev-stack .transport {
  position: absolute;
  top: 50%;
  left: 0;
  height: 42px;
  transform: translateY(-50%);
}
.player-lyrics-toggle {
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
  width: 42px;
  height: 22px;
  border: 0;
  background: url("lyrics-icon.png?v=lyrics-v2") center / contain no-repeat;
  cursor: pointer;
  opacity: .78;
  filter: invert(1) drop-shadow(0 0 8px rgba(255, 236, 184, .18));
}
.player-lyrics-toggle.is-active {
  opacity: 1;
  filter: invert(1) drop-shadow(0 0 12px rgba(255,47,216,.72));
}
.next-stack {
  position: relative;
  display: block;
  width: 42px;
  height: 64px;
}
.next-stack .transport {
  position: absolute;
  top: 50%;
  left: 0;
  height: 42px;
  transform: translateY(-50%);
}
.autoplay-toggle {
  position: absolute;
  right: 0;
  bottom: -6px;
  display: block;
  width: 42px;
  height: 22px;
  border: 0;
  color: rgba(255,255,255,.84);
  background: transparent;
  cursor: pointer;
  opacity: .78;
}
.autoplay-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 11px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 40'%3E%3Cpath d='M3 30 C18 30 24 24 32 16 C40 7 47 4 55 4' fill='none' stroke='%23000' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M55 0 L64 4 L55 13 Z' fill='%23000'/%3E%3Cpath d='M3 10 C18 10 24 16 32 24 C40 33 47 36 55 36' fill='none' stroke='%23000' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M55 27 L64 36 L55 40 Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 40'%3E%3Cpath d='M3 30 C18 30 24 24 32 16 C40 7 47 4 55 4' fill='none' stroke='%23000' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M55 0 L64 4 L55 13 Z' fill='%23000'/%3E%3Cpath d='M3 10 C18 10 24 16 32 24 C40 33 47 36 55 36' fill='none' stroke='%23000' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M55 27 L64 36 L55 40 Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}
.autoplay-toggle::after {
  content: none;
}
.autoplay-toggle.is-active {
  opacity: 1;
  filter: drop-shadow(0 0 10px rgba(255,47,216,.7));
}
.autoplay-toggle.is-active { color: var(--magenta); }
.volume-control {
  --volume-level: .82;
  --volume-color: var(--mixed-purple);
  position: relative;
  display: grid;
  width: 32px;
  height: 70px;
  margin-left: -4px;
  margin-right: 8px;
  justify-items: center;
  align-items: center;
}
.volume-control::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 6px;
  border: 1px solid var(--hot-purple);
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
  background: var(--volume-color);
  box-shadow: inset 0 0 8px rgba(2,3,10,.42), 0 0 14px rgba(255,47,216,.28);
}
.volume-control::after {
  position: absolute;
  left: 50%;
  bottom: calc(var(--volume-level) * (70px - 22px));
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-bottom: 22px solid var(--hot-purple);
  border-left: 16px solid transparent;
  content: "";
  transform: translateX(-50%);
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--volume-color) 82%, white));
}
.volume-control .volume-triangle {
  position: absolute;
  left: 50%;
  bottom: calc(var(--volume-level) * (70px - 22px) + 2px);
  z-index: 2;
  width: 0;
  height: 0;
  border-right: 13px solid transparent;
  border-bottom: 18px solid var(--volume-color);
  border-left: 13px solid transparent;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}
.volume-control input {
  position: relative;
  z-index: 3;
  width: 70px;
  height: 22px;
  margin: 0;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  accent-color: var(--volume-color);
  cursor: pointer;
  transform: rotate(-90deg);
  transform-origin: center;
}
.volume-control input::-webkit-slider-runnable-track {
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
}
.volume-control input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: 0;
  border: 0;
  background: transparent;
}
.volume-control input::-moz-range-track {
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
}
.volume-control input::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
}

.lyrics-drawer {
  --lyrics-collapsed-visible: 15px;
  --lyrics-border-width: 2px;
  --lyrics-drawer-top: 118px;
  --lyrics-drawer-height: 680px;
  position: fixed;
  top: var(--lyrics-drawer-top);
  left: 0;
  z-index: 90;
  width: min(440px, max(var(--lyrics-collapsed-visible), calc(var(--catalog-side-gap) - 10px)));
  height: min(var(--lyrics-drawer-height), calc(100vh - var(--lyrics-drawer-top) - 118px));
  transform: translateX(calc(-100% + var(--lyrics-collapsed-visible)));
  transition: transform .38s cubic-bezier(.2, .82, .2, 1);
  will-change: transform;
}
.lyrics-drawer.is-open {
  transform: translateX(0);
}
.lyrics-drawer:not(.is-open) {
  --lyrics-border-width: 5px;
  cursor: pointer;
}
.lyrics-drawer-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 18px 20px;
  overflow: hidden;
  border: 1px solid transparent;
  border-left: 0;
  border-radius: 0 18px 18px 0;
  background: transparent;
  box-shadow: 0 22px 80px rgba(0,0,0,.52), inset 0 0 38px rgba(71,209,255,.08);
  backdrop-filter: blur(18px);
}
.lyrics-drawer-panel::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: var(--lyrics-border-width);
  border-radius: inherit;
  pointer-events: none;
  content: "";
  --active-border-angle: 0deg;
  background: conic-gradient(from var(--active-border-angle), var(--mixed-purple), var(--deep-purple), var(--hot-purple), var(--magenta), var(--mixed-purple));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  animation: activeReleaseTone 3s linear infinite;
  filter: drop-shadow(0 0 14px rgba(255,47,216,.52));
}
.lyrics-drawer:not(.is-open) .lyrics-drawer-panel {
  box-shadow: 0 -2px 22px rgba(255,47,216,.36), 0 0 30px rgba(25,247,255,.24);
}
.lyrics-drawer-head {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: opacity .2s ease;
}
.lyrics-drawer-head strong {
  color: #fff;
  font-size: clamp(18px, 2vw, 25px);
}
.lyrics-drawer-head small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lyrics-drawer pre {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  margin: 0;
  overflow-y: auto;
  color: rgba(255,255,255,.86);
  white-space: pre-wrap;
  font: 14px/1.65 "Inter", system-ui, sans-serif;
  transition: opacity .2s ease;
}
.lyrics-drawer:not(.is-open) .lyrics-drawer-head,
.lyrics-drawer:not(.is-open) pre {
  opacity: 0;
  pointer-events: none;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 24px 0 15px;
}
.release-controls {
  display: grid;
  grid-template-columns: 42px 70px 42px;
  align-items: center;
  justify-content: end;
  gap: 12px;
  margin: 0;
}
.release-arrow {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(8,10,30,.58);
  box-shadow: inset 0 0 18px rgba(255,47,216,.18), 0 0 26px rgba(38,137,255,.12);
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.release-arrow::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.release-prev::before { margin-left: 4px; transform: rotate(-135deg); }
.release-next::before { margin-right: 4px; transform: rotate(45deg); }
.release-arrow:hover { border-color: rgba(255,47,216,.72); box-shadow: 0 0 28px rgba(255,47,216,.26); }
.release-progress {
  display: flex;
  width: 70px;
  height: 18px;
  align-items: center;
  justify-content: space-between;
}
.release-progress span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
  box-shadow: 0 0 9px rgba(25,247,255,.18);
  transition: width .22s ease, height .22s ease, background .22s ease, box-shadow .22s ease;
}
.release-progress span.is-active {
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, var(--cyan), var(--magenta));
  box-shadow: 0 0 18px rgba(255,47,216,.7), 0 0 22px rgba(25,247,255,.36);
}
.section-head h1 {
  margin: 0;
  font-size: clamp(26px, 2.45vw, 38px);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.view-all {
  color: #f0a4ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.catalog-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(140px, .7fr));
  gap: 10px;
  margin: 0 0 15px;
}
.catalog-filters input,
.catalog-filters select {
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(3,5,18,.62);
  outline: none;
  backdrop-filter: blur(12px);
}
.catalog-filters input:focus,
.catalog-filters select:focus {
  border-color: rgba(25,247,255,.7);
  box-shadow: 0 0 0 3px rgba(25,247,255,.12);
}
.release-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.artist-card .cover-button { aspect-ratio: 1 / 1; }
.artist-card .cover { border-radius: 999px; transform: scale(.74); box-shadow: 0 0 34px rgba(255,47,216,.24); }
.artist-card:hover .cover { transform: scale(.8); }
.album-card .release-info h3,
.artist-card .release-info h3 { min-height: 44px; }
.release-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,47,216,.36);
  border-radius: 12px;
  background: rgba(5,7,20,.72);
  box-shadow: 0 22px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(14px);
  cursor: pointer;
}
.release-card:focus-visible {
  outline: 2px solid var(--hot-purple);
  outline-offset: 4px;
}
.release-card.is-playing-release {
  border-color: transparent;
}
.release-card.is-playing-release::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 5px;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  --active-border-angle: 0deg;
  background: conic-gradient(from var(--active-border-angle), var(--mixed-purple), var(--deep-purple), var(--hot-purple), var(--magenta), var(--mixed-purple));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  animation: activeReleaseTone 3s linear infinite;
  filter: drop-shadow(0 0 14px rgba(255,47,216,.52));
}
@keyframes activeReleaseTone {
  to { --active-border-angle: 360deg; }
}
.cover-button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.52 / 1;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #050714;
  cursor: pointer;
}
.cover { width: 100%; height: 100%; object-fit: cover; transition: transform .26s ease, opacity .26s ease; }
.release-card:hover .cover { transform: scale(1.045); opacity: .9; }
.play-glyph {
  display: none;
}
.play-glyph::before {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 11px;
}
.release-info { padding: 13px 14px 16px; }
.release-info h3 {
  display: block;
  min-height: 42px;
  margin: 0 0 7px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.2;
}
.release-artist {
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.release-actions {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 5;
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  opacity: .8;
  background: rgba(3, 5, 18, .64);
  box-shadow: 0 10px 28px rgba(0,0,0,.32);
  backdrop-filter: blur(12px);
}
.release-feedback {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 34px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.06);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.release-chords {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  border: 1px solid rgba(25,247,255,.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(25,247,255,.12);
  box-shadow: 0 0 16px rgba(25,247,255,.18);
  font-size: 16px;
  font-weight: 900;
}
.release-feedback small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.release-feedback:hover,
.release-feedback.is-active {
  border-color: rgba(255,47,216,.55);
  color: #fff;
  background: linear-gradient(135deg, rgba(165,108,255,.35), rgba(255,47,216,.25), rgba(25,247,255,.22));
  box-shadow: 0 0 18px rgba(255,47,216,.22);
}
.release-feedback.is-active small { color: #fff; }

.release-lyrics span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.lyrics-panel {
  margin: 14px 0 22px;
  padding: 18px;
  border: 1px solid rgba(222, 65, 255, .42);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(8, 10, 24, .88), rgba(42, 9, 58, .72));
  box-shadow: 0 18px 52px rgba(0, 0, 0, .32), inset 0 0 42px rgba(71, 209, 255, .08);
}

.lyrics-panel[hidden] { display: none; }

.lyrics-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.lyrics-panel-head strong {
  display: block;
  font-size: clamp(18px, 2vw, 26px);
  color: #fff;
}

.lyrics-panel-head small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lyrics-panel-head button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.lyrics-panel pre {
  max-height: min(48vh, 560px);
  overflow: auto;
  margin: 0;
  white-space: pre-wrap;
  font: 600 15px/1.7 Inter, system-ui, sans-serif;
  color: rgba(255,255,255,.88);
}

.lower-template {
  position: relative;
  min-height: 0;
  margin-top: -2px;
  padding: 28px 0 15px;
  background: #03030b;
  overflow: hidden;
}
body.home-page .lower-template {
  background: transparent;
  overflow: visible;
}
.lower-template::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, #02030a 0%, rgba(2,3,10,.36) 20%, rgba(2,3,10,.7) 76%, #02030a 100%);
}
body.home-page .lower-template::before {
  display: none;
}
.lower-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  width: var(--catalog-width);
  margin: 0 auto;
}
.subscribe,
.stats-row,
.mission,
.footer {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(5,8,24,.64);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 70px rgba(0,0,0,.28);
}
.subscribe {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 12px 22px;
  background: linear-gradient(100deg, rgba(255,47,216,.22), rgba(5,8,24,.68), rgba(38,137,255,.18));
}
.subscribe h2 { margin: 0; font-size: 22px; text-transform: uppercase; letter-spacing: .04em; }
.subscribe p { margin: 0; color: var(--muted); font-size: 13px; }
.subscribe-form {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-self: stretch;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(2,3,10,.66);
}
.subscribe input { min-width: 0; min-height: 44px; padding: 0 20px; border: 0; color: #fff; background: transparent; }
.subscribe button {
  min-height: 44px;
  padding: 0 26px;
  border: 1px solid rgba(255,47,216,.68);
  border-radius: 6px;
  color: #fff;
  background: rgba(255,47,216,.08);
  box-shadow: 0 0 18px rgba(255,47,216,.18), inset 0 0 18px rgba(25,247,255,.08);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.subscribe button:hover,
.subscribe button:focus-visible {
  border-color: rgba(25,247,255,.72);
  background: rgba(255,47,216,.16);
  box-shadow: 0 0 28px rgba(255,47,216,.3), 0 0 18px rgba(25,247,255,.18);
  transform: translateY(-1px);
}
.bottom-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.stats-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 18px; }
.stats-row article { display: grid; gap: 5px; padding: 16px; border-right: 1px solid rgba(255,255,255,.12); }
.stats-row article:last-child { border-right: 0; }
.stats-row span { font-size: clamp(22px, 2.1vw, 34px); font-weight: 950; }
.stats-row small { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.mission { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 12px; padding: 18px 20px; }
.mission h2 { margin-bottom: 8px; font-size: 22px; letter-spacing: .04em; text-transform: uppercase; }
.mission p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.mission article { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.12); }
.mission strong { display: block; margin-bottom: 8px; text-transform: uppercase; }
.button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid rgba(255,47,216,.68);
  border-radius: 6px;
  color: #fff;
  background: rgba(255,47,216,.08);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  padding: 18px 20px;
  color: var(--muted);
}
.footer-brand {
  display: flex;
  align-items: center;
}
.footer-brand img { width: 220px; max-width: 100%; height: auto; }
.footer strong { display: block; margin-bottom: 9px; color: #fff; font-size: 12px; text-transform: uppercase; }
.footer a { display: block; margin: 7px 0; color: var(--muted); font-size: 12px; }
.empty {
  grid-column: 1 / -1;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: var(--muted);
}
.releases-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(2,3,10,.72), rgba(2,3,10,.88)),
    #03030b url("template-auravelex-down.png?v=template-v2") center top / cover fixed no-repeat;
}
.home-page .site-header,
.releases-page .site-header {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(3,5,16,.62);
  box-shadow: 0 18px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
}
.releases-page-shell {
  width: var(--catalog-width);
  margin: 0 auto;
  padding: 104px 0 54px;
}
.all-releases {
  width: 100%;
  margin: 0;
  overflow: visible;
}
.releases-page .audio-strip {
  position: sticky;
  top: 104px;
  z-index: 24;
}
.releases-page .floating-player-shell .audio-strip {
  position: relative;
  top: auto;
  z-index: auto;
}
.all-releases::before {
  inset: 72px -18px -24px;
}
.all-releases .release-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .site-header { width: calc(100% - 36px); }
  .socials { display: none; }
  .language-switcher { gap: 6px; }
  .language-switcher button { width: 24px; height: 24px; font-size: 8px; }
  .audio-strip { grid-template-columns: 64px minmax(130px, 1fr) minmax(180px, 1fr) 42px 56px 20px; }
  .transport { display: none; }
  .prev-stack { grid-column: 4; }
  .prev-stack .transport { display: grid; }
  .next-stack { display: none; }
  .audio-strip .header-play { grid-column: 5; }
  .audio-strip .volume-control { grid-column: 6; }
  .release-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .all-releases .release-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bottom-grid, .mission, .subscribe { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { padding-bottom: 112px; }
  .site-header { display: none; }
  .releases-page .site-header { display: none; }
  .hero-template { min-height: 62vh; background-position: center top; }
  .catalog-shell { width: calc(100% - 24px); margin-top: -46px; }
  .audio-strip { grid-template-columns: 54px minmax(0, 1fr) 42px 50px 20px; gap: 10px; padding: 10px; border-radius: 14px; }
  .floating-player-shell { --player-bottom-gap: 10px; right: 12px; left: 12px; }
  .floating-player-shell .audio-strip { padding-right: 20px; }
  .floating-player-toggle { width: 54px; height: 38px; }
  .audio-strip img { width: 54px; height: 54px; border-radius: 8px; }
  #playerWaveform { display: none; }
  .prev-stack { grid-column: 3; }
  .header-play { width: 50px; height: 50px; }
  .audio-strip .header-play { grid-column: 4; }
  .audio-strip .volume-control { grid-column: 5; }
  .volume-control { height: 54px; }
  .volume-control input { width: 54px; }
  .lyrics-drawer { width: min(360px, calc(100vw - 24px)); }
  .section-head { align-items: start; flex-direction: column; gap: 8px; }
  .release-controls { justify-content: start; margin-top: 2px; }
  .release-grid { grid-template-columns: 1fr; }
  .all-releases .release-grid { grid-template-columns: 1fr; }
  .catalog-filters { grid-template-columns: 1fr; }
  .cover-button { aspect-ratio: 1.35 / 1; }
  .releases-page-shell { width: calc(100% - 24px); padding-top: 26px; }
  .lower-content { width: calc(100% - 24px); }
  .subscribe { padding: 18px; }
  .subscribe-form { grid-template-columns: 1fr; }
  .stats-row, .footer { grid-template-columns: 1fr; }
  .stats-row article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .stats-row article:last-child { border-bottom: 0; }
}
