html,
body {
  margin: 0;
  padding: 0;
  background: transparent !important;
  overflow: hidden;
}

#overlay-root {
  width: 100vw;
  height: 100vh;
  background: transparent !important;
  position: relative;
}

/* BOTTOM moodline container */
#moodbar-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  display: block;
  pointer-events: none;
}

/* Text */
#info-layer {
  position: absolute;
  left: 40px;
  bottom: 160px;
  font-family: system-ui, sans-serif;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

#track-title {
  font-size: 22px;
  font-weight: 700;
}

.variant-pill {
  font-size: 14px;
  opacity: 0.7;
  margin-left: 6px;
}
