/* GENERATED by build_tokens.py from tokens.json — DO NOT EDIT */
:root, [data-theme="bot-classic"] {
  --bot-brand-navy: #1b2a4a;
  --bot-brand-gold: #b8860b;
  --bot-brand-navy-light: #2c4270;
  --bot-brand-gold-light: #d5a636;
  --bot-brand-navy-dark: #121d33;
  --bot-brand-gold-dark: #8a6508;
  --bot-surface-page-bg: #faf8f4;
  --bot-surface-card-bg: #ffffff;
  --bot-surface-card-bg-elevated: #ffffff;
  --bot-surface-header-bg: #1b2a4a;
  --bot-surface-sidebar-bg: #f4f0e6;
  --bot-surface-input-bg: #ffffff;
  --bot-surface-table-header-bg: #1b2a4a;
  --bot-surface-table-row-alt: #f4f0e6;
  --bot-surface-hover-bg: #f4f0e6;
  --bot-text-primary: #1F2733;
  --bot-text-secondary: #3a4454;
  --bot-text-muted: #5C564F;
  --bot-text-inverse: #ffffff;
  --bot-text-link: #1b2a4a;
  --bot-text-on-navy: #ffffff;
  --bot-text-on-gold: #1F2733;
  --bot-border-default: #e6e0d4;
  --bot-border-strong: #c9c0ab;
  --bot-border-card: #e6e0d4;
  --bot-border-table: #eee9dd;
  --bot-border-focus: #b8860b;
  --bot-status-success: #28a745;
  --bot-status-warning: #ffc107;
  --bot-status-danger: #dc3545;
  --bot-status-info: #0e7c7b;
  --bot-status-idle: #8a94a6;
  --bot-status-quarantined: #b0413e;
  --bot-chart-grid: #eee9dd;
  --bot-chart-axis-line: #c9c0ab;
  --bot-chart-axis-text: #5C564F;
  --bot-chart-tick: #5C564F;
  --bot-chart-zero-line: #c9c0ab;
  --bot-chart-hover-bg: #ffffff;
  --bot-chart-hover-text: #1F2733;
  --bot-chart-legend-bg: rgba(255,255,255,0);
  --bot-chart-annotation: #5C564F;
  --bot-chart-paper-bg: rgba(0,0,0,0);
  --bot-chart-plot-bg: #ffffff;
  --bot-chart-semantic-kw: #1b2a4a;
  --bot-chart-semantic-kwh: #b8860b;
  --bot-chart-semantic-demand: #b0413e;
  --bot-chart-semantic-base-load: #8a94a6;
  --bot-chart-semantic-avg: #5C564F;
  --bot-chart-semantic-peak: #c2185b;
  --bot-chart-semantic-temperature: #e07a00;
  --bot-chart-semantic-humidity: #4a6fa5;
  --bot-chart-semantic-co2: #6a4c93;
  --bot-chart-semantic-water: #0e7c7b;
  --bot-chart-semantic-cost: #2e7d32;
  --bot-chart-semantic-savings: #28a745;
  --bot-chart-semantic-baseline: #8a94a6;
  --bot-chart-semantic-actual: #1b2a4a;
  --bot-chart-semantic-forecast: #d5a636;
  --bot-font-family: Arial, Helvetica, sans-serif;
  --bot-font-family-head: Georgia, 'Times New Roman', serif;
  --bot-font-size-xs: 0.72rem;
  --bot-font-size-sm: 0.82rem;
  --bot-font-size-md: 0.92rem;
  --bot-font-size-lg: 1.1rem;
  --bot-font-size-xl: 1.4rem;
  --bot-font-size-xxl: 1.9rem;
  --bot-font-weight-normal: 400;
  --bot-font-weight-semibold: 600;
  --bot-font-weight-bold: 700;
  --bot-radius-sm: 3px;
  --bot-radius-md: 5px;
  --bot-radius-lg: 6px;
  --bot-radius-card: 6px;
  --bot-shadow-card: 0 1px 2px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.08);
  --bot-shadow-card-hover: 0 4px 8px rgba(16,24,40,.12);
  --bot-shadow-dropdown: 0 6px 18px rgba(16,24,40,.16);
  --bot-spacing-xs: 4px;
  --bot-spacing-sm: 8px;
  --bot-spacing-md: 14px;
  --bot-spacing-lg: 22px;
  --bot-spacing-xl: 34px;
  --bot-icon-size-sm: 15px;
  --bot-icon-size-md: 18px;
  --bot-icon-size-lg: 24px;
  --bot-icon-stroke-width: 2;
  --bot-icon-color: #1b2a4a;
  --bot-icon-color-hover: #b8860b;
}
[data-theme="bot-dark"] {
  --bot-brand-navy: #8fa8d8;
  --bot-brand-gold: #d5a636;
  --bot-brand-navy-light: #b5c6e8;
  --bot-brand-gold-light: #e8c368;
  --bot-brand-navy-dark: #5c78b0;
  --bot-brand-gold-dark: #b8860b;
  --bot-surface-page-bg: #0f172a;
  --bot-surface-card-bg: #16203a;
  --bot-surface-card-bg-elevated: #1c2947;
  --bot-surface-header-bg: #0b1222;
  --bot-surface-sidebar-bg: #131c33;
  --bot-surface-input-bg: #1c2947;
  --bot-surface-table-header-bg: #0b1222;
  --bot-surface-table-row-alt: #131c33;
  --bot-surface-hover-bg: #1c2947;
  --bot-text-primary: #e6eaf2;
  --bot-text-secondary: #b8c2d6;
  --bot-text-muted: #8a94a6;
  --bot-text-inverse: #0f172a;
  --bot-text-link: #d5a636;
  --bot-text-on-navy: #e6eaf2;
  --bot-text-on-gold: #0f172a;
  --bot-border-default: #263452;
  --bot-border-strong: #3a4c74;
  --bot-border-card: #263452;
  --bot-border-table: #1e2b49;
  --bot-border-focus: #d5a636;
  --bot-status-success: #4caf50;
  --bot-status-warning: #ffca28;
  --bot-status-danger: #ef5350;
  --bot-status-info: #4dd0c4;
  --bot-status-idle: #6b7689;
  --bot-status-quarantined: #e57373;
  --bot-chart-grid: rgba(255,255,255,0.08);
  --bot-chart-axis-line: #3a4c74;
  --bot-chart-axis-text: #b8c2d6;
  --bot-chart-tick: #b8c2d6;
  --bot-chart-zero-line: #3a4c74;
  --bot-chart-hover-bg: #1c2947;
  --bot-chart-hover-text: #e6eaf2;
  --bot-chart-legend-bg: rgba(0,0,0,0);
  --bot-chart-annotation: #b8c2d6;
  --bot-chart-paper-bg: rgba(0,0,0,0);
  --bot-chart-plot-bg: #16203a;
  --bot-chart-semantic-kw: #8fa8d8;
  --bot-chart-semantic-kwh: #d5a636;
  --bot-chart-semantic-demand: #e57373;
  --bot-chart-semantic-base-load: #6b7689;
  --bot-chart-semantic-avg: #9aa4b6;
  --bot-chart-semantic-peak: #f06292;
  --bot-chart-semantic-temperature: #ffb74d;
  --bot-chart-semantic-humidity: #7fa3d8;
  --bot-chart-semantic-co2: #b39ddb;
  --bot-chart-semantic-water: #4dd0c4;
  --bot-chart-semantic-cost: #66bb6a;
  --bot-chart-semantic-savings: #4caf50;
  --bot-chart-semantic-baseline: #6b7689;
  --bot-chart-semantic-actual: #8fa8d8;
  --bot-chart-semantic-forecast: #e8c368;
  --bot-font-family: Arial, Helvetica, sans-serif;
  --bot-font-family-head: Georgia, 'Times New Roman', serif;
  --bot-font-size-xs: 0.72rem;
  --bot-font-size-sm: 0.82rem;
  --bot-font-size-md: 0.92rem;
  --bot-font-size-lg: 1.1rem;
  --bot-font-size-xl: 1.4rem;
  --bot-font-size-xxl: 1.9rem;
  --bot-font-weight-normal: 400;
  --bot-font-weight-semibold: 600;
  --bot-font-weight-bold: 700;
  --bot-radius-sm: 3px;
  --bot-radius-md: 5px;
  --bot-radius-lg: 6px;
  --bot-radius-card: 6px;
  --bot-shadow-card: 0 1px 3px rgba(0,0,0,.4);
  --bot-shadow-card-hover: 0 4px 10px rgba(0,0,0,.5);
  --bot-shadow-dropdown: 0 6px 18px rgba(0,0,0,.55);
  --bot-spacing-xs: 4px;
  --bot-spacing-sm: 8px;
  --bot-spacing-md: 14px;
  --bot-spacing-lg: 22px;
  --bot-spacing-xl: 34px;
  --bot-icon-size-sm: 15px;
  --bot-icon-size-md: 18px;
  --bot-icon-size-lg: 24px;
  --bot-icon-stroke-width: 2;
  --bot-icon-color: #b8c2d6;
  --bot-icon-color-hover: #d5a636;
}
[data-theme="bot-light"] {
  --bot-brand-navy: #1b2a4a;
  --bot-brand-gold: #b8860b;
  --bot-brand-navy-light: #2c4270;
  --bot-brand-gold-light: #d5a636;
  --bot-brand-navy-dark: #121d33;
  --bot-brand-gold-dark: #8a6508;
  --bot-surface-page-bg: #ffffff;
  --bot-surface-card-bg: #ffffff;
  --bot-surface-card-bg-elevated: #fbfbfd;
  --bot-surface-header-bg: #ffffff;
  --bot-surface-sidebar-bg: #f6f7f9;
  --bot-surface-input-bg: #ffffff;
  --bot-surface-table-header-bg: #f0f2f5;
  --bot-surface-table-row-alt: #f6f7f9;
  --bot-surface-hover-bg: #f0f2f5;
  --bot-text-primary: #1F2733;
  --bot-text-secondary: #3a4454;
  --bot-text-muted: #6b7280;
  --bot-text-inverse: #ffffff;
  --bot-text-link: #1b2a4a;
  --bot-text-on-navy: #ffffff;
  --bot-text-on-gold: #1F2733;
  --bot-border-default: #e3e6ea;
  --bot-border-strong: #c5cbd4;
  --bot-border-card: #e3e6ea;
  --bot-border-table: #edf0f3;
  --bot-border-focus: #1b2a4a;
  --bot-status-success: #28a745;
  --bot-status-warning: #f0a800;
  --bot-status-danger: #dc3545;
  --bot-status-info: #0e7c7b;
  --bot-status-idle: #8a94a6;
  --bot-status-quarantined: #b0413e;
  --bot-chart-grid: #edf0f3;
  --bot-chart-axis-line: #c5cbd4;
  --bot-chart-axis-text: #6b7280;
  --bot-chart-tick: #6b7280;
  --bot-chart-zero-line: #c5cbd4;
  --bot-chart-hover-bg: #ffffff;
  --bot-chart-hover-text: #1F2733;
  --bot-chart-legend-bg: rgba(255,255,255,0);
  --bot-chart-annotation: #6b7280;
  --bot-chart-paper-bg: rgba(0,0,0,0);
  --bot-chart-plot-bg: #ffffff;
  --bot-chart-semantic-kw: #1b2a4a;
  --bot-chart-semantic-kwh: #b8860b;
  --bot-chart-semantic-demand: #b0413e;
  --bot-chart-semantic-base-load: #8a94a6;
  --bot-chart-semantic-avg: #6b7280;
  --bot-chart-semantic-peak: #c2185b;
  --bot-chart-semantic-temperature: #e07a00;
  --bot-chart-semantic-humidity: #4a6fa5;
  --bot-chart-semantic-co2: #6a4c93;
  --bot-chart-semantic-water: #0e7c7b;
  --bot-chart-semantic-cost: #2e7d32;
  --bot-chart-semantic-savings: #28a745;
  --bot-chart-semantic-baseline: #8a94a6;
  --bot-chart-semantic-actual: #1b2a4a;
  --bot-chart-semantic-forecast: #d5a636;
  --bot-font-family: Arial, Helvetica, sans-serif;
  --bot-font-family-head: Georgia, 'Times New Roman', serif;
  --bot-font-size-xs: 0.72rem;
  --bot-font-size-sm: 0.82rem;
  --bot-font-size-md: 0.92rem;
  --bot-font-size-lg: 1.1rem;
  --bot-font-size-xl: 1.4rem;
  --bot-font-size-xxl: 1.9rem;
  --bot-font-weight-normal: 400;
  --bot-font-weight-semibold: 600;
  --bot-font-weight-bold: 700;
  --bot-radius-sm: 4px;
  --bot-radius-md: 6px;
  --bot-radius-lg: 8px;
  --bot-radius-card: 8px;
  --bot-shadow-card: 0 1px 2px rgba(16,24,40,.05);
  --bot-shadow-card-hover: 0 3px 8px rgba(16,24,40,.09);
  --bot-shadow-dropdown: 0 6px 18px rgba(16,24,40,.12);
  --bot-spacing-xs: 4px;
  --bot-spacing-sm: 8px;
  --bot-spacing-md: 14px;
  --bot-spacing-lg: 22px;
  --bot-spacing-xl: 34px;
  --bot-icon-size-sm: 15px;
  --bot-icon-size-md: 18px;
  --bot-icon-size-lg: 24px;
  --bot-icon-stroke-width: 2;
  --bot-icon-color: #1b2a4a;
  --bot-icon-color-hover: #b8860b;
}
[data-theme="bot-crem"] {
  --bot-brand-navy: #004890;
  --bot-brand-gold: #F0A800;
  --bot-brand-navy-light: #2f6cb0;
  --bot-brand-gold-light: #FFC233;
  --bot-brand-navy-dark: #003A73;
  --bot-brand-gold-dark: #8A6D0F;
  --bot-surface-page-bg: #FBF8F1;
  --bot-surface-card-bg: #ffffff;
  --bot-surface-card-bg-elevated: #ffffff;
  --bot-surface-header-bg: #004890;
  --bot-surface-sidebar-bg: #F4EFE4;
  --bot-surface-input-bg: #ffffff;
  --bot-surface-table-header-bg: #004890;
  --bot-surface-table-row-alt: #F4EFE4;
  --bot-surface-hover-bg: #F4EFE4;
  --bot-text-primary: #1F2733;
  --bot-text-secondary: #3a4454;
  --bot-text-muted: #5C564F;
  --bot-text-inverse: #ffffff;
  --bot-text-link: #004890;
  --bot-text-on-navy: #ffffff;
  --bot-text-on-gold: #1F2733;
  --bot-border-default: #D6CBB5;
  --bot-border-strong: #b7a97f;
  --bot-border-card: #D6CBB5;
  --bot-border-table: #E4DCCD;
  --bot-border-focus: #004890;
  --bot-status-success: #28a745;
  --bot-status-warning: #ffc107;
  --bot-status-danger: #dc3545;
  --bot-status-info: #0e7c7b;
  --bot-status-idle: #8a94a6;
  --bot-status-quarantined: #b0413e;
  --bot-chart-grid: #E4DCCD;
  --bot-chart-axis-line: #b7a97f;
  --bot-chart-axis-text: #5C564F;
  --bot-chart-tick: #5C564F;
  --bot-chart-zero-line: #c9c0ab;
  --bot-chart-hover-bg: #ffffff;
  --bot-chart-hover-text: #1F2733;
  --bot-chart-legend-bg: rgba(255,255,255,0);
  --bot-chart-annotation: #5C564F;
  --bot-chart-paper-bg: rgba(0,0,0,0);
  --bot-chart-plot-bg: #ffffff;
  --bot-chart-semantic-kw: #004890;
  --bot-chart-semantic-kwh: #F0A800;
  --bot-chart-semantic-demand: #b0413e;
  --bot-chart-semantic-base-load: #8a94a6;
  --bot-chart-semantic-avg: #5C564F;
  --bot-chart-semantic-peak: #c2185b;
  --bot-chart-semantic-temperature: #e07a00;
  --bot-chart-semantic-humidity: #4a6fa5;
  --bot-chart-semantic-co2: #6a4c93;
  --bot-chart-semantic-water: #0e7c7b;
  --bot-chart-semantic-cost: #2e7d32;
  --bot-chart-semantic-savings: #28a745;
  --bot-chart-semantic-baseline: #8a94a6;
  --bot-chart-semantic-actual: #004890;
  --bot-chart-semantic-forecast: #FFC233;
  --bot-font-family: Arial, Helvetica, sans-serif;
  --bot-font-family-head: Newsreader, Georgia, 'Times New Roman', serif;
  --bot-font-size-xs: 0.72rem;
  --bot-font-size-sm: 0.82rem;
  --bot-font-size-md: 0.92rem;
  --bot-font-size-lg: 1.1rem;
  --bot-font-size-xl: 1.4rem;
  --bot-font-size-xxl: 1.9rem;
  --bot-font-weight-normal: 400;
  --bot-font-weight-semibold: 600;
  --bot-font-weight-bold: 700;
  --bot-radius-sm: 3px;
  --bot-radius-md: 5px;
  --bot-radius-lg: 6px;
  --bot-radius-card: 6px;
  --bot-shadow-card: 0 1px 2px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.08);
  --bot-shadow-card-hover: 0 4px 8px rgba(16,24,40,.12);
  --bot-shadow-dropdown: 0 6px 18px rgba(16,24,40,.16);
  --bot-spacing-xs: 4px;
  --bot-spacing-sm: 8px;
  --bot-spacing-md: 14px;
  --bot-spacing-lg: 22px;
  --bot-spacing-xl: 34px;
  --bot-icon-size-sm: 15px;
  --bot-icon-size-md: 18px;
  --bot-icon-size-lg: 24px;
  --bot-icon-stroke-width: 2;
  --bot-icon-color: #004890;
  --bot-icon-color-hover: #8A6D0F;
}
:root, [data-theme] {
  --bot-navy: var(--bot-brand-navy);
  --bot-gold: var(--bot-brand-gold);
  --bot-navy-2: var(--bot-brand-navy-dark);
  --bot-gold-2: var(--bot-brand-gold-light);
  --bot-gold-text: var(--bot-brand-gold-dark);
  --bot-gray-bg: var(--bot-surface-page-bg);
  --bot-bg-card: var(--bot-surface-card-bg);
  --bot-bg-subtle: var(--bot-surface-table-row-alt);
  --bot-text: var(--bot-text-primary);
  --bot-border: var(--bot-border-default);
  --bot-border-subtle: var(--bot-border-table);
  --bot-danger: var(--bot-status-danger);
  --bot-warn: var(--bot-status-warning);
  --bot-ok: var(--bot-status-success);
  --bot-font-head: var(--bot-font-family-head);
  --bot-font-body: var(--bot-font-family);
  --bot-shadow-sm: var(--bot-shadow-card);
}
