/* PAIOS Social Dashboard — identity overrides (2026-08-10).
   Links AFTER ../../_shared/design-system.css, same convention as every
   other dashboard here: only identity tokens + genuinely dashboard-
   specific rules, nothing structural duplicated. */

:root {
  --color-bg: #120e14;
  --color-panel: #1c161f;
  --color-panel-border: #2e2432;
  --color-text: #ece7ee;
  --color-text-dim: #a89bad;
  --color-gain: #3ecf8e;
  --color-loss: #ef5a5a;
  --color-stale: #e8b339;
  --color-fresh: #3ecf8e;

  /* Identity: a warm magenta -- distinct from Investment's cool blue,
     Career's amber, Travel's teal, Life's violet, Home's neutral
     silver. Content/creative product, not an instrument-panel one. */
  --accent: #d6559c;
  --density: comfortable;
}
