.loader{position:fixed;top:0;left:0;width:100vw;height:100vh;align-items:center;justify-content:center;z-index:9999}.loader,.loader-content{display:flex;flex-direction:column}.loader-content{gap:16px}.logo-wrapper{filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.logo-container{display:flex;align-items:center;justify-content:center;animation:scaleAnimation 2.2s ease-in-out infinite}@keyframes scaleAnimation{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.progress-container{width:240px;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden;margin-top:20px}.progress-bar{width:0;height:100%;background-color:#8664FF;border-radius:2px;animation:fillProgressBar 2.3s ease-out forwards}@keyframes fillProgressBar{0%{width:0}to{width:100%}}