/* LifeOS Design Tokens — Reflect Override
 * ===========================================================
 * Lädt NACH tokens.css. Überschreibt nur den Akzent + Mood-Skala.
 * Reflect-Identität: ruhiges Blau (psychologisch beruhigend für Tagebuch).
 * Stand: 2026-04-27
 * ===========================================================
 */

:root,
:root.dark-theme {
  /* Akzent: Ruhiges Blau (Reflect-Brand) */
  --accent: #56a3c7;
  --accent-dark: #3f8cb1;
  --accent-light: rgba(86, 163, 199, 0.14);
  --accent-bg: rgba(86, 163, 199, 0.06);

  /* Mood-Skala — Tief-Blau zu Warm-Gelb */
  --mood-1: #2b3d6b;
  --mood-3: #3a6294;
  --mood-5: #56a3c7;
  --mood-7: #c5a55a;
  --mood-10: #e8c46e;

  /* Reflect Bg leicht anthrazit-getönt (vs LifeOS pure cool gray) */
  --bg: #14171e;
  --bg-2: #181c25;
  --surface: #1a1e28;
  --surface2: #21262f;
  --surface3: #262b35;
  --border: #2a2f3a;
  --border-strong: #383f4d;
}

:root.light-theme {
  --accent: #56a3c7;
  --accent-dark: #3f8cb1;
  --accent-light: rgba(86, 163, 199, 0.10);
  --accent-bg: rgba(86, 163, 199, 0.04);
}
