/* 科学模型 · 浅色 v1
   Copy this file with STYLE.md when starting another model. */
:root {
  color-scheme: light;
  --canvas: #f6f5f1;
  --ink: #29332d;
  --body: #4e5d54;
  --muted: #68756d;
  --line: #d4d9d2;
  --line-complete: #9cae9c;
  --control: #34463a;
  --control-hover: #24362a;
  --control-ink: #ffffff;
  --accent: #8b6523;
  --link: #466d59;
  --state-fit: #52784b;
  --state-change: #a46c39;
  --label-gold: #886421;
  --label-green: #536b36;
  --label-blue: #506a7c;
  --error-surface: #f2e9e2;
  --error-ink: #8b4632;

  --font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif;
  --text-xs: 10px;
  --text-sm: 12px;
  --text-body: 13px;
  --text-base: 14px;
  --text-heading: 19px;
  --content-width: 1500px;
  --layout-gap: 30px;
  --control-radius: 5px;
}
