.Loading-box{width:100%;min-height:200px;justify-content:center}.Loading-box,.loading-dots{display:flex;align-items:center}.loading-dots{gap:6px}.loading-dot{width:6px;height:6px;border-radius:50%;background-color:var(--text-secondary,#1a1a1a);animation:dotPulse 1.4s ease-in-out infinite}@keyframes dotPulse{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}