.splash-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease-out,visibility .5s}.splash-content{text-align:center}.splash-logo{width:150px;margin-bottom:20px;animation:pulse 2s infinite ease-in-out}.loading-bar{width:200px;height:4px;background-color:#f0f0f0;border-radius:10px;margin:0 auto;overflow:hidden}.progress{width:0%;height:100%;background-color:#3498db;animation:loading 2s infinite ease-in-out}.splash-content p{margin-top:15px;font-family:Segoe UI,sans-serif;color:#2c3e50;font-size:.9rem;letter-spacing:1px}@keyframes pulse{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.05);opacity:1}to{transform:scale(.95);opacity:.8}}@keyframes loading{0%{width:0%}50%{width:100%}to{width:0%}}.hidden{opacity:0;visibility:hidden}
