html,body{-webkit-font-smoothing:antialiased;background:#f2f3f5;height:100%;margin:0;padding:0}*{-webkit-tap-highlight-color:transparent}.splash{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:28px;height:100dvh;display:flex;position:relative;overflow:hidden}.splash:before{content:"";background:radial-gradient(circle,#2463eb24 0%,#2463eb00 70%);border-radius:50%;width:440px;height:440px;animation:2.6s ease-in-out infinite splashGlow;position:absolute}.splash-logo{transform-origin:50%;height:84px;animation:.5s ease-out both splashLogoIn,2.6s ease-in-out .5s infinite splashBreath;position:relative}.splash-dots{gap:10px;display:flex;position:relative}.splash-dot{background:#2463ebe6;border-radius:50%;width:9px;height:9px;animation:1.2s ease-in-out infinite splashDot}.splash-dot:nth-child(2){animation-delay:.15s}.splash-dot:nth-child(3){animation-delay:.3s}@keyframes splashLogoIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes splashBreath{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes splashGlow{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.12)}}@keyframes splashDot{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.splash:before,.splash-logo,.splash-dot{animation:none!important}.splash-logo{opacity:1}}
