/* ==========================================================================
   JARVIS DESIGN LANGUAGE (JDL) v0.1 — GEMEINSAME TOKEN-DATEI (Kanon)
   ==========================================================================
   Stand: 2026-07-18 · Quelle: 03_DESIGN-SYSTEM.md §1–§3, §7 (D:\Claude-Kontext\
   projekte\jarvis-cockpit\) · Werte identisch zu app\globals.css (:root).

   >>> KOPIE — HIER NICHT PFLEGEN! <<<
   Original/Kanon: D:\Claude-Code\Apps\Jarvis-Cockpit\design\jdl-tokens.css
   Kopie-Stand: 2026-07-18 (Projekt KI-Betrieb).


   PFLEGE: Token-Aenderungen IMMER zuerst hier + in app\globals.css, dann die
   Kopien in den Konsumenten-Projekten nachziehen:
     - D:\Claude-Code\Projekte\Trading-Dashboard\frontend\src\jdl-tokens.css
   Cockpit-spezifische Tokens (Modul-Ringe, L3-Geometrie, --pegel) bleiben in
   globals.css und gehoeren NICHT hierher.

   Kanonisches Body-Rezept (kein Raster; Tiefen-Glow + Vignette):
     background:
       radial-gradient(44% 38% at 50% 45%, rgba(59,168,255,0.07) 0%, transparent 70%),
       radial-gradient(120% 120% at 50% 42%, var(--bg-base) 0%, var(--bg-edge) 100%);
   ========================================================================== */

:root {
  /* --- 1.1 Hintergrund: Navy-lifted (ENTSCHIEDEN, Frank 2026-06-13) --- */
  --bg-base: #161d2b;
  --bg-edge: #0f1622;
  --surface-1: #1b2333;
  --surface-2: #212b3e;
  --surface-line: rgba(150, 180, 220, 0.12);

  /* --- 1.2 Akzent: Electric-Blau --- */
  --accent-core: #3ba8ff;
  --accent-bright: #7fd0ff;
  --accent-deep: #254aa5;
  --accent-halo: rgba(59, 168, 255, 0.45);
  --accent-halo-soft: rgba(59, 168, 255, 0.18);
  --particle: rgba(150, 205, 255, 0.55);
  --text-on-ring: #f4f9ff;

  /* --- 1.3 Status (System-utilitaer, getrennt vom Marken-Akzent) --- */
  --status-ok: #2f8f5b;
  --status-warn: #c8881f;
  --status-error: #c4453c;
  --status-info: var(--accent-core);

  /* --- 1.4 Text --- */
  --text-primary: #eaf1fb;
  --text-secondary: #a9b6cc;
  --text-muted: #6e7c95;

  /* --- 2. Typografie --- */
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", "Consolas", monospace;

  /* --- 3. Layout --- */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  /* --- 7. Motion --- */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-emphasized: cubic-bezier(0.2, 0, 0, 1);
  --dur-fast: 200ms;
  --dur-med: 300ms;
  --dur-slow: 500ms;
}
