@tailwind base;@tailwind components;@tailwind utilities;@source "../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php";@source "../../storage/framework/views/*.php";@source "../**/*.blade.php";@source "../**/*.js";@theme{ --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }@layer components{.dashboard-card{@apply bg-white rounded-lg shadow p-4 hover:shadow-md transition-shadow duration-200;}.dashboard-stat{@apply text-2xl font-bold text-gray-800;}.dashboard-label{@apply text-sm text-gray-600 mt-1;}.table-container{@apply bg-white rounded-lg shadow overflow-hidden;}.table-header{@apply px-6 py-3 bg-gray-50 text-left text-xs font-medium text-gray-500 uppercase tracking-wider;}.table-cell{@apply px-6 py-4 whitespace-nowrap text-sm text-gray-900;}.table-row{@apply hover:bg-gray-50;}.btn{@apply px-4 py-2 rounded text-sm font-medium transition-colors duration-200;}.btn-primary{@apply bg-blue-500 text-white hover:bg-blue-600;}.btn-secondary{@apply bg-gray-500 text-white hover:bg-gray-600;}.nav-link{@apply flex items-center px-4 py-2 text-gray-700 hover:bg-gray-100 transition-colors duration-200;}.nav-link.active{@apply bg-gray-100 text-blue-600;}}
