/* SAGE profile auth shell hardening v2 - 2026-09-11
 * The HTML hidden attribute must always win over the shared shell's display:flex.
 */
#sageProfileShellIdentity[hidden],
.sage-site-shell__identity[hidden] {
  display: none !important;
}

/* While authentication is being resolved, never expose authenticated controls. */
body[data-sage-auth-booting="1"] #sageProfileShellIdentity {
  display: none !important;
}
