oh-my-design-cli 1.8.6 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +2761 -85
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,429 @@
1
+ ---
2
+ id: heydealer
3
+ name: Heydealer
4
+ display_name_kr: 헤이딜러
5
+ country: KR
6
+ category: consumer-tech
7
+ homepage: "https://www.heydealer.com/"
8
+ primary_color: "#396eff"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=heydealer.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 product CTA blue (#396eff, rgb 57,110,255) on 바로 구매예약; secondary action is pure black (#000000). Text is near-black ink #0d0d0e, never a soft grey. Shadowless system — separation via #e9eaec hairlines + low-alpha #70727c neutral tint. Sharp 4px radius is the workhorse."
19
+ colors:
20
+ primary: "#396eff"
21
+ ink: "#0d0d0e"
22
+ ink-pure: "#000000"
23
+ ink-navy: "#272e40"
24
+ chip-dark: "#0f1014"
25
+ muted: "#37383d"
26
+ muted-alt: "#2d2e32"
27
+ muted-grey: "#858892"
28
+ surface: "#70727c"
29
+ canvas: "#ffffff"
30
+ on-dark: "#f8f8f9"
31
+ hairline: "#e9eaec"
32
+ typography:
33
+ family: { sans: "spoqaHanSansNeo" }
34
+ display: { size: 32, weight: 700, lineHeight: 1.38, tracking: -0.32, use: "Largest section display, Spoqa Han Sans Neo Bold" }
35
+ section: { size: 20, weight: 700, lineHeight: 1.40, tracking: -0.32, use: "Section titles (색상, 옵션)" }
36
+ card-head: { size: 18, weight: 700, lineHeight: 1.44, tracking: -0.25, use: "Card / feature heads (비슷한 차)" }
37
+ emphasis: { size: 15, weight: 700, lineHeight: 1.47, tracking: -0.195, use: "Bold labels, button text, spec emphasis" }
38
+ body: { size: 16, weight: 400, lineHeight: 1.50, use: "Standard reading text, listing copy" }
39
+ meta: { size: 15, weight: 400, lineHeight: 1.47, tracking: -0.195, use: "Secondary / meta text (muted)" }
40
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 24, section: 48 }
41
+ rounded: { sm: 2, md: 4, lg: 16, full: 9999 }
42
+ shadow:
43
+ none: "none"
44
+ components:
45
+ button-primary: { type: button, bg: "#396eff", fg: "#f8f8f9", radius: "4px", height: "52px", padding: "0 24px", font: "15px / 700 spoqaHanSansNeo", use: "Primary blue CTA — 바로 구매예약 (book purchase)" }
46
+ button-secondary: { type: button, bg: "#000000", fg: "#f8f8f9", radius: "4px", height: "52px", padding: "0 24px", font: "15px / 700 spoqaHanSansNeo", use: "Black secondary action — 인증 리포트 (certified report)" }
47
+ nav-link: { type: tab, fg: "#0d0d0e", font: "16px / 400 spoqaHanSansNeo", active: "text #0d0d0e", use: "Top nav item; inactive links drop to #37383d at 60% alpha" }
48
+ filter-chip: { type: badge, bg: "#70727c", fg: "#0d0d0e", border: "1px solid #000000", radius: "4px", padding: "8px 12px", font: "16px / 400 spoqaHanSansNeo", use: "Selected spec filter chip on low-alpha #70727c tint" }
49
+ card-white: { type: card, bg: "#ffffff", fg: "#0d0d0e", border: "1px solid #e9eaec", radius: "4px", use: "White listing / content card, hairline separated, no shadow" }
50
+ card-thumb: { type: card, bg: "#70727c", radius: "4px", use: "Photo thumbnail tile, neutral #70727c surface at ~5% alpha" }
51
+ search-input: { type: input, bg: "#000000", fg: "#f8f8f9", radius: "16px", font: "16px / 400 spoqaHanSansNeo", use: "Rounded overlay search field" }
52
+ components_harvested: true
53
+ ---
54
+
55
+ # Design System Inspiration of Heydealer
56
+
57
+ ## 1. Visual Theme & Atmosphere
58
+
59
+ Heydealer (헤이딜러) is Korea's app-first used-car platform — a reverse-auction sell-my-car service and certified buy-a-car marketplace operated by PRND — and its web surface reads like a fast, engineered product tool rather than a glossy automotive brochure. The canvas is pure white (`#ffffff`), text sits in a near-black ink (`#0d0d0e`) that is deliberately not a soft grey, and the entire interface is built on razor-sharp `4px` corners. A single saturated electric blue (`#396eff`) is reserved almost exclusively for the primary "do this" action — the `바로 구매예약` (book purchase) button — so the eye is trained to read that one hue as commitment. The result feels closer to a financial dashboard than a car dealership: dense, confident, and information-forward.
60
+
61
+ The typographic voice is unmistakably Korean-product: everything runs in **Spoqa Han Sans Neo** (`spoqaHanSansNeo`), the widely-used open-source hangul family. Emphasis and headings are set **Bold (weight 700)** with tight negative tracking (`-0.32px` at 20px, `-0.252px` at 18px, `-0.195px` at 15px), while body and listing copy stay at a quiet **weight 400 / 16px**. Button labels are Bold 15px. This bold-head / regular-body split is the system's core hierarchy signal — heydealer never leans on color or size alone; weight carries the structure. There is no oversized hero display type on the web marketplace; the largest recurring display size is a restrained 32px.
62
+
63
+ What most distinguishes Heydealer is its refusal of depth. Live inspection found `box-shadow: none` across the nav, listing cards, chips, and CTAs — this is a near-shadowless system. Separation comes entirely from thin `#e9eaec` hairlines and a low-alpha neutral tint built on `#70727c` (used around 5–8% opacity) for surface blocks and photo thumbnails. Secondary actions go pure black (`#000000`); a near-black `#0f1014` and a dark navy `#272e40` appear on immersive dark blocks, with off-white `#f8f8f9` as the text-on-dark color. The overall impression is engineered flatness — a used-car service that looks like a precise instrument, not a showroom.
64
+
65
+ **Key Characteristics:**
66
+ - Spoqa Han Sans Neo throughout — Bold (700) for heads/labels, Regular (400) for body
67
+ - Single saturated blue (`#396eff`) reserved for the primary purchase CTA — the one "action" color
68
+ - Near-black ink (`#0d0d0e`) for text instead of a soft grey — crisp, high-contrast, product-grade
69
+ - Pure black (`#000000`) for the secondary action button, distinct from the blue primary
70
+ - Shadowless system — `#e9eaec` hairlines and low-alpha `#70727c` tint do all the separating
71
+ - Sharp `4px` radius as the universal workhorse; `2px` on fine elements, `16px` on the search field, full `100px` pills on a few chips
72
+ - Tight negative tracking that scales with size (`-0.32px` → `-0.195px`)
73
+ - Muted neutral ladder (`#37383d` → `#2d2e32` → `#858892`) for de-emphasized text
74
+ - Dark blocks use near-black `#0f1014` / navy `#272e40` with off-white `#f8f8f9` text
75
+
76
+ ## 2. Color Palette & Roles
77
+
78
+ ### Primary
79
+ - **Heydealer Blue** (`#396eff`): Primary brand and action color. The saturated electric blue on the `바로 구매예약` purchase CTA and a heavily-used interactive/link accent — the system's single "commit" color.
80
+ - **Ink** (`#0d0d0e`): Primary text and heading color. A near-black that carries maximum legibility for dense listing data — used instead of a soft grey.
81
+ - **Pure Black** (`#000000`): The secondary action button background (e.g. `인증 리포트`) and selected-chip border; a deliberate second dark distinct from the blue primary.
82
+
83
+ ### Neutral & Surface
84
+ - **Canvas White** (`#ffffff`): Page background and white card surfaces.
85
+ - **Neutral Surface** (`#70727c`): The base of the low-alpha tint (~5–8%) used for surface blocks, photo thumbnail tiles, and filter chips — the primary flat-separation device.
86
+ - **Hairline** (`#e9eaec`): Thin borders, dividers, and white-card outlines — the separation device given the shadow-free system.
87
+ - **On-Dark** (`#f8f8f9`): Off-white text/foreground used on black and dark blocks.
88
+
89
+ ### Dark Blocks
90
+ - **Chip Dark** (`#0f1014`): Near-black background for immersive dark tiles and dark chips.
91
+ - **Ink Navy** (`#272e40`): Dark navy surface used on select immersive blocks and the sell-flow hero.
92
+
93
+ ### Text Hierarchy
94
+ - **Ink** (`#0d0d0e`): Primary text, headings, labels, active nav.
95
+ - **Muted** (`#37383d`): Secondary / inactive text (rendered around 60% alpha for inactive nav items).
96
+ - **Muted Alt** (`#2d2e32`): Dark de-emphasized text (rendered around 88% alpha).
97
+ - **Muted Grey** (`#858892`): Tertiary text, captions, metadata, fine print.
98
+
99
+ ## 3. Typography Rules
100
+
101
+ ### Font Family
102
+ - **Sans**: `spoqaHanSansNeo` (Spoqa Han Sans Neo), with system fallbacks (`-apple-system`, `system-ui`, `sans-serif`). This single family carries display, UI, and body — there is no separate display face.
103
+
104
+ ### Hierarchy
105
+
106
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
107
+ |------|------|------|--------|-------------|----------------|-------|
108
+ | Display | Spoqa Han Sans Neo | 32px (2.00rem) | 700 | 1.38 (44px) | -0.32px | Largest section display |
109
+ | Section Heading | Spoqa Han Sans Neo | 20px (1.25rem) | 700 | 1.40 (28px) | -0.32px | Section titles (색상, 옵션) |
110
+ | Card / Feature Head | Spoqa Han Sans Neo | 18px (1.13rem) | 700 | 1.44 (26px) | -0.252px | Card heads (비슷한 차) |
111
+ | Emphasis / Button | Spoqa Han Sans Neo | 15px (0.94rem) | 700 | 1.47 (22px) | -0.195px | Bold labels, CTA text, spec emphasis |
112
+ | Body | Spoqa Han Sans Neo | 16px (1.00rem) | 400 | 1.50 | normal | Standard reading text, listing copy |
113
+ | Meta | Spoqa Han Sans Neo | 15px (0.94rem) | 400 | 1.47 (22px) | -0.195px | Secondary / muted metadata |
114
+
115
+ ### Principles
116
+ - **Weight is the hierarchy**: Bold (700) marks every heading, label, and CTA; Regular (400) carries every paragraph. The weight contrast — not size or color — is the primary signal.
117
+ - **One family, every job**: Spoqa Han Sans Neo runs display through fine print. There is no separate display font; consistency is the point.
118
+ - **Tight tracking scales with size**: -0.32px at 20px, -0.252px at 18px, -0.195px at 15px. Headings compress; body stays at normal tracking.
119
+ - **Restrained display sizes**: The web marketplace tops out around 32px — heydealer favors dense, scannable data over big hero type.
120
+
121
+ ## 4. Component Stylings
122
+
123
+ ### Buttons
124
+
125
+ **Primary Purchase CTA**
126
+ - Background: `#396eff`
127
+ - Text: `#f8f8f9`
128
+ - Radius: 4px
129
+ - Padding: 0px 24px
130
+ - Height: 52px
131
+ - Font: 15px Spoqa Han Sans Neo weight 700
132
+ - Use: Primary blue action — `바로 구매예약` (book purchase now), the single commit CTA
133
+
134
+ **Black Secondary**
135
+ - Background: `#000000`
136
+ - Text: `#f8f8f9`
137
+ - Radius: 4px
138
+ - Padding: 0px 24px
139
+ - Height: 52px
140
+ - Font: 15px Spoqa Han Sans Neo weight 700
141
+ - Use: Secondary action — `인증 리포트` (view certified report)
142
+
143
+ **Nav Text Button**
144
+ - Background: transparent
145
+ - Text: `#0d0d0e`
146
+ - Radius: 4px
147
+ - Padding: 8px
148
+ - Font: 15px Spoqa Han Sans Neo weight 700
149
+ - Use: Header nav actions (내차사기, 내차팔기); inactive items drop to `#37383d` at 60% alpha
150
+
151
+ ### Inputs & Forms
152
+
153
+ **Overlay Search**
154
+ - Background: `#000000`
155
+ - Text: `#f8f8f9`
156
+ - Radius: 16px
157
+ - Font: 16px Spoqa Han Sans Neo weight 400
158
+ - Use: Rounded overlay search field (softer 16px corner vs the 4px workhorse)
159
+
160
+ ### Cards & Containers
161
+
162
+ **White Listing Card**
163
+ - Background: `#ffffff`
164
+ - Text: `#0d0d0e`
165
+ - Border: 1px solid `#e9eaec`
166
+ - Radius: 4px
167
+ - Use: White listing / content card, hairline separated, no shadow
168
+
169
+ **Photo Thumbnail Tile**
170
+ - Background: `#70727c`
171
+ - Radius: 4px
172
+ - Use: Vehicle photo thumbnail tile — neutral `#70727c` surface at ~5% alpha (외부 / 실내 galleries)
173
+
174
+ ### Badges
175
+
176
+ **Selected Filter Chip**
177
+ - Background: `#70727c`
178
+ - Text: `#0d0d0e`
179
+ - Border: 1px solid `#000000`
180
+ - Radius: 4px
181
+ - Padding: 8px 12px
182
+ - Font: 16px Spoqa Han Sans Neo weight 400
183
+ - Use: Selected spec filter chip (e.g. `2.0 가솔린`) on a low-alpha `#70727c` tint
184
+
185
+ **Blue Info Strip**
186
+ - Text: `#0d0d0e`
187
+ - Radius: 4px
188
+ - Padding: 12px
189
+ - Use: Reassurance strip on a `#396eff` tint at ~4% alpha (`모든 차량 1년 무료 보증`, `단순 변심도 무료 환불 가능`)
190
+
191
+ ### Navigation
192
+ - Background: `#ffffff`
193
+ - Text: `#0d0d0e`
194
+ - Font: 16px Spoqa Han Sans Neo weight 400
195
+ - Active: `#0d0d0e` ink on the active item
196
+ - Inactive: `#37383d` at 60% alpha
197
+ - Use: Top horizontal nav (헤이딜러 홈, 내차사기, 내차팔기, 폐차 견적받기, 중고차 숨은 이력)
198
+
199
+ ---
200
+
201
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 3 surfaces)
202
+ **Tier 1 sources:** https://www.heydealer.com/ , https://www.heydealer.com/market/cars/gQ60AKy0 , https://www.heydealer.com/sell , https://medium.com/prnd
203
+ **Tier 2 sources:** getdesign.md/heydealer (0 DESIGN.md files — not listed); styles.refero.design/?q=heydealer (no heydealer style — generic browse grid only)
204
+ **Conflicts unresolved:** none
205
+
206
+ ## 5. Layout Principles
207
+
208
+ ### Spacing System
209
+ - Base unit: 4px
210
+ - Scale: 4px, 8px, 12px, 16px, 24px, 48px
211
+ - Notable: Button horizontal padding lands at 24px; chip padding at 8px 12px — compact, data-dense hit areas suited to a marketplace grid
212
+
213
+ ### Grid & Container
214
+ - Dense listing/marketplace grid is the dominant pattern — vehicle cards tiled with hairline separation
215
+ - Car detail pages stack a photo gallery (thumbnail tiles) over spec sections and a sticky purchase CTA
216
+ - Sections separate by white (`#ffffff`) vs low-alpha `#70727c` tint bands rather than by borders or elevation
217
+ - Cards use the sharp 4px radius and group related specs/listings
218
+
219
+ ### Whitespace Philosophy
220
+ - **Dense but breathable**: a data-heavy marketplace kept scannable through consistent 4px-grid rhythm and hairline separation, not padding bloat.
221
+ - **Flat segmentation**: blocks separate by background tint and `#e9eaec` hairlines, never by shadow.
222
+ - **Action anchored**: the blue CTA is spatially isolated (often sticky) so the next step is unambiguous amid dense listings.
223
+
224
+ ### Border Radius Scale
225
+ - Fine (2px): fine-grained inner elements
226
+ - Standard (4px): buttons, cards, chips, tiles — the universal workhorse
227
+ - Soft (16px): the overlay search field
228
+ - Pill (100px): a few rounded chips/badges
229
+ - Circle (50%): avatars and circular controls
230
+
231
+ ## 6. Depth & Elevation
232
+
233
+ | Level | Treatment | Use |
234
+ |-------|-----------|-----|
235
+ | Flat (Level 0) | No shadow | Page background, inline text, most surfaces |
236
+ | Tint (Level 1) | Low-alpha `#70727c` background shift | Card/section/thumbnail separation without elevation |
237
+ | Hairline (Level 2) | `1px solid #e9eaec` border | White card outlines, dividers |
238
+
239
+ **Shadow Philosophy**: Heydealer is a near-shadowless system. Live inspection found `box-shadow: none` across the nav, listing cards, filter chips, and CTAs. Depth and grouping are communicated entirely through flat low-alpha `#70727c` tints and thin `#e9eaec` hairlines. This is a deliberate modern-flat choice that keeps a data-dense used-car marketplace feeling fast and app-native, avoiding the heavy card-stack look of legacy classified sites. When emphasis is needed, the system reaches for color (blue `#396eff`) or a dark block (`#0f1014` / `#272e40`), never elevation.
240
+
241
+ ## 7. Do's and Don'ts
242
+
243
+ ### Do
244
+ - Use Spoqa Han Sans Neo throughout — Bold (700) for heads/labels/CTAs, Regular (400) for body
245
+ - Reserve blue (`#396eff`) for the primary purchase CTA — keep it the single "action" color
246
+ - Use pure black (`#000000`) for the secondary action button, distinct from the blue primary
247
+ - Use near-black ink (`#0d0d0e`) for text instead of a soft grey
248
+ - Separate sections with low-alpha `#70727c` tint and `#e9eaec` hairlines, not shadows
249
+ - Keep the sharp 4px radius as the default on buttons, cards, chips, and tiles
250
+ - Apply tight negative tracking on headings (-0.32px at 20px)
251
+ - Use off-white `#f8f8f9` text on black/dark blocks (`#0f1014`, `#272e40`)
252
+
253
+ ### Don't
254
+ - Use drop shadows for elevation — heydealer is a flat, shadow-free system
255
+ - Spread blue across many elements — it dilutes the single-action signal
256
+ - Use a soft grey for body text — reserve the crisp near-black `#0d0d0e`
257
+ - Use large pill radii on primary buttons — the CTA is a sharp 4px, not a pill
258
+ - Set body copy in Bold — Bold (700) is reserved for heads, labels, and CTAs
259
+ - Introduce a second saturated accent hue — blue is the only vivid color
260
+ - Use positive letter-spacing on headings — heydealer tracks tight
261
+ - Rely on color alone for hierarchy — weight (700 vs 400) does the structural work
262
+
263
+ ## 8. Responsive Behavior
264
+
265
+ ### Breakpoints
266
+ | Name | Width | Key Changes |
267
+ |------|-------|-------------|
268
+ | Mobile | <640px | Single-column listing feed, sticky bottom CTA, chips wrap/scroll |
269
+ | Tablet | 640-1024px | 2-up card grid, moderate padding |
270
+ | Desktop | 1024-1440px | Multi-column marketplace grid, side spec panels on detail pages |
271
+
272
+ ### Touch Targets
273
+ - Primary CTA at 52px height, full-width sticky on mobile — an unmistakable target
274
+ - Secondary black button at 52px height with 24px horizontal padding
275
+ - Filter chips at ~36px height with 8px 12px padding — compact but tappable
276
+
277
+ ### Collapsing Strategy
278
+ - Marketplace grid: multi-column → single-column feed on mobile
279
+ - Car detail: side-by-side gallery + spec panel → stacked, with the purchase CTA pinned to the bottom
280
+ - Filter chip rows wrap/scroll horizontally on narrow viewports
281
+ - Tint/white alternating bands maintain full-width treatment
282
+
283
+ ### Image Behavior
284
+ - Vehicle photos sit in 4px-radius tiles on the neutral `#70727c` tint with no shadow at any size
285
+ - Thumbnail galleries (외부/실내) maintain the sharp 4px radius across breakpoints
286
+
287
+ ## 9. Agent Prompt Guide
288
+
289
+ ### Quick Color Reference
290
+ - Primary CTA: Heydealer Blue (`#396eff`)
291
+ - Secondary button: Pure Black (`#000000`)
292
+ - Background: Canvas White (`#ffffff`)
293
+ - Neutral surface tint: `#70727c` (used at ~5–8% alpha)
294
+ - Heading / body text: Ink (`#0d0d0e`)
295
+ - Secondary text: Muted (`#37383d`)
296
+ - Metadata text: Muted Grey (`#858892`)
297
+ - Text on dark: On-Dark (`#f8f8f9`)
298
+ - Dark blocks: Chip Dark (`#0f1014`), Ink Navy (`#272e40`)
299
+ - Hairline: `#e9eaec`
300
+
301
+ ### Example Component Prompts
302
+ - "Create a purchase CTA: #396eff background, #f8f8f9 text, 4px radius, 0 24px padding, 52px height, 15px Spoqa Han Sans Neo weight 700. Next to it a black secondary button: #000000 background, #f8f8f9 text, same geometry."
303
+ - "Design a white listing card: #ffffff background, 1px solid #e9eaec border, 4px radius, no shadow. Title 18px Spoqa Han Sans Neo weight 700, -0.252px tracking, #0d0d0e. Meta 15px weight 400, #858892."
304
+ - "Build a spec filter chip: low-alpha #70727c tint, #0d0d0e text, 4px radius, 8px 12px padding, 16px weight 400; when selected add a 1px solid #000000 border."
305
+ - "Create top nav: white background, 16px Spoqa Han Sans Neo weight 400 links, #0d0d0e for the active item and #37383d at 60% for inactive. No shadow — separate with a #e9eaec hairline."
306
+
307
+ ### Iteration Guide
308
+ 1. Spoqa Han Sans Neo everywhere; Bold (700) for heads/labels/CTAs, Regular (400) for body
309
+ 2. Blue (`#396eff`) is the single action color — don't spread it
310
+ 3. Secondary action goes pure black (`#000000`), not a second blue
311
+ 4. No shadows — separate with `#70727c` tint and `#e9eaec` hairlines
312
+ 5. Sharp 4px radius is the default; 16px only on the search field
313
+ 6. Text is `#0d0d0e` near-black ink, never a soft grey
314
+ 7. Tight negative tracking on headings, normal on body
315
+ 8. Off-white `#f8f8f9` for text on `#0f1014` / `#272e40` dark blocks
316
+
317
+ ---
318
+
319
+ ## 10. Voice & Tone
320
+
321
+ Heydealer's voice is **plain, reassuring, and pro-consumer** — a service that takes an anxiety-heavy transaction (selling or buying a used car) and makes it feel controlled and fair. Copy is direct and functional Korean, action-first, and stripped of dealership sales-speak. The register treats the user as someone who deserves transparency and protection, not a mark to be worked. Reassurance is stated as concrete guarantees ("모든 차량 1년 무료 보증", "단순 변심도 무료 환불 가능") rather than adjectives.
322
+
323
+ | Context | Tone |
324
+ |---|---|
325
+ | Primary CTAs | Direct, low-pressure imperatives. "바로 구매예약", "내차팔기". |
326
+ | Nav / section labels | Plain and functional. "내차사기", "폐차 견적받기", "중고차 숨은 이력". |
327
+ | Trust / warranty copy | Concrete guarantees, stated plainly. "모든 차량 1년 무료 보증", "인증 리포트". |
328
+ | Spec / listing data | Neutral, dense, factual. Year, trim, fuel — no embellishment. |
329
+ | Reassurance strips | Benefit-first, protection-framed. "단순 변심도 무료 환불 가능". |
330
+
331
+ **Voice samples (verbatim from live surfaces):**
332
+ - "바로 구매예약" — primary purchase CTA on a car detail page (direct, low-pressure). *(verified live 2026-07-02)*
333
+ - "모든 차량 1년 무료 보증" — warranty reassurance strip (concrete guarantee). *(verified live 2026-07-02)*
334
+ - "헤이딜러 – 인증중고차, 내차팔기, [번호판]시세" — homepage title meta (scope: certified cars, sell-my-car, plate valuation). *(verified live 2026-07-02)*
335
+
336
+ **Forbidden register**: high-pressure dealership urgency, vague hype adjectives ("최고의", "혁신적인") in place of concrete terms, undefined jargon, exclamation-heavy marketing, anything that hides fees or conditions.
337
+
338
+ ## 11. Brand Narrative
339
+
340
+ Heydealer (헤이딜러) is a Korean used-car platform operated by **PRND** (피알앤디컴퍼니), launched around **2015**. Its founding premise reframed 내차팔기 (selling your car) from an opaque, dealer-favoring process into a transparent **reverse auction**: an owner registers a vehicle once, verified dealers compete with bids, and the owner picks the best offer — the market working for the seller rather than against them.
341
+
342
+ Heydealer became a defining Korean startup story in **2016**, when a proposed amendment to the automobile-management law (popularly nicknamed the "헤이딜러 방지법" / "anti-Heydealer law") would have effectively banned online-only used-car dealers by requiring large physical premises. Public backlash over a regulation that seemed to punish a consumer-friendly innovation led to the rule being reconsidered — a widely-cited case study in Korean tech about regulation lagging digital business models. The service survived, then expanded from sell-my-car into a certified **buy-a-car marketplace** (내차사기) with 1-year free warranty, return-on-change-of-mind, and inspection reports, plus adjacent tools like scrap-car quotes (폐차) and hidden-history checks.
343
+
344
+ What Heydealer refuses, visible in its design: the heavy chrome, stock photography, and hard-sell urgency of legacy classified and dealership sites. What it embraces: a flat, fast, app-native interface; a single trustworthy blue; crisp near-black data; and copy that states guarantees plainly instead of selling with adjectives.
345
+
346
+ ## 12. Principles
347
+
348
+ 1. **The market should work for the owner.** The reverse-auction model exists to make dealers compete for the seller. *UI implication:* surface competing offers clearly and neutrally; never visually privilege one bid without disclosure.
349
+ 2. **Protection stated as fact, not adjective.** Trust is built with concrete guarantees. *UI implication:* render warranty/refund promises as plain reassurance strips (1년 무료 보증, 무료 환불), not decorative badges.
350
+ 3. **One action, one color.** Blue (`#396eff`) means "commit." *UI implication:* reserve the saturated blue for the primary purchase/sell CTA so the next step is never ambiguous.
351
+ 4. **Flat and fast.** App-native clarity beats decorative depth. *UI implication:* no shadows; separate with `#70727c` tint and `#e9eaec` hairlines; keep the grid quick to scan.
352
+ 5. **Weight carries the structure.** *UI implication:* use Spoqa Han Sans Neo Bold (700) for what matters and Regular (400) for everything else; don't lean on size or color alone.
353
+
354
+ ## 13. Personas
355
+
356
+ *Personas below are fictional archetypes informed by publicly observable Heydealer user segments (Korean owners selling used cars, budget-conscious used-car buyers), not individual people.*
357
+
358
+ **김민재, 33, 서울.** Selling his first car before an upgrade. Distrusts walking into a dealership and haggling; values registering once and letting dealers bid. Chose Heydealer because the reverse auction felt like the market working for him.
359
+
360
+ **이서연, 41, 경기.** Buying a certified used car for the family. Reads the 인증 리포트 and cares most about the 1-year warranty and free-return policy. Trusts the calm, guarantee-first copy over showroom sales talk.
361
+
362
+ **박준호, 28, 부산.** Comparison-shops trims and prices in the marketplace grid. Appreciates the dense, scannable listing layout and that specs are stated factually without embellishment.
363
+
364
+ ## 14. States
365
+
366
+ | State | Treatment |
367
+ |---|---|
368
+ | **Empty (no listings match filters)** | White canvas. Single Ink (`#0d0d0e`) line explaining no matching cars, with a path to relax filters. No illustration clutter. |
369
+ | **Empty (no saved cars yet)** | Muted Grey (`#858892`) single line: nothing saved yet, plus a link back to the marketplace. Calm and honest. |
370
+ | **Loading (listing fetch)** | Skeleton tiles on the low-alpha `#70727c` tint at final card dimensions, 4px radius. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
371
+ | **Loading (bid/quote compute)** | Inline progress within the action area; previously loaded listings stay visible. |
372
+ | **Error (fetch failed)** | Inline message in Ink (`#0d0d0e`) with a plain-language explanation and a retry. Never a bare "오류가 발생했습니다" — states what to do next. |
373
+ | **Error (form validation)** | Field-level message below the input; describes what's valid, not just "필수". |
374
+ | **Success (purchase reserved / car registered)** | Brief inline confirmation in calm tone; next-step detail (delivery, dealer contact) linked immediately below. No celebratory emoji. |
375
+ | **Skeleton** | `#70727c`-tint blocks at final dimensions, 4px radius, flat pulse. |
376
+ | **Disabled** | Muted Grey (`#858892`) text on a reduced-opacity surface; the blue CTA fades rather than turning grey to preserve brand read. |
377
+
378
+ ## 15. Motion & Easing
379
+
380
+ **Durations**:
381
+
382
+ | Token | Value | Use |
383
+ |---|---|---|
384
+ | `motion-fast` | 120ms | Hover, chip/press, focus |
385
+ | `motion-standard` | 200ms | Card/section reveal, sheet, dropdown |
386
+ | `motion-slow` | 320ms | Page-level transitions, gallery open |
387
+
388
+ **Easings**:
389
+
390
+ | Token | Curve | Use |
391
+ |---|---|---|
392
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — sheets, cards, chips |
393
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
394
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
395
+
396
+ **Motion rules**: Motion is functional and quiet — consistent with the flat, fast, data-dense aesthetic. Listing cards and spec sheets fade-in from below at `motion-standard / ease-enter`; chips respond to press with a subtle scale/opacity shift. No bounce or spring — a used-car transaction platform signals steadiness and trust, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant; the marketplace remains fully functional.
397
+
398
+ <!--
399
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
400
+
401
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on 3 heydealer.com surfaces
402
+ (homepage, /market/cars/gQ60AKy0 car detail, /sell):
403
+ - Primary CTA "바로 구매예약": bg rgb(57,110,255) #396eff / color rgb(248,248,249) #f8f8f9 / radius 4px / padding 0 24px / height 52px / 15px weight 700
404
+ - Secondary "인증 리포트": bg rgb(0,0,0) #000000 / color #f8f8f9 / radius 4px / height 52px / 15px/700
405
+ - Body font: spoqaHanSansNeo / rgb(13,13,14) #0d0d0e / 16px
406
+ - Section head 32px/700 lh44 -0.32px; sub-head 20px/700 -0.32px; card head 18px/700 -0.252px; emphasis 15px/700 -0.195px
407
+ - Filter chip "2.0 가솔린": bg rgba(112,114,124,0.08) #70727c / 1px solid #000000 / radius 4px / padding 8px 12px
408
+ - Reassurance strips ("모든 차량 1년 무료 보증"): bg rgba(57,110,255,0.04) blue tint
409
+ - box-shadow: none across nav/cards/chips/CTAs (shadowless system confirmed)
410
+ - document.title (homepage): "헤이딜러 – 인증중고차, 내차팔기, [번호판]시세"
411
+
412
+ Token-level claims (§1-9) are sourced from this live inspection (see .verification.md Proof block).
413
+
414
+ Voice samples (§10) are verbatim from live surfaces (car detail CTA, reassurance strip, homepage title meta).
415
+
416
+ Brand narrative (§11): Heydealer (헤이딜러) operated by PRND (피알앤디컴퍼니), launched ~2015 as a
417
+ Korean reverse-auction used-car sell platform; the 2016 "헤이딜러 방지법" regulatory episode and the
418
+ later certified buy-a-car marketplace expansion are widely documented public facts about the company,
419
+ not directly quoted from a verified Heydealer statement in this turn.
420
+
421
+ Personas (§13) are fictional archetypes informed by publicly observable Heydealer user segments
422
+ (Korean used-car sellers and buyers). Names are illustrative; they do not refer to real people.
423
+
424
+ Interpretive claims (e.g., "one action, one color", "flat and fast as a rejection of legacy classified
425
+ chrome") are editorial readings connecting Heydealer's observed design to its positioning, not directly
426
+ sourced Heydealer statements.
427
+ -->
428
+ </content>
429
+ </invoke>