#splashScreen{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#0a0f1a;display:flex;align-items:center;justify-content:center;z-index:99999;opacity:1;transition:opacity .4s ease-out}#splashScreen.hidden{opacity:0;pointer-events:none}.splash__logo{width:120px;height:120px;animation:splashPulse 1.5s ease-in-out infinite}@keyframes splashPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}body.visited #splashScreen,html.visited #splashScreen{display:none}
