/* Legacy token compatibility shim — aliases the pre-design-os custom
 * property names (from the old hand-rolled tokens.css) to the new
 * design-os compunamics-dark theme tokens, so base.css / sections.css /
 * pages.css / animations.css / privacy.html / terms.html keep working
 * unchanged. DO NOT remove until every legacy `var(--old-name)` reference
 * is migrated to the design-os names directly.
 */
:root {
  --fg-muted: var(--muted);
  --fg-dim: var(--muted-2);
  --accent-bright: var(--accent-hover);
  --border-soft: var(--border-subtle);
  --maxw-content: var(--container);
  --maxw-prose: var(--container-prose);
  --radius: var(--radius-md);
  --lime: var(--accent);
  --lime-soft: var(--x-lime-soft);
  --lime-glow: var(--x-lime-glow);
  --cyan-glow: var(--x-cyan-glow);
  --grad-brand: var(--x-grad-brand);
  --grad-brand-2: var(--x-grad-brand-2);
  --gold: var(--accent-2);
  --gold-soft: var(--x-gold-soft);
  --gold-border: var(--x-gold-border);
  --glow-indigo: var(--x-glow-indigo);
  --glow-blob: var(--x-glow-blob);
  --glass: var(--x-glass);
  --glass-border: var(--x-glass-border);
  --radius-2xl: var(--x-radius-2xl);
  --radius-3xl: var(--x-radius-3xl);
  --shadow-glow: var(--x-shadow-glow);
  --shadow-2xl: var(--x-shadow-2xl);
}
