/* Generated by ThemeService from THEME_PRESET/THEME_BG/THEME_FG in .venv. */
:root {
  --bg: #090d13;
  --panel: #0f141c;
  --panel-hdr: #0b1017;
  --sidebar-bg: #080c12;
  --appbar-bg: #0a0f16;
  --border: #1f2b39;
  --border-2: #2e4258;
  --input-bg: #0c1219;
  --panel-2: #111925;
  --panel-header-bg: #101822;
  --panel-header-bg-2: #0c131b;
  --panel-header-border: #243447;
  --panel-header-accent: #3e739f;

  --text: #b5c5d3;
  --text-strong: #dce8f2;
  --text-soft: #c6d4df;
  --muted: #8095a8;
  --muted-2: #5f7388;

  --normal: #3b8d66;
  --normal-bg: rgba(59, 141, 102, 0.14);
  --normal-fg: #7cc7a3;

  --warning: #a48232;
  --warning-bg: rgba(164, 130, 50, 0.16);
  --warning-fg: #d6b260;

  --critical: #95433d;
  --critical-bg: rgba(149, 67, 61, 0.16);
  --critical-fg: #d9847f;

  --info: #3e739f;
  --info-fg: #7ab8e6;
  --accent: #7ab8e6;
  --control-bg: #0b121a;
  --control-hover: #122231;
  --control-active: #8fb7d6;
  --control-active-text: #071018;

  --axis-x: #5590ba;
  --axis-y: #549870;
  --axis-z: #a88840;

  --scroll-track: #090d13;
  --scroll-track-2: #0c1219;
  --scroll-thumb: #2e4258;
  --scroll-thumb-hover: #3e739f;
  --scroll-thumb-active: #7ab8e6;

  --ai-accent-2: #9d8ce6;

  --magnitude: #e06c75;
  --chart-legend: #9fb2c4;
  --chart-tooltip-bg: #0d141d;
  --chart-tooltip-border: #304357;
  --chart-tooltip-title: #d9e8f4;
  --chart-tooltip-body: #a9bbcc;
  --chart-axis-title: #6f879d;
  --chart-axis-tick: #8ca2b5;
  --chart-grid: rgba(91, 120, 146, 0.25);
  --chart-threshold-warning: #d6a31a;
  --chart-threshold-danger: #d64545;
  --chart-watermark-strong: rgba(130, 142, 165, 0.95);
  --chart-watermark-soft: rgba(130, 142, 165, 0.7);
}
