/* ═══════════════════════════════════════════════════════════
   THÈME « PRO » — clair, identité SolariScreen (bleu marine + or)
   Activé par <html data-theme="light">
   ═══════════════════════════════════════════════════════════ */

[data-theme="light"] {
  color-scheme: light;

  --bg:          #f4f6fb;
  --bg-grid:     rgba(30, 42, 96, 0.03);
  --surface:     #ffffff;
  --surface-2:   #eef1f8;
  --surface-3:   #e3e8f4;

  --border:        #dce2ef;
  --border-strong: #c5cee2;

  --text:        #161b2e;   /* encre marine */
  --text-muted:  #57617c;
  --text-subtle: #828ca7;

  --accent:        #2e3b8f; /* bleu marine de la marque */
  --accent-strong: #232d72;
  --accent-2:      #e0a800; /* or lisible sur fond clair */
  --accent-3:      #6d5ae0;

  --ok:     #057a55;
  --warn:   #b45309;
  --danger: #dc2626;

  --on-accent: #ffffff;

  --input-bg:     #ffffff;
  --input-border: #cdd5e6;

  --shadow:      0 8px 28px rgba(30, 42, 96, 0.12);
  --shadow-sm:   0 1px 4px rgba(30, 42, 96, 0.08);
  --glow-accent: 0 0 0 3px rgba(46,59,143,0.18);
  --glow-soft:   none;

  --font-display: 'Inter', var(--font-body);

  --fx-scanlines: 0;
  --fx-line: 46, 59, 143;
  --fx-grid: none;
}
