@property --moving-border-angle{syntax:"<angle>";initial-value:0deg;inherits:false}.animated-border_animatedBorder__YtGt5{position:relative;border-radius:var(--radius);border:1px solid transparent;background-clip:padding-box}.animated-border_animatedBorder__YtGt5:before{content:"";position:absolute;inset:-1px;z-index:-1;border-radius:inherit;background-image:none;animation:animated-border_spin__fdkvk 3s linear infinite;animation-play-state:paused}.animated-border_animatedBorder__YtGt5:hover:before{background-image:conic-gradient(from var(--moving-border-angle),transparent 0,hsl(var(--primary)) 10%,transparent 20%);animation-play-state:running}@keyframes animated-border_spin__fdkvk{0%{--moving-border-angle:0deg}to{--moving-border-angle:360deg}}