/* AegisFlow - 深色模式主题变量 */
:root {
  --bg: #f7f8fa;
  --panel: #ffffff;
  --panel-hover: #f0f2f5;
  --text: #1f2328;
  --text-secondary: #656d76;
  --muted: #6b7280;
  --border: #d0d7de;
  --link: #0969da;
  --link-hover: #0550ae;
  --code-bg: #f6f8fa;
  --code-text: #1f2328;
  --inline-code-bg: #eff1f3;
  --blockquote-bg: #f6f8fa;
  --blockquote-border: #0969da;
  --table-border: #d0d7de;
  --table-header-bg: #f6f8fa;
  --table-stripe: #f6f8fa;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --radius: 6px;
  --font-mono: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
  --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', sans-serif;

  /* Mermaid 兼容变量 */
  --mermaid-bg: transparent;
  --mermaid-label-bg: #ffffff;
  --mermaid-edge: #6b7280;
  --mermaid-node-bg: #e8f4fd;
  --mermaid-node-border: #0969da;
}

[data-theme="dark"] {
  --bg: #0f0f1a;
  --panel: #1a1a2e;
  --panel-hover: #222240;
  --text: #e8e6f0;
  --text-secondary: #9b97b0;
  --muted: #9b97b0;
  --border: rgba(139, 92, 246, 0.2);
  --link: #a78bfa;
  --link-hover: #c4b5fd;
  --code-bg: #12122a;
  --code-text: #e0deff;
  --inline-code-bg: #1e1e35;
  --blockquote-bg: #1e1e35;
  --blockquote-border: #a78bfa;
  --table-border: rgba(139, 92, 246, 0.2);
  --table-header-bg: #1a1a2e;
  --table-stripe: #161625;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.4);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.5);

  --mermaid-label-bg: #1a1a2e;
  --mermaid-edge: #9b97b0;
  --mermaid-node-bg: #2d1b69;
  --mermaid-node-border: #a78bfa;
}
