@tailwind base;@tailwind components;@tailwind utilities;:root{--background: hsl(210, 40%, 98%);--foreground: hsl(222, 84%, 5%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(222, 84%, 5%);--popover: hsl(0, 0%, 100%);--popover-foreground: hsl(222, 84%, 5%);--primary: hsl(221, 83%, 53%);--primary-foreground: hsl(210, 40%, 98%);--secondary: hsl(158, 64%, 52%);--secondary-foreground: hsl(0, 0%, 100%);--muted: hsl(210, 40%, 96%);--muted-foreground: hsl(215, 16%, 47%);--accent: hsl(221, 83%, 95%);--accent-foreground: hsl(221, 83%, 53%);--destructive: hsl(0, 84%, 60%);--destructive-foreground: hsl(210, 40%, 98%);--border: hsl(214, 32%, 91%);--input: hsl(214, 32%, 91%);--ring: hsl(221, 83%, 53%);--chart-1: hsl(221, 83%, 53%);--chart-2: hsl(158, 64%, 52%);--chart-3: hsl(42, 93%, 56%);--chart-4: hsl(147, 79%, 42%);--chart-5: hsl(341, 75%, 51%);--sidebar: hsl(0, 0%, 100%);--sidebar-foreground: hsl(222, 84%, 5%);--sidebar-primary: hsl(221, 83%, 53%);--sidebar-primary-foreground: hsl(210, 40%, 98%);--sidebar-accent: hsl(221, 83%, 95%);--sidebar-accent-foreground: hsl(221, 83%, 53%);--sidebar-border: hsl(214, 32%, 91%);--sidebar-ring: hsl(221, 83%, 53%);--font-sans: Inter, system-ui, sans-serif;--font-serif: Georgia, serif;--font-mono: Menlo, monospace;--radius: 8px}.dark{--background: hsl(222, 84%, 5%);--foreground: hsl(210, 40%, 98%);--card: hsl(222, 84%, 8%);--card-foreground: hsl(210, 40%, 98%);--popover: hsl(222, 84%, 8%);--popover-foreground: hsl(210, 40%, 98%);--primary: hsl(221, 83%, 53%);--primary-foreground: hsl(210, 40%, 98%);--secondary: hsl(158, 64%, 45%);--secondary-foreground: hsl(0, 0%, 100%);--muted: hsl(217, 32%, 17%);--muted-foreground: hsl(215, 20%, 65%);--accent: hsl(217, 32%, 17%);--accent-foreground: hsl(210, 40%, 98%);--destructive: hsl(0, 84%, 60%);--destructive-foreground: hsl(210, 40%, 98%);--border: hsl(217, 32%, 17%);--input: hsl(217, 32%, 17%);--ring: hsl(221, 83%, 53%);--chart-1: hsl(221, 83%, 53%);--chart-2: hsl(158, 64%, 45%);--chart-3: hsl(42, 93%, 56%);--chart-4: hsl(147, 79%, 42%);--chart-5: hsl(341, 75%, 51%);--sidebar: hsl(222, 84%, 8%);--sidebar-foreground: hsl(210, 40%, 98%);--sidebar-primary: hsl(221, 83%, 53%);--sidebar-primary-foreground: hsl(210, 40%, 98%);--sidebar-accent: hsl(217, 32%, 17%);--sidebar-accent-foreground: hsl(221, 83%, 53%);--sidebar-border: hsl(217, 32%, 17%);--sidebar-ring: hsl(221, 83%, 53%)}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-background text-foreground;}}.status-badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.status-pending{@apply bg-yellow-100 text-yellow-800;}.status-acknowledged{@apply bg-green-100 text-green-800;}.status-denied{@apply bg-red-100 text-red-800;}.status-paid{@apply bg-blue-100 text-blue-800;}
