/* ============================================================
   AURA — Thèmes par acte
   Les variables CSS évoluent avec l'acte narratif.
   Chargé en premier pour établir la cascade.
   ============================================================ */

/* Acte 1–2 : Séduction (premium, chaleureux) */
:root {
  --bg:           #F8F7FF;
  --surface:      #FFFFFF;
  --surface2:     #F2F0FB;
  --border:       #E8E4F5;
  --text-primary: #1A1625;
  --text-secondary:#6B617A;
  --text-muted:   #A89CB5;
  --accent:       #7C5CBF;
  --accent-light: #EDE8F7;
  --accent-glow:  rgba(124, 92, 191, 0.3);
  --score-color:  #F0A030;
  --score-bg:     rgba(240, 160, 48, 0.1);
  --elite:        #D4AF37;
  --etabli:       #4A7FBF;
  --standard:     #8A8A9A;
  --fragile:      #D4823A;
  --invisible:    #C04040;
  --danger:       #E04545;
  --success:      #4AB870;
  --radius:       12px;
  --radius-sm:    8px;
  --shadow:       0 2px 16px rgba(0,0,0,0.08);
  --shadow-lg:    0 8px 40px rgba(0,0,0,0.14);
  --transition:   all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Acte 3 : Adaptation (légèrement plus froid) */
body.act-3 {
  --bg:            #F0EEF8;
  --surface:       #F8F6FF;
  --surface2:      #ECEAF5;
  --border:        #DDD8EE;
  --accent:        #6A4EAA;
  --text-secondary:#5A506A;
}

/* Acte 4 : Dissociation (nettement plus froid) */
body.act-4 {
  --bg:            #EBE9F5;
  --surface:       #F3F2FC;
  --surface2:      #E4E2F0;
  --border:        #CCCADC;
  --accent:        #5040A0;
  --text-primary:  #14111F;
  --score-color:   #7B8FD0;
}

/* Actes 5–6 : Révélation & Fin (mode sombre) */
body.act-5,
body.act-6 {
  --bg:            #0D0B1A;
  --surface:       #14111F;
  --surface2:      #1C1929;
  --border:        #2A2640;
  --text-primary:  #E8E4F5;
  --text-secondary:#9090B0;
  --text-muted:    #5A5870;
  --accent:        #9070D0;
  --accent-light:  #1E1A30;
  --score-color:   #C050B0;
}
