:root {
  --bg: #f5f7fb;
  --paper: #ffffff;
  --ink: #1f2329;
  --ink-strong: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --line-strong: #d5d8df;
  --accent: #409eff;
  --accent-strong: #337ecc;
  --accent-soft: #ecf5ff;
  --warn: #d03050;
  --shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-strong: 0 12px 36px rgba(15, 23, 42, 0.08);
}
