#upstate-preloader{position:fixed;width:100%;height:100%;background:#0c3559;z-index:9999;top:0;left:0;display:flex;justify-content:center;align-items:center;transition:opacity 0.6s ease}.preloader-inner{display:flex;flex-direction:column;align-items:center}.preloader-logo{max-width:150px;margin-bottom:20px;animation:pulse 1.6s ease-in-out infinite}.spinner{width:50px;height:50px;border:6px solid #1e4870;border-top:6px solid #feb03e;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:0.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}