@keyframes drawLine{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@keyframes revealFill{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes popNode{0%,70%{opacity:0;transform:scale(0)}85%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.pop-quick .line{stroke-dasharray:100;stroke-dashoffset:100px;animation:.8s ease-out forwards drawLine}.pop-quick .fill{clip-path:inset(0 100% 0 0);animation:.4s ease-out forwards revealFill}.pop-quick .node{opacity:0;transform-origin:56px 12px;animation:.6s ease-out forwards popNode}
