/* 仅提供主题变量；不修改原始白天布局 */
:root{
  --brand:#8fce00; --brand-hover:#80ba00; --danger:#ff5848; --success:#7dcc00;
  --page-bg:#f4f6f8; --header-bg:#ffffff; --surface:#ffffff; --surface-2:#f7f8fa;
  --surface-3:#eef2f5; --input-bg:#f1f3f5; --text:#111827; --text-2:#5f6978;
  --text-3:#8b95a5; --border:#e5e9ee; --nav-bg:#ffffff; --shadow:0 8px 24px rgba(17,24,39,.06);
  --radius-sm:12px; --radius-md:16px; --radius-lg:22px;
  color-scheme:light;
}
html[data-theme="dark"]{
  --page-bg:#090d12; --header-bg:#090d12; --surface:#151b23; --surface-2:#11171f;
  --surface-3:#1b222c; --input-bg:#1b222c; --text:#f2f5f7; --text-2:#a2adbc;
  --text-3:#778395; --border:#202832; --nav-bg:#151b23; --shadow:none;
  color-scheme:dark;
}
