.Loading_container__ASEn0{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}.Loading_fullScreen__ql3GA{min-height:100vh;background:var(--background)}.Loading_spinner__VuXYG{display:flex;align-items:center;gap:.5rem}.Loading_dot__pIpTO{width:.75rem;height:.75rem;border-radius:50%;background:var(--accent-primary);animation:Loading_bounce__KMz4u 1.4s ease-in-out infinite both}.Loading_dot__pIpTO:first-child{animation-delay:-.32s}.Loading_dot__pIpTO:nth-child(2){animation-delay:-.16s}.Loading_sm__5YmjU .Loading_dot__pIpTO{width:.5rem;height:.5rem}.Loading_lg__VH6ek .Loading_dot__pIpTO{width:1rem;height:1rem}.Loading_message__hpo0D{font-size:.9375rem;color:var(--foreground-muted);margin:0}@keyframes Loading_bounce__KMz4u{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}