.splash-container{z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;animation:.5s ease-in-out 2.5s forwards splashFadeOut;display:flex;position:fixed;top:0;left:0}.splash-light{background:#fff}.splash-dark{background:#171c28}.splash-content{text-align:center;animation:1s ease-in-out logoFadeIn}.logo-animation{justify-content:center;align-items:center;gap:8px;font-size:48px;display:flex}.bracket{color:#b5b5b5;font-family:Montserrat,sans-serif;font-weight:600;animation:.8s ease-out .2s both bracketSlide}.name{color:#e91e63;letter-spacing:1px;text-shadow:0 2px 4px rgba(233,30,99,.3);font-family:Agustina,cursive;font-weight:400;animation:1.2s ease-in-out .5s both nameGlow}@keyframes logoFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bracketSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes nameGlow{0%{opacity:0;transform:scale(.9)}50%{opacity:1;text-shadow:0 4px 8px rgba(233,30,99,.5);transform:scale(1.05)}to{opacity:1;text-shadow:0 2px 4px rgba(233,30,99,.3);transform:scale(1)}}@keyframes splashFadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@media (max-width:768px){.logo-animation{gap:6px;font-size:36px}.name{letter-spacing:.5px}}@media (max-width:480px){.logo-animation{gap:4px;font-size:28px}}
