.loading-dots{justify-content:center;align-items:center;gap:.3rem;margin:2rem 0;display:flex}.dot{background-color:#3b82f6;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite both dotPulse}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}
