@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;background-color:#fcfdfe;transition:background-color .5s,color .5s;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html.dark body{background-color:#020617}::selection{background-color:#e0e7ff;color:#4338ca}@layer utilities{@keyframes textGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}to{transform:translateY(0) rotate(0)}}@keyframes shimmer{0%{opacity:.7;transform:translate(-10%)}50%{opacity:1;transform:translate(0)}to{opacity:.7;transform:translate(10%)}}@keyframes shine{0%{left:-100%}to{left:100%}}.animate-text-gradient{background-size:200% auto;animation:textGradient 4s linear infinite}.animate-float{animation:float 6s ease-in-out infinite}.animate-shimmer{animation:shimmer 3s ease-in-out infinite alternate}.animate-shine{animation:shine 1.5s infinite}.ai-glow{text-shadow:0 0 20px rgba(99,102,241,.2)}}
