/* App2.Internal — MudBlazor overrides */
html, body { margin: 0; padding: 0; }

/* Full-viewport centering for login */
.login-viewport {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* Text utilities */
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
