@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,sans-serif;@apply text-surface-900 antialiased;}*{@apply border-surface-200;}}@layer components{.btn{@apply inline-flex items-center gap-2 px-4 py-2 rounded-lg font-medium text-sm transition-all duration-150 focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-primary{@apply btn bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500;}.btn-secondary{@apply btn bg-surface-100 text-surface-800 hover:bg-surface-200 focus:ring-surface-400;}.btn-danger{@apply btn bg-red-600 text-white hover:bg-red-700 focus:ring-red-500;}.btn-ghost{@apply btn text-surface-600 hover:bg-surface-100 hover:text-surface-900;}.btn-sm{@apply px-3 py-1.5 text-xs;}.card{@apply bg-white rounded-xl border border-surface-200 shadow-sm;}.card-header{@apply px-6 py-4 border-b border-surface-100 flex items-center justify-between;}.card-body{@apply px-6 py-4;}.form-input{@apply w-full rounded-lg border-surface-300 bg-white text-sm shadow-sm focus:border-primary-500 focus:ring-2 focus:ring-primary-500/20 placeholder:text-surface-400;}.form-label{@apply block text-sm font-medium text-surface-700 mb-1.5;}.form-error{@apply mt-1 text-xs text-red-600;}.table-auto thead tr{@apply bg-surface-50 border-b border-surface-200;}.table-auto thead th{@apply px-4 py-3 text-left text-xs font-semibold text-surface-500 uppercase tracking-wider;}.table-auto tbody tr{@apply border-b border-surface-100 hover:bg-surface-50 transition-colors;}.table-auto tbody td{@apply px-4 py-3 text-sm text-surface-700;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.badge-green{@apply badge bg-green-100 text-green-800;}.badge-red{@apply badge bg-red-100 text-red-800;}.badge-yellow{@apply badge bg-yellow-100 text-yellow-800;}.badge-blue{@apply badge bg-blue-100 text-blue-800;}.badge-gray{@apply badge bg-surface-100 text-surface-700;}.sidebar-link{@apply flex items-center gap-3 px-3 py-2.5 rounded-lg text-sm font-medium text-surface-600 hover:bg-primary-50 hover:text-primary-700 transition-colors duration-150;}.sidebar-link.active{@apply bg-primary-50 text-primary-700;}}
