/* Minimal app-level styling. MudBlazor handles most of the look; PR W10
   replaces this stub with a proper design system + dark-mode tokens. */

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

a { color: inherit; text-decoration: none; }

.blazor-error-boundary {
    background: #fef2f2;
    padding: 1rem;
    color: #b91c1c;
}
