@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;700;800&family=Syne:wght@700;800&display=swap");

:root {
  --glass-fill: rgba(255, 255, 255, 0.055);
  --glass-fill-strong: rgba(255, 255, 255, 0.102);
  --glass-stroke: rgba(255, 255, 255, 0.247);
  --edge-line: 1px solid var(--glass-stroke);
  --button-text: #f7fbff;
  --text-soft: rgba(241, 247, 255, 0.72);
  --panel-fill-top: rgba(255, 255, 255, 0.136);
  --panel-fill-bottom: rgba(255, 255, 255, 0.025);
  --accent-orange: rgba(255, 154, 64, 0.42);
  --accent-orange-strong: rgba(255, 140, 46, 0.52);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--button-text);
}

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #2f3e45;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.bg-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(7px) brightness(0.8) saturate(0.85);
  transform: scale(1.06);
}

.bg-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(
      circle at 74% 12%,
      rgba(255, 173, 107, 0.08),
      transparent 42%
    ),
    radial-gradient(
      circle at 20% 88%,
      rgba(255, 144, 60, 0.07),
      transparent 38%
    ),
    linear-gradient(160deg, rgba(5, 9, 14, 0.27), rgba(4, 8, 12, 0.34));
  pointer-events: none;
}

.page {
  width: min(590px, 100%);
  border: var(--edge-line);
  border-radius: 38px;
  padding: 30px 28px 24px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(30px) saturate(155%);
  background: linear-gradient(
    145deg,
    var(--panel-fill-top),
    var(--panel-fill-bottom)
  );
  box-shadow:
    0 34px 85px rgba(8, 10, 18, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}

.page::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.08) 48%,
    rgba(255, 255, 255, 0.16) 100%
  );
}

.page > * {
  position: relative;
  z-index: 1;
}

.logo-wrap {
  margin-bottom: 30px;
  padding-top: 8px;
  display: flex;
  justify-content: center;
}

.logo {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
}

.release-hero {
  position: relative;
  isolation: isolate;
  margin-bottom: 22px;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.release-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(390px, 92vw);
  aspect-ratio: 1.7 / 1;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      56% 72% at 22% 42%,
      rgba(255, 164, 86, 0.5) 0%,
      rgba(255, 164, 86, 0.2) 40%,
      rgba(255, 164, 86, 0.05) 66%,
      transparent 74%
    ),
    radial-gradient(
      56% 72% at 78% 42%,
      rgba(255, 136, 40, 0.5) 0%,
      rgba(255, 136, 40, 0.2) 40%,
      rgba(255, 136, 40, 0.05) 66%,
      transparent 74%
    ),
    radial-gradient(
      34% 48% at 34% 76%,
      rgba(255, 164, 86, 0.38) 0%,
      rgba(255, 164, 86, 0.05) 66%,
      transparent 74%
    ),
    radial-gradient(
      34% 48% at 66% 76%,
      rgba(255, 136, 40, 0.38) 0%,
      rgba(255, 136, 40, 0.05) 66%,
      transparent 74%
    );
  display: none;
}

.release-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 124px;
  height: 236px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  border-radius: 58% 58% 46% 46% / 62% 62% 38% 38%;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(204, 208, 216, 0.44) 26%,
    rgba(255, 255, 255, 0.18) 42%,
    rgba(248, 250, 255, 0.8) 64%,
    rgba(155, 160, 172, 0.38) 100%
  );
  box-shadow:
    0 0 28px rgba(255, 255, 255, 0.56),
    -32px 0 50px rgba(255, 164, 86, 0.3),
    32px 0 50px rgba(255, 136, 40, 0.3);
  display: none;
}

.cover-art {
  width: 100%;
  max-width: 272px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 24px 46px rgba(8, 10, 18, 0.42),
    -10px 0 30px rgba(255, 164, 86, 0.2),
    10px 0 30px rgba(255, 136, 40, 0.2);
  display: block;
}

.release-status {
  margin: 8px 0 0;
  position: relative;
  z-index: 3;
  width: min(100%, 420px);
  display: block;
  text-align: center;
  font-size: clamp(1.34rem, 4vw, 2.05rem);
  line-height: 1.1;
  font-family: "Manrope", "Syne", sans-serif;
  font-weight: 800;
  letter-spacing: 0.045em;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  text-transform: uppercase;
  text-wrap: balance;
  color: #ffffff;
  text-shadow:
    0 0 16px rgba(74, 243, 255, 0.26),
    0 0 16px rgba(255, 87, 210, 0.22);
}

.release-title {
  margin: 10px 0 0;
  position: relative;
  z-index: 3;
  width: min(100%, 460px);
  text-align: center;
  font-size: clamp(1.08rem, 3.2vw, 1.62rem);
  line-height: 1.05;
  font-family: "Manrope", "Syne", sans-serif;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 0 14px rgba(74, 243, 255, 0.24),
    0 0 14px rgba(255, 87, 210, 0.2);
}

.release-countdown {
  margin: 6px 0 0;
  position: relative;
  z-index: 3;
  width: min(100%, 460px);
  text-align: center;
  font-family: "Manrope", "Syne", sans-serif;
  font-size: clamp(0.92rem, 2.2vw, 1.14rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  color: #ffffff;
  text-shadow:
    0 0 12px rgba(74, 243, 255, 0.2),
    0 0 12px rgba(255, 87, 210, 0.16);
}

.release-countdown.live {
  letter-spacing: 0.14em;
  text-shadow:
    0 0 14px rgba(74, 243, 255, 0.25),
    0 0 14px rgba(255, 87, 210, 0.2);
}

.button-panel {
  display: grid;
  gap: 13px;
  margin-bottom: 20px;
}

.glass-button {
  --button-glow: var(--accent-orange-strong);
  text-decoration: none;
  color: var(--button-text);
  text-align: center;
  font-family: "Syne", "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  background: linear-gradient(
    140deg,
    var(--glass-fill-strong),
    rgba(255, 255, 255, 0.022)
  );
  box-shadow:
    0 14px 28px rgba(7, 10, 18, 0.102),
    inset 0 1px 0 rgba(255, 255, 255, 0.221);
  backdrop-filter: blur(18px) saturate(135%);
  transition:
    transform 170ms ease,
    background 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease;
}

.glass-button:hover,
.glass-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(
    140deg,
    rgba(255, 255, 255, 0.145),
    rgba(255, 255, 255, 0.055)
  );
  box-shadow:
    0 20px 38px rgba(7, 10, 18, 0.153),
    0 0 24px var(--button-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.glass-button:active {
  transform: translateY(0);
}

.share-button {
  -webkit-appearance: none;
  appearance: none;
  border: var(--edge-line);
  width: 100%;
  cursor: pointer;
}

.share-feedback {
  margin: 2px 0 0;
  min-height: 1.1em;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.playlist-wrap {
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.24),
    rgba(255, 255, 255, 0.1)
  );
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow:
    0 14px 28px rgba(7, 10, 18, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  padding: 12px;
}

.playlist-cta {
  margin: 0 4px 12px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.4;
  font-family: "Syne", "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f5fbff;
}

.playlist-wrap iframe {
  display: block;
}

.share-wrap {
  margin-top: 14px;
}

.site-footer {
  margin-top: 14px;
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 250, 255, 0.84);
}

.footer-text {
  white-space: nowrap;
}

.footer-mark {
  height: 1em;
  width: auto;
  display: inline-block;
  opacity: 0.88;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-legal,
.footer-legal a {
  color: rgba(244, 250, 255, 0.62);
}

.footer-legal a {
  text-decoration: none;
  transition: color 140ms ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: rgba(249, 252, 255, 0.9);
}

.legal-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(
      circle at 80% 10%,
      rgba(164, 211, 234, 0.2),
      transparent 40%
    ),
    linear-gradient(160deg, #1f2a31, #10191f);
}

.legal-card {
  width: min(760px, 100%);
  border: var(--edge-line);
  border-radius: 22px;
  padding: 22px;
  backdrop-filter: blur(20px) saturate(130%);
  background: linear-gradient(
    160deg,
    rgba(70, 122, 148, 0.22),
    rgba(14, 34, 48, 0.32)
  );
  box-shadow: 0 20px 60px rgba(4, 10, 18, 0.4);
}

.legal-card h1 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Syne", "Manrope", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.legal-card h2 {
  margin: 18px 0 8px;
  font-family: "Syne", "Manrope", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  color: rgba(234, 246, 255, 0.92);
}

.legal-card p {
  margin: 0;
  line-height: 1.6;
  color: rgba(234, 246, 255, 0.86);
}

.legal-card a {
  color: rgba(223, 242, 255, 0.85);
}

.legal-back {
  margin-top: 64px;
  font-size: 0.85rem;
  text-align: center;
}

.legal-back a {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  border: var(--edge-line);
  background: var(--glass-fill);
  text-decoration: none;
  color: var(--button-text);
  font-family: "Syne", "Manrope", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 140ms ease, background 140ms ease;
}

.legal-back a:hover,
.legal-back a:focus-visible {
  transform: translateY(-1px);
  background: rgba(145, 201, 228, 0.24);
}

@media (max-width: 520px) {
  .page {
    border-radius: 28px;
    padding: 22px 18px 18px;
  }

  .release-hero::before {
    width: min(330px, 96vw);
    filter: blur(9px);
  }

  .release-hero::after {
    width: 104px;
    height: 204px;
  }

  .cover-art {
    max-width: 248px;
  }

  .legal-card {
    border-radius: 18px;
    padding: 18px;
  }
}
