:root{--svgj-primary: #164e63;--svgj-accent: #0891b2}.svgj-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--svgj-primary),var(--svgj-accent));transform-origin:0 50%;transform:scaleX(0);z-index:2000;pointer-events:none}svg.svgj-draw :is(path,circle,rect,line,polyline,polygon,ellipse):not(.svgj-fillpart){stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .8s cubic-bezier(.65,0,.35,1);transition-delay:calc(.25s + var(--svgj-i, 0) * .12s)}[data-animate].visible svg.svgj-draw :is(path,circle,rect,line,polyline,polygon,ellipse):not(.svgj-fillpart){stroke-dashoffset:0}svg.svgj-draw .svgj-fillpart{opacity:0;transition:opacity .5s ease .9s}[data-animate].visible svg.svgj-draw .svgj-fillpart{opacity:1}[data-animate] .svgj-pop{transform:scale(.65);opacity:0;transition:transform .6s cubic-bezier(.34,1.56,.64,1),opacity .4s ease}[data-animate].visible .svgj-pop{transform:scale(1);opacity:1;animation:svgj-ring .9s ease-out .2s 1}@keyframes svgj-ring{0%{box-shadow:0 0 #0891b259}to{box-shadow:0 0 0 18px #0891b200}}[data-animate]:hover .svgj-pop svg{animation:svgj-wiggle .5s ease}@keyframes svgj-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-7deg)}75%{transform:rotate(5deg)}}.svgj-arrow{animation:svgj-nudge 1.6s ease-in-out infinite}@keyframes svgj-nudge{0%,to{transform:translate(-2px);opacity:.55}50%{transform:translate(5px);opacity:1}}@media (max-width: 768px){.svgj-arrow{animation-name:svgj-nudge-y}@keyframes svgj-nudge-y{0%,to{transform:translateY(-2px);opacity:.55}50%{transform:translateY(5px);opacity:1}}}@media (prefers-reduced-motion: reduce){.svgj-progress{display:none}svg.svgj-draw :is(path,circle,rect,line,polyline,polygon,ellipse):not(.svgj-fillpart){transition:none;stroke-dasharray:none;stroke-dashoffset:0}svg.svgj-draw .svgj-fillpart{opacity:1;transition:none}[data-animate] .svgj-pop{transform:none;opacity:1;transition:none}[data-animate].visible .svgj-pop,[data-animate]:hover .svgj-pop svg,.svgj-arrow{animation:none!important}}
