.splash-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:#FFC3C4;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .5s ease-in}.splash-screen.fade-out{animation:fadeOut .5s ease-out forwards}.splash-content{text-align:center}.logo-container{animation:popupBounce 1.2s cubic-bezier(.68,-.55,.265,1.55)}.logo-image{width:400px;height:auto;max-width:80vw;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes popupBounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1);opacity:.8}70%{transform:scale(.95);opacity:1}85%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}@media (max-width:768px){.logo-text{font-size:56px}}@media (max-width:480px){.logo-text{font-size:48px}}