@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-100 dark:bg-gray-900 text-gray-900 dark:text-gray-100 min-h-screen transition-colors;}#app{@apply min-h-screen flex flex-col;}}@layer components{.btn-primary{@apply px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-md font-medium transition-colors;}.card{@apply bg-white dark:bg-gray-800 rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition-all border border-gray-200 dark:border-gray-700;}}[class*=overflow-x-auto]::-webkit-scrollbar{width:8px;height:8px}[class*=overflow-x-auto]::-webkit-scrollbar-track{background:#f1f1f1}[class*=overflow-x-auto]::-webkit-scrollbar-thumb{background:#888;border-radius:4px}[class*=overflow-x-auto]::-webkit-scrollbar-thumb:hover{background:#555}.dark [class*=overflow-x-auto]::-webkit-scrollbar-track{background:#333}.dark [class*=overflow-x-auto]::-webkit-scrollbar-thumb{background:#666}.dark [class*=overflow-x-auto]::-webkit-scrollbar-thumb:hover{background:#999}
