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
@@ -8,310 +8,302 @@ primary_color: "#9fe870"
8
8
  logo:
9
9
  type: simpleicons
10
10
  slug: wise
11
- verified: "2026-05-15"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: Wise Design
15
15
  url: "https://wise.design"
16
16
  type: system
17
- description: Wise's design system covering foundations, components, patterns, and tone of voice.
17
+ description: Wise's public design system for product, editorial, and brand guidance.
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: home, kind: marketing, url: "https://wise.com/", inspected: "2026-07-13" }
23
+ - { id: business-pricing, kind: public-pricing, url: "https://wise.com/gb/pricing/business", inspected: "2026-07-13" }
24
+ - { id: kr-pricing, kind: public-pricing, url: "https://wise.com/kr/pricing/", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: home-live, kind: product-surface, url: "https://wise.com/", captured: "2026-07-13" }
27
+ - { id: business-pricing-live, kind: product-surface, url: "https://wise.com/gb/pricing/business", captured: "2026-07-13" }
28
+ - { id: kr-pricing-live, kind: product-surface, url: "https://wise.com/kr/pricing/", captured: "2026-07-13" }
29
+ - { id: wise-typography, kind: official-doc, url: "https://wise.design/foundations/typography", captured: "2026-07-13" }
30
+ - { id: wise-components, kind: official-doc, url: "https://docs.wise.design/components", captured: "2026-07-13" }
31
+ - { id: inter-license, kind: license, url: "https://github.com/rsms/inter/blob/master/LICENSE.txt", captured: "2026-07-13" }
32
+ conflicts: []
33
+ claims:
34
+ "tokens.colors.primary": &live { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
35
+ "tokens.colors.forest-ink": *live
36
+ "tokens.colors.obsidian": *live
37
+ "tokens.colors.charcoal": *live
38
+ "tokens.colors.fog": *live
39
+ "tokens.colors.paper": *live
40
+ "tokens.colors.pebble": *live
41
+ "tokens.typography.family.ui": &fonts { surface_id: home, source_id: home-live, method: computed-style-fontfaceset-and-source-url, captured: "2026-07-13" }
42
+ "tokens.typography.family.display": *fonts
43
+ "tokens.typography.display.size": *fonts
44
+ "tokens.typography.display.weight": *fonts
45
+ "tokens.typography.display.lineHeight": *fonts
46
+ "tokens.typography.display.use": *fonts
47
+ "tokens.typography.body.size": *fonts
48
+ "tokens.typography.body.weight": *fonts
49
+ "tokens.typography.body.lineHeight": *fonts
50
+ "tokens.typography.body.tracking": *fonts
51
+ "tokens.typography.body.use": *fonts
52
+ "tokens.typography.button.size": *fonts
53
+ "tokens.typography.button.weight": *fonts
54
+ "tokens.typography.button.lineHeight": *fonts
55
+ "tokens.typography.button.tracking": *fonts
56
+ "tokens.typography.button.use": *fonts
57
+ "tokens.spacing.xs": *live
58
+ "tokens.spacing.sm": *live
59
+ "tokens.spacing.md": *live
60
+ "tokens.spacing.lg": *live
61
+ "tokens.spacing.xl": *live
62
+ "tokens.spacing.xxl": *live
63
+ "tokens.rounded.input": *live
64
+ "tokens.rounded.chip": *live
65
+ "tokens.rounded.nav": *live
66
+ "tokens.rounded.pill": *live
67
+ "tokens.components.selection-chip.type": &chip { surface_id: home, source_id: home-live, method: computed-style-and-observed-state, captured: "2026-07-13" }
68
+ "tokens.components.selection-chip.bg": *chip
69
+ "tokens.components.selection-chip.fg": *chip
70
+ "tokens.components.selection-chip.radius": *chip
71
+ "tokens.components.selection-chip.height": *chip
72
+ "tokens.components.selection-chip.padding": *chip
73
+ "tokens.components.selection-chip.states": *chip
74
+ "tokens.components.selection-chip.use": *chip
75
+ "tokens.components.dialog-field.type": &dialog_field { surface_id: home, source_id: home-live, method: computed-style-and-observed-state, captured: "2026-07-13" }
76
+ "tokens.components.dialog-field.fg": *dialog_field
77
+ "tokens.components.dialog-field.radius": *dialog_field
78
+ "tokens.components.dialog-field.height": *dialog_field
79
+ "tokens.components.dialog-field.padding": *dialog_field
80
+ "tokens.components.dialog-field.states": *dialog_field
81
+ "tokens.components.dialog-field.use": *dialog_field
18
82
  tokens:
19
- source: prose-derived
20
- extracted: "2026-06-09"
83
+ source: reconciled
84
+ extracted: "2026-07-13"
85
+ note: "Machine tokens are limited to the supplied public live capture; Wise Design documentation provides context, not unobserved component values."
86
+ components_harvested: false
21
87
  colors:
22
- ink: "#0e0f0c"
23
88
  primary: "#9fe870"
24
- dark-green: "#163300"
25
- light-mint: "#e2f6d5"
26
- pastel-green: "#cdffad"
27
- positive: "#054d28"
28
- danger: "#d03238"
29
- warning: "#ffd11a"
30
- bright-orange: "#ffc091"
31
- warm-dark: "#454745"
32
- gray: "#868685"
33
- light-surface: "#e8ebe6"
34
- canvas: "#ffffff"
89
+ forest-ink: "#163300"
90
+ obsidian: "#0e0f0c"
91
+ charcoal: "#454745"
92
+ fog: "#e8ebe6"
93
+ paper: "#ffffff"
94
+ pebble: "#868685"
35
95
  typography:
36
- family: { sans: "Inter", mono: "Inter" }
37
- display-mega: { size: 126, weight: 900, lineHeight: 0.85, use: "Wise Sans, max display" }
38
- display-hero: { size: 96, weight: 900, lineHeight: 0.85, use: "Wise Sans, hero" }
39
- section: { size: 64, weight: 900, lineHeight: 0.85, use: "Wise Sans, section heading" }
40
- subheading: { size: 40, weight: 900, lineHeight: 0.85, use: "Wise Sans, sub-heading" }
41
- card-title: { size: 26, weight: 600, lineHeight: 1.23, tracking: -0.39, use: "Inter, card title" }
42
- feature-title: { size: 22, weight: 600, lineHeight: 1.25, tracking: -0.4, use: "Inter, feature title" }
43
- body: { size: 18, weight: 400, lineHeight: 1.44, tracking: 0.18, use: "Inter, body" }
44
- body-semibold: { size: 18, weight: 600, lineHeight: 1.44, tracking: -0.11, use: "Inter, body default" }
45
- button: { size: 18, weight: 600, lineHeight: 1.0, tracking: -0.11, use: "Inter, button" }
46
- caption: { size: 14, weight: 400, lineHeight: 1.5, tracking: -0.08, use: "Inter, caption" }
47
- small: { size: 12, weight: 400, lineHeight: 1.0, tracking: -0.08, use: "Inter, small" }
48
- spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 20, xl: 24 }
49
- rounded: { sm: 16, md: 30, lg: 40, full: 9999 }
50
- shadow:
51
- ring: "rgba(14,15,12,0.12) 0px 0px 0px 1px"
52
- inset: "rgb(134,134,133) 0px 0px 0px 1px inset"
96
+ family: { ui: "Inter", display: "Wise Sans" }
97
+ display: { size: 105.428, weight: 900, lineHeight: 89.6142, use: "Observed home display headline" }
98
+ body: { size: 18, weight: 400, lineHeight: 26, tracking: -0.108, use: "Observed public pricing list copy" }
99
+ button: { size: 16, weight: 600, lineHeight: 24, tracking: -0.176, use: "Observed public primary CTA" }
100
+ spacing: { xs: 4, sm: 8, md: 12, lg: 16, xl: 24, xxl: 32 }
101
+ rounded: { input: 10, chip: 16, nav: 18.7693, pill: 9999 }
53
102
  components:
54
- button-primary: { type: button, bg: "#9fe870", fg: "#163300", radius: 9999, padding: "5px 16px", use: "Primary green pill, hover scale 1.05" }
55
- button-secondary: { type: button, fg: "#0e0f0c", radius: 9999, padding: "8px 12px 8px 16px", use: "Subtle pill, dark green 8% bg" }
56
- card: { type: card, radius: 30, use: "Card, 1px rgba(14,15,12,0.12) border, ring shadow" }
57
- badge-mint: { type: badge, bg: "#e2f6d5", fg: "#163300", radius: 16, use: "Soft green badge surface" }
58
- components_harvested: true
103
+ selection-chip: { type: toggle, bg: "#9fe870", fg: "#163300", radius: 16, height: 32, padding: "0px 16px", states: "checked, unchecked", use: "Home selection chip; both states observed" }
104
+ dialog-field: { type: input, fg: "#0e0f0c", radius: 10, height: 48, padding: "0px 16px 0px 48px", states: "dialog-open", use: "Field in captured home dialog" }
59
105
  ---
60
106
 
61
107
  # Design System Inspiration of Wise
62
108
 
63
109
  ## 1. Visual Theme & Atmosphere
64
110
 
65
- Wise's website is a bold, confident fintech platform that communicates "money without borders" through massive typography and a distinctive lime-green accent. The design operates on a warm off-white canvas with near-black text (`#0e0f0c`) and a signature Wise Green (`#9fe870`) a fresh, lime-bright color that feels alive and optimistic, unlike the corporate blues of traditional banking.
111
+ Wise builds an international account for people and businesses that send, spend, receive, and hold money across borders. Its public web presentation makes that practical offer feel unmistakably unlike a conventional bank: a forest-green and electric-lime contrast, wide areas of paper white, and short, oversized Wise Sans headlines. Wise’s own 2021 name change broadened the story from transfers to multi-currency lives, while its later help guidance says the greener look, lettering, and globally inspired icons were introduced to better reflect the products and the people using them. The supplied July 2026 capture confirms the palette and type are not merely campaign language: the three public home/pricing surfaces repeatedly render Inter for functional UI and load Wise Sans for display moments.
66
112
 
67
- The typography uses Wise Sans — a proprietary font used at extreme weight 900 (black) for display headings with a remarkably tight line-height of 0.85 and OpenType `"calt"` (contextual alternates). At 126px, the text is so dense it feels like a protest sign — bold, urgent, and impossible to ignore. Inter serves as the body font with weight 600 as the default for emphasis, creating a consistently confident voice.
113
+ - **Lime punctuation:** `#9fe870` is the repeated live primary-action fill, paired with `#163300` text.
114
+ - **Forest rhythm:** `#163300`, paper white, and `#e8ebe6` make the captured public pages feel warm rather than corporate-blue.
115
+ - **Expressive restraint:** Wise Design reserves Wise Sans for short, high-impact moments and says to default to Inter for most product communication.
68
116
 
69
- What distinguishes Wise is its green-on-white-on-black material palette. Lime Green (`#9fe870`) appears on buttons with dark green text (`#163300`), creating a nature-inspired CTA that feels fresh. Hover states use `scale(1.05)` expansion rather than color changes — buttons physically grow on interaction. The border-radius system uses 9999px for buttons (pill), 30px–40px for cards, and the shadow system is minimal — just `rgba(14,15,12,0.12) 0px 0px 0px 1px` ring shadows.
117
+ ## 2. Color Palette & Roles
70
118
 
71
- **Key Characteristics:**
72
- - Wise Sans at weight 900, 0.85 line-height — billboard-scale bold headlines
73
- - Lime Green (`#9fe870`) accent with dark green text (`#163300`) — nature-inspired fintech
74
- - Inter body at weight 600 as default — confident, not light
75
- - Near-black (`#0e0f0c`) primary with warm green undertone
76
- - Scale(1.05) hover animations — buttons physically grow
77
- - OpenType `"calt"` on all text
78
- - Pill buttons (9999px) and large rounded cards (30px–40px)
79
- - Semantic color system with comprehensive state management
119
+ ### Observed public-surface roles
80
120
 
81
- ## 2. Color Palette & Roles
121
+ - **Lime action** (`#9fe870`): primary CTA fill on home and both public pricing surfaces.
122
+ - **Forest ink** (`#163300`): recurring text, border, dark-action fill, and CTA text.
123
+ - **Obsidian** (`#0e0f0c`): high-contrast text and borders in the supplied public capture.
124
+ - **Charcoal** (`#454745`): repeated secondary copy and border value.
125
+ - **Fog** (`#e8ebe6`): repeated light surface/border value on home and business pricing.
126
+ - **Paper** (`#ffffff`): observed public canvas and dialog surface.
127
+ - **Pebble** (`#868685`): observed home input/chip border; this is a lower-frequency public value, not a universal semantic claim.
82
128
 
83
- ### Primary Brand
84
- - **Near Black** (`#0e0f0c`): Primary text, background for dark sections
85
- - **Wise Green** (`#9fe870`): Primary CTA button, brand accent
86
- - **Dark Green** (`#163300`): Button text on green, deep green accent
87
- - **Light Mint** (`#e2f6d5`): Soft green surface, badge backgrounds
88
- - **Pastel Green** (`#cdffad`): `--color-interactive-contrast-hover`, hover accent
89
-
90
- ### Semantic
91
- - **Positive Green** (`#054d28`): `--color-sentiment-positive-primary`, success
92
- - **Danger Red** (`#d03238`): `--color-interactive-negative-hover`, error/destructive
93
- - **Warning Yellow** (`#ffd11a`): `--color-sentiment-warning-hover`, warnings
94
- - **Background Cyan** (`rgba(56,200,255,0.10)`): `--color-background-accent`, info tint
95
- - **Bright Orange** (`#ffc091`): `--color-bright-orange`, warm accent
96
-
97
- ### Neutral
98
- - **Warm Dark** (`#454745`): Secondary text, borders
99
- - **Gray** (`#868685`): Muted text, tertiary
100
- - **Light Surface** (`#e8ebe6`): Subtle green-tinted light surface
129
+ No unobserved status palette or broad authenticated-product color scale is asserted here.
101
130
 
102
131
  ## 3. Typography Rules
103
132
 
104
- ### Font Families
105
- - **Display**: `Wise Sans`, fallback: `Inter` — OpenType `"calt"` on all text
106
- - **Body / UI**: `Inter`, fallbacks: `Helvetica, Arial`
107
-
108
- ### Hierarchy
109
-
110
- | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
111
- |------|------|------|--------|-------------|----------------|-------|
112
- | Display Mega | Wise Sans | 126px (7.88rem) | 900 | 0.85 (ultra-tight) | normal | `"calt"` |
113
- | Display Hero | Wise Sans | 96px (6.00rem) | 900 | 0.85 | normal | `"calt"` |
114
- | Section Heading | Wise Sans | 64px (4.00rem) | 900 | 0.85 | normal | `"calt"` |
115
- | Sub-heading | Wise Sans | 40px (2.50rem) | 900 | 0.85 | normal | `"calt"` |
116
- | Alt Heading | Inter | 78px (4.88rem) | 600 | 1.10 (tight) | -2.34px | `"calt"` |
117
- | Card Title | Inter | 26px (1.62rem) | 600 | 1.23 (tight) | -0.39px | `"calt"` |
118
- | Feature Title | Inter | 22px (1.38rem) | 600 | 1.25 (tight) | -0.396px | `"calt"` |
119
- | Body | Inter | 18px (1.13rem) | 400 | 1.44 | 0.18px | `"calt"` |
120
- | Body Semibold | Inter | 18px (1.13rem) | 600 | 1.44 | -0.108px | `"calt"` |
121
- | Button | Inter | 18px–22px | 600 | 1.00–1.44 | -0.108px | `"calt"` |
122
- | Caption | Inter | 14px (0.88rem) | 400–600 | 1.50–1.86 | -0.084px to -0.108px | `"calt"` |
123
- | Small | Inter | 12px (0.75rem) | 400–600 | 1.00–2.17 | -0.084px to -0.108px | `"calt"` |
124
-
125
- ### Principles
126
- - **Weight 900 as identity**: Wise Sans Black (900) is used exclusively for display — the heaviest weight in any analyzed system. It creates text that feels stamped, pressed, physical.
127
- - **0.85 line-height**: The tightest display line-height analyzed. Letters overlap vertically, creating dense, billboard-like text blocks.
128
- - **"calt" everywhere**: Contextual alternates enabled on ALL text — both Wise Sans and Inter.
129
- - **Weight 600 as body default**: Inter Semibold is the standard reading weight — confident, not light.
133
+ ### Evidence classes
130
134
 
131
- ## 4. Component Stylings
135
+ - **Official product-use:** Wise Design says to use Inter for most communication and Wise Sans for short, expressive headlines; its product guidance specifically allows Wise Sans for success, progress, and feature-intro moments.
136
+ - **Live computed public-surface use:** the supplied collector records `Inter` as loaded/high confidence with 1,502 visible uses across home and pricing, backed by seven Wise-hosted WOFF2 sources. `Wise Sans` is loaded/high confidence with 24 visible uses and two Wise-hosted WOFF2 sources. These are the only two family tokens promoted here.
137
+ - **Official distributed-font licence:** Inter’s upstream project is licensed under SIL OFL 1.1. That licence applies to Inter, not to Wise Sans.
138
+ - **Declared-only:** `Averta`, `VideoJS`, and `Wise Sans JP` have declared font-face sources in the bundle but zero visible use in the captured surfaces. They are not UI tokens or specimen substitutes.
139
+ - **Unresolved:** no public licence source for Wise Sans was found in this pass. Its live metadata and official Wise Design usage guidance remain useful, but redistribution rights are not asserted.
132
140
 
133
- ### Buttons
141
+ ### Measured public hierarchy
134
142
 
135
- **Primary Green Pill**
136
- - Background: `#9fe870` (Wise Green)
137
- - Text: `#163300` (Dark Green)
138
- - Padding: 5px 16px
139
- - Radius: 9999px
140
- - Hover: scale(1.05) button physically grows
141
- - Active: scale(0.95) — button compresses
142
- - Focus: inset ring + outline
143
+ | Role | Family | Size | Weight | Line height | Tracking | Provenance |
144
+ |---|---|---:|---:|---:|---:|---|
145
+ | Display headline | Wise Sans | 105.428px | 900 | 89.6142px | normal | `home::h1` |
146
+ | Display heading | Wise Sans | 89.1428px | 900 | 75.7714px | normal | `home::h2` |
147
+ | Public CTA | Inter | 16px | 600 | 24px | -0.176px | `home::[data-omd-capture="35"]` |
148
+ | Public body/list | Inter | 18px | 400 | 26px | -0.108px | `surface-2::li` |
149
+
150
+ ## 4. Component Stylings
143
151
 
144
- **Secondary Subtle Pill**
145
- - Background: `rgba(22, 51, 0, 0.08)` (dark green at 8% opacity)
152
+ All variants below are observations from the supplied public home/pricing capture, not a complete Wise product-component contract. Selector, surface, and observed-state provenance are retained; no hover, pressed, focus, animation, or unobserved size variant is inferred.
153
+
154
+ ### Public actions
155
+
156
+ **Lime primary CTA**
157
+ - Background: `#9fe870`
158
+ - Text: `#163300`
159
+ - Border: `1px solid #9fe870`
160
+ - Radius: `9999px`
161
+ - Padding: `11px 24px`
162
+ - Height: `48px`
163
+ - Font: `16px / 600 / Inter`
164
+ - Use: home marketing CTA; `home::[data-omd-capture="35"]`, also repeated on `surface-3`
165
+
166
+ **Forest inverted CTA**
167
+ - Background: `#163300`
168
+ - Text: `#9fe870`
169
+ - Border: `1px solid #163300`
170
+ - Radius: `9999px`
171
+ - Padding: `11px 24px`
172
+ - Height: `48px`
173
+ - Font: `16px / 600 / Inter`
174
+ - Use: home marketing CTA on a dark surface; `home::[data-omd-capture="40"]`
175
+
176
+ ### Public navigation
177
+
178
+ **Secondary navigation control**
179
+ - Text: `#163300`
180
+ - Border: `0px solid #163300`
181
+ - Radius: `18.7693px`
182
+ - Padding: `8px 12px`
183
+ - Height: `40px`
184
+ - Font: `18px / 600 / Inter`
185
+ - Use: public navigation; `home::[data-omd-capture="5"]`, also present on `surface-3`
186
+
187
+ ### Selection and dialog
188
+
189
+ **Selection chip**
190
+ - Background: `#9fe870`
191
+ - Text: `#163300`
192
+ - Border: `1px solid #9fe870`
193
+ - Radius: `16px`
194
+ - Padding: `0px 16px`
195
+ - Height: `32px`
196
+ - Font: `18px / 600 / Inter`
197
+ - Checked: `home::[data-omd-capture="79"]`
198
+ - Unchecked: transparent background with `#868685` 1px border at `home::[data-omd-capture="80"]`
199
+ - Use: home selection chip; checked and unchecked states were both captured
200
+
201
+ **Dialog field**
146
202
  - Text: `#0e0f0c`
147
- - Padding: 8px 12px 8px 16px
148
- - Radius: 9999px
149
- - Same scale hover/active behavior
203
+ - Radius: `10px`
204
+ - Padding: `0px 16px 0px 48px`
205
+ - Height: `48px`
206
+ - Font: `16px / 400 / Inter`
207
+ - Dialog-open: `home::[data-omd-interaction-capture="dialog-0-3"]`; inset shadow `rgb(52, 74, 36) 0px 0px 0px 2.45557px`
208
+ - Use: field inside the captured home dialog
150
209
 
151
- ### Cards & Containers
152
- - Radius: 16px (small), 30px (medium), 40px (large cards/tables)
153
- - Border: `1px solid rgba(14,15,12,0.12)` or `1px solid #9fe870` (green accent)
154
- - Shadow: `rgba(14,15,12,0.12) 0px 0px 0px 1px` (ring shadow)
210
+ ## 5. Layout Principles
155
211
 
156
- ### Navigation
157
- - Green-tinted navigation hover: `rgba(211,242,192,0.4)`
158
- - Clean header with Wise wordmark
159
- - Pill CTAs right-aligned
212
+ ### Observed spacing scale
160
213
 
161
- ## 5. Layout Principles
214
+ The public capture repeatedly uses 4, 8, 12, 16, 24, and 32px values. Wise Design’s published spacing foundation lists the same values as foundational tokens and extends the scale beyond the captured component set. This reference keeps only the overlap as machine tokens.
162
215
 
163
- ### Spacing System
164
- - Base unit: 8px
165
- - Scale: 1px, 2px, 3px, 4px, 5px, 8px, 10px, 11px, 12px, 16px, 18px, 19px, 20px, 22px, 24px
166
-
167
- ### Border Radius Scale
168
- - Minimal (2px): Links, inputs
169
- - Standard (10px): Comboboxes, inputs
170
- - Card (16px): Small cards, buttons, radio
171
- - Medium (20px): Links, medium cards
172
- - Large (30px): Feature cards
173
- - Section (40px): Tables, large cards
174
- - Mega (1000px): Presentation elements
175
- - Pill (9999px): All buttons, images
176
- - Circle (50%): Icons, badges
216
+ ### Observed shape scale
177
217
 
178
- ## 6. Depth & Elevation
218
+ - **Input/dialog control:** `10px`
219
+ - **Selection chip:** `16px`
220
+ - **Public navigation control:** `18.7693px` computed radius
221
+ - **Public CTA:** `9999px` pill
179
222
 
180
- | Level | Treatment | Use |
181
- |-------|-----------|-----|
182
- | Flat (Level 0) | No shadow | Default |
183
- | Ring (Level 1) | `rgba(14,15,12,0.12) 0px 0px 0px 1px` | Card borders |
184
- | Inset (Level 2) | `rgb(134,134,133) 0px 0px 0px 1px inset` | Input focus |
223
+ ## 6. Depth & Elevation
185
224
 
186
- **Shadow Philosophy**: Wise uses minimal shadows ring shadows only. Depth comes from the bold green accent against the neutral canvas.
225
+ The supplied capture does not establish a universal card-elevation scale. The observed home dialog uses `rgba(69, 71, 69, 0.2) 0px 0px 40px 0px`; the dialog field exposes an inset focus-like shadow in its dialog-open snapshot. Keep those values local to those components rather than treating them as a global shadow system.
187
226
 
188
227
  ## 7. Do's and Don'ts
189
228
 
190
229
  ### Do
191
- - Use Wise Sans weight 900 for display — the extreme boldness IS the brand
192
- - Apply line-height 0.85 on Wise Sans display ultra-tight is intentional
193
- - Use Lime Green (#9fe870) for primary CTAs with Dark Green (#163300) text
194
- - Apply scale(1.05) hover and scale(0.95) active on buttons
195
- - Enable "calt" on all text
196
- - Use Inter weight 600 as the body default
230
+
231
+ - Default to Inter for functional UI and longer communication; this is Wise Design’s stated default.
232
+ - Reserve Wise Sans for short, expressive display moments.
233
+ - Pair the observed lime primary action with forest-green text on the captured public-web pattern.
234
+ - Preserve the captured pill geometry for a public CTA only when that specific marketing pattern is intended.
197
235
 
198
236
  ### Don't
199
- - Don't use light font weights for Wise Sans — only 900
200
- - Don't relax the 0.85 line-height on display the density is the identity
201
- - Don't use the Wise Green as background for large surfaces it's for buttons and accents
202
- - Don't skip the scale animation on buttons
203
- - Don't use traditional shadows ring shadows only
237
+
238
+ - Dont use Wise Sans for long or serious text; Wise Design directs those cases to the cleaner face.
239
+ - Dont promote declared-only Averta or Wise Sans JP to visible UI typography.
240
+ - Dont copy the public marketing CTA, dialog, or chip measurements into authenticated-product or documentation surfaces without separate evidence.
241
+ - Dont infer hover, pressed, focus, motion, error, or loading variants from this capture.
204
242
 
205
243
  ## 8. Responsive Behavior
206
244
 
207
- ### Breakpoints
208
- | Name | Width | Key Changes |
209
- |------|-------|-------------|
210
- | Mobile | <576px | Single column |
211
- | Tablet | 576–992px | 2-column |
212
- | Desktop | 992–1440px | Full layout |
213
- | Large | >1440px | Expanded |
245
+ The supplied evidence is desktop-only (`1440x900`) for home, business pricing, and Korean pricing. No breakpoint, mobile layout, or responsive component change is claimed.
214
246
 
215
247
  ## 9. Agent Prompt Guide
216
248
 
217
- ### Quick Color Reference
218
- - Text: Near Black (`#0e0f0c`)
219
- - Background: White (`#ffffff` / off-white)
220
- - Accent: Wise Green (`#9fe870`)
221
- - Button text: Dark Green (`#163300`)
222
- - Secondary: Gray (`#868685`)
223
-
224
- ### Example Component Prompts
225
- - "Create hero: white background. Headline at 96px Wise Sans weight 900, line-height 0.85, 'calt' enabled, #0e0f0c text. Green pill CTA (#9fe870, 9999px radius, 5px 16px padding, #163300 text). Hover: scale(1.05)."
226
- - "Build a card: 30px radius, 1px solid rgba(14,15,12,0.12). Title at 22px Inter weight 600, body at 18px weight 400."
249
+ ### Evidence-safe prompt
227
250
 
228
- ### Iteration Guide
229
- 1. Wise Sans 900 at 0.85 line-height the extreme weight IS the brand
230
- 2. Lime Green for buttons only dark green text on green background
231
- 3. Scale animations (1.05 hover, 0.95 active) on all interactive elements
232
- 4. "calt" on everything — contextual alternates are mandatory
233
- 5. Inter 600 for body — confident reading weight
251
+ - “Create a public Wise-inspired marketing action using the observed lime `#9fe870` fill, forest `#163300` text, 9999px radius, 11px 24px padding, 48px height, and 16px/600 Inter. Do not assume this is an authenticated-product button.”
252
+ - “Use Inter for body/UI and reserve Wise Sans for a short display headline; do not substitute a system font for a declared-only family.”
253
+ - “For a home selection chip, use the observed checked and unchecked values only; no transition, hover, or error behavior is specified.”
234
254
 
235
255
  ## 10. Voice & Tone
236
256
 
237
- Wise's voice is **fintech-clear and money-honest.** "The international account / Money without borders" capability-driven, no marketing fluff. Lime green primary `#9fe870` signals "modern fintech, not bank corporate." Wise has been famously transparent about exchange rate markups since founding.
257
+ Wises first-party rebrand account frames the service around making money work without borders and speaks directly to people and businesses with multi-currency lives. The current public messaging is concise and capability-led rather than decorative.
238
258
 
239
- | Context | Tone |
259
+ | Context | Supported voice evidence |
240
260
  |---|---|
241
- | CTA | Verb. "Get started", "Sign up", "Open an account" |
242
- | Marketing | Comparison-honest. Real exchange rate vs banks shown |
243
- | Documentation | Plain English KYC explanations |
244
- | Error | Specific. "Recipient details invalid. Check IBAN format." |
245
-
246
- **Voice samples**
247
- - Marketing tagline: *"Money without borders"* <!-- verified: wise.com homepage 2026-05 -->
261
+ | Mission | “Money without borders” Wise’s rebrand account |
262
+ | Product scope | “Sending, spending, and receiving money internationally” Wise’s rebrand account |
263
+ | CTA register | “Open an account” captured public home CTA context |
248
264
 
249
- **Forbidden phrases.** "Revolutionary fintech". Hidden fees framing.
265
+ No fictional error copy, prohibited-language list, or broad documentation tone is asserted.
250
266
 
251
267
  ## 11. Brand Narrative
252
268
 
253
- Wise was **founded January 2011 in London** as **TransferWise** (renamed July 2012 → rebranded **Wise** February 2021) by **Kristo Käärmann** (ex-Deloitte management consultant) and **Taavet Hinrikus** (Skype's first employee). Both Estonian, both moved to London ~2006, both frustrated by ~5% bank FX markups on EUR↔GBP transfers — they devised a peer-to-peer workaround between themselves that became the business concept. **Reached unicorn status in 2016.** On **7 July 2021**, Wise went public via **direct listing on the London Stock Exchange (LSE:WISE)** at an **~$11B valuation** — no new shares issued, making Käärmann + Hinrikus **Estonia's first two billionaires**. The brand voice — transparent, honest, lime green `#9fe870` primary, Wise Sans 900 display, Inter 600 body reflects "money without borders" for international citizens. <!-- citations: Wikipedia (Wise company); Bloomberg 2021-07-07; ERR.ee; Fortune 2021-11-24 -->
269
+ Wise’s February 2021 first-party rebrand account says the company changed its name from TransferWise to Wise as the service had grown beyond transfers. It describes the job as making money move across borders more instantly, transparently, conveniently, and eventually for free, for people and businesses managing money internationally.
254
270
 
255
- **Sources:**
256
- - [Wise (company) — Wikipedia](https://en.wikipedia.org/wiki/Wise_(company))
257
- - [Bloomberg — Wise Founders Turn Bank Fee Frustration into $3B Fortune (2021-07-07)](https://www.bloomberg.com/news/articles/2021-07-07/wise-founders-turn-bank-fee-frustration-into-3-billion-fortune)
258
- - [ERR — Wise founders' story contained plenty of twists and turns](https://news.err.ee/1608273048/daily-wise-founders-story-contained-plenty-of-twists-and-turns)
259
- - [Fortune — Taavet Hinrikus on his next act (2021-11-24)](https://fortune.com/2021/11/24/wise-taavet-hinrikus-venture-capital-tech-startup-investing/)
271
+ The later first-party help update connects the greener look, new logo, lettering, and people-and-place-inspired icons to the products Wise is building and the people it serves. That explains the visible contrast between the practical Inter-led UI and moments where Wise Sans is allowed to add a more expressive voice.
260
272
 
261
273
  ## 12. Principles
262
274
 
263
- 1. **Real exchange rate is the product.** *UI implication:* always show interbank rate; markups visible.
264
- 2. **Multi-currency native.** *UI implication:* nav supports 50+ currency selection.
265
- 3. **Lime green `#9fe870` for primary.** *UI implication:* preserve lime; don't substitute corporate blue.
266
- 4. **Inter 600 body.** *UI implication:* confident reading weight; don't lighten to 400.
267
- 5. **`calt` OpenType.** Contextual alternates mandatory. *UI implication:* preserve OpenType features.
275
+ 1. **Money across borders, not a single transfer.** *UI implication:* describe sending, spending, receiving, and holding as a coherent international-money task when the product context supports it.
276
+ 2. **Clarity for functional communication.** *UI implication:* default to Inter for readable UI and long-form information.
277
+ 3. **Expression is a deliberate accent.** *UI implication:* use Wise Sans for short key moments, not as a universal UI family.
268
278
 
269
279
  ## 13. Personas
270
280
 
271
- *Personas are fictional archetypes informed by Wise user segments (international workers, freelancers with multi-currency income, expats), not individual people.*
281
+ *These are verified stakeholder groups, not invented individual personas.*
272
282
 
273
- **Sergey Volkov, 33, Berlin.** Russian-origin engineer working remotely for US company. Wise multi-currency account.
283
+ - **People with international lives:** Wise’s rebrand account names people who live, work, travel, or support family around the world.
284
+ - **Businesses managing money across borders:** Wise explicitly frames the expanded service around both people and businesses.
274
285
 
275
- **Sofia Russo, 31, Milan.** Freelancer with EUR/USD/GBP income. Wise Business for invoicing.
286
+ ## 14. States
276
287
 
277
- **Henrik Sondergaard, 38, Singapore.** Expat with Danish family. Wise for sending money home + multi-currency debit card.
288
+ Only the following UI states were captured on the public home surface:
278
289
 
279
- ## 14. States
290
+ | State | Observed component | Provenance |
291
+ |---|---|---|
292
+ | Dialog open | Popover dialog and field | two captured home dialog interactions |
293
+ | Selected | Selection option | `home::[data-omd-interaction-capture="dialog-0-7"]` |
294
+ | Checked | Selection chip | `home::[data-omd-capture="79"]` |
295
+ | Unchecked | Selection chip | `home::[data-omd-capture="80"]` |
296
+ | Disabled | Circular control | `home::[data-omd-capture="65"]` |
280
297
 
281
- | State | Treatment |
282
- |---|---|
283
- | **Empty (no transfers)** | "Send your first transfer" CTA |
284
- | **Empty (no accounts)** | "Open an account" CTA |
285
- | **Loading (rate fetch)** | Real-time rate update with timestamp |
286
- | **Loading (KYC)** | Persistent badge with progress |
287
- | **Error (recipient)** | Specific field-level message |
288
- | **Error (compliance)** | Plain English explanation + remediation |
289
- | **Success (transfer)** | Receipt with rate / fee / arrival time |
290
- | **Success (KYC)** | Confirmation + account active |
291
- | **Skeleton (transaction list)** | Lime-tinted placeholders |
292
- | **Disabled (insufficient funds)** | Top up link |
293
- | **Loading (long action)** | Multi-step progress |
298
+ No public evidence in this pass establishes loading, empty, success, or error treatment.
294
299
 
295
300
  ## 15. Motion & Easing
296
301
 
297
- | Token | Value | Use |
298
- |---|---|---|
299
- | `motion-instant` | 0ms | Toggle |
300
- | `motion-fast` | 150ms | Hover |
301
- | `motion-standard` | 250ms | Modal, panel |
302
- | `motion-pulse` | continuous | Live FX rate update |
303
-
304
- Standard cubic-bezier; no bounce — fintech register. `prefers-reduced-motion: reduce` removes rate pulse.
302
+ The collector expanded two dialogs but did not capture a transition duration, easing value, hover behavior, or pressed behavior. No motion token is supplied.
305
303
 
306
304
  ---
307
305
 
308
- **Verified:** 2026-05-08 (Apple-tier full migration)
309
- **Tier 1 sources:** wise.com/, wise.com/pricing (live DOM via playwright)
310
- - **Primary `#9fe870` Wise Green + `#163300` Dark Green text** 9999px / 48px / 11×24 / 16px·600 (Open an account / Try demo / Get Started / Sign up today — canonical hero/pricing CTA)
311
- - **Sign up — Header utility** `#9fe870` 9999px / 32px / 8×12 / 16px·600 (compact variant)
312
- - **Skip-to-content** `#9fe870` 9999px / 72px / 19×24 / 20px·600 (a11y, larger geometry)
313
- - **Top nav pills** transparent / `#163300` text / 9999px / 32px / 8×12 / 18px·600
314
- - **Submenu pills** transparent / `#163300` / 18.7693px / 40px / 8×12 / 18px·600 (subpixel — rem-based design tokens)
315
- **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
316
- **Tier 1 (Philosophy):** Wikipedia (Wise company), Bloomberg 2021-07-07, ERR.ee, Fortune 2021-11-24.
317
- **Style ref:** `stripe`. **Conflicts unresolved:** none.
306
+ **Verified:** 2026-07-13
307
+ **Tier 1 sources:** https://wise.com/ · https://wise.com/gb/pricing/business · https://wise.com/kr/pricing/ · https://wise.design/foundations/typography · https://docs.wise.design/components · https://wise.com/us/blog/world-meet-wise · https://wise.com/help/articles/0pZf4t8FdGwauVsQGiHqD/why-does-wise-look-different
308
+ **Tier 2 sources:** https://getdesign.md/wise · https://styles.refero.design/style/367c0c6e-73a7-441c-a8ff-91d139ac60dc
309
+ **Conflicts unresolved:** none