.loader-container{-webkit-backdrop-filter:blur(12px);z-index:9999;background:0 0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.loader-message{display:none}.loader-pulse{z-index:1;position:relative}.pulse-circle{background:#505050b3;border-radius:50%;width:48px;height:48px;animation:1.5s ease-in-out infinite pulse;box-shadow:0 0 30px #50505080}@keyframes pulse{0%{opacity:1;transform:scale(.6)}50%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(.6)}}.loader-bounce{z-index:1;gap:.5rem;display:flex}.bounce-circle{background:#505050b3;border-radius:50%;width:14px;height:14px;animation:1.4s ease-in-out infinite both bounce;box-shadow:0 0 15px #50505066}.bounce1{animation-delay:-.32s}.bounce2{animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.loader-wave{z-index:1;align-items:flex-end;gap:.25rem;height:30px;display:flex}.wave-bar{background:#505050b3;border-radius:3px;width:5px;height:20px;animation:1.2s ease-in-out infinite wave;box-shadow:0 0 10px #50505066}.wave-bar:nth-child(2){animation-delay:-1.1s}.wave-bar:nth-child(3){animation-delay:-1s}.wave-bar:nth-child(4){animation-delay:-.9s}.wave-bar:nth-child(5){animation-delay:-.8s}@keyframes wave{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.loader-spin{z-index:1;width:40px;height:40px;position:relative}.spin-circle{background:0 0;border:3px solid #5050504d;border-top-color:#505050e6;border-radius:50%;width:100%;height:100%;animation:1s linear infinite spin;box-shadow:0 0 20px #5050504d}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-dots{z-index:1;gap:.5rem;display:flex}.dots-circle{background:#505050b3;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite both dots;box-shadow:0 0 12px #50505066}.dots-circle:first-child{animation-delay:-.32s}.dots-circle:nth-child(2){animation-delay:-.16s}@keyframes dots{0%,80%,to{opacity:.6;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.loader-progress{background-color:#5050504d;border-radius:2px;width:100px;height:3px;overflow:hidden;box-shadow:0 0 15px #5050504d}.progress-bar{background-color:#505050cc;width:0;height:100%;animation:1.5s ease-in-out infinite progress}@keyframes progress{0%{width:0}50%{width:100%}to{width:0}}
