@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 22 22 23;--foreground: 250 250 250;--card: 28 28 30;--card-foreground: 250 250 250;--popover: 28 28 30;--popover-foreground: 250 250 250;--primary: 221 83 50;--primary-foreground: 250 250 250;--secondary: 36 36 38;--secondary-foreground: 250 250 250;--muted: 36 36 38;--muted-foreground: 140 140 140;--accent: 221 83 50;--accent-foreground: 250 250 250;--destructive: 0 84 60;--destructive-foreground: 250 250 250;--border: 51 51 51;--input: 51 51 51;--ring: 221 83 50;--radius: .375rem}body{@apply bg-background text-foreground;}}@layer components{.btn-primary{@apply bg-primary text-primary-foreground px-4 py-2 rounded-lg hover:opacity-90 transition-colors;}.btn-secondary{@apply bg-secondary text-secondary-foreground px-4 py-2 rounded-lg hover:opacity-90 transition-colors;}.input-field{@apply w-full px-4 py-2 border border-input rounded-lg focus:ring-2 focus:ring-ring focus:border-transparent;}}
