/* Coral Creator Theme - Warm and inviting, perfect for creator platforms */

:root {
  --background: oklch(0.99 0.004 30);
  --foreground: oklch(0.2 0.012 20);
  --card: oklch(1 0.002 30);
  --card-foreground: oklch(0.2 0.012 20);
  --popover: oklch(1 0.002 30);
  --popover-foreground: oklch(0.2 0.012 20);
  --primary: oklch(0.65 0.2 20);
  --primary-foreground: oklch(0.99 0.01 20);
  --secondary: oklch(0.95 0.02 300);
  --secondary-foreground: oklch(0.35 0.04 300);
  --muted: oklch(0.96 0.008 30);
  --muted-foreground: oklch(0.5 0.015 20);
  --accent: oklch(0.6 0.16 185);
  --accent-foreground: oklch(0.99 0.01 185);
  --destructive: oklch(0.58 0.22 25);
  --destructive-foreground: oklch(0.99 0.01 25);
  --border: oklch(0.9 0.01 30);
  --input: oklch(0.9 0.01 30);
  --ring: oklch(0.65 0.2 20);
  --success: oklch(0.65 0.18 145);
  --success-foreground: oklch(0.99 0.01 145);
  --warning: oklch(0.72 0.16 65);
  --warning-foreground: oklch(0.2 0.02 65);
  --info: oklch(0.6 0.16 185);
  --info-foreground: oklch(0.99 0.01 185);
  --chart-1: oklch(0.65 0.2 20);
  --chart-2: oklch(0.6 0.16 185);
  --chart-3: oklch(0.68 0.18 55);
  --chart-4: oklch(0.62 0.18 145);
  --chart-5: oklch(0.65 0.18 300);
  --radius: 0.75rem;
}

.dark {
  --background: oklch(0.15 0.015 20);
  --foreground: oklch(0.96 0.006 30);
  --card: oklch(0.18 0.018 20);
  --card-foreground: oklch(0.96 0.006 30);
  --popover: oklch(0.18 0.018 20);
  --popover-foreground: oklch(0.96 0.006 30);
  --primary: oklch(0.7 0.22 20);
  --primary-foreground: oklch(0.99 0.01 20);
  --secondary: oklch(0.25 0.03 300);
  --secondary-foreground: oklch(0.96 0.006 30);
  --muted: oklch(0.22 0.018 20);
  --muted-foreground: oklch(0.65 0.012 30);
  --accent: oklch(0.68 0.18 185);
  --accent-foreground: oklch(0.15 0.015 20);
  --destructive: oklch(0.68 0.24 25);
  --destructive-foreground: oklch(0.99 0.01 25);
  --border: oklch(0.28 0.02 20);
  --input: oklch(0.28 0.02 20);
  --ring: oklch(0.7 0.22 20);
  --success: oklch(0.7 0.2 145);
  --success-foreground: oklch(0.99 0.01 145);
  --warning: oklch(0.75 0.18 65);
  --warning-foreground: oklch(0.15 0.015 20);
  --info: oklch(0.68 0.18 185);
  --info-foreground: oklch(0.15 0.015 20);
  --chart-1: oklch(0.7 0.22 20);
  --chart-2: oklch(0.68 0.18 185);
  --chart-3: oklch(0.72 0.2 55);
  --chart-4: oklch(0.68 0.2 145);
  --chart-5: oklch(0.7 0.2 300);
}
