.redcat-loading-screen{z-index:999999;background-color:#000;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0}.loading-logo-container{justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.redcat-spinner{border:3px solid red;border-color:red #ff00001a;border-radius:50%;width:100%;height:100%;animation:1s cubic-bezier(.68,-.55,.27,1.55) infinite spinRedcat}.loading-pulse-glow{background-color:red;border-radius:50%;width:30px;height:30px;animation:1.5s ease-in-out infinite pulseGlow;position:absolute;box-shadow:0 0 20px #f009,0 0 40px red}@keyframes spinRedcat{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(.8);box-shadow:0 0 15px #f009}50%{opacity:1;transform:scale(1.1);box-shadow:0 0 30px #f00c,0 0 50px red}}
