/* ICEE — animated "celestial orb" background for the Authelia OTP portal.
   Visual only. Served same-origin (CSP default-src 'self'). The canvas sits behind #root;
   Authelia's login card keeps its own surface, the area around it shows the orb. */
html { background:#000 !important; }
body { background:transparent !important; }
#root { position:relative; z-index:1; background:transparent !important; }
#icee-orb-canvas {
  position:fixed; top:0; left:0; width:100vw; height:100vh;
  z-index:0; pointer-events:none; display:block;
}
