/* APEXCORE 테마: apexcore.co.kr 웹사이트 색상(public/css/style.css :root)과 맞춘다. */
:root {
  --color-border: #e2e8f1;
  --color-input: #e2e8f1;
  --color-ring: #22c7e8;
  --color-background: #ffffff;
  --color-foreground: #0b1324;
  --color-primary: #0ea5c6;
  --color-primary-foreground: #ffffff;
  --color-secondary: #f3f6fb;
  --color-secondary-foreground: #0b1324;
  --color-muted: #f3f6fb;
  --color-muted-foreground: #75819a;
  --color-accent: #e3f8fc;
  --color-accent-foreground: #0b7f99;
  --color-destructive: #ef4444;
  --color-destructive-foreground: #ffffff;
  --color-popover: #ffffff;
  --color-popover-foreground: #0b1324;
  --color-sidebar: #f3f6fb;
  --color-sidebar-foreground: #0b1324;
  --color-sidebar-border: #e2e8f1;
  --color-sidebar-accent: #e6edf7;
  --color-sidebar-accent-foreground: #0b1324;
  --color-card: #ffffff;
  --color-card-foreground: #0b1324;
  --color-success: #10b981;
  --color-success-foreground: #ffffff;
  --color-warning: #f59e0b;
  --color-warning-foreground: #ffffff;
  --color-info: #3b7bff;
  --color-info-foreground: #ffffff;
  --color-selection: #e3f8fc;
  --color-selection-foreground: #0b7f99;
  --color-unread: #0ea5c6;
  --color-chart-1: #22c7e8;
  --color-chart-2: #3b7bff;
  --color-chart-3: #34d399;
  --color-chart-4: #fbbf24;
  --color-chart-5: #f87171;
}
.dark {
  --color-border: #1c2740;
  --color-input: #1c2740;
  --color-ring: #22c7e8;
  --color-background: #070b14;
  --color-foreground: #e9eef7;
  --color-primary: #22c7e8;
  --color-primary-foreground: #04121a;
  --color-secondary: #111a2c;
  --color-secondary-foreground: #e9eef7;
  --color-muted: #0d1526;
  --color-muted-foreground: #a3b0c6;
  --color-accent: #10263a;
  --color-accent-foreground: #7fe3f5;
  --color-destructive: #f87171;
  --color-destructive-foreground: #070b14;
  --color-popover: #0d1526;
  --color-popover-foreground: #e9eef7;
  --color-sidebar: #0a101d;
  --color-sidebar-foreground: #e9eef7;
  --color-sidebar-border: #16213a;
  --color-sidebar-accent: #111a2c;
  --color-sidebar-accent-foreground: #e9eef7;
  --color-card: #0a101d;
  --color-card-foreground: #e9eef7;
  --color-success: #34d399;
  --color-success-foreground: #04121a;
  --color-warning: #fbbf24;
  --color-warning-foreground: #04121a;
  --color-info: #3b7bff;
  --color-info-foreground: #ffffff;
  --color-selection: rgba(34, 199, 232, 0.18);
  --color-selection-foreground: #bff3fc;
  --color-unread: #22c7e8;
  --color-chart-1: #22c7e8;
  --color-chart-2: #3b7bff;
  --color-chart-3: #34d399;
  --color-chart-4: #fbbf24;
  --color-chart-5: #f87171;
}
