/* Space theme — generated from theme.tokens.json. Do not hand-edit values. */
:root[data-cvt-theme="space"] {
  --cvt-color-surface: #04060a;
  --cvt-color-surface-muted: #10131c;
  --cvt-color-surface-strong: #000000;
  --cvt-color-text: #ffe6b0;
  --cvt-color-text-muted: #9ea4b3;
  --cvt-color-accent: #ff9933;
  --cvt-color-accent-strong: #ffcc66;
  --cvt-color-table-header: #1f1a2c;
  --cvt-color-tag: #cc6677;
  --cvt-color-tag-text: #04060a;
  --cvt-color-status-active: #88dd99;
  --cvt-color-status-embedded: #ffcc66;
  --cvt-color-status-local: #cc99ff;
  --cvt-color-node: #1a1424;
  --cvt-color-node-stroke: #ff9933;
  --cvt-color-edge: #9966cc;
  --cvt-color-selected: #ffcc66;
  --cvt-color-focus-ring: #ff9933;
  --cvt-color-phase-problem: #c7837b;
  --cvt-color-phase-core: #dac68c;
  --cvt-color-phase-doc: #82b398;
  --cvt-color-surface-deep: #000000;
  --cvt-color-candle-glow: #ffcc66;
  --cvt-color-layer-wow: #ff9933;
  --cvt-color-layer-cm: #ffcc66;
  --cvt-color-layer-tt: #cc99ff;
  --cvt-color-layer-cp: #88dd99;
  --cvt-color-layer-aa: #cc6677;
  --cvt-color-layer-as: #d8c58d;
  --cvt-color-surface-overlay: rgba(0, 0, 0, 0.78);
  --cvt-color-border-hairline: rgba(255, 153, 51, 0.18);
  --cvt-color-shadow: rgba(0, 0, 0, 0.7);
  --cvt-image-backdrop: url("/backdrops/space.jpg");
  --cvt-image-backdrop-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(4, 6, 10, 0.78));
  --cvt-image-backdrop-opacity: 0.45;
  --cvt-font-serif: 'Cinzel', Georgia, serif;
  --cvt-font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  --cvt-font-mono: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
  --cvt-shape-radius: 18px;
  --cvt-shape-shadow: 0 0 0 1px rgba(255, 153, 51, 0.22), 0 8px 28px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 204, 102, 0.08);
}
