@import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css');

/* Custom styles */
body { background-color: #f1f3f6; font-family: 'Inter', sans-serif; }
.sidebar { background-color: #1f2937; color: white; min-height: 100vh; }
.nav-link { padding: 0.75rem; display: block; color: white; text-decoration: none; }
.nav-link:hover { background-color: #374151; border-radius: 0.5rem; }
.card { background-color: white; border-radius: 0.5rem; padding: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1);}
.table-auto th, .table-auto td { padding: 0.5rem; text-align: left; }
.text-green-600 { color: #16a34a; }
.text-blue-600 { color: #2563eb; }
