/* Тема: Светлая */
[data-theme="light"] {
  --bg: #f8f9fb;
  --panel: #ffffff;
  --panel2: #f1f3f7;
  --panel3: #e8eaef;
  --line: #e2e5eb;
  --line2: #d0d4dc;
  --txt: #1a1d24;
  --txt2: #374151;
  --mut: #6b7280;
  --mut2: #9ca3af;
  --acc: #d97706;
  --acc2: #2563eb;
  --acc3: #7c3aed;
  --ok: #16a34a;
  --err: #dc2626;
  --warn: #d97706;
  --shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  --shadow-lg: 0 10px 25px rgba(0,0,0,.1);
}
[data-theme="light"] .auth-wrap { background: linear-gradient(135deg, #f8f9fb 0%, #e8eaef 100%); }
[data-theme="light"] .log { background: #f8f9fb; color: #374151; }
[data-theme="light"] .hm .hc { color: #fff; }
