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