
/* v1.9.2 — AUTH ONLY.
   The cached identity color is available before Angular paints the login view. */
html.gfa-auth-prepaint-v192 body app-root .auth-left,
html.gfa-auth-prepaint-v192 body app-root .login-left,
html.gfa-auth-prepaint-v192 body app-root .auth-visual,
html.gfa-auth-prepaint-v192 body app-root .auth-side,
html.gfa-auth-prepaint-v192 body app-root [class*="auth-left"],
html.gfa-auth-prepaint-v192 body app-root [class*="login-left"]{
  background:var(--gfa-auth-primary)!important;
  background-color:var(--gfa-auth-primary)!important;
}

/* Known full-height auth left columns: override only while an auth form is present. */
html.gfa-auth-prepaint-v192 body:has(input[type="password"]) app-root
[class*="bg-gradient-primary"]{
  --bs-bg-opacity:1;
}

/* Do not alter Dashboard cards/buttons here. v1.9.1 remains authoritative there. */
