@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-glow{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.5);opacity:.8}}.animate-shimmer{animation:shimmer 1.5s infinite}.animate-pulse-glow{animation:pulse-glow 3s ease-in-out infinite}}
