* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  background: transparent;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.scene {
  position: relative;
  width: 100%;
  height: 100%;
}

.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Case Spotify du template — coordonnées mesurées par analyse de pixels sur background.png. */
.spotify-frame {
  position: absolute;
  left: 59.8%;
  top: 8.7%;
  width: 35.8%;
  height: 15.2%;
  border: none;
  background: transparent;
}
