.loading-overlay{background-color:var(--global-bg);z-index:9999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-overlay .logo{width:120px;height:auto;margin-bottom:30px}.loading-overlay .bars{gap:10px;display:flex}.loading-overlay .bars span{background:linear-gradient(135deg,#00c896,#0d89f2,#04f);border-radius:4px;width:8px;height:30px;animation:1.2s ease-in-out infinite grow}.loading-overlay .bars span:first-child{animation-delay:0s}.loading-overlay .bars span:nth-child(2){animation-delay:.2s}.loading-overlay .bars span:nth-child(3){animation-delay:.4s}@keyframes grow{0%,to{height:20px}50%{height:50px}}
