@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-white text-slate-900 transition-colors duration-300;}.dark body{@apply bg-slate-900 text-slate-100;}}@keyframes slideInDown{0%{opacity:0;transform:translate(-50%,-20px) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes slideOutUp{0%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-20px) scale(.95)}}.animate-toast-in{animation:slideInDown .4s cubic-bezier(.16,1,.3,1) forwards}.animate-toast-out{animation:slideOutUp .3s cubic-bezier(.16,1,.3,1) forwards}.glass-panel{background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dark .glass-panel{background:#0f172af2}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-slate-300 rounded-full;}.custom-scrollbar::-webkit-scrollbar-thumb:hover{@apply bg-slate-400;}
