/* Neon Glass (light twin) — same signal triad + trust palette as theme-neon-glass.css, retuned for
   daylight. Copied-with-provenance from sp-theme-system neon-glass-light (handoff
   H-neon-glass-theme-handoff.md, 2026-07-08), translated to the assistant's extended CVT slot set.
   Canonical values live in sp-theme-system/neon_theme/theme/themes/neon-glass-light/theme.css — do not
   diverge here. System fonts only (no web fonts). No backdrop. */
:root[data-cvt-theme="neon-glass-light"] {
  --cvt-color-surface: #f6f8ff;
  --cvt-color-surface-deep: #e4ebfa;
  --cvt-color-surface-muted: #eef1f8;
  --cvt-color-surface-strong: #ffffff;
  --cvt-color-surface-overlay: rgba(255, 255, 255, 0.72);
  --cvt-color-text: #0f1830;
  --cvt-color-text-muted: #51607f;
  --cvt-color-accent: #2f6bf0;
  --cvt-color-accent-strong: #7c3aed;
  --cvt-color-candle-glow: #0891b2;
  --cvt-color-table-header: #e8edfa;
  --cvt-color-tag: rgba(47, 107, 240, 0.12);
  --cvt-color-tag-text: #2456c8;
  --cvt-color-status-active: #0891b2;
  --cvt-color-status-embedded: #7c3aed;
  --cvt-color-status-local: #2f6bf0;
  --cvt-color-node: #eef2fc;
  --cvt-color-node-stroke: #2f6bf0;
  --cvt-color-edge: #93a0c0;
  --cvt-color-selected: #0891b2;
  --cvt-color-focus-ring: #0891b2;
  --cvt-color-phase-problem: #d6336c;
  --cvt-color-phase-core: #7c3aed;
  --cvt-color-phase-doc: #0891b2;
  --cvt-color-layer-wow: #7c3aed;
  --cvt-color-layer-cm: #2f6bf0;
  --cvt-color-layer-tt: #0891b2;
  --cvt-color-layer-cp: #0e7490;
  --cvt-color-layer-aa: #7c3aed;
  --cvt-color-layer-as: #51607f;
  --cvt-color-border-hairline: rgba(15, 24, 48, 0.12);
  --cvt-color-shadow: rgba(30, 45, 90, 0.12);
  --cvt-image-backdrop: url("/backdrops/neon.png");
  --cvt-image-backdrop-overlay: linear-gradient(160deg, rgba(246, 248, 255, 0.72), rgba(246, 248, 255, 0.88));
  --cvt-image-backdrop-opacity: 0.6;
  --cvt-font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
  --cvt-font-serif: "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
  --cvt-font-mono: "Cascadia Code", "Cascadia Mono", ui-monospace, Consolas, monospace;
  --cvt-shape-radius: 18px;
  --cvt-shape-shadow: 0 18px 50px rgba(30, 45, 90, 0.12);
}
