#nc-splash{position:fixed;inset:0;z-index:9999;background:#000}.nc-splash-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(140,170,255,.3) 0,rgba(100,140,255,.08) 50%,transparent 70%);animation:nc-splash-pulse 2s ease-in-out infinite}@keyframes nc-splash-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.15);opacity:1}}.nc-splash-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;height:auto;opacity:1;filter:drop-shadow(0 0 18px rgba(255,90,0,.6)) drop-shadow(0 0 40px rgba(255,90,0,.25));z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none}#nc-splash.nc-splash-exit{animation:nc-splash-fadeout .6s ease-in forwards}@keyframes nc-splash-fadeout{to{opacity:0}}@media (prefers-reduced-motion:reduce){.nc-splash-glow{animation:none;opacity:.8}#nc-splash.nc-splash-exit{animation-duration:.1s}}html[data-motion=reduce] .nc-splash-glow{animation:none;opacity:.8}html[data-motion=reduce] #nc-splash.nc-splash-exit{animation-duration:.1s}