@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#fff;color:#0f172a;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#a7f3d0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#34d399}.animate-fade-in{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.glass-card{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.05)}.bg-dot-pattern{background-color:#fff;background-image:radial-gradient(#00E576 1px,transparent 1px);background-size:32px 32px}.login-grid-bg{background-image:linear-gradient(rgba(182,234,85,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(182,234,85,.3) 1px,transparent 1px);background-size:80px 80px}@keyframes wordSwap{0%{opacity:0;transform:translateY(12px) rotateX(-40deg);filter:blur(4px)}12%{opacity:1;transform:translateY(0) rotateX(0);filter:blur(0)}80%{opacity:1;transform:translateY(0) rotateX(0);filter:blur(0)}to{opacity:0;transform:translateY(-12px) rotateX(40deg);filter:blur(4px)}}.animate-word-swap{animation:wordSwap 2.8s ease-in-out forwards}@keyframes sparkleIn{0%{opacity:0;transform:scale(0) rotate(-30deg)}50%{opacity:1;transform:scale(1.2) rotate(10deg)}to{opacity:.6;transform:scale(1) rotate(0)}}.animate-sparkle-in{animation:sparkleIn .8s .6s ease-out forwards}@keyframes aurora1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(5%,8%) scale(1.05)}66%{transform:translate(-3%,4%) scale(.95)}}@keyframes aurora2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-4%,-6%) scale(1.08)}66%{transform:translate(6%,-3%) scale(.96)}}@keyframes aurora3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-8%,5%) scale(1.1)}}.animate-aurora-1{animation:aurora1 15s ease-in-out infinite}.animate-aurora-2{animation:aurora2 18s ease-in-out infinite}.animate-aurora-3{animation:aurora3 12s ease-in-out infinite}@keyframes floatParticle1{0%,to{transform:translate(0);opacity:.4}25%{transform:translate(15px,-25px);opacity:.8}50%{transform:translate(-10px,-40px);opacity:.3}75%{transform:translate(20px,-15px);opacity:.7}}@keyframes floatParticle2{0%,to{transform:translate(0);opacity:.3}33%{transform:translate(-20px,15px);opacity:.6}66%{transform:translate(10px,-20px);opacity:.4}}@keyframes floatParticle3{0%,to{transform:translate(0);opacity:.5}50%{transform:translate(25px,-30px);opacity:.2}}.animate-float-particle-1{animation:floatParticle1 8s ease-in-out infinite}.animate-float-particle-2{animation:floatParticle2 10s ease-in-out infinite}.animate-float-particle-3{animation:floatParticle3 12s ease-in-out infinite}
