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,438 @@
1
+ ---
2
+ id: payhere
3
+ name: Payhere
4
+ display_name_kr: 페이히어
5
+ country: KR
6
+ category: fintech
7
+ homepage: "https://payhere.in/"
8
+ primary_color: "#008cff"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=payhere.in&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 azure (#008cff — filled primary CTA + active tab ring); promo/active-filter blue (#0077fe); logo mark spans bright blue #1d99ff, indigo #163bd8, purple #a164f9. Near-black body text (#000000); navy card labels (#1c2638) and deep-navy headings (#101a2e)."
19
+ colors:
20
+ primary: "#008cff"
21
+ primary-strong: "#0077fe"
22
+ brand-blue: "#1d99ff"
23
+ brand-indigo: "#163bd8"
24
+ brand-purple: "#a164f9"
25
+ ink: "#101a2e"
26
+ ink-card: "#1c2638"
27
+ ink-pure: "#000000"
28
+ body: "#5f6976"
29
+ muted: "#919ba5"
30
+ faint: "#c1cad2"
31
+ canvas: "#ffffff"
32
+ surface: "#f5f8fa"
33
+ surface-alt: "#f4f8f9"
34
+ on-primary: "#ffffff"
35
+ accent-coral: "#ff5b46"
36
+ accent-green: "#08d07e"
37
+ typography:
38
+ family: { primary: "Noto Sans KR", blog: "Pretendard" }
39
+ display-hero: { size: 44, weight: 700, lineHeight: 1.40, use: "Hero headline, Noto Sans KR Bold" }
40
+ section: { size: 32, weight: 700, lineHeight: 1.50, use: "Section / feature headings (POS 일체형)" }
41
+ card-title: { size: 26, weight: 700, lineHeight: 1.30, use: "Product-category card labels (카드 단말기)" }
42
+ button: { size: 16, weight: 700, lineHeight: 1.00, use: "Filled primary CTA / active tab label" }
43
+ body: { size: 16, weight: 400, lineHeight: 1.50, use: "Body / UI / nav text, Noto Sans KR" }
44
+ blog-hero: { size: 48, weight: 700, lineHeight: 1.30, use: "Tech-blog article H1, Pretendard" }
45
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 20, xl: 24, xxl: 48 }
46
+ rounded: { sm: 5, md: 12, lg: 16, xl: 24, pill: 30, full: 9999 }
47
+ shadow:
48
+ none: "none"
49
+ ring: "#008cff 0px 0px 0px 1px inset"
50
+ components:
51
+ tab-filled: { type: button, bg: "#008cff", fg: "#ffffff", radius: "5px", height: "40px", padding: "0 16px", font: "16px / 700", use: "Filled primary product tab (카드 단말기)" }
52
+ tab-outline: { type: button, bg: "#ffffff", fg: "#008cff", radius: "5px", height: "40px", padding: "0 16px", font: "16px / 700", states: "1px #008cff inset ring", use: "Selected/active outline tab (테이블 오더)" }
53
+ filter-pill: { type: badge, bg: "#0077fe", fg: "#000000", radius: "30px", height: "56px", padding: "12px 24px", font: "16px / 400", use: "Active feature filter pill (NFC, 리뷰 마케팅)" }
54
+ product-card: { type: card, bg: "#f5f8fa", fg: "#1c2638", radius: "12px", padding: "20px 0", font: "26px / 700", use: "Product-category selector card (카드 단말기 / 테이블 오더 / 키오스크)" }
55
+ device-card: { type: card, bg: "#ffffff", fg: "#000000", border: "1px solid #919ba5", radius: "8px", height: "72px", use: "Device-option card (갤럭시 / 아이폰·아이패드 / 윈도우)" }
56
+ section-tab: { type: tab, fg: "#000000", font: "16px / 700", active: "text #008cff", use: "Product-nav tab active state" }
57
+ components_harvested: true
58
+ ---
59
+
60
+ # Design System Inspiration of Payhere
61
+
62
+ ## 1. Visual Theme & Atmosphere
63
+
64
+ Payhere (페이히어) is Korea's No.1 mobile-POS company, and its homepage reads like a bright, energetic tech-retail product rather than a staid financial service. The canvas is pure white (`#ffffff`) broken by soft cool-grey cards (`#f5f8fa`) and a saturated azure blue (`#008cff`) that functions as the system's single "action" color — the fill on primary product tabs and the ring on the active selector. Body text sits in flat black (`#000000`) at a compact 16px in Noto Sans KR, while headings step up to a deep, warm navy (`#101a2e`) and card labels to a slightly softer navy (`#1c2638`). The overall impression is of merchant software that feels approachable and consumer-friendly — POS tooling that a café or restaurant owner can trust at a glance.
65
+
66
+ The typographic personality is bold and declarative. Hero headlines run in **Noto Sans KR Bold (weight 700)** at 44px ("모바일 포스 1위 / 매장의 새로운 미래, 페이히어" — "No.1 mobile POS / the store's new future"), section headings at 32px/700, and product-category card labels at a punchy 26px/700 in navy (`#1c2638`). Inactive headings dim all the way to a faint blue-grey (`#c1cad2`), so the eye is guided by weight and contrast rather than color. Below the display tier, everything drops to a quiet 16px/400 body — dense, hangul-optimized, and uniform across nav, buttons, and copy.
67
+
68
+ What distinguishes Payhere from its fintech peers is its flat, pill-heavy, near-shadowless geometry. Separation comes from tinted grey surfaces (`#f5f8fa`, and a warmer `#f4f8f9`) and thin `#919ba5` hairlines rather than elevation; the only "shadow" in the interactive chrome is a 1px inset azure ring on the active tab. Feature filters are full pills at a 30px radius, product cards round at 12–16px, and a promo-banner blue (`#0077fe`) plus decorative coral (`#ff5b46`) and green (`#08d07e`) accents punctuate the scroll. The rebranded logo mark itself is a blue-to-purple spectrum — bright blue (`#1d99ff`), indigo (`#163bd8`), and purple (`#a164f9`) — signalling a modern, optimistic identity.
69
+
70
+ **Key Characteristics:**
71
+ - Noto Sans KR Bold (weight 700) for all display headlines — bold, declarative merchant-tech voice
72
+ - Noto Sans KR weight 400 at 16px for body/UI/nav — quiet, dense, hangul-optimized
73
+ - Single saturated azure (`#008cff`) reserved for the primary action (filled tab, active ring)
74
+ - Promo/active-filter blue (`#0077fe`) as the highlight companion to the primary azure
75
+ - Near-black (`#000000`) body text with deep-navy (`#101a2e`) and card-navy (`#1c2638`) headings
76
+ - Flat depth: essentially no drop shadows; tinted `#f5f8fa` / `#f4f8f9` surfaces + `#919ba5` hairlines separate
77
+ - Pill-and-card geometry — 30px filter pills, 12–16px cards, 5px compact tabs
78
+ - Faint blue-grey (`#c1cad2`) for inactive/de-emphasized headings; slate `#5f6976` for secondary body
79
+ - Rebranded logo spectrum: bright blue `#1d99ff` → indigo `#163bd8` → purple `#a164f9`
80
+
81
+ ## 2. Color Palette & Roles
82
+
83
+ ### Primary & Brand
84
+ - **Payhere Azure** (`#008cff`): Primary interactive color. The fill on the filled primary product tab (white text) and the 1px inset ring on the active outline tab — the system's single "action" color.
85
+ - **Promo Blue** (`#0077fe`): The highlight companion — the top promo-banner background and the active-state fill on feature filter pills (e.g. "NFC", "리뷰 마케팅").
86
+ - **Brand Blue** (`#1d99ff`): The brightest blue in the rebranded logo mark.
87
+ - **Brand Indigo** (`#163bd8`): The deep-blue element of the logo mark.
88
+ - **Brand Purple** (`#a164f9`): The purple accent in the logo mark, giving the identity its blue-to-purple spectrum.
89
+
90
+ ### Ink & Text
91
+ - **Deep Navy** (`#101a2e`): Deep-navy heading color — warm, trustworthy, used instead of pure black on many headings.
92
+ - **Card Navy** (`#1c2638`): Slightly softer navy for product-category card labels.
93
+ - **Pure Black** (`#000000`): The document default body text color in Noto Sans KR.
94
+ - **Body Slate** (`#5f6976`): Secondary body copy, descriptions, supporting text.
95
+ - **Muted Grey** (`#919ba5`): Hairlines, card borders, and muted/tertiary text.
96
+ - **Faint Blue-Grey** (`#c1cad2`): Inactive/de-emphasized headings and lowest-emphasis labels.
97
+
98
+ ### Neutral & Surface
99
+ - **Pure White** (`#ffffff`): Page background, white cards, and text on azure/dark (`on-primary`).
100
+ - **Surface Grey** (`#f5f8fa`): Cool-grey tinted surface for product-selector cards and segmented sections.
101
+ - **Surface Alt** (`#f4f8f9`): A near-identical warmer grey for alternating blocks.
102
+
103
+ ### Decorative Accents
104
+ - **Accent Coral** (`#ff5b46`): A warm coral-red used sparingly for decorative highlights and section punctuation.
105
+ - **Accent Green** (`#08d07e`): A vivid mint-green used for positive/decorative accents.
106
+
107
+ ## 3. Typography Rules
108
+
109
+ ### Font Family
110
+ - **Primary**: `Noto Sans KR` (with `Noto Sans KR Fallback`) — the document default across the marketing homepage; carries headlines, nav, buttons, and body.
111
+ - **Blog / Companion**: `Pretendard` — used on the official Payhere Tech Blog (`tech.payhere.in`) for long-form article typography.
112
+
113
+ ### Hierarchy
114
+
115
+ | Role | Font | Size | Weight | Line Height | Notes |
116
+ |------|------|------|--------|-------------|-------|
117
+ | Display Hero | Noto Sans KR | 44px (2.75rem) | 700 | ~1.40 | Hero headline ("매장의 새로운 미래, 페이히어") |
118
+ | Section Heading | Noto Sans KR | 32px (2.00rem) | 700 | ~1.50 | Feature/section titles ("POS 일체형") |
119
+ | Card Title | Noto Sans KR | 26px (1.63rem) | 700 | ~1.30 | Product-category card labels |
120
+ | Button / Active Tab | Noto Sans KR | 16px (1.00rem) | 700 | 1.00 | Filled primary CTA, active tab label |
121
+ | Body / Nav | Noto Sans KR | 16px (1.00rem) | 400 | 1.50 | Standard reading, nav links, filter pills |
122
+ | Blog Hero | Pretendard | 48px (3.00rem) | 700 | ~1.30 | Tech-blog article H1 |
123
+
124
+ ### Principles
125
+ - **Bold display, quiet body**: weight 700 carries every headline; weight 400 carries every paragraph and UI label. The weight jump is the primary hierarchy signal.
126
+ - **Contrast, not color, for state**: inactive headings dim to faint blue-grey (`#c1cad2`) rather than shifting hue — active items stay full-strength navy or azure.
127
+ - **Hangul-first uniformity**: body, nav, and buttons all sit at a single 16px in Noto Sans KR, keeping information-dense merchant screens legible and consistent.
128
+ - **One display family**: Noto Sans KR owns the homepage; Pretendard is confined to the long-form tech blog and never mixes into the marketing chrome.
129
+
130
+ ## 4. Component Stylings
131
+
132
+ ### Buttons
133
+
134
+ **Filled Primary Tab**
135
+ - Background: `#008cff`
136
+ - Text: `#ffffff`
137
+ - Radius: 5px
138
+ - Padding: 0px 16px
139
+ - Height: 40px
140
+ - Font: 16px Noto Sans KR weight 700
141
+ - Use: Filled primary product tab in the header ("카드 단말기") — the system's single filled action
142
+
143
+ **Outline / Active Tab**
144
+ - Background: `#ffffff`
145
+ - Text: `#008cff`
146
+ - Radius: 5px
147
+ - Padding: 0px 16px
148
+ - Height: 40px
149
+ - Font: 16px Noto Sans KR weight 700
150
+ - Active: 1px `#008cff` inset ring (box-shadow inset)
151
+ - Use: Selected/active outline tab ("테이블 오더")
152
+
153
+ **Login Link Button**
154
+ - Background: `#ffffff`
155
+ - Radius: 5px
156
+ - Padding: 0px 12px
157
+ - Height: 40px
158
+ - Font: 16px Noto Sans KR weight 400
159
+ - Use: Header login link ("로그인")
160
+
161
+ ### Inputs & Filter Pills
162
+
163
+ **Active Filter Pill**
164
+ - Background: `#0077fe`
165
+ - Text: `#000000`
166
+ - Radius: 30px
167
+ - Padding: 12px 24px
168
+ - Height: 56px
169
+ - Font: 16px Noto Sans KR weight 400
170
+ - Use: Selected feature filter pill ("NFC", "리뷰 마케팅")
171
+
172
+ **Default Filter Pill**
173
+ - Background: `#ffffff`
174
+ - Text: `#000000`
175
+ - Radius: 30px
176
+ - Padding: 12px 24px
177
+ - Height: 56px
178
+ - Font: 16px Noto Sans KR weight 400
179
+ - Use: Unselected feature filter pill ("비대면 결제", "선불권", "단독 결제")
180
+
181
+ ### Cards & Containers
182
+
183
+ **Product-Category Card**
184
+ - Background: `#f5f8fa`
185
+ - Text: `#1c2638`
186
+ - Radius: 12px
187
+ - Padding: 20px 0px
188
+ - Height: 84px
189
+ - Font: 26px Noto Sans KR weight 700
190
+ - Use: Product-category selector card ("카드 단말기", "테이블 오더", "키오스크", "인터넷 패키지")
191
+
192
+ **Device-Option Card**
193
+ - Background: `#ffffff`
194
+ - Text: `#000000`
195
+ - Border: 1px solid `#919ba5`
196
+ - Radius: 8px
197
+ - Height: 72px
198
+ - Use: Device-option card ("갤럭시", "아이폰·아이패드", "윈도우")
199
+
200
+ ### Navigation
201
+ - Background: `#ffffff`
202
+ - Text: `#000000`
203
+ - Font: 16px Noto Sans KR
204
+ - Active: azure `#008cff` text / ring on the selected product tab
205
+ - Use: Top product-nav tabs ("카드 단말기" / "테이블 오더")
206
+
207
+ ---
208
+
209
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect)
210
+ **Tier 1 sources:** https://payhere.in/ , https://tech.payhere.in/ , https://tech.payhere.in/post/design-payhere-welcome-kit/
211
+ **Tier 2 sources:** getdesign.md/payhere (0 DESIGN.md files — not listed) ; styles.refero.design/?q=payhere (no Payhere entry — search returned unrelated results)
212
+ **Conflicts unresolved:** none
213
+
214
+ ## 5. Layout Principles
215
+
216
+ ### Spacing System
217
+ - Base unit: 4px
218
+ - Scale: 4px, 8px, 12px, 16px, 20px, 24px, 48px
219
+ - Notable: Filter pills use a generous 12px 24px padding at 56px height for a comfortable tap target; product cards use 20px vertical padding
220
+
221
+ ### Grid & Container
222
+ - Centered marketing layout with a 44px hero headline as the anchor
223
+ - Product-category cards arranged in a horizontal row of tinted `#f5f8fa` tiles (12px radius)
224
+ - Feature filter pills wrap in a horizontal pill row beneath section headings
225
+ - Device-option cards form a 3-up grid of white tiles with `#919ba5` hairline borders (8px radius)
226
+ - Alternating white (`#ffffff`) and tinted-grey (`#f5f8fa` / `#f4f8f9`) full-width bands
227
+
228
+ ### Whitespace Philosophy
229
+ - **Breathing room over density**: despite being merchant tooling, the marketing surface is airy with generous vertical rhythm between sections.
230
+ - **Flat segmentation**: sections separate by background tint (`#f5f8fa` vs `#ffffff`) and hairlines, not by shadow.
231
+ - **Pill rhythm**: the repeated 30px-radius filter pill creates a consistent horizontal cadence across feature lists.
232
+
233
+ ### Border Radius Scale
234
+ - Compact (5px): header tabs, small buttons
235
+ - Standard (8px): device-option cards, inner elements
236
+ - Comfortable (12px): product-category cards — the workhorse
237
+ - Large (16px): larger content cards
238
+ - Extra (24px): feature panels, rounded section corners
239
+ - Pill (30px): feature filter pills
240
+ - Full (9999px): circular badges and avatars
241
+
242
+ ## 6. Depth & Elevation
243
+
244
+ | Level | Treatment | Use |
245
+ |-------|-----------|-----|
246
+ | Flat (Level 0) | No shadow | Page background, inline text, most surfaces |
247
+ | Tint (Level 1) | `#f5f8fa` / `#f4f8f9` background shift | Card/section separation without elevation |
248
+ | Hairline (Level 2) | `1px solid #919ba5` border | White device-card outlines, dividers |
249
+ | Ring (Focus/Active) | `#008cff 0px 0px 0px 1px inset` | Active outline tab / selected state |
250
+
251
+ **Shadow Philosophy**: Payhere is a near-shadowless, flat system. Live inspection found `box-shadow: none` across the hero, section headings, and product cards; the only elevation cue in the interactive chrome is a 1px inset azure (`#008cff`) ring on the active tab. Depth and grouping come from flat tinted surfaces (`#f5f8fa`, `#f4f8f9`) and thin `#919ba5` hairlines. When emphasis is needed, the system reaches for color — the azure `#008cff` fill or the promo blue `#0077fe` — never a drop shadow. This keeps the merchant UI feeling clean, fast, and mobile-native.
252
+
253
+ ## 7. Do's and Don'ts
254
+
255
+ ### Do
256
+ - Use Noto Sans KR Bold (weight 700) for all display headlines — it's the brand's declarative voice
257
+ - Use Noto Sans KR weight 400 at 16px for body, nav, and filter-pill labels
258
+ - Reserve azure (`#008cff`) for the primary action — the filled tab and the active ring
259
+ - Use the promo blue (`#0077fe`) for active filter pills and promo banners
260
+ - Use deep navy (`#101a2e`) and card navy (`#1c2638`) for headings; black (`#000000`) for body
261
+ - Separate sections with flat tinted surfaces (`#f5f8fa` / `#f4f8f9`) and `#919ba5` hairlines, not shadows
262
+ - Dim inactive headings to faint blue-grey (`#c1cad2`) instead of changing hue
263
+ - Use pill geometry (30px) for filter chips and 8–16px radii for cards
264
+
265
+ ### Don't
266
+ - Add drop shadows for elevation — Payhere is a flat, near-shadowless system
267
+ - Spread azure (`#008cff`) across many elements — it dilutes the single-action signal
268
+ - Set headlines in a light weight — display is always Bold (700)
269
+ - Use sharp square corners on interactive chrome — tabs are 5px, pills 30px, cards 8–16px
270
+ - Introduce a competing saturated hue for actions — blue owns interaction; coral/green are decorative only
271
+ - Use faint grey (`#c1cad2`) for active content — it reads as disabled/inactive
272
+ - Mix Pretendard into the marketing homepage — that face belongs to the tech blog
273
+
274
+ ## 8. Responsive Behavior
275
+
276
+ ### Breakpoints
277
+ | Name | Width | Key Changes |
278
+ |------|-------|-------------|
279
+ | Mobile | <640px | Single column, hero headline compresses, product cards stack, pills wrap |
280
+ | Tablet | 640-1024px | Moderate padding, 2-up product/device cards |
281
+ | Desktop | 1024-1440px | Full layout, centered hero, multi-column card rows |
282
+
283
+ ### Touch Targets
284
+ - Filter pills at 56px height with 12px 24px padding — comfortably tappable
285
+ - Header tabs at 40px height, device cards at 72px — generous merchant-friendly targets
286
+ - Product-category cards at 84px height for confident tapping
287
+
288
+ ### Collapsing Strategy
289
+ - Hero: 44px Noto Sans KR headline scales down on mobile, weight 700 maintained
290
+ - Product-category card row: multi-column → stacked single column
291
+ - Filter-pill row: horizontal wrap/scroll on narrow viewports
292
+ - Tinted/white alternating bands maintain full-width treatment
293
+
294
+ ### Image Behavior
295
+ - Product/device shots carry no shadow at any size, consistent with the flat system
296
+ - Cards maintain 12–16px radius across breakpoints
297
+
298
+ ## 9. Agent Prompt Guide
299
+
300
+ ### Quick Color Reference
301
+ - Primary action: Payhere Azure (`#008cff`)
302
+ - Promo / active filter: Promo Blue (`#0077fe`)
303
+ - Logo spectrum: Brand Blue (`#1d99ff`), Indigo (`#163bd8`), Purple (`#a164f9`)
304
+ - Background: Pure White (`#ffffff`)
305
+ - Tinted surface: Surface Grey (`#f5f8fa`), Surface Alt (`#f4f8f9`)
306
+ - Heading: Deep Navy (`#101a2e`), Card Navy (`#1c2638`)
307
+ - Body: Black (`#000000`), Slate (`#5f6976`)
308
+ - Muted / hairline: Muted Grey (`#919ba5`)
309
+ - Inactive: Faint Blue-Grey (`#c1cad2`)
310
+ - Decorative: Coral (`#ff5b46`), Green (`#08d07e`)
311
+
312
+ ### Example Component Prompts
313
+ - "Create a header with product tabs. Filled primary tab: `#008cff` background, white text, 5px radius, 0 16px padding, 40px height, 16px Noto Sans KR weight 700. Active outline tab: white background, `#008cff` text, 5px radius, 1px `#008cff` inset ring."
314
+ - "Design a product-category card: `#f5f8fa` background, `#1c2638` label text, 12px radius, 20px vertical padding, 26px Noto Sans KR weight 700, no shadow. Title examples: 카드 단말기, 테이블 오더, 키오스크."
315
+ - "Build a feature filter pill row. Active pill: `#0077fe` background, black text, 30px radius, 12px 24px padding, 56px height. Default pill: white background, black text, same geometry."
316
+ - "Create a device-option grid: white cards, 1px solid `#919ba5` border, 8px radius, 72px height. Labels: 갤럭시, 아이폰·아이패드, 윈도우."
317
+
318
+ ### Iteration Guide
319
+ 1. Noto Sans KR Bold (700) for every headline; weight 400 for every paragraph and label
320
+ 2. Azure (`#008cff`) is the single action color — don't spread it; promo blue (`#0077fe`) for filters/banners
321
+ 3. No shadows — separate with `#f5f8fa` / `#f4f8f9` tint and `#919ba5` hairlines; active state = 1px azure inset ring
322
+ 4. Pill (30px) for filters, 8–16px for cards, 5px for header tabs
323
+ 5. Heading color is navy (`#101a2e` / `#1c2638`); body is black (`#000000`) with slate (`#5f6976`) secondary
324
+ 6. Inactive headings dim to `#c1cad2` — never use it for live content
325
+ 7. Coral (`#ff5b46`) and green (`#08d07e`) are decorative accents only, never actions
326
+
327
+ ---
328
+
329
+ ## 10. Voice & Tone
330
+
331
+ Payhere's voice is **confident, plainspoken, and merchant-first** — a partner that helps small-business owners run their store, framed as "매장의 새로운 미래" ("the store's new future"). The register is benefit-led and concrete: it leads with price, rank, and capability ("모바일 포스 1위" — "No.1 mobile POS"), then names features in plain Korean nouns. It talks to a café or restaurant owner, not a payments engineer.
332
+
333
+ | Context | Tone |
334
+ |---|---|
335
+ | Hero headlines | Declarative, mission-framed. "매장의 새로운 미래, 페이히어." Confident, rank-forward. |
336
+ | Product / feature labels | Plain functional nouns. "카드 단말기", "테이블 오더", "키오스크", "인터넷 패키지". |
337
+ | CTAs | Direct and value-led. "인터넷+CCTV+단말기 다 해도 3만 원대", "업계 최저가 도전". |
338
+ | Feature descriptions | Capability-first, jargon decoded into store operations (인쇄·스캔·키오스크). |
339
+ | Internal / brand copy | Warm and welcoming — "빛나는 여정을 함께해요" (welcome-kit), a journey framing. |
340
+
341
+ **Voice samples (verbatim from live surfaces):**
342
+ - "모바일 포스 1위 매장의 새로운 미래, 페이히어" — hero headline (rank + mission). *(verified live 2026-07-02, payhere.in)*
343
+ - "인쇄·스캔·키오스크 다 되는 올인원 단말기, 페이히어 터미널" — section headline (all-in-one capability). *(verified live 2026-07-02, payhere.in)*
344
+ - "페이히어는 매장의 새로운 미래를 만듭니다. (We Make The Future)" — brand statement. *(verified 2026-07-02, tech.payhere.in welcome-kit post)*
345
+
346
+ **Forbidden register**: intimidating financial jargon left unexplained, cold institutional banking tone, fear-based urgency. Payhere keeps it merchant-friendly and concrete.
347
+
348
+ ## 11. Brand Narrative
349
+
350
+ Payhere (페이히어) is a Korean fintech that set out to modernize the point of sale for small merchants — replacing bulky, expensive legacy POS hardware with an affordable mobile-first system spanning card terminals, table-order, kiosk, and an all-in-one terminal ("페이히어 터미널"). Its positioning is explicit on the homepage: **"모바일 포스 1위"** (No.1 mobile POS) and **"매장의 새로운 미래"** (the store's new future).
351
+
352
+ The company frames its mission as a journey to the future. In its own words on the official tech blog, *"페이히어는 매장의 새로운 미래를 만듭니다. (We Make The Future)"* and the internal brand line *"Journey to the Future"* ([tech.payhere.in — welcome-kit](https://tech.payhere.in/post/design-payhere-welcome-kit/)). A 2022 rebranding gave the company a clearer identity and a new logo — the blue-to-purple mark (bright blue `#1d99ff`, indigo `#163bd8`, purple `#a164f9`) observed live in the site header — and its welcome-kit design was built on three words: *"Simple (이해하기 쉬운), Familiar (친숙한), Long Awaited (기대되는)"* (whose initials W, M, F became character motifs).
353
+
354
+ What Payhere refuses, visible in its design: the heavy, intimidating chrome of legacy retail-banking hardware and the density of enterprise POS dashboards. What it embraces: a flat, fast, mobile-native interface; a single trustworthy azure action color; bold Noto Sans KR headlines that speak plainly about price and capability; and copy that names store operations in everyday Korean rather than payments jargon.
355
+
356
+ ## 12. Principles
357
+
358
+ 1. **The store comes first.** Every product decision is framed around a merchant running a shop, not a financial abstraction. *UI implication:* label features as store operations (테이블 오더, 카드 단말기) and lead with concrete price/rank, not fintech terminology.
359
+ 2. **Simple, familiar, long-awaited.** Payhere's own design concept — *"Simple, Familiar, Long Awaited"* — guides its brand work. *UI implication:* keep layouts uncluttered, use conventional patterns owners already recognize, and make each surface feel like a welcome upgrade.
360
+ 3. **One action, one color.** Azure (`#008cff`) means "do this." *UI implication:* reserve the saturated azure for the primary tab/CTA and the active ring so the next step is never ambiguous; promo blue (`#0077fe`) handles secondary highlights.
361
+ 4. **Flat and fast.** Mobile-native clarity beats decorative depth. *UI implication:* no drop shadows; separate with tint (`#f5f8fa`) and `#919ba5` hairlines; the only elevation cue is a 1px azure inset ring.
362
+ 5. **Bold where it persuades, quiet where it informs.** *UI implication:* Noto Sans KR Bold (700) for headlines that sell the "new future"; weight 400 for the dense operational text that runs the store.
363
+
364
+ ## 13. Personas
365
+
366
+ *Personas below are fictional archetypes informed by publicly observable Payhere user segments (Korean small-business owners, café/restaurant operators, retail merchants), not individual people.*
367
+
368
+ **김도윤, 34, 서울.** Runs a small café and just switched from a legacy POS rental to Payhere for the lower monthly cost. Values that the card terminal, table-order, and internet package come as one affordable bundle. Chose Payhere because the pitch led with a concrete price, not a sales meeting.
369
+
370
+ **이서연, 41, 경기.** Owns a mid-size restaurant and adopted 테이블 오더 to cut down on order-taking labor. Appreciates that the interface names things the way she thinks about her store, and that setup felt "familiar" rather than technical.
371
+
372
+ **박준호, 29, 부산.** A first-time retail-shop owner who needed a kiosk and card reader without enterprise complexity. Trusts Payhere's plain, rank-forward tone ("모바일 포스 1위") and the clean, un-intimidating look of the app.
373
+
374
+ ## 14. States
375
+
376
+ | State | Treatment |
377
+ |---|---|
378
+ | **Empty (no sales/transactions yet)** | White canvas. Single deep-navy (`#101a2e`) line at 16px explaining nothing has been recorded yet, with one azure (`#008cff`) CTA to get started. No illustration clutter. |
379
+ | **Empty (no saved items)** | Muted slate (`#5f6976`) single line: nothing here yet, plus a path back. Honest, calm. |
380
+ | **Loading (data fetch)** | Skeleton cards on `#f5f8fa` tinted surface at final 12px-radius dimensions. Flat pulse, no shadow shimmer — consistent with the shadowless system. |
381
+ | **Loading (in-place refresh)** | Subtle azure (`#008cff`) progress cue; previous values stay visible during refresh. |
382
+ | **Error (request failed)** | Inline message in deep navy with a plain-language explanation and a retry. No bare "오류가 발생했습니다" — states what to do next. |
383
+ | **Error (form validation)** | Field-level message below the input describing what's valid, not just "필수". |
384
+ | **Success (action complete)** | Brief inline confirmation in a calm tone; next-step detail linked immediately below. No celebratory emoji. |
385
+ | **Skeleton** | `#f5f8fa` blocks at final dimensions, 12px radius, flat pulse. |
386
+ | **Disabled** | Faint blue-grey (`#c1cad2`) text on reduced-opacity surface; azure actions fade rather than turn grey to preserve brand read. |
387
+
388
+ ## 15. Motion & Easing
389
+
390
+ **Durations**:
391
+
392
+ | Token | Value | Use |
393
+ |---|---|---|
394
+ | `motion-fast` | 120ms | Hover, tab/pill press, focus ring |
395
+ | `motion-standard` | 200ms | Card/section reveal, sheet, dropdown |
396
+ | `motion-slow` | 320ms | Page-level transitions, hero reveal |
397
+
398
+ **Easings**:
399
+
400
+ | Token | Curve | Use |
401
+ |---|---|---|
402
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, pills, sheets |
403
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
404
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
405
+
406
+ **Motion rules**: Motion is functional and quiet — consistent with the flat, fast aesthetic. Tabs and filter pills respond to press with a subtle scale/opacity shift and the active azure inset ring settling in; product cards fade-in from below at `motion-standard / ease-enter`. No bounce or spring — merchant tooling signals reliability, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant; the product remains fully functional.
407
+
408
+ <!--
409
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
410
+
411
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on https://payhere.in/:
412
+ - Hero H2 "모바일 포스 1위 / 매장의 새로운 미래, 페이히어" — Noto Sans KR 44px / weight 700 / color rgb(0,0,0)
413
+ - Section H3 "POS 일체형" — 32px / 700; inactive H3 "영수증 인쇄" — 32px / 700 / rgb(193,202,210) #c1cad2
414
+ - Filled primary tab "카드 단말기" — bg rgb(0,140,255) #008cff / white text / 5px radius / 0 16px / 40px
415
+ - Active outline tab "테이블 오더" — bg white / text rgb(0,140,255) / 1px #008cff inset ring
416
+ - Product card "카드 단말기" — bg rgb(245,248,250) #f5f8fa / text rgb(28,38,56) #1c2638 / 12px radius / 84px
417
+ - Active filter pill "NFC" — bg rgb(0,119,254) #0077fe / 30px radius / 12px 24px / 56px
418
+ - Device card "갤럭시" — bg white / 1px solid rgb(145,155,165) #919ba5 / 8px radius / 72px
419
+ - Header logo SVG fills — #1d99ff (bright blue), #163bd8 (indigo), #a164f9 (purple)
420
+ - box-shadow: none across hero/headings/cards (near-shadowless system)
421
+ - document.title: "페이히어|매장의 새로운 미래"
422
+
423
+ Voice samples (§10) are verbatim from the live homepage (hero H2, section H2) and the
424
+ official tech blog (welcome-kit post "We Make The Future / Journey to the Future").
425
+
426
+ Brand narrative (§11): Payhere positioning "모바일 포스 1위" / "매장의 새로운 미래" is verbatim
427
+ from the live homepage; mission line "페이히어는 매장의 새로운 미래를 만듭니다. (We Make The Future)",
428
+ "Journey to the Future", the 2022 rebranding, and the "Simple, Familiar, Long Awaited" design
429
+ concept are quoted from the official tech blog welcome-kit post (tech.payhere.in).
430
+
431
+ Personas (§13) are fictional archetypes informed by publicly observable Payhere user segments
432
+ (Korean small-business owners, café/restaurant operators, retail merchants). Names are
433
+ illustrative; they do not refer to real people.
434
+
435
+ Interpretive claims (e.g., "one action, one color", "flat and fast as a rejection of legacy
436
+ POS chrome") are editorial readings connecting Payhere's observed design to its positioning,
437
+ not directly sourced Payhere statements.
438
+ -->