@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif}}@layer components{.status-dot{@apply w-2 h-2 rounded-full;}.status-dot.active{@apply bg-green-500;}.status-dot.inactive{@apply bg-red-500;}.status-dot.pending{@apply bg-yellow-500;}.metric-card{@apply bg-white rounded-lg shadow p-6;}.metric-value{@apply text-2xl font-bold text-gray-900;}.metric-label{@apply text-sm font-medium text-gray-500;}.table-row{@apply hover:bg-gray-50 border-b border-gray-200;}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}
