@* Partial/LoadingSpinner.razor - Reusable loading state component *@
@Message
@code { /// The text to display next to the spinner. [Parameter] public string Message { get; set; } = "Loading..."; }