@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes fadeInDot{to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes dot{0%,80%,to{opacity:.2;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.loading-dots{display:inline-flex;gap:5px;align-items:center}.loading-dots span{width:7px;height:7px;border-radius:50%;background:#fff;animation:dot 1.2s infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}
