:root {
  --card: #ffffff;
  --ring: #8b5cf6;
  --input: #e0e7ff;
  --muted: #f5f3ff;
  --accent: #dbeafe;
  --border: #e0e7ff;
  --radius: 0.625rem;
  --chart-1: #8b5cf6;
  --chart-2: #7c3aed;
  --chart-3: #6d28d9;
  --chart-4: #5b21b6;
  --chart-5: #4c1d95;
  --popover: #ffffff;
  --primary: #8b5cf6;
  --sidebar: #f5f3ff;
  --font-mono: Fira Code, monospace;
  --font-sans: Roboto, sans-serif;
  --secondary: #f3f0ff;
  --background: #ffffff;
  --font-serif: Playfair Display, serif;
  --foreground: #312e81;
  --destructive: #ef4444;
  --shadow-blur: 4px;
  --shadow-color: hsl(255 86% 66%);
  --sidebar-ring: #8b5cf6;
  --shadow-spread: 0px;
  --shadow-opacity: 0.2;
  --sidebar-accent: #dbeafe;
  --sidebar-border: #e0e7ff;
  --card-foreground: #312e81;
  --shadow-offset-x: 2px;
  --shadow-offset-y: 2px;
  --sidebar-primary: #8b5cf6;
  --muted-foreground: #7c3aed;
  --accent-foreground: #1e40af;
  --popover-foreground: #312e81;
  --primary-foreground: #ffffff;
  --sidebar-foreground: #312e81;
  --secondary-foreground: #4338ca;
  --destructive-foreground: #ffffff;
  --sidebar-accent-foreground: #1e40af;
  --sidebar-primary-foreground: #ffffff;
}

.dark {
  --card: #1e1b4b;
  --ring: #8b5cf6;
  --input: #2e1065;
  --muted: #1e1b4b;
  --accent: #4338ca;
  --border: #2e1065;
  --radius: 0.625rem;
  --chart-1: #a78bfa;
  --chart-2: #8b5cf6;
  --chart-3: #7c3aed;
  --chart-4: #6d28d9;
  --chart-5: #5b21b6;
  --popover: #1e1b4b;
  --primary: #8b5cf6;
  --sidebar: #0f172a;
  --secondary: #1e1b4b;
  --background: #0f172a;
  --foreground: #e0e7ff;
  --destructive: #ef4444;
  --sidebar-ring: #8b5cf6;
  --sidebar-accent: #4338ca;
  --sidebar-border: #2e1065;
  --card-foreground: #e0e7ff;
  --sidebar-primary: #8b5cf6;
  --muted-foreground: #c4b5fd;
  --accent-foreground: #e0e7ff;
  --popover-foreground: #e0e7ff;
  --primary-foreground: #ffffff;
  --sidebar-foreground: #e0e7ff;
  --secondary-foreground: #e0e7ff;
  --destructive-foreground: #ffffff;
  --sidebar-accent-foreground: #e0e7ff;
  --sidebar-primary-foreground: #ffffff;
}

@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-font-mono: var(--font-mono);
  --color-font-sans: var(--font-sans);
  --color-secondary: var(--secondary);
  --color-background: var(--background);
  --color-font-serif: var(--font-serif);
  --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);
}