/* Admin-specific authentication tone */
.page-login .auth-stage {
  background:
    linear-gradient(102deg, rgba(12, 45, 65, .92) 0%, rgba(13, 86, 85, .62) 48%, rgba(14, 42, 62, .38) 100%),
    url("../../assets/images/auth/workspace-login.jpg") center / cover no-repeat;
}


/* Phase 2 correction: retain contrast while revealing the workspace image. */
.page-login .auth-stage {
  background:
    linear-gradient(100deg, rgba(8, 31, 45, .52) 0%, rgba(8, 31, 45, .24) 46%, rgba(8, 31, 45, .08) 100%),
    url("../../assets/images/auth/workspace-login.jpg") center / cover no-repeat !important;
}

.page-login .auth-stage::before {
  background:
    radial-gradient(circle at 17% 24%, rgba(45, 212, 191, .10), transparent 23rem),
    radial-gradient(circle at 88% 74%, rgba(56, 189, 248, .08), transparent 25rem) !important;
}
