/* ============================================================
   themes/light.css
   Light theme overrides (body.plx-light)
   ============================================================ */

body.plx-light {
  --plx-bg-canvas:    #f8fafc;
  --plx-bg-primary:   #f3f7fb;
  --plx-bg-secondary: #e5edf7;
  --plx-bg-tertiary:  #dde7f5;
  --plx-bg-card:      #ffffff;
  --plx-bg-elevated:  #f8fbff;

  --plx-text-primary: #0f172a;
  --plx-text-soft:    #4b5563;
  --plx-text-muted:   #64748b;

  --plx-border-subtle: rgba(148, 163, 184, 0.2);
  --plx-border-strong: rgba(148, 163, 184, 0.4);

  --plx-shadow-soft:   0 18px 45px rgba(15, 23, 42, 0.08);
  --plx-shadow-strong: 0 30px 80px rgba(15, 23, 42, 0.15);

  --plx-glass-bg:     rgba(255, 255, 255, 0.75);
  --plx-glass-border: rgba(148, 163, 184, 0.25);
}