/* Erzeugt aus shared/lib/utils/app_theme.dart —
   nicht von Hand ändern, sondern dort.
   Neu erzeugen mit: python3 scripts/design_zu_css.py */
:root {
  --primary-dark: #0d0d0d;
  --secondary-dark: #1a1a1a;
  --tertiary-dark: #2a2a2a;
  --steel: #71797e;
  --steel-light: #a8a9ad;
  --steel-dark: #43464b;
  --chrome: #d4d4d4;
  --iron: #48494b;
  --steel-blue: #4682b4;
  --steel-blue-light: #5a9bd4;
  --success-green: #2ecc71;
  --warning-orange: #f39c12;
  --warning-yellow: #f1c40f;
  --error-red: #e74c3c;
  --text-primary: #f5f5f5;
  --text-secondary: #b0b0b0;
  --text-tertiary: #707070;

  /* Glas — in Dart über withValues(alpha:) gebildet */
  --glass-white: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.15);
  --glass-highlight: rgba(255, 255, 255, 0.03);
}
