@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body,#root{height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes gradientBg{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes gentlePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.95}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes progress{0%{width:0%}to{width:100%}}@keyframes pulseGlow{0%,to{transform:scale(1);box-shadow:0 0 #007affb3}50%{transform:scale(1.05);box-shadow:0 0 0 10px #007aff00}}.animate-fade-in{animation:fadeIn .8s ease-in-out}.animate-fade-in-slow{animation:fadeIn 1.5s ease-in-out}.animate-fade-in-fast{animation:fadeIn .5s ease-in-out}.animate-fade-out-fast{animation:fadeOut .5s ease-in-out forwards}.animate-fade-out{animation:fadeOut .8s ease-in-out forwards}.animate-slide-in-up{animation:slideInUp .8s ease-in-out}.animate-gradient-bg{animation:gradientBg 25s ease infinite}.animate-gentle-pulse{animation:gentlePulse 2s ease-in-out infinite}.animate-shimmer{animation:shimmer 1.5s infinite linear}.animate-progress{animation:progress 90s linear infinite}.animate-pulse-glow{animation:pulseGlow 2s infinite cubic-bezier(.4,0,.6,1)}
