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
@@ -8,497 +8,303 @@ primary_color: "#000000"
8
8
  logo:
9
9
  type: favicon
10
10
  slug: "https://cdn.rememberapp.co.kr/logos/remember/rmbr_og_image.png"
11
- verified: "2026-05-15"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: Remember UI
15
15
  url: "https://dramancompany.github.io/remember-ui/"
16
16
  type: system
17
- description: Remember (drama&company) UI library — public Storybook deploy with components for the business-card / B2B networking product.
17
+ description: Public Remember UI Storybook deployment.
18
18
  og_image: "https://cdn.rememberapp.co.kr/logos/remember/rmbr_og_image.png"
19
+ verification_v2:
20
+ schema: 2
21
+ checked: "2026-07-13"
22
+ surfaces:
23
+ - { id: career-postings, kind: product, url: "https://career.rememberapp.co.kr/job/postings", inspected: "2026-07-13" }
24
+ - { id: career-postings-repeat, kind: product, url: "https://career.rememberapp.co.kr/job/postings", inspected: "2026-07-13" }
25
+ - { id: corporate-home, kind: marketing, url: "https://corp.remember.co.kr/", inspected: "2026-07-13" }
26
+ sources:
27
+ - { id: career-postings-live, kind: product-surface, url: "https://career.rememberapp.co.kr/job/postings", captured: "2026-07-13" }
28
+ - { id: corporate-home-live, kind: product-surface, url: "https://corp.remember.co.kr/", captured: "2026-07-13" }
29
+ - { id: company-context, kind: official-doc, url: "https://corp.remember.co.kr/company", captured: "2026-07-13" }
30
+ - { id: brand-guideline, kind: brand-asset, url: "https://static.rememberapp.co.kr/brand/brand_guideline_logo.pdf", captured: "2026-07-13" }
31
+ - { id: pretendard-license, kind: license, url: "https://github.com/orioncactus/pretendard/blob/main/LICENSE", captured: "2026-07-13" }
32
+ conflicts: []
33
+ claims:
34
+ "tokens.colors.action-black": &career { surface_id: career-postings, source_id: career-postings-live, method: live-inspect, captured: "2026-07-13" }
35
+ "tokens.colors.surface": *career
36
+ "tokens.colors.foreground": *career
37
+ "tokens.colors.input-surface": *career
38
+ "tokens.colors.muted": *career
39
+ "tokens.colors.hairline": *career
40
+ "tokens.colors.corporate-orange": &corporate { surface_id: corporate-home, source_id: corporate-home-live, method: live-inspect, captured: "2026-07-13" }
41
+ "tokens.typography.family.ui": *career
42
+ "tokens.typography.body.size": *career
43
+ "tokens.typography.body.weight": *career
44
+ "tokens.typography.body.lineHeight": *career
45
+ "tokens.typography.body.use": *career
46
+ "tokens.typography.heading.size": *career
47
+ "tokens.typography.heading.weight": *career
48
+ "tokens.typography.heading.lineHeight": *career
49
+ "tokens.typography.heading.use": *career
50
+ "tokens.typography.card-title.size": *career
51
+ "tokens.typography.card-title.weight": *career
52
+ "tokens.typography.card-title.lineHeight": *career
53
+ "tokens.typography.card-title.use": *career
54
+ "tokens.spacing.xs": *career
55
+ "tokens.spacing.sm": *career
56
+ "tokens.spacing.md": *career
57
+ "tokens.spacing.lg": *career
58
+ "tokens.spacing.xl": *career
59
+ "tokens.rounded.sm": *career
60
+ "tokens.rounded.md": *career
61
+ "tokens.rounded.lg": *career
62
+ "tokens.components.career-outline-dialog-button.type": *career
63
+ "tokens.components.career-outline-dialog-button.bg": *career
64
+ "tokens.components.career-outline-dialog-button.fg": *career
65
+ "tokens.components.career-outline-dialog-button.border": *career
66
+ "tokens.components.career-outline-dialog-button.radius": *career
67
+ "tokens.components.career-outline-dialog-button.padding": *career
68
+ "tokens.components.career-outline-dialog-button.font": *career
69
+ "tokens.components.career-outline-dialog-button.states": *career
70
+ "tokens.components.career-outline-dialog-button.use": *career
71
+ "tokens.components.career-job-list-item.type": *career
72
+ "tokens.components.career-job-list-item.fg": *career
73
+ "tokens.components.career-job-list-item.radius": *career
74
+ "tokens.components.career-job-list-item.font": *career
75
+ "tokens.components.career-job-list-item.use": *career
19
76
  tokens:
20
- source: prose-derived
21
- extracted: "2026-06-09"
77
+ source: reconciled
78
+ extracted: "2026-07-13"
79
+ note: "Selector-backed career-product and corporate-marketing observations remain separate. No authenticated product, documentation chrome, or source-uncorroborated corporate display face is made a shared token."
22
80
  colors:
23
- action: "#000000"
24
- body: "#222222"
25
- white: "#ffffff"
26
- on-orange: "#fffff9"
27
- signup-orange: "#ff5414"
28
- brand-orange: "#ff6a0d"
29
- success: "#239e7b"
30
- surface-mint: "#d9fcf2"
31
- neutral-50: "#fafafa"
32
- neutral-100: "#f2f2f2"
33
- neutral-200: "#ebebeb"
34
- neutral-300: "#d4d4d4"
35
- neutral-400: "#bdbdbd"
36
- neutral-500: "#808080"
37
- neutral-700: "#424242"
81
+ action-black: "#000000"
82
+ surface: "#ffffff"
83
+ foreground: "#222222"
84
+ input-surface: "#f2f2f2"
85
+ muted: "#808080"
86
+ hairline: "#d4d4d4"
87
+ corporate-orange: "#fc5d11"
38
88
  typography:
39
- family: { sans: "Pretendard", mono: "Pretendard" }
40
- section-h2: { size: 20, weight: 600, lineHeight: 1.30, use: "Career feed section headers" }
41
- card-h3: { size: 16, weight: 400, lineHeight: 1.45, use: "Job-card and company-card titles" }
42
- body: { size: 16, weight: 400, lineHeight: 1.5, use: "Job-description, community-post body" }
43
- button: { size: 14, weight: 400, use: "Login / signup / nav buttons" }
44
- cta-label: { size: 12, weight: 400, use: "Signup conversion CTA label" }
45
- caption: { size: 12, weight: 400, use: "Timestamps, D-day badges, location" }
46
- spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 24, xl: 32, xxl: 40, section: 56 }
47
- rounded: { sm: 4, md: 6, lg: 12, full: 9999 }
48
- shadow:
49
- subtle: "0px 1px 2px rgba(0,0,0,0.04)"
50
- standard: "0px 2px 8px rgba(0,0,0,0.08)"
51
- modal: "0px 8px 24px rgba(0,0,0,0.16)"
89
+ family: { ui: "Pretendard" }
90
+ body: { size: 16, weight: 400, lineHeight: 1.45, use: "Repeated career posting text and controls" }
91
+ heading: { size: 20, weight: 600, lineHeight: 1.30, use: "Career posting section heading" }
92
+ card-title: { size: 16, weight: 400, lineHeight: 1.45, use: "Career posting card title" }
93
+ spacing: { xs: 4, sm: 8, md: 12, lg: 16, xl: 24 }
94
+ rounded: { sm: 4, md: 6, lg: 8 }
52
95
  components:
53
- button-primary: { type: button, bg: "#000000", fg: "#ffffff", radius: 4, padding: "0 12px", font: "14/400", use: "Login, primary auth, search submit the fingerprint button" }
54
- button-secondary: { type: button, bg: "#ffffff", fg: "#000000", radius: 6, padding: "0 12px", font: "14/400", use: "Sign-up secondary button on dark header" }
55
- button-outline: { type: button, bg: "transparent", fg: "#ffffff", radius: 6, padding: "0 12px", font: "14/400", use: "B2B nav button, 1px white border on dark" }
56
- button-growth: { type: button, bg: "#ff5414", fg: "#fffff9", radius: 4, padding: "6.5px 13px", font: "12/400", use: "Signup growth CTA, single saturated punch" }
57
- filter-chip: { type: badge, bg: "transparent", fg: "#222222", radius: 4, padding: "10px 16px", font: "16/400", use: "Filter facet, 1px #d4d4d4 border", active: "#222222 bg, #ffffff text" }
58
- search-input: { type: input, bg: "#f2f2f2", fg: "#222222", radius: 4, padding: "0 0 0 56px", font: "16/400", use: "Hero search, 52px tall, #808080 placeholder" }
59
- job-card: { type: card, bg: "transparent", fg: "#000000", radius: 0, font: "16/400", use: "Career feed atomic unit, chromeless, density-led" }
60
- company-card: { type: card, bg: "#ffffff", fg: "#222222", radius: 8, padding: "16px", use: "Premium company carousel card, 1px #ebebeb border" }
61
- status-pill: { type: badge, bg: "#d9fcf2", fg: "#239e7b", radius: 4, padding: "2px 8px", font: "12/400", use: "Accepted-status badge in history" }
96
+ career-outline-dialog-button: { type: button, bg: "transparent", fg: "#ffffff", border: "1px solid #ffffff", radius: "6px", padding: "0px 12px", font: "14px/400 Pretendard", states: "dialog-open observed from this trigger only", use: "Career postings header control at career-postings::[data-omd-capture=10]" }
97
+ career-job-list-item: { type: listItem, fg: "#222222", radius: "0px", font: "16px/400 Pretendard", use: "Chromeless job-list item at career-postings::li; 162px-wide representative capture" }
62
98
  components_harvested: true
63
99
  ---
64
100
 
65
101
  # Design System Inspiration of Remember (리멤버)
66
102
 
67
- > **Disambiguation.** This is **Remember (리멤버) — the Korean B2B business-card management and professional-networking app operated by 리멤버앤컴퍼니 (formerly 드라마앤컴퍼니, Drama & Company)**. Not to be confused with Remember The Milk, any “Remember” calendar app, or generic English-word brands. Verified against `https://www.rememberapp.co.kr/` (redirects to `career.rememberapp.co.kr`) and `https://corp.remember.co.kr/`.
68
-
69
103
  ## 1. Visual Theme & Atmosphere
70
104
 
71
- Remember is the app that turned the paper business card into a database and now wraps that database in a career-marketplace, headhunter outreach surface, and an industry-expert community. The visual identity is built around that origin: it has to feel **trustworthy enough for a 54-year-old factory owner to hand over his Rolodex**, while also feeling **modern enough for a 32-year-old engineer to take a scout call through it**. The result is an aggressively restrained palette near-pure white surfaces, deep charcoal type, **black as the primary action color**, and a hot signup-orange (`#FF5414`) that punches through only at conversion moments.
72
-
73
- Where Toss made financial blue its brand thesis and Wanted made cobalt (`#0066FF`) its career-marketplace color, Remember made **black** the primary CTA. That choice is deliberate: black reads as the most "professional" neutral in Korean B2B context — it's the color of name-card foil stamping, of executive notepads, of legal letterhead. It refuses both the playful saturation of consumer apps (Toss blue, Kakao yellow) and the engineered cobalt of recruiting competitors. Body type is rendered in `#222222` — slightly off-black, warmer than `#000` — for long-form reading comfort across job descriptions, community posts, and contact lists.
105
+ Remember began with digitising business cards and has since expanded into a professional network that connects career opportunities, recruiting, community, and business relationships. The company describes its mission as connecting working people with opportunities for success; its company history records the 2014 app launch, 2019 recruiting launch, and 2024 company-name change to Remember & Company. On the supplied career-postings surface, that professional focus appears as dense, low-chrome information design: a white field, `#222222` reading text, `#000000` action elements, and narrow 4–6px corners. The separately captured corporate marketing site is deliberately more expressive, with `#fc5d11` display accents; it is not evidence that orange is the career product’s default action color. The official identity guideline likewise reserves black and off-white for the logotype rather than defining a universal application palette.
74
106
 
75
- The typeface is **Pretendard** (sans-serif), the open-source Korean–Latin hybrid that has become the de facto Korean product-design default. Remember doesn't ship a custom face; the brand statement is restraint, not typographic exotica. Information density is **high**: the career feed surfaces dozens of jobs per viewport in 162-wide cards with no shadow and minimal chrome, because the user value is "more opportunities visible," not "fewer, prettier opportunities."
107
+ **Key characteristics:**
76
108
 
77
- **Key Characteristics:**
78
- - Black (`#000000`) as primary interactive — CTAs, search submit, primary buttons. The fingerprint of the brand.
79
- - Off-black body text (`#222222`) — softer than pure black, optimized for long-form reading
80
- - Signup orange (`#FF5414`) high-saturation conversion punch, used sparingly and only on growth moments
81
- - Pretendard font family across all surfaces (no custom face)
82
- - 4–6px radius scale — small, restrained, never pill-shaped on primary CTAs
83
- - Border-led component definition (`#D4D4D4` hairlines on filter chips) — not shadow-led
84
- - High information density — small cards, tight spacing, more results per viewport
109
+ - Dense, chromeless career listings rather than elevated cards.
110
+ - Career-product action black (`#000000`) and reading foreground (`#222222`).
111
+ - Border-led 4px filter controls on a white (`#ffffff`) surface.
112
+ - Loaded Pretendard on the career route, backed by Remember-hosted font files.
113
+ - A corporate-only orange (`#fc5d11`) display treatment, not a general CTA token.
85
114
 
86
115
  ## 2. Color Palette & Roles
87
116
 
88
- ### Primary
89
- - **Action Black** (`#000000`): The brand's primary CTA color. Login button, search submit, primary action on detail pages. White text on top.
90
- - **Body Charcoal** (`#222222`): Default text color. Softer than `#000` for sustained reading. Used for headlines, body, filter labels.
91
- - **Pure White** (`#FFFFFF`): Page surface, card surfaces, secondary button background.
92
- - **Off-white** (`#FFFFF9`): Text color used on top of orange CTAs — a near-cream that warms against `#FF5414`.
93
-
94
- ### Brand Accent (Conversion / Growth)
95
- - **Signup Orange** (`#FF5414`): The "가입하기" / signup punch. Reserved for high-intent conversion moments — onboarding nudge, free-trial CTAs, growth banners. Never the default primary.
96
- - **Brand Orange** (`#FF6A0D`): Secondary orange used in marketing-surface accents and badges. One step lighter / less saturated than signup orange.
97
-
98
- ### Semantic
99
- - **Success Green** (`#239E7B`): Used for confirmation states, "지원 완료" / application success badges, positive metrics.
100
- - **Surface Mint** (`#D9FCF2`): Pale green surface — success banners, accepted-status pills. Pairs with success-green text.
101
- - (Error / warning tokens are not consistently exposed on the public career surface; on internal forms they follow Korean fintech convention — red 2px input border with red helper text. Treat as Tier 1-unverified for this brand.)
102
-
103
- ### Neutral Scale
104
- - **Neutral 50** (`#FAFAFA`): Page background tint, hover surfaces.
105
- - **Neutral 100** (`#F2F2F2`): Search-input background, secondary surface.
106
- - **Neutral 200** (`#EBEBEB`): Dividers, low-emphasis fills.
107
- - **Neutral 300** (`#D4D4D4`): Default border on filter chips, input outlines, low-emphasis components.
108
- - **Neutral 400** (`#BDBDBD`): Disabled icon, low-emphasis caption.
109
- - **Neutral 500** (`#808080`): Placeholder text, secondary caption.
110
- - **Neutral 700** (`#424242`): Sub-headline color (H2 on career feed).
111
- - **Neutral 900** (`#222222`): Body and primary heading color.
112
-
113
- ### Surface & Borders
114
- - **Border default**: `#D4D4D4` (`neutral 300`) — filter chips, input outlines, card hairlines.
115
- - **Border subtle**: `#EBEBEB` (`neutral 200`) — dividers between list rows.
116
- - **Search-input surface**: `#F2F2F2` (`neutral 100`) — search field background.
117
- - **Overlay scrim**: `rgba(0, 0, 0, 0.8)` — bottom sheet and modal backdrop on mobile.
117
+ ### Career product surface
118
+
119
+ - **Action Black** (`#000000`): observed on the career header’s filled auth control and search submit. This is a career-route observation, not a whole-company rule.
120
+ - **White Surface** (`#ffffff`): observed filled header control and dialog surface.
121
+ - **Reading Foreground** (`#222222`): repeated career body, list, and filter-control text.
122
+ - **Input Surface** (`#f2f2f2`): observed career search field fill.
123
+ - **Muted Text** (`#808080`): observed career search input text/placeholder value.
124
+ - **Hairline** (`#d4d4d4`): observed 1px border on career filter controls.
125
+
126
+ ### Corporate marketing surface
127
+
128
+ - **Corporate Orange** (`#fc5d11`): observed corporate-home display-heading color. It remains local to that marketing surface.
129
+
130
+ ### Boundary
131
+
132
+ The raw packet does not establish product error, success, selected-filter, hover, focus, disabled, or authenticated-app colors. Those fields are omitted rather than inferred from older captures or adjacent Korean products.
118
133
 
119
134
  ## 3. Typography Rules
120
135
 
121
- ### Font Family
122
- - **Primary**: `Pretendard, -apple-system, "system-ui", system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif`
123
- - **Storybook / web component lib**: `Pretendard, sans-serif` (short form — Remember UI Storybook body computed style)
136
+ ### Evidence classes
124
137
 
125
- ### Hierarchy
138
+ | Evidence class | Family and boundary |
139
+ |---|---|
140
+ | Official product-use | No first-party typography guide assigns a general Remember product type role in this pass. |
141
+ | Live computed surface-use | **Pretendard** is computed on the career route and is FontFaceSet-backed with six Remember CDN source URLs; it has 1,053 recorded uses across body, controls, cards, headings, input, list items, and dialog content. |
142
+ | Official distributed brand asset | The official brand guideline is a logo/identity guide, not a distributed type asset. |
143
+ | Declared-only | Inter and several placeholder family declarations occur with zero visible use; they are excluded from `tokens.typography.family`. |
144
+ | System / unresolved | Generic `sans-serif` is a system fallback. Founders Grotesk Condensed appears in computed corporate-marketing text but its packet record has no source URL; it remains outside shared machine tokens until its source provenance is corroborated. |
126
145
 
127
- | Role | Font | Size | Weight | Line Height | Color | Notes |
128
- |------|------|------|--------|-------------|-------|-------|
129
- | Section H2 | Pretendard | 20px | 600 | 26px (1.30) | `#424242` | Career feed section headers ("프리미엄 대표기업") |
130
- | Card H3 | Pretendard | 16px | 400 | 23.2px (1.45) | `#000000` | Job-card and company-card titles |
131
- | Body | Pretendard | 16px | 400 | 1.5 | `#222222` | Job-description, community-post body |
132
- | Filter / Chip | Pretendard | 16px | 400 | normal | `#222222` | Filter chip labels (10px 16px padding) |
133
- | Button label | Pretendard | 14px | 400 | normal | varies | Login / Signup / nav buttons (32px tall) |
134
- | Search input | Pretendard | 16px | 400 | normal | `#808080` placeholder, `#222` typed | 52px tall, 16px size |
135
- | Conversion CTA label | Pretendard | 12px | 400 | normal | `#FFFFF9` | Signup nudges (32px tall, orange bg) |
136
- | Caption / meta | Pretendard | 12-13px | 400 | normal | `#808080` | Timestamps, D-day badges, location |
146
+ ### Captured hierarchy
137
147
 
138
- ### Principles
139
- - **One family, no custom face.** Pretendard does everything — Korean, Latin, numerals. The brand statement is restraint, not typographic identity. Where Toss invests in a custom face, Remember invests in a third-party open-source default.
140
- - **Weight discipline.** Captured surfaces use predominantly weight 400. Weight 600 is reserved for section H2 sub-emphasis. Weight 700 is absent on the career feed — Remember does not shout typographically.
141
- - **Off-black for sustained reading.** Body and most headlines are `#222222`, not `#000`. Pure black is reserved for the H3 card titles where the user's eye lands first, and for the action-button background.
148
+ | Role | Family | Size | Weight | Line Height | Surface boundary |
149
+ |---|---|---:|---:|---:|---|
150
+ | Career section heading | Pretendard | 20px | 600 | 26px | `career-postings::h2` |
151
+ | Career card title | Pretendard | 16px | 400 | 23.2px | `career-postings::h3` |
152
+ | Repeated career body/control | Pretendard | 16px | 400 | 23.2px | career list, input, and controls |
153
+ | Corporate display heading | Founders Grotesk Condensed Medium | 100px | 400 | 92px | corporate marketing only; source provenance unresolved |
142
154
 
143
- ## 4. Component Stylings
155
+ Do not substitute a system font for Pretendard or a named Founders face. The corporate display sample is useful observational context, but not a reusable UI-family token.
144
156
 
145
- ### Buttons
157
+ ## 4. Component Stylings
146
158
 
147
- Remember's button system is a 2-axis matrix: **fill kind** (black / white / outlined / orange-growth) × **size**. The default size shown below is the 32-tall header button captured live on `career.rememberapp.co.kr/job/postings`. The search-submit button is the same color but 52px tall to match the search input.
159
+ ### Career header controls
148
160
 
149
- **Primary / Action Black**
161
+ **Filled Auth Control**
150
162
  - Background: `#000000`
151
- - Text: `#FFFFFF`
152
- - Border: none
163
+ - Text: `#ffffff`
153
164
  - Radius: 4px
154
- - Padding: 0 (square hit area in header), 0 12px on labelled variants
165
+ - Padding: 0px
155
166
  - Font: 14px / 400 / Pretendard
156
- - Use: Login, primary auth CTAs, search submit (52px variant). The fingerprint button of Remember.
167
+ - Use: `career-postings::[data-omd-capture="8"]`; baseline-only header auth control.
157
168
 
158
- **Primary / Action Black — Search size**
159
- - Background: `#000000`
160
- - Text: `#FFFFFF`
161
- - Border: none
162
- - Radius: 6px
163
- - Padding: 0 12px
164
- - Height: 52px
165
- - Font: 14px / 400 / Pretendard
166
- - Use: Search submit beside the 52-tall search input on the career feed hero.
167
-
168
- **Secondary / White Fill**
169
- - Background: `#FFFFFF`
169
+ **White Header Control**
170
+ - Background: `#ffffff`
170
171
  - Text: `#000000`
171
- - Border: none
172
172
  - Radius: 6px
173
- - Padding: 0 12px
174
- - Height: 32px
173
+ - Padding: 0px 12px
175
174
  - Font: 14px / 400 / Pretendard
176
- - Use: "회원가입" / sign-up secondary button in the dark header (white-on-dark surface).
175
+ - Use: `career-postings::[data-omd-capture="9"]`; baseline-only header control.
177
176
 
178
- **Outline / Ghost on Dark**
177
+ **Outline Dialog Trigger**
179
178
  - Background: transparent
180
- - Text: `#FFFFFF`
181
- - Border: 1px solid `#FFFFFF`
179
+ - Text: `#ffffff`
180
+ - Border: 1px solid `#ffffff`
182
181
  - Radius: 6px
183
- - Padding: 0 12px
184
- - Height: 32px
182
+ - Padding: 0px 12px
185
183
  - Font: 14px / 400 / Pretendard
186
- - Use: "기업 서비스" / B2B nav button in the dark hero — outline on dark surface.
187
-
188
- **Growth / Signup Orange**
189
- - Background: `#FF5414`
190
- - Text: `#FFFFF9`
191
- - Border: none
192
- - Radius: 4px
193
- - Padding: 6.5px 13px
194
- - Height: 32px
195
- - Font: 12px / 400 / Pretendard
196
- - Use: "가입하기" growth CTAs, onboarding nudges, free-trial bars. The single saturated punch on the page.
184
+ - States: dialog-open observed after this trigger at `career-postings::[data-omd-capture="10"]`.
185
+ - Use: Career-postings header control; no generic hover, focus, pressed, or disabled style was captured.
197
186
 
198
- ### Filter Chips
187
+ ### Career search and filters
199
188
 
200
- Remember's filter system is the densest interactive zone on the career feed. Chips are border-defined (not fill-defined) and stay stable across hover / pressed / active.
189
+ **Search Input**
190
+ - Background: `#f2f2f2`
191
+ - Text: `#808080`
192
+ - Radius: 4px
193
+ - Padding: 0px 0px 0px 56px
194
+ - Font: 16px / 400 / Pretendard
195
+ - Use: `career-postings::[data-omd-capture="20"]`; baseline only.
201
196
 
202
- **Default**
197
+ **Filter Control**
203
198
  - Background: transparent
204
199
  - Text: `#222222`
205
- - Border: 1px solid `#D4D4D4`
200
+ - Border: 1px solid `#d4d4d4`
206
201
  - Radius: 4px
207
202
  - Padding: 10px 16px
208
- - Height: 42px
209
203
  - Font: 16px / 400 / Pretendard
210
- - Min-width: 82px (single-character labels like "직무" / "연봉" / "지역" / "경력")
211
- - Use: Filter facets on `/job/postings` — 직무, 연봉, 지역, 경력, 기업 유형, 산업/업종.
212
-
213
- **Selected / Active** (inferred Tier-1 from sibling chips when applied — values may shift)
214
- - Background: `#222222`
215
- - Text: `#FFFFFF`
216
- - Border: 1px solid `#222222`
217
- - Radius: 4px
218
- - Use: Active filter facet. Inverts the default. Marked `(unresolved)` — see footer.
219
-
220
- ### Search Input
204
+ - Use: `career-postings::[data-omd-capture="129"]` through `[data-omd-capture="134"]`; six baseline controls only.
221
205
 
222
- The hero search is the single highest-priority surface on the career feed; it is wider than the page gutter and taller than every other input.
206
+ ### Career list
223
207
 
224
- **Default**
225
- - Background: `#F2F2F2`
226
- - Text typed: `#222222`
227
- - Placeholder: `#808080` ("직무, 회사를 검색해 주세요")
228
- - Border: none
229
- - Radius: 4px
230
- - Padding: 0 0 0 56px (left padding makes room for the leading search icon)
231
- - Height: 52px
232
- - Font: 16px / 400 / Pretendard
233
- - Use: Hero search above the job list. Pairs with the 52-tall black submit button to the right.
234
-
235
- ### Cards
236
-
237
- **Job Card (Career Feed)**
238
- - Background: transparent (cards inherit the page surface — Remember uses density, not card-chrome, to separate items)
239
- - Text: `#000000` (H3 title), `#222222` (meta line)
240
- - Border: none
241
- - Radius: 0
242
- - Padding: tight internal — content-led, not chrome-led
243
- - Width: 162px (verified live on `career.rememberapp.co.kr/job/postings`)
244
- - Height: 201–250px depending on title wrap and number of meta lines
245
- - Shadow: none
246
- - Title: 16px / 400, `lineHeight: 23.2px`
247
- - Use: The career feed's atomic unit. Many per viewport, low-chrome, optimized for scan speed.
248
-
249
- **Company / Premium Card** (Tier-1 inferred — exact tokens not exhaustively captured)
250
- - Background: `#FFFFFF`
208
+ **Job List Item**
251
209
  - Text: `#222222`
252
- - Border: 1px solid `#EBEBEB` (or no border + flat divider)
253
- - Radius: 8–12px
254
- - Padding: 16–20px
255
- - Use: "프리미엄 대표기업" carousel cards (H2 = 20px / 600 / `#424242` overhead). Wider than job cards, with logo + tagline.
210
+ - Radius: 0px
211
+ - Padding: 0px
212
+ - Font: 16px / 400 / Pretendard
213
+ - Use: `career-postings::li`, representative 162px-wide, 250px-high chromeless job item; no card border, fill, or shadow was captured.
256
214
 
257
- ### Status / Tag Pills
215
+ ---
216
+ **Verified:** 2026-07-13
258
217
 
259
- **Success / Accepted**
260
- - Background: `#D9FCF2`
261
- - Text: `#239E7B`
262
- - Border: none
263
- - Radius: 4px
264
- - Padding: 2–4px 8px
265
- - Font: 12px / 400 / Pretendard
266
- - Use: "지원 완료" / accepted-status badges in user history.
218
+ **Tier 1 sources:** https://career.rememberapp.co.kr/job/postings · https://corp.remember.co.kr/ · https://corp.remember.co.kr/company · https://static.rememberapp.co.kr/brand/brand_guideline_logo.pdf
267
219
 
268
- **D-day Badge**
269
- - Background: transparent
270
- - Text: `#FF5414` (urgency) or `#424242` (neutral countdown)
271
- - Border: none
272
- - Font: 12px / 400 / Pretendard
273
- - Use: "D-8", "D-11" countdown chips on time-sensitive job cards.
220
+ **Tier 2 sources:** https://getdesign.md/remember (attempted; no raw entry retrieved) · https://styles.refero.design/?q=remember (attempted; no raw result retrieved)
221
+
222
+ **Conflicts unresolved:** none
274
223
 
275
224
  ## 5. Layout Principles
276
225
 
277
- ### Spacing System
278
- - Base unit: 4px
279
- - Common values: 4px, 8px, 12px, 16px, 20px, 24px, 32px, 40px, 56px
280
- - Horizontal page gutter: 16–20px on mobile, 24–40px on desktop
281
- - Search-input internal padding-left: 56px (leading-icon clearance)
282
- - Filter row internal gap: 8px between chips, 16px between filter groups
283
-
284
- ### Grid & Container
285
- - Design baseline: 360–375px mobile width; desktop uses a fixed central column
286
- - Career feed: dense multi-card grid; cards ~162px wide, no shadow, no border, density-led
287
- - Single-column body on detail / community surfaces
288
- - Filter row above the feed is full-width, horizontally scrollable on mobile
289
-
290
- ### Whitespace Philosophy
291
- - **Density is the value proposition.** Where Toss optimizes for "breathing room around money," Remember optimizes for "more opportunities per viewport." Card chrome is minimized so the count of visible opportunities is maximized.
292
- - **Borders, not shadows, define grouping.** Filter chips, inputs, and dividers carry `#D4D4D4` / `#EBEBEB` hairlines. The page rarely uses box-shadow.
293
- - **Black anchors the hero.** The dark hero band (header + B2B nav + search) is solid `#000000` and absorbs all chrome contrast; the body returns to white and lets content carry contrast.
294
-
295
- ### Border Radius Scale
296
- - Compact (4px): Filter chips, primary action buttons, search input, status pills — Remember's dominant radius
297
- - Standard (6px): Secondary buttons, outline buttons in the header
298
- - Comfortable (8–12px): Cards (when present), modals
299
- - (Pill / 9999px is absent on the captured career surface — Remember does not use pill-shaped CTAs)
226
+ ### Career route
300
227
 
301
- ## 6. Depth & Elevation
228
+ - Repeated list and control text is 16px; captured spacing clusters include 4px, 8px, 12px, 16px, and 24px.
229
+ - The representative job item is 162px wide and chromeless. Preserve the content-led list rhythm rather than turning it into a generic elevated card grid.
230
+ - The search input reserves 56px on its leading edge; do not generalise that offset to unrelated inputs.
231
+
232
+ ### Corporate route
302
233
 
303
- | Level | Treatment | Use |
304
- |-------|-----------|-----|
305
- | Flat (Level 0) | No shadow | Career-feed cards, filter chips, page surface |
306
- | Subtle (Level 1) | `0px 1px 2px rgba(0,0,0,0.04)` | Sticky header bottom edge, scroll-aware nav |
307
- | Standard (Level 2) | `0px 2px 8px rgba(0,0,0,0.08)` | Dropdown menus, autocomplete panels |
308
- | Modal (Level 3) | `0px 8px 24px rgba(0,0,0,0.16)` | Bottom sheets, filter modals, dialogs |
234
+ Corporate marketing typography and large display compositions are a separate surface. Its display treatment is not a layout specification for career search or signed-in product screens.
309
235
 
310
- **Shadow Philosophy.** Remember keeps elevation neutral and minimal. The default career feed is **shadowless** — cards float in the page surface and are separated by space alone. Shadow is reserved for stateful overlays (dropdowns, sheets) where the user needs a clear "this is on top." Pure black with low opacity, never colored. This is consistent with the brand's trust-through-restraint posture: a professional networking app in Korea cannot afford to look "designy."
236
+ ## 6. Depth & Elevation
311
237
 
312
- ### Blur Effects
313
- - Sticky navigation applies a subtle backdrop blur on scroll for the dark hero band
314
- - Bottom sheets on mobile use a dimmed `rgba(0,0,0,0.8)` backdrop without blur — full opacity preferred for focus
238
+ The captured career list items and header/search controls record no box shadow. Use border and background contrast only where a selector-backed component above calls for it. No general modal elevation token is promoted from the captured dialog.
315
239
 
316
240
  ## 7. Do's and Don'ts
317
241
 
318
242
  ### Do
319
- - Use **black (`#000000`)** as the primary CTA color across all surfaces. It is Remember's fingerprint.
320
- - Render long-form body text in **`#222222`**, not `#000`, for sustained reading comfort.
321
- - Reserve **signup orange (`#FF5414`)** for conversion moments onboarding nudges, free-trial bars. It is a punctuation color, not a default.
322
- - Keep cards on the career feed **shadowless and chromeless**. Density of opportunities is the brand promise.
323
- - Use **`#D4D4D4` 1px borders** to define filter chips and input outlines — borders, not fills.
324
- - Default to **4px radius** on buttons, chips, and inputs. Restraint over pillow softness.
325
- - Stack **Pretendard, -apple-system, "Apple SD Gothic Neo"** for Korean–Latin parity.
243
+
244
+ - Keep career lists dense, text-forward, and visually quiet.
245
+ - Use `#000000` only for the observed career action contexts; retain `#222222` for repeated reading text.
246
+ - Keep observed filter controls border-led with 4px corners.
247
+ - Keep corporate orange (`#fc5d11`) scoped to the observed corporate marketing expression.
326
248
 
327
249
  ### Don't
328
- - Don't use **Wanted's cobalt (`#0066FF`)** as a primary on Remember surfaces. Remember is a networking product, not a marketplace; it intentionally avoids the engineered-blue category.
329
- - Don't use **Kakao yellow** or **playful saturations**. Remember's user base includes executive recruiters and 50+ business owners — playful color reads as untrustworthy here.
330
- - Don't pill-shape primary CTAs (`9999px`). The captured surfaces use 4–6px exclusively on action buttons.
331
- - Don't apply colored shadows or multi-layer elevation. Shadows are pure black, low opacity, single layer.
332
- - Don't use signup orange (`#FF5414`) on more than one CTA per screen. It loses its conversion punch when repeated.
333
- - Don't render small UI labels (chips, captions) in weight 600+. Career-feed labels are 400; weight is reserved for H2.
334
- - Don't introduce custom illustrations on empty/error states for B2B-facing surfaces. Remember's audience expects sentence-led empty states, not characters.
250
+
251
+ - Treat the corporate site’s Founders display face as a source-proven shared app font.
252
+ - Invent selected-filter, error, disabled, or hover colors from an unobserved state.
253
+ - Add shadows or card fills to chromeless career list items.
254
+ - Use a system substitute while labelling it as Pretendard.
335
255
 
336
256
  ## 8. Iconography & Imagery
337
257
 
338
- - **Icon system.** Remember uses outlined / stroke-style icons at 1.5–2px stroke weight in `#222222` or `#424242`. Filled icons appear only in active-state nav bottoms. No brand-color icons in primary surfaces.
339
- - **Logos in cards.** Company logos in the premium-company carousel and job cards are framed at ~50×50 with a 9px radius (Tier-1 captured) and a near-white background — never a colored frame.
340
- - **Photography.** Remember leans on stock-quality professional photography for marketing-only surfaces (corp site, blog). Product surfaces (career feed, contact list, community) are photography-light — they prioritize structured data density.
341
- - **Empty-state illustration.** Avoided on B2B-product surfaces. Empty states are sentence-led with a single suggested action button. (Marketing surfaces may use spot illustration, but the product does not.)
342
- - **Business-card visual.** The legacy product affordance — a rectangular card with name + title + company — is the brand's signature surface. When rendered in-product, business-card components use white bg, `#222` heading, `#808080` meta, 8–12px radius, and a soft `0 1px 3px rgba(0,0,0,0.06)` shadow to suggest physical paper.
258
+ The official identity guide defines a renewed R symbol containing the Remember Square and permits black and off-white logotype colours. It specifies usage, clear-space, and minimum-size rules for the logo, symbol, and app icon. Those brand-asset rules are not component tokens for the captured career web route.
343
259
 
344
260
  ## 9. Overall Personality
345
261
 
346
- Remember is the **trusted professional notebook** of the Korean white-collar workforce. It is calm, dense, slightly serious the visual equivalent of a tailored navy suit, not a hoodie. Black is the primary action color because Remember sells professionalism, and black is the color of foil-stamped name cards and executive notepads. Orange is the conversion accent because Remember still needs to grow, and conversion needs a different visual register from the rest of the product. White space is sparing because the user came to Remember to see more, not to admire empty real estate.
347
-
348
- The brand sits in deliberate contrast to its nearest neighbors:
349
- - **vs. Wanted (`#0066FF` cobalt, career-marketplace).** Wanted is a transactional job-board with a strong engineering aesthetic. Remember is a *networking* product — the same user might have a Remember account for 8 years (their contact graph) and a Wanted tab open for 6 weeks (their current job hunt). Remember's restraint reflects long-term residency in the user's life.
350
- - **vs. LinkedIn (global, blue, feed-heavy).** Remember is more transactional and less performative — there is no public broadcasting of personal milestones at the center of the product. The feed is jobs and scout messages, not "I'm thrilled to announce."
351
- - **vs. Toss (consumer fintech, cerulean).** Toss is one-action-per-screen and breathing-room-around-money. Remember is many-options-per-screen and density-around-opportunities. The two brands occupy opposite ends of the Korean-product-design spectrum: Toss is *calm consumer*, Remember is *dense professional*.
352
-
353
- In one line: **Remember is what happens when you take the world's most boring product surface — a business card — and treat it as a serious operating system for a career.**
354
-
355
- ---
356
-
357
- **Verified:** 2026-05-13
358
-
359
- **Tier 1 sources:**
360
- - `https://www.rememberapp.co.kr/` → redirects to `https://career.rememberapp.co.kr/job/postings` (playwright live computed-style inspect, 2026-05-13)
361
- - `https://career.rememberapp.co.kr/job/postings` (Tier 1 live — primary surface; captured body font `Pretendard`, primary CTA `rgb(0,0,0)` radius `4px–6px`, filter chip `1px solid #D4D4D4`, search input `#F2F2F2` 52px, growth CTA `#FF5414` text `#FFFFF9` radius `4px`)
362
- - `https://dramancompany.github.io/remember-ui/` (Storybook root — body bg `#F3F2EF`, font-family `Pretendard, sans-serif`)
363
- - `https://corp.remember.co.kr/company` (mission, vision, founder identity)
364
- - `https://corp.remember.co.kr/` (tagline "프로를 위한 모든 기회, 리멤버가 연결합니다")
365
-
366
- **Tier 2 sources:**
367
- - `https://getdesign.md/remember` — **not found**: "No designs found for 'remember'." (2026-05-13)
368
- - `https://styles.refero.design/?q=remember` — **not found**: "Collection not found — Refero Styles" 404 (2026-05-13)
369
- - `https://github.com/dramancompany/remember-ui` — **HTTP 404** at fetch time (2026-05-13). The Storybook deploy at `dramancompany.github.io/remember-ui/` is still live, but the source repo is not publicly readable. Tier 2 effectively unavailable for this brand.
370
-
371
- **Conflicts unresolved:**
372
- - **Selected / active filter chip tokens** — chips in default state were captured live (`#D4D4D4` border, transparent fill, `#222222` text). The selected/active state inversion (`#222` bg + white text) is inferred from the parent surface pattern but was not captured in a selected state during the live session. Flagged `(unresolved)` in §4.
373
- - **Error / warning semantic tokens** — public career surface does not expose red error semantics. Internal form errors follow Korean fintech convention but are not Tier 1 verified for this brand. Treat as inferred.
374
- - Tier 2 cross-validation was unavailable (both getdesign.md and refero have no entry for Remember; GitHub source repo returns 404). All token claims rest on Tier 1 live computed-style capture from the career surface and Storybook root.
262
+ On the career surface, Remember is compact, professional, and scan-oriented: white space is functional rather than decorative, corners are restrained, and primary actions are high-contrast. The corporate site adds more expressive editorial scale and orange display accents, but the two surface purposes should not be blended into a single generic system.
375
263
 
376
264
  ## 10. Voice & Tone
377
265
 
378
- Remember speaks like the senior colleague who got promoted twice and still answers your DM: **calm, concrete, low on adjectives, never sells**. The product is a name-card-app-that-grew-up its voice cannot afford to feel scrappy or playful, because half its users are 45+ executives who are unforgiving of brand cuteness. Korean is the primary voice; English strings exist but are secondary translations. Imperative verbs end CTAs (`가입하기`, `지원하기`, `검색`); declarative single sentences end notifications.
266
+ The official identity guideline frames the persona as an experienced, friendly career expert and lists confident, positive, agile, polished, and friendly qualities. Use direct, capable language that clarifies an opportunity and its next step; avoid slang, empty urgency, or unsupported promises.
379
267
 
380
- | Context | Tone |
268
+ | Do | Don't |
381
269
  |---|---|
382
- | CTAs | Imperative Korean short form (`가입하기`, `지원하기`, `검색`, `회원가입`, `로그인`) no period, no emoji |
383
- | Success states | Past-tense single sentence `지원이 완료되었어요`, `명함이 저장되었어요`. Pairs with the `#D9FCF2` mint surface and `#239E7B` text. |
384
- | Error messages | Specific + blameless + actionable. Avoid `오류가 발생했습니다`; prefer `이메일 형식을 다시 확인해주세요`. |
385
- | Onboarding | Second-person, one idea per screen. Skip illustration; lead with the value proposition (`경력에 맞는 제안이 도착했어요`). |
386
- | Job-card meta | Bare facts, separated by interpunct or middle-dot. `7년~12년 차 · 서울/강남구`. Never "approximately." |
387
- | Empty states | One-line `why` in `#808080` body, optional secondary action below. Never `데이터가 없어요`. |
388
- | Scout / headhunter outreach | Formal `합니다` endings — this is the one place Remember dials *up* the formality. The message is a real person from a real company. |
389
- | Community posts | User-generated; product copy here is restrained to nav and meta labels — never editorial. |
390
-
391
- **Forbidden phrases.** `불편을 드려 죄송합니다`, `Oops`, English exclamations on Korean surfaces, `약 ~원` (approximation on salary numbers), emoji in any scout/recruiter message, "thrilled to announce"-style milestone broadcasting. Salary ranges and years-of-experience are exact-only — never rounded into marketing-friendly ranges.
392
-
393
- **Voice samples (with verification).**
394
-
395
- 1. *"프로를 위한 모든 기회, 리멤버가 연결합니다."* — Corporate site tagline, `corp.remember.co.kr/` (Tier 1 verified, 2026-05-13). Sets the brand's positioning: *connector*, not marketplace.
396
- 2. *"일하는 사람과 기회를 연결하여 성공으로 이끈다."* — Stated mission, `corp.remember.co.kr/company` (Tier 1 verified). The voice in mission documents is more elevated than product copy — declarative, professional, never casual.
397
- 3. *"리멤버를 통해 채용 시장의 문을 두드리는 구직자와 채용에 임하는 기업을 돕는 일이 우리 사회 경제발전에 일조한다는 책임감과 사명감을 늘 간직하려 한다."* — CEO 최재호, paraphrased from `thebigdata.co.kr` 2024 미디어데이 coverage. Founder voice carries the "responsibility / 책임감" register — a B2B-formal lexicon absent in consumer-app founder quotes.
270
+ | Describe the opportunity and the user’s next action plainly. | Inflate a listing with vague superlatives. |
271
+ | Sound professional and approachable. | Sound bureaucratic or overly casual. |
272
+ | Be positive without hiding relevant constraints. | Use pressure language to manufacture urgency. |
398
273
 
399
274
  ## 11. Brand Narrative
400
275
 
401
- Remember is the consumer brand of **리멤버앤컴퍼니 (Remember & Company)**, formerly known as **드라마앤컴퍼니 (Drama & Company)** — a name whose acronym was always *"**D**REAM **A**ND **M**ake it h**A**ppen."* The company was founded in **July 2013** by **최재호 (Choi Jae-ho)** and **송기홍 (Song Ki-hong)** (corp.remember.co.kr, namu.wiki). The founding product was deceptively simple: photograph your stack of paper business cards, have a human-in-the-loop transcription team digitize each card, and store them in an app. The thesis was that Korean white-collar business culture revolved around the *physical exchange of name cards*, and the first company to digitize that exchange would inherit the resulting network graph.
402
-
403
- By 2024 — eleven years and several pivots later — Remember had digitized hundreds of millions of business cards, accumulating one of the largest verified professional graphs in Korea, and used that graph as the foundation for three layered businesses: **(1) business-card and contact management** (the original product), **(2) career and scout-recruitment marketplace** (the most-visited surface today, at `career.rememberapp.co.kr`), and **(3) expert-network services** (research and consulting). In **October 2024**, the parent company rebranded from 드라마앤컴퍼니 to **리멤버앤컴퍼니** — a public commitment to the consumer brand as the company's identity. CEO 최재호 framed the rebrand as the "second leap" (`제2의 도약`), positioning Remember as the central infrastructure of *Korean business networking* (tech42.co.kr, thebigdata.co.kr, 2024).
276
+ Remember’s official company account starts with the business card: not merely paper, but a professional identity exchanged at moments of connection. The company says the service launched in 2014, then expanded from a “national business-card app” into career opportunities, community, and a professional-network direction.
404
277
 
405
- What Remember refuses, visually and verbally, is the aesthetic of two adjacent categories. It refuses the **playful consumer fintech** register (Toss-blue, illustration-led empty states, casual `해요체`) — its 45+ executive users would read that as a downgrade. It also refuses the **engineered cobalt of recruiting marketplaces** (Wanted, LinkedIn) — Remember is not a transactional marketplace where users churn after a successful hire; it is a *long-residency* product where the user's contact graph compounds for a decade. Black-as-primary, dense layouts, restrained typography, and the conspicuous absence of brand-mascot illustration all express this: Remember is built to *stay* in the user's professional life, not to perform during it.
278
+ Its stated mission is to connect working people with opportunities and lead them to success. The official timeline records a 2019 recruiting-service launch, a 2024 premium-job-posting launch, and the October 2024 name change to Remember & Company. These are company/history facts, not proof that every corporate page shares the career route’s CSS tokens.
406
279
 
407
280
  ## 12. Principles
408
281
 
409
- 1. **Density is trust.** A career feed that shows 20 jobs per viewport feels like *opportunity*; a feed that shows 4 feels like a curated dead-end. *UI implication:* prefer chromeless cards, 4–6px radius, no shadow on list items. Reserve shadow for stateful overlays.
410
- 2. **Black is the action color.** Black communicates seniority and seriousness in Korean B2B; saturated colors communicate consumer marketing. *UI implication:* primary CTA bg = `#000000`, never `#0066FF` or `#FF5414`. Orange is reserved for conversion-only moments.
411
- 3. **One conversion punch per screen.** Signup orange (`#FF5414`) appears at most once per surface — when repeated, it loses urgency and starts to look like advertising. *UI implication:* growth CTAs use orange; in-product primary actions stay black.
412
- 4. **Borders, not fills, define interactive density.** Filter rows and chip groups carry information through `#D4D4D4` hairlines, not background tints. *UI implication:* default chip = transparent bg + 1px border; selected = inverted black fill. Never colored fills for filter state.
413
- 5. **The business card is the brand atom.** Every legacy product affordance — and every new one — should be visually translatable to "this looks like a name card." *UI implication:* the contact/profile card uses ~8–12px radius, white bg, `#222` heading, `#808080` meta, and the lightest possible shadow to suggest physical paper.
414
- 6. **Korean first, English second.** Strings, dates, salary formats, and address conventions assume Korean primary. *UI implication:* `7년~12년 차`, `서울/강남구`, `7,000만원` — never `7Y–12Y`, `Seoul`, or `₩70M` on primary surfaces.
415
- 7. **No mascots, no illustration on product surfaces.** The Remember product surface has zero brand-character illustration. Marketing surfaces may use spot illustration; the product cannot. *UI implication:* empty states are sentence-led; error states are sentence-led; only growth banners may host illustration.
282
+ 1. **Connect people and opportunities.** *UI implication:* make the opportunity, qualification, and next action easy to scan.
283
+ 2. **Select high-quality, relevant opportunities.** *UI implication:* use dense but legible comparison information instead of decorative marketing cards.
284
+ 3. **Help professionals be productive.** *UI implication:* keep repeated controls and reading text quiet, consistent, and easy to parse.
285
+ 4. **Integrate related services.** *UI implication:* preserve surface boundaries; shared branding does not authorise a token from one product purpose to overwrite another.
416
286
 
417
287
  ## 13. Personas
418
288
 
419
- *Personas below are fictional archetypes informed by publicly described Korean B2B-network user segments not individual people.*
420
-
421
- **현우 (Hyunwoo), 38, Seoul.** Mid-level marketing manager at a Series-D startup. Has had a Remember account since 2018. Opens the app once a week — usually when a stranger requests his card after a meeting and he wants to quickly send back his digitized version. Maintains ~1,200 contacts in the app, more than in his actual phone. Every 6–9 months he uses the career surface to passively browse scout messages, even when he's not actively looking — *"just keeping the door open."* Distrusts career platforms that demand he upload a resume; trusts Remember because he's "always already in it."
422
-
423
- **박 이사 (Director Park), 52, Bundang.** Executive director at a mid-cap manufacturing firm. The Remember app is the most-used non-KakaoTalk app on his phone. Uses it to: (a) verify the contact information of new business counterparts before meetings, (b) accept headhunter outreach from search firms, (c) cross-check job-title histories of vendors. Will not accept a friend-request from anyone he hasn't met in person. Reads Korean only; English UI strings are invisible. Pays for the premium tier without thinking about it.
424
-
425
- **지윤 (Jiyoon), 29, Seongnam.** Senior software engineer at a mid-size tech company. Has used Remember for 3 years for the career surface, not the contact one — she joined when a recruiter from her current company scouted her through Remember in 2022. Toggles "open to offers" on/off based on her current job satisfaction. Uses Wanted for active job search and Remember for *passive* signal — the distinction matters to her. Reads English natively but uses Korean UI for speed.
426
-
427
- **민호 (Minho), 24, Daegu.** New-grad consultant at a Big-4 firm. Set up Remember during onboarding week because his team lead told him to ("everyone here has it"). Uses it once a month, mostly to log new contacts from client meetings. Will become a daily user in 5–8 years, when his contact graph crosses ~400 and the network effect engages. Right now he's still in the "why do I need this when I have LinkedIn" phase.
289
+ The official guideline’s archetype is an experienced, friendly career expert. The company’s public narrative also names professionals building career records, companies seeking talent, and people creating business connections. These are stakeholder groups from official positioning, not synthetic named user personas or behavioural metrics.
428
290
 
429
291
  ## 14. States
430
292
 
431
- | State | Treatment |
293
+ | State | Evidence boundary |
432
294
  |---|---|
433
- | **Empty (first use)** | Single paragraph of `#808080` body text explaining the value of populating the surface (`스카우트 제안을 받으면 여기에 표시돼요`). One secondary button below in black. Never illustration. Never `데이터가 없어요`. |
434
- | **Empty (filter cleared)** | Single line of `#808080` caption (`조건에 맞는 공고가 없어요`). No button — user resets the filter themselves via the chip row. |
435
- | **Loading (first paint)** | Skeleton blocks at `#F2F2F2` (`neutral 100`) matching the final card geometry — 162×201 rectangles for job cards. Salary and years-of-experience fields render as `--` until resolved, never as skeleton. |
436
- | **Loading (refresh)** | Top inline spinner in `#222222`. No blocking overlay. Existing content stays visible with its previous values. |
437
- | **Error (inline field)** | Red 2px border on the input (inferred — Korean fintech convention; not Tier 1 captured on the career surface) + red helper text below at 13px / 400. Single actionable sentence. |
438
- | **Error (toast / banner)** | `#222222` background, `#FFFFFF` 14px / 400 text, 3s auto-dismiss. One sentence. No icons. Anchored to bottom on mobile, top-right on desktop. |
439
- | **Error (server / page-blocking)** | Reserved for outage. White screen, centered single-line message in `#222` 16px / 600, retry button in black below. No illustration. |
440
- | **Success (inline)** | Mint flash `#D9FCF2` background fades behind the updated element for 300ms, then returns to default. For routine confirmations like "공고 저장됨." |
441
- | **Success (application submitted)** | Dedicated confirmation screen. `#239E7B` checkmark top-center, application summary below, single black `확인` button. This weight is intentional — a job application is not a toast. |
442
- | **Skeleton (job-card grid)** | `#F2F2F2` blocks at exact card dimensions. 1.2s shimmer with 8% white linear-gradient highlight. Rounded at 0–4px to match card geometry. Never used on salary or years-of-experience values — those render as `--`. |
443
- | **Disabled (button)** | Button opacity drops to ~40%. Background color is preserved (black stays black, orange stays orange) so the geometry and identity are stable when re-enabled. |
444
- | **Loading inside pressed button** | Text is replaced by a 3-dot animation in `#FFFFFF` (on black bg) or `#FFFFF9` (on orange bg). Button width is preserved — no resize, no double-submit. |
295
+ | Default header auth | Filled and white baseline controls observed on the career route. |
296
+ | Default search | Baseline `#f2f2f2` input observed on the career route. |
297
+ | Default filter | Six baseline border controls observed on the career route. |
298
+ | Dialog open | One dialog-open interaction observed from the outline header trigger. |
299
+ | Hover | No general hover state captured. |
300
+ | Focus | No focus state captured. |
301
+ | Pressed | No general pressed state captured. |
302
+ | Disabled | No disabled state captured. |
303
+ | Error | No error state captured. |
304
+ | Success | No success state captured. |
305
+ | Loading | No loading state captured. |
306
+ | Empty | No empty state captured. |
445
307
 
446
308
  ## 15. Motion & Easing
447
309
 
448
- **Durations** (named, not raw milliseconds):
449
-
450
- | Token | Value | Use |
451
- |---|---|---|
452
- | `motion-instant` | 0ms | Toggle flips, checkbox state, filter-chip select/deselect |
453
- | `motion-fast` | 150ms | Hover, focus, small reveals, button press overlay |
454
- | `motion-standard` | 250ms | The default — sheet opens, modal expands, tab switches, autocomplete dropdown |
455
- | `motion-emphasized` | 400ms | Success checkmark draw, onboarding step advance, scout-message arrival |
456
- | `motion-page` | 300ms | Route transitions between top-level tabs (홈 / 채용 / 명함 / 커뮤니티) |
457
-
458
- **Easings:**
459
-
460
- | Token | Curve | Use |
461
- |---|---|---|
462
- | `ease-enter` | `cubic-bezier(0.0, 0.0, 0.2, 1)` | Things appearing — sheets, toasts, dropdowns, screen pushes |
463
- | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Things leaving — dismissals, pops, sheet drag-down |
464
- | `ease-standard` | `cubic-bezier(0.4, 0.0, 0.2, 1)` | Two-way transitions — collapsible filter groups, tab content swap |
465
- | `ease-snap` | `cubic-bezier(0.2, 0.9, 0.1, 1)` | Sticky-header collapse on scroll, filter-chip selection inversion. Slight overshoot for tactile confirmation. |
466
-
467
- **Signature motions.**
468
-
469
- 1. **Filter-chip invert.** When a filter is selected, the chip background fills from `transparent` → `#222222` in 150ms with `ease-snap`, while the label color flips white. The 150ms is fast enough to feel like a hardware toggle, slow enough to register the change.
470
- 2. **Job-card hover (desktop).** Cards lift 0px and gain a faint `0 1px 3px rgba(0,0,0,0.06)` shadow over 150ms with `ease-fast`. The title color stays the same — Remember does not link-underline on hover.
471
- 3. **Sticky-header collapse.** On scroll-down, the dark hero band collapses to a thinner sticky bar over 250ms with `ease-snap`. On scroll-up, expansion is `ease-enter` — leaving feels light, returning feels welcoming.
472
- 4. **Scout-message arrival.** When a new scout message arrives, the badge counter on the nav increments with a brief 1.05× scale pulse (400ms, `ease-emphasized`). This is the one place where motion is celebratory — receiving a recruiter offer is a status moment.
473
- 5. **Reduce motion.** If `prefers-reduced-motion: reduce`, all `motion-*` tokens collapse to `motion-instant`. Crossfades replace slides. The app stays usable; just less kinetic.
474
-
475
- <!--
476
- OmD v0.1 Sources — Philosophy Layer (sections 10–15)
477
-
478
- Direct verification via WebFetch / playwright live inspect (2026-05-13):
479
- - https://www.rememberapp.co.kr/ → redirects to https://career.rememberapp.co.kr/job/postings
480
- Tier 1 live computed-style capture confirmed: Pretendard body font, primary CTA #000000,
481
- filter chips 1px #D4D4D4, search input #F2F2F2 52px tall, growth CTA #FF5414.
482
- - https://corp.remember.co.kr/company — mission ("일하는 사람과 기회를 연결하여 성공으로 이끈다"),
483
- founders 최재호 / 송기홍, business-card-app origin story confirmed.
484
- - https://corp.remember.co.kr/ — tagline "프로를 위한 모든 기회, 리멤버가 연결합니다."
485
- - https://dramancompany.github.io/remember-ui/ — Storybook root reachable; body bg #F3F2EF,
486
- font-family Pretendard, sans-serif. Source repo (github.com/dramancompany/remember-ui)
487
- returns HTTP 404 — not publicly readable as of 2026-05-13.
488
-
489
- Founder-quote and rebrand context (2024 사명 변경 → 리멤버앤컴퍼니, "제2의 도약"):
490
- - platum.kr/archives/236180, tech42.co.kr (2024 미디어데이 coverage),
491
- thebigdata.co.kr/view.php?ud=202410161600341264edcbfa73b7_23.
492
-
493
- Tier 2 cross-validation unavailable:
494
- - getdesign.md/remember returns "No designs found for 'remember'."
495
- - styles.refero.design/?q=remember returns "Collection not found — 404."
496
- - All Tier 1 claims rest on live computed-style capture from the public career surface.
497
-
498
- Personas (§13) are fictional archetypes informed by publicly described Korean
499
- B2B-network user segments. Any resemblance to specific individuals is unintended.
500
-
501
- Interpretive claims (e.g., "Black is the action color because Korean B2B reads
502
- black as professional") are editorial readings of the captured palette, not
503
- documented Remember statements.
504
- -->
310
+ No transition duration, easing curve, or loading motion was captured in this packet. Do not infer a motion scale from the dialog-open interaction or from unrelated product surfaces.