/* ==========================================================================
   PALETTE: Shane's Green
   Vibrant green primary (dark by default)
   ========================================================================== */

[data-palette="shanes-green"] {
  --background: oklch(0.15 0.02 269.18);
  --foreground: oklch(0.95 0.01 238.46);
  --card: oklch(0.20 0.02 266.02);
  --card-foreground: oklch(0.95 0.01 238.46);
  --popover: oklch(0.20 0.02 266.02);
  --popover-foreground: oklch(0.95 0.01 238.46);
  --primary: oklch(0.8442 0.167187 169.96185);
  --primary-foreground: oklch(0.15 0.02 269.18);
  --secondary: oklch(0.30 0.03 271.05);
  --secondary-foreground: oklch(0.95 0.01 238.46);
  --muted: oklch(0.30 0.03 271.05);
  --muted-foreground: oklch(0.60 0.03 269.46);
  --accent: oklch(0.30 0.03 271.05);
  --accent-foreground: oklch(0.95 0.01 238.46);
  --destructive: oklch(0.64 0.25 19.69);
  --border: oklch(0.95 0.01 238.46 / 15%);
  --input: oklch(0.95 0.01 238.46 / 20%);
  --ring: oklch(0.7793 0.1542 170.03);
  --chart-1: oklch(0.7793 0.1542 170.03);
  --chart-2: oklch(0.60 0.10 269.83);
  --chart-3: oklch(0.72 0.12 201.79);
  --chart-4: oklch(0.80 0.10 100.65);
  --chart-5: oklch(0.60 0.15 300.14);
  --sidebar: oklch(0.20 0.02 266.02);
  --sidebar-foreground: oklch(0.95 0.01 238.46);
  --sidebar-primary: oklch(0.7793 0.1542 170.03);
  --sidebar-primary-foreground: oklch(0.15 0.02 269.18);
  --sidebar-accent: oklch(0.30 0.03 271.05);
  --sidebar-accent-foreground: oklch(0.95 0.01 238.46);
  --sidebar-border: oklch(0.95 0.01 238.46 / 15%);
  --sidebar-ring: oklch(0.7793 0.1542 170.03);
  --radius: 0.25rem;
  --rating: oklch(0.83 0.16 84.43);
}
