/* NodeClash v6.3.28 — boot failsafe.
   Presentation-only safety net: the cinematic entrance can never permanently
   block the underlying application if its optional module fails to execute. */
@keyframes nc6328EntranceFailsafe {
  0%,72% { opacity:1; visibility:visible; pointer-events:auto; }
  100% { opacity:0; visibility:hidden; pointer-events:none; }
}
#ncAaaEntrance {
  animation: nc6328EntranceFailsafe 4.2s linear forwards;
}
#ncAaaEntrance.nc-aaa-hidden { animation:none; }
@media (prefers-reduced-motion: reduce) {
  #ncAaaEntrance { animation-duration:3.2s; }
}
