@namespace DeepDrftPublic.Client.Controls.AudioPlayerBar @using DeepDrftModels.DTOs @using DeepDrftPublic.Client.Common @using DeepDrftPublic.Client.Controls @* "Now showing" block surfaced in the player bar when Theater Mode is ON (Phase 20 §5/§7). Theater hides the release page, so the bar carries the release identity the page would have shown: cover art, the release title linked to its detail page, and a release-mode share. Purely presentational — it owns no player logic and no Theater state; AudioPlayerBar mounts it only when state.TheaterMode && CurrentTrack?.Release is not null, so Release is non-null here. Theming is all reuse (§8, zero new CSS): the cover reuses the deepdrft-track-detail-cover-art / -placeholder idiom; the share glyph goes green-accent in both themes via .dd-accent-icon; surface and text come from the bar's own .player-surface and the .now-showing-* classes in the global sheet, which bind the theme-aware --deepdrft-page-* aliases. *@