/*
 * qzh Default System Palette v1
 * Source of truth for system-design color tokens.
 */

:root {
  --bg-page: #f4f7fb;
  --bg-canvas: #ffffff;
  --bg-subtle: #eef3f9;
  --bg-inset: #e8eef7;
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --text-on-primary: #ffffff;
  --border-default: #d6e0ee;
  --border-strong: #b8c7dc;
  --divider: #e3eaf5;
  --primary-700: #0b56d6;
  --primary-600: #0f63f2;
  --primary-500: #1d74ff;
  --primary-100: #e8f0ff;
  --success-600: #0f9f6e;
  --success-100: #dff7ee;
  --warning-600: #c98a12;
  --warning-100: #fff4d8;
  --danger-600: #cf3f3f;
  --danger-100: #ffe8e8;
  --info-600: #0f78b6;
  --info-100: #e4f4ff;
  --focus-ring: #1e66ff;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 6px 18px rgba(15, 23, 42, 0.1);
  --shadow-lg: 0 14px 36px rgba(15, 23, 42, 0.16);
}
