@property --progress{syntax:"<number>";initial-value:0;inherits:false}.stat-circle{align-items:center;aspect-ratio:1/1;display:flex;flex-direction:column;gap:var(--wp--preset--spacing--30);justify-content:center;position:relative}.stat-circle__percentage{--thickness:clamp(22px,4vw,48px);animation:stat-circle-fill 1.5s ease-out forwards;animation-play-state:paused;background:conic-gradient(var(--accent,var(--wp--preset--color--primary)) calc(var(--progress)*1%),transparent 0);border-radius:50%;inset:calc(var(--thickness)*-1);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - var(--thickness)),#000 0);mask:radial-gradient(farthest-side,transparent calc(100% - var(--thickness)),#000 0);pointer-events:none;position:absolute}.editor-styles-wrapper .stat-circle__percentage,.stat-circle.in-view .stat-circle__percentage{animation-play-state:running}@keyframes stat-circle-fill{0%{--progress:0}to{--progress:var(--value)}}
