body{font-family:"M PLUS Rounded 1c",sans-serif;font-weight:600;background-color:#5f89bc;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0}.loading-container{font-weight:700;display:flex;flex-direction:column;align-items:center}.logo{width:154px;height:154px;filter:brightness(.7);animation:easeInLogo 2s ease-out forwards}.logo-wrapper{position:relative;display:inline-block}.logo-glow{position:absolute;top:50%;left:50%;width:250px;height:250px;background:radial-gradient(circle,#a7d0ff,transparent 70%);transform:translate(-50%,-50%);z-index:0;border-radius:50%;opacity:0;animation:glowFadeIn 5s ease-out forwards}@keyframes glowFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes easeInLogo{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.loading-text{color:#fff;text-align:center;font-size:23px;font-weight:700;animation:fadeInText 1.5s ease-out .3s forwards;margin-top:0}#shadow{text-shadow:2px 2px 30px rgb(40,48,78)}.paw-loading-icon{margin-left:-1px;margin-top:3rem;display:flex;gap:.5rem}.paw-loading-icon img{width:26px;height:auto;filter:invert(1) brightness(1.5) contrast(1.5)}@keyframes pawLoadingIcon{0%,to{transform:translateY(0);opacity:.2}50%{transform:translateY(-6px);opacity:1}}.paw-loading-icon-1{animation:pawLoadingIcon .8s ease-in-out infinite;animation-delay:0s}.paw-loading-icon-2{animation:pawLoadingIcon .8s ease-in-out infinite;animation-delay:.15s}.paw-loading-icon-3{animation:pawLoadingIcon .8s ease-in-out infinite;animation-delay:.3s}
