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
@@ -2,399 +2,280 @@
2
2
  id: 11st
3
3
  name: 11st
4
4
  country: KR
5
- category: e-commerce
6
- homepage: "https://www.11st.co.kr"
5
+ category: ecommerce
6
+ homepage: "https://www.11st.co.kr/"
7
7
  primary_color: "#ff0038"
8
8
  logo:
9
9
  type: favicon
10
10
  slug: "https://www.google.com/s2/favicons?domain=11st.co.kr&sz=128"
11
- verified: "2026-06-09"
11
+ verified: "2026-07-13"
12
12
  added: "2026-06-09"
13
13
  omd: "0.1"
14
+ verification_v2:
15
+ schema: 2
16
+ checked: "2026-07-13"
17
+ surfaces:
18
+ - { id: home, kind: product-home, url: "https://www.11st.co.kr/", inspected: "2026-07-13" }
19
+ - { id: main, kind: product-home, url: "https://www.11st.co.kr/main", inspected: "2026-07-13" }
20
+ - { id: category, kind: product-category, url: "https://www.11st.co.kr/categories/1467565", inspected: "2026-07-13" }
21
+ sources:
22
+ - { id: home-capture, kind: product-surface, url: "https://www.11st.co.kr/", captured: "2026-07-13" }
23
+ - { id: main-capture, kind: product-surface, url: "https://www.11st.co.kr/main", captured: "2026-07-13" }
24
+ - { id: category-capture, kind: product-surface, url: "https://www.11st.co.kr/categories/1467565", captured: "2026-07-13" }
25
+ - { id: brand-context, kind: official-doc, url: "https://www.11stcorp.com/brand", captured: "2026-07-13" }
26
+ - { id: design-system, kind: official-doc, url: "https://design.11stcorp.com/", captured: "2026-07-13" }
27
+ - { id: company-profile, kind: official-doc, url: "https://www.11stcorp.com/resources/guide/2026_11street_Brochure_Kor.pdf", captured: "2026-07-13" }
28
+ - { id: advertising-guide, kind: official-doc, url: "https://ads.11st.co.kr/contents/guide/read?bbsNo=617&incHideYN=Y", captured: "2026-07-13" }
29
+ conflicts: []
30
+ claims:
31
+ "tokens.colors.canvas": &product { surface_id: home, source_id: home-capture, method: computed-style, captured: "2026-07-13" }
32
+ "tokens.colors.foreground": *product
33
+ "tokens.colors.body": *product
34
+ "tokens.colors.brand-red": *product
35
+ "tokens.colors.muted": *product
36
+ "tokens.colors.hairline": *product
37
+ "tokens.colors.on-brand": *product
38
+ "tokens.typography.family.ui": *product
39
+ "tokens.typography.family.numerals": *product
40
+ "tokens.typography.family.brand": *product
41
+ "tokens.typography.body.size": *product
42
+ "tokens.typography.body.weight": *product
43
+ "tokens.typography.body.lineHeight": *product
44
+ "tokens.typography.body.use": *product
45
+ "tokens.typography.search.size": *product
46
+ "tokens.typography.search.weight": *product
47
+ "tokens.typography.search.lineHeight": *product
48
+ "tokens.typography.search.use": *product
49
+ "tokens.typography.price.size": *product
50
+ "tokens.typography.price.weight": *product
51
+ "tokens.typography.price.lineHeight": *product
52
+ "tokens.typography.price.use": *product
53
+ "tokens.typography.price-struck.size": *product
54
+ "tokens.typography.price-struck.weight": *product
55
+ "tokens.typography.price-struck.lineHeight": *product
56
+ "tokens.typography.price-struck.use": *product
57
+ "tokens.spacing.xs": *product
58
+ "tokens.spacing.sm": *product
59
+ "tokens.spacing.md": *product
60
+ "tokens.spacing.lg": *product
61
+ "tokens.rounded.square": *product
62
+ "tokens.rounded.card": *product
63
+ "tokens.rounded.billboard-control": *product
64
+ "tokens.rounded.circular": *product
65
+ "tokens.components.global-search.type": *product
66
+ "tokens.components.global-search.bg": *product
67
+ "tokens.components.global-search.fg": *product
68
+ "tokens.components.global-search.radius": *product
69
+ "tokens.components.global-search.height": *product
70
+ "tokens.components.global-search.font": *product
71
+ "tokens.components.global-search.states": *product
72
+ "tokens.components.global-search.use": *product
73
+ "tokens.components.billboard-control.type": *product
74
+ "tokens.components.billboard-control.bg": *product
75
+ "tokens.components.billboard-control.fg": *product
76
+ "tokens.components.billboard-control.border": *product
77
+ "tokens.components.billboard-control.radius": *product
78
+ "tokens.components.billboard-control.height": *product
79
+ "tokens.components.billboard-control.font": *product
80
+ "tokens.components.billboard-control.states": *product
81
+ "tokens.components.billboard-control.use": *product
82
+ "tokens.components.deal-card.type": *product
83
+ "tokens.components.deal-card.bg": *product
84
+ "tokens.components.deal-card.fg": *product
85
+ "tokens.components.deal-card.radius": *product
86
+ "tokens.components.deal-card.shadow": *product
87
+ "tokens.components.deal-card.states": *product
88
+ "tokens.components.deal-card.use": *product
89
+ "tokens.components.header-inventory-dialog.type": *product
90
+ "tokens.components.header-inventory-dialog.bg": *product
91
+ "tokens.components.header-inventory-dialog.fg": *product
92
+ "tokens.components.header-inventory-dialog.radius": *product
93
+ "tokens.components.header-inventory-dialog.states": *product
94
+ "tokens.components.header-inventory-dialog.use": *product
14
95
  tokens:
15
- source: live-extract
16
- extracted: "2026-06-09"
17
- components_harvested: true
96
+ source: reconciled
97
+ extracted: "2026-07-13"
98
+ note: "Values are selector-backed observations from three public 11st product routes. The corporate brand site, advertising guide, and declared fonts are separate evidence domains."
18
99
  colors:
19
- primary: "#ff0038"
20
- accent-discount: "#f43142"
21
100
  canvas: "#ffffff"
22
- heading: "#111111"
101
+ foreground: "#111111"
23
102
  body: "#666666"
103
+ brand-red: "#ff0038"
24
104
  muted: "#a9a9a9"
25
- on-primary: "#ffffff"
26
105
  hairline: "#eeeeee"
27
- ink: "#000000"
106
+ on-brand: "#ffffff"
28
107
  typography:
29
- family: { sans: "Noto Sans KR", fallback: "Apple SD Gothic Neo, Malgun Gothic, sans-serif" }
30
- price-hero: { size: 24, weight: 700, lineHeight: 1.2, tracking: 0, use: "Discount price, the largest emphasis unit on a product card" }
31
- search-input: { size: 16, weight: 400, lineHeight: 1.3, tracking: 0, use: "Global search field text and active search tab label" }
32
- price-base: { size: 16, weight: 400, lineHeight: 1.3, tracking: 0, use: "Standard price figure, sub-amounts" }
33
- body: { size: 14, weight: 400, lineHeight: 1.5, tracking: 0, use: "Default reading text, links, nav, labels" }
34
- heading: { size: 14, weight: 700, lineHeight: 1.5, tracking: 0, use: "Section heads, h1/h2, strong labels" }
35
- caption: { size: 13, weight: 400, lineHeight: 1.4, tracking: 0, use: "Strikethrough original price, metadata, fine print" }
36
- micro: { size: 11, weight: 400, lineHeight: 1.4, tracking: 0, use: "Unit suffix, badge digits, tiny labels" }
37
- spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 20, xl: 24, xxl: 40 }
38
- rounded: { sm: 4, md: 8, lg: 25, full: 9999 }
39
- shadow:
40
- none: "none"
41
- ambient: "rgba(0,0,0,0.06) 0px 2px 8px"
42
- elevated: "rgba(0,0,0,0.12) 0px 6px 16px"
108
+ family: { ui: "Noto Sans KR", numerals: "Lato New", brand: "11StreetGothic" }
109
+ body: { size: 14, weight: 400, lineHeight: 1.50, use: "Repeated public product-home body, list, button, and dialog samples" }
110
+ search: { size: 18, weight: 400, lineHeight: 2.44, use: "Public product-home global search input" }
111
+ price: { size: 16, weight: 400, lineHeight: 1.50, use: "Public home deal-card price using Lato New first" }
112
+ price-struck: { size: 13, weight: 400, lineHeight: 1.85, use: "Public home deal-card struck price using Lato New first" }
113
+ spacing: { xs: 4, sm: 8, md: 12, lg: 20 }
114
+ rounded: { square: 0, card: 4, billboard-control: 50, circular: 9999 }
43
115
  components:
44
- button-primary: { type: button, bg: "#ff0038", fg: "#ffffff", radius: "4px", padding: "12px 24px", font: "16px / 700", use: "Primary commerce CTA (구매하기/장바구니), brand red on white" }
45
- button-ghost: { type: button, bg: "#ffffff", fg: "#111111", radius: "4px", padding: "10px 20px", font: "14px / 400", use: "Secondary action, 1px #eeeeee border" }
46
- search-tab: { type: tab, fg: "#111111", radius: "25px", padding: "0px 20px 2px", font: "16px / 400", active: "active label #ff0038, rounded 25px pill seat", use: "Integrated search-scope selector (통합검색/아마존)" }
47
- input-search: { type: input, bg: "#ffffff", fg: "#666666", radius: "4px", padding: "0px 12px", font: "16px / 400", use: "Global search field, hairline #eeeeee underline/border" }
48
- card-product: { type: card, bg: "#ffffff", fg: "#111111", radius: "8px", use: "Product tile, 1px #eeeeee border, ambient shadow on hover" }
49
- badge-discount: { type: badge, bg: "#ffffff", fg: "#f43142", radius: "4px", padding: "1px 6px", font: "11px / 700", use: "Discount-rate flag (13%할인), red figure on white" }
50
- price-discount: { type: badge, bg: "#ffffff", fg: "#111111", radius: "4px", padding: "0px", font: "24px / 700", use: "Final discount price, the loudest type on a card" }
51
- price-original: { type: badge, bg: "#ffffff", fg: "#a9a9a9", radius: "4px", padding: "0px", font: "13px / 400", use: "Strikethrough original price (판매가)" }
52
- listItem-nav: { type: listItem, bg: "#ffffff", fg: "#666666", radius: "0px", padding: "0px 12px", font: "14px / 400", use: "GNB / category nav row, #111111 on hover" }
116
+ global-search: { type: input, bg: "transparent", fg: "#666666", radius: "0px", height: "44px", font: "18px / 400 Noto Sans KR", states: "focus and pressed samples change foreground to #111111; no flow transition inferred", use: "Product home and /main; selector home::[data-omd-capture=1]" }
117
+ billboard-control: { type: button, bg: "#ffffff", fg: "#999999", border: "1px solid #eeeeee", radius: "50px", height: "50px", font: "17px / 400 Noto Sans KR", states: "default only; no interaction transition captured", use: "Product home and /main billboard control; selector home::[data-omd-capture=109]" }
118
+ deal-card: { type: card, bg: "#ffffff", fg: "#666666", radius: "4px", shadow: "rgba(0,0,0,0.06) 0px 2px 10px -2px, rgba(0,0,0,0.28) 0px 0px 1px", states: "default only; no hover contract captured", use: "Home deal card; selector home::div.c-card-item.c-card-item--deal.c-card-item--box" }
119
+ header-inventory-dialog: { type: dialog, bg: "#ffffff", fg: "#666666", radius: "0px", states: "dialog-open observed after the menu trigger on home and /main", use: "Header inventory dialog; selector home::[data-omd-interaction-capture=dialog-0-0]" }
120
+ components_harvested: true
53
121
  ---
54
122
 
55
- # Design System Inspiration of 11st
123
+ # Design System Inspiration of 11st (11번가)
56
124
 
57
125
  ## 1. Visual Theme & Atmosphere
58
126
 
59
- 11st (11번가) is one of Korea's largest open-market e-commerce platforms, and its homepage is built for one job: get a shopper from a vast, dense catalog to a purchase decision as fast as possible. The atmosphere is high-density and utilitarian a white canvas (`#ffffff`) packed edge-to-edge with product tiles, prices, badges, and navigation. This is not the airy, whitespace-luxury aesthetic of a Western SaaS landing page; it is the deliberate, information-rich layout of a Korean mega-mall portal where every pixel of above-the-fold real estate earns its place. The reading temperature is set by a neutral gray body color (`#666666`) on near-black headings (`#111111`), keeping the chrome quiet so that color can do exactly one thing: signal commerce urgency.
60
-
61
- That single signal is the 11st brand red. The live DOM reveals a sharp, saturated red (`#ff0038`) on active and focused states, paired with a slightly warmer discount-accent red (`#f43142`) for promotional emphasis like discount-rate flags. Against the otherwise grayscale field, red is never decorative — it marks the thing you should act on or the saving you should notice. This restraint is the system's core discipline: a dense gray-and-white grid in which red is the only loud color, so the eye is trained to follow it straight to a CTA or a markdown.
127
+ 11st is a Korean open-market platform that has operated since 2008 and now presents shopping, search, payment, delivery, and seller participation as one commerce ecosystem. Its official company profile frames the service as a guide for a shopper’s product discovery and purchase journey; its brand page turns that metaphor into a minimal street-sign logo. The current public product routes express a much more utilitarian layer of that identity: a mostly white, compact information field where product names, prices, navigation, and search occupy the visual foreground. The saturated `#FF0038` appears in observed product text and border samples, while near-black and gray do the repetitive reading work. This is a reference for the captured public web surfaces, not a claim about a logged-in order flow, seller console, or mobile app.
62
128
 
63
- Typography is Korean-first. The stack leads with `Noto Sans KR`, falling back through `Apple SD Gothic Neo` and `Malgun Gothic` — the standard high-legibility Hangul stack tuned for small sizes at high density. Most text runs at 14px, the workhorse size of Korean portal UIs, with prices escalating to a bold 24px (`#111111`, weight 700) as the loudest unit on any product card. There is almost no shadow and almost no rounding in the base chrome; depth and softness are reserved, appearing only as gentle ambient elevation on hover and a distinctive 25px-radius pill on the integrated search-scope selector.
64
-
65
- **Key Characteristics:**
66
- - White canvas (`#ffffff`) with a high-density grid — information-rich, portal-style, anti-whitespace
67
- - Brand red `#ff0038` as the single action/urgency color on active and focused states
68
- - Warmer discount red `#f43142` reserved for promotional markdown emphasis
69
- - `Noto Sans KR` Hangul-first stack tuned for small-size legibility at high density
70
- - 14px body workhorse; bold 24px price (`#111111` weight 700) as the dominant card emphasis
71
- - Strikethrough original price in muted gray (`#a9a9a9`) beside the red-adjacent discount figure
72
- - Near-flat chrome — minimal shadow, minimal rounding — with a signature 25px search-tab pill
73
- - Grayscale field (`#111111`/`#666666`/`#a9a9a9`) so red reads as pure intent
129
+ The official brand presentation is broader than the captured web palette. It describes the logo’s orange-red-pink gradient as an expression of customer, shopping, and experience. That official identity context is valuable, but it does not authorize unobserved gradient, CTA, or product-status tokens on the public storefront.
74
130
 
75
131
  ## 2. Color Palette & Roles
76
132
 
77
- ### Primary
78
- - **11st Red** (`#ff0038`): The brand's signature commerce red. Active/focused search-tab state, primary CTA backgrounds, urgency markers. A sharp, fully saturated red that anchors the entire system.
79
- - **Near-Black Ink** (`#111111`): Primary heading and price color. Not pure black a dense near-black that reads as authoritative without harshness on white.
80
- - **Pure White** (`#ffffff`): Page background, card surfaces, search field fill, CTA text on red.
133
+ - **Canvas — `#FFFFFF`:** observed white surface on public product routes and the header-inventory dialog.
134
+ - **Foreground `#111111`:** repeated dark text and the focused/pressed global-search foreground.
135
+ - **Body `#666666`:** repeated default text, borders, buttons, list items, and dialog text across home and `/main`.
136
+ - **Brand red `#FF0038`:** observed product-route text and border color, including the home deal-card rate sample. The capture does not establish it as a universal filled CTA background.
137
+ - **Muted — `#A9A9A9`:** home deal-card struck-price text sample.
138
+ - **Hairline — `#EEEEEE`:** observed billboard-control border on home and `/main`.
139
+
140
+ ## 3. Typography Rules
81
141
 
82
- ### Accent
83
- - **Discount Red** (`#f43142`): Slightly warmer red used on promotional emphasis — discount-rate flags, "관련 상품" accent emphasis. Distinct from the action-red `#ff0038`; this is the markdown/savings register.
142
+ ### Evidence classes
84
143
 
85
- ### Neutral Scale
86
- - **Body Gray** (`#666666`): Secondary text, navigation links, labels, the default reading color across chrome.
87
- - **Muted Gray** (`#a9a9a9`): Strikethrough original price (판매가), de-emphasized metadata, the "before discount" register.
88
- - **Hairline** (`#eeeeee`): Card borders, dividers, search-field underlines, the quiet structural lines of the dense grid.
144
+ - **Live product computed use:** `Noto Sans KR` is loaded/high confidence with 727 visible uses across body, buttons, cards, dialogs, headings, inputs, list items, and text. Its visible computed family is corroborated by loaded FontFaceSet entries and eight 11st-hosted WOFF/WOFF2 sources. It is the UI family token.
145
+ - **Live product numeric/card use:** `Lato New` is loaded/high confidence with 57 visible card uses and six 11st-hosted WOFF/WOFF2 sources. It is recorded for the observed price treatment, not substituted for Hangul UI text.
146
+ - **Live product brand-face use:** `11StreetGothic` is loaded/high confidence with 16 visible body/text uses and two 11st-hosted WOFF sources. The official brand page separately publishes 11번가 고딕 Light, Regular, and Bold and states the ownership and free-use conditions. The official asset and its observed web use are related but distinct facts.
147
+ - **Declared-only:** `11StreetGothicBold`, `Lato`, `Lato all`, and `Helvetica Neue` have declarations but no visible captured use. They remain declared-only.
148
+ - **System or unresolved:** Arial and Roboto remain system classifications; 돋움 has computed occurrences without a matching loaded FontFace or known system mapping and remains unresolved. None is promoted as a 11st brand face.
89
149
 
90
- ### Surface & Ink
91
- - **Ink** (`#000000`): True black reserved for fine iconography and maximal-contrast micro-elements.
92
- - **On-Primary** (`#ffffff`): Text and icon color on the red CTA surface.
150
+ ### Observed hierarchy
93
151
 
94
- ## 3. Typography Rules
152
+ | Role | Size | Weight | Line height | Source-domain use |
153
+ |---|---:|---:|---:|---|
154
+ | Product body/chrome | 14px | 400 | 21px | Repeated product home and `/main` samples, `Noto Sans KR` |
155
+ | Global search | 18px | 400 | 44px | Public product-home search input, `Noto Sans KR` |
156
+ | Deal-card price | 16px | 400 | 24px | Home `.c-card-item__price`, `Lato New` first |
157
+ | Deal-card struck price | 13px | 400 | 24px | Home `.c-card-item__price-del`, `Lato New` first |
95
158
 
96
- ### Font Family
97
- - **Primary**: `Noto Sans KR`
98
- - **Fallback**: `Apple SD Gothic Neo`, `Malgun Gothic`, `맑은 고딕`, `돋움`, `sans-serif`
99
- - The Hangul-first stack is chosen for crisp legibility at the small sizes (11px–14px) that dominate a dense commerce grid.
100
-
101
- ### Hierarchy
102
-
103
- | Role | Size | Weight | Line Height | Use |
104
- |------|------|--------|-------------|-----|
105
- | Price Hero | 24px | 700 | 1.2 | Final discount price — the largest, loudest unit on a product card |
106
- | Search Input | 16px | 400 | 1.3 | Global search field text and active search-tab label |
107
- | Price Base | 16px | 400 | 1.3 | Standard price figure, sub-amounts |
108
- | Heading | 14px | 700 | 1.5 | Section heads, h1/h2, strong labels |
109
- | Body | 14px | 400 | 1.5 | Default reading text, links, nav rows |
110
- | Caption | 13px | 400 | 1.4 | Strikethrough original price, metadata, fine print |
111
- | Micro | 11px | 400 | 1.4 | Unit suffix (원), badge digits, tiny labels |
112
-
113
- ### Principles
114
- - **14px is the workhorse.** The vast majority of chrome, navigation, and labels sit at 14px — the standard Korean portal reading size that balances density against legibility.
115
- - **Price is the headline.** There is no 48px hero type here. The biggest, boldest text on the page is a price (24px / 700). In a commerce-first system, the number IS the headline.
116
- - **Weight binary.** The system runs on 400 (everything) and 700 (headings, prices, emphasis). There is no light-weight display register; this is functional type, not luxury type.
117
- - **Hangul-first legibility.** `Noto Sans KR` is engineered for the small sizes the dense grid demands; the fallback chain keeps Hangul rendering consistent across OSes.
159
+ The official advertising-production guide allows 11Street Gothic-Kor and Noto Sans CJK KR for PC and mobile, with other limited numeric conventions. It is documentation for advertising materials, not a replacement for the product-route computed/font-loading evidence above.
118
160
 
119
161
  ## 4. Component Stylings
120
162
 
121
- ### Buttons
122
- **Primary CTA**
123
- - Background: `#ff0038`
124
- - Text: `#ffffff`
125
- - Padding: 12px 24px
126
- - Radius: 4px
127
- - Font: 16px Noto Sans KR weight 700
128
- - Use: Primary commerce action (구매하기 / 장바구니 / 주문하기)
163
+ ### Global search
164
+
165
+ **Default**
166
+ - Background: `transparent`
167
+ - Text: `#666666`
168
+ - Radius: `0px`
169
+ - Height: `44px`
170
+ - Font: `18px / 400 Noto Sans KR`
171
+ - Use: Public product home and `/main`; `home::[data-omd-capture="1"]`, `.search_text.search_text_ad`.
172
+ - Focus: foreground `#111111` in the captured focus sample.
173
+ - Pressed: foreground `#111111` in the captured pressed sample.
174
+
175
+ ### Billboard control
129
176
 
130
- **Ghost / Secondary**
177
+ **Default**
131
178
  - Background: `#ffffff`
132
- - Text: `#111111`
133
- - Padding: 10px 20px
134
- - Radius: 4px
179
+ - Text: `#999999`
135
180
  - Border: `1px solid #eeeeee`
136
- - Use: Secondary actions, filters, quiet controls
181
+ - Radius: `50px`
182
+ - Height: `50px`
183
+ - Font: `17px / 400 Noto Sans KR`
184
+ - Use: Public home and `/main` billboard control; `home::[data-omd-capture="109"]`, `._billboard-controls__button_1wxhc_120`.
137
185
 
138
- ### Search Tab (integrated scope selector)
139
- - Active label color: `#ff0038`
140
- - Radius: 25px (the system's signature pill seat)
141
- - Padding: 0px 20px 2px
142
- - Font: 16px weight 400
143
- - Use: Switching search scope (통합검색 / 아마존). The 25px-radius pill is the one place softness appears in the chrome.
186
+ ### Deal card
144
187
 
145
- ### Search Input
188
+ **Default**
146
189
  - Background: `#ffffff`
147
190
  - Text: `#666666`
148
- - Radius: 4px
149
- - Padding: 0px 12px
150
- - Border: hairline `#eeeeee` underline/border
151
- - Font: 16px weight 400
191
+ - Radius: `4px`
192
+ - Shadow: `rgba(0,0,0,0.06) 0px 2px 10px -2px, rgba(0,0,0,0.28) 0px 0px 1px`
193
+ - Use: Home deal card; `home::div.c-card-item.c-card-item--deal.c-card-item--box` (16 observed occurrences).
152
194
 
153
- ### Cards & Containers (product tile)
154
- - Background: `#ffffff`
155
- - Border: `1px solid #eeeeee`
156
- - Radius: 8px
157
- - Shadow: none at rest; ambient `rgba(0,0,0,0.06) 0px 2px 8px` on hover
158
- - Contents: thumbnail, title at 14px, discount-rate badge, 24px/700 discount price, strikethrough original price at 13px `#a9a9a9`
195
+ The card’s observed price is `#111111`, `16px / 400`, with `Lato New` first; its observed struck-price is `#A9A9A9`, `13px / 400`, also with `Lato New` first. No hover, selection, loading, or purchase state is claimed for this card.
159
196
 
160
- ### Badges
161
- **Discount-Rate Flag**
162
- - Background: `#ffffff`
163
- - Text: `#f43142`
164
- - Padding: 1px 6px
165
- - Radius: 4px
166
- - Font: 11px weight 700
167
- - Use: Discount percentage (13%할인) — red figure on white
197
+ ### Header inventory dialog
168
198
 
169
- ### Navigation (GNB / category)
170
- - Row text: `#666666` at 14px weight 400
171
- - Hover: text shifts to `#111111`
172
- - Radius: 0px (square, dense rows)
173
- - White background, hairline `#eeeeee` dividers
174
-
175
- **Tier 1 sources:** https://www.11st.co.kr, https://about.11st.co.kr
199
+ **Dialog open**
200
+ - Background: `#ffffff`
201
+ - Text: `#666666`
202
+ - Radius: `0px`
203
+ - Font: `14px / 400 Noto Sans KR`
204
+ - Use: Opened from the header menu on home and `/main`; `home::[data-omd-interaction-capture="dialog-0-0"]`, `.c_header_inventory.c_header_inventory_not_recommend`.
176
205
 
177
- ## 5. Layout Principles
206
+ The collector records two menu-to-dialog interaction expansions. It does not establish further dialog variants, focus management, close behavior beyond the observed close control, or a generic overlay pattern.
178
207
 
179
- ### Spacing System
180
- - Base unit: 4px
181
- - Scale: 4px, 8px, 12px, 16px, 20px, 24px, 40px
182
- - The dense small-end steps (4–12px) reflect a layout that packs many tiles and labels into limited vertical space.
208
+ ---
209
+ **Verified:** 2026-07-13
210
+ **Tier 1 sources:** `https://www.11st.co.kr/` (product home), `https://www.11st.co.kr/main` (product home), `https://www.11st.co.kr/categories/1467565` (product category), `https://www.11stcorp.com/brand` (official identity, font asset, and font-use terms), `https://design.11stcorp.com/` (official design-system context), `https://www.11stcorp.com/resources/guide/2026_11street_Brochure_Kor.pdf` (official current company/history context), and `https://ads.11st.co.kr/contents/guide/read?bbsNo=617&incHideYN=Y` (official advertising-font guidance)
211
+ **Tier 2 sources:** `https://getdesign.md/11st` (attempted; built-in web open returned no accessible record), `https://styles.refero.design/?q=11st` (attempted; built-in web open returned no accessible record), and built-in web search for both `11st` and `11번가` on each directory (no record returned)
212
+ **Conflicts unresolved:** none
183
213
 
184
- ### Grid & Container
185
- - Wide centered content column (~1240px) holding multi-column product grids
186
- - Above-the-fold is information-maximal: GNB, integrated search, category rail, promo banners, and product rails all compete for the first screen
187
- - Product tiles arranged in dense responsive grids (typically 4–6 across on desktop)
214
+ Legacy claims that promoted a `#F43142` discount token, filled primary/ghost CTAs, a 25px search tab, an 8px universal product-card radius, hover elevation, generic mobile breakpoints, checkout/cart states, and motion tokens were removed. The supplied 2026 capture does not substantiate those values or variants.
188
215
 
189
- ### Whitespace Philosophy
190
- - **Density as a feature.** Unlike whitespace-forward Western design, 11st treats density as a service to the shopper — more products visible means fewer scrolls to a decision. Gaps are tight and functional.
191
- - **Hairlines over gaps.** Structure is communicated by `#eeeeee` hairlines and borders rather than large empty margins, keeping the grid legible while maximizing content.
216
+ ## 5. Layout Principles
192
217
 
193
- ### Border Radius Scale
194
- - Square (0px): Nav rows, dividers, many structural blocks
195
- - Small (4px): Buttons, badges, inputs — the workhorse rounding
196
- - Medium (8px): Product cards, thumbnails
197
- - Pill (25px): The integrated search-scope tab — the signature soft accent
198
- - Full (9999px): Circular icon buttons (scroll-to-top, category toggle)
218
+ The supplied evidence covers three public desktop routes at `1440×900`. It establishes a 44px search input, 50px billboard control, repeated header/list chrome, and the observed deal-card samples above. It does not establish a reusable grid width, breakpoint range, mobile composition, category hierarchy, seller tool, cart, checkout, or account layout; those are deliberately omitted rather than inferred from an open-market category.
199
219
 
200
220
  ## 6. Depth & Elevation
201
221
 
202
- | Level | Treatment | Use |
203
- |-------|-----------|-----|
204
- | Flat (Level 0) | No shadow | Page background, nav rows, resting tiles |
205
- | Ambient (Level 1) | `rgba(0,0,0,0.06) 0px 2px 8px` | Product-card hover lift, quiet panels |
206
- | Elevated (Level 2) | `rgba(0,0,0,0.12) 0px 6px 16px` | Dropdowns, popovers, floating layers |
207
-
208
- **Shadow Philosophy**: 11st is a near-flat system. At rest, the chrome carries no shadow at all — structure comes from hairlines and color blocks, not elevation. Shadow appears only as a soft ambient lift on hover and as a slightly deeper layer for floating menus. This restraint keeps the dense grid visually calm; if every tile cast a shadow, the page would become noise. Depth is an interaction affordance here, not a decorative style.
222
+ The observed deal-card sample has the specific two-layer shadow recorded in §4. The observed billboard control and header-inventory dialog have `box-shadow: none`. These route-local facts do not form an elevation scale.
209
223
 
210
224
  ## 7. Do's and Don'ts
211
225
 
212
226
  ### Do
213
- - Use `#ff0038` as the single action/urgency color — CTAs, active states, focus
214
- - Reserve `#f43142` for discount/markdown emphasis (rate flags, savings)
215
- - Make the price the loudest element: 24px weight 700 in `#111111`
216
- - Pair the discount price with a muted `#a9a9a9` strikethrough original
217
- - Use `Noto Sans KR` and keep body text at 14px for portal-grade density
218
- - Communicate structure with `#eeeeee` hairlines, not large gaps
219
- - Keep chrome flat; reserve ambient shadow for hover/floating layers only
220
- - Use the 25px pill only on the integrated search-scope tab — it is a signature, not a default
227
+
228
+ - Keep public product observations scoped to their captured selector and route.
229
+ - Use `Noto Sans KR` for verified public Korean UI text and `Lato New` only where the observed price treatment calls for it.
230
+ - Treat the official 11번가 고딕 distribution and its live web use as separate evidence classes.
231
+ - Preserve the actual dialog-open provenance when referring to the header inventory layer.
221
232
 
222
233
  ### Don't
223
- - Don't introduce a second loud color — red is the only urgency signal
224
- - Don't use pure black (`#000000`) for headings; use near-black `#111111`
225
- - Don't add airy whitespace at the expense of product density density is the value
226
- - Don't pill-round buttons or cards; rounding stays at 4–8px outside the search tab
227
- - Don't shadow resting tiles flat-at-rest keeps the dense grid calm
228
- - Don't shrink the price below its 24px/700 dominance on a card
229
- - Don't mix `#ff0038` and `#f43142` arbitrarily — action-red vs markdown-red are distinct roles
230
- - Don't substitute a Latin-first font stack; Hangul legibility leads
234
+
235
+ - Render a declared-only, system, or unresolved family as if it were a loaded 11st product font.
236
+ - Turn official brand gradients, advertising-guide choices, or company-profile statements into unobserved storefront tokens.
237
+ - Invent filled CTA, hover, checkout, or responsive variants absent from the collector evidence.
238
+ - Generalize a card or control from a marketing, documentation, or unobserved authenticated surface.
231
239
 
232
240
  ## 8. Responsive Behavior
233
241
 
234
- ### Breakpoints
235
- | Name | Width | Key Changes |
236
- |------|-------|-------------|
237
- | Mobile | <768px | Single/2-column tile grid, collapsed GNB, sticky search |
238
- | Tablet | 768–1024px | 3–4 column grid, condensed category rail |
239
- | Desktop | 1024–1280px | Full 4–6 column product grids, full GNB |
240
- | Large | >1280px | Centered ~1240px content with side margins |
241
-
242
- ### Touch Targets
243
- - Primary CTA at 12px/24px padding gives a comfortable tap surface
244
- - Nav rows and category items spaced for thumb reach on mobile
245
- - Circular icon buttons (scroll-to-top, category toggle) sized for tap
246
-
247
- ### Collapsing Strategy
248
- - Product grid: 6-column → 4 → 3 → 2 → 1 across breakpoints
249
- - GNB: full horizontal nav → hamburger/category drawer on mobile
250
- - Integrated search: persistent and often sticky at the top on mobile
251
- - Price block maintains its 24px/700 dominance; surrounding metadata wraps or truncates first
252
-
253
- ### Image Behavior
254
- - Square product thumbnails with 8px radius, consistent across breakpoints
255
- - Promo banners scale full-width and swap to mobile-cropped variants
256
- - Lazy-loaded tiles below the fold to keep the dense grid performant
242
+ No responsive capture was supplied. The only verified viewport is `1440×900`; no breakpoint, touch-target, mobile navigation, or image-resizing rule is recorded.
257
243
 
258
244
  ## 9. Agent Prompt Guide
259
245
 
260
- ### Quick Color Reference
261
- - Primary CTA / urgency: 11st Red (`#ff0038`)
262
- - Discount / markdown accent: Discount Red (`#f43142`)
263
- - Background: Pure White (`#ffffff`)
264
- - Heading / price: Near-Black (`#111111`)
265
- - Body text / nav: Body Gray (`#666666`)
266
- - Strikethrough / muted: Muted Gray (`#a9a9a9`)
267
- - Border / hairline: (`#eeeeee`)
268
- - CTA text: White (`#ffffff`)
269
-
270
- ### Example Component Prompts
271
- - "Create a product card: white background, 1px solid #eeeeee border, 8px radius, no shadow at rest. Discount-rate badge in #f43142 (11px / 700) top-left. Title at 14px Noto Sans KR #666666. Discount price at 24px weight 700 #111111. Strikethrough original price at 13px #a9a9a9 beside it. On hover, ambient shadow rgba(0,0,0,0.06) 0px 2px 8px."
272
- - "Build a primary CTA: #ff0038 background, white text, 16px Noto Sans KR weight 700, 12px 24px padding, 4px radius. Label '구매하기'."
273
- - "Design an integrated search bar: white field, 16px #666666 text, hairline #eeeeee border, 4px radius, with a 25px-radius scope tab whose active label is #ff0038."
274
- - "Create a dense GNB row: white background, #666666 14px links, hover to #111111, #eeeeee divider hairlines, 0px radius square rows."
275
-
276
- ### Iteration Guide
277
- 1. Keep `#ff0038` as the only loud color — if a second bright hue appears, remove it.
278
- 2. The price is the headline: 24px / 700 / `#111111`, never smaller than its surroundings.
279
- 3. Body stays at 14px `Noto Sans KR`; weight is binary (400 / 700).
280
- 4. Structure with `#eeeeee` hairlines, not whitespace — density is intentional.
281
- 5. Chrome is flat at rest; shadow only on hover (`rgba(0,0,0,0.06) 0px 2px 8px`) or floating layers.
282
- 6. Rounding stays at 4–8px; the 25px pill is exclusive to the search-scope tab.
283
- 7. Distinguish `#ff0038` (action) from `#f43142` (markdown) by role, never interchangeably.
284
-
285
- ---
246
+ Use only selector-backed public-web facts: a transparent 44px search field with `#666666` default text that becomes `#111111` in captured focus/pressed samples; a white 50px billboard control with `#999999` text, `#EEEEEE` border, and 50px radius; or the specifically observed home deal card. Do not ask an implementation to reproduce an unobserved purchase journey, brand-gradient campaign, or loaded font that the evidence does not support.
286
247
 
287
248
  ## 10. Voice & Tone
288
249
 
289
- 11st's voice is brisk, transactional, and benefit-forward — the register of a Korean open-market that competes on price, speed, and selection. Microcopy is short and action-oriented: 구매하기 (buy), 장바구니 (cart), 할인 (discount), 무료배송 (free shipping). Numbers do the persuading discount rates, final prices, point rewards — so prose stays out of the way. There is warmth in promotional energy (events, coupons, time-limited deals) but the underlying tone is efficient and shopper-respecting: tell me the price, the saving, and the action, in that order.
290
-
291
- | Context | Tone |
292
- |---|---|
293
- | Product titles | Dense, keyword-rich, scannable. Brand + spec + benefit packed for search legibility. |
294
- | CTAs | Direct imperatives. "구매하기", "장바구니 담기", "바로구매". |
295
- | Promotions | Energetic, urgency-flavored. Discount rate and deadline lead. |
296
- | Price/discount | Numbers first. The saving is the message. |
297
- | Notices / policy | Plain, procedural Korean. Clear about shipping, returns, points. |
298
- | Search / empty | Helpful, suggestion-forward. Offers related keywords and categories. |
299
-
300
- **Forbidden register.** Avoid airy lifestyle-brand prose that buries the price. Avoid burying the discount under adjectives. Avoid a second loud color competing with red for attention. The shopper came to compare and buy — respect that with numbers and clear actions, not mood copy.
250
+ The official company profile describes 11st as a commerce platform that connects product search, information, purchase, and customer life. Keep public-facing content practical, product-specific, and clear about the next shopping action. This is a content-direction reading of the official profile, not a capture of checkout, service-recovery, or notification copy.
301
251
 
302
252
  ## 11. Brand Narrative
303
253
 
304
- 11st (11번가) launched in **2008** as the open-market e-commerce platform of **SK** in South Korea, entering a market already contested by Gmarket and Auction. It grew into one of Korea's largest online marketplaces, and in **2018** the e-commerce business was spun off into a standalone company, **Eleven Street Co., Ltd.**, under the SK Square / SK Telecom orbit. The name "11번가" literally "11th Street" frames the service as a bustling commercial street where countless sellers and shoppers meet, an open marketplace rather than a single first-party retailer.
305
-
306
- The platform's defining strategic move in recent years has been its **Amazon Global Store** partnership, surfacing Amazon's catalog to Korean shoppers directly inside 11st — which is why the integrated search even offers an "아마존" scope alongside 통합검색. This positions 11st not just as a domestic open-market but as a gateway to cross-border selection, competing on breadth of catalog and price.
254
+ 11st launched as an open market in February 2008, opened a mobile service in 2010, and renewed its brand identity in 2016, according to its 2026 company profile. The same profile presents an evolving platform that connects customers and sellers across products, services, delivery, payment, and content.
307
255
 
308
- The design system follows directly from this identity. An open-market with millions of SKUs and thousands of sellers cannot afford editorial whitespace; it must surface as many comparable options as possible, as fast as possible. Hence the dense grid, the price-as-headline hierarchy, and the single disciplined use of red to mark action and savings. 11st's brand promise is selection and value, and the UI is engineered to deliver both at a glance.
256
+ The official brand page describes the logo as a minimal street sign: a visual guide toward diverse goods and differentiated services. Its downloadable 11번가 고딕 family was tested for shopping words, numbers, punctuation, device environments, spacing, and readability, with the sign motif incorporated into its letterforms. Those brand and typeface statements explain the identity; they do not expand the observed public web component contract.
309
257
 
310
258
  ## 12. Principles
311
259
 
312
- 1. **Density serves the shopper.** More products visible means fewer steps to a decision. Tight grids and hairline structure are a service, not a compromise.
313
- 2. **The price is the headline.** In open-market commerce, the most important information is the number. It gets the largest, boldest type on the card.
314
- 3. **Red means act or save.** A single saturated red (`#ff0038`) marks the action; a markdown red (`#f43142`) marks the saving. Red is never decorative.
315
- 4. **Hangul-first legibility.** `Noto Sans KR` at small sizes keeps a dense Korean grid crisp and scannable.
316
- 5. **Flat at rest, lift on intent.** No resting shadows; elevation is an interaction affordance, keeping the busy grid calm.
317
- 6. **Structure with lines, not gaps.** `#eeeeee` hairlines organize density where whitespace would waste it.
318
- 7. **One signature softness.** The 25px search-scope pill is the single intentional curve in an otherwise square, functional chrome.
319
- 8. **Selection is the brand.** From domestic sellers to the Amazon Global Store, breadth of catalog is the promise the layout must honor.
260
+ 1. **Guide the shopping journey.** The company describes a platform spanning search, information, and purchase. *UI implication:* make observed product information easy to scan without inventing a flow.
261
+ 2. **Keep identity recognizable across surfaces.** The official logo and typeface both use the street-sign motif. *UI implication:* preserve the documented asset boundary rather than copying unobserved campaign treatments.
262
+ 3. **Support both customers and sellers.** The company profile presents both as stakeholders in the marketplace. *UI implication:* do not collapse a seller or advertising surface into a consumer-product component claim.
320
263
 
321
264
  ## 13. Personas
322
265
 
323
- *Personas below are fictional archetypes informed by publicly observable 11st user segments (deal-seeking shoppers, mobile-first buyers, cross-border bargain hunters, third-party sellers), not individual people.*
324
-
325
- **Ji-woo Park, 29, Seoul.** Mobile-first deal hunter. Opens 11st during her commute to compare prices on a specific gadget across sellers. Scans discount-rate badges and final prices in seconds; the strikethrough original tells her how good the deal is. Abandons any page where she has to hunt for the price. Trusts the platform because the savings are always legible at a glance.
326
-
327
- **Min-jun Kim, 42, Daegu.** Household-supplies bulk buyer. Uses 11st on desktop, filling a cart with everyday goods and chasing free-shipping thresholds and point rewards. Values the dense grid — he can see dozens of options without scrolling endlessly. Reads product titles like a spec sheet and ignores anything that looks like marketing fluff.
328
-
329
- **Seo-yeon Lee, 35, Bundang.** Cross-border bargain shopper. Came to 11st specifically for the Amazon Global Store — she toggles the search scope to 아마존 to compare imported goods against domestic listings. Cares about total landed price and delivery estimate. The integrated search that spans both catalogs is exactly why she stays on 11st instead of using two sites.
330
-
331
- **Tae-hyun Jung, 38, Incheon.** Third-party seller running a small electronics shop on the open-market. Thinks about how his listings render in the grid — thumbnail, title keywords, discount badge, price. Knows that a clear discount-rate flag and a competitive final price are what win the click in a sea of comparable tiles.
266
+ *The reference does not invent named personas. The official company profile identifies customers and sellers as distinct marketplace stakeholders; any product-specific persona work needs task-specific research beyond this public capture.*
332
267
 
333
268
  ## 14. States
334
269
 
335
- | State | Treatment |
336
- |---|---|
337
- | **Empty (search, no results)** | White canvas. Plain line in `#666666` at 14px: "검색 결과가 없습니다." Suggested related keywords and popular categories offered below. No illustration-heavy dead end — redirect to selection. |
338
- | **Empty (cart)** | `#666666` single line: "장바구니에 담긴 상품이 없습니다." One `#ff0038` CTA back to shopping. |
339
- | **Loading (grid first paint)** | Skeleton tiles at final dimensions in `#eeeeee`. Thumbnail, title bar, and price bar placeholders sized to the real tile. Lazy-load below the fold. |
340
- | **Loading (price/stock refresh)** | Inline spinner or subtle shimmer on the affected tile; previous price stays visible until updated. |
341
- | **Error (action failed)** | Inline message near the action in plain Korean: what failed + what to do. No generic "오류가 발생했습니다" without a next step. |
342
- | **Error (sold out)** | Tile marks 품절; CTA switches to disabled/muted; suggests similar in-stock items. |
343
- | **Success (added to cart)** | Brief confirmation layer or toast: "장바구니에 담았습니다." Quick links to view cart or keep shopping. No emoji. |
344
- | **Success (order placed)** | Dedicated confirmation page with order number, total, and shipping estimate in `#111111`; next-step links prominent. |
345
- | **Disabled** | Muted to `#a9a9a9` on text with reduced surface contrast; red CTAs fade rather than recolor, preserving brand read. |
346
- | **Discount / deal active** | Discount-rate flag in `#f43142`, final price at 24px/700 `#111111`, strikethrough original at 13px `#a9a9a9`. The savings is the state. |
347
-
348
- ## 15. Motion & Easing
349
-
350
- **Durations**:
351
-
352
- | Token | Value | Use |
270
+ | Observed state | Treatment | Evidence boundary |
353
271
  |---|---|---|
354
- | `motion-instant` | 0ms | Selection ticks, focus marks |
355
- | `motion-fast` | 150ms | Hover lift, button press, tab switch |
356
- | `motion-standard` | 250ms | Dropdowns, cart layer, drawer open |
357
- | `motion-slow` | 400ms | Banner/carousel transitions, drawer slide |
272
+ | Search default | Transparent field, `#666666` text, 44px height | Public home and `/main` selector-backed sample |
273
+ | Search focus | `#111111` foreground | Captured pseudo-state only |
274
+ | Search pressed | `#111111` foreground | Captured pseudo-state only |
275
+ | Header inventory dialog open | White, square, `#666666` text dialog | Two collector interaction expansions on home and `/main` |
358
276
 
359
- **Easings**:
277
+ No empty, loading, validation, disabled, cart, order, error, toast, or success state was captured, so none is specified.
360
278
 
361
- | Token | Curve | Use |
362
- |---|---|---|
363
- | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Most hover and panel transitions |
364
- | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Drawers, dropdowns arriving |
365
- | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
366
-
367
- **Restraint.** Motion is functional, not playful. A dense commerce grid stays calm — hover lifts are quick (150ms) and small, panels slide with standard easing, and there is no bounce or spring that would make a busy page feel chaotic.
368
-
369
- **Signature motions.**
370
-
371
- 1. **Card hover lift.** Product tiles raise with a fast (150ms) ambient shadow (`rgba(0,0,0,0.06) 0px 2px 8px`) — a small, quick affordance confirming the tile is interactive without disturbing the grid's calm.
372
- 2. **Search-scope tab switch.** Switching between 통합검색 and 아마존 transitions the active label to `#ff0038` within the 25px pill seat using `ease-standard` — instant feedback on scope change.
373
- 3. **Category drawer / cart layer.** Slide-in panels use `motion-standard` with `ease-enter`; dismissals use `ease-exit`. The grid behind stays still.
374
- 4. **Reduce motion.** Under `prefers-reduced-motion: reduce`, hover lifts and panel slides collapse to instant. The dense grid remains fully functional; nothing essential depends on animation.
375
-
376
- <!--
377
- OmD v0.1 Sources — 11st
378
-
379
- Token-level claims (sections 1–9, structured block) are sourced from live DOM
380
- inspection of https://www.11st.co.kr via Playwright getComputedStyle (2026-06-09):
381
- - Brand red #ff0038 (active/focused search tab LI), discount red #f43142 (em accent)
382
- - Heading/price #111111, body #666666, muted/strikethrough #a9a9a9, canvas #ffffff,
383
- hairline #eeeeee
384
- - Noto Sans KR / Apple SD Gothic Neo / Malgun Gothic stack
385
- - 14px body workhorse, 24px/700 discount price, 16px search input, 25px search-tab radius
386
- See web/references/11st/.verification.md for raw samples.
387
-
388
- Brand narrative (§11): 11st (11번가) launched 2008 as SK's open-market; the
389
- e-commerce business was spun off as Eleven Street Co., Ltd. in 2018; the Amazon
390
- Global Store partnership surfaces Amazon's catalog inside 11st (reflected in the
391
- 아마존 search scope). Widely documented public facts.
392
-
393
- Personas (§13) are fictional archetypes informed by publicly observable 11st
394
- user segments (deal-seekers, mobile buyers, cross-border shoppers, sellers).
395
- Names are illustrative; they do not refer to real people.
396
-
397
- Interpretive claims (e.g., "density serves the shopper", "the price is the
398
- headline") are editorial readings connecting 11st's open-market identity to its
399
- observed design system, not direct 11st statements.
400
- -->
279
+ ## 15. Motion & Easing
280
+
281
+ No duration, easing curve, or transition property was observed in the supplied evidence. The dialog-open interaction proves that the layer can be expanded on the captured routes, not how it should animate.