/* ==================================================== */
/* 1) Variablen & Basis                                 */
/* ==================================================== */
:root {
  --primary: #1e3a5f;
  --accent: #2f5d8c;
  --success: #2e8b57;
  --success-hover: #256f46;
  --warning: #a66a00;
  --warning-bg: #fff8e6;
  --error: #d93025;
  --error-hover: #b3261e;
  --neutral: #6b7280;
  --neutral-hover: #4b5563;
  --bg-page: #f4f6f8;
  --bg-card: #ffffff;
  --bg-subtle: #f9fafb;
  --bg-button-light: #ffffff;
  --border: #d1d5db;
  --border-soft: #e5e7eb;
  --border-accent: rgba(30, 58, 95, 0.2);
  --text-main: #222222;
  --text-muted: #555555;
  --text-footer: #666666;
  --radius: 8px;
  --radius-btn: 6px;
  --shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
