@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-dark text-white font-sans;}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-surface;}::-webkit-scrollbar-thumb{@apply bg-accent rounded;}}@layer components{.btn-primary{@apply bg-primary hover:bg-accent text-white font-semibold px-4 py-2 rounded transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-primary/50;}.btn-ghost{@apply border border-border hover:border-primary text-white px-4 py-2 rounded transition-colors duration-200;}.card{@apply bg-surface border border-border rounded-xl p-5;}.badge-red{@apply inline-flex items-center px-2 py-0.5 rounded text-xs font-medium bg-primary/20 text-primary;}.badge-yellow{@apply inline-flex items-center px-2 py-0.5 rounded text-xs font-medium bg-yellow-900/40 text-yellow-400;}.badge-green{@apply inline-flex items-center px-2 py-0.5 rounded text-xs font-medium bg-green-900/40 text-green-400;}.badge-gray{@apply inline-flex items-center px-2 py-0.5 rounded text-xs font-medium bg-gray-800 text-gray-400;}.input{@apply bg-dark border border-border text-white rounded px-3 py-2 w-full focus:outline-none focus:ring-1 focus:ring-primary placeholder-muted;}}
