.stroke{overflow:visible;stroke:oklch(var(--foreground));stroke-width:.25;stroke-linejoin:round;stroke-linecap:round}.base{transition:all .3s ease;animation:scaleIn .5s ease;filter:drop-shadow(0 0 8px oklch(var(--foreground)/.1));&:hover{transform:scale(1.4);filter:drop-shadow(0 0 16px oklch(var(--foreground)/.2))}}@keyframes scaleIn{0%{transform:scale(1.4);opacity:0}50%{opacity:.5}to{transform:scale(1);opacity:1}}.base.loading{animation:loadingPulse 2s ease-in-out infinite}@keyframes loadingPulse{0%,to{filter:drop-shadow(0 0 8px oklch(var(--foreground)/.1))}50%{filter:drop-shadow(0 0 20px oklch(var(--foreground)/.3))}}