/* Auto-mapped from crm.myrtle.ltd/api/v2/my/system-info (B2Core uiConfig.theme).
   projectName=Myrtle Trading LLC  theme_color=#56a3db
   NOTE: portal.myrtle.ltd/assets/styles/theme.css (accent #52b17c) is the shared
   B2Core *default* fallback sheet — byte-identical to crm.tx3markets.com's — and is
   NOT this broker's palette. The live uiConfig.theme above is authoritative.
   B2Core exposes no chart palette, so no --chart-* tokens are emitted here. */
:root {
  --background: #ffffff;
  --foreground: #17181b;
  --card: #f6f7f7;
  --card-foreground: #17181b;
  --popover: #f6f7f7;
  --popover-foreground: #17181b;
  --primary: #56a3db;
  --primary-foreground: #ffffff;
  --secondary: #e7f2fa;
  --secondary-foreground: #3a6485;
  --muted: #fafbfb;
  --muted-foreground: #6b6e79;
  --accent: #f1f8fc;
  --accent-foreground: #3a6485;
  --border: #d6d7db;
  --input: #e9e9eb;
  --ring: #56a3db;
  --leaderboard-link-hover: #6caedf;
  --destructive: #db2d1f;
  --destructive-foreground: #ffffff;
}

.dark {
  --background: #17181b;
  --foreground: #ffffff;
  --card: #1f2023;
  --card-foreground: #ffffff;
  --popover: #1f2023;
  --popover-foreground: #ffffff;
  --primary: #56a3db;
  --primary-foreground: #ffffff;
  --secondary: #202b36;
  --secondary-foreground: #a2cceb;
  --muted: #1b1c1f;
  --muted-foreground: #878a94;
  --accent: #1c232a;
  --accent-foreground: #a2cceb;
  --border: #3b3d43;
  --input: #2b2c30;
  --ring: #56a3db;
  --leaderboard-link-hover: #6caedf;
  --destructive: #db2d1f;
  --destructive-foreground: #ffffff;
}
