📂 구조:
토큰 SSOT = docs/design/tokens/*.json (Style Dictionary) ·
컴포넌트 시각 = docs/design/components/*.html ·
화면/플로우 spec = docs/spec/screen-*.md / flow-*.md (Vite ?raw import 로 빌드 시 inline)
🔗 Flutter: mobile/lib/shared/theme/generated/ · Web (Next.js): frontend/src/styles/generated/ · 둘 다 Style Dictionary 출력 import.
🚀 빌드: cd docs/design && npm run build → docs/design/dist/ → docs 사이트(cd docs && npm run docs:build)가 /design 으로 verbatim 호스팅. 배포는 docs 사이트 전체(docs.dartbrief.com)가 CF Pages 대상.