/* Light — clean professional light theme */
:root[data-theme="light"] {
  --bg: #ffffff;
  --bg2: #f6f8fa;
  --bg3: #eaeef2;
  --border: #d0d7de;
  --text: #1f2328;
  --text-muted: #656d76;
  --text-subtle: #8b949e;
  --green: #1a7f37;
  --green-light: #2da44e;
  --yellow: #9a6700;
  --yellow-light: #bb8009;
  --red: #cf222e;
  --red-light: #e8454a;
  --blue: #0969da;
  --blue-light: #218bff;
  --purple: #8250df;
  --pink: #cf4d8c;
}
