html.tenant-auth-pending #welcomeScreen,
html.tenant-auth-pending #menuScreen,
html.tenant-auth-pending #appShell,
html.tenant-auth-pending #sitePicker,
html.tenant-auth-locked #welcomeScreen,
html.tenant-auth-locked #menuScreen,
html.tenant-auth-locked #appShell,
html.tenant-auth-locked #sitePicker { display: none !important; }

html.tenant-auth-pending body,
html.tenant-auth-locked body {
  background: #070809 !important;
}

html.tenant-auth-pending body::before,
html.tenant-auth-locked body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 24%, rgba(244, 82, 42, 0.08), transparent 34%),
    #070809;
}

html.tenant-auth-locked [class*='admin-auth'],
html.tenant-auth-locked [id*='adminAuth'] {
  z-index: 2147483000 !important;
}
