.loading-wrapper{--primary:#4c195d;--secondary:#6311cd;align-items:center;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;display:flex;justify-content:center;left:0;min-height:100vh;opacity:0;position:fixed;top:0;transform:translateY(100%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;visibility:hidden;width:100%;z-index:9999999}.loading-wrapper[data-loading=true]{opacity:1;transform:translateY(0);visibility:visible}.loading-container{text-align:center}.icons-container{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem}.icon{height:48px;width:48px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-line-chart{animation:rotate 2s ease-in-out infinite}.icon-bar-chart{animation:pulse 1.5s ease-in-out infinite;animation-delay:.5s}.icon-activity{animation:bounce 1s ease-in-out infinite;animation-delay:1s}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.loading-wrapper h2{animation:fadeIn .5s ease-out forwards;animation-delay:.5s;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;opacity:0}@keyframes fadeIn{to{opacity:1}}.progress-bar{animation:fadeIn .5s ease-out forwards;animation-delay:.7s;background:hsla(0,0%,100%,.2);border-radius:1rem;height:.5rem;margin:0 auto;opacity:0;overflow:hidden;width:16rem}.progress{background:#fff;border-radius:1rem;height:100%;width:0}.loading-wrapper[data-loading=true] .progress{transition:width 30s linear;width:100%}