/* WinWin Theme - oklch color format */
/* These values are copied from globals.css as WinWin was the original brand */

:root {
  /* WinWin-inspired blue palette */
  --background: oklch(0.983 0.007 248); /* #F6FAFE */
  --foreground: oklch(0.221 0.039 258); /* #0F1B2D */

  --card: oklch(1 0 0);
  --card-foreground: oklch(0.221 0.039 258);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.221 0.039 258);

  --primary: oklch(0.559 0.136 257); /* #3A74C2 */
  --primary-foreground: oklch(0.99 0 0);

  --secondary: oklch(0.965 0.010 253); /* #EFF4FA */
  --secondary-foreground: oklch(0.438 0.075 260); /* #39527B */

  --muted: oklch(0.930 0.020 253); /* #DFE9F5 */
  --muted-foreground: oklch(0.542 0.045 260); /* #60708A */

  --accent: oklch(0.785 0.098 258); /* #92BBF8 */
  --accent-foreground: oklch(0.221 0.039 258);

  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.99 0 0);

  --warning: oklch(0.769 0.188 70.08); /* Amber 500 - #F59E0B */
  --warning-foreground: oklch(0.221 0.039 258);

  --border: oklch(0.930 0.020 253);
  --input: oklch(0.930 0.020 253);
  --ring: oklch(0.785 0.098 258);

  --chart-1: oklch(0.559 0.136 257); /* primary */
  --chart-2: oklch(0.438 0.075 260); /* secondary */
  --chart-3: oklch(0.785 0.098 258); /* accent */
  --chart-4: oklch(0.698 0.091 257); /* #79A0D6 */
  --chart-5: oklch(0.567 0.068 258); /* #5D789F */

  --radius: 0.75rem;

  --sidebar: oklch(0.983 0.007 248);
  --sidebar-foreground: oklch(0.221 0.039 258);
  --sidebar-primary: oklch(0.559 0.136 257);
  --sidebar-primary-foreground: oklch(0.99 0 0);
  --sidebar-accent: oklch(0.965 0.010 253);
  --sidebar-accent-foreground: oklch(0.438 0.075 260);
  --sidebar-border: oklch(0.930 0.020 253);
  --sidebar-ring: oklch(0.785 0.098 258);
}

.dark {
  --background: oklch(0.183 0.031 263); /* #0B1220 */
  --foreground: oklch(0.966 0.001 197); /* #F3F4F4 */

  --card: oklch(0.255 0.027 263); /* #1C2330 */
  --card-foreground: oklch(0.966 0.001 197);
  --popover: oklch(0.255 0.027 263);
  --popover-foreground: oklch(0.966 0.001 197);

  --primary: oklch(0.698 0.091 257); /* #79A0D6 */
  --primary-foreground: oklch(0.183 0.031 263);

  --secondary: oklch(0.287 0.035 259); /* #202B3C */
  --secondary-foreground: oklch(0.966 0.001 197);

  --muted: oklch(0.287 0.035 259);
  --muted-foreground: oklch(0.775 0.010 258); /* #B2B6BC */

  --accent: oklch(0.785 0.098 258); /* #92BBF8 */
  --accent-foreground: oklch(0.183 0.031 263);

  --destructive: oklch(0.600 0.220 27);
  --destructive-foreground: oklch(0.966 0.001 197);

  --warning: oklch(0.769 0.188 70.08); /* Amber 500 */
  --warning-foreground: oklch(0.183 0.031 263);

  --border: oklch(0.320 0.023 264); /* #2D333F */
  --input: oklch(0.320 0.023 264);
  --ring: oklch(0.785 0.098 258);

  --chart-1: oklch(0.698 0.091 257);
  --chart-2: oklch(0.785 0.098 258);
  --chart-3: oklch(0.567 0.068 258);
  --chart-4: oklch(0.542 0.045 260);
  --chart-5: oklch(0.438 0.075 260);

  --sidebar: oklch(0.221 0.039 258);
  --sidebar-foreground: oklch(0.966 0.001 197);
  --sidebar-primary: oklch(0.698 0.091 257);
  --sidebar-primary-foreground: oklch(0.183 0.031 263);
  --sidebar-accent: oklch(0.287 0.035 259);
  --sidebar-accent-foreground: oklch(0.966 0.001 197);
  --sidebar-border: oklch(0.320 0.023 264);
  --sidebar-ring: oklch(0.785 0.098 258);
}
