@keyframes circle-progress{0%{stroke-dashoffset:138.23}to{stroke-dashoffset:0}}@keyframes line-glow-pulse{0%,to{opacity:.4;transform:translateY(40%)}50%{opacity:1;transform:translateY(-40%)}}.showcase-line-glow{background:linear-gradient(to bottom,transparent,var(--color-primary),transparent);opacity:.6;animation:line-glow-pulse 2s ease-in-out infinite}.showcase-enter-active{transition:all .4s cubic-bezier(.4,0,.2,1)}.showcase-leave-active{transition:all .25s cubic-bezier(.4,0,.2,1)}.showcase-enter-from{opacity:0;filter:blur(8px);transform:translateY(12px) scale(.97)}.showcase-leave-to{opacity:0;filter:blur(8px);transform:translateY(-8px) scale(.97)}
