html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #f5f5f5;
}

/* Root Blazor container */
#app {
    min-height: 100vh;
}

/* Remove any top spacing added by MudBlazor layout when no app bar is present */
.mud-main-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
