/* Theme: Dunkel Blau (dark-blue) – generiert aus der themes-Collection */
:root {
  /* Hintergründe */
  --bg: #0f172a;
  --bg-secondary: #0f172a;
  --header-bg: #1e293b;
  /* Flächen */
  --surface: #1e293b;
  --surface2: #273548;
  --surface3: #334155;
  --card-bg: #1e293b;
  --input-bg: #0f172a;
  --bg-elev: #273548;
  --bg-hover: #334155;
  /* Text */
  --text: #e2e8f0;
  --text-muted: #94a3b8;
  /* Rahmen */
  --border: #334155;
  /* Akzente */
  --accent-500: #3b82f6;
  --accent-50: #eff6ff;
  --accent-100: #dbeafe;
  --accent-200: #bfdbfe;
  --accent-300: #93c5fd;
  --accent-400: #60a5fa;
  --accent-700: #1d4ed8;
  --accent: #3b82f6;
  --accent-muted: #1e3a5f;
  --accent2: #a855f7;
  /* Funktionsfarben */
  --primary: #3b82f6;
  --success: #10b981;
  --danger: #ef4444;
  --ibm-highlight-bg: rgba(250, 204, 21, 0.4);
  --ibm-highlight-active: rgba(250, 150, 0, 0.6);
  /* Kanban-Spalten */
  --col-in-arbeit: #3b82f6;
  --col-vorlagen: #8b5cf6;
  --col-ausgabe: #10b981;
  --tint-strength: 12%;
  /* Form & Schatten */
  --radius: 10px;
  --shadow: 0 4px 16px rgba(0, 0, 0, .4);
}
