@if (_isMinimized) {
} else {
@if (_isDesktop) { @* Desktop Layout *@
@if (IsLoading && !IsStreaming) { }
} else { @* Mobile Layout *@
@if (IsLoading && !IsStreaming) { }
} @* Control Buttons - positioned absolutely like original *@
@if (!string.IsNullOrEmpty(ErrorMessage)) { @ErrorMessage }
@* Spacer to prevent content overlap *@
}