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,450 @@
1
+ ---
2
+ id: idus
3
+ name: idus (Backpackr)
4
+ display_name_kr: 아이디어스 (백패커)
5
+ country: KR
6
+ category: ecommerce
7
+ homepage: "https://www.idus.com"
8
+ primary_color: "#ef7014"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=idus.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 purchase-CTA carrot orange (#ef7014), the single action color across CTA, outlined buttons, rank flags and social-proof pills. Sale/price accent is coral (#ff4b50); rating gold (#ffaf00). Near-black ink (#111111) for dark caption chips; text ladder #333333 → #666666 → #999999. Flat, near-shadowless commerce UI on a white canvas."
19
+ colors:
20
+ primary: "#ef7014"
21
+ primary-tint: "#fff7f2"
22
+ sale: "#ff4b50"
23
+ sale-tint: "#fff2f4"
24
+ rating: "#ffaf00"
25
+ highlight: "#ffea2c"
26
+ ink: "#111111"
27
+ text: "#333333"
28
+ text-muted: "#666666"
29
+ text-faint: "#999999"
30
+ border: "#d9d9d9"
31
+ border-strong: "#acacac"
32
+ canvas: "#ffffff"
33
+ on-primary: "#ffffff"
34
+ typography:
35
+ family: { sans: "system-ui", kr: "Apple SD Gothic Neo / Malgun Gothic (system stack)" }
36
+ cta: { size: 18, weight: 700, lineHeight: 1.4, use: "Primary purchase button label (구매하기)" }
37
+ section-tab: { size: 16, weight: 400, lineHeight: 1.5, use: "Category navigation tabs (선물추천, 할인, 베스트)" }
38
+ button-strong: { size: 14, weight: 700, lineHeight: 1.5, use: "Outlined brand-action button labels (작품문의, 팔로우)" }
39
+ body: { size: 14, weight: 400, lineHeight: 1.5, use: "Standard reading text, search field" }
40
+ caption: { size: 12, weight: 400, lineHeight: 1.5, use: "Top utility nav links, social-proof pills" }
41
+ micro: { size: 11, weight: 400, lineHeight: 1.4, use: "Icon labels (관심, 내 정보, 장바구니)" }
42
+ spacing: { xs: 4, sm: 8, base: 14, md: 16, lg: 20, xl: 24 }
43
+ rounded: { sm: 2, md: 4, lg: 12, full: 100 }
44
+ shadow:
45
+ none: "none"
46
+ components:
47
+ button-primary: { type: button, bg: "#ef7014", fg: "#ffffff", radius: "2px", height: "48px", padding: "0 16px", font: "18px / 700", use: "Primary purchase CTA (구매하기)" }
48
+ button-secondary: { type: button, bg: "#ffffff", fg: "#333333", border: "1px solid #acacac", radius: "2px", height: "48px", padding: "0 16px", font: "18px / 700", use: "Secondary actions (장바구니, 선물하기)" }
49
+ button-outline: { type: button, bg: "#ffffff", fg: "#ef7014", border: "1px solid #ef7014", radius: "2px", height: "40px", padding: "0 16px", font: "14px / 700", use: "Tertiary brand-outline actions (작품문의, 팔로우)" }
50
+ badge-purchased: { type: badge, bg: "#ef7014", fg: "#ffffff", radius: "100px", height: "33px", padding: "0 14px", font: "14px / 700", use: "Social-proof pill (최근 N건 더 많이 구매되었어요)" }
51
+ badge-rank: { type: badge, bg: "#ef7014", fg: "#ffffff", radius: "0 0 6px 6px", font: "16px / 700", use: "Ranking number flag on best-seller cards" }
52
+ search-input: { type: input, bg: "#ffffff", fg: "#333333", border: "none", radius: "2px", font: "14px / 400", use: "Global search field (찾으시는 작가, 작품이 있나요?)" }
53
+ nav-tab: { type: tab, fg: "#666666", active: "text #333333", font: "16px / 400", use: "Category navigation tabs" }
54
+ product-card: { type: card, bg: "#ffffff", radius: "12px", use: "Product thumbnail card in curation grids" }
55
+ components_harvested: true
56
+ ---
57
+
58
+ # Design System Inspiration of idus (Backpackr)
59
+
60
+ ## 1. Visual Theme & Atmosphere
61
+
62
+ idus (아이디어스), operated by Backpackr, is Korea's largest handmade-goods marketplace — a place where independent 작가 (makers) sell handcrafted rings, ceramics, candles, baked goods and classes. Its web surface reads like a warm, high-density Korean commerce app rather than a minimalist boutique: a pure white canvas (`#ffffff`) packed with product thumbnails, ranking flags and social-proof, all organised by a quiet grey text ladder and punctuated by one confident brand color — a carrot orange (`#ef7014`). That orange is disciplined: it appears almost exclusively on the things that mean "act" — the `구매하기` (purchase) CTA, brand-outline buttons, ranking number flags, and the "recently purchased" pills — so the eye is trained to read orange as commitment.
63
+
64
+ The typographic personality is deliberately system-native. idus does not ship a bespoke brand webfont; body and UI text render in the platform system stack (`system-ui` → Apple SD Gothic Neo / Malgun Gothic on Korean devices), tuned for dense hangul legibility. Hierarchy is carried by weight and size rather than typeface: the primary purchase CTA runs at 18px / weight 700, category tabs at 16px / 400, body and button labels settle at a workmanlike 14px, and utility chrome (top nav, icon labels) drops to 12px and 11px. The result feels engineered for scanning hundreds of handmade listings quickly, not for editorial pause.
65
+
66
+ What distinguishes idus from a glossy DTC store is its restraint with depth. Live inspection found `box-shadow: none` and `0px` borders across most of the chrome — separation comes from flat hairlines (`#d9d9d9`), a light border on secondary buttons (`#acacac`), and tinted wash surfaces (`#fff7f2` orange, `#fff2f4` pink) rather than elevation. Geometry is mostly tight and square: 2px-radius action buttons, 4px dark caption chips, 12px product-image cards, and a single dramatic exception — the fully-rounded 100px social-proof pill. A small warm accent set rounds out the palette: coral (`#ff4b50`) marks sale and discount prices, gold (`#ffaf00`) draws rating stars, and event yellow (`#ffea2c`) flags promotions. Dark near-black (`#111111`) anchors the curation caption chips.
67
+
68
+ **Key Characteristics:**
69
+ - Single brand action color — carrot orange (`#ef7014`) — reserved for CTAs, brand-outline buttons, rank flags and social-proof pills
70
+ - System font stack (`system-ui` / Apple SD Gothic Neo / Malgun Gothic) — hierarchy carried by weight (700 CTA vs 400 body) and size, not a bespoke typeface
71
+ - Flat, near-shadowless commerce UI: `box-shadow: none`, separation via `#d9d9d9` hairlines and `#acacac` button outlines
72
+ - Tight square geometry — 2px buttons, 4px chips, 12px product cards — with one 100px full-pill exception for social-proof
73
+ - Warm accent trio: coral sale price (`#ff4b50`), gold rating stars (`#ffaf00`), event yellow (`#ffea2c`)
74
+ - Near-black (`#111111`) dark caption chips over curation imagery
75
+ - Cool-neutral text ladder: `#333333` primary → `#666666` secondary → `#999999` tertiary/faint
76
+ - Tinted wash surfaces (`#fff7f2`, `#fff2f4`) instead of shadows for gentle section emphasis
77
+ - White (`#ffffff`) canvas and white text (`#ffffff`) on the orange primary
78
+
79
+ ## 2. Color Palette & Roles
80
+
81
+ ### Primary
82
+ - **idus Carrot** (`#ef7014`): The single brand action color. Live-measured as the `구매하기` purchase CTA background, the brand-outline button text/border, the ranking number flag, and the "recently purchased" social-proof pill. If it is orange, it means "act."
83
+ - **Carrot Tint** (`#fff7f2`): A barely-there orange wash surface for gentle emphasis blocks and orange-themed sections.
84
+ - **On-Primary White** (`#ffffff`): Text and icons on the carrot CTA and on dark chips.
85
+
86
+ ### Accents
87
+ - **Sale Coral** (`#ff4b50`): Discount / sale price emphasis and favorite (heart) marks — the second most frequent foreground color on the page after the neutral text ladder.
88
+ - **Sale Tint** (`#fff2f4`): Light pink wash surface for discount and event blocks.
89
+ - **Rating Gold** (`#ffaf00`): Rating stars and review scores.
90
+ - **Highlight Yellow** (`#ffea2c`): Event / promotion highlight flags.
91
+
92
+ ### Neutral & Ink
93
+ - **Ink** (`#111111`): Near-black background for the dark caption chips overlaid on curation banners; also strong emphasis text.
94
+ - **Text** (`#333333`): Primary text and heading color — the dominant foreground across the whole surface. A soft near-black, never pure `#000000`.
95
+ - **Text Muted** (`#666666`): Secondary text — top-nav utility links, descriptions, metadata.
96
+ - **Text Faint** (`#999999`): Tertiary / lowest-emphasis text, timestamps, disabled labels.
97
+
98
+ ### Surface & Borders
99
+ - **Canvas** (`#ffffff`): Page background and all card surfaces.
100
+ - **Border** (`#d9d9d9`): Hairline dividers and light borders — the primary separation device in the shadow-free system.
101
+ - **Border Strong** (`#acacac`): The 1px outline on secondary white buttons (`장바구니`, `선물하기`), a touch heavier than the divider hairline.
102
+
103
+ ## 3. Typography Rules
104
+
105
+ ### Font Family
106
+ - **UI / Body**: system stack — `system-ui`, `-apple-system`, with `Apple SD Gothic Neo` / `Malgun Gothic` as the Korean fallbacks. idus does not load a bespoke brand webfont on web; the OS hangul font does the work.
107
+ - **Weights in use**: 400 (regular) for body, nav and utility; 700 (bold) for action buttons, ranking flags and social-proof pills. There is no light-weight display tier — hierarchy is size × weight, not a special headline face.
108
+
109
+ ### Hierarchy
110
+
111
+ | Role | Size | Weight | Line Height | Use |
112
+ |------|------|--------|-------------|-----|
113
+ | Purchase CTA | 18px | 700 | 1.4 | Primary `구매하기` / `장바구니` / `선물하기` button labels |
114
+ | Category Tab | 16px | 400 | 1.5 | Home category navigation (선물추천, 할인, 베스트…) |
115
+ | Button Strong | 14px | 700 | 1.5 | Brand-outline button labels (작품문의, 팔로우) |
116
+ | Body | 14px | 400 | 1.5 | Standard reading text, search field, product meta |
117
+ | Caption | 12px | 400 | 1.5 | Top utility nav (로그인, 회원가입, 고객센터), social-proof pills |
118
+ | Micro | 11px | 400 | 1.4 | Icon labels (관심, 내 정보, 장바구니) |
119
+
120
+ ### Principles
121
+ - **Weight over typeface**: with a system font, idus signals importance by jumping to weight 700 (CTAs, flags) against a 400 body — never by swapping fonts.
122
+ - **Dense, scannable sizing**: body and buttons sit at 14px, utility chrome at 11–12px, so a grid of hundreds of handmade listings stays legible without scrolling fatigue.
123
+ - **Bold is for action and proof**: 700 is reserved for things the shopper acts on (purchase, follow) or trusts (ranking, "recently purchased"), reinforcing the orange = act signal.
124
+ - **No pure black**: text is `#333333`, not `#000000` — a softer near-black that keeps the busy commerce surface from feeling harsh.
125
+
126
+ ## 4. Component Stylings
127
+
128
+ ### Buttons
129
+
130
+ **Primary Purchase CTA (`구매하기`)**
131
+ - Background: `#ef7014`
132
+ - Text: `#ffffff`
133
+ - Radius: 2px
134
+ - Padding: 0px 16px
135
+ - Height: 48px
136
+ - Font: 18px / 700
137
+ - Use: The primary purchase action on product detail pages
138
+
139
+ **Secondary (`장바구니` / `선물하기`)**
140
+ - Background: `#ffffff`
141
+ - Text: `#333333`
142
+ - Border: 1px solid `#acacac`
143
+ - Radius: 2px
144
+ - Padding: 0px 16px
145
+ - Height: 48px
146
+ - Font: 18px / 700
147
+ - Use: Add-to-cart and gift actions sitting beside the primary CTA
148
+
149
+ **Brand Outline (`작품문의` / `팔로우`)**
150
+ - Background: `#ffffff`
151
+ - Text: `#ef7014`
152
+ - Border: 1px solid `#ef7014`
153
+ - Radius: 2px
154
+ - Padding: 0px 16px
155
+ - Height: 40px
156
+ - Font: 14px / 700
157
+ - Use: Tertiary brand-tinted actions (inquiry, follow-maker)
158
+
159
+ **Top Utility (`로그인` / `회원가입` / `고객센터`)**
160
+ - Background: transparent
161
+ - Text: `#666666`
162
+ - Padding: 0px 8px
163
+ - Height: 30px
164
+ - Font: 12px / 400
165
+ - Use: Header utility links
166
+
167
+ ### Inputs
168
+
169
+ **Global Search**
170
+ - Background: `#ffffff`
171
+ - Text: `#333333`
172
+ - Radius: 2px
173
+ - Font: 14px / 400
174
+ - Use: Header search field, placeholder "찾으시는 작가, 작품이 있나요?" — borderless, sits on a hairline row rather than a boxed field
175
+
176
+ ### Cards & Containers
177
+
178
+ **Product Card**
179
+ - Background: `#ffffff`
180
+ - Radius: 12px
181
+ - Use: Product thumbnail card in curation grids — image corners rounded, flat (no shadow)
182
+
183
+ **Dark Caption Chip**
184
+ - Background: `#111111`
185
+ - Text: `#ffffff`
186
+ - Radius: 4px
187
+ - Padding: 6px 8px
188
+ - Use: Overlay caption label on curation banner imagery
189
+
190
+ ### Badges
191
+
192
+ **Social-Proof Pill**
193
+ - Background: `#ef7014`
194
+ - Text: `#ffffff`
195
+ - Radius: 100px
196
+ - Padding: 0px 14px
197
+ - Height: 33px
198
+ - Font: 14px / 700
199
+ - Use: "최근 N건 더 많이 구매되었어요" purchase-momentum pill on product cards
200
+
201
+ **Ranking Flag**
202
+ - Background: `#ef7014`
203
+ - Text: `#ffffff`
204
+ - Radius: 0px 0px 6px 6px
205
+ - Font: 16px / 700
206
+ - Use: Rank number (1, 2, 3) flag on best-seller ranking cards
207
+
208
+ ### Navigation
209
+
210
+ **Category Tab**
211
+ - Text: `#666666`
212
+ - Font: 16px / 400
213
+ - Active: `#333333` text
214
+ - Use: Home category navigation (선물추천, 할인, 베스트, 취향발견, 실시간, 최신작품, 커뮤니티)
215
+
216
+ ---
217
+
218
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect)
219
+ **Tier 1 sources:** https://www.idus.com (homepage, live computed style), https://www.idus.com/v2/product/ (product detail page, live computed style — purchase CTA, secondary/outline buttons), https://github.com/backpackr (Backpackr official GitHub org)
220
+ **Tier 2 sources:** getdesign.md/idus — no entry ("0 DESIGN.md files, No designs found"); styles.refero.design/?q=idus — no idus-specific style listed (search returns unrelated generic results)
221
+ **Conflicts unresolved:** none
222
+
223
+ ## 5. Layout Principles
224
+
225
+ ### Spacing System
226
+ - Base rhythm: 4px steps — measured paddings land at 0×8px (utility), 6×8px (chips), 0×14px (pills), 0×16px (primary buttons)
227
+ - Scale: 4px, 8px, 14px, 16px, 20px, 24px
228
+ - Notable: action buttons use generous 48px height with 16px horizontal padding for confident tap targets; social-proof pills use 14px horizontal padding
229
+
230
+ ### Grid & Container
231
+ - Dense multi-column product-thumbnail grids are the dominant layout unit
232
+ - A horizontal category tab row (선물추천 / 할인 / 베스트 …) anchors the top of the home feed
233
+ - Product detail pages stack a media column with a sticky action rail (장바구니 / 선물하기 / 구매하기)
234
+ - Curation banners layer dark caption chips (`#111111`) over full-bleed imagery
235
+
236
+ ### Whitespace Philosophy
237
+ - **Density with breathing hairlines**: idus is intentionally information-rich; separation comes from `#d9d9d9` hairlines and white gutters rather than large empty margins.
238
+ - **Flat segmentation**: sections separate by hairline and tint wash (`#fff7f2`, `#fff2f4`), not by shadow stacks.
239
+ - **Action clarity in a busy field**: within a crowded grid, the orange CTA and pills are the only saturated elements, so the next action always stands out.
240
+
241
+ ### Border Radius Scale
242
+ - Sharp (2px): action buttons, search field — the workhorse
243
+ - Small (4px): dark caption chips
244
+ - Medium (12px): product-image cards
245
+ - Full (100px): social-proof pills
246
+
247
+ ## 6. Depth & Elevation
248
+
249
+ | Level | Treatment | Use |
250
+ |-------|-----------|-----|
251
+ | Flat (Level 0) | No shadow | Page background, most surfaces, product cards |
252
+ | Hairline (Level 1) | `1px solid #d9d9d9` | Dividers, light card outlines |
253
+ | Outline (Level 2) | `1px solid #acacac` | Secondary white button borders |
254
+ | Tint (Level 3) | `#fff7f2` / `#fff2f4` wash | Gentle section emphasis without elevation |
255
+
256
+ **Shadow Philosophy**: idus is a near-shadowless system. Live inspection returned `box-shadow: none` and `0px solid` borders across the header, category tabs, product cards and action buttons. Depth is communicated by flat hairlines (`#d9d9d9`), a slightly heavier outline (`#acacac`) on secondary buttons, and low-saturation tint washes (`#fff7f2` orange, `#fff2f4` pink). When something needs to pop, the system reaches for the carrot orange (`#ef7014`) or the near-black ink (`#111111`) chip — never a drop shadow. This keeps a very dense commerce grid feeling fast and flat rather than heavy.
257
+
258
+ ## 7. Do's and Don'ts
259
+
260
+ ### Do
261
+ - Reserve carrot orange (`#ef7014`) for actions and proof — CTA, brand-outline buttons, rank flags, social-proof pills
262
+ - Use weight 700 on action labels and 400 on body/nav — let weight carry hierarchy under a system font
263
+ - Separate sections with `#d9d9d9` hairlines and `#acacac` outlines, not shadows
264
+ - Keep action geometry tight (2px radius) and reserve the 100px full-pill only for social-proof momentum
265
+ - Use `#333333` for primary text, never pure black
266
+ - Use coral (`#ff4b50`) for sale/discount prices and gold (`#ffaf00`) for rating stars
267
+ - Overlay dark near-black (`#111111`) caption chips on curation imagery
268
+ - Keep body and buttons at a dense 14px for fast scanning of large product grids
269
+
270
+ ### Don't
271
+ - Spread orange across decorative elements — it dilutes the single-action signal
272
+ - Use drop shadows for elevation — idus is a flat, hairline-separated system
273
+ - Use pure black (`#000000`) for body text — the ladder is `#333333` → `#666666` → `#999999`
274
+ - Introduce a bespoke display webfont — the system stack is intentional for hangul density
275
+ - Round action buttons heavily — they stay at a tight 2px (the 100px pill is only for social-proof)
276
+ - Reuse the sale coral (`#ff4b50`) or rating gold (`#ffaf00`) as a primary action color — carrot is the only CTA color
277
+ - Add large empty margins that break the dense, scannable grid rhythm
278
+ - Set a light font weight on CTAs — action labels are always 700
279
+
280
+ ## 8. Responsive Behavior
281
+
282
+ ### Breakpoints
283
+ | Name | Width | Key Changes |
284
+ |------|-------|-------------|
285
+ | Mobile | <640px | Single/2-up product grid, sticky bottom action bar, category tabs scroll horizontally |
286
+ | Tablet | 640-1024px | 3-4 column product grids, moderate gutters |
287
+ | Desktop | 1024-1440px | 4-6 column dense grids, full category tab row, product detail media + sticky action rail |
288
+
289
+ ### Touch Targets
290
+ - Primary action buttons at 48px height with 16px horizontal padding — comfortably tappable
291
+ - Social-proof pills at 33px height, full 100px radius for an unmistakable target
292
+ - Icon utility buttons (관심 / 내 정보 / 장바구니) at ~67px stacked icon+label hit areas
293
+
294
+ ### Collapsing Strategy
295
+ - Product grids reflow from 4-6 columns down to 2-up / single column
296
+ - Category tab row switches to horizontal scroll on narrow viewports
297
+ - Product detail action rail (장바구니 / 선물하기 / 구매하기) becomes a sticky bottom bar on mobile
298
+ - Curation banners maintain full-bleed treatment with the dark caption chip repositioned
299
+
300
+ ### Image Behavior
301
+ - Product thumbnails keep 12px rounded corners across breakpoints
302
+ - Curation imagery stays full-bleed; dark `#111111` caption chips overlay at all sizes
303
+ - No shadows on imagery at any size, consistent with the flat system
304
+
305
+ ## 9. Agent Prompt Guide
306
+
307
+ ### Quick Color Reference
308
+ - Primary CTA: idus Carrot (`#ef7014`)
309
+ - CTA text: White (`#ffffff`)
310
+ - Sale / discount price: Coral (`#ff4b50`)
311
+ - Rating stars: Gold (`#ffaf00`)
312
+ - Event highlight: Yellow (`#ffea2c`)
313
+ - Primary text: `#333333`
314
+ - Secondary text: `#666666`
315
+ - Faint text: `#999999`
316
+ - Dark chip: Ink (`#111111`)
317
+ - Hairline: `#d9d9d9`
318
+ - Button outline (secondary): `#acacac`
319
+ - Tint surfaces: `#fff7f2` (orange), `#fff2f4` (pink)
320
+ - Canvas: White (`#ffffff`)
321
+
322
+ ### Example Component Prompts
323
+ - "Create a product detail action rail: three 48px-tall buttons at 2px radius. Secondary 'add to cart' and 'gift' are white with 1px solid #acacac border and #333333 text; primary '구매하기' is #ef7014 background with #ffffff text, all 18px weight 700."
324
+ - "Design a product card: white #ffffff background, 12px rounded image, no shadow. Overlay a full-pill social-proof badge — #ef7014 background, #ffffff text, 100px radius, 14px weight 700 — reading 'recently purchased'. Rank flag: #ef7014 with 0 0 6px 6px radius top-left."
325
+ - "Build a category nav row: system-font tabs at 16px weight 400, inactive #666666 and active #333333, on a white header. No underline, no shadow."
326
+ - "Create a brand-outline button: white background, #ef7014 text, 1px solid #ef7014 border, 2px radius, 40px height, 14px weight 700 — for '작품문의' / '팔로우'."
327
+
328
+ ### Iteration Guide
329
+ 1. Orange (`#ef7014`) is the only action color — CTA, outline buttons, flags, pills; don't spread it decoratively
330
+ 2. Weight 700 for actions/proof, 400 for everything else — hierarchy is weight, not typeface
331
+ 3. No shadows — separate with `#d9d9d9` hairlines, `#acacac` outlines, and tint washes
332
+ 4. Action buttons stay at 2px radius; only social-proof pills go full 100px
333
+ 5. Text is `#333333` → `#666666` → `#999999`, never pure black
334
+ 6. Coral (`#ff4b50`) = price/sale, gold (`#ffaf00`) = rating — never CTAs
335
+ 7. Keep body/buttons dense at 14px for large scannable grids
336
+ 8. Dark `#111111` chips for caption overlays on curation imagery
337
+
338
+ ---
339
+
340
+ ## 10. Voice & Tone
341
+
342
+ idus's voice is **warm, encouraging, and maker-centric** — it speaks about handmade 작품 (works) and the 작가 (makers) behind them, not "products" and "sellers." The register is friendly Korean commerce: it invites discovery ("취향발견" / discover-your-taste), reassures with social proof ("최근 573건 더 많이 구매되었어요" / "573 more purchased recently"), and asks rather than commands ("찾으시는 작가, 작품이 있나요?" / "Is there a maker or work you're looking for?"). Actions are plain and functional (`구매하기`, `장바구니`, `선물하기`, `작품문의`), never hype-driven.
343
+
344
+ | Context | Tone |
345
+ |---|---|
346
+ | Search prompt | Inviting, question-framed. "찾으시는 작가, 작품이 있나요?" |
347
+ | Category nav | Playful discovery labels. "취향발견", "선물추천", "베스트". |
348
+ | CTAs | Plain, functional imperatives. "구매하기", "선물하기", "작품문의". |
349
+ | Social proof | Warm, momentum-framed. "최근 N건 더 많이 구매되었어요". |
350
+ | Maker relationship | Respectful of the artisan. "작가홈", "팔로우" — you follow a person, not a shop. |
351
+
352
+ **Voice samples (verbatim from live surfaces):**
353
+ - "찾으시는 작가, 작품이 있나요?" — search placeholder (invites discovery, maker-first). *(verified live 2026-07-02)*
354
+ - "최근 573건 더 많이 구매되었어요" — social-proof pill (warm momentum, no pressure). *(verified live 2026-07-02)*
355
+ - "취향발견" — category tab (discovery-framed, taste-centric). *(verified live 2026-07-02)*
356
+
357
+ **Forbidden register**: aggressive scarcity/urgency ("지금 아니면 끝!"), treating makers as anonymous "sellers", undefined marketing jargon, exclamation-heavy hype. The tone stays warm and human because the goods are handmade and personal.
358
+
359
+ ## 11. Brand Narrative
360
+
361
+ idus (아이디어스) was founded in **2014** by **Backpackr (백패커)**, led by CEO **김동환 (Kim Dong-hwan)**, to solve a specific gap in Korean commerce: talented independent makers of handmade goods — ceramics, jewelry, candles, baked goods, leather craft — had no dedicated, trusted marketplace to reach buyers who valued craft over mass production. The name reads as "idea + us / ideas," and the founding premise reframed a handmade purchase as a relationship with a 작가 (maker) rather than a transaction with a store.
362
+
363
+ The platform matured into Korea's largest handmade marketplace, expanding from physical goods into handmade classes (클래스) and gifting, and Backpackr later broadened its creator-economy footprint (including the crowdfunding platform 텀블벅 / Tumblbug). The homepage's own vocabulary — 작가 (maker), 작품 (work), 작가홈 (maker's home), 팔로우 (follow) — encodes the thesis: idus is a place to follow and support people who make things by hand.
364
+
365
+ What idus refuses, visible in its design: the glossy, shadow-stacked chrome of a mass DTC store and the hard-sell scarcity tactics of discount commerce. What it embraces: a warm single accent (carrot orange), a flat and dense but scannable grid, social proof framed as encouragement rather than pressure, and a maker-first vocabulary throughout the interface. *(Founding attribution and platform history are widely documented public facts about Backpackr / idus; specific interpretive readings of the design are editorial.)*
366
+
367
+ ## 12. Principles
368
+
369
+ 1. **Makers, not sellers.** The interface names people (작가, 작가홈, 팔로우), not shops. *UI implication:* surface the maker identity on cards and detail pages; make "follow the maker" a first-class action.
370
+ 2. **One color means act.** Carrot orange (`#ef7014`) is the only saturated action color. *UI implication:* reserve orange for CTA, outline buttons, rank flags and social-proof; keep everything else neutral so the next step is unambiguous.
371
+ 3. **Encourage, don't pressure.** Social proof is framed as warm momentum ("recently purchased"), never fear-based scarcity. *UI implication:* use positive, count-based reassurance pills; avoid countdown timers and "last chance" urgency.
372
+ 4. **Dense but scannable.** The catalog is huge, so density is a feature. *UI implication:* separate with hairlines and tint washes, keep body at 14px, and let the single orange accent guide the eye through a crowded grid.
373
+ 5. **Flat and warm.** Handmade goods deserve a light, human surface, not heavy banking chrome. *UI implication:* no drop shadows; lean on `#d9d9d9` hairlines, warm tint surfaces, and rounded product imagery.
374
+
375
+ ## 13. Personas
376
+
377
+ *Personas below are fictional archetypes informed by publicly observable idus user segments (gift-shoppers seeking something personal, supporters of independent makers, hobbyists browsing handmade classes), not individual people.*
378
+
379
+ **정유진, 28, 서울.** Shopping for a friend's birthday and wants something that doesn't look mass-produced. Uses "선물추천" and the social-proof pills to feel confident a small maker is trustworthy. Chose idus because it feels like discovering a person, not scrolling a warehouse.
380
+
381
+ **김도현, 34, 경기.** A repeat buyer who follows several ceramic and leather 작가. Values the "작가홈" and 팔로우 flow — he buys again when a maker he follows releases new 작품. Trusts the flat, no-pressure interface over hard-sell discount apps.
382
+
383
+ **이서연, 41, 부산.** Browses handmade classes and gifts for family occasions. Appreciates that the copy is warm and the grid is dense enough to compare many options quickly without feeling rushed by urgency banners.
384
+
385
+ ## 14. States
386
+
387
+ | State | Treatment |
388
+ |---|---|
389
+ | **Empty (no search results)** | White canvas. Single `#333333` line explaining no matching 작가/작품 were found, with a muted `#666666` suggestion to adjust the query. One carrot (`#ef7014`) CTA to browse categories. No clutter. |
390
+ | **Empty (empty cart / wishlist)** | `#666666` single line ("아직 담은 작품이 없어요"), with a carrot CTA back into discovery ("작품 둘러보기"). Warm, not scolding. |
391
+ | **Loading (grid fetch)** | Flat skeleton cards at final product-card dimensions, 12px radius, `#d9d9d9`-tinted blocks. No shadow shimmer — a flat pulse consistent with the shadowless system. |
392
+ | **Loading (purchase submit)** | Inline spinner within the `#ef7014` CTA; button label swaps to a progress state, previous page content stays visible. |
393
+ | **Error (network / fetch failed)** | Inline `#333333` message with a plain-language explanation and a retry, never a bare "오류가 발생했습니다". |
394
+ | **Error (form validation)** | Field-level message below the input in a coral (`#ff4b50`) tone; describes what's valid, not just "필수". |
395
+ | **Success (added to cart / purchased)** | Brief inline confirmation in a calm tone; next-step (장바구니 / 주문내역) linked immediately below. No celebratory emoji spam. |
396
+ | **Skeleton** | `#d9d9d9` blocks at final dimensions, 12px radius, flat pulse. |
397
+ | **Disabled** | `#999999` faint text on reduced-opacity surface; carrot actions fade rather than turn grey to preserve brand read. |
398
+
399
+ ## 15. Motion & Easing
400
+
401
+ **Durations**:
402
+
403
+ | Token | Value | Use |
404
+ |---|---|---|
405
+ | `motion-fast` | 120ms | Hover, button press, follow toggle |
406
+ | `motion-standard` | 200ms | Card/grid reveal, sheet, dropdown |
407
+ | `motion-slow` | 320ms | Page-level transitions, banner carousel |
408
+
409
+ **Easings**:
410
+
411
+ | Token | Curve | Use |
412
+ |---|---|---|
413
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, sheets, pills |
414
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
415
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
416
+
417
+ **Motion rules**: Motion is functional and quiet — consistent with the flat, dense commerce aesthetic. Product cards fade-in from below as grids load at `motion-standard / ease-enter`; the carrot CTA and follow toggle respond to press with a subtle opacity/scale shift; curation banners cross-fade on a slow carousel. No bounce or spring — a marketplace signals steadiness and trust, not gimmickry. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the banner carousel freezes; the catalog remains fully functional.
418
+
419
+ <!--
420
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
421
+
422
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle:
423
+ - https://www.idus.com (homepage) — primary brand color #ef7014 (rgb 239,112,20) on rank
424
+ flags, social-proof pills (100px radius, 14px/700, "최근 N건 더 많이 구매되었어요"); text
425
+ ladder rgb(51,51,51)/#333333 ×7587, rgb(102,102,102)/#666666 ×819, rgb(153,153,153)/#999999
426
+ ×270; accents rgb(255,75,80)/#ff4b50 ×455, rgb(255,175,0)/#ffaf00 ×300,
427
+ rgb(255,234,44)/#ffea2c ×210; dark chips rgb(17,17,17)/#111111; hairline
428
+ rgb(217,217,217)/#d9d9d9; tint surfaces rgb(255,247,242)/#fff7f2, rgb(255,242,244)/#fff2f4;
429
+ box-shadow none across chrome; system font stack; search placeholder
430
+ "찾으시는 작가, 작품이 있나요?"; category tabs 선물추천/할인/베스트/취향발견/실시간/최신작품/커뮤니티.
431
+ - https://www.idus.com/v2/product/... (product detail) — primary CTA "구매하기" bg #ef7014 /
432
+ #ffffff / 2px / 48px / 18px-700; secondary "장바구니"/"선물하기" white / #333333 / 1px solid
433
+ #acacac (rgb 172,172,172); outline "작품문의"/"팔로우" white / #ef7014 text+border / 14px-700.
434
+
435
+ Token-level claims (§1-9) are sourced from this live inspection; full raw samples in
436
+ web/references/idus/.verification.md.
437
+
438
+ Voice samples (§10) are verbatim from the live idus surfaces (search placeholder,
439
+ social-proof pill, category tab).
440
+
441
+ Brand narrative (§11): idus (아이디어스) operated by Backpackr (백패커), founded 2014,
442
+ CEO 김동환 — Korea's largest handmade-goods marketplace. These are widely documented
443
+ public facts; specific design readings are editorial, not directly quoted brand statements.
444
+
445
+ Personas (§13) are fictional archetypes informed by publicly observable idus user segments.
446
+ Names are illustrative; they do not refer to real people.
447
+
448
+ Tier 2: getdesign.md/idus returned "0 DESIGN.md files / No designs found"; styles.refero.design
449
+ ?q=idus returned no idus-specific style. KR Tier-2 under-coverage — Tier 1 carries the proof.
450
+ -->