/* Palette from the B2Core design task PAN-41649 (Figma: Montero-Markets).
   Default theme per design: dark. accent #00b1b7 / hover #00cad1. */
:root {
  --background: #ffffff;
  --foreground: #050818;
  --card: #f6f7f7;
  --card-foreground: #050818;
  --popover: #ffffff;
  --popover-foreground: #050818;
  --border: #d6d7db;
  --input: #e9e9eb;
  --muted: #f1f1f3;
  --muted-foreground: #696d7b;
  --primary: #00b1b7;
  --primary-foreground: #ffffff;
  --secondary: #e9e9eb;
  --secondary-foreground: #050818;
  --accent: #00b2b833;
  --accent-foreground: #050818;
  --ring: #00b1b7;
  --leaderboard-link-hover: #00cad1;
  --destructive: #db304a;
  --destructive-foreground: #ffffff;
  --chart-1: #00b1b7;
  --chart-2: #2d70ff;
  --chart-3: #26b31d;
  --chart-4: #ffb300;
  --chart-5: #696d7b;
}

.dark {
  --background: #050818;
  --foreground: #ffffff;
  --card: #181b29;
  --card-foreground: #ffffff;
  --popover: #181b29;
  --popover-foreground: #ffffff;
  --border: #2c3252;
  --input: #1e2132;
  --muted: #1c1f2f;
  --muted-foreground: #8a90a7;
  --primary: #00b1b7;
  --primary-foreground: #ffffff;
  --secondary: #1e2132;
  --secondary-foreground: #ffffff;
  --accent: #00b2b833;
  --accent-foreground: #ffffff;
  --ring: #00b1b7;
  --leaderboard-link-hover: #00cad1;
  --destructive: #db304a;
  --destructive-foreground: #ffffff;
  --chart-1: #00b1b7;
  --chart-2: #2d70ff;
  --chart-3: #26b31d;
  --chart-4: #ffb300;
  --chart-5: #8a90a7;
}
