/* Lord Prime — palette mirrored from the live B2Core cabinet fallback stylesheet
 * https://clients.lordprime.io/assets/styles/theme.css
 * (admin.lordprime.io /api/v2/my/system-info ships no uiConfig.theme, so the
 * static fallback asset is the runtime source of truth — see the
 * port-angular-client skill). Angular light-theme -> :root, dark-theme -> .dark.
 */

:root {
  --background: #ffffff;
  --foreground: #343434;
  --card: #f5f5f5;
  --card-foreground: #343434;
  --popover: #f5f5f5;
  --popover-foreground: #343434;
  --border: #cccccc;
  --input: #e6e6e6;
  --muted: #eff4f9;
  --muted-foreground: #808080;
  --primary: #1563b7;
  --primary-foreground: #ffffff;
  --secondary: #e3edf8;
  --secondary-foreground: #0f4a89;
  --accent: #e3edf8;
  --accent-foreground: #0f4a89;
  --ring: #1563b7;
  --leaderboard-link-hover: #1563b7;
  --destructive: #bf3838;
  --destructive-foreground: #ffffff;
  --chart-1: #52b17c;
  --chart-2: #ffa655;
  --chart-3: #e6c200;
  --chart-4: #bf3838;
  --chart-5: #f55d2b;
}

.dark {
  --background: #111111;
  --foreground: #ffffff;
  --card: #1f1f1f;
  --card-foreground: #ffffff;
  --popover: #1f1f1f;
  --popover-foreground: #ffffff;
  --border: #3d3d3d;
  --input: #303030;
  --muted: #262626;
  --muted-foreground: #757575;
  --primary: #1563b7;
  --primary-foreground: #ffffff;
  --secondary: #16283a;
  --secondary-foreground: #d6e6f5;
  --accent: #16283a;
  --accent-foreground: #d6e6f5;
  --ring: #1563b7;
  --leaderboard-link-hover: #1563b7;
  --destructive: #bf3838;
  --destructive-foreground: #ffffff;
  --chart-1: #52b17c;
  --chart-2: #ffa655;
  --chart-3: #e6c200;
  --chart-4: #bf3838;
  --chart-5: #f55d2b;
}
