@if (_isMinimized) {
} else { @* Full-width outer container *@
@* Controls section *@
@if (IsLoaded) { }
@FormatTime(CurrentTime) / @(Duration.HasValue ? FormatTime(Duration.Value) : "--:--") @if (!IsLoaded) { }
@* Seek slider *@ @* Volume section *@
@if (!string.IsNullOrEmpty(ErrorMessage)) { @ErrorMessage }
@* Spacer div to maintain layout spacing *@
}