@tailwind base;@tailwind components;@tailwind utilities;body{@apply bg-slate-50 text-slate-800;}.sidebar-input{@apply w-full bg-slate-100/50 p-4 rounded-2xl border-none outline-none focus:ring-2 focus:ring-blue-500/20 transition-all placeholder-slate-400 text-slate-700;}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}@keyframes shine-sweep{0%{transform:translateY(-100%) translate(-100%) rotate(45deg);opacity:0}50%{opacity:.5}to{transform:translateY(100%) translate(100%) rotate(45deg);opacity:0}}.animate-shine-sweep{animation:shine-sweep 3s infinite ease-in-out}@media print{body{-webkit-print-color-adjust:exact}}
