.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;transition:opacity .4s ease}.splash-screen.fade-out{opacity:0;pointer-events:none}.splash-logo{width:100px;height:100px;border-radius:20px;animation:pop .5s ease}.splash-title{color:#d4af37;font-size:28px;letter-spacing:2px;font-weight:700;margin:0}@keyframes pop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}
