oh-my-design-cli 1.8.6 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +2761 -85
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,431 @@
1
+ ---
2
+ id: peoplefund
3
+ name: PeopleFund
4
+ display_name_kr: 피플펀드
5
+ country: KR
6
+ category: fintech
7
+ homepage: "https://peoplefund.co.kr/"
8
+ primary_color: "#ffc32d"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=peoplefund.co.kr&sz=128"
12
+ verified: "2026-07-02"
13
+ omd: "0.1"
14
+ tokens:
15
+ source: live-extract
16
+ extracted: "2026-07-02"
17
+ note: "primary = live brand amber (#ffc32d) on status badges (NOTICE/HOT/NEW/마감임박); confirmed via Tailwind class bg-[#FFC32D] and bgFreq ×13. Canvas white (#ffffff). Body bg soft grey (#f6f6f6). Secondary charcoal (#2e303b) for nav/UI text. Footer dark blue-grey (#263238). Site has rebranded from PeopleFund to 크플 (Cple) at cple.co.kr; peoplefund.co.kr redirects there."
18
+ colors:
19
+ primary: "#ffc32d"
20
+ canvas: "#ffffff"
21
+ surface: "#f6f6f6"
22
+ surface-alt: "#f5f5f5"
23
+ ink: "#000000"
24
+ ink-secondary: "#2e2e2e"
25
+ charcoal: "#2e303b"
26
+ muted: "#6a6a6a"
27
+ muted-light: "#90a4af"
28
+ hairline: "#d0d8dc"
29
+ on-primary: "#000000"
30
+ footer-bg: "#263238"
31
+ error: "#ff4d4f"
32
+ success: "#37c94d"
33
+ accent-blue: "#2054ae"
34
+ typography:
35
+ family: { sans: "Pretendard", fallback: "Lato, \"Noto Sans KR\", sans-serif" }
36
+ section: { size: 29, weight: 600, lineHeight: 1.31, tracking: -0.4, use: "Section headings H2, Pretendard SemiBold" }
37
+ subsection: { size: 23, weight: 600, lineHeight: 1.39, tracking: -0.3, use: "Sub-section headings H3" }
38
+ card-head: { size: 19, weight: 600, lineHeight: 1.37, tracking: -0.3, use: "Card headings H4" }
39
+ body: { size: 16, weight: 400, lineHeight: 1.50, use: "Standard body copy" }
40
+ nav: { size: 16, weight: 500, lineHeight: 1.00, use: "Nav link labels" }
41
+ button: { size: 15, weight: 600, lineHeight: 1.00, use: "Primary CTA button label" }
42
+ button-nav: { size: 16, weight: 400, lineHeight: 1.00, use: "Nav action buttons (signup/login)" }
43
+ spacing: { xs: 3, sm: 6, md: 12, base: 20, lg: 32, xl: 48, section: 64 }
44
+ rounded: { none: 0, sm: 10, md: 16, pill: 30, full: 9999 }
45
+ shadow:
46
+ none: "none"
47
+ components:
48
+ button-cta: { type: button, bg: "#ffffff", fg: "#000000", radius: "0px", height: "46px", padding: "0px", font: "15px / 600 Pretendard", use: "Primary 'View Products' CTA on hero sections" }
49
+ button-nav-outline: { type: button, bg: "#ffffff", fg: "#2e303b", border: "1px solid #d0d8dc", radius: "10px", height: "50px", padding: "0px 20px", font: "16px / 400 Pretendard", use: "Nav action buttons — 투자회원가입, 로그인" }
50
+ button-dark-pill: { type: button, bg: "rgba(0,0,0,0.2)", fg: "#000000", border: "1px solid rgba(255,255,255,0.2)", radius: "30px", height: "58px", padding: "17px 32px", font: "16px / 400 Pretendard", use: "Phone/FAQ contact pill buttons on dark hero section" }
51
+ badge-status: { type: badge, bg: "#ffc32d", fg: "#000000", radius: "0px", padding: "3px 6px", font: "12px / 600 Pretendard", use: "Investment status labels — NOTICE, HOT, NEW, 마감임박" }
52
+ badge-progress: { type: badge, bg: "#2054ae", fg: "#ffffff", radius: "4px", font: "12px / 400 Pretendard", use: "Progress / percent-funded status on invest cards" }
53
+ card-product: { type: card, bg: "#ffffff", fg: "#000000", radius: "8px", use: "Investment product cards on product listing page" }
54
+ card-feature: { type: card, bg: "#f6f6f6", fg: "#000000", radius: "8px", use: "Feature highlight cards on homepage sections" }
55
+ nav-link: { type: tab, fg: "#2e303b", font: "16px / 500 Pretendard", use: "Top nav items — 투자, 대출, 이용안내", active: "text #000000 bold on active" }
56
+ input-default: { type: input, bg: "#ffffff", fg: "#000000", border: "1px solid #d0d8dc", radius: "10px", font: "16px / 400 Pretendard", use: "Standard form input fields" }
57
+ components_harvested: true
58
+ ---
59
+
60
+ # Design System Inspiration of PeopleFund
61
+
62
+ ## 1. Visual Theme & Atmosphere
63
+
64
+ PeopleFund (피플펀드), now rebranded as 크플 (Cple), is Korea's online P2P real-estate lending and investment platform, and its design system reads as a confident, minimal financial product with a single bold accent: the brand amber `#ffc32d`. The canvas is pure white (`#ffffff`) with a soft cool-grey body background (`#f6f6f6`) segmenting content into breathable zones. Text is set in near-pure black (`#000000`) — not a warmed navy or charcoal — projecting directness and legibility over refinement. The amber appears almost exclusively on status badges (NOTICE, HOT, NEW, 마감임박) where it punches through the monochromatic field to signal urgency and brand identity simultaneously.
65
+
66
+ The typographic personality is anchored entirely in Pretendard — Korea's de facto product font — at a consistent SemiBold (weight 600) for all headings and quieter weight 400-600 for body and UI. Headings compress tightly: H2 at 29px with -0.4px letter-spacing, H3 at 23px with -0.3px — a controlled but not extreme scale. The system avoids hero-sized display type; the largest visible heading in the live homepage is 29px, giving the product an information-dense, data-board feel appropriate for a P2P investment platform rather than a mass-market consumer app.
67
+
68
+ What defines PeopleFund's visual character is its flatness and restraint. There are essentially no drop shadows; the invest-page background (`#f5f5f5`) and the homepage grey (`#f6f6f6`) do separation work by tint alone. The product cards are white on grey — clean and scannable. The dark footer (`#263238`) grounds the page. The amber status label is a surgical accent: one color, maximum signal, deployed only where real urgency exists (a product 95% funded, a NOTICE, a HOT ranking). This is a fintech brand that trusts data density over decoration.
69
+
70
+ **Key Characteristics:**
71
+ - Pretendard SemiBold (weight 600) for all headings — consistent, legible, Korean-optimized
72
+ - Pure black (`#000000`) body text — no warm navy or grey subtlety; directness is the value
73
+ - Single brand amber (`#ffc32d`) reserved for status and urgency signals
74
+ - Flat depth: no shadows; separation via `#f6f6f6` surface tint
75
+ - White cards on grey body — data-board aesthetic for an investment platform
76
+ - Tight negative tracking on headings (-0.4px at 29px, -0.3px at 23px and 19px)
77
+ - Dark charcoal (`#2e303b`) for secondary UI text (nav links, action buttons)
78
+ - Dark blue-grey footer (`#263238`) — grounding anchor
79
+ - Primary CTA "상품 보러가기": white button, black text, zero radius — deliberately un-styled
80
+
81
+ ## 2. Color Palette & Roles
82
+
83
+ ### Primary
84
+ - **Brand Amber** (`#ffc32d`): The single saturated brand accent. Deployed exclusively on status badges (NOTICE, HOT, NEW, 마감임박) to signal urgency on investment listings. Confirmed in Tailwind source class `bg-[#FFC32D]`.
85
+ - **Pure Black** (`#000000`): Primary body text, heading text, and text on the amber badge. Chosen for maximum legibility contrast with white and grey surfaces.
86
+ - **Pure White** (`#ffffff`): Canvas, card surfaces, nav background, and button backgrounds.
87
+
88
+ ### Neutral & Surface
89
+ - **Surface Grey** (`#f6f6f6`): Body background on the new homepage. Provides gentle section separation without harsh borders.
90
+ - **Surface Alt** (`#f5f5f5`): Body background on the invest product listing page — a nearly identical grey variant.
91
+ - **Hairline** (`#d0d8dc`): Border color on outline buttons (signup/login) and form inputs. The primary separation device in UI chrome.
92
+ - **Charcoal** (`#2e303b`): Secondary UI text — used for nav link labels and action button text where pure black would be too stark against the white button background.
93
+
94
+ ### Text Hierarchy
95
+ - **Pure Black** (`#000000`): Primary headings and body text throughout the new homepage.
96
+ - **Ink Secondary** (`#2e2e2e`): Slightly softened dark for body text in legacy areas.
97
+ - **Muted Grey** (`#6a6a6a`): Secondary body text on the invest listing page — the workhorse muted color for descriptions, metadata, footer text.
98
+ - **Muted Light** (`#90a4af`): Light muted for lowest-emphasis elements, placeholders.
99
+
100
+ ### Semantic & Dark
101
+ - **Footer Dark** (`#263238`): Dark blue-grey footer background. Professional, grounding, financial-grade.
102
+ - **Error Red** (`#ff4d4f`): Error and warning states. Measured intensity — not alarming but clearly negative.
103
+ - **Success Green** (`#37c94d`): Success / completion states on transaction-level feedback.
104
+ - **Progress Blue** (`#2054ae`): Accent for funded-percentage progress bars on investment cards. A secondary accent outside the amber primary.
105
+
106
+ ## 3. Typography Rules
107
+
108
+ ### Font Family
109
+ - **Primary**: `Pretendard`, with fallback `Lato, "Noto Sans KR", sans-serif`
110
+ - Pretendard is used for every text level — headings, body, nav, buttons. No secondary display font.
111
+
112
+ ### Hierarchy
113
+
114
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
115
+ |------|------|------|--------|-------------|----------------|-------|
116
+ | Section Heading (H2) | Pretendard | 29px (1.81rem) | 600 | 1.31 (38px) | -0.4px | Homepage section titles |
117
+ | Sub-section (H3) | Pretendard | 23px (1.44rem) | 600 | 1.39 (32px) | -0.3px | Feature sub-heads, dark section callouts |
118
+ | Card Heading (H4) | Pretendard | 19px (1.19rem) | 600 | 1.37 (26px) | -0.3px | Investment card titles, feature bullets |
119
+ | Body | Pretendard | 16px (1.00rem) | 400 | 1.50 (24px) | normal | Standard reading text |
120
+ | Nav Link | Pretendard | 16px (1.00rem) | 500 | 1.00 | normal | Top navigation labels |
121
+ | Button (CTA) | Pretendard | 15px (0.94rem) | 600 | 1.00 | normal | "상품 보러가기" CTA label |
122
+ | Button (Nav action) | Pretendard | 16px (1.00rem) | 400 | 1.00 | normal | Signup/login outline buttons |
123
+
124
+ ### Principles
125
+ - **Single font system**: Pretendard does everything. No separate display or monospace font is visible on the main product surfaces.
126
+ - **Weight 600 as the heading anchor**: All headings use SemiBold. There is no ExtraBold (800) headline, unlike more expressive KR fintechs like Finda or Toss.
127
+ - **Tight tracking at display sizes**: -0.4px at 29px, -0.3px at 23px and 19px. Headlines compress but not dramatically — a measured, professional cadence.
128
+ - **400 for body and nav action buttons**: The split between 600 (heading/CTA) and 400 (body/nav-action) is the system's primary hierarchy signal.
129
+
130
+ ## 4. Component Stylings
131
+
132
+ ### Buttons
133
+
134
+ **Primary CTA (View Products)**
135
+ - Background: `#ffffff`
136
+ - Text: `#000000`
137
+ - Radius: 0px
138
+ - Height: 46px
139
+ - Font: 15px Pretendard weight 600
140
+ - Use: "상품 보러가기" (View Products) CTA on each investment card in the hero carousel
141
+
142
+ **Nav Action Outline**
143
+ - Background: `#ffffff`
144
+ - Text: `#2e303b`
145
+ - Border: 1px solid `#d0d8dc`
146
+ - Radius: 10px
147
+ - Padding: 0px 20px
148
+ - Height: 50px
149
+ - Font: 16px Pretendard weight 400
150
+ - Use: Header signup (투자회원가입) and login (로그인) actions
151
+
152
+ **Dark Pill (Contact)**
153
+ - Background: `rgba(0, 0, 0, 0.2)`
154
+ - Text: `#000000`
155
+ - Border: 1px solid `rgba(255, 255, 255, 0.2)`
156
+ - Radius: 30px
157
+ - Padding: 17px 32px
158
+ - Height: 58px
159
+ - Font: 16px Pretendard weight 400
160
+ - Use: Phone number (1600-9613) and FAQ pill buttons on the dark hero section
161
+
162
+ ### Inputs
163
+
164
+ **Default**
165
+ - Background: `#ffffff`
166
+ - Border: 1px solid `#d0d8dc`
167
+ - Radius: 10px
168
+ - Font: 16px Pretendard weight 400
169
+ - Use: Standard form inputs for signup, login, and investment flow
170
+
171
+ ### Cards & Containers
172
+
173
+ **Product Card**
174
+ - Background: `#ffffff`
175
+ - Text: `#000000`
176
+ - Radius: 8px
177
+ - Use: Investment listing cards on the product board — white on `#f6f6f6` grey background, no shadow
178
+
179
+ **Feature Card**
180
+ - Background: `#f6f6f6`
181
+ - Text: `#000000`
182
+ - Radius: 8px
183
+ - Use: Homepage feature highlight sections (three attraction points)
184
+
185
+ ### Badges & Tags
186
+
187
+ **Status Badge (Amber)**
188
+ - Background: `#ffc32d`
189
+ - Text: `#000000`
190
+ - Radius: 0px
191
+ - Padding: 3px 6px
192
+ - Font: 12px Pretendard weight 600
193
+ - Use: Investment product status labels — NOTICE, HOT, NEW, 마감임박 (Near-close)
194
+
195
+ **Progress Badge (Blue)**
196
+ - Background: `#2054ae`
197
+ - Text: `#ffffff`
198
+ - Radius: 4px
199
+ - Font: 12px Pretendard weight 400
200
+ - Use: Funded-percentage status on investment card listings
201
+
202
+ ### Navigation
203
+
204
+ - Background: `#ffffff`
205
+ - Height: 80px header
206
+ - Text: `#2e303b`, 16px Pretendard weight 500
207
+ - Active: text `#000000` bold on active nav item
208
+ - Right actions: outline signup and login buttons
209
+ - Use: Top horizontal sticky nav
210
+
211
+ ---
212
+
213
+ **Verified:** 2026-07-02
214
+ **Tier 1 sources:** https://peoplefund.co.kr/ (redirects to https://www.cple.co.kr/ — homepage live computed style), https://tech.peoplefund.co.kr/ (PeopleFund engineering tech blog)
215
+ **Tier 2 sources:** getdesign.md/peoplefund — not found; styles.refero.design/?q=peoplefund — not found (KR brand, typical Tier-2 gap)
216
+ **Conflicts unresolved:** none
217
+
218
+ ## 5. Layout Principles
219
+
220
+ ### Spacing System
221
+ - Base unit: ~4px
222
+ - Scale: 3px, 6px, 12px, 20px, 32px, 48px, 64px
223
+ - Notable: Card horizontal padding 20px; section vertical gap 48–64px; tight body padding reflecting dense investment-data presentation
224
+
225
+ ### Grid & Container
226
+ - Centered single-column hero with investment product carousel as the anchor
227
+ - Product listing section: horizontal scrolling card row (visible on homepage)
228
+ - Feature sections: 3-up grid (three attraction points)
229
+ - Full-width dark sections (`#000000` bg) for "Contact us" callouts with white text H3 headings
230
+ - White sections alternate with `#f6f6f6` tinted sections for separation
231
+
232
+ ### Whitespace Philosophy
233
+ - **Data density over breathing room**: the product serves investors who want to scan multiple investment options; the layout is relatively dense with information
234
+ - **Flat separation**: `#f6f6f6` vs `#ffffff` bands do all separation work, no shadow elevation
235
+ - **Single accent per screen**: the amber `#ffc32d` on status badges is the only saturated color; everything else is white, grey, black, and charcoal — so the amber always reads immediately
236
+
237
+ ### Border Radius Scale
238
+ - Zero (0px): Primary CTA buttons — deliberately raw and un-styled
239
+ - Small (10px): Nav outline action buttons, form inputs
240
+ - Medium (8px): Cards and containers — the workhorse
241
+ - Pill (30px): Contact/phone/FAQ pill buttons in the dark hero section
242
+
243
+ ## 6. Depth & Elevation
244
+
245
+ | Level | Treatment | Use |
246
+ |-------|-----------|-----|
247
+ | Flat (Level 0) | No shadow, no border | Most surfaces — pure flat system |
248
+ | Tint (Level 1) | `#f6f6f6` background shift | Card/section separation without elevation |
249
+ | Hairline (Level 2) | `1px solid #d0d8dc` border | Outline buttons, form inputs, white card edges on grey background |
250
+
251
+ **Shadow Philosophy**: PeopleFund is a flat, near-shadowless system. Live DOM inspection found `box-shadow: none` across all visible elements. Depth and grouping come from tinted background bands (`#f6f6f6`) and thin `#d0d8dc` hairline borders. This is a deliberate choice for a P2P investment platform: flat UIs load faster on mobile and avoid the "bank software" heaviness that can reduce trust perception in the crowdfunding-adjacent segment. The amber badge does the hierarchy work that shadows would otherwise do.
252
+
253
+ ## 7. Do's and Don'ts
254
+
255
+ ### Do
256
+ - Use Pretendard SemiBold (weight 600) for all headings — it is the single heading anchor
257
+ - Reserve amber (`#ffc32d`) for urgency and status signals — NOTICE, HOT, NEW, 마감임박
258
+ - Separate sections with flat tinted surfaces (`#f6f6f6`) and `#d0d8dc` hairlines, not shadows
259
+ - Use pure black (`#000000`) for primary text — directness is the brand value
260
+ - Use charcoal (`#2e303b`) for secondary UI chrome (nav text, button text) to soften pure black in interactive contexts
261
+ - Apply tight negative letter-spacing to headings (-0.4px at 29px, -0.3px at 23px)
262
+ - Use 0px radius on the primary product CTA button — its un-styled nature signals content confidence
263
+
264
+ ### Don't
265
+ - Spread amber across decorative elements — dilutes the urgency signal
266
+ - Use drop shadows for elevation — PeopleFund is a flat system
267
+ - Use a second accent color outside `#ffc32d` and `#2054ae` — palette discipline is the system's restraint
268
+ - Apply large pill radius to product cards or standard buttons — only contact/phone pill buttons use 30px
269
+ - Use display-size type (48px+) — the system's max heading is 29px; density over drama
270
+ - Use light font weights (300 or below) for headings — SemiBold (600) is the minimum heading weight
271
+ - Use warm-tinted greys for text — `#000000` and `#2e303b` are the text colors; keep them cool and direct
272
+
273
+ ## 8. Responsive Behavior
274
+
275
+ ### Breakpoints
276
+ | Name | Width | Key Changes |
277
+ |------|-------|-------------|
278
+ | Mobile | <768px | Single column, product carousel becomes single-item; reduced section padding |
279
+ | Tablet | 768-1024px | 2-up investment card rows; moderate padding |
280
+ | Desktop | 1024px+ | Full layout; horizontal product carousel; 3-up feature grid |
281
+
282
+ ### Touch Targets
283
+ - Product "상품 보러가기" buttons: 46px height — comfortable for tap
284
+ - Nav action buttons: 50px height with 20px horizontal padding — generously tappable
285
+ - Contact pill buttons: 58px height — large hit area for phone number tap
286
+
287
+ ### Collapsing Strategy
288
+ - Hero investment carousel: multi-card horizontal scroll → single centered card on mobile
289
+ - H2 headings maintain 29px on mobile (size scale is conservative enough to not compress further)
290
+ - Feature 3-up grid → stacked single column on mobile
291
+ - Footer: multi-column links collapse to stacked single column
292
+
293
+ ### Image Behavior
294
+ - Investment product images carry no shadow at any size — consistent with flat system
295
+ - Cards maintain 8px radius across breakpoints
296
+
297
+ ## 9. Agent Prompt Guide
298
+
299
+ ### Quick Color Reference
300
+ - Brand accent / status: PeopleFund Amber (`#ffc32d`)
301
+ - Background: Pure White (`#ffffff`)
302
+ - Tinted surface: Surface Grey (`#f6f6f6`)
303
+ - Primary text: Pure Black (`#000000`)
304
+ - Secondary UI text: Charcoal (`#2e303b`)
305
+ - Muted text: Muted Grey (`#6a6a6a`)
306
+ - Hairline: `#d0d8dc`
307
+ - Footer: Dark Blue-Grey (`#263238`)
308
+ - Error: `#ff4d4f`
309
+ - Success: `#37c94d`
310
+ - Progress/accent: Blue (`#2054ae`)
311
+
312
+ ### Example Component Prompts
313
+ - "Create a hero section on white background. Section heading 29px Pretendard SemiBold (600), letter-spacing -0.4px, color #000000. Below it, a product card row: white #ffffff cards on #f6f6f6 surface, 8px radius. Amber status badge #ffc32d, black text, 0px radius, 3px 6px padding, 12px 600. CTA button: white bg, black text, 0px radius, 15px 600, 46px height — 'View Products'."
314
+ - "Design a product card: white #ffffff background, 8px radius, no shadow. Title 19px Pretendard weight 600 -0.3px tracking, black. Metadata 16px weight 400 #6a6a6a. Amber badge top-left #ffc32d for status. Progress indicator in blue #2054ae."
315
+ - "Build top nav: white 80px header. Pretendard 16px weight 500 links, #2e303b text. Two outline action buttons: white bg, #2e303b text, 10px radius, 50px height, 1px solid #d0d8dc border, 16px weight 400 — 투자회원가입, 로그인."
316
+ - "Create a dark hero callout section: #000000 background, white text. H3 heading 23px Pretendard 600 -0.3px, white. Two pill contact buttons: rgba(0,0,0,0.2) bg, black text, 1px solid rgba(255,255,255,0.2) border, 30px radius, 58px height, 16px weight 400."
317
+
318
+ ### Iteration Guide
319
+ 1. Pretendard SemiBold (600) for every heading; Pretendard 400 for body and nav actions
320
+ 2. Amber (`#ffc32d`) is for urgency signals only — NOTICE, HOT, NEW, 마감임박
321
+ 3. No shadows — separate with `#f6f6f6` tint and `#d0d8dc` hairlines
322
+ 4. CTA button is 0px radius — un-styled white on dark bg sections
323
+ 5. Charcoal `#2e303b` for secondary UI text, not pure black
324
+ 6. Negative tracking on headings: -0.4px at 29px, -0.3px at 23px and 19px
325
+ 7. Footer always `#263238` dark blue-grey
326
+
327
+ ---
328
+
329
+ ## 10. Voice & Tone
330
+
331
+ PeopleFund's voice is **direct, data-forward, and quietly ambitious** — a platform that speaks to investors as rational adults who want yields and returns, not lifestyle aspirations. The homepage title "크플 - 대한민국 최상위 온투금융(투자, 대출)" (크플 - Korea's Top Online Investment Finance) sets the register: declarative, superlative in claim but specific in domain. The section headline "폭풍성장 크플" ("Storm-growth Cple") reads as bold shorthand for performance, not hype. Copy is dense and numeric — funding percentages (95.1%), product codes (21548호), annualized return rates — because the user is here to decide whether to commit capital.
332
+
333
+ | Context | Tone |
334
+ |---|---|
335
+ | Hero / section headings | Bold and declarative. "폭풍성장", "세 가지 매력 포인트." Confident without adjective-stacking. |
336
+ | Investment product labels | Data-first: percentage funded, product ID, status (마감임박 / 모집중). |
337
+ | Status badges | Single-word urgency. NOTICE · HOT · NEW · 마감임박. Amber background does the emphasis work. |
338
+ | CTAs | Plain imperatives. "상품 보러가기" (View Products). No exclamation marks. |
339
+ | Feature descriptions | Benefit-summarized: "손쉬운 투자", "높은 수익률", "다채로운 상품" — three-word benefit anchors. |
340
+ | Contact / support | Direct. "고민하지 말고 물어보세요" (Don't hesitate, just ask) — approachable but not casual. |
341
+
342
+ **Voice samples (verbatim from live homepage):**
343
+ - "크플 - 대한민국 최상위 온투금융(투자, 대출)" — page title (domain authority claim). *(verified live 2026-07-02)*
344
+ - "폭풍성장 크플" — section heading (performance claim, colloquial strength). *(verified live 2026-07-02)*
345
+ - "세 가지 매력 포인트" — feature section heading (structured promise). *(verified live 2026-07-02)*
346
+
347
+ **Forbidden register**: vague lifestyle marketing ("unlock your financial future"), undifferentiated safety claims without numbers, exclamation-mark-driven urgency, cute mascot language. The amber badge handles urgency — copy stays numeric and factual.
348
+
349
+ ## 11. Brand Narrative
350
+
351
+ PeopleFund (피플펀드) was founded in **2015** by **김대윤 (Kim Dae-yoon, CEO)** as a marketplace lending platform connecting individual investors with property-secured borrowers — a model Korea permitted under its P2P lending regulatory framework. The founding thesis addressed a Korean market inefficiency: retail investors had almost no access to mid-yield instruments between bank deposits (1-2%) and equity risk, while qualified borrowers were underserved by banks with rigid scoring. PeopleFund proposed a middle path: real-estate-collateralized loans, transparently listed, directly matchable online.
352
+
353
+ The company rebranded to **크플 (Cple)** — 크라우드펀딩 플랫폼 (Crowdfunding Platform) — reflecting its ambition to be the defining Korean online investment finance brand, claiming the position of "대한민국 최상위 온투금융" (Korea's Top Online Finance). This rebrand surfaced in 2024-2025 with the new `cple.co.kr` domain, though `peoplefund.co.kr` continues to redirect there. The brand's parent company is **PFCT (피에프씨테크놀로지스 / PFC Technologies)**.
354
+
355
+ PeopleFund has received recognition including a **2019 국무총리 표창** (Prime Minister's Commendation), coverage from **Bloomberg** and **CNBC**, awards at the **IFLR APAC Awards**, and investment from international firms including **CLSA Capital Partners**. This institutional recognition is surfaced prominently on the homepage as social proof — appropriate for a platform asking retail investors to commit capital to property loans.
356
+
357
+ What PeopleFund refuses, visible in its design: the glossy over-promise of neo-bank apps, the lifestyle marketing of mainstream consumer fintech, and the heavy regulatory-compliance aesthetic of old banking. What it embraces: a data-dense, scannable product board, a single amber urgency signal, and the confidence to let the numbers speak.
358
+
359
+ ## 12. Principles
360
+
361
+ 1. **Returns over rhetoric.** The product listings lead with funded percentages and product codes, not marketing copy. *UI implication:* investment card layout prioritizes data fields — funding %, status badge, product ID — before descriptive text.
362
+ 2. **Single accent, maximum signal.** Amber `#ffc32d` appears only on status labels. *UI implication:* do not add a second accent color; the amber's power comes from its singularity. Every new use dilutes the urgency signal.
363
+ 3. **Flat and fast.** No shadows, no depth tricks. *UI implication:* separate content zones with tint (`#f6f6f6`) and hairlines (`#d0d8dc`); avoid elevation layers that add visual noise without adding meaning.
364
+ 4. **Pretendard all the way.** A single font across all levels signals system coherence. *UI implication:* do not introduce a second typeface; vary weight (400 body, 600 heading/CTA) to create hierarchy.
365
+ 5. **Credibility through specificity.** Awards, partner logos, return rates, and product percentages anchor trust. *UI implication:* always prefer a specific number ("95.1% 마감임박") over a generic quality claim.
366
+
367
+ ## 13. Personas
368
+
369
+ *Personas below are fictional archetypes informed by publicly observable PeopleFund user segments (Korean retail investors, property-secured borrowers), not individual people.*
370
+
371
+ **박준혁, 38, 서울 강남.** A salaried professional with 2,000만원 in savings looking for yield beyond 2% bank deposits. Compares PeopleFund listings by annual return rate and collateral-to-loan ratio before committing. The amber "마감임박" badge triggers action — he doesn't want to miss a 10%+ product. Trusts the platform because of the Prime Minister's Commendation badge on the homepage; distrusts anything that looks too slick.
372
+
373
+ **이민정, 44, 인천.** A small business owner who borrowed through PeopleFund for short-term bridge financing on a commercial property. Values the faster approval relative to banks and appreciates seeing her own product listed transparently on the platform — she knows exactly who is funding her loan.
374
+
375
+ **최동현, 29, 부산.** A first-time P2P investor who downloaded the app after seeing the Bloomberg mention. Starts with 100만원 on a 6-month product. The clean, data-board UI made him trust the platform more than a more "designed" competitor that felt more like a lifestyle brand. He wants a spreadsheet, not a mood board.
376
+
377
+ ## 14. States
378
+
379
+ | State | Treatment |
380
+ |---|---|
381
+ | **Empty (no invest products matching filter)** | White canvas. Charcoal (`#2e303b`) single line at body size explaining no matching products. No illustration. One plain CTA to reset filter. |
382
+ | **Empty (portfolio, no investments yet)** | Muted grey (`#6a6a6a`) text: first-investment prompt with link to product list. Direct, no celebratory onboarding art. |
383
+ | **Loading (product list fetch)** | Skeleton white cards on `#f6f6f6` background at product card dimensions, 8px radius. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
384
+ | **Loading (portfolio calculation)** | Inline data refreshes with previous values staying visible; spinner next to the yield figure. |
385
+ | **Error (investment failed)** | Inline error message with Error Red (`#ff4d4f`) accent. Plain Korean: states what failed and what to do next. No generic "오류가 발생했습니다" alone. |
386
+ | **Error (form validation)** | Field-level message below the input. Describes the specific violation and the valid format. |
387
+ | **Error (product sold out / 모집완료)** | Status badge changes to "모집완료" (closed). Product card dims. No amber badge — the urgency color retires when the window closes. |
388
+ | **Success (investment placed)** | Brief inline confirmation in calm tone. Success Green (`#37c94d`) accent. Next step (view portfolio) linked immediately below. No celebratory animation. |
389
+ | **Skeleton** | `#f6f6f6` blocks at final card dimensions, 8px radius, flat pulse consistent with shadowless system. |
390
+ | **Disabled** | Muted grey (`#6a6a6a`) text and reduced-opacity surface; amber status signals disappear on disabled products. |
391
+
392
+ ## 15. Motion & Easing
393
+
394
+ **Durations**:
395
+
396
+ | Token | Value | Use |
397
+ |---|---|---|
398
+ | `motion-fast` | 100ms | Hover, button press |
399
+ | `motion-standard` | 200ms | Card reveal, dropdown, tooltip |
400
+ | `motion-slow` | 300ms | Page-level section transition |
401
+
402
+ **Easings**:
403
+
404
+ | Token | Curve | Use |
405
+ |---|---|---|
406
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, dropdowns, panels |
407
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
408
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
409
+
410
+ **Motion rules**: Motion is functional and minimal — appropriate for a P2P investment platform where the user is making financial decisions, not consuming entertainment. Product cards fade into view at `motion-standard / ease-enter` as the list loads. The amber status badge does not animate — static signals are trusted signals; a pulsing badge would feel like manipulation on a financial platform. No spring or bounce anywhere. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant; the platform remains fully usable and data-accessible.
411
+
412
+ <!--
413
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
414
+
415
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on https://peoplefund.co.kr/ → https://www.cple.co.kr/ and https://www.cple.co.kr/product/invest:
416
+ - Homepage title: "크플 - 대한민국 최상위 온투금융(투자, 대출)"
417
+ - Section headings: "폭풍성장 크플", "세 가지 매력 포인트", "대한민국을 대표하는 크플", "크플과 함께하는"
418
+ - Status badges (Tailwind class bg-[#FFC32D]): NOTICE, 마감임박, HOT, NEW
419
+ - Products listed: "서울시 양천구 21548호" 94.7% 마감임박, "평택시 독곡동 21577호" 95.1% 마감임박
420
+ - H2 29px/600/-0.4px, H3 23px/600/-0.3px, H4 19px/600/-0.3px: all confirmed live
421
+ - footer: "회사소개", "뉴스룸", "투자사 소개" nav links
422
+ - Recognition on homepage: "2019 국무총리 표창", "CLSA Capital Partners", "블룸버그", "CNBC", "IFLR APAC AWARDS"
423
+
424
+ blog.pfct.co.kr metadata (2026-07-02): Organization name "피에프씨테크놀로지스(PFC Technologies)" / "피플펀드 PeopleFund"; blog title "PFCT 공식블로그 '피플로그'"; description "보통 사람을 위한 보통이 아닌 금융, 피플펀드 공식 블로그 '피플로그' 입니다." These are brand-owned first-party sources.
425
+
426
+ Brand narrative: PeopleFund founded 2015 as Korean P2P lending platform; CEO 김대윤. Rebrand to 크플 (Cple) / PFCT (PFC Technologies) publicly visible on sites. These are documented public facts about the company.
427
+
428
+ Personas (§13) are fictional archetypes informed by publicly observable PeopleFund user segments (Korean retail P2P investors, property-secured borrowers). Names are illustrative; they do not refer to real people.
429
+
430
+ Interpretive claims (e.g., "single accent maximum signal", "flat and fast as a rejection of banking software heaviness") are editorial readings connecting PeopleFund's observed design to its positioning, not directly sourced PeopleFund statements.
431
+ -->