
/* Bravo Radio Modern Weekly Listener Chart v8 - cleaner premium polish */
.bravo-modern-weekly {
  width: 100%;
  border-radius: 26px;
  background:
    radial-gradient(circle at 14% 4%, rgba(0,202,255,.13), transparent 34%),
    radial-gradient(circle at 84% 0%, rgba(56,189,248,.075), transparent 30%),
    linear-gradient(145deg, rgba(13,24,38,.96), rgba(7,14,24,.96));
  padding: 30px;
  box-shadow: 0 28px 90px rgba(0,0,0,.30);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.bravo-modern-weekly::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent, rgba(0,202,255,.045), transparent),
    linear-gradient(to bottom, rgba(255,255,255,.025), transparent 28%);
  pointer-events: none;
}

.bmw-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.bmw-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bmw-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(0,202,255,.22), rgba(0,202,255,.08));
  color: #00d7ff;
  box-shadow: 0 0 30px rgba(0,202,255,.12);
  flex: 0 0 auto;
}

.bmw-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -.025em;
}

.bmw-subtitle {
  margin: 6px 0 0;
  color: rgba(226,232,240,.72);
  font-size: 14px;
}

.bmw-live-pill {
  background: transparent;
  color: rgba(223,248,255,.88);
  border-radius: 0;
  padding: 2px 0;
  font-size: 13px;
  white-space: nowrap;
}

.bmw-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.022);
  padding: 10px;
}

.bmw-card {
  border-radius: 16px;
  background: rgba(255,255,255,.026);
  padding: 14px 15px;
  min-height: 76px;
}

.bmw-card-label {
  color: rgba(203,213,225,.76);
  font-size: 12px;
  margin-bottom: 7px;
}

.bmw-card-value {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 850;
}

.bmw-card-note {
  margin-top: 6px;
  color: rgba(148,163,184,.78);
  font-size: 11px;
}

.bmw-chart-shell {
  position: relative;
  border-radius: 22px;
  background: rgba(2,8,18,.22);
  padding: 22px 18px 14px;
}

.bmw-grid {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 22px;
  bottom: 62px;
  background:
    linear-gradient(to top, rgba(255,255,255,.075) 1px, transparent 1px);
  background-size: 100% 25%;
  opacity: .62;
  pointer-events: none;
}

.bmw-bars {
  height: 260px;
  display: grid;
  grid-template-columns: repeat(7, minmax(36px, 1fr));
  gap: 14px;
  align-items: end;
  position: relative;
  z-index: 2;
}

.bmw-bar-item {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  padding-top: 30px;
}

.bmw-bar {
  width: min(70px, 78%);
  min-height: 9px;
  border-radius: 14px 14px 5px 5px;
  background: linear-gradient(180deg, #47e5ff 0%, #12a9c9 58%, #126b83 100%);
  border: none;
  box-shadow: 0 0 22px rgba(0,202,255,.13);
  position: relative;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.bmw-bar:hover,
.bmw-bar:focus-visible {
  outline: none;
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 0 34px rgba(0,202,255,.24);
}

.bmw-bar.is-today {
  background: linear-gradient(180deg, #70f3ff 0%, #00caff 54%, #087f9f 100%);
  box-shadow: 0 0 32px rgba(0,202,255,.28);
}

.bmw-bar.is-peak {
  box-shadow: 0 0 24px rgba(255,211,77,.10), 0 0 20px rgba(0,202,255,.12);
}

.bmw-value {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 850;
  font-size: 13px;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}

.bmw-badge {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  border-radius: 999px;
  padding: 4px 8px;
  white-space: nowrap;
  background: rgba(0,202,255,.14);
  color: #9af3ff;
  box-shadow: none;
}

.bmw-badge.peak {
  background: rgba(255,211,77,.12);
  color: #ffe28a;
  box-shadow: none;
}

.bmw-xaxis {
  display: grid;
  grid-template-columns: repeat(7, minmax(36px, 1fr));
  gap: 14px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}

.bmw-xlabel {
  text-align: center;
  color: rgba(203,213,225,.78);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 750;
}

.bmw-xlabel small {
  display: block;
  color: rgba(148,163,184,.7);
  font-size: 10px;
  font-weight: 650;
  margin-top: 3px;
}

.bmw-xlabel.today {
  color: #39dcff;
}

.bmw-footer {
  position: relative;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: rgba(203,213,225,.78);
  font-size: 13px;
}

.bmw-footer strong {
  color: #fff;
}

.bmw-note {
  color: rgba(148,163,184,.78);
}

.bmw-tooltip {
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  min-width: 190px;
  border-radius: 14px;
  background: rgba(3,7,18,.96);
  color: #fff;
  padding: 10px 12px;
  box-shadow: 0 16px 42px rgba(0,0,0,.38);
  transform: translate(-50%, -112%);
  font-size: 13px;
}

.bmw-tooltip strong {
  display: block;
  margin-bottom: 4px;
}

.bmw-tooltip span {
  color: #9ff3ff;
  font-weight: 850;
}

.bmw-empty {
  position: relative;
  z-index: 2;
  text-align: center;
  color: rgba(203,213,225,.75);
  padding: 16px 10px 2px;
  font-size: 13px;
}

@media (max-width: 760px) {
  .bravo-modern-weekly {
    padding: 18px;
    border-radius: 20px;
  }

  .bmw-head {
    flex-direction: column;
  }

  .bmw-live-pill {
    padding: 8px 12px;
    font-size: 12px;
  }

  .bmw-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
  }

  .bmw-bars {
    height: 210px;
    gap: 7px;
  }

  .bmw-xaxis {
    gap: 7px;
  }

  .bmw-bar {
    width: min(42px, 82%);
  }

  .bmw-title {
    font-size: 20px;
  }

  .bmw-card-value {
    font-size: 21px;
  }

  .bmw-xlabel {
    font-size: 10px;
  }

  .bmw-xlabel small {
    font-size: 9px;
  }
}
