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
@@ -0,0 +1,234 @@
1
+ ---
2
+ id: sony
3
+ name: ソニー
4
+ country: JP
5
+ category: consumer-tech
6
+ homepage: "https://www.sony.com/"
7
+ primary_color: "#000000"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=sony.com&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ verification_v2:
14
+ schema: 2
15
+ checked: "2026-07-13"
16
+ surfaces:
17
+ - { id: home, kind: public-corporate-home, url: "https://www.sony.com/en/", inspected: "2026-07-13" }
18
+ - { id: products, kind: public-products-catalog, url: "https://www.sony.com/en/SonyInfo/products/", inspected: "2026-07-13" }
19
+ - { id: electronics, kind: public-products-catalog, url: "https://www.sony.com/en/SonyInfo/products/#electronics", inspected: "2026-07-13" }
20
+ sources:
21
+ - { id: home-live, kind: product-surface, url: "https://www.sony.com/en/", captured: "2026-07-13" }
22
+ - { id: products-live, kind: product-surface, url: "https://www.sony.com/en/SonyInfo/products/", captured: "2026-07-13" }
23
+ - { id: electronics-live, kind: product-surface, url: "https://www.sony.com/en/SonyInfo/products/#electronics", captured: "2026-07-13" }
24
+ - { id: sst-type-project, kind: official-doc, url: "https://www.sony.com/en/SonyInfo/design/stories/sst-font/", captured: "2026-07-13" }
25
+ - { id: purpose-values, kind: official-doc, url: "https://www.sony.com/en/SonyInfo/CorporateInfo/purpose_and_values/", captured: "2026-07-13" }
26
+ - { id: corporate-history, kind: official-doc, url: "https://www.sony.com/en/SonyInfo/CorporateInfo/History/", captured: "2026-07-13" }
27
+ - { id: corporate-blog, kind: official-doc, url: "https://www.sony.com/en/SonyInfo/blog/2021/04/08/", captured: "2026-07-13" }
28
+ conflicts: []
29
+ claims:
30
+ "tokens.colors.primary": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
31
+ "tokens.colors.canvas": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::h1", captured: "2026-07-13" }
32
+ "tokens.colors.muted": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::p.m-text-lead", captured: "2026-07-13" }
33
+ "tokens.typography.family.ui": { surface_id: home, source_id: home-live, method: fontfaceset-and-computed-style, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
34
+ "tokens.typography.family.display": { surface_id: products, source_id: products-live, method: fontfaceset-and-computed-style, selector: "surface-2::h1.m-h1", captured: "2026-07-13" }
35
+ "tokens.typography.display.size": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::h1.m-h1", captured: "2026-07-13" }
36
+ "tokens.typography.display.weight": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::h1.m-h1", captured: "2026-07-13" }
37
+ "tokens.typography.display.lineHeight": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::h1.m-h1", captured: "2026-07-13" }
38
+ "tokens.typography.display.use": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::h1.m-h1", captured: "2026-07-13" }
39
+ "tokens.typography.body.size": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::p.m-text-lead", captured: "2026-07-13" }
40
+ "tokens.typography.body.weight": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::p.m-text-lead", captured: "2026-07-13" }
41
+ "tokens.typography.body.lineHeight": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::p.m-text-lead", captured: "2026-07-13" }
42
+ "tokens.typography.body.use": { surface_id: products, source_id: products-live, method: live-inspect, selector: "surface-2::p.m-text-lead", captured: "2026-07-13" }
43
+ "tokens.spacing.header-block": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
44
+ "tokens.spacing.header-inline": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
45
+ "tokens.rounded.sharp": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
46
+ "tokens.components.header-navigation-link.type": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
47
+ "tokens.components.header-navigation-link.bg": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
48
+ "tokens.components.header-navigation-link.fg": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
49
+ "tokens.components.header-navigation-link.radius": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
50
+ "tokens.components.header-navigation-link.padding": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
51
+ "tokens.components.header-navigation-link.font": { surface_id: home, source_id: home-live, method: fontfaceset-and-computed-style, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
52
+ "tokens.components.header-navigation-link.use": { surface_id: home, source_id: home-live, method: live-inspect, selector: "home::[data-omd-capture=\"1\"]", captured: "2026-07-13" }
53
+ tokens:
54
+ source: live-extract
55
+ extracted: "2026-07-13"
56
+ colors:
57
+ primary: "#000000"
58
+ canvas: "#ffffff"
59
+ muted: "#656565"
60
+ typography:
61
+ family: { ui: "SST W20 Roman", display: "SST W20 Bold" }
62
+ display: { size: 30, weight: 700, lineHeight: 42, use: "Public products-catalog page title" }
63
+ body: { size: 16, weight: 400, lineHeight: 32, use: "Public products-catalog lead copy" }
64
+ spacing: { header-block: 20, header-inline: 13 }
65
+ rounded: { sharp: 0 }
66
+ components:
67
+ header-navigation-link: { type: listItem, bg: "#000000", fg: "#ffffff", radius: 0, padding: "20px 13px", font: "14px/400 SST W20 Roman", use: "Public corporate-home header navigation link; selector home::[data-omd-capture=\"1\"]" }
68
+ components_harvested: true
69
+ ---
70
+
71
+ # Design System Inspiration of ソニー
72
+
73
+ ## 1. Visual Theme & Atmosphere
74
+
75
+ Sony Group is a Japanese creative-entertainment and technology company whose businesses span games and network services, music, pictures, electronics, imaging and sensing. Its public English corporate portal lets that breadth sit behind a notably restrained frame: black header bands, white content planes, quiet gray editorial copy, and the compact, sharp-cornered SST navigation treatment captured here. The identity has roots in a 1946 company founded to marry technological work with cultural contribution; Sony’s current Purpose is to fill the world with emotion through creativity and technology. The Group’s 2021 management transition sharpened the distinction between Sony Group Corporation and the Sony Corporation electronics business, while retaining a people-centered creative-entertainment identity. This reference documents the measured public portal and products-catalog grammar, not an authenticated consumer-device, PlayStation, entertainment-service, or commerce application. [History](https://www.sony.com/en/SonyInfo/CorporateInfo/History/) · [Purpose & Values](https://www.sony.com/en/SonyInfo/CorporateInfo/purpose_and_values/) · [Corporate blog](https://www.sony.com/en/SonyInfo/blog/2021/04/08/)
76
+
77
+ The supplied 2026-07-13 evidence covers the English corporate home and two public products-catalog URLs at 1440×900. All three carry the same header-link geometry; the products pages additionally provide the measured title and lead-copy hierarchy. They are public corporate/product-catalog domains, not evidence for logged-in product workflows or native-device UI.
78
+
79
+ **Key characteristics:**
80
+ - Black `#000000` header navigation links with white `#ffffff` labels and sharp corners.
81
+ - White `#ffffff` page planes with repeated `#656565` editorial text on the public products catalog.
82
+ - Loaded SST W20 Roman UI text and SST W20 Bold headings, both limited to the recorded public surfaces.
83
+ - 20px vertical and 13px horizontal padding on the observed header navigation link.
84
+
85
+ ## 2. Color Palette & Roles
86
+
87
+ ### Observed public portal and catalog colors
88
+
89
+ - **Header black** (`#000000`): observed as the `tmpl-headerNavItem_label` fill on all three captured public surfaces.
90
+ - **Canvas white** (`#ffffff`): observed behind the products-catalog title and lead content.
91
+ - **Editorial gray** (`#656565`): observed on the products-catalog lead and card text; retain as a local public-catalog text value rather than a universal semantic gray.
92
+
93
+ The collector also recorded blue `#0000ee` default-link rendering and isolated dialog/control colors. They are not promoted as Sony brand, action, or status tokens because the packet does not establish those roles on a matching Sony-owned component.
94
+
95
+ ## 3. Typography Rules
96
+
97
+ ### Evidence classes
98
+
99
+ **Official product-use and type context.** Sony Design describes SST as an original corporate typeface developed for consistent, distinctive, and legible experiences across products, services, advertising, stores, online, manuals, and product packaging. It says SST was planned for many languages and uses a mix of sharp geometry and readability; it also describes planned use in Xperia, BRAVIA, and PlayStation touchpoints. This is first-party product/use context, not a license to redistribute or substitute the font. [SST Type Project](https://www.sony.com/en/SonyInfo/design/stories/sst-font/)
100
+
101
+ **Live computed surface-use.** The supplied capture records `SST W20 Roman` as loaded/high with 725 visible uses across badge, body, button, card, dialog, heading, and list-item roles. `SST W20 Bold` is loaded/high with 56 visible uses. On the public products catalog, `m-h1` is 30px/700/42px SST W20 Bold and `m-text-lead` is 16px/400/32px SST W20 Roman. The public home’s repeated header label is 14px/400/14px SST W20 Roman.
102
+
103
+ **Official distributed brand asset / license boundary.** Sony’s SST project identifies SST as a Monotype trademark and explains its design and multilingual development. The reviewed first-party source does not grant a public transferable webfont or redistribution license. Keep that design history separate from runtime availability and do not render a substitute as SST.
104
+
105
+ **Declared-only.** FontAwesome, SST W20 Bold Italic, SST W20 Condensed, SST W20 Heavy, SST W20 Italic, SST W20 Light, SST W20 Medium, SST W20 Ultra Light, and the SST W55 faces appear only as declared font-face assets with zero visible uses in this packet. They are not typography tokens.
106
+
107
+ **System and unresolved.** `Arial` and `sans-serif` are fallback/system occurrences; `Times` and SST W20 Regular are unresolved computed families. None is a Sony substitute or a tokenized brand fact.
108
+
109
+ ## 4. Component Stylings
110
+
111
+ ### Public header navigation
112
+
113
+ **Dark header navigation link**
114
+ - Background: `#000000`
115
+ - Text: `#ffffff`
116
+ - Radius: 0px
117
+ - Padding: 20px 13px
118
+ - Font: 14px / 400 / SST W20 Roman
119
+ - Use: Public corporate-home `a.tmpl-headerNavItem_label`; representative selector `home::[data-omd-capture="1"]`, repeated across all three captured surfaces.
120
+
121
+ ### Public products catalog
122
+
123
+ **Catalog title typography**
124
+ - Background: `#ffffff`
125
+ - Text: `#333333`
126
+ - Radius: 0px
127
+ - Font: 30px / 700 / SST W20 Bold
128
+ - Use: Public products-catalog `h1.m-h1`; representative selector `surface-2::h1`.
129
+
130
+ **Catalog lead copy**
131
+ - Background: `#ffffff`
132
+ - Text: `#656565`
133
+ - Radius: 0px
134
+ - Font: 16px / 400 / SST W20 Roman
135
+ - Use: Public products-catalog `p.m-text-lead`; representative selector `surface-2::p`.
136
+
137
+ ### Observed interaction boundary
138
+
139
+ The packet records one `dialog-open` interaction on the corporate home. Its target geometry and controls are not promoted into a Sony dialog token because the capture does not establish a selector-backed, Sony-owned default dialog treatment. No generic hover, focus, pressed, disabled, error, toast, tab, toggle, or input state is asserted.
140
+
141
+ ---
142
+ **Verified:** 2026-07-13
143
+ **Tier 1 sources:** https://www.sony.com/en/, https://www.sony.com/en/SonyInfo/products/, https://www.sony.com/en/SonyInfo/products/#electronics, https://www.sony.com/en/SonyInfo/design/stories/sst-font/
144
+ **Tier 2 sources:** https://getdesign.md/sony and https://styles.refero.design/?q=sony were both attempted through built-in web retrieval; both returned an internal error, so neither supplied a value or an absence determination.
145
+ **Conflicts unresolved:** none
146
+
147
+ ## 5. Layout Principles
148
+
149
+ The three supplied surfaces were captured at 1440×900. The repeated header label has 20px vertical and 13px horizontal padding, while the measured products title and lead establish a 30px/42px then 16px/32px public-catalog reading hierarchy. The packet does not establish a universal content grid, mobile breakpoint, checkout layout, or authenticated-product navigation model.
150
+
151
+ ## 6. Depth & Elevation
152
+
153
+ The representative header link, catalog title, and lead-copy samples report `box-shadow: none`. The observed hierarchy comes from black/white contrast, image/content blocks, and typographic scale. No Sony-wide card, menu, modal, tooltip, or floating elevation scale is claimed.
154
+
155
+ ## 7. Do's and Don'ts
156
+
157
+ ### Do
158
+
159
+ - Keep the public-header link’s measured black/white polarity, sharp corners, and 20px × 13px padding together.
160
+ - Use SST W20 Roman and Bold only when the authorized family is available and only for the public-surface roles documented here.
161
+ - Preserve the observed public products-catalog hierarchy of 30px/700 title and 16px/400 lead copy where that same surface pattern is intended.
162
+ - Keep corporate portal, catalog, device, entertainment-service, and authenticated-product claims in their own evidence domains.
163
+
164
+ ### Don't
165
+
166
+ - Do not render Arial, sans-serif, Times, or an unresolved SST W20 Regular result as though it were Sony SST.
167
+ - Do not turn the browser-default blue link or isolated dialog color into a Sony action token.
168
+ - Do not infer a responsive grid, generic card treatment, form control, or consumer-product UI from this public portal capture.
169
+ - Do not promote declared-only SST variants or FontAwesome as visible Sony UI typography.
170
+
171
+ ## 8. Responsive Behavior
172
+
173
+ No alternate viewport was supplied. This reference has no Sony-specific mobile navigation, breakpoint, grid-collapse, or touch-target claim.
174
+
175
+ ## 9. Agent Prompt Guide
176
+
177
+ ### Quick reference
178
+
179
+ - Public header navigation link: `#000000` background, `#ffffff` text, 0px radius, 20px 13px padding, SST W20 Roman 14px/400.
180
+ - Public products-catalog title: SST W20 Bold 30px/700/42px on white.
181
+ - Public products-catalog lead: SST W20 Roman 16px/400/32px with `#656565` text on white.
182
+
183
+ ### Boundary-aware prompt
184
+
185
+ "Apply Sony’s captured English public-portal header link only where that exact public-navigation context is wanted: black fill, white 14px SST W20 Roman label, square corners, and 20px 13px padding. Keep products-catalog headings at the separately observed SST W20 Bold 30px/700/42px hierarchy. Do not invent a Sony form, card, app, or system-font substitute."
186
+
187
+ ## 10. Voice & Tone
188
+
189
+ Sony’s first-party corporate language is purpose-led, imaginative, and precise: it pairs creativity and technology with emotional outcomes, while its SST story explains usability through concrete, legibility-focused reasoning.
190
+
191
+ | Do | Don't |
192
+ |---|---|
193
+ | Lead with the human or creative outcome, then name the technology. | Present technology as an end in itself. |
194
+ | Use direct, calm language for product and corporate information. | Inflate ordinary catalog information with unverified superlatives. |
195
+ | Make inclusiveness and legibility concrete when describing experience. | Treat corporate values as proof of a specific UI token. |
196
+
197
+ - Purpose sample — “Fill the world with emotion” is Sony’s official Purpose wording. [Purpose & Values](https://www.sony.com/en/SonyInfo/CorporateInfo/purpose_and_values/)
198
+ - Product sample — describe SST as sharp, readable, and designed for many languages only in the scope Sony Design gives it. [SST Type Project](https://www.sony.com/en/SonyInfo/design/stories/sst-font/)
199
+ - Corporate sample — use the current identity of a creative entertainment company with a technology foundation when describing the Group, not as an interface specification. [Corporate blog](https://www.sony.com/en/SonyInfo/blog/2021/04/08/)
200
+
201
+ ## 11. Brand Narrative
202
+
203
+ Sony began in 1946 as Tokyo Tsushin Kogyo, with a founding prospectus that linked a free and open-minded technical workplace to contribution to Japanese culture. The Sony name arrived in 1958; the official history positions a willingness to do what had not been done before as a continuing part of the Group story. [History](https://www.sony.com/en/SonyInfo/CorporateInfo/History/)
204
+
205
+ Its current Purpose is to fill the world with emotion through creativity and technology. Sony’s stated values—Dreams & Curiosity, Diversity, Integrity & Sincerity, and Sustainability—give that broad portfolio a common direction without collapsing its different businesses into one product surface. [Purpose & Values](https://www.sony.com/en/SonyInfo/CorporateInfo/purpose_and_values/)
206
+
207
+ At the 2021 Group-management transition, Sony described its identity as a creative-entertainment company with a solid foundation of technology and its corporate direction as getting closer to people. Kenichiro Yoshida’s attributed direction, “Pioneer the future with dreams and curiosity,” is an official leadership message, not a component rule. [Corporate blog](https://www.sony.com/en/SonyInfo/blog/2021/04/08/) · [Careers message](https://www.sony.com/en/SonyInfo/Careers/message/index.html)
208
+
209
+ ## 12. Principles
210
+
211
+ 1. **Connect creativity with technical clarity.** Sony frames both as necessary to create emotion. *UI implication:* explain what a feature enables before detailing its mechanism.
212
+ 2. **Design for legibility across touchpoints.** The SST project emphasizes readability, small-size recognition, and multilingual consistency. *UI implication:* keep the documented SST roles distinct; never mask a fallback as SST.
213
+ 3. **Get closer to people without collapsing evidence domains.** Sony’s corporate direction is people-centered across diverse businesses. *UI implication:* do not use a corporate portal’s header geometry as proof of a native device or service pattern.
214
+ 4. **Leave unmeasured patterns absent.** The packet supports a narrow set of public portal facts. *UI implication:* avoid filling in cards, form states, and responsive rules from generic conventions.
215
+
216
+ ## 13. Personas
217
+
218
+ These are evidence-bounded stakeholder roles, not demographic or behavioral research personas.
219
+
220
+ - **Creators and creative partners** — Sony’s corporate narrative describes creators as central to its creative-entertainment identity. Their needs and workflows are not measured by this public portal packet.
221
+ - **People experiencing Sony content and products** — Sony’s Purpose is directed at emotional experiences for people; this does not establish a specific consumer journey or device interface.
222
+ - **Corporate and product-information visitors** — the captured users of the public portal/catalog can read company and product information through the observed header and editorial hierarchy; no further intent is inferred.
223
+
224
+ ## 14. States
225
+
226
+ | State | Evidence boundary |
227
+ |---|---|
228
+ | Dialog open | One corporate-home interaction records `dialog-open`; no selector-backed Sony dialog geometry or component token is asserted. |
229
+
230
+ No empty, loading, error, success, skeleton, disabled, hover, focus, pressed, selected, or validation state values are present in the canonical tokens because the supplied packet does not establish them for a matching Sony-owned component.
231
+
232
+ ## 15. Motion & Easing
233
+
234
+ The packet contains no measured duration, easing, transition, or animation property suitable for a Sony motion token. Leave motion values absent rather than deriving them from the public portal or a generic system.
@@ -0,0 +1,261 @@
1
+ ---
2
+ id: soop
3
+ name: "숲"
4
+ display_name_kr: "숲"
5
+ country: KR
6
+ category: consumer-tech
7
+ homepage: "https://www.sooplive.co.kr/"
8
+ primary_color: "#0182ff"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=sooplive.co.kr&sz=256"
12
+ verified: "2026-07-13"
13
+ omd: "0.1"
14
+ verification_v2:
15
+ schema: 2
16
+ checked: "2026-07-14"
17
+ surfaces:
18
+ - { id: home, kind: public-product-home, url: "https://www.sooplive.com/", inspected: "2026-07-13" }
19
+ - { id: home-repeat, kind: duplicate-public-product-home, url: "https://www.sooplive.com/", inspected: "2026-07-13" }
20
+ - { id: esports, kind: public-product-esports, url: "https://esports.sooplive.com/", inspected: "2026-07-13" }
21
+ sources:
22
+ - { id: home-live, kind: product-surface, url: "https://www.sooplive.com/", captured: "2026-07-13" }
23
+ - { id: esports-live, kind: product-surface, url: "https://esports.sooplive.com/", captured: "2026-07-13" }
24
+ - { id: brand-guide, kind: official-doc, url: "https://res.sooplive.com/policy/contents/brand_guide.html", captured: "2026-07-14" }
25
+ - { id: creative-guide, kind: brand-asset, url: "https://static.file.sooplive.co.kr/da_guide_file/2024/10/24/SOOP_CreativeGuide.pdf", captured: "2026-07-14" }
26
+ - { id: esg-overview, kind: official-doc, url: "https://corp.sooplive.com/esg/2024/index.php?page=overview", captured: "2026-07-14" }
27
+ - { id: esg-user-feedback, kind: official-doc, url: "https://corp.sooplive.com/esg/2023/index.php?page=winwin", captured: "2026-07-14" }
28
+ - { id: pretendard-license, kind: license, url: "https://github.com/orioncactus/pretendard/blob/main/LICENSE", captured: "2026-07-14" }
29
+ claims:
30
+ "tokens.colors.primary": &homeComputed { surface_id: home, source_id: home-live, method: selector-backed-computed-style, captured: "2026-07-13" }
31
+ "tokens.colors.surface-subtle": *homeComputed
32
+ "tokens.colors.foreground": *homeComputed
33
+ "tokens.colors.muted": *homeComputed
34
+ "tokens.colors.chip-surface": *homeComputed
35
+ "tokens.typography.family.ui": { surface_id: home, source_id: home-live, method: computed-family-backed-by-loaded-font-face, captured: "2026-07-13" }
36
+ "tokens.typography.body.size": *homeComputed
37
+ "tokens.typography.body.weight": *homeComputed
38
+ "tokens.typography.body.lineHeight": *homeComputed
39
+ "tokens.typography.body.use": { surface_id: home, source_id: home-live, method: selector-provenance, captured: "2026-07-13" }
40
+ "tokens.typography.list-title.size": *homeComputed
41
+ "tokens.typography.list-title.weight": *homeComputed
42
+ "tokens.typography.list-title.lineHeight": *homeComputed
43
+ "tokens.typography.list-title.use": { surface_id: home, source_id: home-live, method: selector-provenance, captured: "2026-07-13" }
44
+ "tokens.spacing.search-input-inline-start": *homeComputed
45
+ "tokens.spacing.search-input-inline-end": *homeComputed
46
+ "tokens.spacing.chip-inline": *homeComputed
47
+ "tokens.rounded.search-input": *homeComputed
48
+ "tokens.rounded.chip": *homeComputed
49
+ "tokens.shadow.none": *homeComputed
50
+ "tokens.components.home-search-input.type": { surface_id: home, source_id: home-live, method: selector-provenance, captured: "2026-07-13" }
51
+ "tokens.components.home-search-input.bg": *homeComputed
52
+ "tokens.components.home-search-input.fg": *homeComputed
53
+ "tokens.components.home-search-input.radius": *homeComputed
54
+ "tokens.components.home-search-input.padding": *homeComputed
55
+ "tokens.components.home-search-input.height": *homeComputed
56
+ "tokens.components.home-search-input.font": *homeComputed
57
+ "tokens.components.home-search-input.states": { surface_id: home, source_id: home-live, method: no-interaction-recorded, captured: "2026-07-13" }
58
+ "tokens.components.home-search-input.use": { surface_id: home, source_id: home-live, method: selector-provenance, captured: "2026-07-13" }
59
+ conflicts: []
60
+ tokens:
61
+ source: reconciled
62
+ extracted: "2026-07-13"
63
+ note: "Only selector-backed public SOOP product-surface values are tokens. Corporate, brand-guide, advertising, esports, declared-only-font, and license evidence remain separate domains; no fallback or unobserved interaction value is promoted."
64
+ colors:
65
+ primary: "#0182ff"
66
+ surface-subtle: "#f6f6f9"
67
+ foreground: "#17191c"
68
+ muted: "#757b8a"
69
+ chip-surface: "#e8ebed"
70
+ typography:
71
+ family:
72
+ ui: "Pretendard"
73
+ body: { size: 14, weight: 400, lineHeight: "16.8px", use: "Repeated public-home text and the measured search input; the loaded product family is Pretendard." }
74
+ list-title: { size: 15, weight: 400, lineHeight: "18px", use: "Observed public-home title and metadata samples only; no complete display scale is claimed." }
75
+ spacing:
76
+ search-input-inline-start: 16
77
+ search-input-inline-end: 70
78
+ chip-inline: 8
79
+ rounded:
80
+ search-input: 45
81
+ chip: 30
82
+ shadow:
83
+ none: "none"
84
+ components:
85
+ home-search-input: { type: input, bg: "#f6f6f6", fg: "#525661", radius: "45px", padding: "0px 70px 0px 16px", height: "45px", font: "14px / 400 / 16.8px / Pretendard", states: "default only; interactionCount 0 and no hover, focus, pressed, disabled, or error value was retained", use: "Repeated public-home input, selectors home::[data-omd-capture=\"2\"] and surface-2::[data-omd-capture=\"2\"]." }
86
+ components_harvested: true
87
+ ---
88
+
89
+ # 숲 — Design Reference
90
+
91
+ ## 1. Visual Theme & Atmosphere
92
+
93
+ SOOP is a Korean live-streaming and creator platform whose public ecosystem brings live channels, community discovery, esports, and developer-linked services under one service name. The company changed its name from AfreecaTV to SOOP in 2024, and its official ESG material describes the current direction as an AI- and data-connected global platform, including a global-service launch and overseas operating hubs. On the captured public routes, that platform breadth resolves into a compact, feed-oriented interface: charcoal and blue sit beside pale gray discovery surfaces, with small rounded topic chips, a prominent pill search field, and dense creator/content rows. The visual impression is operational rather than editorial—an environment for finding a broadcast, a category, or an esports context quickly. This reference keeps that public product expression distinct from corporate identity material, advertising specifications, and any authenticated broadcaster or viewer flow.
94
+
95
+ **Key characteristics:**
96
+
97
+ - `#0182ff` is a selector-backed public blue accent; it is visible as a local link/underline/action treatment, not a universal filled CTA.
98
+ - `#f6f6f9` and `#e8ebed` form repeated pale discovery and chip surfaces, with `#17191c` and `#757b8a` supplying the public text hierarchy.
99
+ - The measured home search control is 45px high with a 45px radius; nearby topic chips use a 30px radius.
100
+ - The supplied bundle includes three snapshots, but the first two are the same SOOP home URL. It records no interaction transitions.
101
+
102
+ ## 2. Color Palette & Roles
103
+
104
+ ### Selector-backed public product colours
105
+
106
+ - **Public Blue** (`#0182ff`): observed on public-home anchor `home::[data-omd-capture="4"]` and on esports link/underline samples. It is a local public accent, not a general primary-button fill.
107
+ - **Subtle Discovery Surface** (`#f6f6f9`): repeated on public-home content-link/card samples such as `home::[data-omd-capture="30"]`.
108
+ - **Foreground** (`#17191c`): repeated public-home title and metadata text, including `home::p` samples.
109
+ - **Muted** (`#757b8a`): repeated small chip/metadata text, including the public-home chip samples.
110
+ - **Chip Surface** (`#e8ebed`): observed behind public-home 20px topic-chip samples such as `home::[data-omd-capture="57"]`.
111
+
112
+ ### Brand and marketing boundary
113
+
114
+ SOOP’s official brand guide treats the name, marks, BI, and CI as protected company assets, and its advertising creative guide specifies creative-copy treatments. Those documents establish brand-use and advertising context, not computed product UI tokens. The catalog `primary_color` and the public-blue token therefore retain only the captured `#0182ff` evidence; no brand-guide image colour, advertising colour, or esports-only variation is substituted into the home product system.
115
+
116
+ ## 3. Typography Rules
117
+
118
+ ### Evidence classes
119
+
120
+ | Evidence class | Family and boundary |
121
+ |---|---|
122
+ | Official product-use | No inspected first-party statement establishes a proprietary SOOP product type family. The official advertising creative guide uses Pretendard for specified ad-copy examples, which is advertising guidance rather than a declaration of every product route. |
123
+ | Live computed surface-use | Pretendard is loaded with high confidence, has 1,401 visible uses across body, button, heading, input, list-item, and text roles, and is backed by SOOP-hosted FontFace URLs. It is the only promoted UI-family token. |
124
+ | Official distributed brand asset | No official distributed SOOP brand font asset was established in the reviewed sources. |
125
+ | Declared-only | FOUREYES, Gmarket, Noto Sans, NotoSansThai, SSFlowerRoadRegular, and swiper-icons have declared font faces but no visible captured usage. They are not UI-family tokens. |
126
+ | License | Pretendard’s upstream repository publishes the SIL Open Font License 1.1. That licence confirms the upstream font asset, not an additional SOOP-specific licence grant. |
127
+
128
+ ### Captured hierarchy
129
+
130
+ | Role | Family | Size | Weight | Line height | Evidence boundary |
131
+ |---|---|---:|---:|---:|---|
132
+ | Public body and search | Pretendard | 14px | 400 | 16.8px | repeated public-home text and measured home search input |
133
+ | Public list title / metadata | Pretendard | 15px | 400 | 18px | observed public-home title and metadata samples only |
134
+
135
+ Do not label any declared-only face as a loaded SOOP UI family. Conversely, do not replace the loaded Pretendard token with a system fallback while presenting it as product typography.
136
+
137
+ ## 4. Component Stylings
138
+
139
+ ### Public-home search
140
+
141
+ **Search Input**
142
+ - Background: `#f6f6f6`
143
+ - Text: `#525661`
144
+ - Radius: 45px
145
+ - Padding: 0px 70px 0px 16px
146
+ - Height: 45px
147
+ - Font: 14px / 400 / 16.8px / Pretendard
148
+ - States: Default only. The supplied bundle records `interactionCount: 0`; no hover, focus, pressed, disabled, or error value is retained.
149
+ - Use: Repeated public-home input `home::[data-omd-capture="2"]` and `surface-2::[data-omd-capture="2"]`.
150
+
151
+ The detector records 54 component variants across the supplied snapshots, but only this repeated, selector-backed input is promoted. It preserves measured default geometry without recasting link rows as buttons or creating a generic card, badge, menu, dialog, toast, toggle, tab, or authentication component. `interactionKinds: 0` and `interactionCount: 0` remove only unobserved interactive states; they do not remove this default input measurement.
152
+
153
+ ---
154
+ **Verified:** 2026-07-13
155
+ **Tier 1 sources:** https://www.sooplive.com/ ; https://esports.sooplive.com/ ; https://res.sooplive.com/policy/contents/brand_guide.html ; https://static.file.sooplive.co.kr/da_guide_file/2024/10/24/SOOP_CreativeGuide.pdf ; https://corp.sooplive.com/esg/2024/index.php?page=overview ; https://corp.sooplive.com/esg/2023/index.php?page=winwin
156
+ **Tier 2 sources:** https://getdesign.md/soop and https://styles.refero.design/?q=soop were both attempted on 2026-07-14. Built-in retrieval returned internal errors for both paths, so neither supplied a competing token or component claim.
157
+ **Conflicts unresolved:** none
158
+
159
+ ## 5. Layout Principles
160
+
161
+ The supplied public snapshots are `1440×900`. Their evidence supports a compact horizontal search area, dense content-list discovery, pale content panels, and 20px-high pill-like topic chips. It does not establish a page grid, breakpoint system, mobile layout, authenticated viewer layout, broadcaster studio, or a reusable card inventory. The duplicate home snapshot corroborates values but is not a separate route or responsive state.
162
+
163
+ ## 6. Depth & Elevation
164
+
165
+ The promoted search input has `box-shadow: none`, and the static product samples do not establish a reusable elevation scale. Pale fill, text hierarchy, and radius—not shadow—are the only measured separation cues retained here. Esports controls with darker fills remain a separate surface and are not converted into a global SOOP depth rule.
166
+
167
+ ## 7. Do's and Don'ts
168
+
169
+ ### Do
170
+
171
+ - Preserve the loaded Pretendard family and the measured 14px/400 public-input hierarchy when recreating the documented sibling.
172
+ - Use `#0182ff` only as the documented local public accent, with pale `#f6f6f9` / `#e8ebed` discovery surfaces and clear charcoal text hierarchy.
173
+ - Keep the search input’s 45px pill geometry separate from the 30px topic-chip geometry.
174
+ - Treat creator, community, esports, corporate, advertising, and developer surfaces as distinct evidence domains.
175
+
176
+ ### Don't
177
+
178
+ - Don't turn a blue text/underline sample into a universal blue filled CTA, error, success, or selected-state colour.
179
+ - Don't substitute FOUREYES, Gmarket, Noto Sans, NotoSansThai, SSFlowerRoadRegular, or a system fallback for loaded Pretendard.
180
+ - Don't convert the detected links and list rows into a button taxonomy without button semantics in the supplied evidence.
181
+ - Don't invent hover, focus, pressed, disabled, validation, modal, toast, or motion values from this zero-interaction capture.
182
+
183
+ ## 8. Accessibility & Content
184
+
185
+ The evidence supports compact 12–15px public text roles and a 45px search-control height, but it does not provide keyboard traversal, focus styling, contrast-ratio results, live-region behaviour, validation messaging, or screen-reader labels. Reuse meaningful visible labels and retain the measured text hierarchy where the documented input is recreated; do not claim a SOOP accessibility standard or WCAG conformance from static computed styles alone.
186
+
187
+ ## 9. Reference Scope & Evidence
188
+
189
+ This reference uses `artifacts/reference-evidence/soop.json` as the only raw computed-style, font, component, and interaction evidence. It contains public SOOP home, a duplicate SOOP home snapshot, and public SOOP esports. First-party brand, advertising, company/ESG, and upstream font-license sources supply narrative context only. getdesign and Refero were both attempted but returned internal retrieval errors, so no Tier 2 number, component, or historical interpretation is promoted. Raw proof, the conflict matrix, source boundaries, and confidence ledger are retained in `.verification.md` and `_research.md`.
190
+
191
+ ## 10. Voice & Tone
192
+
193
+ First-party SOOP materials frame the service around user-led media, feedback-informed improvement, creator participation, and global expansion. The advertising creative guide uses concise hierarchy for its example copy; the following are application guidance, not extracted product strings.
194
+
195
+ | Do | Don't |
196
+ |---|---|
197
+ | Lead with the live content, community, or action a person can take now. | Bury the next useful action under abstract platform language. |
198
+ | Keep labels compact enough for dense discovery contexts. | Treat a promotional slogan as a substitute for a stream, category, or creator label. |
199
+ | Describe change or policy clearly when it affects creators or viewers. | Imply platform endorsement, partnership, or an official viewpoint without evidence. |
200
+
201
+ Illustrative, not extracted product copy:
202
+
203
+ - “지금 보고 싶은 방송을 찾아보세요.” *(illustrative; discovery-first)*
204
+ - “관심 있는 카테고리의 라이브를 확인하세요.” *(illustrative; compact action)*
205
+ - “변경된 안내와 다음 단계를 함께 확인하세요.” *(illustrative; clear service communication)*
206
+
207
+ ## 11. Brand Narrative
208
+
209
+ SOOP’s corporate name changed from AfreecaTV Co., Ltd. to SOOP Co., Ltd. in March 2024, according to the company’s statutory name-change disclosure. The current official brand guide identifies SOOP as both the company’s representative service name and a company trademark. That continuity matters: the new name is not treated here as a detached campaign asset, but as the shared public identity around a long-running live-streaming service and its creator ecosystem.
210
+
211
+ The company’s 2024 ESG overview describes a transition toward an AI- and data-connected global platform. It records the launch of SOOP’s global service and operating bases across the United States, Thailand, Hong Kong, and Vietnam as part of a global-brand direction. The product capture reflects only the public Korean SOOP home and esports routes; it does not establish parity across regions or authenticated experience.
212
+
213
+ SOOP’s public ESG material also describes a platform in which streamers produce live and VOD content, build fan communities, and receive direct support through platform mechanisms. Its user-satisfaction material says service improvement combines company-level change with feedback incorporated from planning. These statements give useful ecosystem and evolution context, but they do not create a token, component, or user-flow claim beyond the supplied surfaces.
214
+
215
+ ## 12. Principles
216
+
217
+ 1. **Users participate in the media.** SOOP’s ESG material describes a user-led media vision and a creator/viewer ecosystem.
218
+ *UI implication:* make the content, community, and current action legible before secondary promotion.
219
+ 2. **Feedback is an input to improvement.** The company says it combines top-down service improvement with feedback reflected from the planning stage.
220
+ *UI implication:* distinguish an explanation, a choice, and a confirmation so feedback-sensitive changes are understandable.
221
+ 3. **Creator ecosystems are part of the product context.** SOOP describes streamers creating live/VOD content and operating fan communities.
222
+ *UI implication:* do not flatten creator identity, content status, and community metadata into one indistinguishable label.
223
+ 4. **Global expansion is operational, not merely cosmetic.** The 2024 overview links global service and overseas bases to platform development.
224
+ *UI implication:* do not use a local public-web sample as evidence for all regions, languages, or roles.
225
+
226
+ ## 13. Personas
227
+
228
+ These are stakeholder categories supported by first-party SOOP materials, not synthetic personas, satisfaction scores, or behavioural research findings.
229
+
230
+ ### Viewer and community participant
231
+
232
+ The public product and ESG materials describe people discovering and participating around live and VOD content. The packet does not establish a viewer’s signed-in task flow, device preference, or accessibility needs.
233
+
234
+ ### Streamer / content creator
235
+
236
+ SOOP’s ESG material describes streamers producing content, operating fan communities, and receiving direct support through platform mechanisms. No broadcaster studio, earning, or moderation control is captured here.
237
+
238
+ ### Developer or integration partner
239
+
240
+ The official developer service provides platform and service APIs plus an extension-program market. This confirms a platform stakeholder group, not a design system or an extension UI pattern for the captured consumer routes.
241
+
242
+ ## 14. States
243
+
244
+ No product-state specification is inferred. The table records the smallest useful boundary for future source-backed additions without creating values or copy.
245
+
246
+ | Category | Captured evidence boundary |
247
+ |---|---|
248
+ | Empty | No empty state captured. |
249
+ | Loading | No loading state captured. |
250
+ | Error — validation | No validation-error state captured. |
251
+ | Error — service/system | No service or system-error state captured. |
252
+ | Success | No success or confirmation state captured. |
253
+ | Skeleton | No skeleton state captured. |
254
+ | Disabled | No disabled state captured. |
255
+ | Focus | No focus state or transition captured. |
256
+ | Hover | No hover state or transition captured. |
257
+ | Pressed | No pressed state or transition captured. |
258
+
259
+ ## 15. Motion & Easing
260
+
261
+ The supplied bundle records `interactionKinds: 0` and `interactionCount: 0`. It establishes no duration, easing curve, transition, animation, carousel movement, or reduced-motion contract. Motion tokens are therefore absent; add them only from a source-specific observed interaction or official specification.