/*
 * Chi Chi playlist player — retired Nuxt song UI + inline playlist hooks.
 */

/* Retired Nuxt chapter song UI — playlist is the only audio source (Phase 5). */
.song-player,
.song-player[data-chichi-retired] {
  display: none !important;
  pointer-events: none !important;
}
