*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}#splash{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#3065cb 30%,#a6cff0);z-index:9999}#splash .splash-content{display:flex;flex-direction:column;align-items:center}#splash .splash-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem;font-family:Roboto,sans-serif}.dot-loader{display:flex;gap:8px}.dot-loader span{width:12px;height:12px;border-radius:50%;background:#fff;opacity:0;animation:dot-flash 1.4s infinite ease-in-out both}.dot-loader span:nth-child(1){animation-delay:0s}.dot-loader span:nth-child(2){animation-delay:.2s}.dot-loader span:nth-child(3){animation-delay:.4s}@keyframes dot-flash{0%,80%,to{opacity:0}40%{opacity:1}}
