/* ============================================
   第一次世界大战知识图谱 — 军绿色主题
   作者：知乔 & Claude Code
   ============================================ */

:root {
  /* 主色调：军绿色系 */
  --primary: #4A5D23;
  --primary-dark: #2C3E14;
  --primary-light: #6B7F3A;
  --primary-lighter: #8FA64D;

  /* 强调色：黄铜金 */
  --accent: #C5A55A;
  --accent-light: #D4BC7E;
  --accent-dark: #A68B3C;

  /* 中性色 */
  --bg: #F5F3EE;
  --bg-warm: #EDE9E0;
  --bg-card: #FFFFFF;
  --text: #2C2C2C;
  --text2: #666666;
  --text3: #999999;
  --border: #E0DDD6;
  --border-light: #EDE9E0;

  /* 侧边栏 */
  --sidebar-bg: #2C3E14;
  --sidebar-text: #E8E4D9;
  --sidebar-hover: #3A5019;
  --sidebar-active: #4A5D23;
  --sidebar-divider: rgba(255,255,255,0.12);

  /* 类型标签颜色 */
  --tag-cause: #8B6914;
  --tag-battle: #8B0000;
  --tag-person: #2E5A88;
  --tag-country: #4A5D23;
  --tag-treaty: #6B3A7D;
  --tag-tech: #5A5A5A;

  /* 排版 */
  --font-sans: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-serif: 'Noto Serif SC', 'Source Han Serif SC', 'SimSun', serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
  --font-display: 'Noto Serif SC', serif;

  /* 尺寸 */
  --sidebar-width: 280px;
  --content-max-width: 780px;
  --radius: 6px;
  --radius-lg: 12px;

  /* 阴影 */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);

  /* 过渡 */
  --transition: 0.2s ease;
}
