/* PAIOS Travel Dashboard — identity overrides (Wave 12, 2026-07-30).
   Links AFTER ../../_shared/design-system.css. Same pattern as
   Investment/Career (Wave 8): identity tokens only, no duplicated
   component rules. */

:root {
  --color-bg: #0c1210;
  --color-panel: #151f1b;
  --color-panel-border: #23332c;
  --color-text: #e6efe9;
  --color-text-dim: #93a89c;
  --color-gain: #3ecf8e;
  --color-loss: #ef5a5a;
  --color-stale: #e8b339;
  --color-fresh: #3ecf8e;

  /* Identity: a teal/ocean accent -- distinct from Investment's cool
     blue and Career's warm amber, evoking exploration rather than
     financial urgency or career-track momentum. Relaxed density,
     matching Career's own reasoning: this is planning-cadence content,
     not a daily-scan instrument panel. */
  --accent: #2dd4bf;
  --density: relaxed;
}

.widget-empty {
  color: var(--color-text-dim);
  font-size: var(--text-sm);
  font-style: italic;
}
