#splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f8f5f2;display:flex;align-items:center;justify-content:center;z-index:99999;overflow:hidden}#splash-screen .splash{display:flex;flex-direction:column;align-items:center;margin-top:-48px;animation:fadeIn .5s cubic-bezier(.16,1,.3,1) forwards;position:relative;z-index:1}.splash-logo{width:72vw;max-width:640px;height:auto;opacity:0}.splash-logo.loaded{animation:fadeIn .5s cubic-bezier(.16,1,.3,1) forwards}#splash-screen .wordmark-section{display:flex;flex-direction:column;align-items:center;gap:8px}#splash-screen .subtitle{font-family:Poppins,sans-serif;font-weight:700;font-size:9.5px;letter-spacing:4px;color:#c4bfba;text-transform:uppercase}.splash-footer{position:fixed;bottom:24px;left:0;right:0;text-align:center;font-family:Poppins,sans-serif;font-weight:600;font-size:14px;color:#94a3b8;letter-spacing:1px}.splash-progress-bar{position:fixed;bottom:0;left:0;height:2px;width:0%;background:linear-gradient(90deg,#e8402a,#f07060);border-radius:0 2px 2px 0;animation:progressFill 1s cubic-bezier(.4,0,.2,1) forwards}#splash-screen.splash-hide{animation:splashFadeOut .4s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes splashFadeOut{0%{opacity:1}to{opacity:0}}@keyframes progressFill{0%{width:0%}to{width:100%}}@media(prefers-reduced-motion:reduce){#splash-screen *{animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:768px){.splash-logo{width:85vw;max-width:420px}}@media(max-width:480px){.splash-logo{width:90vw;max-width:340px}}
