:root {
  --bg-900: #070d18;
  --bg-800: #0d1628;
  --bg-700: #12203a;
  --card: rgba(14, 24, 41, 0.88);
  --line: rgba(134, 162, 207, 0.22);
  --text: #f5f9ff;
  --muted: #9eb3d4;
  --accent: #0fa0ff;
  --accent-2: #ff9f1a;
  --ok: #00c27b;
  --danger: #ff5d73;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 800px at 85% -10%, rgba(15, 160, 255, 0.28), transparent 55%),
    radial-gradient(900px 700px at -10% 110%, rgba(255, 159, 26, 0.18), transparent 55%),
    linear-gradient(145deg, var(--bg-900), var(--bg-700));
  overflow-x: hidden;
}

.bg-shape {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  filter: blur(20px);
}

.bg-shape-a {
  width: 340px;
  height: 340px;
  top: -100px;
  left: -100px;
  border-radius: 24% 76% 49% 51% / 40% 44% 56% 60%;
  background: linear-gradient(135deg, rgba(15, 160, 255, 0.45), rgba(15, 160, 255, 0.05));
}

.bg-shape-b {
  width: 420px;
  height: 420px;
  bottom: -150px;
  right: -120px;
  border-radius: 63% 37% 33% 67% / 53% 52% 48% 47%;
  background: linear-gradient(135deg, rgba(255, 159, 26, 0.35), rgba(255, 159, 26, 0.08));
}

.site-header,
.hero,
.site-footer {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-logo {
  width: auto;
  height: 48px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 0 10px rgba(15, 160, 255, 0.35));
  display: block;
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-title {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  line-height: 1;
}

.brand-subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}

.header-link,
.alt-link,
.site-footer a {
  color: #d6ebff;
  text-decoration: none;
}

.header-link {
  border: 1px solid var(--line);
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.header-link:hover {
  border-color: rgba(15, 160, 255, 0.6);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.1rem;
  align-items: stretch;
  padding: 1rem 0 1.6rem;
}

.hero-copy,
.player-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(1.1rem, 2vw, 2rem);
  background: var(--card);
  backdrop-filter: blur(8px);
}

.kicker {
  display: inline-flex;
  border-radius: 999px;
  margin: 0 0 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.7rem;
  text-transform: uppercase;
  background: rgba(15, 160, 255, 0.12);
  border: 1px solid rgba(15, 160, 255, 0.35);
  color: #bce3ff;
}

h1 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.lead {
  margin: 1rem 0 1.3rem;
  max-width: 42ch;
  color: var(--muted);
  line-height: 1.5;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.live-badge {
  display: inline-block;
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live-badge--online {
  background: rgba(0, 194, 123, 0.2);
  color: #8dfac7;
  border: 1px solid rgba(0, 194, 123, 0.6);
}

.live-badge--offline {
  background: rgba(255, 93, 115, 0.16);
  color: #ffc7cf;
  border: 1px solid rgba(255, 93, 115, 0.5);
}

.listeners {
  color: var(--muted);
  font-size: 0.95rem;
}

.player-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.track-title {
  margin: 0.55rem 0 0;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1.1;
}

.track-artist {
  margin: 0.35rem 0 1.25rem;
  color: var(--muted);
}

.player-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.play-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  padding: 0.7rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #031426;
  background: linear-gradient(120deg, #7fd3ff, #0fa0ff);
}

.play-btn:hover {
  filter: brightness(1.05);
}

.alt-link {
  color: #c2daff;
  font-size: 0.92rem;
}

.volume-wrap {
  margin-top: 1rem;
}

.volume-wrap label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.86rem;
  color: var(--muted);
}

input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

.status-line {
  margin: 1rem 0 0;
  min-height: 1.2em;
  color: #d8e9ff;
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  padding: 0.25rem 0 1.8rem;
  font-size: 0.88rem;
}

.site-footer a:hover,
.alt-link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .site-header {
    padding: 1rem 0 0.5rem;
  }

  .brand {
    gap: 0.6rem;
  }

  .brand-logo {
    height: 40px;
  }

  .site-footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .brand-title {
    font-size: 1.45rem;
  }

  .brand-subtitle {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }
}
