/* ═══════════════════════════════════════════════════════════
   Theme: Magazine  (Standard – bleibt bei Updates erhalten)
   ═══════════════════════════════════════════════════════════ */
:root {
  /* Hauptfarben */
  --accent:        #6366f1;
  --accent-dark:   #4f46e5;
  --accent-2:      #8b5cf6;
  --accent-rgb:    99,102,241;

  /* Text */
  --text:          #0f172a;
  --text-muted:    #64748b;

  /* Flächen */
  --bg:            #f8fafc;
  --card:          #ffffff;
  --border:        #e2e8f0;
  --surface:       #f1f5f9;

  /* Formen */
  --radius:        16px;
  --radius-sm:     10px;
  --radius-xs:     6px;
  --font:          system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;

  /* Schatten */
  --shadow:        0 4px 14px rgba(0,0,0,.05);
  --shadow-md:     0 10px 28px rgba(0,0,0,.08);

  /* Status */
  --success:       #10b981;
  --danger:        #ef4444;
  --warning:       #f59e0b;

  /* Admin-Kompatibilität (admin.css nutzt diese) */
  --muted:         #64748b;
}
