:root {
  --radius: 0.25rem;
  --background: #f0f4ff;
  --foreground: #0a0a1a;
  --card: #e8eeff;
  --card-foreground: #0a0a1a;
  --popover: #e8eeff;
  --popover-foreground: #0a0a1a;
  --primary: #6600ff;
  --primary-foreground: #ffffff;
  --secondary: #d4e0ff;
  --secondary-foreground: #0a0a1a;
  --muted: #e0e8ff;
  --muted-foreground: #4455aa;
  --accent: #ff0066;
  --accent-foreground: #ffffff;
  --destructive: #ff2200;
  --destructive-foreground: #ffffff;
  --border: #aabbff;
  --input: #aabbff;
  --ring: #6600ff;
  --chart-1: #6600ff;
  --chart-2: #ff0066;
  --chart-3: #00ccff;
  --chart-4: #ffcc00;
  --chart-5: #00ff99;
  --sidebar: #e0e8ff;
  --sidebar-foreground: #0a0a1a;
  --sidebar-primary: #6600ff;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #ff0066;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #aabbff;
  --sidebar-ring: #6600ff;
}

.dark {
  --radius: 0.25rem;
  --background: #05050f;
  --foreground: #e0e8ff;
  --card: #0a0a1e;
  --card-foreground: #e0e8ff;
  --popover: #0f0f28;
  --popover-foreground: #e0e8ff;
  --primary: #7c33ff;
  --primary-foreground: #ffffff;
  --secondary: #1a1a3e;
  --secondary-foreground: #e0e8ff;
  --muted: #111130;
  --muted-foreground: #8899cc;
  --accent: #ff0066;
  --accent-foreground: #ffffff;
  --destructive: #ff3300;
  --destructive-foreground: #ffffff;
  --border: #2233aa;
  --input: #2233aa;
  --ring: #7c33ff;
  --chart-1: #7c33ff;
  --chart-2: #ff0066;
  --chart-3: #00ccff;
  --chart-4: #ffcc00;
  --chart-5: #00ff99;
  --sidebar: #0a0a1e;
  --sidebar-foreground: #e0e8ff;
  --sidebar-primary: #7c33ff;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #ff0066;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #2233aa;
  --sidebar-ring: #7c33ff;
}