@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-primary: 59 130 246;--color-secondary: 16 185 129;--color-accent: 245 158 11;--color-danger: 239 68 68}*{box-sizing:border-box}html{scroll-behavior:smooth}body{@apply bg-gray-50 text-gray-900 antialiased;font-family:Inter,system-ui,-apple-system,sans-serif}h1,h2,h3,h4,h5,h6{@apply font-semibold tracking-tight;}}@layer components{.btn{@apply inline-flex items-center justify-center gap-2 px-4 py-2 rounded-lg font-medium transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-primary{@apply btn bg-blue-600 text-white hover:bg-blue-700 focus:ring-blue-500;}.btn-secondary{@apply btn bg-gray-100 text-gray-700 hover:bg-gray-200 focus:ring-gray-400;}.btn-danger{@apply btn bg-red-600 text-white hover:bg-red-700 focus:ring-red-500;}.btn-outline{@apply btn border border-gray-300 text-gray-700 hover:bg-gray-50 focus:ring-gray-400;}.input{@apply w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent placeholder:text-gray-400 disabled:bg-gray-50 disabled:cursor-not-allowed;}.label{@apply block text-sm font-medium text-gray-700 mb-1;}.card{@apply bg-white rounded-xl shadow-sm border border-gray-100 overflow-hidden;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.badge-blue{@apply badge bg-blue-100 text-blue-700;}.badge-green{@apply badge bg-green-100 text-green-700;}.badge-yellow{@apply badge bg-yellow-100 text-yellow-700;}.badge-red{@apply badge bg-red-100 text-red-700;}.badge-gray{@apply badge bg-gray-100 text-gray-700;}}@layer utilities{.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}}
