/* Olympus Capital — gold (#b58642) brand on graphite dark surfaces.
   Colors mirror the B2Core host (admin.olympuscapitalfx.com
   /api/v2/my/system-info -> uiConfig.theme) so the embedded Full-client
   widget blends with the CRM instead of shipping the generic demo blue.
   accent -> --primary/--ring; background/card/field/divider/text-* -> neutrals;
   --secondary/--accent re-tinted to the gold hue (were demo-base blue). */
:root {
  --background: #ffffff;
  --foreground: #343434;
  --card: #f5f5f5;
  --card-foreground: #343434;
  --popover: #f5f5f5;
  --popover-foreground: #343434;
  --primary: #b58642;
  --primary-foreground: #ffffff;
  --secondary: #f7f0e3;
  --secondary-foreground: #7a5a2c;
  --muted: #f0f0f0;
  --muted-foreground: #808080;
  --accent: #faf5ec;
  --accent-foreground: #7a5a2c;
  --border: #cccccc;
  --input: #e6e6e6;
  --ring: #b58642;
  --leaderboard-link-hover: #c29657;
  --destructive: #bf3838;
  --destructive-foreground: #ffffff;
}

.dark {
  --background: #242a38;
  --foreground: #ffffff;
  --card: #282e3e;
  --card-foreground: #ffffff;
  --popover: #282e3e;
  --popover-foreground: #ffffff;
  --primary: #b58642;
  --primary-foreground: #ffffff;
  --secondary: #3a2f1c;
  --secondary-foreground: #e8d3ac;
  --muted: #2b3242;
  --muted-foreground: #797d86;
  --accent: #43371f;
  --accent-foreground: #e8d3ac;
  --border: #3c455d;
  --input: #343c51;
  --ring: #b58642;
  --leaderboard-link-hover: #c29657;
  --destructive: #bf3838;
  --destructive-foreground: #ffffff;
}
