@tailwind base;@tailwind components;@tailwind utilities;@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .24s ease-out both}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .28s ease-out both}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(220%)}}.animate-shimmer{animation:shimmer 1.6s ease-in-out infinite}@keyframes shimmer-sweep{0%{transform:translate(-120%) skew(-12deg)}to{transform:translate(220%) skew(-12deg)}}.animate-shimmer-sweep{animation:shimmer-sweep 2.2s ease-in-out infinite}@keyframes shimmer-bg{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer-bg{background-image:linear-gradient(90deg,#94a3b80a,#facc152e,#94a3b80a);background-size:200% 100%;animation:shimmer-bg 1.8s linear infinite}@keyframes gradient-pulse{0%,to{opacity:.55}50%{opacity:1}}.animate-gradient-pulse{animation:gradient-pulse 2.4s ease-in-out infinite}@keyframes aurora-drift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-aurora{background-size:200% 200%;animation:aurora-drift 6s ease-in-out infinite}.animate-aurora-pulse{background-size:200% 200%;animation:aurora-drift 6s ease-in-out infinite,gradient-pulse 2.4s ease-in-out infinite}
