/* Palette matched to the live Metagold B2Core cabinet (my.fxmetagold.com),
   sampled from its computed theme vars: warm charcoal + red accent #ba4033.
   (Supersedes the earlier purple/gold port from b2core-clone, which was stale.)
   B2Core dark:  bg #292926 / card #141414 / accent #ba4033 / text #f7f7f5
   B2Core light: bg #f7f7f5 / card #ebebe5 / accent #ba4033 / text #141414 */
:root {
  --background: #f7f7f5;
  --foreground: #141414;
  --card: #ebebe5;
  --card-foreground: #141414;
  --popover: #f7f7f5;
  --popover-foreground: #141414;
  --border: #d8d8d2;
  --input: #e0e0da;
  --muted: #ebebe5;
  --muted-foreground: #6b6b64;
  --primary: #ba4033;
  --primary-foreground: #ffffff;
  --secondary: #e0e0da;
  --secondary-foreground: #141414;
  --accent: #ba40331a;
  --accent-foreground: #141414;
  --ring: #ba4033;
  --leaderboard-link-hover: #9e352a;
  --destructive: #ba4033;
  --destructive-foreground: #ffffff;
  --chart-1: #ba4033;
  --chart-2: #2d70ff;
  --chart-3: #34a322;
  --chart-4: #e6c200;
  --chart-5: #6b6b64;
}

.dark {
  --background: #292926;
  --foreground: #f7f7f5;
  --card: #141414;
  --card-foreground: #f7f7f5;
  --popover: #141414;
  --popover-foreground: #f7f7f5;
  --border: #41423d;
  --input: #41423d;
  --muted: #1f1f1d;
  --muted-foreground: #a3a39d;
  --primary: #ba4033;
  --primary-foreground: #ffffff;
  --secondary: #41423d;
  --secondary-foreground: #f7f7f5;
  --accent: #ba403333;
  --accent-foreground: #f7f7f5;
  --ring: #ba4033;
  --leaderboard-link-hover: #cf5346;
  --destructive: #ba4033;
  --destructive-foreground: #ffffff;
  --chart-1: #ba4033;
  --chart-2: #2d70ff;
  --chart-3: #34a322;
  --chart-4: #e6c200;
  --chart-5: #a3a39d;
}
