/* =====================================================================
   STAHLGLAS · Design-Tokens für alle Eigenentwicklungen (Giny & Co.)
   QUELLE DER WAHRHEIT. Kopien (z. B. giny/assets/tokens.css) nur per
   Sync aktualisieren, nie dort direkt ändern.
   Version: 1.0 · 2026-06-06
   ===================================================================== */
:root{
  /* Farben · Text */
  --ink:#22262E;            /* Primärtext */
  --muted:#5E6675;          /* Sekundärtext */
  --muted-2:#9AA1AD;        /* Labels, Kleintext */

  /* Farben · Status (NIE je Projekt umfärben) */
  --good:#1F9D55;
  --warn:#C77A14;
  --bad:#D24B4B;

  /* Farben · Fläche & Akzent */
  --accent:#6B7689;         /* einziger Akzent; je Mandant überschreibbar */
  --line:#E2E5EB;           /* Trennlinien, Rahmen */
  --chip:#EEF1F5;           /* Pillen-/Chip-Hintergrund */
  --card-grad-a:rgba(255,255,255,.55);
  --card-grad-b:rgba(241,243,248,.45);

  /* Hintergrund (Glas auf Metall) */
  --bg:conic-gradient(from 210deg at 50% 135%,rgba(255,255,255,.14),rgba(255,255,255,0) 55deg,rgba(0,0,0,.035) 180deg,rgba(255,255,255,0) 305deg,rgba(255,255,255,.14)),radial-gradient(135% 115% at 50% 99%,#EEF0F2 0%,#D5D9DD 27%,#ABB1B6 64%,#8C9298 100%);

  /* Typografie */
  --font:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",system-ui,sans-serif;
  --font-mono:ui-monospace,"SF Mono",Menlo,monospace;
  --font-brand:"Trebuchet MS","Trebuchet",Verdana,sans-serif;
  --fs-base:13.5px;         /* Grundgröße Dashboards (dicht) */
  --fs-h1:24px;             /* Seitentitel, weight 300 */
  --fs-num:23px;            /* KPI-Zahlen, weight 300 */
  --fs-label:9.5px;         /* Kicker/Labels, weight 600, uppercase, ls .05em */
  --fs-table:11.5px;

  /* Radien */
  --r-card:14px;
  --r-input:10px;
  --r-pill:999px;

  /* Schatten & Glas */
  --shadow-card:0 1px 2px rgba(20,30,60,.06),0 8px 22px rgba(20,30,60,.07);
  --blur-glass:blur(28px) saturate(180%);

  /* Abstände (4er-Raster) */
  --sp-1:4px; --sp-2:8px; --sp-3:12px; --sp-4:16px; --sp-6:24px; --sp-8:32px;
}

/* --------- Theming je Mandant/Projekt (nur Akzent + Brand!) ----------
   Anwendung: <body data-theme="wt"> … Werte hier zentral pflegen.     */
[data-theme="wt"]{ }                       /* Weekend Trips: Standard-Akzent */
[data-theme="mpa"]{ }                      /* Mauritius Photo Art: bei Bedarf --accent überschreiben */
[data-theme="nk"]{ }                       /* Nancy Klinckmann: bei Bedarf --accent überschreiben */
