@tailwind base;@tailwind components;@tailwind utilities;:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--user-status-active: #10b981;--user-status-inactive: #6b7280;--user-status-suspended: #ef4444;--user-status-pending: #f59e0b;--role-admin: #06b6d4;--role-user: #8b5cf6;--action-edit: #3b82f6;--action-delete: #ef4444;--action-export: #10b981}#root{margin:auto}.status-badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.status-active{@apply bg-green-900/50 text-green-300 border border-green-700;}.status-inactive{@apply bg-gray-900/50 text-gray-300 border border-gray-700;}.status-suspended{@apply bg-red-900/50 text-red-300 border border-red-700;}.status-pending{@apply bg-yellow-900/50 text-yellow-300 border border-yellow-700;}.role-badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.role-admin{@apply bg-cyan-900/50 text-cyan-300 border border-cyan-700;}.role-user{@apply bg-purple-900/50 text-purple-300 border border-purple-700;}.user-table-row{@apply hover:bg-slate-700/30 transition-colors cursor-pointer;}.user-table-row.selected{@apply bg-cyan-900/20 border-l-4 border-cyan-500;}.action-button{@apply inline-flex items-center px-3 py-1.5 text-sm font-medium rounded-md transition-colors;}.action-edit{@apply text-blue-300 bg-blue-900/30 hover:bg-blue-900/50 border border-blue-700;}.action-delete{@apply text-red-300 bg-red-900/30 hover:bg-red-900/50 border border-red-700;}.action-export{@apply text-green-300 bg-green-900/30 hover:bg-green-900/50 border border-green-700;}
