@* Single global host component for IDialogService. Mounted once in MainLayout. Listens to DialogService.OnChange and renders the current dialog state. z-index ladder follows the same convention as ConfirmDialog/DiffDialog: Toast container 1090 > this modal 1055 > this backdrop 1040. *@ @implements IDisposable @inject IDialogService Service @inject IJSRuntime JS @if (Service is DialogService svc && svc.Current is { } state) {