@keyframes fc-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fc-pill-expand{0%{opacity:0;transform:scale(.9) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes fc-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fc-glow-pulse{0%,to{box-shadow:0 0 6px -2px currentColor}50%{box-shadow:0 0 14px -2px currentColor}}.fc-animate-scale-in{animation:fc-scale-in .4s cubic-bezier(.34,1.56,.64,1) forwards}.fc-animate-pill-expand{animation:fc-pill-expand .4s cubic-bezier(.34,1.56,.64,1) forwards}.fc-glow-pulse{animation:fc-glow-pulse 2s ease-in-out infinite}
