.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.155);display:flex;justify-content:center;align-items:center;z-index:9999;backdrop-filter:blur(10px)}.loader-container{display:flex;flex-direction:column;align-items:center;gap:20px}.loader-spotify{display:flex;align-items:flex-end;gap:4px;height:40px}.loader-bar{width:4px;background:#1db954;border-radius:2px;animation:spotifyLoader 1.2s ease-in-out infinite}.loader-bar:first-child{height:20px;animation-delay:0s}.loader-bar:nth-child(2){height:30px;animation-delay:.1s}.loader-bar:nth-child(3){height:40px;animation-delay:.2s}.loader-bar:nth-child(4){height:30px;animation-delay:.3s}.loader-bar:nth-child(5){height:20px;animation-delay:.4s}.loader-text{color:#fff;font-size:16px;font-weight:500;letter-spacing:.5px;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes spotifyLoader{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}