body {
  /* Fallback to Nordic Glow dark navy to prevent white flash before MudThemeProvider
     injects the --mud-palette-background CSS variable. Once the theme loads, the
     variable takes over seamlessly. */
  background-color: var(--mud-palette-background, #1a1a2e);
}

/* Ensure MudMainContent fills the viewport so the footer is pushed to the bottom
   even when page content is short. Works alongside the scoped flex styles in
   MainLayout.razor.css. */
.mud-main-content {
  min-height: 100vh;
}
