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,449 @@
1
+ ---
2
+ id: quotabook
3
+ name: Quotabook
4
+ display_name_kr: 쿼타북
5
+ country: KR
6
+ category: fintech
7
+ homepage: "https://quotabook.com/"
8
+ primary_color: "#00e8c5"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=quotabook.com&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: "primary = live interactive mint on CTA (#00e8c5 rgb 0,232,197); brighter #21fce3 used for decorative section fills. Canvas is pure black (#000000); display type is oversized Pretendard Black/ExtraBold; shadowless system."
19
+ colors:
20
+ primary: "#00e8c5"
21
+ primary-bright: "#21fce3"
22
+ primary-muted: "#7be3d3"
23
+ canvas: "#000000"
24
+ surface: "#050505"
25
+ surface-raised: "#121212"
26
+ surface-chip: "#1c1c1c"
27
+ ink-dark: "#171b21"
28
+ foreground: "#ffffff"
29
+ heading-soft: "#e6e6e6"
30
+ muted: "#bfbfbf"
31
+ muted-alt: "#8e8e94"
32
+ faint: "#979797"
33
+ slate: "#7e8387"
34
+ typography:
35
+ family: { display: "Pretendard", mono: "Fragment Mono", latin: "Geist" }
36
+ display-mega: { size: 180, weight: 800, use: "Oversized single-word hero, Pretendard ExtraBold" }
37
+ display-hero: { size: 130, weight: 900, use: "Page hero headline, Pretendard Black" }
38
+ display-section: { size: 100, weight: 900, use: "Full-bleed section labels, Pretendard Black" }
39
+ display-md: { size: 90, weight: 900, use: "Feature section heads, Pretendard Black" }
40
+ subhead: { size: 26, weight: 900, use: "Card / feature subheads, Pretendard Black" }
41
+ button: { size: 12, weight: 400, use: "Pill button and nav labels" }
42
+ body: { size: 12, weight: 400, use: "Base UI / body text" }
43
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 24, xl: 48, section: 140 }
44
+ rounded: { xs: 3, sm: 8, chip: 30, pill: 50, full: 1000 }
45
+ shadow:
46
+ none: "none"
47
+ components:
48
+ button-pay: { type: button, bg: "#00e8c5", fg: "#171b21", radius: "50px", padding: "15px 16px", height: "46px", font: "12px / 400 Pretendard", use: "Primary mint CTA — 바로 결제" }
49
+ button-login: { type: button, bg: "#ffffff", fg: "#171b21", radius: "50px", padding: "14px 16px", height: "42px", font: "12px / 400 Pretendard", use: "Login pill, white on black" }
50
+ button-outline: { type: button, fg: "#ffffff", radius: "50px", padding: "15px 16px", height: "46px", font: "12px / 400 Pretendard", use: "Secondary transparent pill — 견적 문의" }
51
+ chip-category: { type: badge, bg: "#ffffff", fg: "#171b21", radius: "30px", padding: "12px 15px", height: "39px", font: "12px / 400 Pretendard", use: "White category chip — 디지털 플랫폼" }
52
+ social-button: { type: button, bg: "#121212", fg: "#ffffff", radius: "3px", padding: "10px 12px", height: "34px", font: "12px / 400 Pretendard", use: "Footer social buttons — 링크드인 / 네이버 블로그" }
53
+ nav-link: { type: tab, fg: "#ffffff", font: "12px / 400 Pretendard", active: "text #00e8c5", use: "Top nav item, mint on active" }
54
+ card-dark: { type: card, bg: "#121212", radius: "8px", use: "Dark surface card on black canvas, shadowless" }
55
+ badge-mint: { type: badge, bg: "#21fce3", fg: "#171b21", radius: "1000px", font: "12px / 400 Pretendard", use: "Bright mint highlight tag" }
56
+ components_harvested: true
57
+ ---
58
+
59
+ # Design System Inspiration of Quotabook
60
+
61
+ ## 1. Visual Theme & Atmosphere
62
+
63
+ Quotabook (쿼타북) is Korea's equity-and-securities-management platform — a Carta-style cap table, stock-option, and fund-administration suite that markets itself as "국내유일 기업 증권금융" (Korea's only corporate securities finance). Its homepage rejects the pastel, rounded friendliness of most Korean consumer fintech and instead commits to a confident, almost editorial dark aesthetic: a pure black canvas (`#000000`) carrying oversized Pretendard headlines and a single electric mint accent (`#00e8c5`). The effect is closer to a design-studio portfolio or a financial-infrastructure brand than a retail banking app — it signals seriousness, capital-markets weight, and technical competence to a B2B audience of founders, CFOs, and investors.
64
+
65
+ The typographic personality is built on scale and weight. Headlines run in **Pretendard Black (weight 900)** and **Pretendard ExtraBold (weight 800)** at genuinely enormous display sizes — a single word "금융" set at 180px, section labels at 100px, the pricing hero at 130px — layered directly on black in white (`#ffffff`) and a soft display grey (`#e6e6e6`). This oversized-type-on-black treatment is the system's loudest gesture: the words themselves are the visual, doing the work that photography or illustration would do elsewhere. Body and UI text drop dramatically to a quiet 12px, so the page reads as a hierarchy of huge statements punctuated by small, functional labels.
66
+
67
+ What distinguishes Quotabook from its fintech peers is the tension between that monumental type and its restrained interactive chrome. Depth is entirely flat — live inspection found `box-shadow: none` across the nav, hero, cards, and chips. Separation comes from near-black surface steps (`#050505`, `#121212`, `#1c1c1c`) rather than elevation. Interaction leans hard into the pill: the mint pay CTA and login button at 50px radius, white category chips at 30px, and small 3px-radius social buttons in the footer. The lone saturated hue — mint, at `#00e8c5` on the CTA and a brighter `#21fce3` on decorative section fills — is the system's single "action / energy" color against an otherwise monochrome black-and-grey field.
68
+
69
+ **Key Characteristics:**
70
+ - Pure black canvas (`#000000`) as the default surface — not dark-grey, true black
71
+ - Oversized Pretendard Black / ExtraBold headlines (90px–180px) as the primary visual
72
+ - Single electric mint accent (`#00e8c5`) reserved for the primary CTA; brighter `#21fce3` for decorative fills
73
+ - Flat, shadowless depth — near-black surface steps (`#050505` → `#121212` → `#1c1c1c`) do the separating
74
+ - Pill geometry — 50px CTA/login buttons, 30px category chips, 1000px full-round tags
75
+ - Tiny 12px functional UI/body text against monumental display type
76
+ - Cool grey text ladder (`#e6e6e6` → `#bfbfbf` → `#979797` → `#8e8e94`) for hierarchy on black
77
+ - Dark ink (`#171b21`) for labels on light/mint surfaces; `Fragment Mono` for occasional mono detail
78
+
79
+ ## 2. Color Palette & Roles
80
+
81
+ ### Primary / Accent
82
+ - **Quotabook Mint** (`#00e8c5`): The primary brand accent and CTA background (rgb 0,232,197). The single saturated hue — the "action" color on the pay button across home and pricing.
83
+ - **Bright Mint** (`#21fce3`): A brighter, more electric mint used for decorative full-bleed section fills and highlight tags. The high-energy companion to the primary.
84
+ - **Muted Mint** (`#7be3d3`): A softened mint that appears in secondary text/graphic accents on dark surfaces.
85
+
86
+ ### Canvas & Surfaces (dark ladder)
87
+ - **Canvas Black** (`#000000`): The page background — true black, the default surface for the entire system.
88
+ - **Surface** (`#050505`): The deepest near-black section fill, a barely-perceptible step off pure black.
89
+ - **Surface Raised** (`#121212`): Near-black raised surface for dark cards and the footer social buttons.
90
+ - **Surface Chip** (`#1c1c1c`): A slightly lighter raised step for chips and inset panels.
91
+
92
+ ### Text & Ink
93
+ - **White** (`#ffffff`): Primary heading and hero text on black; also the login-button and category-chip background.
94
+ - **Heading Soft** (`#e6e6e6`): Soft display grey for large section labels — a step down from pure white to keep the monumental type from over-glaring.
95
+ - **Muted** (`#bfbfbf`): Muted grey for secondary text and inactive labels on dark.
96
+ - **Faint** (`#979797`): Faint grey for tertiary/disabled labels — the most-used muted text color in the frequency scan.
97
+ - **Muted Alt** (`#8e8e94`): An alternate cool grey for fine print and metadata.
98
+ - **Ink Dark** (`#171b21`): Near-black ink used for text/labels sitting on light or mint surfaces (mint CTA, white pills), and for body text on the light pricing plan surface.
99
+ - **Slate** (`#7e8387`): A mid grey used as the pricing plan comparison surface fill.
100
+
101
+ ## 3. Typography Rules
102
+
103
+ ### Font Family
104
+ - **Display / Body**: `Pretendard` — the de-facto Korean product font, carrying every headline and label. Used at Black (900) and ExtraBold (800) for display, and Regular (400) for UI/body. Bold and SemiBold appear for intermediate emphasis.
105
+ - **Latin / numeric**: `Geist` — appears for select Latin and numeric runs.
106
+ - **Monospace**: `Fragment Mono` — occasional mono detailing (labels, technical accents).
107
+
108
+ ### Hierarchy
109
+
110
+ | Role | Font | Size | Weight | Notes |
111
+ |------|------|------|--------|-------|
112
+ | Display Mega | Pretendard ExtraBold | 180px | 800 | Oversized single-word hero ("금융") |
113
+ | Display Hero | Pretendard Black | 130px | 900 | Pricing / page hero headline |
114
+ | Display Section | Pretendard Black | 100px | 900 | Full-bleed section labels |
115
+ | Display Medium | Pretendard Black | 90px | 900 | Feature section heads |
116
+ | Subhead | Pretendard Black | 26px | 900 | Card / feature subheads |
117
+ | Button / Nav | Pretendard | 12px | 400 | Pill button and nav labels |
118
+ | Body | Pretendard | 12px | 400 | Base UI / body text |
119
+
120
+ ### Principles
121
+ - **Monumental display, tiny UI**: Headlines at 90–180px in weight 900/800 carry all visual weight; functional text sits at a quiet 12px. The size contrast IS the hierarchy.
122
+ - **Black is a weight, not just a color**: Pretendard Black (900) is the signature display weight — the type reads as heavy, architectural, capital-markets-serious.
123
+ - **Soft-grey the giants**: The largest labels use `#e6e6e6` rather than pure white so monumental type doesn't glare; only the sharpest hero words go full `#ffffff`.
124
+ - **One font family, many weights**: Pretendard does display and UI both; Geist and Fragment Mono are supporting roles, never the headline voice.
125
+
126
+ ## 4. Component Stylings
127
+
128
+ ### Buttons
129
+
130
+ **Pay CTA (Primary)**
131
+ - Background: `#00e8c5`
132
+ - Text: `#171b21`
133
+ - Radius: 50px
134
+ - Padding: 15px 16px
135
+ - Height: 46px
136
+ - Font: 12px Pretendard weight 400
137
+ - Use: Primary mint call-to-action ("바로 결제") — the system's single primary action
138
+
139
+ **Login (White Pill)**
140
+ - Background: `#ffffff`
141
+ - Text: `#171b21`
142
+ - Radius: 50px
143
+ - Padding: 14px 16px
144
+ - Height: 42px
145
+ - Font: 12px Pretendard weight 400
146
+ - Use: Header login button — white pill on the black nav
147
+
148
+ **Quote / Secondary (Transparent Pill)**
149
+ - Background: transparent
150
+ - Text: `#ffffff`
151
+ - Radius: 50px
152
+ - Padding: 15px 16px
153
+ - Height: 46px
154
+ - Font: 12px Pretendard weight 400
155
+ - Use: Secondary action ("견적 문의") — transparent pill beside the mint CTA
156
+
157
+ **Social Button**
158
+ - Background: `#121212`
159
+ - Text: `#ffffff`
160
+ - Radius: 3px
161
+ - Padding: 10px 12px
162
+ - Height: 34px
163
+ - Font: 12px Pretendard weight 400
164
+ - Use: Footer social links ("링크드인", "네이버 블로그", "브런치 스토리")
165
+
166
+ ### Inputs & Forms
167
+ - Background: `#121212`
168
+ - Text: `#ffffff`
169
+ - Radius: 8px
170
+ - Use: Dark form fields on the black canvas; placeholder in muted grey (`#8e8e94`), no shadow
171
+
172
+ ### Cards & Containers
173
+
174
+ **Dark Surface Card**
175
+ - Background: `#121212`
176
+ - Radius: 8px
177
+ - Use: Dark content card on the black canvas — shadowless, separated by surface step
178
+
179
+ **Pricing Plan Surface**
180
+ - Background: `#7e8387`
181
+ - Text: `#171b21`
182
+ - Radius: 8px
183
+ - Use: Pricing plan comparison panel (lighter slate block against black)
184
+
185
+ ### Badges
186
+
187
+ **Category Chip**
188
+ - Background: `#ffffff`
189
+ - Text: `#171b21`
190
+ - Radius: 30px
191
+ - Padding: 12px 15px
192
+ - Height: 39px
193
+ - Font: 12px Pretendard weight 400
194
+ - Use: White navigation/category chip ("디지털 플랫폼")
195
+
196
+ **Mint Highlight Tag**
197
+ - Background: `#21fce3`
198
+ - Text: `#171b21`
199
+ - Radius: 1000px (full)
200
+ - Font: 12px Pretendard weight 400
201
+ - Use: Bright mint emphasis tag / highlight pill
202
+
203
+ ### Navigation
204
+ - Background: `#000000`
205
+ - Text: `#ffffff`
206
+ - Font: 12px Pretendard weight 400
207
+ - Active: mint `#00e8c5` text on active item
208
+ - Use: Top nav ("금융 컨설팅", "요금제", "회사 소개") on the black header
209
+
210
+ ---
211
+
212
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 2 surfaces)
213
+ **Tier 1 sources:** https://quotabook.com/ , https://quotabook.com/pricing , https://blog.naver.com/quotabook
214
+ **Tier 2 sources:** getdesign.md/quotabook (not listed — "0 DESIGN.md files") ; styles.refero.design/?q=quotabook (not listed — search falls back to generic catalog, no Quotabook style page)
215
+ **Conflicts unresolved:** none
216
+
217
+ ## 5. Layout Principles
218
+
219
+ ### Spacing System
220
+ - Base unit: ~4px
221
+ - Scale: 4px, 8px, 12px, 16px, 24px, 48px, and a dramatic 140px section rhythm
222
+ - Notable: Section vertical padding lands at 140px (measured), giving the oversized headlines room to breathe as full-bleed statements
223
+
224
+ ### Grid & Container
225
+ - Full-bleed dark sections stacked vertically, each anchored by a monumental Pretendard headline
226
+ - Horizontal pill-chip rows for category/product navigation beneath hero statements
227
+ - Pricing surfaces group plan tiers as lighter slate (`#7e8387`) panels against the black field
228
+ - Cards use an 8px radius and sit directly on black, separated by surface tone rather than borders
229
+
230
+ ### Whitespace Philosophy
231
+ - **Scale over density**: enormous headlines with generous 140px section padding — the marketing surface is spacious and cinematic, not information-dense.
232
+ - **Flat segmentation**: sections separate by near-black surface steps (`#050505` / `#121212` / `#1c1c1c`) and by the mint accent, never by shadow.
233
+ - **Pill rhythm**: repeated 50px and 30px pills create a consistent rounded cadence across CTAs and category chips.
234
+
235
+ ### Border Radius Scale
236
+ - Micro (3px): footer social buttons, small tags
237
+ - Small (8px): cards, dark inputs, content containers
238
+ - Chip (30px): white category/navigation chips
239
+ - Pill (50px): primary CTA, login, secondary buttons
240
+ - Full (1000px): highlight tags, fully-round elements
241
+
242
+ ## 6. Depth & Elevation
243
+
244
+ | Level | Treatment | Use |
245
+ |-------|-----------|-----|
246
+ | Flat (Level 0) | No shadow | Page background, hero, most surfaces |
247
+ | Surface step 1 | `#050505` fill on `#000000` | Barely-there section separation |
248
+ | Surface step 2 | `#121212` fill | Dark cards, footer social buttons, inputs |
249
+ | Surface step 3 | `#1c1c1c` fill | Raised chips, inset panels |
250
+
251
+ **Shadow Philosophy**: Quotabook is a strictly shadowless system. Live inspection returned `box-shadow: none` across the nav, hero, cards, and chips on both the homepage and pricing surface. Depth is communicated entirely through a ladder of near-black surface tones (`#000000` → `#050505` → `#121212` → `#1c1c1c`) and through the mint accent, never through elevation. This keeps the dark UI feeling flat, modern, and architectural — the monumental type and the single mint hue carry all the emphasis that a shadow system would otherwise provide.
252
+
253
+ ## 7. Do's and Don'ts
254
+
255
+ ### Do
256
+ - Use a true black (`#000000`) canvas — the whole system is built on it
257
+ - Set headlines in Pretendard Black (900) or ExtraBold (800) at monumental sizes (90px+)
258
+ - Reserve mint (`#00e8c5`) for the primary CTA — keep it the single "action" color
259
+ - Use the brighter mint (`#21fce3`) only for decorative section fills and highlight tags
260
+ - Separate surfaces with near-black steps (`#050505`, `#121212`, `#1c1c1c`), never shadows
261
+ - Use pill geometry — 50px buttons, 30px category chips, full-round tags
262
+ - Soften the largest labels to `#e6e6e6` so monumental type doesn't glare
263
+ - Use dark ink (`#171b21`) for labels on mint or white surfaces
264
+
265
+ ### Don't
266
+ - Use drop shadows for elevation — Quotabook is a flat, shadowless system
267
+ - Spread mint across many elements — it dilutes the single-action signal
268
+ - Use a dark-grey "almost black" as the canvas — the base is true `#000000`
269
+ - Set headlines in a light weight — display is always Black/ExtraBold
270
+ - Use sharp square corners on interactive elements — CTAs and chips are pills
271
+ - Introduce a second saturated accent hue — mint is the only color
272
+ - Blow up 12px UI text to compensate for the giant headlines — the size contrast is intentional
273
+ - Put light-on-light or white text on the mint CTA — labels on mint are dark ink
274
+
275
+ ## 8. Responsive Behavior
276
+
277
+ ### Breakpoints
278
+ | Name | Width | Key Changes |
279
+ |------|-------|-------------|
280
+ | Mobile | <640px | Single column, monumental headlines scale down sharply, chips wrap |
281
+ | Tablet | 640-1024px | Moderate padding, 2-up feature blocks |
282
+ | Desktop | 1024-1440px | Full layout, oversized hero statements, multi-column product grids |
283
+
284
+ ### Touch Targets
285
+ - Primary mint CTA at 46px height, full 50px pill — an unmistakable target
286
+ - Login pill at 42px height; category chips at 39px height with 12px 15px padding
287
+ - Nav labels spaced for touch on the black header
288
+
289
+ ### Collapsing Strategy
290
+ - Hero: 180px/130px display type scales down aggressively on mobile, weight 900/800 maintained
291
+ - Category chip rows: horizontal wrap/scroll on narrow viewports
292
+ - Full-bleed dark sections maintain their treatment; 140px section padding compresses
293
+ - Pricing plan panels stack single-column
294
+
295
+ ### Image Behavior
296
+ - Product/app imagery carries no shadow at any size, consistent with the flat system
297
+ - Cards maintain 8px radius across breakpoints
298
+ - Mint accents and decorative fills persist across sizes
299
+
300
+ ## 9. Agent Prompt Guide
301
+
302
+ ### Quick Color Reference
303
+ - Primary CTA: Quotabook Mint (`#00e8c5`)
304
+ - Decorative fill / highlight: Bright Mint (`#21fce3`)
305
+ - Canvas: Black (`#000000`)
306
+ - Surfaces: `#050505` → `#121212` → `#1c1c1c` (near-black ladder)
307
+ - Heading text: White (`#ffffff`), softened to `#e6e6e6` at largest sizes
308
+ - Muted text: `#bfbfbf` / `#979797` / `#8e8e94`
309
+ - Ink on light/mint: `#171b21`
310
+ - Pricing slate panel: `#7e8387`
311
+
312
+ ### Example Component Prompts
313
+ - "Create a hero on a pure black (#000000) background. Headline as a single word at 180px Pretendard ExtraBold weight 800, color #ffffff. Below it, a mint CTA: #00e8c5 background, #171b21 text, 50px radius, 15px 16px padding, 12px Pretendard — '바로 결제'. Beside it a transparent 50px pill with white text — '견적 문의'."
314
+ - "Design a dark card: #121212 background, 8px radius, no shadow, on a #000000 canvas. Subhead 26px Pretendard Black weight 900, #ffffff. Body 12px Pretendard weight 400, #bfbfbf."
315
+ - "Build a category chip row: white #ffffff chips, #171b21 text, 30px radius, 12px 15px padding, 12px Pretendard — 'digital platform' labels."
316
+ - "Create a top nav on #000000. 12px Pretendard weight 400 links, #ffffff text, mint #00e8c5 on active. White login pill (#ffffff bg, #171b21 text, 50px radius) right-aligned."
317
+ - "Add a bright-mint highlight tag: #21fce3 background, #171b21 text, full 1000px radius, 12px Pretendard."
318
+
319
+ ### Iteration Guide
320
+ 1. Canvas is true black (`#000000`); build up with near-black surface steps, never shadows
321
+ 2. Headlines are Pretendard Black/ExtraBold at 90px+; UI text stays at 12px
322
+ 3. Mint (`#00e8c5`) is the single action color — don't spread it
323
+ 4. Brighter mint (`#21fce3`) is decorative-only (section fills, tags)
324
+ 5. Pill geometry throughout — 50px buttons, 30px chips, 1000px tags, 8px cards
325
+ 6. Labels on mint/white use dark ink (`#171b21`); text on black uses white → grey ladder
326
+ 7. Soften the largest labels to `#e6e6e6` to avoid glare
327
+
328
+ ---
329
+
330
+ ## 10. Voice & Tone
331
+
332
+ Quotabook's voice is **authoritative, precise, and category-defining** — it speaks to founders, CFOs, and institutional investors as a peer in capital markets, not to consumers being onboarded. The positioning line "국내유일 기업 증권금융" ("Korea's only corporate securities finance") sets the register: a confident category claim, stated plainly, no exclamation. Copy favors institutional financial vocabulary (증권금융, 주주명부, 스톡옵션, RSU, 팬텀스톡, 공시연동) used correctly and without over-explanation, trusting that its B2B audience already knows the terms. Where consumer fintech decodes jargon, Quotabook wields it as a competence signal.
333
+
334
+ | Context | Tone |
335
+ |---|---|
336
+ | Positioning / hero | Category-defining, declarative. "국내유일 기업 증권금융." Confident, not hype. |
337
+ | Product labels | Precise capital-markets vocabulary. "주주명부", "스톡옵션", "이사회", "공시연동". |
338
+ | CTAs | Direct, transactional. "바로 결제", "견적 문의". |
339
+ | Pricing | Growth-framed, plain. "기업 성장에 최적화된 요금제". |
340
+ | Service framing | End-to-end, enterprise. "기업 맞춤형 End-to-End 서비스". |
341
+
342
+ **Voice samples (verbatim from live site):**
343
+ - "국내유일 기업 증권금융" — homepage positioning / page title. *(verified live 2026-07-02)*
344
+ - "기업 맞춤형 End-to-End 서비스" — homepage section head. *(verified live 2026-07-02)*
345
+ - "기업 성장에 최적화된 요금제" — pricing hero headline. *(verified live 2026-07-02)*
346
+
347
+ **Forbidden register**: consumer-cutesy tone, emoji, exclamation-heavy hype, over-explaining basic securities terms to a professional audience, or softening the category claim with hedges.
348
+
349
+ ## 11. Brand Narrative
350
+
351
+ Quotabook (쿼타북) is operated by **Quotalab (쿼타랩)** and addresses a structural gap in the Korean startup ecosystem: equity, cap tables, stock options, and shareholder records were historically managed in spreadsheets, scattered paper filings, and law-firm back-and-forth, with no single source of truth connecting founders, employees, and investors. Quotabook reframed that fragmentation into a single digital platform — a "BizSuite" spanning cap-table management (주주명부), stock options and RSU/phantom-stock programs, shareholder meetings (주주총회) and board governance (이사회), regulatory disclosure integration (공시연동), and, on the investor side, fund administration and portfolio management.
352
+
353
+ The homepage states the ambition directly — "국내유일 기업 증권금융" (Korea's only corporate securities finance) and "기업 맞춤형 End-to-End 서비스" — positioning Quotabook not as a single tool but as the connective financial infrastructure between a company and its stakeholders, from incorporation through IPO. It is frequently described as the Korean analog to Carta.
354
+
355
+ What Quotabook refuses, visible in its design: the pastel, rounded, consumer-friendly look of retail fintech, and the intimidating navy-and-gold institutionalism of legacy financial software. What it embraces: a black, editorial, capital-markets-serious aesthetic; monumental Pretendard type that makes the words themselves the visual; a single electric mint accent; and a flat, shadowless, engineered surface that signals technical competence to a professional B2B audience.
356
+
357
+ ## 12. Principles
358
+
359
+ 1. **Category authority, stated plainly.** Quotabook claims a category ("국내유일 기업 증권금융") rather than describing features. *UI implication:* lead with monumental, declarative headlines; let the words carry the page.
360
+ 2. **One action, one color.** Mint (`#00e8c5`) means "do this." *UI implication:* reserve the saturated mint exclusively for the primary CTA so the next step is never ambiguous on the dark field.
361
+ 3. **Serious by surface.** The black canvas and heavy type signal capital-markets weight, not consumer play. *UI implication:* true black (`#000000`), Pretendard Black display, no decorative softness.
362
+ 4. **Flat and engineered.** Depth comes from surface tone, not shadow. *UI implication:* build the near-black ladder (`#050505` / `#121212` / `#1c1c1c`); never reach for a drop shadow.
363
+ 5. **Competence over hand-holding.** Financial vocabulary is used correctly and confidently. *UI implication:* label products with real capital-markets terms; don't dumb them down for the professional audience.
364
+
365
+ ## 13. Personas
366
+
367
+ *Personas below are fictional archetypes informed by publicly observable Quotabook user segments (Korean startup founders, finance/CFO teams, and venture investors), not individual people.*
368
+
369
+ **정민석, 38, 서울.** Co-founder and CEO of a Series-B SaaS startup. Migrated his cap table off spreadsheets before a new financing round. Values a single source of truth for the 주주명부 and stock-option pool that his lawyers, board, and employees can all trust. Chose Quotabook because it looked and felt like serious financial infrastructure, not a consumer app.
370
+
371
+ **한지우, 33, 성남.** Finance lead at a growth-stage company running an employee stock-option and RSU program. Uses Quotabook to manage grants, vesting, and 공시연동 without stitching together spreadsheets and law-firm emails. Appreciates that the product speaks her professional vocabulary directly.
372
+
373
+ **이도현, 45, 서울.** Partner at a venture fund using Quotabook's investor-side tools for fund administration and portfolio management. Wants clean, precise reporting across portfolio companies. Trusts the brand's serious, capital-markets-grade presentation over flashier alternatives.
374
+
375
+ ## 14. States
376
+
377
+ | State | Treatment |
378
+ |---|---|
379
+ | **Empty (no cap-table data yet)** | Black canvas. Single white (`#ffffff`) line explaining nothing has been added, with one mint (`#00e8c5`) CTA to import or add. No decorative illustration. |
380
+ | **Empty (no portfolio/fund yet)** | Muted grey (`#979797`) single line: nothing tracked yet, plus a path to add the first entity. Calm, professional. |
381
+ | **Loading (data fetch)** | Skeleton rows on a `#121212` surface at final dimensions, 8px radius. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
382
+ | **Loading (compute/report)** | Inline progress on a dark surface; previous values stay visible. |
383
+ | **Error (action failed)** | Inline message in white text on a `#121212` surface with a plain explanation and a retry. No bare "오류가 발생했습니다" — states the next step. |
384
+ | **Error (form validation)** | Field-level message below the dark input; describes what is valid, not just "필수". |
385
+ | **Success (action completed)** | Brief inline confirmation in a calm tone; next-step detail linked below. Mint (`#00e8c5`) accent, no celebratory emoji. |
386
+ | **Skeleton** | `#121212` blocks at final dimensions, 8px radius, flat pulse. |
387
+ | **Disabled** | Faint grey (`#8e8e94`) text on a reduced-opacity dark surface; mint actions fade rather than turn grey to preserve the brand read. |
388
+
389
+ ## 15. Motion & Easing
390
+
391
+ **Durations**:
392
+
393
+ | Token | Value | Use |
394
+ |---|---|---|
395
+ | `motion-fast` | 120ms | Hover, pill press, focus |
396
+ | `motion-standard` | 220ms | Card/section reveal, sheet, dropdown |
397
+ | `motion-slow` | 340ms | Page-level transitions, monumental hero reveals |
398
+
399
+ **Easings**:
400
+
401
+ | Token | Curve | Use |
402
+ |---|---|---|
403
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — sheets, cards, chips |
404
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
405
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
406
+
407
+ **Motion rules**: Motion is restrained and precise — consistent with the flat, serious aesthetic. Pills respond to press with a subtle scale/opacity shift; monumental section headlines reveal with a quiet fade-and-rise at `motion-slow / ease-enter` as the user scrolls. No bounce or spring — a capital-markets platform signals steadiness, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant; the product remains fully functional.
408
+
409
+ <!--
410
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
411
+
412
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on
413
+ https://quotabook.com/ and https://quotabook.com/pricing:
414
+ - Home H1 "금융" — Pretendard ExtraBold 180px / weight 800 / color rgb(255,255,255) #ffffff
415
+ - Home H2 "쿼타북 BizSuite" — Pretendard Black 100px / weight 900 / rgb(230,230,230) #e6e6e6
416
+ - Home H2 "기업 맞춤형 End-to-End 서비스" — 90px / weight 900
417
+ - Pay CTA "바로 결제" — bg rgb(0,232,197) #00e8c5 / radius 50px / 15px 16px padding
418
+ - Login pill "로그인" — bg rgb(255,255,255) #ffffff / radius 50px
419
+ - Category chip "디지털 플랫폼" — bg #ffffff / radius 30px
420
+ - Social buttons "링크드인/네이버 블로그/브런치 스토리" — bg rgb(18,18,18) #121212 / radius 3px
421
+ - Pricing H1 "기업 성장에 최적화된 요금제" — Pretendard Black 130px / weight 900
422
+ - box-shadow: none across nav/hero/cards/chips (shadowless system confirmed)
423
+ - Canvas bg rgb(0,0,0) #000000; near-black ladder #050505 / #121212 / #1c1c1c
424
+ - document.title home: "쿼타북|국내유일 기업 증권금융"; pricing: "쿼타북|요금제"
425
+
426
+ Token-level claims (§1–9) are sourced from this live inspection (see
427
+ web/references/quotabook/.verification.md for the full raw sample set).
428
+
429
+ Voice samples (§10) are verbatim from the live site (homepage positioning/title,
430
+ homepage section head, pricing hero).
431
+
432
+ Brand narrative (§11): Quotabook (쿼타북) is operated by Quotalab (쿼타랩) and is a
433
+ Korean equity / cap-table / stock-option / fund-administration platform positioned
434
+ as "국내유일 기업 증권금융" and frequently described as the Korean analog to Carta.
435
+ The product scope (주주명부, 스톡옵션, RSU, 팬텀스톡, 주주총회, 이사회, 공시연동,
436
+ fund/portfolio management) is drawn directly from the live homepage navigation. These
437
+ are widely documented public facts about the company; specific corporate details beyond
438
+ the site are general public knowledge, not directly quoted from a verified Quotabook
439
+ statement in this turn.
440
+
441
+ Personas (§13) are fictional archetypes informed by publicly observable Quotabook user
442
+ segments (Korean startup founders, finance/CFO teams, venture investors). Names are
443
+ illustrative; they do not refer to real people.
444
+
445
+ Interpretive claims (e.g., "black as a capital-markets seriousness signal", "one action,
446
+ one color", "flat and engineered as a rejection of both consumer-fintech softness and
447
+ legacy financial institutionalism") are editorial readings connecting Quotabook's observed
448
+ design to its positioning, not directly sourced Quotabook statements.
449
+ -->