@tailwind base;@tailwind components;@tailwind utilities;@layer base{html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}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}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.custom-scrollbar::-webkit-scrollbar{width:14px;height:14px}.custom-scrollbar::-webkit-scrollbar-track{background-color:#f1f5f9;border-left:1px solid #e2e8f0}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px;border:3px solid #f1f5f9}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.custom-scrollbar{overflow-y:scroll!important}
