/* 26800001 */
:root {
  --radius: 0.625rem;
  --background: #f8fafc;
  --foreground: #182238;
  --card: #ffffff;
  --card-foreground: #182238;
  --popover: #ffffff;
  --popover-foreground: #182238;
  --primary: oklch(0.84 0.005 255);
  --primary-foreground: oklch(0.16 0.006 255);
  --secondary: #1a2d5a;
  --secondary-foreground: #f7f1e3;
  --muted: #eef2f7;
  --muted-foreground: #647084;
  --accent: oklch(0.975 0.002 255);
  --accent-foreground: #25324a;
  --destructive: oklch(0.577 0.245 27.325);
  --border: #dbe2ec;
  --input: #d5deeb;
  --ring: oklch(0.88 0.006 255);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --sidebar: #ffffff;
  --sidebar-foreground: #182238;
  --sidebar-primary: oklch(0.8 0.005 255);
  --sidebar-primary-foreground: oklch(0.16 0.006 255);
  --sidebar-accent: #eef2f7;
  --sidebar-accent-foreground: #25324a;
  --sidebar-border: #dbe2ec;
  --sidebar-ring: oklch(0.88 0.006 255);
}

.dark {
  --background: #0b0f16;
  --foreground: #eef2f7;
  --card: #121821;
  --card-foreground: #eef2f7;
  --popover: #121821;
  --popover-foreground: #eef2f7;
  --primary: oklch(0.9 0.005 255);
  --primary-foreground: oklch(0.18 0.003 255);
  --secondary: #16213a;
  --secondary-foreground: #eef2f7;
  --muted: #1b2330;
  --muted-foreground: #a8b2c1;
  --accent: oklch(0.5 0.004 255);
  --accent-foreground: oklch(0.945 0.002 255);
  --destructive: oklch(0.704 0.191 22.216);
  --border: #2a3443;
  --input: #303b4d;
  --ring: oklch(0.86 0.006 255);
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: #0f141c;
  --sidebar-foreground: #eef2f7;
  --sidebar-primary: oklch(0.86 0.005 255);
  --sidebar-primary-foreground: oklch(0.18 0.003 255);
  --sidebar-accent: #1b2330;
  --sidebar-accent-foreground: #eef2f7;
  --sidebar-border: #2a3443;
  --sidebar-ring: oklch(0.86 0.006 255);
}
