:root {
  --bg: #07040b;
  --panel: rgba(17, 11, 24, .82);
  --panel-border: rgba(255,255,255,.10);
  --text: #f8f7fb;
  --muted: #bdb3c8;
  --accent: #d000ff;
  --accent2: #8f2cff;
  --danger: #ff315f;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(208,0,255,.16), transparent 36%),
    radial-gradient(circle at 85% 18%, rgba(115,43,255,.16), transparent 32%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button, input { font: inherit; }

.page-shell { min-height: 100vh; }

.hero {
  min-height: 84vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("assets/jotaverso-rock.png") center 28% / cover no-repeat;
  transform: scale(1.03);
  filter: saturate(1.04) contrast(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,2,8,.96) 0%, rgba(5,2,8,.68) 43%, rgba(5,2,8,.28) 72%, rgba(5,2,8,.62) 100%),
    linear-gradient(0deg, #07040b 0%, rgba(7,4,11,.22) 48%, rgba(7,4,11,.20) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0 54px;
}

.brand-pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(8,4,12,.58);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.live-dot {
  width: 9px;
  height: 9px;
  background: var(--danger);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255,49,95,.12), 0 0 18px rgba(255,49,95,.9);
}

.copy { max-width: 780px; margin: 28px 0 30px; }
.eyebrow { color: #e3d7eb; letter-spacing: .18em; font-weight: 800; font-size: 12px; }
h1 {
  margin: 8px 0 10px;
  font-size: clamp(48px, 9vw, 112px);
  line-height: .92;
  letter-spacing: -.055em;
  text-shadow: 0 12px 50px rgba(0,0,0,.5);
}
h1 span {
  display: block;
  color: #fff;
  text-shadow: 0 0 20px rgba(208,0,255,.38), 0 0 52px rgba(143,44,255,.26);
}
.tagline { margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 24px); }

.player-card {
  display: grid;
  grid-template-columns: 72px 1fr 68px minmax(150px, 230px);
  gap: 18px;
  align-items: center;
  width: min(980px, 100%);
  padding: 16px;
  border: 1px solid var(--panel-border);
  border-radius: 22px;
  background: rgba(13,8,18,.78);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 80px rgba(0,0,0,.42), 0 0 60px rgba(187,0,255,.10);
}

.cover {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.4);
}
.cover img { width: 100%; height: 100%; object-fit: cover; }

.track { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.small-label {
  color: #b895c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}
.track strong, .track span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.track strong { font-size: 18px; }
.track span:last-child { color: var(--muted); font-size: 14px; }

.play-button {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 0 28px rgba(208,0,255,.38);
  transition: transform .18s ease, filter .18s ease;
}
.play-button:hover { transform: scale(1.05); filter: brightness(1.12); }
.play-button:active { transform: scale(.97); }

.volume-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.volume-wrap input { width: 100%; accent-color: var(--accent); }

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  color: #cabfd1;
  font-size: 12px;
}
.status-row span {
  padding: 7px 10px;
  background: rgba(13,8,18,.58);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
}

/* Pedido manual de música */
.request-music {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.request-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  background:
    linear-gradient(135deg, rgba(208,0,255,.96), rgba(143,44,255,.96));
  box-shadow:
    0 0 0 1px rgba(208,0,255,.12) inset,
    0 10px 28px rgba(0,0,0,.28),
    0 0 26px rgba(208,0,255,.26);
  transition:
    transform .18s ease,
    filter .18s ease,
    box-shadow .18s ease;
}

.request-button:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.12);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.12) inset,
    0 14px 32px rgba(0,0,0,.32),
    0 0 36px rgba(208,0,255,.42);
}

.request-button:active {
  transform: translateY(0) scale(.98);
}

.request-note {
  color: #cdbfd4;
  font-size: 12px;
  line-height: 1.5;
}

.lower {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.panel {
  padding: 28px;
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22,13,30,.84), rgba(10,6,14,.88));
}
.panel h2 { margin: 7px 0 10px; font-size: 28px; }
.panel p { color: var(--muted); line-height: 1.65; margin: 0; }
.section-kicker {
  color: #e2b3ff;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 900;
}

footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 40px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #8f8398;
  font-size: 12px;
}

@media (max-width: 760px) {
  .hero {
    min-height: 100svh;
    align-items: flex-end;
  }
  .hero-bg { background-position: 58% center; }
  .hero-shade {
    background:
      linear-gradient(0deg, #07040b 0%, rgba(7,4,11,.38) 55%, rgba(7,4,11,.38) 100%),
      linear-gradient(90deg, rgba(7,4,11,.82), rgba(7,4,11,.28));
  }
  .hero-content {
    width: min(100% - 24px, 1180px);
    padding: 90px 0 30px;
  }
  .copy { margin-top: 18px; }
  h1 { font-size: clamp(50px, 17vw, 78px); }
  .player-card {
    grid-template-columns: 58px 1fr 58px;
    gap: 12px;
    border-radius: 18px;
  }
  .cover { width: 58px; height: 58px; border-radius: 13px; }
  .play-button { width: 54px; height: 54px; }
  .volume-wrap {
    grid-column: 1 / -1;
    padding: 4px 6px 0;
  }
  .request-music {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }
  .request-button {
    width: 100%;
    min-height: 50px;
  }
  .request-note {
    text-align: center;
    padding: 0 8px;
  }
  .lower {
    width: min(100% - 24px, 1180px);
    grid-template-columns: 1fr;
    padding-top: 26px;
  }
  footer {
    width: min(100% - 24px, 1180px);
    flex-direction: column;
  }
}

.news-section{max-width:1180px;margin:26px auto 54px;padding:0 22px}.news-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.news-heading h2{margin:4px 0 0;font-size:clamp(1.35rem,3vw,2rem)}.eyebrow{font-size:.72rem;letter-spacing:.18em;opacity:.7}.news-source{font-size:.78rem;opacity:.58}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.news-card{display:flex;flex-direction:column;min-height:160px;padding:20px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:linear-gradient(145deg,rgba(27,18,43,.9),rgba(10,8,17,.88))}.news-meta{font-size:.72rem;opacity:.6;margin-bottom:10px}.news-title{font-size:1rem;line-height:1.35;margin:0 0 18px}.news-link{margin-top:auto;width:max-content;text-decoration:none;font-size:.78rem;font-weight:800}.news-loading{min-height:auto;opacity:.7}@media(max-width:820px){.news-grid{grid-template-columns:1fr}.news-heading{align-items:flex-start;flex-direction:column}}

.news-section + footer{margin-top:0}
