.fx-decode{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible}.fx-dot{fill:var(--sentry-violet,#783ff2);opacity:0;animation:fx-dot-in .9s ease forwards;animation-delay:var(--fx-d,0s)}.fx-dot-mint{fill:var(--mint,#22ffa6);filter:drop-shadow(0 0 1.2px rgba(34,255,166,.9));animation:fx-dot-in .9s ease forwards,fx-pulse 3.2s ease-in-out 1s infinite}.fx-decode-traces path{fill:none;stroke:var(--sentry-violet,#783ff2);stroke-width:.25;stroke-dasharray:1.4 1.8;opacity:.32;animation:fx-dash 8s linear infinite}@keyframes fx-dot-in{0%{opacity:0;transform:translateY(3px)}to{opacity:.55;transform:translateY(0)}}@keyframes fx-pulse{0%,to{opacity:.7}50%{opacity:1}}@keyframes fx-dash{to{stroke-dashoffset:-20}}@media (prefers-reduced-motion:reduce){.fx-decode-traces path,.fx-dot,.fx-dot-mint{animation:none!important;opacity:.5}.fx-dot-mint{opacity:.9}}