/**
 * Admin/auth UI fixes — stop the browser tab loading spinner.
 * NobleUI demo assets and nav still reference via.placeholder.com, which is
 * often slow or unreachable and keeps the document in a "loading" state.
 */
.auth-page .auth-side-wrapper {
    background-image: none !important;
    background: linear-gradient(160deg, #6571ff 0%, #3d4eb8 55%, #2a3580 100%);
}

.auth-side-wrapper {
    background-image: none !important;
}
