.bbmp-player {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 106, 47, 0.07), transparent 22%),
    radial-gradient(circle at 50% 36%, rgba(70, 96, 128, 0.08), transparent 40%),
    linear-gradient(180deg, #05070b 0%, #07090d 100%);
  color: #f7f8fa;
  font-family: Inter, Manrope, Arial, sans-serif;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    0 24px 70px rgba(0,0,0,0.32);
}
.bbmp-player * {
  box-sizing: border-box;
}
.bbmp-glow {
  position: absolute;
  inset: auto auto 22% 8%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255,106,47,0.12) 0%, rgba(255,106,47,0) 72%);
  filter: blur(30px);
  pointer-events: none;
}
.bbmp-player-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}
.bbmp-artwork-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.035), transparent 40%),
    linear-gradient(180deg, rgba(11,16,24,0.88) 0%, rgba(8,12,18,0.93) 100%);
  border: 1px solid rgba(255,255,255,0.038);
  box-shadow:
    inset 0 8px 24px rgba(0,0,0,0.18),
    inset 0 -6px 16px rgba(255,255,255,0.01),
    0 16px 34px rgba(0,0,0,0.18);
}
.bbmp-cover {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.bbmp-play-toggle {
  border: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff8150 0%, #ff6a2f 100%);
  color: #fff;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  box-shadow:
    0 14px 30px rgba(255,106,47,0.20),
    0 0 18px rgba(255,106,47,0.08),
    inset 0 1px 0 rgba(255,255,255,0.17);
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
.bbmp-artwork-frame > .bbmp-play-toggle {
  position: absolute;
  right: 18px;
  bottom: 18px;
}
.bbmp-play-toggle:hover,
.bbmp-prev:hover,
.bbmp-next:hover,
.bbmp-track:hover {
  transform: translateY(-1px);
}
.bbmp-play-toggle svg,
.bbmp-prev svg,
.bbmp-next svg {
  width: 26px;
  height: 26px;
  display: block;
}
.bbmp-content-column {
  display: grid;
  gap: 18px;
}
.bbmp-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 6px;
}
.bbmp-title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 8px 22px rgba(0,0,0,0.22);
}
.bbmp-artist {
  margin-top: 6px;
  font-size: 16px;
  color: rgba(247,248,250,0.68);
  font-weight: 600;
}
.bbmp-wave-wrap {
  padding: 16px 0 8px;
}
.bbmp-progress-visual {
  position: relative;
  width: 100%;
  height: 44px;
  border-radius: 999px;
  overflow: hidden;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.06) 0,
      rgba(255,255,255,0.06) 6px,
      transparent 6px,
      transparent 12px
    ),
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%);
  border: 1px solid rgba(255,255,255,0.05);
}
.bbmp-progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255,123,63,0.85) 0%, rgba(255,106,47,1) 100%);
  box-shadow: 0 0 24px rgba(255,106,47,0.22);
}
.bbmp-controls-row {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  align-items: center;
  gap: 12px;
}
.bbmp-prev,
.bbmp-next,
.bbmp-play-toggle-secondary {
  border: 0;
  border-radius: 16px;
  width: 52px;
  height: 52px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.028) 100%);
  color: #f7f8fa;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 8px 18px rgba(0,0,0,0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.bbmp-play-toggle-secondary {
  background: linear-gradient(180deg, #ff8150 0%, #ff6a2f 100%);
}
.bbmp-time {
  justify-self: end;
  font-size: 14px;
  font-weight: 700;
  color: rgba(247,248,250,0.72);
}
.bbmp-sep {
  margin: 0 6px;
  opacity: 0.5;
}
.bbmp-seek-wrap {
  margin-top: -4px;
}
.bbmp-progress {
  width: 100%;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  outline: none;
  background: rgba(255,255,255,0.10);
}
.bbmp-progress::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff8150 0%, #ff6a2f 100%);
  box-shadow: 0 6px 14px rgba(255,106,47,0.22);
  cursor: pointer;
  border: 0;
}
.bbmp-progress::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff6a2f;
  box-shadow: 0 6px 14px rgba(255,106,47,0.22);
  cursor: pointer;
  border: 0;
}
.bbmp-playlist {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.bbmp-track {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.045);
  border-radius: 18px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.034) 0%, rgba(255,255,255,0.022) 100%);
  color: #f7f8fa;
  text-align: left;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.02),
    0 8px 18px rgba(0,0,0,0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.bbmp-track.is-active {
  background: linear-gradient(180deg, rgba(255,123,63,0.24) 0%, rgba(255,106,47,0.12) 100%);
  border-color: rgba(255,106,47,0.32);
  box-shadow:
    0 10px 22px rgba(255,106,47,0.12),
    inset 0 0 0 1px rgba(255,106,47,0.16);
}
.bbmp-track-thumb-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.bbmp-track-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bbmp-track-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.bbmp-track-title {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bbmp-track-artist {
  font-size: 13px;
  color: rgba(247,248,250,0.62);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 782px) {
  .bbmp-player {
    padding: 18px;
    border-radius: 24px;
  }
  .bbmp-player-main {
    grid-template-columns: 1fr;
  }
  .bbmp-artwork-frame {
    max-width: 320px;
  }
  .bbmp-controls-row {
    grid-template-columns: auto auto auto 1fr;
  }
}
