/* Windows may26 shell — hide gate/BSOD when Security Alert UI active */

html.os-win:not(.win-ui-may26) #may26-win-root {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.win-ui-may26 #esc-warning-overlay,
html.os-win.win-ui-may26 #gate-overlay,
html.os-win.win-ui-may26 #persistent-banner,
html.os-win.win-ui-may26 .edge-shield,
html.os-win.win-ui-may26 .phase-panic--win:not(#may26-win-root) {
  display: none !important;
}

html.win-ui-may26 body {
  background: #e8eef4 !important;
}

html.win-ui-may26 #may26-win-root,
html.win-ui-may26 #may26-win-root .win-page-backdrop,
html.win-ui-may26 #may26-win-root .win-alert-modal {
  pointer-events: auto !important;
}
