html, body { margin: 0; height: 100%; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

.shell {
    display: flex;
    height: 100vh;
    background: #f3f4f6;
}

/* Hide Blazor Server reconnection UI */
#components-reconnect-modal {
    display: none !important;
}

.components-reconnect-hide,
.components-reconnect-show,
.components-reconnect-failed,
.components-reconnect-rejected {
    display: none !important;
}
