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,242 @@
1
+ ---
2
+ id: mynavi
3
+ name: "マイナビ"
4
+ country: JP
5
+ category: productivity
6
+ homepage: "https://www.mynavi.jp/"
7
+ primary_color: "#0071bb"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=mynavi.jp&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ verification_v2:
14
+ schema: 2
15
+ checked: "2026-07-13"
16
+ surfaces:
17
+ - { id: corporate-home, kind: corporate-home, url: "https://www.mynavi.jp/", inspected: "2026-07-13" }
18
+ - { id: service-directory, kind: service-directory, url: "https://www.mynavi.jp/service/", inspected: "2026-07-13" }
19
+ - { id: corporate-information, kind: corporate-information, url: "https://www.mynavi.jp/company/", inspected: "2026-07-13" }
20
+ sources:
21
+ - { id: home-live, kind: product-surface, url: "https://www.mynavi.jp/", captured: "2026-07-13" }
22
+ - { id: service-live, kind: product-surface, url: "https://www.mynavi.jp/service/", captured: "2026-07-13" }
23
+ - { id: company-live, kind: product-surface, url: "https://www.mynavi.jp/company/", captured: "2026-07-13" }
24
+ - { id: history-doc, kind: official-doc, url: "https://www.mynavi.jp/company/history/", captured: "2026-07-13" }
25
+ - { id: purpose-doc, kind: official-doc, url: "https://www.mynavi.jp/recruit/career/company/purpose/", captured: "2026-07-13" }
26
+ - { id: message-doc, kind: official-doc, url: "https://www.mynavi.jp/company/message/", captured: "2026-07-13" }
27
+ - { id: logo-story, kind: brand-asset, url: "https://news.mynavi.jp/article/font_quiz-2/", captured: "2026-07-13" }
28
+ claims:
29
+ "tokens.colors.body": { surface_id: corporate-home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
30
+ "tokens.colors.heading": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
31
+ "tokens.colors.corporate-heading": { surface_id: corporate-information, source_id: company-live, method: computed-style, captured: "2026-07-13" }
32
+ "tokens.colors.tab-fill": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
33
+ "tokens.colors.info-surface": { surface_id: corporate-information, source_id: company-live, method: computed-style, captured: "2026-07-13" }
34
+ "tokens.typography.family.display": { surface_id: service-directory, source_id: service-live, method: font-face-set, captured: "2026-07-13" }
35
+ "tokens.typography.body.size": { surface_id: corporate-home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
36
+ "tokens.typography.body.weight": { surface_id: corporate-home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
37
+ "tokens.typography.body.lineHeight": { surface_id: corporate-home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
38
+ "tokens.typography.body.use": { surface_id: corporate-home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
39
+ "tokens.typography.display.size": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
40
+ "tokens.typography.display.weight": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
41
+ "tokens.typography.display.lineHeight": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
42
+ "tokens.typography.display.use": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
43
+ "tokens.spacing.list-indent": { surface_id: corporate-home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
44
+ "tokens.spacing.tab-y": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
45
+ "tokens.spacing.tab-x": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
46
+ "tokens.rounded.tab": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
47
+ "tokens.shadow.flat": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
48
+ "tokens.components.service-filter-tab.type": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
49
+ "tokens.components.service-filter-tab.bg": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
50
+ "tokens.components.service-filter-tab.fg": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
51
+ "tokens.components.service-filter-tab.radius": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
52
+ "tokens.components.service-filter-tab.padding": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
53
+ "tokens.components.service-filter-tab.height": { surface_id: service-directory, source_id: service-live, method: computed-style, captured: "2026-07-13" }
54
+ "tokens.components.service-filter-tab.states": { surface_id: service-directory, source_id: service-live, method: supplied-capture-summary, captured: "2026-07-13" }
55
+ "tokens.components.service-filter-tab.use": { surface_id: service-directory, source_id: service-live, method: selector-provenance, captured: "2026-07-13" }
56
+ conflicts: []
57
+ tokens:
58
+ source: live-extract
59
+ extracted: "2026-07-13"
60
+ components_harvested: true
61
+ note: "Machine tokens contain only selector-backed values from three public mynavi.jp corporate/service routes. No authenticated service, marketing-adjacent asset, or system fallback is promoted as a shared product token."
62
+ colors:
63
+ body: "#323746"
64
+ heading: "#000000"
65
+ corporate-heading: "#0071bb"
66
+ tab-fill: "#dddddd"
67
+ info-surface: "#e7f6fd"
68
+ typography:
69
+ family: { display: "Noto Sans JP" }
70
+ body: { size: 14, weight: 400, lineHeight: 1.75, use: "Observed public corporate-home body baseline only." }
71
+ display: { size: 40, weight: 400, lineHeight: 1.75, use: "Observed service-directory and corporate-information page title only." }
72
+ spacing: { list-indent: 39, tab-y: 2, tab-x: 3 }
73
+ rounded: { tab: 4 }
74
+ shadow: { flat: "none" }
75
+ components:
76
+ service-filter-tab: { type: tab, bg: "#dddddd", fg: "#000000", radius: "4px", padding: "2px 3px", height: "38px", states: "Default static baseline observed; the supplied capture records 0 interactions and no changed tab state.", use: "Service-directory filter tab at surface-2::[data-omd-capture=\"14\"] (class tab-show-item)." }
77
+ ---
78
+
79
+ # Design System Inspiration of マイナビ
80
+
81
+ ## 1. Visual Theme & Atmosphere
82
+
83
+ マイナビ is a Japanese information and service company that supports people across work, learning, and everyday life: its public company material names employment, career change, part-time work, recruitment, and media among those domains. The corporate web presence is restrained and information-led. The supplied 2026-07-13 capture repeats a deep blue-grey `#323746` for ordinary reading text, leaves large areas unfilled, and uses concise blue `#0071BB` section emphasis rather than a broad decorative palette. The company’s own history records the 2007 unification of its job-information portal under the Mynavi brand and the 2011 company-name change from Mainichi Communications, while its current leadership message describes an evolution toward a social innovator that co-creates the future with people and technology. That long-running expansion makes the public site feel like a directory for a many-service group, not evidence for a single logged-in product interface. [Company](https://www.mynavi.jp/company/) · [History](https://www.mynavi.jp/company/history/) · [Top message](https://www.mynavi.jp/company/message/)
84
+
85
+ **Key characteristics:**
86
+
87
+ - Repeated public body ink `#323746`, with isolated black page-title and blue corporate-heading roles
88
+ - Flat, square-to-small-radius public structures; the captured tab is `4px` and all promoted samples have no shadow
89
+ - A loaded `Noto Sans JP` title family on two page titles, separate from the unresolved general system stack
90
+ - Three public source domains—corporate home, service directory, and company information—kept distinct from unobserved service flows
91
+ - The logo’s custom lettering is described in a first-party Mynavi News feature; it is brand-asset context, not a reusable UI font token
92
+
93
+ ## 2. Color Palette & Roles
94
+
95
+ ### Selector-backed public values
96
+
97
+ - **Body ink** (`#323746`): repeated on the corporate-home body and public list text.
98
+ - **Page-title ink** (`#000000`): observed on service-directory and company-information `h1` titles.
99
+ - **Corporate heading blue** (`#0071BB`): observed on a company-information `h2`; it is a local heading value, not an asserted all-product action color.
100
+ - **Service tab fill** (`#DDDDDD`): observed on the service-directory tab selector.
101
+ - **Information surface** (`#E7F6FD`): observed on the `surface-3::li.txtBox` company-information block.
102
+
103
+ ### Boundary
104
+
105
+ The supplied capture also includes orange and green one-pixel heading rules, a dark `#3D3D3D` link-shaped control, and cookie-consent controls. They are not promoted into a shared palette: the measured samples do not establish their role beyond their local selectors, and the consent control is not product evidence.
106
+
107
+ ## 3. Typography Rules
108
+
109
+ ### Evidence classes
110
+
111
+ - **Live computed surface-use:** `Noto Sans JP` is loaded with high confidence and is the computed family on two captured `h1` page titles, each `40px / 400 / 70px`. This limited, selector-backed title role is the only font-family token in this reference.
112
+ - **Live computed system-stack use:** the capture records 819 uses of `游ゴシック体, Yu Gothic, YuGothic, …, sans-serif` across body text, lists, tabs, and controls. It has no matching loaded FontFace or source URL in the artifact, so it remains unresolved and is not a brand-font token or a substitute for `Noto Sans JP`.
113
+ - **Official distributed brand asset:** a first-party Mynavi News feature says the logo lettering was created from scratch for its renewal and discusses its rounded, connected character. It does not distribute a webfont, publish a licence, or establish a UI-family role.
114
+ - **Declared-only:** `swiper-icons` is declared in the artifact but has no observed visible use; it is not a typography token.
115
+ - **Official product-use:** no first-party announcement reviewed in this pass identifies a specific font as the product or app family. No such promotion is made.
116
+
117
+ ### Observed hierarchy
118
+
119
+ | Role | Size | Weight | Line height | Boundary |
120
+ |---|---:|---:|---:|---|
121
+ | Public body baseline | 14px | 400 | 24.5px | Corporate-home body sample; family unresolved. |
122
+ | Public page title | 40px | 400 | 70px | Service-directory and company-information `h1`; loaded `Noto Sans JP`. |
123
+ | Company blue section heading | 34px | 500 | 59.5px | Company-information `h2`; family unresolved. |
124
+
125
+ ## 4. Component Stylings
126
+
127
+ ### Tabs
128
+
129
+ **Service filter tab — observed default**
130
+ - Background: #DDDDDD
131
+ - Text: #000000
132
+ - Radius: 4px
133
+ - Padding: 2px 3px
134
+ - Height: 38px
135
+ - Use: `surface-2::[data-omd-capture="14"]`, class `tab-show-item`, on the public service directory.
136
+
137
+ The artifact records zero interactions and zero observed states. No hover, focus, pressed, selected, disabled, validation, toast, dialog, or mobile variant is claimed. The static default geometry remains useful and is retained.
138
+
139
+ ---
140
+ **Verified:** 2026-07-13
141
+ **Tier 1 sources:** https://www.mynavi.jp/; https://www.mynavi.jp/service/; https://www.mynavi.jp/company/; https://www.mynavi.jp/company/history/; https://www.mynavi.jp/recruit/career/company/purpose/; https://www.mynavi.jp/company/message/; https://news.mynavi.jp/article/font_quiz-2/
142
+ **Tier 2 sources:** https://getdesign.md/mynavi (attempted; built-in web open returned no usable record); https://styles.refero.design/?q=mynavi (attempted; built-in web open returned no usable record)
143
+ **Conflicts unresolved:** none
144
+
145
+ ## 5. Layout Principles
146
+
147
+ The supplied capture is desktop-only at 1440×900. It supports a `39px` left inset on one corporate-home list-item pattern and a compact `2px 3px` service-tab padding; those values are retained as selector-local machine tokens, not extrapolated into a spacing scale. No authenticated-app grid, breakpoint, mobile navigation, or form layout is established by the three public routes.
148
+
149
+ ## 6. Depth & Elevation
150
+
151
+ The promoted service tab and the inspected body/title samples all compute to `box-shadow: none`. This supports a flat public-surface observation only. It does not establish card elevation, dialog layering, popover shadow, or a z-index system.
152
+
153
+ ## 7. Do's and Don'ts
154
+
155
+ ### Do
156
+
157
+ - Keep `#323746` as the observed public reading color when reproducing these corporate pages.
158
+ - Use `Noto Sans JP` only for the captured `40px` page-title role when its webfont is available.
159
+ - Keep the `#DDDDDD` tab’s 4px radius and 38px measured height tied to the service-directory context.
160
+ - Treat the corporate, service-directory, and company-information pages as separate public source domains.
161
+
162
+ ### Don't
163
+
164
+ - Do not label the unresolved Yu Gothic/system stack as a Mynavi proprietary font or silently substitute it for `Noto Sans JP`.
165
+ - Do not turn the company-heading `#0071BB` into a universal product CTA or semantic blue.
166
+ - Do not infer tab selection, hover, focus, disabled, error, or responsive states from the default-only capture.
167
+ - Do not treat cookie-consent controls or an adjacent link-shaped element as a verified Mynavi component system.
168
+
169
+ ## 8. Component Inventory & Coverage
170
+
171
+ The supplied evidence preflight contains three public surfaces, coverage score 66, 30 component variants, and 0 interaction records. The collector classifies many repeated public rows as `listItem`, and it identifies a selector-backed `tab-show-item` anchor on the service directory. Only the latter is promoted because it carries a static fill, foreground, radius, padding, and height at one exact selector. Rows, links, buttons, and third-party consent controls without a narrower role boundary remain raw evidence rather than inferred components.
172
+
173
+ ## 9. Source Domains & Verification Boundary
174
+
175
+ | Domain | Source | What this reference uses | What it does not establish |
176
+ |---|---|---|---|
177
+ | Corporate public home | `https://www.mynavi.jp/` | Body ink, body metrics, one list inset | A career-search or account-flow UI. |
178
+ | Public service directory | `https://www.mynavi.jp/service/` | Loaded title font, page title, measured static tab | A selected/interactive tab state or a shared product component library. |
179
+ | Corporate information | `https://www.mynavi.jp/company/` | Blue section heading and pale information surface | A global product palette. |
180
+ | Official company/history/purpose material | Mynavi first-party pages | Brand history, current direction, purpose, values | Computed visual tokens. |
181
+ | Mynavi News logo feature | `news.mynavi.jp` | Logo-lettering context | A downloadable or licensed UI font. |
182
+
183
+ ## 10. Voice & Tone
184
+
185
+ The official purpose and company material suggest a register that is individual-facing, respectful, and future-oriented: it speaks about meeting each person’s possibilities while explaining a broad group of services. This is contextual guidance, not a published UI copy system.
186
+
187
+ | Use | Recommended register | Avoid |
188
+ |---|---|---|
189
+ | Career or life guidance | Clear, supportive, non-presumptive | Assuming one correct life path |
190
+ | Service directories | Direct labels and useful categorisation | Vague, promotional superlatives |
191
+ | Corporate progress | Specific about change and collaboration | Treating technology as the only actor |
192
+
193
+ Illustrative, not verified live copy: “Find the service that fits your next step.” · “Explore options at your own pace.” · “Let’s make the next possibility visible.”
194
+
195
+ ## 11. Brand Narrative
196
+
197
+ Mynavi’s public history places the company’s roots in publishing and records the launch of employment information services before the later unification of its job-information portal under the Mynavi brand in 2007. The 2011 corporate rename extended that unification beyond the portal into the company identity. [History](https://www.mynavi.jp/company/history/)
198
+
199
+ Today, the company describes its work as supporting many forms of “me” across work, learning, and life. Its public purpose is to engage with each person’s possibilities and make a world where the future can be seen; its current top message frames the direction as evolving into a social innovator that co-creates the future through people and technology. [Company](https://www.mynavi.jp/company/) · [Purpose](https://www.mynavi.jp/recruit/career/company/purpose/) · [Top message](https://www.mynavi.jp/company/message/)
200
+
201
+ For interface work, that is a narrative constraint rather than a token source: show paths and information without claiming a single, universal destination for every visitor.
202
+
203
+ ## 12. Principles
204
+
205
+ 1. **Meet the individual possibility.** Present choices as paths to explore, not prescriptions.
206
+ *UI implication:* use descriptive labels and preserve comparison or return paths where the relevant product supports them.
207
+ 2. **Make the future visible.** Explain what a service helps a person do before asking for a decision.
208
+ *UI implication:* pair action labels with concise context rather than relying on generic “continue” language.
209
+ 3. **Respect diverse values.** The official values include gratitude, respect, and acceptance of diverse viewpoints.
210
+ *UI implication:* avoid exclusionary defaults and keep language considerate of different situations.
211
+ 4. **Connect people and society.** The company values the ability to connect and involve people.
212
+ *UI implication:* surface the relationship between a service, its audience, and the next useful resource when that relationship is evidenced.
213
+
214
+ ## 13. Personas
215
+
216
+ These are stakeholder archetypes derived only from Mynavi’s publicly named service areas; they are not research personas or claims about actual users.
217
+
218
+ - **Career explorer:** A person comparing job, career-change, or part-time-work information. They need clear distinctions between service routes and enough context to choose a next step.
219
+ - **Learner or future applicant:** A person navigating education and future-oriented information. They need calm, legible explanations rather than a presumed decision.
220
+ - **Employer or organisation contact:** A person looking for recruitment or information-service support. They need service scope and a direct route to the relevant corporate contact.
221
+ - **Corporate-information reader:** A person seeking the company’s history, purpose, or group direction. They need durable narrative context separate from consumer-service claims.
222
+
223
+ ## 14. States
224
+
225
+ The supplied capture does not verify product state copy or visual state treatments. The following implementation prompts are illustrative, not Mynavi facts, and should be replaced with source-backed product copy when a specific service surface is available.
226
+
227
+ | Category | Illustrative implementation prompt |
228
+ |---|---|
229
+ | Empty | Explain what is absent and name a useful next route. |
230
+ | Loading | Keep the current context visible while content is being prepared. |
231
+ | Error — retrieval | Say what could not be loaded and offer a retry when supported. |
232
+ | Error — input | Identify the field or condition that needs attention without blame. |
233
+ | Error — access | Explain the access boundary and name an available alternative. |
234
+ | Success | Confirm the completed action and state the next available step. |
235
+ | Skeleton | Reserve the same content hierarchy without inventing a branded shimmer treatment. |
236
+ | Disabled | Explain the condition that enables the action where the product supports it. |
237
+ | No results | Preserve the search or filter context and offer an adjustment path. |
238
+ | Offline | State the connection limitation and preserve any safely available information. |
239
+
240
+ ## 15. Motion & Easing
241
+
242
+ No duration, easing curve, transition property, loading animation, or interaction motion state is present in the supplied evidence. This reference deliberately provides no motion token or animation prescription. Any service-specific motion should be added only after selector-backed, relevant-surface evidence is collected.