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,414 @@
1
+ ---
2
+ id: corca
3
+ name: Corca
4
+ display_name_kr: 코르카
5
+ country: KR
6
+ category: ai
7
+ homepage: "https://www.corca.ai/"
8
+ primary_color: "#1a2352"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=corca.ai&sz=128"
12
+ verified: "2026-07-02"
13
+ added: "2026-07-02"
14
+ omd: "0.1"
15
+ tokens:
16
+ source: live-extract
17
+ extracted: "2026-07-02"
18
+ note: "Wix-built corporate site. primary = navy ink #1a2352 that anchors every section heading; #046cb8 is the achievement/eyebrow blue. Product surfaces (Moonlight) run a night-time deep-purple #402060 + cream #fff3b7 theme. Headings use a custom uploaded display webfont; body/UI resolve to Pretendard + Wix Madefor."
19
+ colors:
20
+ primary: "#1a2352"
21
+ ink-pure: "#000000"
22
+ ink-soft: "#181818"
23
+ accent-blue: "#046cb8"
24
+ bright-blue: "#419eff"
25
+ steel-blue: "#36597d"
26
+ moonlight-cream: "#fff3b7"
27
+ moonlight-deep: "#402060"
28
+ lavender: "#faeeff"
29
+ amber: "#fdd484"
30
+ sky: "#d9e5f5"
31
+ card-violet: "#777cdc"
32
+ card-plum: "#605070"
33
+ body-slate: "#324158"
34
+ muted: "#bbbbbb"
35
+ canvas: "#ffffff"
36
+ surface: "#f1f5f9"
37
+ typography:
38
+ family: { display: "brand-webfont", body: "Pretendard", ui: "Madefor" }
39
+ display-hero: { size: 60, weight: 400, use: "Hero headline (H1), custom display webfont, white on dark" }
40
+ section: { size: 32, weight: 400, use: "Section headings (H2), navy #1a2352" }
41
+ subsection: { size: 28, weight: 400, use: "Feature sub-heads (H2)" }
42
+ stat: { size: 46, weight: 400, use: "Big metric numbers (100,000+, 1.7M+)" }
43
+ eyebrow: { size: 30, weight: 400, use: "Achievement eyebrow label, blue #046cb8" }
44
+ nav: { size: 17, weight: 400, use: "Primary nav item, Madefor/Pretendard" }
45
+ subnav: { size: 15, weight: 400, use: "Dropdown sub-nav item, Pretendard" }
46
+ body: { size: 16, weight: 400, use: "Body / UI text, Madefor" }
47
+ spacing: { xs: 8, sm: 15, md: 16, base: 24, lg: 48, xl: 64 }
48
+ rounded: { sm: 10, md: 16, lg: 24, pill: 50, full: 9999 }
49
+ shadow:
50
+ none: "none"
51
+ components:
52
+ button-cta: { type: button, bg: "#ffffff", fg: "#1a2352", radius: "50px", padding: "8px 15px", height: "60px", font: "16px / 400", use: "Primary pill CTA (Try it now) — white fill, dark navy label on the dark hero" }
53
+ button-learn-more: { type: button, bg: "#777cdc", fg: "#ffffff", radius: "50px", padding: "8px 15px", height: "51px", font: "16px / 400", use: "'자세히 보기' section-themed filled pill; fill shifts per product card (also #605070)" }
54
+ button-outline: { type: button, fg: "#1a2352", border: "1px solid #000000", radius: "999px", padding: "8px 15px", height: "38px", use: "'기사 보기' outline pill — transparent fill, thin dark ring" }
55
+ card-feature: { type: card, bg: "#ffffff", radius: "16px", use: "White product / feature card" }
56
+ card-surface: { type: card, bg: "#f1f5f9", radius: "10px", use: "Light-grey surface card / panel" }
57
+ nav-link: { type: tab, fg: "#181818", font: "17px / 400", use: "Top navigation item", active: "moonlight cream #fff3b7 text on active product surface" }
58
+ badge-eyebrow: { type: badge, fg: "#046cb8", radius: "8px", use: "Achievement eyebrow label (아기유니콘 선정, 세계 7위)" }
59
+ components_harvested: true
60
+ ---
61
+
62
+ # Design System Inspiration of Corca
63
+
64
+ ## 1. Visual Theme & Atmosphere
65
+
66
+ Corca (코르카) is a Korean AI company whose corporate site frames the whole business around a single confident sentence — "코르카는 AI 기술로 세상을 바꾸고 있습니다" ("Corca is changing the world with AI technology"). The site is built on Wix, and its atmosphere is that of a young, benchmark-winning research lab that wants to read as both credible and playful. The homepage opens on a dark hero with a very large white headline (`#ffffff`, ~60px), then drops into a bright white canvas where every section heading is set in a deep, trustworthy navy ink (`#1a2352`). That navy is the spine of the identity: it appears on essentially every H2 and carries the calm, engineering-grade seriousness of an AI company that has real numbers to show.
67
+
68
+ Where Corca departs from a purely corporate palette is its per-product theming. Each product gets its own colored "world." The corporate achievements are announced in an accent blue (`#046cb8`) — the eyebrow color above lines like "2024 아기유니콘 선정!" and "세계 7위, 국내 기업 중 1위 쾌거!". The flagship product **Moonlight** ("AI Colleague for Research Papers" / "논문을 더 빠르고 쉽게 이해하기") runs a literal night theme: a deep plum-purple stage (`#402060`) lit by a soft moonlight cream (`#fff3b7`) that also becomes the active-nav color on that surface. Other feature bands pull in a bright electric blue (`#419eff`), a pale lavender wash (`#faeeff`), a warm amber (`#fdd484`), a pale sky tint (`#d9e5f5`) and a steel blue (`#36597d`) — a deliberately optimistic, multi-hued spectrum that keeps a dense corporate page from feeling grey.
69
+
70
+ Geometrically, Corca is a pill-and-soft-corner system. Calls to action are fully rounded pills — a white 50px-radius "Try it now" fill on product pages, and a transparent 999px-radius outline pill ("기사 보기") ringed with a thin dark line (`#000000`). Content cards use gentle 10px and 16px corners. The system is essentially flat: live inspection returned `box-shadow: none` across the hero, nav and cards, so separation is done with color blocks and generous whitespace rather than elevation. Typography splits jobs cleanly: headlines use a custom uploaded display webfont with heavy, poster-like presence, while body and UI text resolve down to Pretendard and Wix's Madefor for quiet Korean legibility.
71
+
72
+ **Key Characteristics:**
73
+ - Deep navy ink (`#1a2352`) as the brand spine — set on every section heading, never pure black for headings
74
+ - Dark hero with an oversized white (`#ffffff`) ~60px headline stating the AI mission
75
+ - Per-product theming — Moonlight's night world of deep purple (`#402060`) + moonlight cream (`#fff3b7`)
76
+ - Achievement blue (`#046cb8`) reserved for eyebrow labels above credibility claims
77
+ - Optimistic multi-hue accent spectrum: bright blue (`#419eff`), lavender (`#faeeff`), amber (`#fdd484`), sky (`#d9e5f5`), steel blue (`#36597d`)
78
+ - Pill-everything CTAs — 50px filled pills, 999px outline pills
79
+ - Flat depth — `box-shadow: none`; color blocks and whitespace do the separating
80
+ - Custom display webfont for headlines over Pretendard / Madefor for body and UI
81
+
82
+ ## 2. Color Palette & Roles
83
+
84
+ ### Primary & Ink
85
+ - **Corca Navy** (`#1a2352`): The primary brand color and the ink for essentially every section heading (H2). A deep blue-navy that reads trustworthy and engineering-grade — used instead of pure black for headings.
86
+ - **Pure Black** (`#000000`): Maximum-contrast nav labels and the thin ring on outline pills.
87
+ - **Soft Ink** (`#181818`): Near-black used for top-nav item text — a hair warmer than pure black.
88
+ - **Body Slate** (`#324158`): Secondary body copy and descriptive paragraphs.
89
+ - **Muted Grey** (`#bbbbbb`): Low-emphasis captions, meta, and disabled labels.
90
+
91
+ ### Accent Blues
92
+ - **Achievement Blue** (`#046cb8`): The eyebrow color above credibility claims ("2024 아기유니콘 선정!", "세계 7위, 국내 기업 중 1위 쾌거!"). Corca's "we won something" color.
93
+ - **Bright Blue** (`#419eff`): An electric blue used as a full-bleed section background on product surfaces.
94
+ - **Steel Blue** (`#36597d`): A muted mid-blue for secondary illustration blocks and quieter bands.
95
+
96
+ ### Product / Moonlight Theme
97
+ - **Moonlight Cream** (`#fff3b7`): The signature Moonlight accent — a soft pale-yellow "moonlight" that also becomes the active-nav text color on the Moonlight surface.
98
+ - **Moonlight Deep** (`#402060`): The deep plum-purple night stage behind the Moonlight hero.
99
+ - **Lavender** (`#faeeff`): A pale lavender wash used as a soft full-width section background.
100
+ - **Amber** (`#fdd484`): A warm golden accent block used for highlight sections.
101
+ - **Sky** (`#d9e5f5`): A pale blue tint for soft section backgrounds and cards.
102
+ - **Card Violet** (`#777cdc`): A themed violet fill on the "자세히 보기" product-card button.
103
+ - **Card Plum** (`#605070`): An alternate themed plum fill on a sibling product-card button.
104
+
105
+ ### Neutrals & Surface
106
+ - **Pure White** (`#ffffff`): Page canvas, white cards, hero headline text, and the filled CTA background.
107
+ - **Surface Grey** (`#f1f5f9`): A cool light-grey surface for panels and grouped content cards.
108
+
109
+ ## 3. Typography Rules
110
+
111
+ ### Font Family
112
+ - **Display**: a custom uploaded webfont (served by Wix as `wfont_…` faces) used for all headlines and stat numbers. The typeface carries its weight inside the font file, so computed `font-weight` reports `400` even though the letterforms read as bold/heavy poster type.
113
+ - **Body**: `Pretendard` — the de-facto Korean product font, which the dropdown/sub-nav faces resolve to (`orig_pretendard_medium`).
114
+ - **UI**: `Madefor` (Wix Madefor) — the system UI face used for menu chrome and small labels.
115
+
116
+ ### Hierarchy
117
+
118
+ | Role | Font | Size | Weight | Notes |
119
+ |------|------|------|--------|-------|
120
+ | Display Hero | display webfont | 60px | 400 (heavy cut) | Hero H1, white on dark hero |
121
+ | Stat Number | display webfont | 46px | 400 | Big metrics (100,000+, 1.7M+, 150+, 1,000+) |
122
+ | Section Heading | display webfont | 32px | 400 | Section H2, navy `#1a2352` |
123
+ | Sub-section | display webfont | 28px | 400 | Feature sub-heads |
124
+ | Eyebrow | display webfont | 30px | 400 | Achievement label, blue `#046cb8` |
125
+ | Nav Item | Madefor / Pretendard | 17px | 400 | Primary top-nav item |
126
+ | Sub-nav | Pretendard | 15px | 400 | Dropdown menu item |
127
+ | Body | Madefor | 16px | 400 | Body / UI reading text |
128
+
129
+ ### Principles
130
+ - **Heavy display, quiet body**: The custom display webfont carries poster-scale headlines; Pretendard and Madefor carry the calm reading and UI text. Weight contrast comes from the typeface cut, not from a numeric weight ramp (everything computes as 400).
131
+ - **Navy owns headings**: Section headings are `#1a2352`, not black — the warmth of the navy keeps a benchmark-heavy page feeling human.
132
+ - **Numbers are hero-sized**: Corca leans on big metrics (46px stat numbers) as proof, giving quantitative credibility its own display tier.
133
+ - **Hangul-first body**: Body sits around 15–17px for comfortable dense hangul, with Pretendard as the resolved Korean face.
134
+
135
+ ## 4. Component Stylings
136
+
137
+ ### Buttons
138
+
139
+ **Primary CTA (Try it now)**
140
+ - Background: `#ffffff`
141
+ - Text: `#1a2352`
142
+ - Radius: 50px
143
+ - Padding: 8px 15px
144
+ - Height: 60px
145
+ - Font: 16px / 400
146
+ - Use: Product-page primary pill CTA — a white fill with a dark navy label sitting on the dark hero
147
+
148
+ **Learn-More (자세히 보기)**
149
+ - Background: `#777cdc`
150
+ - Text: `#ffffff`
151
+ - Radius: 50px
152
+ - Padding: 8px 15px
153
+ - Height: 51px
154
+ - Font: 16px / 400
155
+ - Use: Section "자세히 보기" filled pill; the fill is themed per product card (a sibling card uses `#605070`)
156
+
157
+ **Outline Pill (기사 보기)**
158
+ - Background: transparent
159
+ - Text: `#1a2352`
160
+ - Border: 1px solid `#000000`
161
+ - Radius: 999px
162
+ - Padding: 8px 15px
163
+ - Height: 38px
164
+ - Use: "기사 보기" article link — a low-emphasis outline pill with a thin dark ring
165
+
166
+ ### Cards & Containers
167
+
168
+ **White Feature Card**
169
+ - Background: `#ffffff`
170
+ - Radius: 16px
171
+ - Use: White product / feature card on the main canvas (flat, no shadow)
172
+
173
+ **Surface Card**
174
+ - Background: `#f1f5f9`
175
+ - Radius: 10px
176
+ - Use: Light-grey surface panel grouping related content
177
+
178
+ ### Badges
179
+
180
+ **Achievement Eyebrow**
181
+ - Text: `#046cb8`
182
+ - Radius: 8px
183
+ - Use: Blue eyebrow label above credibility headings ("아기유니콘 선정", "세계 7위")
184
+
185
+ ### Navigation
186
+ - Background: `#ffffff`
187
+ - Text: `#181818`
188
+ - Font: 17px / 400 Madefor
189
+ - Height: 78px header
190
+ - Active: moonlight cream `#fff3b7` text on the active product surface (Moonlight)
191
+ - Use: Top horizontal nav ("제품 소개", "회사 소개", "채용", "블로그")
192
+
193
+ ---
194
+
195
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 2 surfaces)
196
+ **Tier 1 sources:** https://www.corca.ai/ , https://www.corca.ai/en/moonlight , https://corca.co.kr/ , https://github.com/corca-ai
197
+ **Tier 2 sources:** getdesign.md/corca (0 DESIGN.md files — no data); styles.refero.design/?q=corca (no corca-specific match — returns generic catalog)
198
+ **Conflicts unresolved:** none
199
+
200
+ ## 5. Layout Principles
201
+
202
+ ### Spacing System
203
+ - Base rhythm: 8px, with a notable 8px 15px button padding measured on the pill CTAs
204
+ - Scale: 8px, 15px, 16px, 24px, 48px, 64px
205
+ - Sections are tall, full-bleed colored bands stacked vertically; internal content is centered with generous vertical breathing room
206
+
207
+ ### Grid & Container
208
+ - Centered single-column hero anchored by the oversized display headline
209
+ - Product showcases alternate as full-width colored bands (white, lavender `#faeeff`, amber `#fdd484`, deep purple `#402060`), each themed to its product
210
+ - Feature/metric cards arrange in horizontal rows beneath section headings
211
+ - Achievement/press blocks pair an eyebrow (`#046cb8`) + navy heading + outline "기사 보기" pill
212
+
213
+ ### Whitespace Philosophy
214
+ - **Color blocks over borders**: sections separate by switching full-width background color, not by rules or shadows
215
+ - **Breathing room**: despite dense corporate content (metrics, press, awards), each band is airy with large vertical gaps
216
+ - **Proof gets space**: the big stat numbers (100,000+, 1.7M+) are given their own generous band as social proof
217
+
218
+ ### Border Radius Scale
219
+ - Small (10px): surface cards, small panels
220
+ - Medium (16px): feature cards — the workhorse card radius
221
+ - Large (24px): larger containers
222
+ - Pill (50px): filled CTAs
223
+ - Full (999px / 9999px): outline pills, circular icon buttons
224
+
225
+ ## 6. Depth & Elevation
226
+
227
+ | Level | Treatment | Use |
228
+ |-------|-----------|-----|
229
+ | Flat (Level 0) | No shadow | Page background, headings, most surfaces |
230
+ | Color block (Level 1) | Full-width background color shift | Section separation without elevation |
231
+ | Ring (Level 2) | `1px solid #000000` outline pill | Low-emphasis article links |
232
+
233
+ **Shadow Philosophy**: Corca is a near-shadowless, flat system. Live inspection returned `box-shadow: none` across the hero, navigation, headings and cards. Depth is communicated by stacking full-width color bands (white, lavender `#faeeff`, amber `#fdd484`, deep purple `#402060`) rather than by elevation. When a card needs to feel distinct, the system reaches for a tinted surface (`#f1f5f9`) or a colored fill, never a drop shadow. This keeps the page feeling fast, modern and web-native — appropriate for a company selling AI products.
234
+
235
+ ## 7. Do's and Don'ts
236
+
237
+ ### Do
238
+ - Use navy ink (`#1a2352`) for every section heading — it is the brand spine
239
+ - Reserve achievement blue (`#046cb8`) for eyebrow labels above credibility claims
240
+ - Give each product its own color world (Moonlight = deep purple `#402060` + cream `#fff3b7`)
241
+ - Use fully rounded pills for CTAs — 50px filled, 999px outline
242
+ - Keep the system flat — separate sections with color blocks, not shadows
243
+ - Set headlines in the heavy display webfont and body in Pretendard / Madefor
244
+ - Give big proof numbers their own large stat tier (46px)
245
+ - Use white (`#ffffff`) fills for primary CTAs sitting on dark or colored hero bands
246
+
247
+ ### Don't
248
+ - Use pure black for headings — reserve navy `#1a2352`; keep `#000000` for thin outlines and nav only
249
+ - Spread the achievement blue (`#046cb8`) across body text — it is an eyebrow accent
250
+ - Add drop shadows for elevation — Corca is a flat, shadow-free system
251
+ - Use sharp/square corners on CTAs — CTAs are always pills
252
+ - Mix product themes on one surface — keep Moonlight's purple/cream separate from the corporate navy
253
+ - Set body copy in the display webfont — Pretendard and Madefor own reading and UI text
254
+ - Bury the metrics — the big numbers are social proof and deserve room
255
+
256
+ ## 8. Responsive Behavior
257
+
258
+ ### Breakpoints
259
+ | Name | Width | Key Changes |
260
+ |------|-------|-------------|
261
+ | Mobile | <640px | Single column, hero headline compresses, colored bands stack |
262
+ | Tablet | 640-1024px | Moderate padding, 2-up feature/metric cards |
263
+ | Desktop | 1024-1440px | Full layout, centered hero, multi-column feature bands |
264
+
265
+ ### Touch Targets
266
+ - Pill CTAs at 51–60px height with 8px 15px padding — comfortably tappable
267
+ - Outline "기사 보기" pill at 38px height
268
+ - Nav items spaced within the 78px header
269
+
270
+ ### Collapsing Strategy
271
+ - Hero: oversized display headline scales down on mobile
272
+ - Colored product bands maintain full-width treatment, reduce internal padding
273
+ - Feature/metric rows: multi-column → stacked single column
274
+ - Big stat numbers wrap to a 2×2 grid on narrow viewports
275
+
276
+ ### Image Behavior
277
+ - Product screenshots and illustrations carry no shadow at any size, consistent with the flat system
278
+ - Cards maintain their 10px / 16px radius across breakpoints
279
+
280
+ ## 9. Agent Prompt Guide
281
+
282
+ ### Quick Color Reference
283
+ - Primary heading / brand: Corca Navy (`#1a2352`)
284
+ - Achievement eyebrow: Blue (`#046cb8`)
285
+ - Bright section blue: (`#419eff`)
286
+ - Moonlight accent: Cream (`#fff3b7`) on Deep Purple (`#402060`)
287
+ - Soft section washes: Lavender (`#faeeff`), Amber (`#fdd484`), Sky (`#d9e5f5`), Steel (`#36597d`)
288
+ - Body text: Slate (`#324158`); Nav: Soft Ink (`#181818`); Outline: Black (`#000000`)
289
+ - Canvas: White (`#ffffff`); Surface: Grey (`#f1f5f9`); Muted: (`#bbbbbb`)
290
+ - Themed card fills: Violet (`#777cdc`), Plum (`#605070`)
291
+
292
+ ### Example Component Prompts
293
+ - "Create a dark hero: oversized ~60px display headline in white (#ffffff), one white pill CTA (#ffffff fill, #1a2352 navy label, 50px radius, 8px 15px padding). Mission-line copy, no shadow."
294
+ - "Design a feature card: white (#ffffff) background, 16px radius, no shadow. Heading 32px display webfont in navy #1a2352; body 16px Pretendard in slate #324158."
295
+ - "Build an achievement block: blue eyebrow label (#046cb8) over a navy #1a2352 heading, with an outline 'read article' pill (transparent fill, 1px solid #000000, 999px radius)."
296
+ - "Make a Moonlight product band: deep purple (#402060) background, moonlight cream (#fff3b7) accents and active nav, white headline. Everything flat, pill CTAs."
297
+
298
+ ### Iteration Guide
299
+ 1. Navy `#1a2352` is the heading spine; never pure black for headings
300
+ 2. Pills everywhere for CTAs — 50px filled, 999px outline
301
+ 3. No shadows — separate sections with full-width color blocks
302
+ 4. Achievement blue `#046cb8` is an eyebrow accent only
303
+ 5. Give each product its own color world; don't mix Moonlight purple with corporate navy
304
+ 6. Big stat numbers (46px) are proof — give them room
305
+ 7. Display webfont for headlines, Pretendard / Madefor for body and UI
306
+
307
+ ---
308
+
309
+ ## 10. Voice & Tone
310
+
311
+ Corca's voice is **confident, mission-framed, and proof-forward** — a young AI lab that has receipts and is not shy about them. The corporate headline "코르카는 AI 기술로 세상을 바꾸고 있습니다" ("Corca is changing the world with AI technology") sets a declarative, present-tense register: not "we will" but "we are." Product copy is plain and benefit-first ("논문을 더 빠르고 쉽게 이해하기" / "AI Colleague for Research Papers"), and credibility is stated as numbers and rankings rather than adjectives.
312
+
313
+ | Context | Tone |
314
+ |---|---|
315
+ | Corporate hero | Declarative, present tense, mission-framed. "AI 기술로 세상을 바꾸고 있습니다." |
316
+ | Product headlines | Plain, benefit-first. "논문을 더 빠르고 쉽게 이해하기", "AI Colleague for Research Papers!" |
317
+ | Achievement eyebrows | Proud but factual. "2024 아기유니콘 선정!", "세계 7위, 국내 기업 중 1위 쾌거!" |
318
+ | CTAs | Direct, low-friction. "자세히 보기", "기사 보기", "Try it now". |
319
+ | Metrics | Bare numbers as proof. "100,000+", "1.7M+", "150+", "1,000+". |
320
+
321
+ **Voice samples (verbatim from live surfaces):**
322
+ - "코르카는 AI 기술로 세상을 바꾸고 있습니다." — homepage hero H1 (mission, present tense). *(verified live 2026-07-02)*
323
+ - "AI Colleague for Research Papers!" — Moonlight EN hero H1 (product promise). *(verified live 2026-07-02)*
324
+ - "세계 7위, 국내 기업 중 1위 쾌거!" — homepage achievement eyebrow. *(verified live 2026-07-02)*
325
+
326
+ **Forbidden register**: vague hype without numbers, fear-based urgency, buzzword stacking ("revolutionary, next-gen, cutting-edge"), and copy that hides the product behind jargon. Corca prefers a plain claim plus a verifiable number.
327
+
328
+ ## 11. Brand Narrative
329
+
330
+ Corca (코르카) is a Korean AI company built around a single, literal mission: to change the world with AI technology. That sentence is not marketing garnish — it is the site's H1 and the frame for everything else. Rather than positioning itself as a horizontal "AI platform," Corca presents as a lab that ships concrete products and lets outcomes speak: **Moonlight**, an "AI colleague for research papers" that helps people read and understand academic papers faster, and **Trace**, a sibling product in its lineup.
331
+
332
+ The brand leans hard on external validation as trust-building. The homepage foregrounds its selection as a **2024 아기유니콘 (Baby Unicorn)** — a Korean government-backed high-potential-startup designation — and a benchmark result billed as "세계 7위, 국내 기업 중 1위" (7th in the world, 1st among domestic companies). Moonlight's own surface stacks adoption numbers (100,000+, 1.7M+, 150+, 1,000+) as social proof. The narrative Corca tells is therefore evidence-first: *here is the technology, here is who recognized it, here is how many people use it.*
333
+
334
+ What Corca's design refuses, visibly: the heavy, shadow-stacked chrome of legacy enterprise software, and hype that isn't backed by a number. What it embraces: a trustworthy navy spine, per-product color worlds that make each launch feel like its own small brand, flat and fast web-native surfaces, and big proof-numbers given room to breathe. *(Company facts above are drawn from Corca's own live homepage and Moonlight surface; specific founding details beyond what the site states are not independently verified here.)*
335
+
336
+ ## 12. Principles
337
+
338
+ 1. **Proof over adjectives.** Corca states rankings and adoption numbers, not superlatives. *UI implication:* give metrics a large, dedicated stat tier (46px) and let numbers carry credibility.
339
+ 2. **A world per product.** Moonlight gets its purple-and-cream night theme; the corporate frame stays navy. *UI implication:* theme each product surface distinctly, but keep the navy `#1a2352` spine as the shared connective tissue.
340
+ 3. **Flat and fast.** Modern web-native clarity beats decorative depth. *UI implication:* no shadows; separate with full-width color blocks and whitespace.
341
+ 4. **Present tense, plain claim.** "We are changing the world," not "we aspire to." *UI implication:* declarative headlines, direct CTAs ("자세히 보기", "Try it now"), no hedging.
342
+ 5. **Heavy where it declares, quiet where it explains.** *UI implication:* the display webfont for poster headlines; Pretendard / Madefor for calm, legible body and UI.
343
+
344
+ ## 13. Personas
345
+
346
+ *Personas below are fictional archetypes informed by publicly observable Corca product surfaces (a research-paper AI assistant, a Korean AI startup with enterprise and academic reach), not individual people.*
347
+
348
+ **정민서, 27, 서울.** A graduate researcher drowning in papers. Uses Moonlight to get through literature reviews faster and trusts it partly because the adoption numbers (100,000+ users) signal she is not an early guinea pig. Wants the product to feel fast and uncluttered, not like heavyweight enterprise software.
349
+
350
+ **James Park, 34, remote.** A startup engineer evaluating AI vendors. Reads Corca's "세계 7위" benchmark claim and the 아기유니콘 selection as credibility shortcuts. Would bounce immediately from a site that made big AI claims with zero verifiable numbers behind them.
351
+
352
+ **이하늘, 41, 판교.** A corporate innovation lead scouting Korean AI partners. Values that Corca ships named products (Moonlight, Trace) rather than a vague platform, and that each has its own clear identity and metrics. Trusts the calm navy corporate frame over flashy gradients.
353
+
354
+ ## 14. States
355
+
356
+ | State | Treatment |
357
+ |---|---|
358
+ | **Empty (no results)** | White canvas with a single navy (`#1a2352`) line explaining there is nothing yet, plus one white pill CTA to take the next step. No clutter. |
359
+ | **Empty (saved / history none)** | Muted grey (`#bbbbbb`) single line noting nothing saved yet, with a calm path back. |
360
+ | **Loading (content fetch)** | Flat skeleton blocks on the `#f1f5f9` surface at final card dimensions (10–16px radius). No shadow shimmer — a flat pulse consistent with the shadowless system. |
361
+ | **Loading (product compute)** | Inline progress within the surface; previous values stay visible. |
362
+ | **Error (request failed)** | Inline message in navy `#1a2352` with a plain-language explanation and a retry — states what to do next, not just "오류". |
363
+ | **Error (form validation)** | Field-level message below the input describing what is valid, not a bare "필수". |
364
+ | **Success (action complete)** | Brief inline confirmation in a calm tone; next-step detail linked immediately below. No celebratory emoji. |
365
+ | **Skeleton** | `#f1f5f9` blocks at final dimensions with 10–16px radius, flat pulse. |
366
+ | **Disabled** | Muted grey (`#bbbbbb`) text on a reduced-opacity surface; pill CTAs fade rather than turn to a foreign grey, preserving the brand read. |
367
+
368
+ ## 15. Motion & Easing
369
+
370
+ **Durations**:
371
+
372
+ | Token | Value | Use |
373
+ |---|---|---|
374
+ | `motion-fast` | 120ms | Hover, pill press, focus |
375
+ | `motion-standard` | 220ms | Card / section reveal, dropdown, sheet |
376
+ | `motion-slow` | 340ms | Page-level transitions, hero reveal |
377
+
378
+ **Easings**:
379
+
380
+ | Token | Curve | Use |
381
+ |---|---|---|
382
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, sections, dropdowns |
383
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
384
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
385
+
386
+ **Motion rules**: Motion is functional and calm — consistent with the flat, proof-forward aesthetic. Pill CTAs respond to press with a subtle scale/opacity shift; colored product bands and metrics fade-in from below at `motion-standard / ease-enter` as the reader scrolls. No bounce or spring — an AI company signals steady competence, not gimmickry. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and scroll reveals become immediate; the site stays fully functional.
387
+
388
+ <!--
389
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
390
+
391
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle:
392
+ - https://www.corca.ai/ (homepage) — hero H1 "코르카는 AI 기술로 세상을 바꾸고 있습니다" white 60px on dark;
393
+ section H2 navy rgb(26,35,82) #1a2352; achievement eyebrows rgb(4,108,184) #046cb8; body slate rgb(50,65,88) #324158;
394
+ pill CTAs radius 50px / 999px, padding 8px 15px; box-shadow none.
395
+ - https://www.corca.ai/en/moonlight (Moonlight product surface) — EN hero H1 "AI Colleague for Research Papers!";
396
+ stat numbers 46px (100,000+, 1.7M+, 150+, 1,000+); "Try it now" white pill #ffffff radius 50px;
397
+ active nav cream rgb(255,243,183) #fff3b7; hero band deep purple rgb(64,32,96) #402060; section blue rgb(65,158,255) #419eff.
398
+
399
+ Token-level claims (§1-9) are sourced from this live inspection (see web/references/corca/.verification.md Proof block).
400
+
401
+ Voice samples (§10) are verbatim from the live homepage and Moonlight surface.
402
+
403
+ Brand narrative (§11): Corca (코르카) is a Korean AI company; products Moonlight (research-paper AI assistant)
404
+ and Trace; 2024 아기유니콘 (Baby Unicorn) selection and a "세계 7위 / 국내 1위" benchmark claim are stated on
405
+ the homepage. These are drawn from Corca's own live surfaces; founding specifics beyond the site are not
406
+ independently verified in this turn.
407
+
408
+ Personas (§13) are fictional archetypes informed by publicly observable Corca product surfaces. Names are
409
+ illustrative; they do not refer to real people.
410
+
411
+ Interpretive claims (e.g., "proof over adjectives", "a world per product", "flat and fast as a rejection of
412
+ legacy enterprise chrome") are editorial readings connecting Corca's observed design to its positioning, not
413
+ directly sourced Corca statements.
414
+ -->