.admin-theme {
  --admin-bg: oklch(0.22 0.08 135);
  --background: oklch(0.07 0.03 210);
  --foreground: oklch(0.98 0 0);
  --card: oklch(0.11 0.03 210);
  --card-foreground: oklch(0.98 0 0);
  --popover: oklch(0.11 0.03 210);
  --popover-foreground: oklch(0.98 0 0);
  --primary: oklch(0.9 0.26 135);
  --primary-foreground: oklch(0.08 0.03 210);
  --secondary: oklch(0.2 0.05 215);
  --secondary-foreground: oklch(0.98 0 0);
  --muted: oklch(0.22 0.05 215);
  --muted-foreground: oklch(0.74 0 0);
  --accent: oklch(0.78 0.2 65);
  --accent-foreground: oklch(0.09 0.03 210);
  --destructive: oklch(0.62 0.25 27.325);
  --destructive-foreground: oklch(0.96 0 0);
  --border: oklch(0.28 0.05 215);
  --input: oklch(0.2 0.05 215);
  --ring: oklch(0.9 0.26 135);
  --chart-1: oklch(0.9 0.26 135);
  --chart-2: oklch(0.78 0.2 65);
  --chart-3: oklch(0.7 0.19 25);
  --chart-4: oklch(0.74 0.2 200);
  --chart-5: oklch(0.8 0.22 95);
  --radius: 0.75rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: oklch(0.145 0 0);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
  --glow-strong: oklch(0.9 0.26 135 / 0.55);
  --glow-soft: oklch(0.9 0.26 135 / 0.12);
  --glow-faint: oklch(0.9 0.26 135 / 0.08);
  --glow-border: oklch(0.9 0.26 135 / 0.25);
}

.admin-theme.dark {
  --admin-bg: oklch(0.2 0.08 135);
  --background: oklch(0.06 0.03 210);
  --foreground: oklch(0.98 0 0);
  --card: oklch(0.09 0.03 210);
  --card-foreground: oklch(0.98 0 0);
  --popover: oklch(0.09 0.03 210);
  --popover-foreground: oklch(0.98 0 0);
  --primary: oklch(0.9 0.26 135);
  --primary-foreground: oklch(0.08 0.03 210);
  --secondary: oklch(0.18 0.05 215);
  --secondary-foreground: oklch(0.98 0 0);
  --muted: oklch(0.2 0.05 215);
  --muted-foreground: oklch(0.72 0 0);
  --accent: oklch(0.78 0.2 65);
  --accent-foreground: oklch(0.09 0.03 210);
  --destructive: oklch(0.62 0.25 27.325);
  --destructive-foreground: oklch(0.96 0 0);
  --border: oklch(0.24 0.05 215);
  --input: oklch(0.18 0.05 215);
  --ring: oklch(0.9 0.26 135);
  --chart-1: oklch(0.9 0.26 135);
  --chart-2: oklch(0.78 0.2 65);
  --chart-3: oklch(0.7 0.19 25);
  --chart-4: oklch(0.74 0.2 200);
  --chart-5: oklch(0.8 0.22 95);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(0.269 0 0);
  --sidebar-ring: oklch(0.439 0 0);
  --glow-strong: oklch(0.9 0.26 135 / 0.45);
  --glow-soft: oklch(0.9 0.26 135 / 0.12);
  --glow-faint: oklch(0.9 0.26 135 / 0.08);
  --glow-border: oklch(0.9 0.26 135 / 0.25);
}

.admin-theme .admin-surface {
  background: var(--admin-bg);
}
