/* Pirate theme — aligned with SmilingPirate site palette + pirate-ships-at-night backdrop. */
:root[data-cvt-theme="pirate"] {
  --cvt-color-surface: #0b1a27;
  --cvt-color-surface-deep: #06131f;
  --cvt-color-surface-muted: #102536;
  --cvt-color-surface-strong: #0f2d40;
  --cvt-color-surface-overlay: rgba(7, 14, 22, 0.7);
  --cvt-color-text: #e9f1ff;
  --cvt-color-text-muted: rgba(233, 241, 255, 0.7);
  --cvt-color-accent: #62c7ff;
  --cvt-color-accent-strong: #a7dfff;
  --cvt-color-candle-glow: #f7b25a;
  --cvt-color-table-header: #0f2d40;
  --cvt-color-tag: #1d3450;
  --cvt-color-tag-text: #e9f1ff;
  --cvt-color-status-active: #7fc6a0;
  --cvt-color-status-embedded: #f7b25a;
  --cvt-color-status-local: #c8a8ff;
  --cvt-color-node: #0f2d40;
  --cvt-color-node-stroke: #62c7ff;
  --cvt-color-edge: #7aaec7;
  --cvt-color-selected: #a7dfff;
  --cvt-color-focus-ring: #62c7ff;
  --cvt-color-phase-problem: #e07c6c;
  --cvt-color-phase-core: #f7b25a;
  --cvt-color-phase-doc: #7fc6a0;
  --cvt-color-layer-wow: #f7b25a;
  --cvt-color-layer-cm: #a7dfff;
  --cvt-color-layer-tt: #62c7ff;
  --cvt-color-layer-cp: #7fc6a0;
  --cvt-color-layer-aa: #c8a8ff;
  --cvt-color-layer-as: #bed0e0;
  --cvt-color-border-hairline: rgba(140, 190, 220, 0.18);
  --cvt-color-shadow: rgba(0, 0, 0, 0.55);
  --cvt-image-backdrop: url("/backdrops/pirate.png");
  --cvt-image-backdrop-overlay: linear-gradient(120deg, rgba(6, 12, 20, 0.78), rgba(8, 18, 28, 0.2));
  --cvt-image-backdrop-opacity: 0.45;
  --cvt-font-family: 'Manrope', 'Segoe UI', sans-serif;
  --cvt-font-serif: 'Cinzel', 'Georgia', serif;
  --cvt-font-mono: 'JetBrains Mono', 'Courier Prime', 'Consolas', monospace;
  --cvt-shape-radius: 18px;
  --cvt-shape-shadow: 0 0 0 1px rgba(98, 199, 255, 0.18), 0 12px 36px rgba(0, 0, 0, 0.55), inset 0 0 32px rgba(247, 178, 90, 0.05);
}
