@keyframes cometMove{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@keyframes cometTailMove{0%{stroke-dashoffset:105px}to{stroke-dashoffset:5px}}@keyframes glowPulse{0%,to{opacity:.8;filter:drop-shadow(0 0 3px #fff8dce6)drop-shadow(0 0 6px #ffd79699)}50%{opacity:1;filter:drop-shadow(0 0 5px #fff)drop-shadow(0 0 10px #fff8dccc)}}.comet-path{animation:3s cubic-bezier(.4,0,.2,1) infinite cometMove,2s ease-in-out infinite glowPulse}.comet-tail{animation:3s cubic-bezier(.4,0,.2,1) infinite cometTailMove}
