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
@@ -4,204 +4,266 @@ name: "NHN Cloud"
4
4
  country: KR
5
5
  category: backend-devops
6
6
  homepage: "https://www.nhncloud.com"
7
- primary_color: "#125DE6"
7
+ primary_color: "#125de6"
8
8
  logo:
9
9
  type: favicon
10
10
  slug: "https://www.google.com/s2/favicons?domain=nhncloud.com&sz=128"
11
- verified: "2026-06-01"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: TOAST UI
15
15
  url: "https://ui.toast.com"
16
16
  type: system
17
- description: NHN's official open-source component library (TUI Grid/Editor/Calendar/Chart/Image-Editor), MIT-licensed under the nhn GitHub org and documented at ui.toast.com.
17
+ description: NHN Cloud's official, continuously maintained open-source JavaScript UI catalog; it is a distinct developer/documentation surface, not a published token sheet for the NHN Cloud marketing site.
18
+ verification_v2:
19
+ schema: 2
20
+ checked: "2026-07-13"
21
+ surfaces:
22
+ - { id: corporate-marketing, kind: marketing, url: "https://www.nhncloud.com/kr", inspected: "2026-07-13" }
23
+ - { id: toast-catalog, kind: documentation-catalog, url: "https://ui.toast.com/", inspected: "2026-07-13" }
24
+ - { id: cloud-docs, kind: documentation-chrome, url: "https://docs.nhncloud.com/ko/nhncloud/ko/overview/", inspected: "2026-07-13" }
25
+ sources:
26
+ - { id: corporate-marketing-live, kind: product-surface, url: "https://www.nhncloud.com/kr", captured: "2026-07-13" }
27
+ - { id: toast-catalog-live, kind: product-surface, url: "https://ui.toast.com/", captured: "2026-07-13" }
28
+ - { id: cloud-docs-live, kind: product-surface, url: "https://docs.nhncloud.com/ko/nhncloud/ko/overview/", captured: "2026-07-13" }
29
+ - { id: company-about, kind: official-doc, url: "https://company.nhncloud.com/about?lang=en", captured: "2026-07-13" }
30
+ - { id: toast-ui-official, kind: official-doc, url: "https://ui.toast.com/", captured: "2026-07-13" }
31
+ - { id: toast-ui-license, kind: official-doc, url: "https://github.com/nhn/toast-ui.doc", captured: "2026-07-13" }
32
+ - { id: pretendard-license, kind: license, url: "https://github.com/orioncactus/pretendard/blob/main/LICENSE", captured: "2026-07-13" }
33
+ conflicts: []
34
+ claims:
35
+ "tokens.colors.primary": &corporate { surface_id: corporate-marketing, source_id: corporate-marketing-live, method: computed-style, captured: "2026-07-13" }
36
+ "tokens.colors.on-primary": *corporate
37
+ "tokens.colors.dark": *corporate
38
+ "tokens.colors.muted": *corporate
39
+ "tokens.colors.border": *corporate
40
+ "tokens.typography.family.ui": *corporate
41
+ "tokens.typography.body.size": *corporate
42
+ "tokens.typography.body.weight": *corporate
43
+ "tokens.typography.body.use": *corporate
44
+ "tokens.typography.cta.size": *corporate
45
+ "tokens.typography.cta.weight": *corporate
46
+ "tokens.typography.cta.use": *corporate
47
+ "tokens.typography.cta-lg.size": *corporate
48
+ "tokens.typography.cta-lg.weight": *corporate
49
+ "tokens.typography.cta-lg.use": *corporate
50
+ "tokens.spacing.cta-sm-y": *corporate
51
+ "tokens.spacing.cta-sm-x": *corporate
52
+ "tokens.spacing.cta-lg-y": *corporate
53
+ "tokens.spacing.cta-lg-x": *corporate
54
+ "tokens.spacing.menu-y": *corporate
55
+ "tokens.spacing.menu-x": *corporate
56
+ "tokens.rounded.cta": *corporate
57
+ "tokens.rounded.control": *corporate
58
+ "tokens.rounded.menu": *corporate
59
+ "tokens.shadow.menu-overlay": *corporate
60
+ "tokens.components.corporate-header-cta.type": *corporate
61
+ "tokens.components.corporate-header-cta.bg": *corporate
62
+ "tokens.components.corporate-header-cta.fg": *corporate
63
+ "tokens.components.corporate-header-cta.border": *corporate
64
+ "tokens.components.corporate-header-cta.radius": *corporate
65
+ "tokens.components.corporate-header-cta.padding": *corporate
66
+ "tokens.components.corporate-header-cta.height": *corporate
67
+ "tokens.components.corporate-header-cta.font": *corporate
68
+ "tokens.components.corporate-header-cta.states": *corporate
69
+ "tokens.components.corporate-header-cta.use": *corporate
70
+ "tokens.components.corporate-section-cta.type": *corporate
71
+ "tokens.components.corporate-section-cta.bg": *corporate
72
+ "tokens.components.corporate-section-cta.fg": *corporate
73
+ "tokens.components.corporate-section-cta.border": *corporate
74
+ "tokens.components.corporate-section-cta.radius": *corporate
75
+ "tokens.components.corporate-section-cta.padding": *corporate
76
+ "tokens.components.corporate-section-cta.height": *corporate
77
+ "tokens.components.corporate-section-cta.font": *corporate
78
+ "tokens.components.corporate-section-cta.states": *corporate
79
+ "tokens.components.corporate-section-cta.use": *corporate
80
+ "tokens.components.resource-menu-trigger.type": *corporate
81
+ "tokens.components.resource-menu-trigger.fg": *corporate
82
+ "tokens.components.resource-menu-trigger.border": *corporate
83
+ "tokens.components.resource-menu-trigger.radius": *corporate
84
+ "tokens.components.resource-menu-trigger.padding": *corporate
85
+ "tokens.components.resource-menu-trigger.height": *corporate
86
+ "tokens.components.resource-menu-trigger.font": *corporate
87
+ "tokens.components.resource-menu-trigger.states": *corporate
88
+ "tokens.components.resource-menu-trigger.use": *corporate
18
89
  tokens:
19
- source: prose-derived
20
- extracted: "2026-06-09"
90
+ source: live-extract
91
+ extracted: "2026-07-13"
92
+ components_harvested: true
93
+ note: "Machine tokens are limited to selector-backed values from the NHN Cloud public corporate marketing route. TOAST UI and NHN Cloud documentation are recorded as separate source domains."
21
94
  colors:
22
95
  primary: "#125de6"
23
- dark: "#111111"
24
96
  on-primary: "#ffffff"
25
- accent: "#00a9ff"
26
- accent-hover: "#0088d9"
27
- accent-secondary: "#009bf2"
28
- tint: "#e5f6ff"
29
- error: "#fa2828"
30
- canvas: "#f7f9fc"
31
- border: "#51565f"
97
+ dark: "#111111"
32
98
  muted: "#727781"
99
+ border: "#51565f"
33
100
  typography:
34
- family: { sans: "Pretendard Variable", mono: "Pretendard Variable" }
35
- body: { size: 16, weight: 400, use: "Corporate body copy" }
36
- cta: { size: 15, weight: 400, use: "Primary CTA label" }
37
- cta-lg: { size: 17, weight: 500, use: "Larger ghost CTA on dark" }
38
- widget: { size: 13, weight: 400, use: "TOAST UI grid/editor body" }
39
- spacing: { sm: 8, md: 12, base: 16, lg: 19 }
40
- rounded: { sm: 4, md: 6, lg: 30, full: 9999 }
41
- shadow:
42
- none: "none"
101
+ family: { ui: "Pretendard Variable" }
102
+ body: { size: 16, weight: 400, use: "Corporate-marketing body sample" }
103
+ cta: { size: 15, weight: 400, use: "40px corporate header CTA" }
104
+ cta-lg: { size: 17, weight: 500, use: "48px corporate section CTA" }
105
+ spacing: { cta-sm-y: 8, cta-sm-x: 19, cta-lg-y: 10, cta-lg-x: 27, menu-y: 8, menu-x: 16 }
106
+ rounded: { cta: 30, control: 6, menu: 8 }
107
+ shadow: { menu-overlay: "0px 4px 8px rgba(0, 0, 0, 0.06)" }
43
108
  components:
44
- cta-primary: { type: button, bg: "#125de6", fg: "#ffffff", radius: 30, padding: "8px 19px", font: "15px/400", use: "Primary corporate CTA pill" }
45
- cta-dark: { type: button, bg: "#111111", fg: "#ffffff", radius: 30, font: "15px/400", use: "High-contrast alternate action" }
46
- cta-ghost: { type: button, bg: "transparent", fg: "#ffffff", radius: 30, font: "17px/500", use: "Larger ghost pill on dark section" }
47
- newsletter-input: { type: input, bg: "transparent", fg: "#727781", radius: 6, font: "14px/400", use: "Email capture field" }
48
- widget-surface: { type: card, bg: "#f7f9fc", radius: 4, font: "13px/400", use: "Base TOAST UI widget surface" }
49
- widget-selected: { type: card, bg: "#e5f6ff", radius: 4, use: "Selected/accented TOAST UI state" }
50
- components_harvested: true
109
+ corporate-header-cta: { type: button, bg: "#125de6", fg: "#ffffff", border: "1px solid #125de6", radius: "30px", padding: "8px 19px", height: "40px", font: "15px / 400 Pretendard Variable", states: "hover and pressed observed on the same selector; no state value is inferred", use: "Corporate-marketing header CTA, selector home::[data-omd-capture=13]" }
110
+ corporate-section-cta: { type: button, bg: "#125de6", fg: "#ffffff", border: "1px solid #125de6", radius: "30px", padding: "10px 27px", height: "48px", font: "17px / 500 Pretendard Variable", states: "hover and pressed observed on the same selector class; no state value is inferred", use: "Corporate-marketing section CTA, selector home::[data-omd-capture=29]" }
111
+ resource-menu-trigger: { type: button, fg: "#727781", border: "1px solid #51565f", radius: "6px", padding: "10px 16px", height: "42px", font: "16px / 400 Pretendard Variable", states: "expanded and menu-open observed", use: "Corporate-marketing resource/menu trigger, selector home::[data-omd-capture=130]" }
51
112
  ---
52
113
  # Design System Inspiration of NHN Cloud
53
114
 
54
115
  ## 1. Visual Theme & Atmosphere
55
116
 
56
- NHN Cloud presents two distinct but related faces, and the brand's character lives in the gap between them. The corporate marketing site is confident and saturated a vivid #125DE6 blue carried on large, fully-rounded pill CTAs that feel approachable and modern, anchored by clean near-black text on Pretendard Variable. The TOAST UI open-source widget library is the engineering counterpart: tighter, more functional, and a touch cooler in hue, leaning on a lighter accent blue (#00a9ff) and small 4px corner radii built for dense data interfaces like grids and editors. Where the corporate site sells trust and scale, the component library optimizes for legibility and information density. Together they read as one company speaking two registers the marketing voice for executives evaluating an enterprise cloud, and the practitioner voice for developers embedding NHN's tools. The consistent thread is a blue-forward, clean, no-nonsense Korean enterprise aesthetic that never feels playful for its own sake.
117
+ NHN Cloud is a cloud and IT-service company whose public platform describes a broad set of infrastructure and platform services for business operations and service development. Its corporate history traces the cloud service to a 2014 OpenStack launch and records NHN Cloud Corp.'s 2022 establishment, while the current company site frames the role as enabling customers' next technical challenge. On the captured corporate marketing route, that promise is expressed with a narrow, high-contrast action system: a bright `#125DE6` blue on fully rounded CTAs, white labels, dark resource menus, and the loaded `Pretendard Variable` face. The company’s official symbol describes three dots as both cloud and connection; the visual interface does not literalize that story with a broad decorative palette. It instead uses blue as a deliberate conversion signal. [NHN Cloud Company](https://company.nhncloud.com/about?lang=en) and the public [cloud platform](https://www.nhncloud.com/kr) are distinct from the developer-facing TOAST UI catalog and from the documentation chrome captured below.
57
118
 
58
119
  ## 2. Color Palette & Roles
59
- The brand operates across two surfaces, each with its own blue.
60
120
 
61
- **Corporate site (live nhncloud.com)**
62
- - Brand primary blue: #125DE6 (rgb 18,93,230) — every primary CTA
63
- - Dark CTA: #111111 — high-contrast alternate action
64
- - Newsletter input border: #51565F
65
- - Muted text: #727781
66
- - Body text: near-black
121
+ **Corporate marketing route — selector-backed machine tokens**
67
122
 
68
- **TOAST UI (source-verified CSS)**
69
- - Accent blue: #00a9ffprimary interactive accent
70
- - Hover / active blue: #0088d9
71
- - Light tint: #e5f6ff
72
- - Secondary blue: #009bf2
73
- - Error red: #fa2828
74
- - Neutral background: #f7f9fc
123
+ - Primary action: `#125DE6` — observed as the filled CTA background and border.
124
+ - On primary: `#FFFFFF`observed CTA label color.
125
+ - Dark menu surface: `#111111` — observed expanded menu background.
126
+ - Muted control text: `#727781` — observed resource-menu trigger text and menu border.
127
+ - Control border: `#51565F` — observed resource-menu trigger border.
75
128
 
76
- Roles: on the corporate surface, #125DE6 is reserved for the single most important action on a section, with #111111 serving as a dark high-contrast alternate. On TOAST UI, #00a9ff drives interactive accents with #0088d9 as the hover/active darkening and #e5f6ff as a soft selection/tint fill; #fa2828 is the dedicated error signal and #f7f9fc the calm neutral canvas behind widgets.
129
+ The capture also records `#E9F1FF` in documentation chrome. It is not promoted as a corporate marketing or TOAST UI token: the page is a separate documentation shell.
77
130
 
78
131
  ## 3. Typography Rules
79
- The corporate site uses Pretendard Variable throughout. Body copy is set at 16px; primary CTAs render at 15px / 400; a secondary heading-style CTA steps up to 17px / 500 for slightly more presence. The TOAST UI library defaults to a compact 13px body, appropriate for the data-dense grids and editors it powers. The hierarchy is restrained: weight moves between 400 and 500 rather than relying on heavy display weights, and size differences are modest, keeping the overall feel even and professional. Use Pretendard Variable for any corporate-aligned interface and the smaller 13px scale when matching the embedded TOAST UI surface.
132
+
133
+ - **Live corporate computed use:** `Pretendard Variable` is the only general corporate UI family promoted here. It has 480 visible uses across the corporate marketing capture and a loaded FontFace/source match at `https://www.nhncloud.com/fonts/PretendardVariable.woff2`.
134
+ - **Live documentation-chrome use:** `Noto Sans KR` is loaded/high confidence with 203 visible uses on `docs.nhncloud.com`, from Google Fonts sources. It is documentation chrome evidence, not a replacement for the corporate token family.
135
+ - **Unresolved catalog use:** the TOAST UI catalog computes `Noto Sans CJK KR` on 122 visible samples, but the collector found no matching loaded FontFace or source. It remains unresolved.
136
+ - **Declared-only assets:** `common`, `Noto Sans`, `Noto Sans JP`, `swiper-icons`, and `tui-calendar-font-icon` have declaration/source evidence but zero visible observed use. They are not promoted or substituted.
137
+ - **Font licence boundary:** Pretendard’s upstream project distributes the family under SIL Open Font License 1.1. The licence describes the family; the corporate FontFaceSet/source evidence above is what establishes current NHN Cloud web use.
80
138
 
81
139
  ## 4. Component Stylings
82
140
 
83
- ### Primary CTA (Corporate)
141
+ ### Corporate Header CTA
84
142
 
85
- **Vivid-blue pill**
143
+ **40px primary action**
86
144
  - Background: #125DE6
87
145
  - Text: #FFFFFF
88
- - Border: none
146
+ - Border: 1px solid #125DE6
89
147
  - Radius: 30px
90
148
  - Padding: 8px 19px
91
149
  - Height: 40px
92
- - Font: 15px / 400
93
- - Use: the primary call-to-action on corporate marketing sections
150
+ - Font: 15px / 400 / Pretendard Variable
151
+ - Use: Corporate-marketing header CTA; `home::[data-omd-capture="13"]`.
94
152
 
95
- ### Dark CTA (Corporate)
153
+ ### Corporate Section CTA
96
154
 
97
- **Near-black pill**
98
- - Background: #111111
99
- - Text: #FFFFFF
100
- - Border: none
101
- - Radius: 30px
102
- - Height: 40px
103
- - Font: 15px / 400
104
- - Use: high-contrast alternate primary action
105
-
106
- ### Outline CTA on Dark (Corporate)
107
-
108
- **Ghost pill**
109
- - Background: transparent
155
+ **48px primary action**
156
+ - Background: #125DE6
110
157
  - Text: #FFFFFF
111
- - Border: 1px solid #FFFFFF
158
+ - Border: 1px solid #125DE6
112
159
  - Radius: 30px
113
- - Height: 50px
114
- - Font: 17px / 500
115
- - Use: larger secondary action placed over a dark section
160
+ - Padding: 10px 27px
161
+ - Height: 48px
162
+ - Font: 17px / 500 / Pretendard Variable
163
+ - Use: Corporate-marketing section CTA; `home::[data-omd-capture="29"]`.
116
164
 
117
- ### Newsletter Input (Corporate)
165
+ ### Resource Menu Trigger
118
166
 
119
- **Transparent field**
120
- - Background: transparent
167
+ **Expanded trigger**
121
168
  - Text: #727781
122
169
  - Border: 1px solid #51565F
123
170
  - Radius: 6px
171
+ - Padding: 10px 16px
124
172
  - Height: 42px
125
- - Font: 14px / 400
126
- - Use: email capture field in the newsletter/footer area
127
-
128
- ### TOAST UI Widget Element (Source)
173
+ - Font: 16px / 400 / Pretendard Variable
174
+ - Use: Corporate-marketing resource/menu trigger; `home::[data-omd-capture="130"]`; expanded/menu-open was observed.
129
175
 
130
- **Compact surface**
131
- - Background: #f7f9fc
132
- - Text: near-black
133
- - Border: derived from accent #00a9ff on interactive states
134
- - Radius: 4px
135
- - Font: 13px / 400
136
- - Use: base styling for TOAST UI grid/editor widgets
176
+ ### Resource Menu
137
177
 
138
- **Interactive (accent)**
139
- - Background: #e5f6ff
140
- - Border: #00a9ff
141
- - Use: selected / accented state within the widget
178
+ **Expanded panel**
179
+ - Background: #111111
180
+ - Text: #FFFFFF
181
+ - Border: 1px solid #727781
182
+ - Radius: 8px
183
+ - Padding: 8px 0px
184
+ - Shadow: 0px 4px 8px rgba(0, 0, 0, 0.06)
185
+ - Font: 16px / 400 / Pretendard Variable
186
+ - Use: Expanded corporate-marketing menu panel; `home::[data-omd-interaction-capture="menu-0-0"]`.
142
187
 
143
- **Hover / active**
144
- - Border: #0088d9
145
- - Use: hover and active darkening of the accent
188
+ No TOAST widget, input, grid, editor, hover color, error treatment, or responsive variant is specified here without a captured selector/value pair on an actual relevant surface.
146
189
 
147
190
  ## 5. Layout Principles
148
- The corporate site favors generous, breathing layouts where a single saturated CTA anchors each section against ample whitespace, letting the vivid blue do the work of directing attention. Fully-rounded 30px pills are placed as clear focal points rather than crowded clusters. The TOAST UI surface inverts this priority: it is built for density, with the calm #f7f9fc neutral background framing tight, legible grids and editors at the 13px scale and small 4px radii that keep many adjacent cells visually quiet. Match the corporate layout when designing marketing or top-of-funnel pages, and the TOAST UI layout when designing functional, data-heavy application screens.
191
+
192
+ The corporate marketing capture pairs a 40px header action with 48px section actions, keeping the bright blue lane intentionally limited. The 30px CTA radius belongs to this marketing surface; the observed 6px trigger and 8px menu panel are a separate resource-control cluster. The source artifact does not establish a universal grid, app-shell spacing scale, or layout rule for the cloud console, TOAST UI applications, or documentation pages.
149
193
 
150
194
  ## 6. Depth & Elevation
151
- NHN Cloud reads as a fundamentally flat, modern system on both surfaces — depth is expressed through color contrast and crisp 1px borders rather than heavy shadow. On the corporate site, separation comes from the saturated #125DE6 (or #111111) fill standing out against light backgrounds, and from thin 1px outlines such as the #51565F input border and the #FFFFFF ghost-button stroke. On TOAST UI, the #f7f9fc neutral canvas and small 4px-radius elements establish quiet layering, with the #00a9ff accent and #e5f6ff tint lifting interactive elements forward through hue rather than elevation. Keep elevation subtle: prefer contrast and hairline borders over drop shadows.
195
+
196
+ The captured corporate CTA samples have no shadow. The expanded resource menu alone records an overlay shadow of `0px 4px 8px rgba(0, 0, 0, 0.06)` behind a `#111111` panel and `#727781` hairline. Do not turn that one menu observation into a general card-elevation system.
152
197
 
153
198
  ## 7. Do's and Don'ts
154
199
 
155
200
  ### Do
156
- - Reserve #125DE6 for the single primary action on a corporate section.
157
- - Use Pretendard Variable for corporate-aligned interfaces.
158
- - Use fully-rounded 30px pills for corporate CTAs and the compact 4px radius for TOAST UI elements.
159
- - Keep the two surfaces visually distinct: vivid #125DE6 for corporate, lighter #00a9ff for TOAST UI.
201
+
202
+ - Use `#125DE6` and a 30px radius only for the captured corporate marketing CTA pattern.
203
+ - Use loaded `Pretendard Variable` for corporate-marketing reproductions.
204
+ - Keep the 6px trigger and 8px expanded-menu geometry tied to their observed resource control.
205
+ - Treat TOAST UI and NHN Cloud docs as separately evidenced developer/documentation surfaces.
160
206
 
161
207
  ### Don't
162
- - Blur the two blues — #125DE6 (corporate) and #00a9ff (TOAST UI) are not interchangeable.
163
- - Introduce heavy drop shadows; rely on color contrast and 1px borders.
164
- - Crowd multiple saturated pills together; let one CTA lead.
165
- - Use the dense 13px scale on marketing pages or the large pills inside data grids.
208
+
209
+ - Do not merge TOAST UI catalog chrome or documentation-chrome colors into the corporate marketing token set.
210
+ - Do not substitute `Noto Sans KR`, `Noto Sans CJK KR`, or a system font for the verified corporate `Pretendard Variable` role.
211
+ - Do not invent grid, editor, calendar, error, hover, disabled, or responsive variants from TOAST UI’s product list.
212
+ - Do not generalize the menu overlay shadow into a broad elevation ladder.
166
213
 
167
214
  ## 8. Responsive Behavior
168
- Component sizing in the blob points to comfortable, finger-friendly targets: corporate CTAs stand at 40px high (50px for the larger ghost button) and the newsletter input at 42px, with rounded 30px pills that stay legible at small widths. The Pretendard Variable type scale — 16px body, 15px and 17px CTAs — remains readable across breakpoints without restyling. The TOAST UI surface, designed for embedding, holds its compact 13px scale and 4px radii so that grids and editors retain density on whatever container they sit in. Preserve these heights and radii across viewports; scale layout and spacing rather than re-theming the components.
215
+
216
+ The supplied capture is 1440×900 only. It establishes 40px and 48px CTA examples and a 42px resource trigger at that viewport, but it does not establish a mobile breakpoint, responsive menu geometry, or touch-target policy. Preserve the observed values only where the same surface is being recreated; validate any responsive implementation separately.
169
217
 
170
218
  ## 9. Agent Prompt Guide
171
- When generating UI in the NHN Cloud style, first decide which surface you are matching. For corporate/marketing work, use Pretendard Variable, set body at 16px, and render the primary CTA as a fully-rounded 30px pill with background #125DE6, white text, 15px / 400, 40px tall, padding 8px 19px; offer #111111 as a dark alternate and a transparent ghost button with a 1px #FFFFFF border (50px, 17px / 500) over dark sections; style inputs as transparent fields with a 1px #51565F border, 6px radius, 42px height, #727781 text at 14px / 400. For TOAST UI / application work, use the 13px scale, 4px radii, an #f7f9fc neutral background, the #00a9ff accent with #0088d9 hover and #e5f6ff tint, #009bf2 as a secondary blue, and #fa2828 for errors. Never mix the two blues, and never invent shadows the system doesn't use.
219
+
220
+ For a corporate NHN Cloud marketing treatment, use `Pretendard Variable`, a white-on-`#125DE6` 30px pill CTA, and choose either the 40px / `8px 19px` / 15px-400 header sample or the 48px / `10px 27px` / 17px-500 section sample. For the captured resource menu, use a transparent `#727781` / `#51565F` 6px trigger and an expanded `#111111` panel with an 8px radius and the observed light overlay shadow. Do not use this small marketing sample to synthesize a cloud-console UI or TOAST UI widget library.
172
221
 
173
222
  ## 10. Voice & Tone
174
- NHN Cloud speaks in two registers tied to its two surfaces. The corporate voice is confident, trust-building, and enterprise-minded — selling scale, reliability, and partnership to decision-makers, with bold blue CTAs that invite a clear next step. The TOAST UI voice is the practitioner's: precise, functional, and documentation-driven, addressing developers who want their widgets to work predictably. Keep corporate copy assured and outcome-focused; keep TOAST UI copy exact and utilitarian.
223
+
224
+ The official company statement is business-enabling and practical: it positions NHN Cloud as technology support for customers' new journeys. Keep corporate copy direct, capability-led, and concrete about the operational outcome. The TOAST UI catalog has a different, developer-oriented voice: it presents applications, components, tools, and front-end guidance. That public catalog voice is useful context for developers, but it does not turn documentation labels into corporate-marketing microcopy. [Company statement](https://company.nhncloud.com/about?lang=en) · [TOAST UI](https://ui.toast.com/)
175
225
 
176
226
  ## 11. Brand Narrative
177
- NHN Cloud is the enterprise cloud arm of NHN Corp, headquartered in Pangyo, Korea. Its identity is built on two complementary pillars: a polished corporate presence that markets cloud infrastructure to enterprises, and TOAST UI — NHN's open-source component library (TUI Grid, Editor, Calendar, Chart, Image-Editor) released MIT-licensed under the nhn GitHub organization and documented at ui.toast.com. This pairing mirrors how strong product companies maintain a marketing surface and a developer surface side by side: the corporate site earns trust at the buying level, while TOAST UI earns credibility at the building level. The brand's story is one of a Korean enterprise that both sells the cloud and contributes the tools developers use on top of it.
227
+
228
+ NHN Cloud's official history records an OpenStack public-cloud launch in 2014, a cloud-center build in Pangyo in 2015, and the launch of NHN Cloud in April 2022. The company now describes itself as a cloud and IT-service business, with current growth efforts spanning data/AI services, private and global markets, and regional data centers. Its official logo explanation centres connection and boundless possibility; the three-dot symbol is described as a cloud and as a prompt for easy, flexible collaboration.
229
+
230
+ The developer-facing counterpart is TOAST UI: its own site calls it a JavaScript UI library and free open-source project constantly managed by NHN Cloud, listing applications such as Grid, Editor, Calendar, Chart, and Image Editor alongside smaller components and front-end guides. The catalog is informative evidence of the developer ecosystem, not proof that its catalog-page typography or any unobserved component value is the NHN Cloud corporate design system.
178
231
 
179
232
  ## 12. Principles
180
- - Two surfaces, one brand: corporate marketing and TOAST UI are parallel systems, each internally consistent.
181
- - Blue-forward clarity: a single saturated blue leads attention on each surface.
182
- - Flat and clean: contrast and hairline borders over shadow.
183
- - Density where it counts: marketing breathes; application widgets pack tight at 13px / 4px.
184
- - Restraint in type: weights stay between 400 and 500.
233
+
234
+ 1. **Enable a customer’s technical journey.**
235
+ *UI implication:* Prefer a clear capability and an unambiguous next action over decorative language.
236
+
237
+ 2. **Connection is a brand idea, not a license to invent a token system.**
238
+ *UI implication:* Keep the action lane focused; do not turn the corporate logo story into unsupported visual rules.
239
+
240
+ 3. **Corporate marketing and developer catalog are distinct public domains.**
241
+ *UI implication:* Attribute each token and component to its captured route before reuse.
242
+
243
+ 4. **Open-source developer tools need precise boundaries.**
244
+ *UI implication:* Describe TOAST UI's documented applications and components without claiming unseen states or styles.
185
245
 
186
246
  ## 13. Personas
187
- - Enterprise buyer: evaluating NHN Cloud for infrastructure; meets the confident corporate site, vivid #125DE6 CTAs, and Pretendard Variable copy.
188
- - Developer / integrator: embedding TOAST UI widgets; works in the compact 13px, 4px-radius surface with the #00a9ff accent system.
189
- - Korean enterprise team: expecting a clean, professional, blue-forward Korean cloud aesthetic across both touchpoints.
247
+
248
+ - **Enterprise technical evaluator:** visits the public cloud marketing route to understand services and a next step; the verified CTA values belong to this route.
249
+ - **Developer evaluating a UI utility:** visits TOAST UI’s catalog for applications, components, and guides; this is a developer/documentation journey, not the NHN Cloud console.
250
+ - **Cloud documentation reader:** uses `docs.nhncloud.com` for reference material; its loaded Noto Sans KR documentation chrome remains surface-local.
190
251
 
191
252
  ## 14. States
192
- - Default (corporate CTA): #125DE6 background, white text, 30px pill.
193
- - Default (TOAST UI accent): #00a9ff accent on #f7f9fc neutral background.
194
- - Hover / active (TOAST UI): accent darkens to #0088d9.
195
- - Selected / tinted (TOAST UI): #e5f6ff light tint fill with #00a9ff edge.
196
- - Error (TOAST UI): #fa2828 red.
197
- - Input resting (corporate): transparent field, 1px #51565F border, #727781 text.
253
+
254
+ - Corporate header and section CTA selectors carry collector markers for hover and pressed, but no separate computed state values are promoted.
255
+ - The corporate resource trigger was observed expanded/menu-open with the 42px, 6px-radius trigger values above.
256
+ - The expanded corporate menu panel was observed at `#111111`, with a 1px `#727781` border, 8px radius, and the recorded overlay shadow.
257
+ - A documentation-chrome CTA was observed separately at `surface-3::[data-omd-capture="3"]`: `#125DE6`, white text, 30px radius, `9px 20px` padding, and Noto Sans KR 15px/300. It is not promoted as the corporate CTA token.
258
+ - No focus, disabled, error, success, loading, empty, toast, dialog, or form-validation state is asserted.
198
259
 
199
260
  ## 15. Motion & Easing
200
- No motion or easing values were captured in live inspection, so specifics are not asserted here. In keeping with the system's flat, clean, contrast-driven character, treat motion as restrained and functional: brief, confident transitions on the corporate CTAs and the lightest possible state feedback on TOAST UI's dense widgets, where the #00a9ff → #0088d9 darkening communicates interaction without distracting from data. Favor subtle, purposeful movement over decorative animation.
261
+
262
+ No computed duration, easing curve, or motion sequence was supplied as a reliable token. The menu-open capture establishes the resulting expanded panel only. Treat motion values as unresolved until a relevant public surface is captured with explicit computed transition evidence.
201
263
 
202
264
  ---
203
- **Verified:** 2026-06-01
204
- **Tier 1 sources:** https://www.nhncloud.com (live corporate DOM #125DE6 primary CTAs, #111111 dark CTA, #51565F input border, #727781 muted text, Pretendard Variable 16/15/17px), https://ui.toast.com (TOAST UI system entry point — open-source widget library), https://github.com/nhn (nhn org source CSS — tui.grid grid.css #00a9ff/#0088d9/#e5f6ff 13px, tui.editor editor.css #00a9ff/#009bf2/#fa2828/#f7f9fc radius 4px)
205
- **Tier 2 sources:** getdesign.md/nhncloud — NOT LISTED. refero — not listed. Note: corporate brand blue #125DE6 differs from TOAST UI accent #00a9ff (two surfaces).
265
+ **Verified:** 2026-07-13
266
+ **Tier 1 sources:** https://www.nhncloud.com/kr (corporate marketing computed styles and loaded Pretendard Variable), https://ui.toast.com/ (official TOAST UI catalog), https://docs.nhncloud.com/ko/nhncloud/ko/overview/ (separate documentation chrome), https://company.nhncloud.com/about?lang=en (official company history and brand context)
267
+ **Tier 2 sources:** https://getdesign.md/nhncloud — attempted; built-in web open returned a non-retryable error and search returned no record. https://styles.refero.design/?q=nhncloudattempted; built-in web open returned a non-retryable error and search returned no record.
206
268
  **Conflicts unresolved:** none
207
- **Proof:** see .verification.md (## Proof block)
269
+ **Proof:** see .verification.md (## Proof — Tier 1 live inspect)