/* Pop theme — uses the full LMU accent palette (Violett, Cyan, Orange, Rot,
   Blau, Grün) with hard borders. Placeholder values; tune before production. */
:root[data-theme="pop"] {
  --color-primary:    #5B2C8C;   /* LMU Violett */
  --color-primary-2:  #00A0DC;   /* LMU Cyan */
  --color-fg:         #1a1a1a;
  --color-bg:         #fffef0;
  --color-bg-elev:    #ffffff;
  --color-bg-soft:    #f0e8ff;
  --color-muted:      #555;
  --color-border:     #1a1a1a;
  --color-divider:    #1a1a1a;
  --color-warn:       #E87722;
  --color-warn-bg:    #fff0e0;
  --color-success:    #00883A;
  --color-success-bg: #d9f0e0;
  --color-error:      #c00018;
  --color-error-bg:   #ffeae9;
  --color-focus:      #FFD400;
  --color-link:       #5B2C8C;
}
