/* MudBlazor handles base styles — minimal overrides only */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Blazor reconnect / error overlays */
#blazor-error-ui {
    display: none;
    background: #fee;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    border-top: 1px solid #f5c6cb;
    position: fixed;
    z-index: 9999;
}
#blazor-error-ui .reload { color: inherit; font-weight: bold; }
#blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; }
