/* R69 V3.229B FIX6 - Static Includes / Registry-ready */

.r69-radio-bar {
  margin: 22px 0 26px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 212, 0, .32);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(8, 6, 3, .96), rgba(14, 30, 10, .94) 62%, rgba(18, 7, 4, .96));
  box-shadow: 0 18px 46px rgba(0, 0, 0, .35);
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) minmax(260px, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.r69-radio-bar-kicker {
  color: #ffd400;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .76rem;
  margin-bottom: 4px;
}

.r69-radio-bar-title {
  color: #18df64;
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.r69-nowplaying {
  border-left: 1px solid rgba(255, 212, 0, .22);
  padding-left: 16px;
}

.r69-nowplaying-label {
  display: block;
  color: rgba(248,234,184,.70);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.r69-nowplaying-title {
  display: block;
  color: #f8eab8;
  font-weight: 800;
  line-height: 1.25;
}

.r69-radio-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.r69-radio-audio {
  width: 260px;
  height: 40px;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
}

.r69-include-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  color: #070604;
  background: linear-gradient(90deg, #ff3b30, #ffd400, #19dc60);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .30);
}

.r69-musicdb-teaser {
  margin: 26px 0;
  padding: 24px;
  border: 1px solid rgba(255, 212, 0, .30);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(30, 220, 84, .18), transparent 34%),
    linear-gradient(135deg, rgba(8, 6, 3, .94), rgba(14, 30, 10, .90) 58%, rgba(18, 7, 4, .94));
  box-shadow: 0 20px 58px rgba(0, 0, 0, .36);
}

.r69-include-kicker {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 212, 0, .30);
  background: rgba(0, 0, 0, .34);
  color: #ffd400;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .76rem;
  margin-bottom: 14px;
}

.r69-musicdb-teaser h2 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 3.3vw, 2.8rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.r69-gold { color: #ffd400; }
.r69-green { color: #18df64; }
.r69-red { color: #ff4938; }

.r69-musicdb-teaser p {
  max-width: 980px;
  margin: 0 0 12px;
  color: rgba(248, 234, 184, .90);
  font-size: .98rem;
  line-height: 1.55;
}

.r69-mini-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.r69-mini-card {
  border: 1px solid rgba(255, 212, 0, .20);
  border-radius: 16px;
  background: rgba(0, 0, 0, .30);
  padding: 14px;
}

.r69-mini-card strong {
  display: block;
  color: #ffd400;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.r69-mini-card span {
  display: block;
  color: rgba(248, 234, 184, .78);
  font-size: .88rem;
  line-height: 1.38;
}

.r69-include-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

@media (max-width: 1020px) {
  .r69-radio-bar {
    grid-template-columns: 1fr;
  }
  .r69-nowplaying {
    border-left: 0;
    padding-left: 0;
  }
  .r69-radio-actions {
    justify-content: flex-start;
  }
  .r69-radio-audio {
    width: min(420px, 100%);
  }
}

@media (max-width: 760px) {
  .r69-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .r69-mini-grid {
    grid-template-columns: 1fr;
  }
  .r69-radio-audio {
    width: 100%;
  }
  .r69-include-btn {
    width: 100%;
  }
}
/* R69 V3.229B FIX7 - KPI slightly overlaps hero bottom */
.hero-section {
  margin-bottom: -76px !important;
}

.stats-grid {
  position: relative !important;
  z-index: 20 !important;
  margin-top: 0 !important;
  margin-bottom: 34px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.r69-radio-bar {
  margin-top: 18px !important;
}

@media (max-width: 900px) {
  .hero-section {
    margin-bottom: -38px !important;
  }

  .stats-grid {
    margin-bottom: 26px !important;
  }
}

@media (max-width: 560px) {
  .hero-section {
    margin-bottom: 0 !important;
  }
}

/* R69 V3.229B FIX8 - KPI real overlay into hero crowd area */
.hero-section,
.hero-section.hero-ci-master {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 0 !important;
}

.stats-grid {
  position: relative !important;
  z-index: 80 !important;
  transform: translateY(-155px) !important;
  margin-top: 0 !important;
  margin-bottom: -125px !important;
  pointer-events: auto !important;
}

.r69-radio-bar {
  position: relative !important;
  z-index: 40 !important;
  margin-top: 18px !important;
}

@media (max-width: 1100px) {
  .stats-grid {
    transform: translateY(-120px) !important;
    margin-bottom: -94px !important;
  }
}

@media (max-width: 760px) {
  .stats-grid {
    transform: translateY(-70px) !important;
    margin-bottom: -44px !important;
  }
}

@media (max-width: 520px) {
  .stats-grid {
    transform: translateY(0) !important;
    margin-bottom: 24px !important;
  }
}

/* R69 V3.229B FIX10 - KPI lower, still overlapping hero */
.hero-section,
.hero-section.hero-ci-master {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 0 !important;
}

.stats-grid {
  position: relative !important;
  z-index: 80 !important;
  transform: translateY(-118px) !important;
  margin-top: 0 !important;
  margin-bottom: -88px !important;
  pointer-events: auto !important;
}

.r69-radio-bar {
  position: relative !important;
  z-index: 40 !important;
  margin-top: 18px !important;
}

@media (max-width: 1100px) {
  .stats-grid {
    transform: translateY(-92px) !important;
    margin-bottom: -66px !important;
  }
}

@media (max-width: 760px) {
  .stats-grid {
    transform: translateY(-48px) !important;
    margin-bottom: -24px !important;
  }
}

@media (max-width: 520px) {
  .stats-grid {
    transform: translateY(0) !important;
    margin-bottom: 24px !important;
  }
}

/* R69 V3.229B FIX11 - KPI fine tune: a bit lower than FIX10 */
.hero-section,
.hero-section.hero-ci-master {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 0 !important;
}

.stats-grid {
  position: relative !important;
  z-index: 80 !important;
  transform: translateY(-96px) !important;
  margin-top: 0 !important;
  margin-bottom: -66px !important;
  pointer-events: auto !important;
}

.r69-radio-bar {
  position: relative !important;
  z-index: 40 !important;
  margin-top: 20px !important;
}

/* Laut.fm status text in radio bar */
.r69-radio-service-status {
  display: block;
  margin-top: 4px;
  font-size: .78rem;
  color: rgba(248,234,184,.66);
}

.r69-radio-service-status.is-warning {
  color: #ffd400;
}

@media (max-width: 1100px) {
  .stats-grid {
    transform: translateY(-78px) !important;
    margin-bottom: -52px !important;
  }
}

@media (max-width: 760px) {
  .stats-grid {
    transform: translateY(-42px) !important;
    margin-bottom: -18px !important;
  }
}

@media (max-width: 520px) {
  .stats-grid {
    transform: translateY(0) !important;
    margin-bottom: 24px !important;
  }
}

/* R69 V3.229B FIX11 FINAL - KPI fine tune + radio service status */
.stats-grid {
  transform: translateY(-96px) !important;
  margin-bottom: -66px !important;
}

.r69-radio-service-status {
  display: block;
  margin-top: 5px;
  font-size: .78rem;
  color: rgba(248,234,184,.66);
  line-height: 1.25;
}

.r69-radio-service-status.is-warning {
  color: #ffd400;
}

@media (max-width: 1100px) {
  .stats-grid {
    transform: translateY(-78px) !important;
    margin-bottom: -52px !important;
  }
}

@media (max-width: 760px) {
  .stats-grid {
    transform: translateY(-42px) !important;
    margin-bottom: -18px !important;
  }
}

/* R69 V3.229B FIX12 - Compact block spacing */
.stats-grid {
  margin-bottom: -78px !important;
}

.r69-radio-bar {
  margin-top: 10px !important;
  margin-bottom: 18px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.hero-section,
.hero-section.hero-ci-master {
  margin-bottom: 0 !important;
}

.content-columns-grid {
  margin-top: 18px !important;
  gap: 18px !important;
}

.r69-musicdb-teaser {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.qr-overview {
  margin-top: 18px !important;
}

.site-footer {
  margin-top: 18px !important;
}

@media (max-width: 900px) {
  .stats-grid {
    margin-bottom: -58px !important;
  }

  .r69-radio-bar,
  .r69-musicdb-teaser {
    margin-top: 14px !important;
    margin-bottom: 16px !important;
  }
}

@media (max-width: 560px) {
  .stats-grid {
    margin-bottom: 20px !important;
  }

  .r69-radio-bar,
  .r69-musicdb-teaser,
  .content-columns-grid,
  .qr-overview,
  .site-footer {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
