@keyframes draw-path{0%{stroke-dashoffset:260;opacity:.5}40%{stroke-dashoffset:0;opacity:1}70%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:260;opacity:.5}}.animate-draw{stroke-dasharray:260;animation:draw-path 4s cubic-bezier(.4,0,.2,1) infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.5);opacity:1;box-shadow:0 0 20px rgba(244,63,94,.6)}}.animate-pulse-dot{animation:pulse-dot 2s ease-in-out infinite}