@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Teko:wght@400;500;600&display=swap";.splash-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;align-items:center;justify-content:center;z-index:99999;opacity:1;transition:opacity 1s ease-out}.splash-screen.fade-out{opacity:0;pointer-events:none}.splash-content{text-align:center;animation:splashZoomIn 1s ease-out}.splash-logo{width:80%;max-width:800px;height:auto;object-fit:contain;margin-bottom:30px;animation:logoFloat 2s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(255,193,7,.3))}.splash-title{font-size:3rem;font-weight:700;color:#ffc107;letter-spacing:8px;text-transform:uppercase;margin:0;animation:titleFadeIn 1.5s ease-out;text-shadow:0 0 20px rgba(255,193,7,.5)}@keyframes splashZoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(20px)}50%{opacity:0}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.splash-logo{width:90%;max-width:400px;margin-bottom:20px}.splash-title{font-size:2rem;letter-spacing:5px}}
