.loading-wrapper{z-index:9999;background-color:#fff;border:8px solid #e5e7eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-box{flex-direction:column;align-items:center;gap:1rem;display:flex}.logo-img{object-fit:contain}.progress-bar{background-color:#e5e7eb;border-radius:4px;width:130px;height:8px;overflow:hidden}.bar-fill{background-color:#16a34a;width:50%;height:100%;animation:1.2s ease-in-out infinite slide}@keyframes slide{0%{transform:translate(-100%)}to{transform:translate(200%)}}
