/* ARK-42 디자인 토큰 — 단일 출처.
   web/index.html · web/terms.html · ark42/report.py 가 모두 여기서 읽는다.
   (report.py 는 렌더 시점에 이 파일을 인라인한다 — 리포트는 오프라인에서도
   열려야 하므로 외부 참조를 두지 않는다.)
   값을 바꾸려면 여기만 바꾼다. 표면별로 복제하지 않는다.

   2026-07-30 v5 — 제품 중심 모던 시스템.
   순백과 중립 회색, 큰 산세리프 타이포, 넓은 간격. 손그림 로고만 의도적인
   인간적 대비로 남기고 나머지는 정밀한 제품 인터페이스로 표현한다. */
  :root { color-scheme: light;
    --page:#ffffff; --surface:#ffffff; --raised:#f5f5f7; --sunken:#f5f5f7;
    --ink:#1d1d1f; --ink2:#424245; --ink3:#6e6e73; --muted:#86868b;
    --grid:#e8e8ed; --axis:#d2d2d7; --line:#e8e8ed;
    --ring:rgba(0,113,227,0.18);
    --accent:#0071e3; --accent-soft:#0066cc; --accent-ink:#ffffff;
    --bad:#b42318; --ok:#248a3d;

    /* 반경 — 카드 20 / 버튼 14 / 칩 999 / 작은 요소 10. 그 외 값 금지 */
    --r-card:20px; --r-btn:14px; --r-chip:999px; --r-sm:10px;

    --font:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
      "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR",
      "Malgun Gothic", system-ui, sans-serif;
    --font-display:"Pretendard Variable", Pretendard, -apple-system,
      BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR",
      system-ui, sans-serif; }
