*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,-apple-system,sans-serif;overflow:hidden}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffffd9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;transition:opacity .4s ease,visibility .4s ease}.splash-screen.hidden{opacity:0;visibility:hidden}.splash-logo{width:80px;height:80px;display:flex;align-items:center;justify-content:center;animation:splashPulse 1.5s ease-in-out infinite}.splash-logo img{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.splash-logo span{font-size:2.2rem;font-weight:800;color:#1e40af}.splash-title{color:#1e40af;font-size:1.8rem;font-weight:700;margin-top:1.2rem;letter-spacing:2px}.splash-subtitle{color:#1e40af99;font-size:.8rem;margin-top:.4rem;letter-spacing:.5px}.splash-dots{display:flex;gap:8px;margin-top:2rem}.splash-dots span{width:10px;height:10px;background:#1e40af66;border-radius:50%;animation:dotBounce 1.4s ease-in-out infinite}.splash-dots span:nth-child(2){animation-delay:.2s}.splash-dots span:nth-child(3){animation-delay:.4s}@keyframes splashPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes dotBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}
