.splash-screen{align-items:center;background:#fff;display:flex;flex-direction:column;gap:24px;inset:0;justify-content:center;position:fixed;z-index:9999}.splash-logo{animation:splash-pulse 1.5s ease-in-out infinite;height:auto;width:140px}.splash-dots{display:flex;gap:6px}.splash-dots span{animation:splash-bounce 1.2s ease-in-out infinite;background:#cbd5e1;border-radius:50%;height:6px;width:6px}.splash-dots span:nth-child(2){animation-delay:.15s}.splash-dots span:nth-child(3){animation-delay:.3s}@keyframes splash-pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes splash-bounce{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.splash-fade-leave-active{transition:opacity .3s ease}.splash-fade-leave-to{opacity:0}
