@keyframes ink-trace{0%{stroke-dashoffset:100;opacity:0}8%{opacity:.65}27%{stroke-dashoffset:0;opacity:var(--ink-peak-opacity,.84)}52%{stroke-dashoffset:0;opacity:calc(var(--ink-peak-opacity, .84) * .76)}78%{stroke-dashoffset:0;opacity:.24}to{stroke-dashoffset:0;opacity:0}}.ink-trace-glow{filter:drop-shadow(0 0 8px color-mix(in oklch,var(--primary) 25%,transparent))}.ink-trace-path{opacity:0;animation:ink-trace var(--ink-duration,7s) cubic-bezier(.22,1,.36,1) var(--ink-delay,0s) infinite both}@media (prefers-reduced-motion:reduce){.ink-trace-path{animation:none!important;opacity:calc(var(--ink-peak-opacity, .84) * .62)!important;stroke-dashoffset:0!important}}