@tailwind base;@tailwind components;@tailwind utilities;@keyframes pulse-subtle{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.95}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-pulse-subtle{animation:pulse-subtle 2s infinite ease-in-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-spin-slow{animation:spin-slow 12s linear infinite}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
