.global-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background-color:#ffffff8c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:global-loader-fade-in .15s ease-out}.dark .global-loader-overlay{background-color:#09090bad;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.global-loader-overlay__label{font-size:.875rem;font-weight:500;letter-spacing:.01em;color:#18181bbf}.dark .global-loader-overlay__label{color:#f4f4f5eb}@keyframes global-loader-fade-in{0%{opacity:0}to{opacity:1}}.ldr{--ldr-size: 56px;--ldr-muted: color-mix(in srgb, currentColor 22%, transparent);display:inline-block;position:relative;width:var(--ldr-size);height:var(--ldr-size);flex:none;color:var(--theme-color, #3b82f6)}.dark .ldr{--ldr-muted: color-mix(in srgb, currentColor 42%, transparent);color:color-mix(in srgb,var(--theme-color, #60a5fa) 60%,white)}@supports (color: oklch(from red l c h)){.dark .ldr{color:oklch(from var(--theme-color, #60a5fa) max(l,.78) c h)}}@media (prefers-reduced-motion: reduce){.ldr,.ldr *{animation:global-loader-reduced 1.2s ease-in-out infinite!important;transform:none!important}}@keyframes global-loader-reduced{0%,to{opacity:1}50%{opacity:.35}}.ldr-spinner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:calc(var(--ldr-size) / 9) solid var(--ldr-muted);border-top-color:currentColor;animation:ldr-rotate .35s linear infinite}@keyframes ldr-rotate{to{transform:rotate(360deg)}}.ldr-dots{display:flex;align-items:center;justify-content:center;gap:calc(var(--ldr-size) / 8);height:var(--ldr-size)}.ldr-dots i{width:calc(var(--ldr-size) / 5);height:calc(var(--ldr-size) / 5);border-radius:50%;background-color:currentColor;animation:ldr-dots-bounce .6s ease-in-out infinite alternate}.ldr-dots i:nth-child(2){animation-delay:.15s}.ldr-dots i:nth-child(3){animation-delay:.3s}@keyframes ldr-dots-bounce{0%{transform:translateY(calc(var(--ldr-size) / 5));opacity:.4}to{transform:translateY(calc(var(--ldr-size) / -5));opacity:1}}.ldr-bars{display:flex;align-items:center;justify-content:center;gap:calc(var(--ldr-size) / 12)}.ldr-bars i{width:calc(var(--ldr-size) / 9);height:100%;border-radius:calc(var(--ldr-size) / 20);background-color:currentColor;animation:ldr-bars-scale .9s ease-in-out infinite}.ldr-bars i:nth-child(2){animation-delay:.12s}.ldr-bars i:nth-child(3){animation-delay:.24s}.ldr-bars i:nth-child(4){animation-delay:.36s}.ldr-bars i:nth-child(5){animation-delay:.48s}@keyframes ldr-bars-scale{0%,to{transform:scaleY(.35);opacity:.5}50%{transform:scaleY(1);opacity:1}}.ldr-pulse:before,.ldr-pulse:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background-color:currentColor;animation:ldr-pulse-grow 1.4s ease-out infinite}.ldr-pulse:after{animation-delay:.7s}@keyframes ldr-pulse-grow{0%{transform:scale(.2);opacity:.8}to{transform:scale(1);opacity:0}}.ldr-ring:before,.ldr-ring:after{content:"";position:absolute;border-radius:50%;border:calc(var(--ldr-size) / 12) solid transparent}.ldr-ring:before{top:0;right:0;bottom:0;left:0;border-top-color:currentColor;border-bottom-color:currentColor;animation:ldr-rotate .5s linear infinite}.ldr-ring:after{inset:calc(var(--ldr-size) / 5);border-left-color:currentColor;border-right-color:currentColor;animation:ldr-rotate .35s linear infinite reverse}.ldr-ripple:before,.ldr-ripple:after{content:"";position:absolute;top:50%;left:50%;border-radius:50%;border:calc(var(--ldr-size) / 14) solid currentColor;animation:ldr-ripple-spread 1.4s cubic-bezier(0,.2,.8,1) infinite}.ldr-ripple:after{animation-delay:-.7s}@keyframes ldr-ripple-spread{0%{width:0;height:0;margin:0;opacity:1}to{width:var(--ldr-size);height:var(--ldr-size);margin:calc(var(--ldr-size) / -2);opacity:0}}.ldr-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:calc(var(--ldr-size) / 14)}.ldr-grid i{border-radius:calc(var(--ldr-size) / 16);background-color:currentColor;animation:ldr-grid-fade 1.3s ease-in-out infinite}.ldr-grid i:nth-child(1){animation-delay:0s}.ldr-grid i:nth-child(2),.ldr-grid i:nth-child(4){animation-delay:.1s}.ldr-grid i:nth-child(3),.ldr-grid i:nth-child(5),.ldr-grid i:nth-child(7){animation-delay:.2s}.ldr-grid i:nth-child(6),.ldr-grid i:nth-child(8){animation-delay:.3s}.ldr-grid i:nth-child(9){animation-delay:.4s}@keyframes ldr-grid-fade{0%,70%,to{opacity:.32;transform:scale(.8)}35%{opacity:1;transform:scale(1)}}.ldr-bounce{display:flex;align-items:flex-end;justify-content:center}.ldr-bounce i{width:calc(var(--ldr-size) / 2.4);height:calc(var(--ldr-size) / 2.4);border-radius:50%;background-color:currentColor;transform-origin:50% 100%;animation:ldr-bounce-ball .75s cubic-bezier(.5,.05,.5,.95) infinite}@keyframes ldr-bounce-ball{0%{transform:translateY(calc(var(--ldr-size) / -1.9))}50%{transform:translateY(0) scale(1)}62%{transform:translateY(0) scale(1.25,.75)}74%{transform:translateY(0) scale(1)}to{transform:translateY(calc(var(--ldr-size) / -1.9))}}.ldr-orbit{border:max(1px,calc(var(--ldr-size) / 40)) solid var(--ldr-muted);border-radius:50%}.ldr-orbit:before{content:"";position:absolute;inset:calc(var(--ldr-size) / 2.6);border-radius:50%;background-color:var(--ldr-muted)}.ldr-orbit:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background-image:radial-gradient(circle at 50% calc(var(--ldr-size) / 8),currentColor 0,currentColor calc(var(--ldr-size) / 8 - 1px),transparent calc(var(--ldr-size) / 8));animation:ldr-rotate .4s linear infinite}.ldr-wave{display:flex;align-items:center;justify-content:center;gap:calc(var(--ldr-size) / 10)}.ldr-wave i{width:calc(var(--ldr-size) / 8);height:calc(var(--ldr-size) / 8);border-radius:50%;background-color:currentColor;animation:ldr-wave-lift 1s ease-in-out infinite}.ldr-wave i:nth-child(2){animation-delay:.1s}.ldr-wave i:nth-child(3){animation-delay:.2s}.ldr-wave i:nth-child(4){animation-delay:.3s}.ldr-wave i:nth-child(5){animation-delay:.4s}@keyframes ldr-wave-lift{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(calc(var(--ldr-size) / -3));opacity:1}}
