:root {
    --card: #faf7f5;
    --ring: #9b2c2c;
    --input: #f5e8d2;
    --muted: #f0ebe8;
    --accent: #fef3c7;
    --border: #f5e8d2;
    --radius: 0.375rem;
    --chart-1: #b91c1c;
    --chart-2: #9b2c2c;
    --chart-3: #7f1d1d;
    --chart-4: #b45309;
    --chart-5: #92400e;
    --popover: #faf7f5;
    --primary: #9b2c2c;
    --sidebar: #f0ebe8;
    --secondary: #fdf2d6;
    --background: #faf7f5;
    --foreground: #1a1a1a;
    --destructive: #991b1b;
    --shadow-blur: 16px;
    --shadow-color: hsl(0 63% 18%);
    --sidebar-ring: #9b2c2c;
    --shadow-spread: -2px;
    --shadow-opacity: 0.12;
    --sidebar-accent: #fef3c7;
    --sidebar-border: #f5e8d2;
    --card-foreground: #1a1a1a;
    --shadow-offset-x: 1px;
    --shadow-offset-y: 1px;
    --sidebar-primary: #9b2c2c;
    --muted-foreground: #57534e;
    --accent-foreground: #7f1d1d;
    --popover-foreground: #1a1a1a;
    --primary-foreground: #ffffff;
    --sidebar-foreground: #1a1a1a;
    --secondary-foreground: #805500;
    --destructive-foreground: #ffffff;
    --sidebar-accent-foreground: #7f1d1d;
    --sidebar-primary-foreground: #ffffff;
}

.dark {
    --card: #292524;
    --ring: #b91c1c;
    --input: #44403c;
    --muted: #292524;
    --accent: #b45309;
    --border: #44403c;
    --radius: 0.375rem;
    --chart-1: #f87171;
    --chart-2: #ef4444;
    --chart-3: #dc2626;
    --chart-4: #fbbf24;
    --chart-5: #f59e0b;
    --popover: #292524;
    --primary: #b91c1c;
    --sidebar: #1c1917;
    --secondary: #92400e;
    --background: #1c1917;
    --foreground: #f5f5f4;
    --destructive: #ef4444;
    --sidebar-ring: #b91c1c;
    --sidebar-accent: #b45309;
    --sidebar-border: #44403c;
    --card-foreground: #f5f5f4;
    --sidebar-primary: #b91c1c;
    --muted-foreground: #d6d3d1;
    --accent-foreground: #fef3c7;
    --popover-foreground: #f5f5f4;
    --primary-foreground: #faf7f5;
    --sidebar-foreground: #f5f5f4;
    --secondary-foreground: #fef3c7;
    --destructive-foreground: #ffffff;
    --sidebar-accent-foreground: #fef3c7;
    --sidebar-primary-foreground: #faf7f5;
}

@theme inline {
    --color-card: var(--card);
    --color-ring: var(--ring);
    --color-input: var(--input);
    --color-muted: var(--muted);
    --color-accent: var(--accent);
    --color-border: var(--border);
    --color-radius: var(--radius);
    --color-chart-1: var(--chart-1);
    --color-chart-2: var(--chart-2);
    --color-chart-3: var(--chart-3);
    --color-chart-4: var(--chart-4);
    --color-chart-5: var(--chart-5);
    --color-popover: var(--popover);
    --color-primary: var(--primary);
    --color-sidebar: var(--sidebar);
    --color-secondary: var(--secondary);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-destructive: var(--destructive);
    --color-shadow-blur: var(--shadow-blur);
    --color-shadow-color: var(--shadow-color);
    --color-sidebar-ring: var(--sidebar-ring);
    --color-shadow-spread: var(--shadow-spread);
    --color-shadow-opacity: var(--shadow-opacity);
    --color-sidebar-accent: var(--sidebar-accent);
    --color-sidebar-border: var(--sidebar-border);
    --color-card-foreground: var(--card-foreground);
    --color-shadow-offset-x: var(--shadow-offset-x);
    --color-shadow-offset-y: var(--shadow-offset-y);
    --color-sidebar-primary: var(--sidebar-primary);
    --color-muted-foreground: var(--muted-foreground);
    --color-accent-foreground: var(--accent-foreground);
    --color-popover-foreground: var(--popover-foreground);
    --color-primary-foreground: var(--primary-foreground);
    --color-sidebar-foreground: var(--sidebar-foreground);
    --color-secondary-foreground: var(--secondary-foreground);
    --color-destructive-foreground: var(--destructive-foreground);
    --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
    --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
}