/* Gemeinsame Farbquelle: Palette der Einlass-App. */
:root {
  --e4y-bg: #0a1020;
  --e4y-bg-bar: rgba(10, 16, 32, 0.92);
  --e4y-surface: #141b33;
  --e4y-surface-muted: #202a4d;
  --e4y-text: #f4f5fa;
  --e4y-text-muted: #aeb5d1;
  --e4y-text-subtle: #6e769a;
  --e4y-primary: #6c4dff;
  --e4y-primary-strong: #8f63ff;
  --e4y-accent: #f146a3;
  --e4y-success: #2ed3a7;
  --e4y-warning: #ffb84d;
  --e4y-danger: #ff7d8e;
  --e4y-line: rgba(255, 255, 255, 0.08);
  --e4y-line-hi: rgba(143, 99, 255, 0.32);
  --e4y-glow: rgba(108, 77, 255, 0.35);
  --e4y-primary-soft: rgba(108, 77, 255, 0.18);
  --e4y-focus: rgba(108, 77, 255, 0.25);
  --e4y-button: linear-gradient(135deg, var(--e4y-primary), var(--e4y-primary-strong));
  --e4y-backdrop: radial-gradient(90% 55% at 50% 0%, var(--e4y-glow) 0%, transparent 70%), var(--e4y-bg);
}
