oh-my-design-cli 1.8.7 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +1995 -38
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,220 @@
1
+ ---
2
+ id: kakaogames
3
+ name: 카카오게임즈
4
+ country: KR
5
+ category: consumer-tech
6
+ homepage: "https://www.kakaogames.com/"
7
+ primary_color: "#000000"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=kakaogames.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-marketing, url: "https://kakaogames.com/", inspected: "2026-07-13" }
18
+ - { id: error, kind: public-utility, url: "https://kakaogames.com/error/", inspected: "2026-07-13" }
19
+ - { id: company-about, kind: corporate, url: "https://kakaogames.com/en-us/about/", inspected: "2026-07-13" }
20
+ - { id: suit-license, kind: font-license, url: "https://github.com/sun-typeface/SUIT/blob/main/LICENSE", inspected: "2026-07-13" }
21
+ sources:
22
+ - { id: home-live, kind: product-surface, url: "https://kakaogames.com/", captured: "2026-07-13" }
23
+ - { id: error-live, kind: product-surface, url: "https://kakaogames.com/error/", captured: "2026-07-13" }
24
+ - { id: company-about-doc, kind: official-doc, url: "https://kakaogames.com/en-us/about/", captured: "2026-07-13" }
25
+ - { id: suit-license, kind: license, url: "https://github.com/sun-typeface/SUIT/blob/main/LICENSE", captured: "2026-07-13" }
26
+ conflicts: []
27
+ claims:
28
+ "tokens.colors.ink": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
29
+ "tokens.colors.hero-on-dark": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
30
+ "tokens.colors.footer-muted": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
31
+ "tokens.typography.family.ui": { surface_id: home, source_id: home-live, method: font-face-and-computed-style, captured: "2026-07-13" }
32
+ "tokens.typography.hero.size": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
33
+ "tokens.typography.hero.weight": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
34
+ "tokens.typography.hero.lineHeight": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
35
+ "tokens.typography.hero.tracking": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
36
+ "tokens.typography.hero.use": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
37
+ "tokens.typography.section-title.size": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
38
+ "tokens.typography.section-title.weight": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
39
+ "tokens.typography.section-title.lineHeight": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
40
+ "tokens.typography.section-title.tracking": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
41
+ "tokens.typography.section-title.use": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
42
+ "tokens.typography.footer.size": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
43
+ "tokens.typography.footer.weight": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
44
+ "tokens.typography.footer.lineHeight": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
45
+ "tokens.typography.footer.tracking": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
46
+ "tokens.typography.footer.use": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
47
+ "tokens.spacing.card-bottom": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
48
+ "tokens.rounded.none": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
49
+ "tokens.rounded.news-item": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
50
+ "tokens.shadow.none": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
51
+ "tokens.components.home-game-card.type": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
52
+ "tokens.components.home-game-card.radius": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
53
+ "tokens.components.home-game-card.padding": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
54
+ "tokens.components.home-game-card.use": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
55
+ "tokens.components.home-hero-arrow.type": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
56
+ "tokens.components.home-hero-arrow.fg": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
57
+ "tokens.components.home-hero-arrow.radius": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
58
+ "tokens.components.home-hero-arrow.padding": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
59
+ "tokens.components.home-hero-arrow.height": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
60
+ "tokens.components.home-hero-arrow.states": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
61
+ "tokens.components.home-hero-arrow.use": { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
62
+ tokens:
63
+ source: live-extract
64
+ extracted: "2026-07-13"
65
+ colors:
66
+ ink: "#000000"
67
+ hero-on-dark: "#ffffff"
68
+ footer-muted: "#898989"
69
+ typography:
70
+ family: { ui: "SUIT Variable" }
71
+ hero: { size: 50, weight: 700, lineHeight: 1.2, tracking: 0, use: "Homepage desktop hero title only." }
72
+ section-title: { size: 34, weight: 600, lineHeight: 1, tracking: 0, use: "Homepage section heading only." }
73
+ footer: { size: 14, weight: 300, lineHeight: 1.4, tracking: 0, use: "Homepage footer information only." }
74
+ spacing: { card-bottom: 40 }
75
+ rounded: { none: 0, news-item: 4 }
76
+ shadow: { none: "none" }
77
+ components_harvested: true
78
+ components:
79
+ home-game-card: { type: card, radius: 0, padding: "0px 0px 40px", use: "home::div.card; static homepage game-card wrapper, observed at 248px × 437px." }
80
+ home-hero-arrow: { type: button, fg: "#000000", radius: 0, padding: "0px", height: 60, states: "Default only: 60px × 60px; the capture reports 0 interaction snapshots, so no hover, focus, pressed, disabled, or active value is recorded.", use: "home::[data-omd-capture=\"1\"] (.btn-arrow.btn-arrow--prev) on the homepage hero." }
81
+ ---
82
+
83
+ # Design System Inspiration of 카카오게임즈
84
+
85
+ ## 1. Visual Theme & Atmosphere
86
+
87
+ 카카오게임즈 is a Korean publisher and developer that operates mobile, PC online, and console games across casual, subculture, and hardcore MMORPG genres. Founded in Korea in 2016, the company’s current official account describes a global studio-and-partnership model rather than a single-platform game label. Its public homepage expresses that broad catalogue through a high-contrast editorial shell: oversized black type, image-led game promotion, stark white hero copy, and restrained utility text instead of a persistent product-dashboard language. The current evolution documented by the company is expansion of its global development and publishing reach through studios and multiple platforms; the sources reviewed do not document a separate visual-identity rebrand. [Official company profile](https://kakaogames.com/en-us/about/)
88
+
89
+ **Key Characteristics:**
90
+
91
+ - A global games portfolio, not a single authenticated gameplay interface
92
+ - Black-led public typography with white hero copy and quiet gray footer information
93
+ - Image-led homepage promotion paired with large category labels
94
+ - Measured public marketing and error-surface values kept distinct from unobserved in-game interfaces
95
+
96
+ ## 2. Color Palette & Roles
97
+
98
+ - **Ink** (`#000000`): dominant observed public text and border color on all three supplied captures.
99
+ - **Hero on dark** (`#ffffff`): observed homepage hero title and subtitle text.
100
+ - **Footer muted** (`#898989`): observed footer information text.
101
+
102
+ The capture also exposes browser-default blue links (`#0000ee`) and transparent surfaces. Neither is promoted as a Kakao Games brand color: the first is not selector-backed brand treatment, and the second is not an opaque color token.
103
+
104
+ ## 3. Typography Rules
105
+
106
+ ### Evidence classes
107
+
108
+ - **Live computed surface-use:** **SUIT Variable** is the only loaded, high-confidence family in the supplied artifact. It has 224 observed uses across body, button, card, heading, list-item, and text roles, with a matching jsDelivr source URL. It is a public homepage/error-surface fact, not evidence for game-client UI.
109
+ - **Official distributed asset and license:** SUIT’s official repository licenses the font under SIL Open Font License 1.1. This establishes the font asset’s license boundary; it does not make SUIT a Kakao Games-owned typeface. [SUIT license](https://github.com/sun-typeface/SUIT/blob/main/LICENSE)
110
+ - **Declared-only:** `swiper-icons` is declared in the artifact but has zero visible usage. It is not a token.
111
+ - **Fallback context:** Apple system faces, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, and 돋움 occur after SUIT Variable in the captured declaration. They are fallbacks, never substitutes for SUIT.
112
+ - **Unresolved:** no official Kakao Games custom-font asset or in-game product-font declaration was found in the reviewed sources; none is inferred.
113
+
114
+ ### Observed hierarchy
115
+
116
+ | Role | Family | Size | Weight | Line height | Boundary |
117
+ |------|--------|------|--------|-------------|----------|
118
+ | Homepage hero | SUIT Variable | 50px | 700 | 60px | `.title-main.only-pc` only |
119
+ | Homepage section title | SUIT Variable | 34px | 600 | normal | `.section__title` only |
120
+ | Homepage footer info | SUIT Variable | 14px | 300 | 19.6px | `.footer-info__item` only |
121
+
122
+ ## 4. Component Stylings
123
+
124
+ ### Homepage game card
125
+
126
+ **Observed default**
127
+ - Radius: 0px
128
+ - Padding: 0px 0px 40px
129
+ - Use: `home::div.card`; static game-card wrapper observed at 248px × 437px on the homepage.
130
+
131
+ ### Homepage hero arrow
132
+
133
+ **Observed default**
134
+ - Text: `#000000`
135
+ - Radius: 0px
136
+ - Padding: 0px
137
+ - Height: 60px
138
+ - State: Default only, at 60px × 60px; `interactionCount` is 0, so no hover, focus, pressed, disabled, or active value is recorded.
139
+ - Use: `home::[data-omd-capture="1"]` (`.btn-arrow.btn-arrow--prev`) on the homepage hero.
140
+
141
+ The supplied artifact records 19 variants but zero interaction kinds and zero interaction snapshots. It therefore retains measured default card and arrow geometry while omitting unobserved interactive states. Other captured rows and links remain list items unless actual button semantics were observed.
142
+
143
+ ---
144
+ **Verified:** 2026-07-13
145
+ **Tier 1 sources:** https://kakaogames.com/; https://kakaogames.com/error/; https://kakaogames.com/en-us/about/; https://github.com/sun-typeface/SUIT/blob/main/LICENSE
146
+ **Tier 2 sources:** https://getdesign.md/kakaogames (attempted; no usable Kakao Games record returned); https://styles.refero.design/?q=kakaogames (attempted; no usable Kakao Games style record returned)
147
+ **Conflicts unresolved:** none
148
+
149
+ ## 5. Layout Principles
150
+
151
+ The public homepage uses a promotional hero followed by content modules rather than an application shell. The captured game-card wrapper measures 248px × 437px in one homepage variant and carries 40px bottom padding. No authenticated game-client grid, inventory layout, player profile arrangement, or responsive breakpoint is asserted.
152
+
153
+ ## 6. Depth & Elevation
154
+
155
+ The representative homepage cards and controls have `box-shadow: none` in the supplied artifact. No elevation scale, modal treatment, floating panel, or in-game overlay shadow is established.
156
+
157
+ ## 7. Do's and Don'ts
158
+
159
+ ### Do
160
+
161
+ - Keep public catalogue surfaces typographically direct and image-led.
162
+ - Use SUIT Variable only where the public-surface provenance is appropriate.
163
+ - Preserve the documented 40px card-bottom spacing and square corners for the captured game-card wrapper.
164
+ - Treat the 60px arrow as a default-only public control.
165
+
166
+ ### Don't
167
+
168
+ - Do not recast browser-default blue links as a brand token.
169
+ - Do not substitute a system fallback and call it SUIT Variable.
170
+ - Do not use public homepage components as evidence for a game client, account system, store, or gameplay HUD.
171
+ - Do not invent hover, focus, pressed, disabled, error, or success styles from this capture.
172
+
173
+ ## 8. Responsive Behavior
174
+
175
+ The supplied evidence contains 1440px-wide captures only. It does not establish mobile typography, breakpoints, touch-target rules, carousel behavior, or game-client responsiveness.
176
+
177
+ ## 9. Agent Prompt Guide
178
+
179
+ Use this reference for the observed Kakao Games public web shell, not for a game UI. Start with black `#000000` text, white `#ffffff` hero text when it sits on an existing dark/image field, SUIT Variable, square card geometry, and no shadow. Preserve the source boundary: do not generate in-game navigation, combat HUDs, account flows, store states, or interaction variants as though they were captured facts.
180
+
181
+ ## 10. Voice & Tone
182
+
183
+ The official company profile frames games as cultural content that can connect people across regions and describes its mission as “Uniting the World Through Games.” Its values center on challenge, connection, and expansion. That supports a global, energetic, and inviting corporate register; it is not a verified in-game localization or microcopy system. [Official company profile](https://kakaogames.com/en-us/about/)
184
+
185
+ | Do | Don't |
186
+ |----|-------|
187
+ | Lead with the game, platform, or community value. | Claim a player-facing phrase is official when it is not in a reviewed source. |
188
+ | Make global reach concrete through genres, platforms, or collaboration. | Reduce diverse titles to one genre or audience. |
189
+ | Keep corporate language clear and outward-looking. | Invent an in-game tone guide from the corporate mission. |
190
+
191
+ Illustrative, not official UI copy: “Discover a new world to play together.” · “Find your next adventure across platforms.” · “Share the game with players everywhere.”
192
+
193
+ ## 11. Brand Narrative
194
+
195
+ Kakao Games says it was founded in Korea in 2016 and has grown into a global comprehensive gaming company with offices in Europe, Japan, and other regions. Its stated operating scope combines publishing, development studios, and partnerships across mobile, PC online, and console games. [Official company profile](https://kakaogames.com/en-us/about/)
196
+
197
+ Its published mission, “Uniting the World Through Games,” positions games as cultural content that connects people across regions and environments. The company’s public account of its current direction emphasizes high-quality content for global users, varied genres, and expansion beyond a single platform. This narrative is company context, not proof of any unobserved visual token.
198
+
199
+ ## 12. Principles
200
+
201
+ 1. **Challenge through new experiences.** The company describes innovation, technology, and new opportunities as ways to deliver distinctive gaming experiences. *UI implication:* do not translate this into an unverified novelty visual treatment.
202
+ 2. **Connection across players and regions.** The official values describe global player community and listening to players. *UI implication:* keep locale, community, and accessibility decisions evidence-led per product surface.
203
+ 3. **Expansion across genres and platforms.** The company presents a portfolio that reaches beyond one platform or genre. *UI implication:* do not force every title into one generic game UI pattern.
204
+ 4. **Joyful creation.** The corporate-culture statement links team creativity and joy to player enjoyment. *UI implication:* use this as narrative context, not an invented component or motion rule.
205
+
206
+ ## 13. Personas
207
+
208
+ These are stakeholder archetypes derived from the company’s published audience and operating scope, not synthetic research personas.
209
+
210
+ - **Global player:** seeks games across different genres and platforms; product-specific needs remain unverified here.
211
+ - **Studio or publishing partner:** participates in Kakao Games’ development-and-partnership model; no partner portal UI is captured.
212
+ - **Portfolio visitor:** browses public information about titles and the company; this is the surface the supplied evidence covers.
213
+
214
+ ## 14. States
215
+
216
+ No visual empty, loading, error, success, skeleton, or disabled-state treatment is established by the supplied capture. The `/error/` route is a public utility surface, but it does not provide selector-backed error-component styling in this evidence bundle. Absence of a measured state is not a license to fill it with a generic pattern.
217
+
218
+ ## 15. Motion & Easing
219
+
220
+ No duration, easing curve, transition property, or animation-state value is preserved in the supplied evidence. The homepage includes carousel-related controls, but the artifact contains zero interaction snapshots, so its motion behavior is omitted.