/* VLESS Flow canvas — base tokens (overridden by site-palette.css) */
:root {
  --xhgcm-bg: #f0f4f8;
  --xhgcm-bg-top: #e8eef5;
  --xhgcm-ink: #0c1929;
  --xhgcm-muted: #54708a;
  --xhgcm-line: #c5d4e3;
  --xhgcm-node: #ffffff;
  --xhgcm-accent: #0369a1;
  --xhgcm-accent-deep: #075985;
  --xhgcm-accent-soft: rgba(3, 105, 161, 0.1);
  --xhgcm-ok: #0d9488;
  --xhgcm-warn: #b45309;
  --xhgcm-warn-bg: #fff7ed;
  --xhgcm-ok-bg: #ecfdf5;
  --xhgcm-surface: #ffffff;
  --xhgcm-cta-bg: #0c1929;
  --xhgcm-radius: 12px;
  --xhgcm-max: 920px;
  --xhgcm-article-max: 680px;
  --xhgcm-font: "DM Sans", system-ui, sans-serif;
  --xhgcm-mono: "JetBrains Mono", ui-monospace, monospace;
  --xhgcm-display: "DM Sans", system-ui, sans-serif;
}
