.gooey-blob{display:grid;place-items:center;place-content:center}.gooey-blob__svg{position:relative;z-index:1;width:min(100%,210px);height:auto;overflow:visible;color:var(--gooey-accent);filter:drop-shadow(0 0 18px var(--gooey-glow))}.pattern-preview--inspector .gooey-blob__svg{width:min(100%,280px)}.gooey-blob__group{fill:var(--gooey-accent)}.gooey-blob__shape{transform-box:fill-box;transform-origin:center}.gooey-blob--cluster .gooey-blob__shape--one{animation:gooey-cluster-pull-right var(--gooey-duration,3.8s) ease-in-out infinite alternate}.gooey-blob--cluster .gooey-blob__shape--two{animation:gooey-cluster-pull-left var(--gooey-duration,3.8s) ease-in-out infinite alternate}.gooey-blob--cluster .gooey-blob__shape--three{animation:gooey-cluster-descend var(--gooey-duration,3.8s) ease-in-out infinite alternate}.gooey-blob--pill .gooey-blob__shape--one{animation:gooey-pill-press-right var(--gooey-duration,4.4s) ease-in-out infinite alternate}.gooey-blob--pill .gooey-blob__shape--two{animation:gooey-pill-press-left var(--gooey-duration,4.4s) ease-in-out infinite alternate}.gooey-blob--pill .gooey-blob__shape--three{animation:gooey-pill-drift-in var(--gooey-duration,4.4s) ease-in-out infinite alternate}.gooey-blob--orbit .gooey-blob__shape--one{animation:gooey-orbit-breathe var(--gooey-duration,5.2s) ease-in-out infinite alternate}.gooey-blob--orbit .gooey-blob__shape--four,.gooey-blob--orbit .gooey-blob__shape--three,.gooey-blob--orbit .gooey-blob__shape--two{transform-box:view-box;transform-origin:91px 90px}.gooey-blob--orbit .gooey-blob__shape--two{animation:gooey-orbit-rotate-cw var(--gooey-duration,5.2s) linear infinite}.gooey-blob--orbit .gooey-blob__shape--three{animation:gooey-orbit-rotate-ccw calc(var(--gooey-duration, 5.2s) * 1.4) linear infinite}.gooey-blob--orbit .gooey-blob__shape--four{animation:gooey-orbit-rotate-cw calc(var(--gooey-duration, 5.2s) * .7) linear infinite}@keyframes gooey-cluster-pull-right{to{transform:translateX(calc(10px * var(--gooey-intensity, 1)))}}@keyframes gooey-cluster-pull-left{to{transform:translateX(calc(-12px * var(--gooey-intensity, 1)))}}@keyframes gooey-cluster-descend{to{transform:translateY(calc(10px * var(--gooey-intensity, 1)))}}@keyframes gooey-pill-press-right{to{transform:translateX(calc(8px * var(--gooey-intensity, 1)))}}@keyframes gooey-pill-press-left{to{transform:translateX(calc(-6px * var(--gooey-intensity, 1)))}}@keyframes gooey-pill-drift-in{to{transform:translate(calc(-4px * var(--gooey-intensity, 1)),calc(8px * var(--gooey-intensity, 1)))}}@keyframes gooey-orbit-breathe{0%{transform:scale(1)}to{transform:scale(calc(1 + .05 * var(--gooey-intensity, 1)))}}@keyframes gooey-orbit-rotate-cw{0%{transform:scale(var(--gooey-intensity,1)) rotate(0deg)}to{transform:scale(var(--gooey-intensity,1)) rotate(1turn)}}@keyframes gooey-orbit-rotate-ccw{0%{transform:scale(var(--gooey-intensity,1)) rotate(0deg)}to{transform:scale(var(--gooey-intensity,1)) rotate(-1turn)}}@media (prefers-reduced-motion:reduce){.gooey-blob .gooey-blob__shape{animation:none}}