@keyframes beat{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.beat-loader{align-items:center;gap:4px;display:flex}.beat-loader span{background-color:currentColor;border-radius:50%;animation:.7s ease-in-out infinite beat;display:inline-block}.beat-loader span:first-child{animation-delay:0s}.beat-loader span:nth-child(2){animation-delay:.15s}.beat-loader span:nth-child(3){animation-delay:.3s}