/* Palette ported from the existing Metagold B2Core vendor
   (b2core-clone/projects/fxmetagold): purple background + gold accent.
   Brand default theme: dark. accent #f2ad40 / hover #f3b553. */
:root {
  --background: #ffffff;
  --foreground: #343434;
  --card: #f5f5f5;
  --card-foreground: #343434;
  --popover: #ffffff;
  --popover-foreground: #343434;
  --border: #cccccc;
  --input: #e6e6e6;
  --muted: #f1f1f3;
  --muted-foreground: #808080;
  --primary: #f2ad40;
  --primary-foreground: #291a3d;
  --secondary: #e6e6e6;
  --secondary-foreground: #343434;
  --accent: #f2ad4033;
  --accent-foreground: #343434;
  --ring: #f2ad40;
  --leaderboard-link-hover: #d9922a;
  --destructive: #bf3838;
  --destructive-foreground: #ffffff;
  --chart-1: #f2ad40;
  --chart-2: #2d70ff;
  --chart-3: #34a322;
  --chart-4: #e6c200;
  --chart-5: #808080;
}

.dark {
  --background: #291a3d;
  --foreground: #ffffff;
  --card: #35224f;
  --card-foreground: #ffffff;
  --popover: #35224f;
  --popover-foreground: #ffffff;
  --border: #523479;
  --input: #412960;
  --muted: #412960;
  --muted-foreground: #7e748b;
  --primary: #f2ad40;
  --primary-foreground: #291a3d;
  --secondary: #412960;
  --secondary-foreground: #ffffff;
  --accent: #f2ad4033;
  --accent-foreground: #ffffff;
  --ring: #f2ad40;
  --leaderboard-link-hover: #f3b553;
  --destructive: #bf3838;
  --destructive-foreground: #ffffff;
  --chart-1: #f2ad40;
  --chart-2: #2d70ff;
  --chart-3: #34a322;
  --chart-4: #e6c200;
  --chart-5: #7e748b;
}
