/* 由 build.py 从 src/config.py 的 THEME 生成，请勿手改 */
:root {
  --bg: #f7f9fa;
  --bg-elev: #ffffff;
  --bg-soft: #eef1f4;
  --text: #222222;
  --text-soft: #797c80;
  --text-mute: #aaaeb3;
  --line: #e6eaee;
  --brand: #274aaa;
  --brand-dark: #1d3a85;
  --brand-soft: rgba(39,74,170,.08);
  --accent: #607d8b;
  --danger: #ff3355;
  --info: #274aaa;
  --topbar-bg: #000000;
  --topbar-text: #adadad;
  --radius: 4px;
  --radius-sm: 3px;
  --radius-lg: 6px;
  --wrap: 1600px;
  --gutter: 16px;
  --aside-w: 360px;
  --header-h: 64px;
  --nav-h: 55px;
  --shadow-card: 0 0 2px rgba(98,124,153,.10);
  --shadow-pop: 0 2px 10px rgba(98,124,153,.16);
  --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
}

html[data-theme="dark"] {
  --bg: #15181c;
  --bg-elev: #1d2126;
  --bg-soft: #252a31;
  --text: #e6e9ed;
  --text-soft: #a4abb3;
  --text-mute: #767d86;
  --line: #2b3138;
  --brand: #5b7fd6;
  --brand-dark: #4a6cc0;
  --brand-soft: rgba(91,127,214,.16);
  --accent: #7b96a3;
  --topbar-bg: #0c0e11;
  --topbar-text: #9aa0a6;
  --shadow-card: 0 0 2px rgba(0,0,0,.55);
  --shadow-pop: 0 2px 12px rgba(0,0,0,.6);
}
