.splash-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9f9f9}.splash-logo-wrapper{width:140px;height:140px;display:flex;align-items:center;justify-content:center}.splash-fire{width:100%;height:100%;animation:fireBounce 1.2s infinite alternate}@keyframes fireBounce{0%{transform:scale(1) rotate(-3deg);filter:brightness(1.05)}50%{transform:scale(1.1) rotate(4deg);filter:brightness(1.15)}to{transform:scale(.96) rotate(-6deg);filter:brightness(.95)}}.splash-text{margin-top:22px;font-size:1.35rem;color:#3496ff;font-weight:600;letter-spacing:.08em;animation:splashFadeIn 2s}@keyframes splashFadeIn{0%{opacity:0}to{opacity:1}}
