.button[data-variant=default]:after{content:"";opacity:0;aspect-ratio:1;clip-path:shape(from 50% 88%,curve to 0% 27% with 20% 65%/0% 45%,curve to 25% 3% with 0% 12%/12% 3%,curve to 50% 20% with 37% 3%/45% 10%,curve to 75% 3% with 55% 10%/63% 3%,curve to 100% 27% with 88% 3%/100% 12%,curve to 50% 88% with 100% 45%/80% 65%,close);background:0 0;height:8px;transition:transform .3s ease-in-out .1s,opacity .3s ease-in-out .1s;position:absolute;top:5px;left:5px}.button[data-variant=default]:hover:after,.button[data-variant=default]:focus:after{opacity:100;background:var(--color-primary-dark);transform:scale(1.5)rotate(-25deg)translate(-6px)translateY(-8px)}.button[data-variant=link] .squiggle-underline .squiggle-underline-path{stroke-dasharray:100;stroke-dashoffset:100px;transition:stroke-dashoffset .4s ease-in-out}.button[data-variant=link]:hover .squiggle-underline .squiggle-underline-path,.button[data-variant=link]:focus-visible .squiggle-underline .squiggle-underline-path{stroke-dashoffset:0}
