.LoadingComponent .container{--uib-size:45px;--uib-color:var(--color-primary);--uib-speed:1.75s;--uib-bg-opacity:.1;transform-origin:50%;height:90px;overflow:visible}.LoadingComponent .car{stroke:var(--uib-color);stroke-dasharray:100;stroke-dashoffset:0;stroke-linecap:round;stroke-linejoin:round;animation:travel var(--uib-speed) ease-in-out infinite,fade var(--uib-speed) ease-out infinite;will-change:stroke-dasharray,stroke-dashoffset}.LoadingComponent .track{stroke:var(--uib-color);stroke-linecap:round;stroke-linejoin:round;opacity:var(--uib-bg-opacity)}.usagiLoader{width:190px;min-height:182px;color:var(--color-foreground);place-items:center;display:none;position:relative}.usagiLoader__halo{background:radial-gradient(circle, color-mix(in srgb, var(--color-accent) 34%, transparent), transparent 68%);border-radius:50%;width:154px;height:154px;animation:1.6s ease-in-out infinite alternate usagi-loader-halo;position:absolute;top:4px}.usagiLoader__character{z-index:1;background-image:var(--visual-character-image);filter:drop-shadow(0 12px 16px #704b2824);background-position:bottom;background-repeat:no-repeat;background-size:contain;width:128px;height:128px;animation:1.1s ease-in-out infinite alternate usagi-loader-bounce;position:relative}.usagiLoader__text{z-index:1;margin-top:-6px;font-size:13px;position:relative}.usagiLoader__dots{gap:5px;margin-top:10px;display:flex}.usagiLoader__dots i{background:var(--color-primary);border-radius:50%;width:5px;height:5px;animation:.6s ease-in-out infinite alternate usagi-loader-dot}.usagiLoader__dots i:nth-child(2){animation-delay:.12s}.usagiLoader__dots i:nth-child(3){animation-delay:.24s}html[data-skin]:not([data-skin=classic]) .classicLoader{display:none}html[data-skin]:not([data-skin=classic]) .usagiLoader{display:grid}@keyframes travel{0%{stroke-dashoffset:100px}75%{stroke-dashoffset:0}}@keyframes fade{0%{opacity:0}20%,55%{opacity:1}to{opacity:0}}@keyframes usagi-loader-bounce{to{transform:translateY(-7px)rotate(1.5deg)}}@keyframes usagi-loader-halo{to{opacity:.55;transform:scale(1.08)}}@keyframes usagi-loader-dot{to{opacity:.28;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.usagiLoader__character,.usagiLoader__halo,.usagiLoader__dots i{animation:none}}
