oh-my-design-cli 1.8.7 → 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 (247) 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 +1995 -38
  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/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,445 @@
1
+ ---
2
+ id: moin
3
+ name: Moin
4
+ display_name_kr: 모인
5
+ country: KR
6
+ category: fintech
7
+ homepage: "https://www.themoin.com/ko"
8
+ primary_color: "#0082ff"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=themoin.com&sz=128"
12
+ verified: "2026-07-02"
13
+ added: "2026-07-02"
14
+ omd: "0.1"
15
+ tokens:
16
+ source: live-extract
17
+ extracted: "2026-07-02"
18
+ note: "primary = live currency-exchange 'Send money' CTA azure (#0082ff); a slightly deeper #007bff appears on the top-nav send button. Headings near-black navy (#1a1b22); body default #333333. Near shadowless — one soft card shadow rgba(0,0,0,0.05). 6px is the workhorse radius."
19
+ colors:
20
+ primary: "#0082ff"
21
+ primary-alt: "#007bff"
22
+ ink: "#1a1b22"
23
+ body: "#333333"
24
+ dark: "#242424"
25
+ muted: "#6b6c74"
26
+ muted-slate: "#818daa"
27
+ grey: "#555555"
28
+ faint: "#a9abb4"
29
+ canvas: "#ffffff"
30
+ surface: "#f7f7f8"
31
+ surface-cool: "#f3f5f8"
32
+ hairline: "#efefef"
33
+ border: "#e0e0e0"
34
+ border-cool: "#e9ecef"
35
+ on-primary: "#ffffff"
36
+ typography:
37
+ family: { sans: "Spoqa Han Sans", fallback: "Spoqa Han Sans JP" }
38
+ display-hero: { size: 40, weight: 700, lineHeight: 1.2, use: "Hero H1 headline, Spoqa Han Sans Bold" }
39
+ section-lg: { size: 32, weight: 700, use: "Large section titles + currency amount value" }
40
+ section: { size: 24, weight: 700, use: "Feature section headings" }
41
+ eyebrow: { size: 16, weight: 700, use: "Blue accent eyebrow labels (Speed, Lower fees)" }
42
+ body: { size: 16, weight: 400, lineHeight: 1.5, use: "Standard body + UI text" }
43
+ button: { size: 16, weight: 700, use: "Primary / dark button label" }
44
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 24, xl: 48, section: 64 }
45
+ rounded: { sm: 6, md: 8, lg: 16, xl: 20, full: 9999 }
46
+ shadow:
47
+ card: "rgba(0, 0, 0, 0.05) 0px 4px 15px 0px"
48
+ elevated: "rgba(36, 36, 36, 0.3) 0px 10px 20px 0px"
49
+ components:
50
+ button-primary: { type: button, bg: "#0082ff", fg: "#ffffff", radius: "6px", height: "50px", padding: "8px 16px", border: "1px solid rgba(0,50,100,0.1)", font: "16px / 400 Spoqa Han Sans", use: "Currency-exchange 'Send money' CTA — the core product action" }
51
+ button-nav: { type: button, bg: "#007bff", fg: "#ffffff", radius: "6px", height: "40px", padding: "8px 16px", border: "1px solid #007bff", font: "16px / 700 Spoqa Han Sans", use: "Top-nav 'Send money' button" }
52
+ button-dark: { type: button, bg: "#333333", fg: "#ffffff", radius: "6px", height: "52px", padding: "14px 48px", font: "16px / 700 Spoqa Han Sans", use: "Secondary 'More reviews' action" }
53
+ button-carousel: { type: button, bg: "#ffffff", fg: "#555555", border: "1px solid #e0e0e0", radius: "8px", height: "48px", use: "Review carousel prev / next arrow" }
54
+ input-amount: { type: input, bg: "#ffffff", fg: "#242424", radius: "6px", font: "32px / 700 Spoqa Han Sans", states: "active value turns #0082ff", use: "Currency amount field on the exchange widget" }
55
+ card-surface: { type: card, bg: "#f7f7f8", fg: "#1a1b22", radius: "16px", shadow: "rgba(0,0,0,0.05) 0px 4px 15px", use: "Tinted content / review card" }
56
+ card-cool: { type: card, bg: "#f3f5f8", fg: "#1a1b22", border: "1px solid #efefef", radius: "16px", use: "Cool-tinted feature block" }
57
+ eyebrow-label: { type: badge, fg: "#0082ff", font: "16px / 700 Spoqa Han Sans", use: "Blue accent eyebrow above feature headings (Speed, Easy to start, Lower fees)" }
58
+ components_harvested: true
59
+ ---
60
+
61
+ # Design System Inspiration of Moin
62
+
63
+ ## 1. Visual Theme & Atmosphere
64
+
65
+ Moin (모인) is a Korean cross-border money-transfer fintech, and its site carries itself like a trustworthy utility rather than a flashy consumer app — clean, functional, and quietly confident. The canvas is pure white (`#ffffff`) broken up by soft near-white surfaces (`#f7f7f8` and the cooler `#f3f5f8`) that segment the page into calm, breathable bands. Text sits in a deep near-black navy (`#1a1b22`) for headings and a soft charcoal (`#333333`) for body copy — never a harsh pure black for the running text. The system's single signal color is a bright, optimistic azure (`#0082ff`), which the eye is trained to read as "the money moves here": it lights the currency-exchange CTA, the section eyebrow labels, and the active amount you type.
66
+
67
+ The typographic personality is unmistakably Korean-product: everything is set in **Spoqa Han Sans** (with `Spoqa Han Sans JP` as the CJK fallback), the open-source hangul workhorse, running Bold (weight 700) for hero and section headings and a comfortable weight 400 for body. The scale is deliberately compact and pragmatic — a 40px hero H1 (`#1a1b22`), 32px large section titles, 24px feature headings, and a 16px body — reflecting a product that has real numbers, fees, and exchange rates to show rather than oversized marketing poetry. The one place the type gets loud is the currency input: the amount you send renders at a big 32px / 700, and flips from a dark `#242424` to the brand azure `#0082ff` the moment it becomes the active value.
68
+
69
+ What distinguishes Moin from heavier fintech peers is its restraint with depth. The system is almost entirely flat: separation comes from tinted surfaces and thin `#efefef` hairlines rather than elevation, and the only recurring drop shadow is a single, very soft `rgba(0, 0, 0, 0.05) 0px 4px 15px` on cards. Geometry stays gentle and consistent — a **6px** corner radius is the workhorse across buttons and inputs (by far the most common radius on the page), with 8px on carousel controls and 16px on content cards. The result is a fast, mobile-native, engineered-feeling interface: a remittance tool that looks precise and safe with your money, not decorative.
70
+
71
+ **Key Characteristics:**
72
+ - Single azure signal color (`#0082ff`) reserved for the money action — CTA, eyebrows, active amount
73
+ - A slightly deeper blue (`#007bff`) on the top-nav send button — a second, near-identical blue
74
+ - Spoqa Han Sans throughout — Bold (700) for headings, 400 for body; open-source hangul-first
75
+ - Compact, pragmatic type scale: 40px hero, 32px / 24px sections, 16px body
76
+ - Near-black navy (`#1a1b22`) headings + charcoal (`#333333`) body instead of pure black
77
+ - Near-flat depth: one soft `rgba(0, 0, 0, 0.05)` card shadow; tint + `#efefef` hairlines do the separating
78
+ - 6px workhorse radius (buttons/inputs), 8px controls, 16px cards
79
+ - Cool neutral ladder (`#6b6c74` → `#818daa` → `#a9abb4`) for text hierarchy
80
+
81
+ ## 2. Color Palette & Roles
82
+
83
+ ### Primary
84
+ - **Moin Azure** (`#0082ff`): The primary brand and action color. Backs the currency-exchange "Send money" CTA, colors the eyebrow labels (Speed / Easy to start / Lower fees), and becomes the active amount value in the input. The system's single saturated hue.
85
+ - **Send Blue** (`#007bff`): A slightly deeper companion blue used on the top-navigation "Send money" button and its border — near-identical to the azure but rendered as a distinct token in the header chrome.
86
+
87
+ ### Ink & Text
88
+ - **Ink Navy** (`#1a1b22`): Primary heading color for the hero H1 and feature section H2s — a very dark blue-black that reads as warm and trustworthy rather than stark.
89
+ - **Body Charcoal** (`#333333`): The document default text color and the fill of the dark "More reviews" button.
90
+ - **Dark** (`#242424`): The resting color of the large currency amount value before it becomes active.
91
+ - **Muted** (`#6b6c74`): Secondary text, supporting copy.
92
+ - **Muted Slate** (`#818daa`): A cool blue-grey for tertiary labels and metadata.
93
+ - **Grey** (`#555555`): Icon color for the review carousel prev/next arrows.
94
+ - **Faint** (`#a9abb4`): Lowest-emphasis text, placeholders, disabled labels.
95
+
96
+ ### Surface & Neutral
97
+ - **Pure White** (`#ffffff`): Page background, card surfaces, text on azure/dark.
98
+ - **Surface** (`#f7f7f8`): Warm near-white tinted surface for content and review cards.
99
+ - **Surface Cool** (`#f3f5f8`): A cooler near-white for alternating feature blocks.
100
+ - **Hairline** (`#efefef`): The dominant border color — thin dividers and card outlines in the near-shadowless system.
101
+ - **Border** (`#e0e0e0`): Slightly stronger border for interactive controls (carousel arrows).
102
+ - **Border Cool** (`#e9ecef`): A cool-toned hairline used on cool surfaces.
103
+ - **On Primary** (`#ffffff`): Text/icon color on azure and dark fills.
104
+
105
+ ## 3. Typography Rules
106
+
107
+ ### Font Family
108
+ - **Sans**: `Spoqa Han Sans` — used for every text element: hero, headings, body, buttons, nav.
109
+ - **Fallback**: `Spoqa Han Sans JP`, then `Helvetica`, `Arial`, `sans-serif`.
110
+
111
+ ### Hierarchy
112
+
113
+ | Role | Font | Size | Weight | Line Height | Notes |
114
+ |------|------|------|--------|-------------|-------|
115
+ | Display Hero | Spoqa Han Sans | 40px (2.50rem) | 700 | ~1.2 | Hero H1, `#1a1b22` |
116
+ | Section Large | Spoqa Han Sans | 32px (2.00rem) | 700 | -- | "Why so many users choose MOIN" + currency amount value |
117
+ | Feature Heading | Spoqa Han Sans | 24px (1.50rem) | 700 | -- | "Fast, direct remittances you can trust", `#1a1b22` |
118
+ | Eyebrow | Spoqa Han Sans | 16px (1.00rem) | 700 | -- | Azure accent labels (Speed / Easy to start / Lower fees), `#0082ff` |
119
+ | Body | Spoqa Han Sans | 16px (1.00rem) | 400 | 1.5 | Standard reading and UI text, `#333333` |
120
+ | Button | Spoqa Han Sans | 16px (1.00rem) | 400-700 | -- | CTA labels (700 on dark/nav, 400 on exchange CTA) |
121
+
122
+ ### Principles
123
+ - **One family, weight-driven hierarchy**: Spoqa Han Sans does every job; contrast comes from weight (700 vs 400) and size, not from swapping typefaces.
124
+ - **Compact, pragmatic scale**: the hero tops out at 40px, sections at 32/24px — restrained sizing for a product that shows real fees, rates, and numbers.
125
+ - **Bold headings, plain body**: 700 carries every headline; 400 carries every paragraph.
126
+ - **The number is the loudest element**: the currency amount runs at 32px / 700 and switches to azure `#0082ff` when active — the typographic climax of the exchange widget.
127
+
128
+ ## 4. Component Stylings
129
+
130
+ ### Buttons
131
+
132
+ **Exchange CTA (Primary)**
133
+ - Background: `#0082ff`
134
+ - Text: `#ffffff`
135
+ - Radius: 6px
136
+ - Padding: 8px 16px
137
+ - Height: 50px
138
+ - Border: 1px solid `rgba(0,50,100,0.1)`
139
+ - Font: 16px Spoqa Han Sans weight 400
140
+ - Use: The currency-exchange "Send money" CTA — the core product action
141
+
142
+ **Nav Send (Header)**
143
+ - Background: `#007bff`
144
+ - Text: `#ffffff`
145
+ - Radius: 6px
146
+ - Padding: 8px 16px
147
+ - Height: 40px
148
+ - Border: 1px solid `#007bff`
149
+ - Font: 16px Spoqa Han Sans weight 700
150
+ - Use: Top-navigation "Send money" button
151
+
152
+ **Dark Secondary**
153
+ - Background: `#333333`
154
+ - Text: `#ffffff`
155
+ - Radius: 6px
156
+ - Padding: 14px 48px
157
+ - Height: 52px
158
+ - Font: 16px Spoqa Han Sans weight 700
159
+ - Use: Lower-emphasis actions such as "More reviews"
160
+
161
+ **Carousel Control**
162
+ - Background: `#ffffff`
163
+ - Text: `#555555`
164
+ - Border: 1px solid `#e0e0e0`
165
+ - Radius: 8px
166
+ - Height: 48px
167
+ - Use: Review carousel previous / next arrows
168
+
169
+ ### Inputs & Forms
170
+
171
+ **Currency Amount**
172
+ - Background: `#ffffff`
173
+ - Text: `#242424`
174
+ - Radius: 6px
175
+ - Font: 32px Spoqa Han Sans weight 700
176
+ - Active: value color shifts to `#0082ff`
177
+ - Use: The send/receive amount field on the exchange widget
178
+
179
+ ### Cards & Containers
180
+
181
+ **Tinted Surface Card**
182
+ - Background: `#f7f7f8`
183
+ - Text: `#1a1b22`
184
+ - Radius: 16px
185
+ - Shadow: `rgba(0, 0, 0, 0.05) 0px 4px 15px 0px`
186
+ - Use: Content and review cards
187
+
188
+ **Cool Feature Block**
189
+ - Background: `#f3f5f8`
190
+ - Text: `#1a1b22`
191
+ - Border: 1px solid `#efefef`
192
+ - Radius: 16px
193
+ - Use: Cool-tinted feature section block
194
+
195
+ ### Badges
196
+
197
+ **Azure Eyebrow**
198
+ - Text: `#0082ff`
199
+ - Font: 16px Spoqa Han Sans weight 700
200
+ - Use: Accent eyebrow label above feature headings ("Speed", "Easy to start", "Lower fees")
201
+
202
+ ### Navigation
203
+ - Background: `#ffffff`
204
+ - Text: `#333333`
205
+ - Font: 16px Spoqa Han Sans
206
+ - Right-aligned azure/`#007bff` "Send money" CTA at 6px radius
207
+ - Use: Top horizontal navigation
208
+
209
+ ---
210
+
211
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect)
212
+ **Tier 1 sources:** https://www.themoin.com/ko , https://themoin.github.io/
213
+ **Tier 2 sources:** getdesign.md/moin (no result — "No designs found for 'moin'") ; styles.refero.design/?q=moin (not listed — 96 fuzzy substring hits, none the Moin fintech)
214
+ **Conflicts unresolved:** none
215
+
216
+ ## 5. Layout Principles
217
+
218
+ ### Spacing System
219
+ - Base unit: 8px
220
+ - Scale: 4px, 8px, 12px, 16px, 24px, 48px, 64px
221
+ - Notable: buttons pad at 8px 16px (exchange CTA) up to 14px 48px (dark "More reviews" pill), giving secondary actions a generous, tappable footprint
222
+
223
+ ### Grid & Container
224
+ - Centered single-column marketing flow anchored by the 40px hero H1
225
+ - The currency-exchange widget (amount input + azure CTA) sits high on the page as the primary interactive object
226
+ - Feature sections alternate white (`#ffffff`) and tinted (`#f7f7f8` / `#f3f5f8`) full-width bands
227
+ - Review content lives in a horizontal carousel with `#e0e0e0`-bordered arrow controls
228
+
229
+ ### Whitespace Philosophy
230
+ - **Calm, functional breathing room**: generous vertical rhythm between sections keeps a numbers-heavy product feeling unhurried
231
+ - **Flat segmentation**: bands separate by background tint and `#efefef` hairlines rather than heavy borders or shadow
232
+ - **Numbers get room**: the exchange widget is given space and scale so the amount is the clear focal point
233
+
234
+ ### Border Radius Scale
235
+ - Small (6px): buttons, inputs — the workhorse radius
236
+ - Medium (8px): carousel controls, small containers
237
+ - Large (16px): content and feature cards
238
+ - Extra (20px): larger rounded containers
239
+ - Full (9999px / 50%): circular avatars and icon chips
240
+
241
+ ## 6. Depth & Elevation
242
+
243
+ | Level | Treatment | Use |
244
+ |-------|-----------|-----|
245
+ | Flat (Level 0) | No shadow | Page background, most surfaces, inline text |
246
+ | Tint (Level 1) | `#f7f7f8` / `#f3f5f8` background shift | Card/section separation without elevation |
247
+ | Hairline (Level 2) | 1px solid `#efefef` (or cool `#e9ecef`) border | Card outlines, dividers |
248
+ | Card (Level 3) | `rgba(0, 0, 0, 0.05) 0px 4px 15px 0px` | Soft lift on content/review cards |
249
+ | Elevated (Level 4) | `rgba(36, 36, 36, 0.3) 0px 10px 20px 0px` | Rare emphasis on floating/hover elements |
250
+
251
+ **Shadow Philosophy**: Moin is a near-flat system. Live inspection found `box-shadow: none` across the hero, nav, and most sections, with a single soft `rgba(0, 0, 0, 0.05) 0px 4px 15px` recurring on cards and one deeper `rgba(36, 36, 36, 0.3)` reserved for emphasis. Depth is communicated primarily through flat tinted surfaces (`#f7f7f8`, `#f3f5f8`) and thin `#efefef` hairlines. This restraint keeps the remittance UI feeling fast, clean, and mobile-native rather than heavy — when the system needs to draw attention, it reaches for the azure `#0082ff`, not elevation.
252
+
253
+ ## 7. Do's and Don'ts
254
+
255
+ ### Do
256
+ - Set every text element in Spoqa Han Sans — Bold (700) for headings, 400 for body
257
+ - Reserve azure (`#0082ff`) for the money action — CTA, eyebrows, active amount
258
+ - Use near-black navy (`#1a1b22`) for headings and charcoal (`#333333`) for body text
259
+ - Keep the type scale compact — 40px hero, 32/24px sections, 16px body
260
+ - Separate sections with flat tint (`#f7f7f8` / `#f3f5f8`) and `#efefef` hairlines, not heavy shadow
261
+ - Use a 6px radius on buttons and inputs, 16px on cards
262
+ - Let the currency amount be the loudest element (32px / 700) and flip it to azure when active
263
+ - Keep depth to the single soft `rgba(0, 0, 0, 0.05)` card shadow
264
+
265
+ ### Don't
266
+ - Introduce a second saturated accent color — azure is the only signal hue
267
+ - Use pure black (`#000000`) for body text — reserve navy `#1a1b22` and charcoal `#333333`
268
+ - Stack heavy drop shadows for elevation — Moin is near-flat
269
+ - Oversize marketing headlines beyond the 40px hero — the scale is deliberately pragmatic
270
+ - Spread azure across decorative elements — it dilutes the "this is the action" signal
271
+ - Swap in a display typeface for headings — Spoqa Han Sans owns every role
272
+ - Use sharp 0px corners on interactive controls — 6px is the baseline
273
+ - Use faint grey (`#a9abb4`) for primary content — it is for disabled/placeholder only
274
+
275
+ ## 8. Responsive Behavior
276
+
277
+ ### Breakpoints
278
+ | Name | Width | Key Changes |
279
+ |------|-------|-------------|
280
+ | Mobile | <640px | Single column, hero compresses, exchange widget full-width |
281
+ | Tablet | 640-1024px | Moderate padding, 2-up feature cards |
282
+ | Desktop | 1024-1440px | Full centered layout, multi-column feature bands, carousel |
283
+
284
+ ### Touch Targets
285
+ - Exchange CTA at 50px height, full-width on mobile — an unmistakable primary target
286
+ - Dark secondary buttons at 52px with 14px 48px padding — comfortably tappable
287
+ - Carousel arrow controls at 48px square with `#e0e0e0` border
288
+
289
+ ### Collapsing Strategy
290
+ - Hero: 40px headline scales down on mobile, weight 700 maintained
291
+ - Exchange widget: amount input + azure CTA stack vertically on narrow viewports
292
+ - Feature bands: multi-column → stacked single column
293
+ - Tinted/white alternating sections keep full-width treatment
294
+ - Review carousel: reduces visible cards, arrows remain
295
+
296
+ ### Image Behavior
297
+ - App screenshots and illustrations sit on flat tinted surfaces, carrying at most the soft `rgba(0, 0, 0, 0.05)` card shadow
298
+ - Cards maintain 16px radius across breakpoints
299
+
300
+ ## 9. Agent Prompt Guide
301
+
302
+ ### Quick Color Reference
303
+ - Primary action / azure: Moin Azure (`#0082ff`)
304
+ - Nav send button: Send Blue (`#007bff`)
305
+ - Heading text: Ink Navy (`#1a1b22`)
306
+ - Body text: Charcoal (`#333333`)
307
+ - Amount (resting): Dark (`#242424`)
308
+ - Secondary text: Muted (`#6b6c74`)
309
+ - Tertiary label: Muted Slate (`#818daa`)
310
+ - Carousel icon: Grey (`#555555`)
311
+ - Faint / disabled: Faint (`#a9abb4`)
312
+ - Background: Pure White (`#ffffff`)
313
+ - Tinted surface: Surface (`#f7f7f8`), Surface Cool (`#f3f5f8`)
314
+ - Hairline: `#efefef` (cool: `#e9ecef`), stronger border `#e0e0e0`
315
+
316
+ ### Example Component Prompts
317
+ - "Create a remittance hero on white. Headline at 40px Spoqa Han Sans weight 700, color #1a1b22. Below it a currency-exchange widget: amount input at 32px weight 700 (#242424, turning #0082ff when active) and an azure CTA — #0082ff background, white text, 6px radius, 8px 16px padding, 50px tall."
318
+ - "Design a feature block: #f3f5f8 background, 1px solid #efefef border, 16px radius, no heavy shadow. Azure eyebrow label at 16px Spoqa Han Sans weight 700 (#0082ff), then a 24px weight-700 heading in #1a1b22, body 16px weight 400 #333333."
319
+ - "Build a review card: #f7f7f8 background, 16px radius, soft shadow rgba(0,0,0,0.05) 0px 4px 15px. Carousel arrows as 48px white squares with 1px solid #e0e0e0 border, #555555 icon, 8px radius."
320
+ - "Create a top nav: white header, #333333 links in Spoqa Han Sans, right-aligned #007bff 'Send money' button at 6px radius."
321
+
322
+ ### Iteration Guide
323
+ 1. Spoqa Han Sans everywhere; 700 for headings, 400 for body
324
+ 2. Azure (`#0082ff`) is the single action color — don't spread it
325
+ 3. Near-flat: use `#f7f7f8` / `#f3f5f8` tint and `#efefef` hairlines; one soft card shadow only
326
+ 4. 6px radius on buttons/inputs, 16px on cards
327
+ 5. Headings `#1a1b22`, body `#333333` — never pure black
328
+ 6. Compact type scale: 40 / 32 / 24 / 16
329
+ 7. Make the currency amount the focal point and flip it to azure when active
330
+
331
+ ---
332
+
333
+ ## 10. Voice & Tone
334
+
335
+ Moin's voice is **plain, reassuring, and efficient** — a cross-border money service that treats sending money abroad as something that should be fast, cheap, and unintimidating. The English hero line *"Complex international remittances, now made simple with MOIN!"* sets the register: it names a real pain (remittance is complicated and expensive) and answers it directly, without jargon or hype. Copy speaks to migrant workers, students, and anyone sending money home as a competent adult who wants speed, low fees, and certainty — not a target for financial upsell.
336
+
337
+ | Context | Tone |
338
+ |---|---|
339
+ | Hero headlines | Problem → simple answer. "Complex international remittances, now made simple with MOIN!" Direct, benefit-first. |
340
+ | Feature eyebrows | One-word plain claims. "Speed", "Easy to start", "Lower fees". |
341
+ | Feature headings | Concrete promise. "Fast, direct remittances you can trust", "Done in five minutes, right in the app". |
342
+ | CTAs | Action-first, low-pressure. "Send money", "More reviews". |
343
+ | Trust / savings copy | Concrete and quantified. Fee-savings framed as real numbers, not vague "best rates". |
344
+
345
+ **Voice samples (verbatim from live homepage):**
346
+ - "Complex international remittances, now made simple with MOIN!" — hero headline (problem → simple answer). *(verified live 2026-07-02)*
347
+ - "Fast, direct remittances you can trust" — feature heading (speed + trust). *(verified live 2026-07-02)*
348
+ - "Done in five minutes, right in the app" — feature heading (concrete time promise). *(verified live 2026-07-02)*
349
+
350
+ **Forbidden register**: fear-based or urgency-driven sales pressure, undefined financial/FX jargon left unexplained, hype superlatives on routine actions, exclamation-stacked marketing beyond the single friendly hero line.
351
+
352
+ ## 11. Brand Narrative
353
+
354
+ Moin (모인) is a Korean fintech built around a single, concrete frustration: sending money across borders from Korea was slow, opaque, and expensive, buried in bank fees and hidden exchange-rate margins. Moin, operated by **Moin Inc.**, positioned itself as a licensed small-sum overseas-remittance provider under Korea's amended Foreign Exchange Transactions Act — one of the early independent players allowed to move money internationally outside the incumbent banks. Its founding premise, echoed by the homepage line *"Complex international remittances, now made simple"*, was to strip a historically bank-controlled process down to something a person could finish in about five minutes on their phone.
355
+
356
+ The product matured into a direct, lower-fee remittance service that competes on the two things that actually matter to someone wiring money home — how fast it arrives and how much it costs — surfacing both plainly rather than hiding them behind an application funnel. The brand positions itself as the sender's advocate inside a system historically tilted toward banks and their margins.
357
+
358
+ What Moin refuses, visible in its design: the heavy, intimidating chrome of legacy banking (no shadow-stacked cards, no institutional navy-and-gold ornamentation) and the dark-pattern urgency of aggressive financial marketing. What it embraces: a flat, fast, mobile-native interface; a single trustworthy azure; a compact, honest type scale; and a currency widget that puts the real number — the amount and the fee — front and center.
359
+
360
+ ## 12. Principles
361
+
362
+ 1. **The number is the product.** A remittance user is deciding based on amount received and fee paid. *UI implication:* give the currency amount the largest, boldest type on the page and light it azure when active — never bury the figure.
363
+ 2. **Simple beats feature-rich.** Sending money should feel like five minutes, not a bank application. *UI implication:* keep the primary flow to one obvious azure CTA; resist adding competing calls to action.
364
+ 3. **One action, one color.** Azure (`#0082ff`) means "move the money." *UI implication:* reserve the saturated azure exclusively for the send action and its accents so the next step is never ambiguous.
365
+ 4. **Flat and fast.** Mobile-native clarity beats decorative depth. *UI implication:* separate with tint and `#efefef` hairlines; keep to the single soft card shadow.
366
+ 5. **Trust through concreteness.** Fees, speed, and rates are stated plainly, not spun. *UI implication:* show real numbers and quantified savings; avoid vague superlatives in copy and UI labels.
367
+
368
+ ## 13. Personas
369
+
370
+ *Personas below are fictional archetypes informed by publicly observable Moin user segments (migrant workers, international students, and Koreans sending money abroad), not individual people.*
371
+
372
+ **응웬 반 (Nguyen Van), 32, 안산.** A worker sending part of his monthly pay home to Vietnam. Cares about two numbers only — the fee and how fast it lands. Chose Moin after comparing the received amount against his bank and seeing it was both cheaper and faster.
373
+
374
+ **김서연, 24, 서울.** A student wiring tuition and living costs to a sibling studying overseas. Values that the whole transfer finishes in a few minutes in the app and that the exchange rate is shown up front, not after she commits.
375
+
376
+ **David Park, 41, 판교.** A Korean professional making occasional overseas payments to family. Distrusts remittance services that feel like a hard sell; trusts Moin's calm, plain interface and the fact that it states its fees as concrete figures rather than "great rates".
377
+
378
+ ## 14. States
379
+
380
+ | State | Treatment |
381
+ |---|---|
382
+ | **Empty (no transfer history)** | White canvas. Single Ink Navy (`#1a1b22`) line explaining no transfers yet, with one azure `#0082ff` CTA to start a transfer. No illustration clutter. |
383
+ | **Empty (saved recipients, none yet)** | Muted (`#6b6c74`) single line: nothing saved yet, plus a path to add a recipient. Calm and honest. |
384
+ | **Loading (rate fetch)** | Inline azure activity within the exchange widget; the previous amount stays visible. Flat pulse consistent with the near-shadowless system. |
385
+ | **Loading (transfer submitting)** | Skeleton rows on `#f7f7f8` tinted surface at final dimensions, 16px radius — no heavy shimmer. |
386
+ | **Error (rate/transfer failed)** | Inline message in Ink Navy with a plain-language explanation and a retry. Never a bare generic error — states what to do next. |
387
+ | **Error (form validation)** | Field-level message below the input describing what is valid, not just "required"; input border tightens rather than shouting. |
388
+ | **Success (transfer submitted)** | Brief inline confirmation in calm tone with the received amount and arrival estimate linked immediately below. No celebratory emoji. |
389
+ | **Skeleton** | `#f7f7f8` blocks at final dimensions, 16px radius, flat pulse. |
390
+ | **Disabled** | Faint (`#a9abb4`) text on reduced-opacity surface; azure actions fade rather than turn grey, preserving the brand read. |
391
+
392
+ ## 15. Motion & Easing
393
+
394
+ **Durations**:
395
+
396
+ | Token | Value | Use |
397
+ |---|---|---|
398
+ | `motion-fast` | 120ms | Hover, button press, focus, input value color flip |
399
+ | `motion-standard` | 200ms | Card/section reveal, carousel slide, dropdown |
400
+ | `motion-slow` | 320ms | Page-level transitions, hero reveal |
401
+
402
+ **Easings**:
403
+
404
+ | Token | Curve | Use |
405
+ |---|---|---|
406
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, sheets, carousel items |
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 quiet, consistent with the flat, fast aesthetic. The currency amount transitions its color to azure `#0082ff` on becoming active at `motion-fast`; review cards slide within the carousel at `motion-standard / ease-enter`; buttons respond with a subtle opacity/scale shift on press. No bounce or spring — a money-transfer product signals steadiness, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the product remains fully functional.
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://www.themoin.com/ko:
416
+ - Hero H1 "Complex international remittances, now made simple with MOIN!" — Spoqa Han Sans 40px / weight 700 / color rgb(26,27,34) #1a1b22
417
+ - Section H2 "Why so many users choose MOIN" — 32px / 700 / rgb(51,51,51)
418
+ - Feature H2 "Fast, direct remittances you can trust" / "Done in five minutes, right in the app" — 24px / 700 / rgb(26,27,34) #1a1b22
419
+ - Feature eyebrow H3 "Speed" / "Easy to start" / "Lower fees" — 16px / 700 / rgb(0,130,255) #0082ff
420
+ - Exchange CTA "Send money" — bg rgb(0,130,255) #0082ff / radius 6px / 50px tall / border rgba(0,50,100,0.1)
421
+ - Nav "Send money" — bg rgb(0,123,255) #007bff / radius 6px / 40px / 700
422
+ - Dark "More reviews" — bg rgb(51,51,51) #333333 / white text / radius 6px / padding 14px 48px / 52px
423
+ - Carousel arrows — bg #ffffff / color rgb(85,85,85) #555555 / border rgb(224,224,224) #e0e0e0 / radius 8px / 48px
424
+ - body default color rgb(51,51,51) #333333, font "Spoqa Han Sans","Spoqa Han Sans JP"
425
+ - top card shadow rgba(0,0,0,0.05) 0px 4px 15px (×10); box-shadow none across hero/nav/headings
426
+
427
+ Second surface — https://themoin.github.io/ (MOIN 모인 기술 블로그, official engineering blog,
428
+ "© 2026 ALL RIGHTS RESERVED MOIN Inc."): brand-owned, confirms company identity; runs a
429
+ generic Montserrat blog theme, so product tokens (§1-9) are sourced from themoin.com, not the blog.
430
+
431
+ Voice samples (§10) are verbatim from the live homepage (hero H1, feature H2 headings).
432
+
433
+ Brand narrative (§11): Moin (모인) is a Korean cross-border remittance fintech operated by Moin Inc.,
434
+ a licensed small-sum overseas remittance provider under Korea's Foreign Exchange Transactions Act.
435
+ These are widely documented public facts about the company; specific corporate details beyond the
436
+ homepage were not directly quoted from a verified Moin statement in this turn.
437
+
438
+ Personas (§13) are fictional archetypes informed by publicly observable Moin user segments
439
+ (migrant workers, international students, Koreans sending money abroad). Names are illustrative;
440
+ they do not refer to real people.
441
+
442
+ Interpretive claims (e.g., "the number is the product", "flat and fast as a rejection of legacy
443
+ banking chrome") are editorial readings connecting Moin's observed design to its positioning,
444
+ not directly sourced Moin statements.
445
+ -->