oh-my-design-cli 1.8.6 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +2761 -85
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -9,51 +9,93 @@ primary_color: "#212126"
9
9
  logo:
10
10
  type: favicon
11
11
  slug: "https://www.google.com/s2/favicons?domain=nhn.com&sz=128"
12
- verified: "2026-06-17"
12
+ verified: "2026-07-13"
13
13
  added: "2026-06-17"
14
14
  omd: "0.1"
15
+ verification_v2:
16
+ schema: 2
17
+ checked: "2026-07-13"
18
+ surfaces:
19
+ - { id: home, kind: corporate, url: "https://www.nhn.com/", inspected: "2026-07-13" }
20
+ - { id: services, kind: corporate-services, url: "https://www.nhn.com/services?tab=technology", inspected: "2026-07-13" }
21
+ - { id: ir, kind: corporate-ir, url: "https://www.nhn.com/ir?tab=financials&subTab=consolidatedFinancial", inspected: "2026-07-13" }
22
+ sources:
23
+ - { id: home-live, kind: product-surface, url: "https://www.nhn.com/", captured: "2026-07-13" }
24
+ - { id: services-live, kind: product-surface, url: "https://www.nhn.com/services?tab=technology", captured: "2026-07-13" }
25
+ - { id: ir-live, kind: product-surface, url: "https://www.nhn.com/ir?tab=financials&subTab=consolidatedFinancial", captured: "2026-07-13" }
26
+ - { id: ci-story, kind: official-doc, url: "https://inside.nhn.com/corp/245", captured: "2026-07-13" }
27
+ - { id: type-story, kind: official-doc, url: "https://inside.nhn.com/corp/260", captured: "2026-07-13" }
28
+ conflicts: []
29
+ claims:
30
+ "tokens.colors.primary": &home { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
31
+ "tokens.colors.foreground": *home
32
+ "tokens.colors.muted": *home
33
+ "tokens.colors.subtle": &services { surface_id: services, source_id: services-live, method: computed-style, captured: "2026-07-13" }
34
+ "tokens.colors.hint": &ir { surface_id: ir, source_id: ir-live, method: computed-style, captured: "2026-07-13" }
35
+ "tokens.colors.surface": *services
36
+ "tokens.colors.canvas": *home
37
+ "tokens.colors.hairline": *home
38
+ "tokens.colors.on-primary": *home
39
+ "tokens.typography.family.ui": *home
40
+ "tokens.typography.family.display-kr": *home
41
+ "tokens.typography.body.size": *home
42
+ "tokens.typography.body.weight": *home
43
+ "tokens.typography.body.lineHeight": *home
44
+ "tokens.typography.body.use": *home
45
+ "tokens.typography.nav.size": *home
46
+ "tokens.typography.nav.weight": *home
47
+ "tokens.typography.nav.lineHeight": *home
48
+ "tokens.typography.nav.use": *home
49
+ "tokens.typography.label.size": *services
50
+ "tokens.typography.label.weight": *services
51
+ "tokens.typography.label.lineHeight": *services
52
+ "tokens.typography.label.use": *services
53
+ "tokens.typography.title.size": *home
54
+ "tokens.typography.title.weight": *home
55
+ "tokens.typography.title.lineHeight": *home
56
+ "tokens.typography.title.use": *home
57
+ "tokens.spacing.xs": *home
58
+ "tokens.spacing.sm": *home
59
+ "tokens.spacing.md": *home
60
+ "tokens.spacing.base": *home
61
+ "tokens.spacing.lg": *home
62
+ "tokens.spacing.xl": *home
63
+ "tokens.spacing.xxl": *home
64
+ "tokens.rounded.none": *home
65
+ "tokens.rounded.pill": *services
66
+ "tokens.shadow.none": *home
67
+ "tokens.components.previous-control.type": *services
68
+ "tokens.components.previous-control.fg": *services
69
+ "tokens.components.previous-control.radius": *services
70
+ "tokens.components.previous-control.font": *services
71
+ "tokens.components.previous-control.states": *services
72
+ "tokens.components.previous-control.use": *services
15
73
  tokens:
16
- source: live-extract
17
- extracted: "2026-06-17"
18
- note: "Achromatic 2024 Kenya Hara CI chrome is entirely grayscale. primary = ink #212126 (also the dark full-pill CTA bg); near-blacks #36363d/#57575b for nav hierarchy; light greys #f8f8f8/#e9e9e9/#dbdbdb for cards/panels. Display = Poppins (EN) + Main Pretendard Variable (KR), body = Pretendard Variable. Shadowless."
74
+ source: reconciled
75
+ extracted: "2026-07-13"
76
+ note: "Corporate-web evidence only: three public NHN corporate/disclosure surfaces. Colors and components below are live computed observations; no authenticated product UI or documentation chrome was captured."
19
77
  colors:
20
78
  primary: "#212126"
21
- ink: "#212126"
22
- ink-soft: "#36363d"
23
- ink-muted: "#57575b"
24
- ink-faint: "#62626a"
25
- disabled: "#797981"
79
+ foreground: "#36363d"
80
+ muted: "#57575b"
81
+ subtle: "#62626a"
26
82
  hint: "#aaaaae"
27
83
  surface: "#f8f8f8"
28
- panel: "#e9e9e9"
29
- hairline: "#dbdbdb"
30
84
  canvas: "#ffffff"
85
+ hairline: "#e5e7eb"
31
86
  on-primary: "#ffffff"
32
- pure-black: "#000000"
33
- notice: "#ff2222"
34
87
  typography:
35
- family: { display-en: "Poppins", display-kr: "Main Pretendard Variable", body: "Pretendard Variable" }
36
- display-hero: { size: 60, weight: 700, lineHeight: 1.20, use: "EN hero display, Poppins (Weaving New Play)" }
37
- display-kr: { size: 32, weight: 800, lineHeight: 1.50, use: "KR feature headline, Main Pretendard Variable ExtraBold" }
38
- section: { size: 44, weight: 700, lineHeight: 1.41, use: "EN section display (Game / PaymentAd), Poppins" }
39
- subhead: { size: 22, weight: 600, lineHeight: 1.00, use: "Block label (Recent News), Poppins SemiBold" }
40
- card-title: { size: 20, weight: 700, lineHeight: 1.50, use: "News-card headline, Main Pretendard Variable" }
41
- body: { size: 16, weight: 400, lineHeight: 1.50, use: "Body copy, Pretendard Variable" }
42
- nav: { size: 16, weight: 500, lineHeight: 1.50, use: "Primary nav link, Pretendard Variable" }
43
- nav-sub: { size: 14, weight: 500, lineHeight: 1.57, use: "Sub-nav / mega-menu link, Pretendard Variable" }
44
- spacing: { xs: 4, sm: 8, md: 10, base: 16, lg: 24, xl: 48, xxl: 72 }
45
- rounded: { sm: 12, md: 20, lg: 24, pill: 100, full: 9999 }
88
+ family: { ui: "Pretendard Variable", display-kr: "Main Pretendard Variable" }
89
+ body: { size: 16, weight: 400, lineHeight: 1.50, use: "Observed corporate body/list text" }
90
+ nav: { size: 16, weight: 500, lineHeight: 1.75, use: "Observed primary navigation action" }
91
+ label: { size: 14, weight: 500, lineHeight: 1.57, use: "Observed secondary action and label" }
92
+ title: { size: 20, weight: 700, lineHeight: 1.50, use: "Observed Korean heading" }
93
+ spacing: { xs: 4, sm: 7, md: 8, base: 10, lg: 22, xl: 32, xxl: 80 }
94
+ rounded: { none: 0, pill: 50 }
46
95
  shadow:
47
96
  none: "none"
48
97
  components:
49
- cta-dark: { type: button, bg: "#212126", fg: "#ffffff", radius: "9999px", padding: "16px 24px", height: "48px", font: "16px / 400 Main Pretendard Variable", use: "Primary dark full-pill CTA (Visit the Newsroom / 뉴스룸 바로가기)" }
50
- lang-toggle-active: { type: button, bg: "#ffffff", fg: "#212126", radius: "0px", padding: "14px 24px 14px 16px", height: "48px", font: "16px / 400 Pretendard Variable", use: "Active language switch (한국어)" }
51
- lang-toggle-inactive: { type: button, bg: "#ffffff", fg: "#797981", radius: "0px", padding: "14px 24px 14px 16px", height: "48px", font: "16px / 400 Pretendard Variable", use: "Inactive language switch (English / 日本語)" }
52
- social-chip: { type: button, bg: "#f8f8f8", fg: "#212126", border: "1px solid #f8f8f8", radius: "100px", padding: "10px", height: "42px", font: "16px / 400 Pretendard Variable", use: "Round social icon chip (YouTube / Instagram / LinkedIn)" }
53
- feature-card: { type: card, bg: "#f8f8f8", fg: "#212126", radius: "24px", use: "Full-bleed editorial feature card, no shadow" }
54
- content-card: { type: card, bg: "#f8f8f8", fg: "#212126", radius: "20px", use: "Content / Plays! card, no shadow" }
55
- grey-panel: { type: card, bg: "#e9e9e9", fg: "#212126", radius: "12px", use: "Neutral grey content panel, no shadow" }
56
- nav-link: { type: tab, fg: "#36363d", font: "16px / 500 Pretendard Variable", active: "text #212126", disabled: "#797981 inactive", use: "Top primary nav item" }
98
+ previous-control: { type: button, fg: "#212126", radius: "0px", font: "16px / 400 Pretendard Variable", states: "disabled opacity 0.4", use: "Observed previous-navigation control on the services surface" }
57
99
  components_harvested: true
58
100
  ---
59
101
 
@@ -61,381 +103,162 @@ tokens:
61
103
 
62
104
  ## 1. Visual Theme & Atmosphere
63
105
 
64
- NHN is a Korean technology group cloud, payments, games, commerce, and content under one publicly listed parent and its corporate site is the clearest expression of the radical 2024 rebrand by Kenya Hara (Nippon Design Center) with NHN's in-house designers. The defining decision is the absence of brand color. Where almost every IT holding company anchors itself to a signature blue or green, NHN's chrome is rendered **entirely in grayscale**: an ink `#212126` (a near-black with the faintest blue-warm cast) carries headings, nav, and body; lighter near-blacks `#36363d` and `#57575b` step the navigation hierarchy down; and light neutrals `#f8f8f8`, `#e9e9e9`, and `#dbdbdb` fill cards, panels, and hairlines. The single highest-contrast moment is the primary CTA — a fully-rounded pill in the same ink `#212126` with white text. This is a confident, gallery-like restraint: the company signals scale and seriousness not by shouting in color, but by refusing it.
106
+ NHN is a Korean IT group whose public corporate presence connects a long Hangame-era history with businesses in games, payments and advertising, technology, commerce, and content. Its current brand expression is built around **Weaving New Play**: NHNs own rebrand story explains the phrase as a move from a simple connection toward a more multidirectional act of weaving. The 2024 CI then made that idea tangible through folded-paper forms, a 27-degree fold motif, and a decision to abandon a single fixed brand colour in favour of achromatic identity. [NHN history](https://www.nhn.com/company?tab=about) and [official CI story](https://inside.nhn.com/corp/245) provide that context.
65
107
 
66
- The typography is a deliberate bilingual pairing. English display runs in **Poppins** a geometric sans at 60px/700 for the hero ("Weaving New Play") and 44px/700 for section markers ("Game", "PaymentAd"), giving the Latin headlines a rounded, modern, almost editorial weight. Korean display and card headlines run in **Main Pretendard Variable** (the brand's tuned Pretendard) at ExtraBold 800 for feature lines and Bold 700 for news titles, optimized for dense hangul legibility. Body and navigation drop to **Pretendard Variable** at 16px/400–500. The split is consistent: Poppins is the brand's English voice, Pretendard its working Korean voice, and they never swap roles.
67
-
68
- What distinguishes NHN from its peers is its commitment to flatness. Live inspection found `box-shadow: none` across the hero, nav, headings, CTA pills, news cards, and footer. Depth and grouping come from flat tinted surfaces (`#f8f8f8` editorial cards, `#e9e9e9` neutral panels) and thin `#dbdbdb` hairlines, never elevation. Geometry leans into the rounded rectangle and the pill — 24px and 20px radii on content cards, a 12px neutral panel, 100px round social chips, and the full 9999px pill on the primary CTA. The result reads as a calm, monochrome, content-forward corporate canvas: a design system that gets out of the way of the news, products, and people it presents.
108
+ The supplied July 2026 runtime evidence is limited to three public corporate surfaces: the main site, a services listing, and an investor-relations financial page. Across those surfaces, the visible interface is restrained and nearly monochrome: `#212126` is the principal ink, `#36363d` and `#57575b` carry hierarchy, and `#f8f8f8` provides the recurring soft surface. The collector observed no shadows and only zero-radius navigation/action controls plus a 50px pill on one low-confidence services control. These are corporate-web observations, not a claim about NHN’s separate customer products or their documentation interfaces.
69
109
 
70
110
  **Key Characteristics:**
71
- - Achromatic 2024 Kenya Hara CI chrome is entirely grayscale, no brand hue
72
- - Ink `#212126` as the single workhorse: headings, body, nav, and the primary pill CTA
73
- - Stepped near-black nav hierarchy: `#36363d` (primary) `#57575b` (sub) → `#797981` (inactive)
74
- - Bilingual display pairing: Poppins (English, 60px/700 hero) over Main Pretendard Variable (Korean, 800)
75
- - Pretendard Variable for all body/nav at 16px/400–500
76
- - Flat, shadow-free system — separation via `#f8f8f8`/`#e9e9e9` surfaces and `#dbdbdb` hairlines
77
- - Rounded geometry — 24px/20px cards, 12px panel, 100px chips, 9999px full-pill CTA
78
- - White canvas (`#ffffff`) with pure black (`#000000`) reserved as a maximum-contrast accent
111
+ - Official brand rationale: connection reinterpreted as multidirectional weaving
112
+ - Corporate-web palette: near-black ink with neutral grey hierarchy and white canvas
113
+ - Flat visual treatment: the captured components report `box-shadow: none`
114
+ - Live UI typography: Pretendard Variable; Main Pretendard Variable appears in Korean heading roles
115
+ - Official NHN Sans is a distinct brand asset, not a live-family token for these captured pages
79
116
 
80
117
  ## 2. Color Palette & Roles
81
118
 
82
- NHN's palette is intentionally monochromatic — a grayscale ladder from near-black ink to off-white, with no saturated brand color in the chrome.
83
-
84
- ### Ink & Text
85
- - **Ink** (`#212126`): The primary color. Headings, body text, nav, footer, and the primary CTA background. A near-black with a barely-perceptible warm-blue cast — never pure black for structure.
86
- - **Ink Soft** (`#36363d`): Primary navigation links and news-card headlines. One step lighter than ink for the top tier of menu items.
87
- - **Ink Muted** (`#57575b`): Sub-navigation and mega-menu links the second tier of the hierarchy.
88
- - **Ink Faint** (`#62626a`): Tertiary text, metadata, and captions.
89
- - **Disabled** (`#797981`): Inactive language toggles and lowest-emphasis labels.
90
- - **Hint** (`#aaaaae`): Placeholder-level / faintest hint text.
119
+ ### Live corporate-web colors
120
+ - **Primary Ink** (`#212126`): Observed text and transparent action labels across all three captured surfaces.
121
+ - **Foreground** (`#36363d`): Observed corporate primary-navigation list item text.
122
+ - **Muted** (`#57575b`): Most frequent observed secondary/list text colour.
123
+ - **Subtle** (`#62626a`): Secondary action/label text on the services surface.
124
+ - **Hint** (`#aaaaae`): Low-emphasis list text on the IR surface.
125
+ - **Surface** (`#f8f8f8`): Recurrent neutral background, including the observed services pill control.
126
+ - **Canvas / On Ink** (`#ffffff`): Observed page background and contrast text.
127
+ - **Hairline** (`#e5e7eb`): Computed border colour recurring in the raw collector output.
91
128
 
92
- ### Surface & Neutral
93
- - **Canvas** (`#ffffff`): Page background, footer, nav bar, and active language toggle.
94
- - **Surface** (`#f8f8f8`): Editorial and content cards (feature, "Plays!"), round social chips. The dominant card tint.
95
- - **Panel** (`#e9e9e9`): Neutral grey content panels and structural blocks.
96
- - **Hairline** (`#dbdbdb`): Thin borders and dividers — the primary separation device in a shadow-free system.
129
+ ### Brand boundary
97
130
 
98
- ### Contrast & Accent
99
- - **On Primary** (`#ffffff`): White text/labels on the ink pill CTA and on dark editorial image cards.
100
- - **Pure Black** (`#000000`): Reserved as a maximum-contrast accent on select surfaces; rare.
101
- - **Notice** (`#ff2222`): A small notice/alert red that appears only on minor status marks — not part of the brand chrome, used sparingly.
131
+ NHN’s official CI story says the company chose achromatic brand colour rather than a single colour so the identity could accommodate a variety of combinations. That supports the neutral brand narrative; it does not promote colours from affiliate product surfaces into this corporate-web token set. [Official CI story](https://inside.nhn.com/corp/245)
102
132
 
103
133
  ## 3. Typography Rules
104
134
 
105
- ### Font Family
106
- - **English display**: `Poppins` — geometric Latin sans for hero and section headlines (700 weight).
107
- - **Korean display**: `Main Pretendard Variable` (with `Pretendard Variable` fallback) — ExtraBold (800) for feature lines, Bold (700) for card titles.
108
- - **Body / UI**: `Pretendard Variable` (with system fallbacks) — the document default at weight 400–500.
109
-
110
- ### Hierarchy
111
-
112
- | Role | Font | Size | Weight | Line Height | Notes |
113
- |------|------|------|--------|-------------|-------|
114
- | Display Hero (EN) | Poppins | 60px (3.75rem) | 700 | 1.20 (72px) | "Weaving New Play" hero |
115
- | Feature Headline (KR) | Main Pretendard Variable | 32px (2.00rem) | 800 | 1.50 (48px) | Feature card line, white on image |
116
- | Section Display (EN) | Poppins | 44px (2.75rem) | 700 | 1.41 (62px) | "Game" / "PaymentAd" markers |
117
- | Block Sub-head | Poppins | 22px (1.38rem) | 600 | 1.00 | "Recent News" label |
118
- | Card Title (KR) | Main Pretendard Variable | 20px (1.25rem) | 700 | 1.50 (30px) | News-card headline |
119
- | Nav Link | Pretendard Variable | 16px (1.00rem) | 500 | 1.50 | Primary nav item |
120
- | Body | Pretendard Variable | 16px (1.00rem) | 400 | 1.50 (24px) | Standard reading text |
121
- | Sub-nav Link | Pretendard Variable | 14px (0.88rem) | 500 | 1.57 | Mega-menu / secondary nav |
122
-
123
- ### Principles
124
- - **Two display fonts, two languages**: Poppins owns English display; Main Pretendard Variable owns Korean display. They are never mixed within a single headline role.
125
- - **Weight does the work, not color**: With no brand hue, hierarchy is carried by weight (700–800 display vs 400–500 body) and by the stepped ink ladder.
126
- - **Hangul-first body sizing**: Body sits at a comfortable 16px / line-height 1.50, generous for dense hangul reading.
127
- - **Quiet tracking**: Letter-spacing stays at `normal` across the system — the restraint extends to the typography metrics, not just the palette.
135
+ ### Evidence classes
128
136
 
129
- ## 4. Component Stylings
137
+ - **Live computed + FontFaceSet corroborated — `Pretendard Variable`:** 370 observed uses across body, buttons, cards, headings, and lists. The bundle records 92 NHN-hosted subset source URLs under `static.nhnent.com`.
138
+ - **Live computed + FontFaceSet corroborated — `Main Pretendard Variable`:** 32 observed uses, including Korean `h2`/`h3` roles. The collector found it loaded, but did not retain an individual source URL; retain it as a live family with that source-url limitation.
139
+ - **Live internal family, public-name unresolved — `__Poppins_1848dd`:** two heading uses and NHN-hosted font assets were observed. The collector does not establish that this internal runtime name is the public Poppins family, so `Poppins` is not a typography token.
140
+ - **Official distributed brand asset / official product-use — `NHN Sans`:** NHN’s brand-resource page presents it as the company’s exclusive typeface, and the official typeface story says it is intended for official communications. It was not observed as a loaded family on the three captured surfaces, so it is not a live UI token or specimen here. [Brand resource](https://www.nhn.com/en-US/company?subTab=brandResource&tab=brand) · [Typeface story](https://inside.nhn.com/corp/260)
141
+ - **Declared-only:** `__Poppins_Fallback_1848dd` and `swiper-icons` appeared without visible use; neither is promoted.
130
142
 
131
- ### Buttons
143
+ ### Observed hierarchy
132
144
 
133
- **Primary Dark Pill (Visit the Newsroom)**
134
- - Background: `#212126`
135
- - Text: `#ffffff`
136
- - Radius: 9999px
137
- - Padding: 16px 24px
138
- - Height: 48px
139
- - Font: 16px Main Pretendard Variable weight 400
140
- - Use: Primary call-to-action — the single high-contrast pill ("Visit the Newsroom" / "뉴스룸 바로가기")
145
+ | Role | Family | Size | Weight | Line Height | Evidence boundary |
146
+ |------|--------|------|--------|-------------|-------------------|
147
+ | Corporate body/list | Pretendard Variable | 16px | 400 | 24px | Repeated across all captured surfaces |
148
+ | Primary action | Pretendard Variable | 16px | 500 | 28px | Transparent action-label control |
149
+ | Secondary label | Pretendard Variable | 14px | 500 | 22px | Services controls/labels |
150
+ | Korean title | Main Pretendard Variable | 20px | 700 | 30px | Captured `h3` role |
151
+ | Large Korean display | Main Pretendard Variable | 32px | 800 | 48px | One captured `h2` role |
141
152
 
142
- **Language Toggle (Active)**
143
- - Background: `#ffffff`
144
- - Text: `#212126`
153
+ ## 4. Component Stylings
154
+
155
+ ### Corporate navigation
156
+
157
+ **Primary list item**
158
+ - Text: `#36363d`
145
159
  - Radius: 0px
146
- - Padding: 14px 24px 14px 16px
147
- - Height: 48px
148
- - Font: 16px Pretendard Variable weight 400
149
- - Use: Selected language in the switcher ("한국어")
150
-
151
- **Language Toggle (Inactive)**
152
- - Background: `#ffffff`
153
- - Text: `#797981`
160
+ - Padding: 0px 80px 0px 0px
161
+ - Font: 16px / 400 / Pretendard Variable
162
+ - Use: Observed corporate primary-navigation list item (`home::li`; also present on services and IR surfaces).
163
+
164
+ **Secondary list item**
165
+ - Text: `#57575b`
154
166
  - Radius: 0px
155
- - Padding: 14px 24px 14px 16px
156
- - Height: 48px
157
- - Font: 16px Pretendard Variable weight 400
158
- - Use: Unselected languages ("English", "日本語")
167
+ - Padding: 7.008px 0px
168
+ - Font: 16px / 400 / Pretendard Variable
169
+ - Use: Observed corporate secondary/list item (`home::li`; also present on services and IR surfaces).
159
170
 
160
- **Social Round Chip**
161
- - Background: `#f8f8f8`
171
+ ### Actions
172
+
173
+ **Transparent action label**
162
174
  - Text: `#212126`
163
- - Border: 1px solid `#f8f8f8`
164
- - Radius: 100px
165
- - Padding: 10px
166
- - Height: 42px
167
- - Font: 16px Pretendard Variable weight 400
168
- - Use: Round icon chips for YouTube / Instagram / LinkedIn / meetup links
175
+ - Radius: 0px
176
+ - Font: 16px / 500 / Pretendard Variable
177
+ - Use: Observed transparent action control (`home::[data-omd-capture="45"]`) across the corporate surfaces.
169
178
 
170
- ### Cards & Containers
179
+ **Secondary label action**
180
+ - Text: `#62626a`
181
+ - Radius: 0px
182
+ - Font: 14px / 500 / Pretendard Variable
183
+ - Use: Observed services-surface control (`surface-2::[data-omd-capture="49"]`).
171
184
 
172
- **Editorial Feature Card**
173
- - Background: `#f8f8f8`
185
+ **Previous control**
174
186
  - Text: `#212126`
175
- - Radius: 24px
176
- - Use: Full-bleed editorial feature card (no shadow); white headline overlay on image variants
187
+ - Radius: 0px
188
+ - Font: 16px / 400 / Pretendard Variable
189
+ - Disabled: Observed disabled instance has transparent background and `opacity: 0.4` (`surface-2::[data-omd-capture="37"]`).
190
+ - Use: Observed previous-navigation control on the services surface.
177
191
 
178
- **Content Card**
179
- - Background: `#f8f8f8`
180
- - Text: `#212126`
181
- - Radius: 20px
182
- - Use: Content / "Plays!" cards in the lower grid (no shadow)
192
+ ### Compact pill
183
193
 
184
- **Neutral Grey Panel**
185
- - Background: `#e9e9e9`
186
- - Text: `#212126`
187
- - Radius: 12px
188
- - Use: Structural neutral panel / placeholder block (no shadow)
189
-
190
- ### Navigation
191
- - Background: `#ffffff`
192
- - Primary link: `#36363d`, 16px Pretendard Variable weight 500
193
- - Sub link: `#57575b`, 14px weight 500
194
- - Active: text shifts to ink `#212126`
195
- - Inactive/disabled: `#797981`
196
- - Use: Top horizontal nav ("회사소개", "서비스", "홍보", "투자정보") with a stepped grey mega-menu
197
-
198
- ### Footer
199
- - Background: `#ffffff`
200
- - Text: `#212126`, 16px Pretendard Variable
201
- - Use: Corporate footer links (legal, family sites, language) on white, hairline-separated
194
+ **Services pill**
195
+ - Background: `#f8f8f8`
196
+ - Text: `#62626a`
197
+ - Radius: 50px
198
+ - Padding: 4px 8px 4px 14px
199
+ - Font: 14px / 500 / Pretendard Variable
200
+ - Use: One low-confidence observed services control (`surface-2::[data-omd-capture="43"]`); do not generalize it to other NHN surfaces.
202
201
 
203
202
  ---
204
203
 
205
- **Verified:** 2026-06-17 (omd:add-reference CREATE — Tier 1 live inspect, 2 brand-owned surfaces)
206
- **Tier 1 sources:** https://www.nhn.com/ (KR homepage, live computed style); https://www.nhn.com/en-US (EN locale homepage, live computed style)
207
- **Tier 2 sources:** getdesign.md/nhn NOT FOUND (no entry); styles.refero.design/?q=nhn — not listed (96 generic fallback cards, no NHN brand)
204
+ **Verified:** 2026-07-13
205
+ **Tier 1 sources:** https://www.nhn.com/ (corporate marketing surface, raw collector); https://www.nhn.com/services?tab=technology (corporate services surface, raw collector); https://www.nhn.com/ir?tab=financials&subTab=consolidatedFinancial (IR disclosure surface, raw collector); https://www.nhn.com/company?tab=about (official context); https://inside.nhn.com/corp/245 (official CI narrative); https://inside.nhn.com/corp/260 (official typeface narrative)
206
+ **Tier 2 sources:** https://getdesign.md/nhn (attempted; retrieval error in this run); https://styles.refero.design/?q=nhn (attempted; retrieval error in this run)
208
207
  **Conflicts unresolved:** none
209
208
 
210
209
  ## 5. Layout Principles
211
210
 
212
- ### Spacing System
213
- - Base unit: ~8px
214
- - Scale: 4px, 8px, 10px, 16px, 24px, 48px, 72px
215
- - Notable: CTA pills use 16px×24px padding; round social chips use a tight 10px; section rhythm opens up to 48–72px between blocks
216
-
217
- ### Grid & Container
218
- - Centered, wide content column on a white canvas with generous margins
219
- - Hero anchored by the 60px Poppins English display ("Weaving New Play") with the KR mission line beneath
220
- - "Recent News" grid: equal news cards (20px radius, `#f8f8f8`) in a responsive multi-column layout
221
- - Business-area sections ("Game", "PaymentAd", "Commerce", "Technology", "Contents") marked by 44px Poppins display headers
222
- - Editorial feature cards run full-bleed at 24px radius
223
-
224
- ### Whitespace Philosophy
225
- - **Gallery restraint**: the monochrome palette plus abundant white space makes the page feel like a curated exhibition, not a marketing funnel.
226
- - **Flat segmentation**: sections separate by surface tint (`#f8f8f8` / `#e9e9e9`) and `#dbdbdb` hairlines, never by shadow or heavy borders.
227
- - **Content as color**: with grayscale chrome, the photography and editorial imagery inside cards supply all the chromatic interest.
228
-
229
- ### Border Radius Scale
230
- - Small (12px): neutral grey structural panels
231
- - Medium (20px): content / Plays! cards
232
- - Large (24px): full-bleed editorial feature cards
233
- - Chip (100px): round social icon chips
234
- - Full (9999px): the primary dark pill CTA
211
+ The collected evidence supports a flat corporate information layout: transparent navigation/actions, neutral `#f8f8f8` surface moments, and a white canvas. Measured spacing clusters include 4, 7, 8, 10, 22, 32, and 80px; they are observations rather than a complete spacing scale. No product-app layout or documentation layout was captured.
235
212
 
236
213
  ## 6. Depth & Elevation
237
214
 
238
- | Level | Treatment | Use |
239
- |-------|-----------|-----|
240
- | Flat (Level 0) | No shadow | Page background, nav, headings, footer — the entire system |
241
- | Tint (Level 1) | `#f8f8f8` / `#e9e9e9` background shift | Card and panel separation without elevation |
242
- | Hairline (Level 2) | `1px solid #dbdbdb` | Dividers, footer rules, list separators |
243
-
244
- **Shadow Philosophy**: NHN is a fully shadowless system. Live inspection returned `box-shadow: none` across the hero, navigation, headings, CTA pills, news cards, and footer. All grouping is achieved through flat tinted surfaces (`#f8f8f8`, `#e9e9e9`) and thin `#dbdbdb` hairlines. This is the natural extension of the achromatic CI: where color is removed, elevation is removed too, leaving a calm, two-dimensional canvas. When emphasis is needed, the system reaches for the maximum-contrast ink pill (`#212126`), never for a drop shadow.
215
+ All captured representative components report `box-shadow: none`. Separation in the captured corporate UI comes from text hierarchy, white/neutral surfaces, and the recurring `#e5e7eb` computed border colour. No elevation ramp is inferred beyond that evidence.
245
216
 
246
217
  ## 7. Do's and Don'ts
247
218
 
248
219
  ### Do
249
- - Keep the chrome achromatic ink `#212126` and the grayscale ladder carry everything
250
- - Use Poppins for English display headlines and Main Pretendard Variable for Korean display
251
- - Use Pretendard Variable at 16px/400–500 for body and nav
252
- - Reserve the dark `#212126` full-pill as the single primary CTA
253
- - Step the nav hierarchy with the ink ladder: `#36363d` `#57575b` → `#797981`
254
- - Separate sections with `#f8f8f8` / `#e9e9e9` surfaces and `#dbdbdb` hairlines
255
- - Keep everything flat — no shadows anywhere
256
- - Use rounded geometry — 24px/20px cards, 100px chips, 9999px pill
257
- - Let editorial photography inside cards supply the only chromatic interest
220
+ - Keep the corporate chrome neutral and let the ink-to-grey text hierarchy do the work.
221
+ - Use the observed flat treatment: no shadow on captured corporate components.
222
+ - Keep `Pretendard Variable` for live UI/body roles represented in this evidence.
223
+ - Treat NHN Sans as an official communication asset until a target surface proves live use.
224
+ - Keep the one observed disabled previous-control treatment tied to its services-surface context.
258
225
 
259
226
  ### Don't
260
- - Introduce a saturated brand color into the chrome — NHN's identity is the absence of one
261
- - Use drop shadows for elevation the system is shadow-free
262
- - Use pure black (`#000000`) for body text reserve the near-black ink `#212126`
263
- - Mix Poppins and Pretendard within one headline role each language has its display font
264
- - Set body text in a heavy weight — display is 700–800, body stays 400–500
265
- - Use sharp 0px corners on content cards — cards and CTAs are rounded
266
- - Spread the dark pill across many actions — keep it the single primary CTA
267
- - Add gradients or colored fills to structural surfaces — grays and white only
227
+ - Promote affiliate-product colours or components into the NHN corporate reference without direct evidence.
228
+ - Rename `__Poppins_1848dd` to Poppins in a token set without a reliable public-family mapping.
229
+ - Invent hover, focus, pressed, error, or success variants: the supplied collector has zero interaction captures.
230
+ - Generalize the low-confidence services pill into a global button style.
268
231
 
269
232
  ## 8. Responsive Behavior
270
233
 
271
- ### Breakpoints
272
- | Name | Width | Key Changes |
273
- |------|-------|-------------|
274
- | Mobile | <640px | Single column, hero display compresses, news cards stack, nav collapses to a menu |
275
- | Tablet | 640-1024px | 2-up news cards, moderate margins |
276
- | Desktop | 1024-1440px | Full multi-column news grid, wide centered content, mega-menu nav |
277
-
278
- ### Touch Targets
279
- - CTA pill and language toggles at 48px height — comfortably tappable
280
- - Round social chips at 42px with full 100px radius
281
- - Nav links spaced within a tall header row
282
-
283
- ### Collapsing Strategy
284
- - Hero: 60px Poppins display scales down on mobile; the KR mission line wraps
285
- - News grid: multi-column → 2-up → single stacked
286
- - Business-area section markers (44px) compress on narrow viewports
287
- - Editorial feature cards maintain full-bleed treatment with reduced radius on mobile
288
- - Footer link clusters reflow into stacked groups
289
-
290
- ### Image Behavior
291
- - Editorial card imagery carries no shadow at any size, consistent with the flat system
292
- - Cards hold their 20–24px radius across breakpoints
293
- - Photography supplies all color; the surrounding chrome stays grayscale
234
+ The supplied collector used only a 1440×900 viewport. Responsive breakpoints, mobile navigation, and touch-target behaviour are unresolved and intentionally omitted.
294
235
 
295
236
  ## 9. Agent Prompt Guide
296
237
 
297
- ### Quick Color Reference
298
- - Primary / heading / CTA: Ink (`#212126`)
299
- - Primary nav: Ink Soft (`#36363d`)
300
- - Sub-nav: Ink Muted (`#57575b`)
301
- - Inactive: Disabled (`#797981`)
302
- - Background: Canvas (`#ffffff`)
303
- - Card surface: Surface (`#f8f8f8`)
304
- - Neutral panel: Panel (`#e9e9e9`)
305
- - Hairline: `#dbdbdb`
306
- - CTA text: White (`#ffffff`)
307
-
308
- ### Example Component Prompts
309
- - "Create a corporate hero on white. English display 'Weaving New Play' at 60px Poppins weight 700, line-height 1.20, color #212126. Korean mission line below in Main Pretendard Variable. One primary CTA: a dark full pill — #212126 background, white text, 9999px radius, 16px 24px padding, 48px height, 'Visit the Newsroom'."
310
- - "Design a news card: #f8f8f8 background, 20px radius, no shadow. Title 20px Main Pretendard Variable weight 700, line-height 1.50, color #36363d. Keep it flat; separate from siblings with a #dbdbdb hairline."
311
- - "Build a section marker: 'Game' at 44px Poppins weight 700, color #212126, on white. No color accent — let the section photography carry the hue."
312
- - "Create top nav on white. Primary links 16px Pretendard Variable weight 500, color #36363d; sub-links 14px color #57575b; inactive #797981; active shifts to #212126. No underline, no color highlight."
313
- - "Make a round social chip: #f8f8f8 background, 1px solid #f8f8f8 border, 100px radius, 10px padding, 42px height, monochrome icon in #212126."
314
-
315
- ### Iteration Guide
316
- 1. Keep the chrome 100% grayscale — ink `#212126` is the primary; never introduce a brand hue
317
- 2. Poppins for English display, Main Pretendard Variable for Korean display, Pretendard Variable for body/nav
318
- 3. No shadows — separate with `#f8f8f8`/`#e9e9e9` surfaces and `#dbdbdb` hairlines
319
- 4. The single primary CTA is the dark `#212126` full pill with white text
320
- 5. Step the nav with the ink ladder `#36363d` → `#57575b` → `#797981`
321
- 6. Rounded geometry — 24px/20px cards, 100px chips, 9999px pill
322
- 7. Let editorial photography inside cards be the only source of color
323
-
324
- ---
238
+ Use this reference only for an NHN-like **corporate information surface**: white canvas, near-black `#212126` text, a muted `#36363d` / `#57575b` hierarchy, `#f8f8f8` neutral surface moments, Pretendard Variable body/UI text, and no shadows. Do not use it as a substitute for an NHN affiliate product, authenticated app, or documentation system.
325
239
 
326
240
  ## 10. Voice & Tone
327
241
 
328
- NHN's voice is **measured, connective, and quietly ambitious** a corporate group that frames itself not as a single product but as a weaver of many. The English tagline "Weaving New Play" and the Korean mission line "상상과 현실, 기술과 삶, 사람과 사람을 연결합니다" ("We connect imagination and reality, technology and life, people and people") set the register: aspirational without hype, infrastructural without coldness. Copy treats the reader — investor, partner, candidate, or developer — as a peer evaluating a serious, multi-business technology company.
329
-
330
- | Context | Tone |
331
- |---|---|
332
- | Hero / tagline | Aspirational, connective. "Weaving New Play." Confident, never loud. |
333
- | Mission statement | Humanistic and infrastructural. Frames technology as connection, not spectacle. |
334
- | Newsroom / press | Factual, corporate, third-person. Headlines state the news plainly. |
335
- | Business-area labels | One-word, declarative. "Game", "Commerce", "Technology", "Contents". |
336
- | Investor / governance | Formal, disclosure-grade. Reads like a careful corporate filing. |
337
- | Culture / careers | Warm but composed. Celebrates people and craft, not bravado. |
338
-
339
- **Voice samples (verbatim from live homepage):**
340
- - "Weaving New Play" — English hero tagline (the brand's central metaphor). *(verified live 2026-06-17, nhn.com/en-US)*
341
- - "상상과 현실, 기술과 삶, 사람과 사람을 연결합니다" — Korean mission line (connection as the founding frame). *(verified live 2026-06-17, nhn.com)*
342
- - "Recent News" / "Visit the Newsroom" — newsroom CTA copy (plain, factual). *(verified live 2026-06-17)*
343
-
344
- **Forbidden register**: color-hyped product superlatives, exclamation-driven marketing, "revolutionary"/"game-changing" boilerplate, and any visual or verbal flourish that breaks the gallery-calm restraint. NHN's confidence is in the absence of noise.
242
+ NHNs first-party language centres on connection and future-facing expansion: the official slogan is Weaving New Play,” while the company’s rebrand story describes a shift from simple connection to multidirectional weaving. Corporate copy should stay explanatory and composed rather than adding product-marketing superlatives. [Official slogan story](https://inside.nhn.com/corp/164)
345
243
 
346
244
  ## 11. Brand Narrative
347
245
 
348
- NHN is a Korean technology group whose corporate lineage traces back to the early Korean internet era its name a legacy of the "Next Human Network" framing — and which today operates as a publicly listed holding company spanning five business areas: **Game, Payment & Advertising, Commerce, Technology, and Contents**. Where a search-portal heritage once defined it, NHN has positioned the modern group around connection: the homepage states plainly that the company connects "imagination and reality, technology and life, and people with people," and presents "Weaving New Play" as the single English promise binding its otherwise diverse businesses.
349
-
350
- The most consequential brand event of recent years was the **2024 corporate-identity redesign led by Kenya Hara** of Nippon Design Center (the art director behind Muji's visual philosophy), working with NHN's in-house design team. The rebrand introduced an **origami-derived logomark** — the folds forming the letters "N" and "H" to symbolize connectivity, scalability, and open-ended possibility — and, crucially, moved NHN off the fixed signature color that almost every IT company defaults to. In its place came a **monochromatic identity** designed to adapt seamlessly across online and offline environments. The achromatic chrome observed live (ink `#212126`, grayscale surfaces, no brand hue, no shadows) is the direct product of that decision.
351
-
352
- What NHN's design refuses is the loud, color-coded, gradient-heavy look of conventional tech-company branding. What it embraces is gallery-grade restraint: a single ink, a flat shadow-free canvas, rounded forms, a disciplined bilingual type system (Poppins for English, Pretendard for Korean), and editorial photography as the only carrier of color. The result is a corporate brand that signals seriousness and longevity through reduction — an identity that, like the origami it is built on, finds richness in folding simple material into many forms.
353
-
354
- *Founding-era and rebrand details (Next Human Network heritage, 2024 Kenya Hara CI, origami logomark, five business areas) reflect publicly documented facts and the live homepage; specific dates beyond the homepage are general public knowledge rather than quoted NHN statements.*
246
+ NHN traces its history to Hangame Communication and the Hangame online-game portal, then describes a modern global IT group working across multiple business areas. Its official timeline records the 2023 public introduction of “Weaving New Play”; its 2024 CI story explains the subsequent folded-paper identity, the 27-degree fold, and the achromatic colour decision. [Official history](https://www.nhn.com/company?tab=about) · [Official CI story](https://inside.nhn.com/corp/245)
355
247
 
356
248
  ## 12. Principles
357
249
 
358
- 1. **Identity through reduction.** NHN's brand is defined by what it removes — the signature color. *UI implication:* keep the chrome grayscale; never reach for a brand hue to create emphasis.
359
- 2. **Connection over product.** The group frames itself as a weaver of many businesses, not one. *UI implication:* design surfaces that present diverse content (news, games, commerce, tech) under one calm, consistent system.
360
- 3. **Flat and quiet.** Calm restraint beats decorative depth. *UI implication:* no shadows; separate with tint and hairlines; let white space do the structuring.
361
- 4. **Two languages, two display voices.** Poppins for English, Pretendard for Korean. *UI implication:* never mix display fonts within a role; respect the bilingual split.
362
- 5. **Let the content carry the color.** With grayscale chrome, photography and editorial imagery supply all chromatic interest. *UI implication:* design cards as neutral frames around vivid content, not as colored objects themselves.
250
+ 1. **Connection becomes weaving.** Official rebrand material frames the idea as multidirectional connection. *UI implication:* organise diverse corporate information under one calm, consistent structure.
251
+ 2. **Achromatic identity leaves room for variety.** NHN says it abandoned a single colour to open varied combinations. *UI implication:* keep corporate chrome neutral unless a directly observed surface provides a different role.
252
+ 3. **CI and typography are controlled brand assets.** NHN asks that brand resources not be arbitrarily changed. *UI implication:* do not substitute NHN Sans, its CI, or unverified font-family names as though they were live tokens.
363
253
 
364
254
  ## 13. Personas
365
255
 
366
- *Personas below are fictional archetypes informed by publicly observable NHN audiences (institutional investors, enterprise/partner evaluators, prospective employees, developers across the group's businesses), not individual people.*
367
-
368
- **한지수, 38, 서울.** An equity analyst covering Korean tech holdings. Visits the corporate site for newsroom updates, quarterly results, and governance disclosures. Values that the achromatic, gallery-calm presentation signals a mature, well-run company rather than a hype-driven startup.
369
-
370
- **David Lim, 44, Singapore.** A regional partnerships lead evaluating NHN's payments and cloud businesses. Reads the EN locale, appreciates the plain "Weaving New Play" framing and the clear five-area structure. Trusts the restraint as a sign of operational seriousness.
371
-
372
- **박서연, 27, 판교.** A designer considering joining NHN. Recognizes the Kenya Hara rebrand immediately and reads the monochrome identity as a statement of craft and confidence. The flat, type-driven system tells her the company takes design seriously.
373
-
374
- **김도현, 33, 대전.** A developer integrating one of NHN's group services. Comes for technical news and product announcements; values that the corporate chrome stays out of the way so the content is easy to scan.
256
+ [FILL IN] NHN has not supplied first-party audience-segment or persona documentation in the sources reviewed for this reference. Do not fabricate named user personas from the corporate, services, or IR surfaces.
375
257
 
376
258
  ## 14. States
377
259
 
378
- | State | Treatment |
379
- |---|---|
380
- | **Empty (no news for filter)** | White canvas. Single Ink (`#212126`) line at body size explaining no items, with a path back to all news. No illustration, no color. |
381
- | **Empty (search, no results)** | Ink Muted (`#57575b`) single line stating nothing matched, filter summary visible above. Calm and factual. |
382
- | **Loading (news grid)** | Skeleton cards on `#f8f8f8` at final 20px-radius dimensions. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
383
- | **Loading (page transition)** | Subtle top-of-viewport progress; previous content stays visible. No spinner overlay. |
384
- | **Error (content failed to load)** | Inline Ink (`#212126`) message with a plain explanation and a retry. No generic "오류가 발생했습니다" alone. |
385
- | **Error (form validation, contact/subscribe)** | Field-level message below the input in the notice tone; describes what is valid, not just "필수". |
386
- | **Success (subscribed / submitted)** | Brief inline confirmation in calm Ink tone; next-step link immediately below. No celebratory emoji, no color burst. |
387
- | **Skeleton** | `#f8f8f8` / `#e9e9e9` blocks at final dimensions and radii, flat pulse. |
388
- | **Disabled** | Disabled (`#797981`) text on reduced-opacity surface; the dark pill CTA fades rather than switching to a different hue. |
260
+ The only state recorded by the supplied collector is a **disabled** previous-navigation control on the services surface: transparent background, `#212126` text, and `opacity: 0.4`. Hover, focus, pressed, loading, error, empty, and success states were not captured and are unresolved.
389
261
 
390
262
  ## 15. Motion & Easing
391
263
 
392
- **Durations**:
393
-
394
- | Token | Value | Use |
395
- |---|---|---|
396
- | `motion-fast` | 120ms | Hover, nav reveal, focus |
397
- | `motion-standard` | 220ms | Card/section reveal, mega-menu, language switch |
398
- | `motion-slow` | 360ms | Page-level transitions, hero reveal |
399
-
400
- **Easings**:
401
-
402
- | Token | Curve | Use |
403
- |---|---|---|
404
- | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — menus, cards, sheets |
405
- | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
406
- | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
407
-
408
- **Motion rules**: Motion is restrained and functional, matching the flat, achromatic aesthetic. The mega-menu and language switcher fade/slide in at `motion-standard / ease-enter`; news cards reveal with a quiet fade-up. No bounce, no spring, no color-driven flourish — a corporate technology group signals steadiness, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the page remains fully functional.
409
-
410
- <!--
411
- OmD v0.1 Sources — Philosophy Layer (sections 10–15)
412
-
413
- Tier 1 live inspect (2026-06-17) via playwright getComputedStyle on two brand-owned surfaces:
414
- - https://www.nhn.com/ (KR homepage) and https://www.nhn.com/en-US (EN locale)
415
- - Achromatic chrome confirmed: ink rgb(33,33,38) #212126, near-blacks #36363d/#57575b,
416
- light greys #f8f8f8/#e9e9e9/#dbdbdb, no saturated brand color, box-shadow: none everywhere.
417
- - Display fonts: Poppins (EN, 60px/700 hero "Weaving New Play") + Main Pretendard Variable
418
- (KR, 800/700). Body/nav: Pretendard Variable 16px/400–500.
419
- - Primary CTA: dark full-pill #212126 / white text / 9999px / 48px ("Visit the Newsroom" /
420
- "뉴스룸 바로가기"). Cards #f8f8f8 at 20–24px radius; grey panel #e9e9e9 12px.
421
-
422
- Voice samples (§10) are verbatim from the live homepage (EN tagline "Weaving New Play";
423
- KR mission line "상상과 현실, 기술과 삶, 사람과 사람을 연결합니다"; "Recent News" / "Visit the Newsroom").
424
-
425
- Brand narrative (§11): NHN as a Korean tech group across five business areas (Game,
426
- Payment & Advertising, Commerce, Technology, Contents). The 2024 corporate-identity
427
- redesign was led by Kenya Hara (Nippon Design Center) with NHN's in-house designers,
428
- introducing an origami-derived "N"/"H" logomark and a monochromatic identity that moves
429
- off fixed IT-company color. These are publicly documented facts (corroborated by web
430
- reporting and the IDSA IDEA "NHN Rebrand" gallery) plus the live homepage; specific
431
- dates beyond the homepage are general public knowledge, not quoted NHN statements.
432
-
433
- Personas (§13) are fictional archetypes informed by publicly observable NHN audiences
434
- (investors, partners, candidates, developers). Names are illustrative; they do not refer
435
- to real people.
436
-
437
- Interpretive claims (e.g., "identity through reduction", "let the content carry the color",
438
- "richness in folding simple material") are editorial readings connecting NHN's observed
439
- achromatic design to its stated connection-mission and the Kenya Hara rebrand, not directly
440
- sourced NHN statements.
441
- -->
264
+ No motion durations, easing curves, or interaction transitions were captured. The raw class names are not sufficient evidence to publish motion tokens; leave motion unresolved for this reference.