@keyframes hgl-ripple{0%,to{opacity:.1;transform:scale(.5)}45%{opacity:.5;transform:scale(1.4)}}@keyframes hgl-orbit{to{transform:rotate(360deg)}}@keyframes hgl-stitch-trail{0%{stroke-dashoffset:100px;opacity:0}10%{opacity:1}80%{stroke-dashoffset:0;opacity:1}94%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:100px;opacity:0}}@keyframes hgl-move{0%{offset-distance:0%;opacity:0}10%{opacity:1}80%{offset-distance:100%;opacity:1}94%{offset-distance:100%;opacity:0}to{offset-distance:0%;opacity:0}}@keyframes hgl-fill{0%{opacity:0;transform:scaleY(0)}10%{opacity:1}80%{opacity:1;transform:scaleY(1)}94%{opacity:0;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}@keyframes hgl-satin-fill{0%{opacity:0;height:0}10%{opacity:1}80%{opacity:1;height:100%}94%{opacity:0;height:100%}to{opacity:0;height:0}}@keyframes hgl-breathe{0%,to{opacity:.45}50%{opacity:1}}@keyframes hgl-shuttle{0%{left:2px}50%{left:calc(100% - 18px)}to{left:2px}}@keyframes hgl-fill-fade{0%,45%{opacity:0}66%,86%{opacity:1}96%,to{opacity:0}}@keyframes hgl-shield-stroke{0%{stroke-dashoffset:100px;opacity:1}55%{stroke-dashoffset:0;opacity:1}82%{opacity:1}95%{opacity:0}to{stroke-dashoffset:100px;opacity:0}}@keyframes hgl-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes hgl-indet{0%{transform:translate(-100%)}to{transform:translate(263%)}}.hgl-root{--hgl-accent:var(--primary);--hgl-speed:1;container-type:inline-size}.hgl-stage{transform-origin:50%}@container (max-width:360px){.hgl-stage{transform:scale(.85)}}@container (max-width:280px){.hgl-stage{transform:scale(.7)}}.hgl-label{animation:.5s cubic-bezier(.3,0,0,1) hgl-fade-up}.hgl-progress__bar{background:var(--hgl-accent);animation:hgl-indet calc(1.4s/var(--hgl-speed))ease-in-out infinite;left:0}.hgl-dotfield{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.hgl-dotfield__grid{grid-template-columns:repeat(11,15px);grid-auto-rows:15px;place-items:center;display:grid}.hgl-dot{background:var(--foreground);width:3.5px;height:3.5px;animation:hgl-ripple calc(2s/var(--hgl-speed))infinite ease-in-out;border-radius:9999px}.hgl-dot--r0{animation-delay:0s}.hgl-dot--r1{animation-delay:calc(.157s/var(--hgl-speed))}.hgl-dot--r2{animation-delay:calc(.314s/var(--hgl-speed))}.hgl-dot--r3{animation-delay:calc(.471s/var(--hgl-speed))}.hgl-dot--r4{animation-delay:calc(.629s/var(--hgl-speed))}.hgl-dot--r5{animation-delay:calc(.786s/var(--hgl-speed))}.hgl-dot--r6{animation-delay:calc(.943s/var(--hgl-speed))}.hgl-dot--r7{animation-delay:calc(1.1s/var(--hgl-speed))}.hgl-dotfield__ring{border:2px solid var(--border);border-top-color:var(--hgl-accent);width:40px;height:40px;animation:hgl-orbit calc(.9s/var(--hgl-speed))linear infinite;border-radius:9999px;position:absolute}.hgl-needle{width:220px;height:120px;position:relative}.hgl-needle__trail{animation:hgl-stitch-trail calc(2.4s/var(--hgl-speed))ease-in-out infinite}.hgl-needle__pin{offset-path:path("M16 84 C 58 30, 162 30, 204 84");offset-rotate:auto;width:3px;height:26px;animation:hgl-move calc(2.4s/var(--hgl-speed))ease-in-out infinite;background:linear-gradient(#c9ccd1,#7f8388);border-radius:2px;position:absolute;top:0;left:0;box-shadow:0 0 0 .5px #00000026}.hgl-needle__eye{background:var(--background);border-radius:2px;width:2px;height:5px;position:absolute;top:2px;left:50%;transform:translate(-50%)}.hgl-satin{background:var(--muted);clip-path:polygon(50% 7%,89% 86%,66% 86%,50% 51%,34% 86%,11% 86%);width:132px;height:138px;position:relative}.hgl-satin__fill{background:repeating-linear-gradient(0deg,var(--hgl-accent)0 2px,color-mix(in srgb,var(--hgl-accent)32%,transparent)2px 5px);animation:hgl-satin-fill calc(2.8s/var(--hgl-speed))ease-in-out infinite;position:absolute;bottom:0;left:0;right:0}.hgl-satin__bar{background:color-mix(in srgb,var(--color-arx-frost)70%,var(--hgl-accent));height:2px;position:absolute;top:0;left:0;right:0}.hgl-hoop__ring{transform-origin:75px 75px;animation:hgl-orbit calc(3.4s/var(--hgl-speed))linear infinite}.hgl-hoop__arc{animation:hgl-stitch-trail calc(2.4s/var(--hgl-speed))ease-in-out infinite}.hgl-hoop__node{animation:hgl-breathe calc(1.6s/var(--hgl-speed))infinite ease-in-out}.hgl-loom{border:.5px solid var(--border);border-radius:4px;width:156px;height:120px;position:relative;overflow:hidden}.hgl-loom__warp{background:repeating-linear-gradient(90deg,var(--muted-foreground)0 2px,transparent 2px 14px);opacity:.45;position:absolute;inset:0}.hgl-loom__weft{transform-origin:top;background:repeating-linear-gradient(0deg,var(--hgl-accent)0 3px,transparent 3px 14px);height:100%;animation:hgl-fill calc(3s/var(--hgl-speed))ease-in-out infinite;position:absolute;top:0;left:0;right:0}.hgl-loom__shuttle{background:var(--hgl-accent);width:16px;height:6px;animation:hgl-shuttle calc(.6s/var(--hgl-speed))ease-in-out infinite;border-radius:2px;position:absolute;bottom:-2px;box-shadow:0 1px 3px #00000040}.hgl-shield__fill{animation:hgl-fill-fade calc(2.8s/var(--hgl-speed))ease-in-out infinite}.hgl-shield__stroke{animation:hgl-shield-stroke calc(2.8s/var(--hgl-speed))ease-in-out infinite}
/*# sourceMappingURL=2fed1a20c7240d6d.css.map*/