:root {
  /* Base neutra */
  --bg:           #F7F8FA;
  --surface:      #FFFFFF;
  --border:       #E3E7ED;
  --text:         #1A2230;
  --text-muted:   #5B6678;

  /* Accent per vista */
  --accent-passivi: #C8102E;  /* rosso — Passivi / Altri eventi */
  --accent-pnn:     #0B4F9E;  /* blu  — PNN */
  --accent-pg:      #B8860B;  /* oro  — Legale / PG */

  /* Accent corrente (sovrascritta per vista in MainLayout) */
  --accent: var(--accent-passivi);

  /* Semantici status */
  --status-pagata:      #1E874B;
  --status-rigettata:   #C8102E;
  --status-lavorazione: #C77700;
  --status-contenzioso: #6B4FA0;

  /* Tipografia */
  --font-display: 'Archivo', system-ui, sans-serif;
  --font-body:    'Source Sans 3', system-ui, sans-serif;
  --font-data:    'IBM Plex Mono', ui-monospace, monospace;

  /* Layout */
  --radius: 10px;
  --shadow: 0 1px 3px rgba(26,34,48,.06), 0 4px 12px rgba(26,34,48,.04);
  --space:  8px;
}
