/* Design-Tokens – MUSS Agrartechnik (modern, hell, Agrar-Grün/Blau) */
:root {
  /* Markenfarben */
  --green-900: #14532d;
  --green-700: #2f7d32;
  --green-600: #3f9142;
  --green-500: #4caf50;
  --green-100: #dcefdc;
  --green-50:  #eef7ee;

  --blue-700: #1455a8;
  --blue-600: #1565c0;
  --blue-100: #d6e6fa;
  --blue-50:  #eaf2fc;

  /* Neutralpalette */
  --gray-900: #18211c;
  --gray-800: #2a332d;
  --gray-700: #404a44;
  --gray-600: #5c655f;
  --gray-500: #7a847d;
  --gray-400: #a3aca6;
  --gray-300: #cdd4cf;
  --gray-200: #e3e8e4;
  --gray-100: #eef1ef;
  --gray-50:  #f6f8f6;

  /* Rollen */
  --primary: var(--green-700);
  --primary-dark: var(--green-900);
  --accent: var(--blue-600);
  --bg: #f4f7f4;
  --surface: #ffffff;
  --surface-2: var(--gray-50);
  --text: var(--gray-900);
  --text-muted: var(--gray-600);
  --border: var(--gray-200);

  /* Status */
  --st-unverplant: #6b7280;
  --st-geplant: #1565c0;
  --st-in_arbeit: #d97706;
  --st-warte_ersatzteile: #c2410c;
  --st-teilabgeschlossen: #7c3aed;
  --st-zur_pruefung: #9333ea;
  --st-abgeschlossen: #2f7d32;
  --st-storniert: #b91c1c;

  --ok: #2f7d32;
  --warn: #b45309;
  --warn-bg: #fef3c7;
  --danger: #c0392b;
  --danger-bg: #fde8e6;
  --info-bg: var(--blue-50);

  /* Maße */
  --sp-1: 4px; --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-5: 24px; --sp-6: 32px; --sp-7: 48px;
  --r-sm: 8px; --r-md: 14px; --r-lg: 20px; --r-pill: 999px;
  --touch: 48px;

  --sh-1: 0 1px 2px rgba(20,40,25,.06), 0 2px 8px rgba(20,40,25,.06);
  --sh-2: 0 8px 30px rgba(20,40,25,.16);
  --sh-focus: 0 0 0 3px rgba(47,125,50,.30);

  --fs-xs: 12px; --fs-sm: 14px; --fs-md: 16px; --fs-lg: 19px; --fs-xl: 24px; --fs-2xl: 32px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --header-h: 64px;
  --nav-w: 232px;
}
