:root{
  --bg:#0b0f16;
  --text:#eef2ff;
  --muted:#a1a1aa;
  --card:#111827;
  --accent:#06b6d4;
  --accent2:#8b5cf6;
}
.site-header .wp-block-site-title a{ text-decoration:none; color:var(--text); }
.site-header .wp-block-navigation a{ color:var(--text); opacity:.9; }
.hero{ padding-top:48px; padding-bottom:48px; }
.live-pill{ display:inline-block; padding:.25rem .5rem; background:rgba(0,255,100,.08); border-radius:999px; color:#adf7c0; font-weight:600; width:max-content; }
.hero-title{ font-size: clamp(2rem, 3vw + 1rem, 4rem); line-height:1.05; margin: .6rem 0 1rem; }
.hero-sub{ color:var(--muted); max-width: 58ch; }
.hero-cta .wp-block-button.is-style-gradient .wp-block-button__link{
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  color:#fff; border-radius:12px; padding:.9rem 1.2rem; font-weight:700;
}
.hero-cta .wp-block-button.is-style-outline .wp-block-button__link{
  background: transparent; border:1px solid #2b2f3a; color:#fff; border-radius:12px; padding:.9rem 1.2rem; font-weight:700;
}
.player-card{
  background: var(--card); border-radius:20px; padding:18px; margin-top:28px; box-shadow: 0 6px 24px rgba(0,0,0,.25);
}
.player-card-top{ gap:12px; }
.player-now{ color: var(--muted); font-size: .8rem; letter-spacing:.06em; }
.player-title{ color: #fff; }
.player-audio audio{ width:100%; margin-top:10px; }
.listeners{ color: #80ffb5; font-size:.9rem; margin-top:8px; }
.site-footer{ border-top:1px solid #1f2937; opacity:.95; }
.wp-block-site-logo img{ height:auto; border-radius:8px; max-width:100%; }
