::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes springUp{0%{transform:scale(.95) translateY(20px);opacity:0}60%{transform:scale(1.02) translateY(-5px);opacity:1}to{transform:scale(1) translateY(0);opacity:1}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseSoft{0%{box-shadow:0 0 #e2530366}70%{box-shadow:0 0 0 10px #e2530300}to{box-shadow:0 0 #e2530300}}.animate-spring-up{animation:springUp .4s cubic-bezier(.175,.885,.32,1.275) forwards}.animate-fade-slide-up{animation:fadeSlideUp .3s ease-out forwards}.animate-pulse-soft{animation:pulseSoft 3s infinite}#root{@tailwind base;@tailwind components;@tailwind utilities;}
