/* Motyw: slate-copper — stal + miedź (domyślny) */

:root {
  --ink: #13202c;
  --ink-soft: #3a4a58;
  --muted: #5c6b78;
  --line: rgba(19, 32, 44, 0.12);
  --bg: #eef2f5;
  --bg-deep: #dde5ec;
  --paper: #f7f9fb;
  --accent: #c45e12;
  --accent-ink: #8a3e08;
  --ok: #1f6b4a;
  --warn: #a85a10;
  --pend: #4a6070;
  --chrome: #c9d2da;
  --btn-bg: #13202c;
  --btn-fg: #ffffff;
  --btn-hover: #1c2e3d;
  --header-bg: rgba(243, 246, 248, 0.86);

  --ink-rgb: 19, 32, 44;
  --accent-rgb: 196, 94, 18;
  --stamp-rgb: 178, 35, 28;
  --ok-rgb: 31, 107, 74;
  --warn-rgb: 168, 90, 16;
  --pend-rgb: 74, 96, 112;
  --bg-deep-rgb: 221, 229, 236;
  --paper-rgb: 247, 249, 251;

  --body-glow-1: #d9e6f0;
  --body-glow-2: #e8ddd0;
  --body-grad-top: #f3f6f8;
  --body-grad-bot: #e8eef2;

  --hero-veil: rgba(238, 242, 245, 0.97);
  --hero-veil-mid: rgba(238, 242, 245, 0.88);
  --hero-band-1: #c5d4e0;
  --hero-band-2: #9aafc0;
  --hero-band-3: #6d8496;
}
