:root {
  /* 라이트 전용 플랫폼. 이 선언이 없으면 OS 다크모드에서 브라우저가
     스크롤바·폼 컨트롤·초기 배경을 어둡게 그린다. */
  color-scheme: light;

  --bg: #eef0f3;
  --card: #ffffff;
  --border: #e2e5ea;
  --text: #191d24;
  --text-secondary: #667085;
  --text-muted: #98a2b3;
  --accent: #23508f;
  --accent-light: #e7edf6;
  --link: #23508f;
  --link-hover: #1a3c6e;
  --up: #c73e3a;
  --down: #2f6bd0;
  --warn-fg: #9a6b15;
  --warn-bg: #faf0dc;
}
