.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#4e54c8,#8f94fb);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .7s}.splash-logo{width:120px;height:120px;border-radius:24px;box-shadow:0 4px 32px #00000026;margin-bottom:24px;animation:popIn .8s cubic-bezier(.68,-.55,.27,1.55)}.splash-title{color:#fff;font-size:2.2rem;font-weight:700;letter-spacing:2px;margin-bottom:32px;text-shadow:0 2px 8px rgba(0,0,0,.18)}.splash-loader{display:flex;gap:10px}.splash-loader .dot{width:14px;height:14px;border-radius:50%;background:#fff;opacity:.8;animation:bounce 1.2s infinite alternate}.splash-loader .dot:nth-child(2){animation-delay:.2s}.splash-loader .dot:nth-child(3){animation-delay:.4s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{transform:scale(.7);opacity:0}80%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-18px)}}
