/* V5.0.197B — Rail Spotify Controller Dark Theme Enforcement.
   Follow-up to V5.0.197A: the generator-style theme=0 experiment is removed
   from the Spotify iFrame API controller path. JS now requests theme: 'dark'
   when the controller is created and EmbedController.loadUri(..., 'dark') for
   every rail-driven S-row load. This CSS only keeps the V5 rail gasket/host in
   the black hardware family and preserves full iframe size, pointer access,
   rounded Spotify insert, and square outer V5 rail hardware. */
.bhk-v5-playerRail__spotifyTransportVisual[data-bhk-v5-spotify-controller="dark-theme"],
.bhk-v5-playerRail__spotifyControllerHost,
.bhk-v5-playerRail__spotifyControllerHost iframe {
  color-scheme: dark;
  background-color: color-mix(in srgb, var(--v5-page) 94%, #000) !important;
}

.bhk-v5-playerRail__spotifyControllerHost iframe {
  min-width: 100% !important;
  min-height: 100% !important;
}
