:root {
  /* Hintergruende */
  --bg-body: #1a1a2e;
  --bg-card: #16213e;
  --bg-secondary: #0f3460;
  --bg-input: #fff;

  /* Primaerfarbe (Akzent) */
  --color-primary: #e94560;
  --color-primary-hover: #c73e54;
  --color-primary-rgb: 233, 69, 96;

  /* Sekundaerfarbe */
  --color-secondary: #0f3460;
  --color-secondary-hover: #1a4d7c;

  /* Text */
  --color-text: #eee;
  --color-text-muted: #aaa;
  --color-text-input: #1a1a2e;

  /* Borders */
  --color-border: #0f3460;

  /* Status */
  --color-success: #27ae60;
  --color-success-hover: #219a52;
  --color-danger: #c0392b;
  --color-danger-hover: #a93226;
  --color-status-planned: #3498db;
  --color-status-live: #e94560;
  --color-status-finished: #27ae60;

  /* Logo */
  --logo-max-width: 150px;
}
