/* Auto-mapped from admin-b2core-support.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 support  theme_color=#230df2
   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: #230df2;
  --primary-foreground: #ffffff;
  --secondary: #e0ddfd;
  --secondary-foreground: #1e1290;
  --muted: #fafafa;
  --muted-foreground: #666666;
  --accent: #edecfe;
  --accent-foreground: #1e1290;
  --border: #d9d9d9;
  --input: #e6e6e6;
  --ring: #230df2;
  --leaderboard-link-hover: #230df2;
  --destructive: #e7430c;
  --destructive-foreground: #ffffff;
  --chart-1: #230df2;
  --chart-2: #459b18;
  --chart-3: #b59807;
  --chart-4: #e7430c;
  --chart-5: #a42cbd;
}

.dark {
  --background: #191919;
  --foreground: #e6e6e6;
  --card: #212121;
  --card-foreground: #e6e6e6;
  --popover: #212121;
  --popover-foreground: #e6e6e6;
  --primary: #230df2;
  --primary-foreground: #ffffff;
  --secondary: #1a1737;
  --secondary-foreground: #7b6fed;
  --muted: #1d1d1d;
  --muted-foreground: #999999;
  --accent: #1a182a;
  --accent-foreground: #7b6fed;
  --border: #404040;
  --input: #2e2e2e;
  --ring: #230df2;
  --leaderboard-link-hover: #230df2;
  --destructive: #e7430c;
  --destructive-foreground: #ffffff;
  --chart-1: #230df2;
  --chart-2: #459b18;
  --chart-3: #b59807;
  --chart-4: #e7430c;
  --chart-5: #a42cbd;
}
