.loading-indicator{display:flex;justify-content:center;align-items:center;padding:1rem}.loading-dots{display:flex;gap:.5rem}.loading-dots span{width:8px;height:8px;background-color:var(--color-primary);border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}