/* Auto-mapped from admin-b2core.demo.b2broker.com/api/v2/my/system-info (B2Core uiConfig.theme).
   --chart-2/3/5 (positive/medium/demo) have no B2Core equivalent — shared
   B2Copy palette; --chart-1/--chart-4 follow the live --primary/--destructive.
   projectName=B2BDEMO  theme_color=#469067
   Logos + manifest theme_color wired from the same system-info payload. */
:root {
  --background: #ffffff;
  --foreground: #191919;
  --card: #f5f5f5;
  --card-foreground: #191919;
  --popover: #f5f5f5;
  --popover-foreground: #191919;
  --primary: #469067;
  --primary-foreground: #ffffff;
  --secondary: #e5efea;
  --secondary-foreground: #325a44;
  --muted: #fafafa;
  --muted-foreground: #666666;
  --accent: #f0f6f3;
  --accent-foreground: #325a44;
  --border: #d9d9d9;
  --input: #e6e6e6;
  --ring: #469067;
  --leaderboard-link-hover: #469067;
  --destructive: #b73d47;
  --destructive-foreground: #ffffff;
  --chart-1: #469067;
  --chart-2: #459b18;
  --chart-3: #b59807;
  --chart-4: #b73d47;
  --chart-5: #a42cbd;
}

.dark {
  --background: #191919;
  --foreground: #e6e6e6;
  --card: #212121;
  --card-foreground: #e6e6e6;
  --popover: #212121;
  --popover-foreground: #e6e6e6;
  --primary: #469067;
  --primary-foreground: #ffffff;
  --secondary: #1f2a24;
  --secondary-foreground: #8eb7a0;
  --muted: #1d1d1d;
  --muted-foreground: #999999;
  --accent: #1d231f;
  --accent-foreground: #8eb7a0;
  --border: #404040;
  --input: #2e2e2e;
  --ring: #469067;
  --leaderboard-link-hover: #469067;
  --destructive: #b73d47;
  --destructive-foreground: #ffffff;
  --chart-1: #469067;
  --chart-2: #459b18;
  --chart-3: #b59807;
  --chart-4: #b73d47;
  --chart-5: #a42cbd;
}
