@media (min-width:768px){.path-fill-panel .pattern-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.path-fill{display:grid;place-items:center;place-content:center}.path-fill__svg{position:relative;z-index:1;width:min(82%,170px);height:auto;overflow:visible}.pattern-preview--inspector .path-fill__svg{width:min(85%,230px)}.path-fill__shape{opacity:0;transform-box:fill-box;transform-origin:center;animation:path-fill-shape var(--path-fill-duration,4s) cubic-bezier(.4,0,.2,1) infinite both}.path-fill__stroke{fill:none;stroke:var(--path-fill-accent);stroke-width:calc(2.4px * var(--path-fill-intensity, 1));stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;transform-box:fill-box;transform-origin:center;animation:path-fill-stroke var(--path-fill-duration,4s) cubic-bezier(.4,0,.2,1) infinite both}.path-fill--check .path-fill__check{fill:none;stroke:#ffffff;stroke-width:calc(10px * var(--path-fill-intensity, 1));stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:path-fill-check var(--path-fill-duration,4s) cubic-bezier(.4,0,.2,1) infinite both}@keyframes path-fill-stroke{0%{stroke-dashoffset:1;opacity:0}6%{opacity:1}32%{stroke-dashoffset:0;opacity:1}50%{opacity:.4;stroke-dashoffset:0}88%{opacity:.4;stroke-dashoffset:0}96%,to{stroke-dashoffset:0;opacity:0}}@keyframes path-fill-shape{0%,28%{opacity:0;transform:scale(.92)}48%{opacity:1;transform:scale(calc(1 + .04 * var(--path-fill-intensity, 1)))}56%{opacity:1;transform:scale(1)}88%{opacity:1;transform:scale(1)}96%,to{opacity:0;transform:scale(.96)}}@keyframes path-fill-check{0%,22%{stroke-dashoffset:1;opacity:0}28%{opacity:1}44%{stroke-dashoffset:0;opacity:1}88%{stroke-dashoffset:0;opacity:1}96%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.path-fill__check,.path-fill__shape,.path-fill__stroke{animation:none!important}.path-fill__shape{opacity:1!important;transform:none!important}.path-fill__stroke{opacity:0!important}.path-fill--check .path-fill__check{stroke-dashoffset:0!important;opacity:1!important}}