/* Stella.Support - Signal palette (design tokens) */
:root {
  --color-bg-base: #0b0e12;  /* Void */
  --color-bg-elevated: #0f1318;  /* Ground */
  --color-bg-surface: #141922;  /* Panel */
  --color-bg-surface-hover: #19202a;  /* Panel 2 */
  --color-primary: #2cc9d6;  /* Signal Cyan */
  --color-primary-light: #66e6ee;  /* Cyan Bright */
  --color-primary-text: #07161a;  /* Cyan Ink */
  --color-link-on-light: #107b86;  /* Cyan Deep */
  --color-text-primary: #e7ecf1;  /* Text Primary */
  --color-text-secondary: #9ba7b4;  /* Text Secondary */
  --color-text-tertiary: #7b8693;  /* Text Tertiary */
  --color-border-strong: #2c3540;  /* Hairline */
  --color-info: #3e9bf0;  /* Info / Open */
  --color-warning: #e4a63a;  /* Warning / Pending */
  --color-success: #39c07e;  /* Success / Resolved */
  --color-danger: #f0616b;  /* Danger / Urgent */
  --color-priority-low: #6c7683;  /* Slate / Low */
  --color-priority-medium: #8a94a2;  /* Medium */
  --color-priority-high: #ee8a4a;  /* High */
  --font-sans: Inter, 'Segoe UI Variable', system-ui, -apple-system, Roboto, sans-serif;
  --font-mono: ui-monospace, 'JetBrains Mono', 'Cascadia Code', Menlo, Consolas, monospace;
}
