/*
 * STANDBY Marken-Design – Design Tokens
 * ======================================
 * AUTOMATISCH GENERIERT von webseite/tools/sync-styleguide.sh.
 * Quelle der Wahrheit (aktuelle Phase):
 *   webseite/public_html/assets/css/main.css  ->  :root
 *
 * NICHT HIER VON HAND EDITIEREN. Werte in der Website ändern, dann:
 *   webseite/tools/sync-styleguide.sh   (regeneriert diese Datei)
 */

:root {
  /* Logo-Farbpalette: Gold - Orange - Pink - Violett */
  --farbe-gold: #f5b731;
  --farbe-orange: #e8742a;
  --farbe-pink: #d94f8a;
  --farbe-magenta: #c24a9a;
  --farbe-violett: #6b2fa0;
  --farbe-tiefviolett: #3a1772;

  /* Neutrale Farben */
  --farbe-weiss: #ffffff;
  --farbe-creme: #fff8f0;
  --farbe-hellgrau: #f5f5f5;
  --farbe-grau: #e5e7eb;
  --farbe-mittelgrau: #9ca3af;
  --farbe-dunkelgrau: #6b7280;
  --farbe-text-dunkel: #1a1a1a;
  --farbe-text-mittel: #333333;
  --farbe-text-hell: #666666;

  /* Bildplatzhalter-Farbverlauf */
  --gradient-platzhalter: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 50%, #9ca3af 100%);
  --gradient-platzhalter-hell: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);

  /* Logo-Gradient */
  --gradient-logo: linear-gradient(90deg, var(--farbe-gold), var(--farbe-orange), var(--farbe-pink), var(--farbe-violett));

  /* STANDBY-Gradient (Blau -> Hellblau -> Pink) */
  --gradient-standby: linear-gradient(90deg, #1f356c 0%, #5ca0cb 52.2%, #ed6ea7 100%);

  /* Typografie */
  --font-display: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Font Sizes (Mobile First) */
  --text-xs: 0.75rem;
  /* 12px */
  --text-sm: 0.875rem;
  /* 14px */
  --text-base: 1rem;
  /* 16px */
  --text-lg: 1.125rem;
  /* 18px */
  --text-xl: 1.25rem;
  /* 20px */
  --text-2xl: 1.5rem;
  /* 24px */
  --text-3xl: 1.875rem;
  /* 30px */
  --text-4xl: 2.25rem;
  /* 36px */
  --text-5xl: 3rem;
  /* 48px */

  /* 8px Grid System */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-8: 64px;
  --space-10: 80px;
  --space-12: 96px;
  --space-16: 128px;

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 24px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;
  --easing-smooth: cubic-bezier(0.16, 1, 0.3, 1);

  /* Max Width Container */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
  --container-2xl: 1400px;
}
