@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{@apply text-gray-900 bg-gray-50;}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{@apply bg-gray-300 rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-gray-400;}.scrollbar-none::-webkit-scrollbar{display:none}.scrollbar-none{scrollbar-width:none}}@layer components{.card{@apply bg-white rounded-xl border border-gray-200 shadow-card;}.badge{@apply inline-flex items-center px-2 py-0.5 rounded-full text-xs font-medium;}.rag-red{@apply bg-red-100 text-red-700;}.rag-amber{@apply bg-amber-100 text-amber-700;}.rag-green{@apply bg-emerald-100 text-emerald-700;}.rag-gray{@apply bg-gray-100 text-gray-600;}.table-row{@apply border-b border-gray-100 hover:bg-gray-50/80 transition-colors;}}
