@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--brand-black: #000000;--brand-cyan: #27E7FE;--brand-warm: #F7F5F2;--status-green: #01E49A;--status-orange: #FE4E00;--status-amber: #FFAA01}}@layer components{.btn-primary{@apply bg-brand-black text-brand-warm px-4 py-2 text-sm font-medium hover:bg-neutral-800 transition-colors rounded-sm;}.btn-ghost{@apply border border-brand-black px-4 py-2 text-sm font-medium hover:bg-brand-black hover:text-brand-warm transition-colors rounded-sm;}.badge-active{@apply inline-flex items-center px-2 py-0.5 text-xs font-medium bg-status-green text-black rounded-sm;}.badge-warning{@apply inline-flex items-center px-2 py-0.5 text-xs font-medium bg-status-amber text-black rounded-sm;}.badge-error{@apply inline-flex items-center px-2 py-0.5 text-xs font-medium bg-status-orange text-white rounded-sm;}.badge-neutral{@apply inline-flex items-center px-2 py-0.5 text-xs font-medium bg-neutral-200 text-neutral-700 rounded-sm;}.card{@apply bg-white border border-neutral-200 rounded-sm p-4;}.table-row-hover{@apply hover:bg-neutral-50 transition-colors;}}
