/* Auto-mapped from admin-my.b2prime.com/api/v2/my/system-info (B2Core uiConfig.theme).
   projectName=B2PRIME  theme_color=#03a17e
   accent -> --primary/--ring; background/card/field/divider/text-* -> neutrals;
   --secondary/--accent derived as brand-hued tints (were the generic demo blue).
   No --chart-* : the B2Core payload provides none, so none are invented. */
:root {
  --background: #ffffff;
  --foreground: #181b1a;
  --card: #f7f8f8;
  --card-foreground: #181b1a;
  --popover: #f7f8f8;
  --popover-foreground: #181b1a;
  --primary: #03a17e;
  --primary-foreground: #ffffff;
  --secondary: #dcf2ed;
  --secondary-foreground: #0c6551;
  --muted: #fbfcfc;
  --muted-foreground: #6c7a77;
  --accent: #ebf7f5;
  --accent-foreground: #0c6551;
  --border: #d6dbda;
  --input: #e9eceb;
  --ring: #03a17e;
  --leaderboard-link-hover: #03b991;
  --destructive: #bf3838;
  --destructive-foreground: #ffffff;
}

.dark {
  --background: #181b1a;
  --foreground: #ffffff;
  --card: #1f2322;
  --card-foreground: #ffffff;
  --popover: #1f2322;
  --popover-foreground: #ffffff;
  --primary: #03a17e;
  --primary-foreground: #ffffff;
  --secondary: #152e28;
  --secondary-foreground: #74cbb8;
  --muted: #1c1f1e;
  --muted-foreground: #879592;
  --accent: #162622;
  --accent-foreground: #74cbb8;
  --border: #3c4442;
  --input: #2b312f;
  --ring: #03a17e;
  --leaderboard-link-hover: #03b991;
  --destructive: #bf3838;
  --destructive-foreground: #ffffff;
}
