oh-my-design-cli 1.8.7 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +1995 -38
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,411 @@
1
+ ---
2
+ id: mildang
3
+ name: Milddang (I Hate Flying Bugs)
4
+ display_name_kr: 밀당 (아이헤이트플라잉버그스)
5
+ country: KR
6
+ category: education
7
+ homepage: "https://www.ihateflyingbugs.com/"
8
+ primary_color: "#00b29d"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=ihateflyingbugs.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 Mildang PT product-signature teal (#00b29d); corporate accent = magenta (#cc3366, link color); sibling School PT line uses periwinkle blue (#555dfa). Near-black ink #111111 for nav/headings, #333333 body. Shadowless flat system — separation via tinted teal (#e5f7f5/#dff1f1) and grey (#efeff1) surfaces. Single family: Pretendard."
19
+ colors:
20
+ primary: "#00b29d"
21
+ primary-tint: "#e5f7f5"
22
+ primary-tint-alt: "#dff1f1"
23
+ accent-magenta: "#cc3366"
24
+ accent-blue: "#555dfa"
25
+ ink: "#111111"
26
+ ink-pure: "#000000"
27
+ body: "#333333"
28
+ slate: "#494c4f"
29
+ muted: "#999999"
30
+ canvas: "#ffffff"
31
+ surface: "#efeff1"
32
+ dark: "#2f3233"
33
+ on-primary: "#ffffff"
34
+ typography:
35
+ family: { sans: "Pretendard" }
36
+ display: { size: 32, weight: 700, lineHeight: 1.40, use: "Hero / page H1 headline, Pretendard Bold" }
37
+ heading: { size: 20, weight: 700, lineHeight: 1.40, tracking: -0.2, use: "Section / card H2·H3, Pretendard Bold" }
38
+ nav: { size: 16, weight: 600, lineHeight: 1.50, use: "Top-nav item, Pretendard SemiBold" }
39
+ body: { size: 16, weight: 400, lineHeight: 1.50, use: "Standard reading text, Pretendard Regular" }
40
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 20, xl: 28, xxl: 48, section: 64 }
41
+ rounded: { sm: 3, md: 8, lg: 40, full: 9999 }
42
+ shadow:
43
+ none: "none"
44
+ components:
45
+ card-mildang: { type: card, bg: "#00b29d", fg: "#ffffff", radius: "8px", padding: "20px 16px", use: "Mildang PT entry card — teal, the private-education flagship line" }
46
+ card-school: { type: card, bg: "#555dfa", fg: "#ffffff", radius: "8px", padding: "20px 16px", use: "School PT entry card — periwinkle blue, the public-education line" }
47
+ card-neutral: { type: card, bg: "#efeff1", fg: "#111111", radius: "8px", padding: "20px 16px", use: "Newsroom / neutral entry card on grey surface" }
48
+ card-tinted: { type: card, bg: "#dff1f1", fg: "#333333", radius: "40px", use: "Rounded tinted-teal persona/segment card on the Mildang PT page" }
49
+ cta-pill: { type: button, bg: "#00b29d", fg: "#ffffff", radius: "40px", font: "16px / 700 Pretendard", use: "Teal pill CTA — teal is the single action color" }
50
+ nav-link: { type: tab, fg: "#111111", font: "16px / 600 Pretendard", active: "magenta #cc3366 text", use: "Top-nav item; inactive language toggle sits at #999999" }
51
+ badge-teal: { type: badge, bg: "#e5f7f5", fg: "#00b29d", radius: "40px", font: "16px / 700 Pretendard", use: "Tinted-teal emphasis label on Mildang PT surfaces" }
52
+ footer-band: { type: listItem, bg: "#2f3233", fg: "#ffffff", font: "16px / 400 Pretendard", use: "Dark corporate footer band (I Hate Flying Bugs Inc. info)" }
53
+ components_harvested: true
54
+ ---
55
+
56
+ # Design System Inspiration of Milddang (I Hate Flying Bugs)
57
+
58
+ ## 1. Visual Theme & Atmosphere
59
+
60
+ Milddang (밀당) is the AI-driven 1:1 tutoring product of the Korean edu-tech company I Hate Flying Bugs (IHFB), and its site reads like a calm, editorial education brand rather than a loud cram-school ad. The canvas is pure white (`#ffffff`), text sits in a soft near-black (`#333333` for body, `#111111` for headings and nav) rather than pure black, and the whole page is built on a single typeface — **Pretendard** — used at every level. The atmosphere is trustworthy and quietly optimistic: this is a company whose stated mission is "High-Quality Education for Equal Opportunity," and the visual language deliberately avoids the hard-sell urgency of the private-tutoring market.
61
+
62
+ The organizing idea is **one product, one color**. IHFB runs two education lines and codes each with a saturated hue: the private-education flagship **Mildang PT** owns a confident teal (`#00b29d`), while the public-education **School PT** line owns a periwinkle blue (`#555dfa`). Across the corporate home these appear as large, evenly-sized product-entry cards, so the color itself becomes the wayfinding. A magenta accent (`#cc3366`) carries links and corporate emphasis, and neutral entries (Newsroom) fall back to a light grey card (`#efeff1`). On the Mildang PT product surface the teal returns as the accent throughout, backed by two tinted-teal wash surfaces (`#e5f7f5` and `#dff1f1`) that group persona and feature blocks.
63
+
64
+ What distinguishes Milddang from its edu-tech peers is its restraint with depth. Live inspection found `box-shadow: none` across nav, hero, product cards, headings, and segment cards on both surfaces — this is a deliberately flat, shadowless system. Separation is achieved with flat color: tinted teal and grey surfaces, plus a dark corporate footer band (`#2f3233`). Geometry is soft and consistent: 8px radius on the home entry cards, and generous 40px pills/rounded cards on the Mildang PT page. The result is a clean, mobile-native, education-first aesthetic that feels credible and calm rather than promotional.
65
+
66
+ **Key Characteristics:**
67
+ - Single typeface — Pretendard — at every level; Bold (700) for display/headings, Regular (400) for body
68
+ - Product-as-color wayfinding: Mildang PT teal (`#00b29d`) vs School PT blue (`#555dfa`)
69
+ - Magenta (`#cc3366`) reserved for links and corporate accent
70
+ - Near-black text (`#111111` headings, `#333333` body) instead of pure black — warm and trustworthy
71
+ - Flat, shadowless depth (`box-shadow: none`); separation by tinted teal (`#e5f7f5`, `#dff1f1`) and grey (`#efeff1`) surfaces
72
+ - Soft geometry: 8px entry cards, 40px pills/rounded feature cards, 50% circular avatars
73
+ - Slate ladder for text hierarchy: `#333333` body → `#494c4f` secondary → `#999999` muted/inactive
74
+ - Dark corporate footer band (`#2f3233`) anchors the parent-company identity (I Hate Flying Bugs Inc.)
75
+
76
+ ## 2. Color Palette & Roles
77
+
78
+ ### Primary
79
+ - **Mildang Teal** (`#00b29d`): Primary brand color for the Mildang PT (private-education) line — the product-entry card background and the accent color throughout the Mildang PT surface. The system's core "this is Mildang" hue.
80
+ - **Teal Tint** (`#e5f7f5`): Lightest tinted-teal wash surface used for emphasis labels and feature blocks on Mildang PT.
81
+ - **Teal Tint Alt** (`#dff1f1`): A slightly deeper tinted-teal surface for rounded persona/segment cards.
82
+
83
+ ### Accent & Sibling Line
84
+ - **Corporate Magenta** (`#cc3366`): Link color and corporate emphasis accent across the home (appears ~14× in the text-color scan). Not a fill color — a text/accent hue.
85
+ - **School PT Blue** (`#555dfa`): The periwinkle blue owned by the sibling public-education line (School PT); appears as its product-entry card background.
86
+
87
+ ### Text / Ink
88
+ - **Ink** (`#111111`): Primary heading and nav color — a near-black used instead of pure black for warmth.
89
+ - **Ink Pure** (`#000000`): Occasional maximum-contrast heading text (appears heavily in the fg scan on white sections).
90
+ - **Body** (`#333333`): The dominant body-text color (×138 in the fg scan) — standard reading text.
91
+ - **Slate** (`#494c4f`): Secondary text and captions.
92
+ - **Muted** (`#999999`): Tertiary / inactive text (e.g. the inactive KOR / ESP language toggles).
93
+
94
+ ### Neutral & Surface
95
+ - **Canvas** (`#ffffff`): Page background, white sections, and text color on teal/blue/dark surfaces.
96
+ - **Surface Grey** (`#efeff1`): Light grey card/section surface for neutral entries (Newsroom) and alternating blocks.
97
+ - **Dark** (`#2f3233`): The dark corporate footer band background.
98
+ - **On-Primary** (`#ffffff`): White text and headings placed on the teal, blue, and dark surfaces.
99
+
100
+ ## 3. Typography Rules
101
+
102
+ ### Font Family
103
+ - **Sans (only family)**: `Pretendard`, with `sans-serif` fallback — used for headlines, nav, and body alike. There is no display/body split; hierarchy comes entirely from size and weight.
104
+
105
+ ### Hierarchy
106
+
107
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
108
+ |------|------|------|--------|-------------|----------------|-------|
109
+ | Display / H1 | Pretendard | 32px (2.00rem) | 700 | 1.40 (44.8–48px) | normal | Hero + page headlines |
110
+ | Heading / H2·H3 | Pretendard | 20px (1.25rem) | 700 | 1.40 (28px) | -0.2px | Section / card heads |
111
+ | Nav | Pretendard | 16px (1.00rem) | 600 | 1.50 | normal | Top-navigation items |
112
+ | Body | Pretendard | 16px (1.00rem) | 400 | 1.50 (24px) | normal | Standard reading text |
113
+
114
+ ### Principles
115
+ - **One typeface, weight-driven hierarchy**: Pretendard carries everything. Contrast comes from Bold (700) for display/headings vs Regular (400) for body — never a font swap.
116
+ - **Bold display, calm body**: Headlines run at 700; running text stays a quiet 400 at 16px with a comfortable 1.5 line-height for dense hangul legibility.
117
+ - **Slight negative tracking on section heads**: 20px headings carry `-0.2px` letter-spacing; display and body stay at normal tracking.
118
+ - **Near-black, not black, for text**: Headings/nav sit at `#111111` and body at `#333333`; pure black `#000000` is reserved for maximum-contrast moments.
119
+
120
+ ## 4. Component Stylings
121
+
122
+ ### Buttons
123
+
124
+ **Teal CTA Pill**
125
+ - Background: `#00b29d`
126
+ - Text: `#ffffff`
127
+ - Radius: 40px
128
+ - Font: 16px / 700 / Pretendard
129
+ - Use: Primary action pill on Mildang PT surfaces — teal is the single action color
130
+
131
+ ### Cards & Containers
132
+
133
+ **Mildang PT Entry Card**
134
+ - Background: `#00b29d`
135
+ - Text: `#ffffff`
136
+ - Radius: 8px
137
+ - Padding: 20px 16px
138
+ - Use: Private-education (Mildang PT) product-entry card on the corporate home grid
139
+
140
+ **School PT Entry Card**
141
+ - Background: `#555dfa`
142
+ - Text: `#ffffff`
143
+ - Radius: 8px
144
+ - Padding: 20px 16px
145
+ - Use: Public-education (School PT) product-entry card — sibling line, periwinkle blue
146
+
147
+ **Neutral Entry Card**
148
+ - Background: `#efeff1`
149
+ - Text: `#111111`
150
+ - Radius: 8px
151
+ - Padding: 20px 16px
152
+ - Use: Newsroom / neutral entry card on the grey surface
153
+
154
+ **Tinted-Teal Segment Card**
155
+ - Background: `#dff1f1`
156
+ - Text: `#333333`
157
+ - Radius: 40px
158
+ - Use: Rounded persona/segment card (Students / Lecturers / Parents) on the Mildang PT page
159
+
160
+ ### Badges
161
+
162
+ **Teal Emphasis Label**
163
+ - Background: `#e5f7f5`
164
+ - Text: `#00b29d`
165
+ - Radius: 40px
166
+ - Font: 16px / 700 / Pretendard
167
+ - Use: Tinted-teal emphasis label / tag on Mildang PT surfaces
168
+
169
+ ### Navigation
170
+
171
+ **Top Nav Item**
172
+ - Text: `#111111`
173
+ - Font: 16px / 600 / Pretendard
174
+ - Padding: 30px 0px
175
+ - Active: magenta `#cc3366` link/accent
176
+ - Use: Corporate nav ("Who we are", "What we do", "Newsroom"); the inactive language toggle (KOR / ESP) sits at `#999999`
177
+
178
+ ### Footer
179
+
180
+ **Dark Corporate Band**
181
+ - Background: `#2f3233`
182
+ - Text: `#ffffff`
183
+ - Font: 16px / 400 / Pretendard
184
+ - Use: Dark footer band carrying the parent-company (I Hate Flying Bugs Inc.) info and links
185
+
186
+ ---
187
+
188
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 2 surfaces)
189
+ **Tier 1 sources:** https://www.ihateflyingbugs.com/ , https://www.ihateflyingbugs.com/mildang-pt-en/ , https://medium.com/mildang
190
+ **Tier 2 sources:** getdesign.md/mildang (generic SPA shell, no data) ; styles.refero.design/?q=mildang (no genuine entry — first result resolves to unrelated "AngelList")
191
+ **Conflicts unresolved:** none
192
+
193
+ ## 5. Layout Principles
194
+
195
+ ### Spacing System
196
+ - Base unit: ~4px
197
+ - Scale: 4px, 8px, 12px, 16px, 20px, 28px, 48px, 64px
198
+ - Notable: entry-card padding lands at 20px 16px (measured); nav items use a tall 30px vertical padding for an 80px header hit area; persona cards on Mildang PT use a 28px inset with a large image gutter
199
+
200
+ ### Grid & Container
201
+ - Corporate home: a full-width grey hero, then an evenly-sized product-entry card grid (Mildang PT / School PT / Newsroom), each card ~385px wide × 160px tall
202
+ - Mildang PT page: centered editorial column with rounded persona/segment cards (Students, Lecturers, Parents, Ontact Teachers) at ~240px tall
203
+ - Alternating white (`#ffffff`) and tinted-teal (`#e5f7f5` / `#dff1f1`) / grey (`#efeff1`) full-width bands
204
+ - A dark corporate band (`#2f3233`) closes the page
205
+
206
+ ### Whitespace Philosophy
207
+ - **Editorial calm over density**: generous vertical rhythm between sections; the education message is given room to breathe rather than crammed.
208
+ - **Flat segmentation**: sections separate by background color (teal tint vs grey vs white), never by shadow or heavy borders.
209
+ - **Color as structure**: the product colors (teal, blue) do the wayfinding work that a busier site would hand to iconography or dividers.
210
+
211
+ ### Border Radius Scale
212
+ - Small (3px): fine inner elements
213
+ - Medium (8px): the home product-entry cards — the workhorse
214
+ - Large (40px): pills and rounded feature/persona cards on Mildang PT
215
+ - Full (50% / 9999px): circular avatars and round icons
216
+
217
+ ## 6. Depth & Elevation
218
+
219
+ | Level | Treatment | Use |
220
+ |-------|-----------|-----|
221
+ | Flat (Level 0) | No shadow | Page background, inline text, most surfaces |
222
+ | Tint (Level 1) | Teal tint (`#e5f7f5` / `#dff1f1`) or grey (`#efeff1`) background shift | Card / section separation without elevation |
223
+ | Color (Level 2) | Saturated product fill (`#00b29d` / `#555dfa`) | Product-entry cards that must read as tappable |
224
+ | Dark (Level 3) | Dark band (`#2f3233`) | Corporate footer anchor |
225
+
226
+ **Shadow Philosophy**: Milddang is a near-shadowless system. Live inspection found `box-shadow: none` across the nav, hero, product cards, headings, and Mildang PT segment cards on both surfaces. Depth and grouping are communicated entirely through flat color — tinted teal and grey wash surfaces, saturated product fills, and a single dark corporate band. This is a deliberate modern-flat choice that keeps the education UI feeling clean, fast, and approachable; when emphasis is needed the system reaches for its product color (`#00b29d`), never elevation.
227
+
228
+ ## 7. Do's and Don'ts
229
+
230
+ ### Do
231
+ - Use Pretendard for everything — display, nav, and body; drive hierarchy with weight (700 vs 400)
232
+ - Reserve teal (`#00b29d`) as the Mildang PT action/brand color — keep it the product's single hue
233
+ - Use periwinkle blue (`#555dfa`) only for the School PT (public-education) sibling line
234
+ - Use magenta (`#cc3366`) for links and corporate accent, not as a fill
235
+ - Use near-black `#111111` for headings/nav and `#333333` for body instead of pure black
236
+ - Separate sections with flat tinted-teal (`#e5f7f5` / `#dff1f1`) and grey (`#efeff1`) surfaces, not shadows
237
+ - Keep geometry soft — 8px entry cards, 40px pills, 50% circular avatars
238
+ - Let color carry the wayfinding — one product, one color
239
+
240
+ ### Don't
241
+ - Use drop shadows for elevation — Milddang is a flat, shadowless system
242
+ - Mix the two product colors — teal is Mildang PT, blue is School PT; keep the lines distinct
243
+ - Spread teal across unrelated UI — it dilutes the product signal
244
+ - Use pure black (`#000000`) for body text — reserve near-black `#333333` / `#111111`
245
+ - Swap fonts for headlines — Pretendard owns every level; change weight, not typeface
246
+ - Use magenta (`#cc3366`) as a large fill — it is a link/accent hue only
247
+ - Add hard-sell urgency chrome (banners, countdowns) — the brand voice is calm and education-first
248
+
249
+ ## 8. Responsive Behavior
250
+
251
+ ### Breakpoints
252
+ | Name | Width | Key Changes |
253
+ |------|-------|-------------|
254
+ | Mobile | <640px | Single column, product cards stack, hero headline compresses |
255
+ | Tablet | 640-1024px | 2-up product cards, moderate padding |
256
+ | Desktop | 1024-1440px | Full layout, 3-up product-entry grid, centered editorial column |
257
+
258
+ ### Touch Targets
259
+ - Product-entry cards at ~160px tall with 20px 16px padding — large, unambiguous tap targets
260
+ - Nav items with 30px vertical padding create an ~80px header band
261
+ - Rounded 40px pills give a generous, tappable hit area on Mildang PT
262
+
263
+ ### Collapsing Strategy
264
+ - Product-entry grid: 3-up → 2-up → single-column stacked
265
+ - Persona/segment cards: side-by-side → stacked full-width
266
+ - Tinted/white/grey alternating bands maintain full-width treatment
267
+ - Hero: 32px headline scales down on mobile, weight 700 maintained
268
+
269
+ ### Image Behavior
270
+ - Illustrations and product screenshots carry no shadow at any size, consistent with the flat system
271
+ - Circular avatars (50%) and rounded cards (40px / 8px) hold their radius across breakpoints
272
+
273
+ ## 9. Agent Prompt Guide
274
+
275
+ ### Quick Color Reference
276
+ - Mildang brand / CTA: Teal (`#00b29d`)
277
+ - Teal tint surfaces: `#e5f7f5`, `#dff1f1`
278
+ - Sibling line (School PT): Blue (`#555dfa`)
279
+ - Link / corporate accent: Magenta (`#cc3366`)
280
+ - Heading / nav: Ink (`#111111`)
281
+ - Max-contrast heading: `#000000`
282
+ - Body text: `#333333`
283
+ - Secondary text: Slate (`#494c4f`)
284
+ - Muted / inactive: `#999999`
285
+ - Background: White (`#ffffff`)
286
+ - Grey surface: `#efeff1`
287
+ - Dark footer band: `#2f3233`
288
+
289
+ ### Example Component Prompts
290
+ - "Create a product-entry card grid on white. Three equal cards (~385×160): a teal card `#00b29d`, a periwinkle-blue card `#555dfa`, and a grey card `#efeff1`, each 8px radius, 20px 16px padding, white or `#111111` heading in Pretendard 20px weight 700, no shadow."
291
+ - "Design a hero: full-width grey band, H1 in Pretendard 32px weight 700, line-height 1.4, color white on image (or `#111111` on white). Body 16px Pretendard weight 400, `#333333`."
292
+ - "Build a Mildang PT feature block: tinted-teal `#dff1f1` rounded card (40px radius), heading Pretendard 20px 700 `#111111`, body 16px 400 `#333333`, a teal `#00b29d` pill CTA (40px radius, white text), no shadow."
293
+ - "Create top nav: white header, Pretendard 16px weight 600 links in `#111111`, magenta `#cc3366` on active/link, inactive language toggle at `#999999`."
294
+
295
+ ### Iteration Guide
296
+ 1. Pretendard everywhere; hierarchy is weight (700 display/headings, 600 nav, 400 body), never a font swap
297
+ 2. Teal (`#00b29d`) = Mildang PT; blue (`#555dfa`) = School PT — never blend the two lines
298
+ 3. No shadows — separate with tinted-teal (`#e5f7f5` / `#dff1f1`) and grey (`#efeff1`) surfaces
299
+ 4. Soft geometry — 8px entry cards, 40px pills, 50% avatars
300
+ 5. Text is `#111111` / `#333333`, never pure black for body; `#000000` only for max contrast
301
+ 6. Magenta (`#cc3366`) is a link/accent hue, not a fill
302
+ 7. Dark band (`#2f3233`) closes the page as the corporate footer
303
+
304
+ ---
305
+
306
+ ## 10. Voice & Tone
307
+
308
+ Milddang's voice is **calm, credible, and mission-framed** — an education brand that treats teaching quality as a public good rather than a sales pitch. The corporate line "High-Quality Education for Equal Opportunity" sets the register: earnest, purposeful, and free of cram-market urgency. Copy speaks to students, parents, and teachers as partners in learning, and it decodes the product (AI-based 1:1 personalized tutoring) in plain terms rather than hyping the technology.
309
+
310
+ | Context | Tone |
311
+ |---|---|
312
+ | Corporate mission | Purpose-driven, plain. "High-Quality Education for Equal Opportunity." Never superlative. |
313
+ | Product headlines | Descriptive and concrete. "High-Quality Personalized…", "AI-based 1:1 Personalized…". Explains, doesn't boast. |
314
+ | Segment sections | Audience-addressed, calm. "Students", "Lecturers", "Parents", "Ontact Teachers" — each spoken to directly. |
315
+ | Nav / wayfinding | Functional and human. "Who we are", "What we do", "Newsroom". |
316
+ | Trust / company | Steady and transparent — corporate identity (I Hate Flying Bugs Inc.) stated plainly in the footer. |
317
+
318
+ **Voice samples (verbatim from live surfaces):**
319
+ - "High-Quality Education for Equal Opportunity" — corporate hero headline (mission-framed). *(verified live 2026-07-02)*
320
+ - "High-Quality Personalized…" — Mildang PT product H1 (product promise). *(verified live 2026-07-02)*
321
+ - "AI-based 1:1 Personalized…" — Mildang PT feature heading (what the product is). *(verified live 2026-07-02)*
322
+
323
+ **Forbidden register**: cram-school fear-selling, countdown/urgency pressure, undefined AI buzzwords left unexplained, exclamation-heavy hype, grade-guarantee claims.
324
+
325
+ ## 11. Brand Narrative
326
+
327
+ Milddang (밀당) is the flagship product of **I Hate Flying Bugs (IHFB)**, a Korean edu-tech company whose mission — stated plainly on its home — is "High-Quality Education for Equal Opportunity." The company builds two education lines: **Mildang PT**, an AI-based 1:1 personalized tutoring service for private education, and **School PT**, its counterpart aimed at public education. The founding premise reframes tutoring quality — historically gated by geography and household income — as something that software-assisted personalization can distribute more equally.
328
+
329
+ The product's core is **AI-based 1:1 personalized tutoring**: the site addresses each stakeholder in the learning loop directly — students, lecturers, parents, and "Ontact" (online-contact) teachers — signaling that the product is a coordinated system, not a single app. The IHFB R&D team documents this work publicly on its team blog ("밀당PT와 스쿨PT를 개발하는 IHFB R&D팀"), reinforcing an engineering-led, transparent posture.
330
+
331
+ What Milddang refuses, visible in its design: the loud, urgency-driven chrome of the Korean private-tutoring market (no countdowns, no fear-selling, no grade-guarantee banners). What it embraces: a flat, shadowless, education-first interface; a calm single typeface (Pretendard); and a disciplined **one-product-one-color** palette (Mildang teal `#00b29d`, School blue `#555dfa`) that makes the two lines legible at a glance while a warm magenta (`#cc3366`) carries the corporate voice.
332
+
333
+ ## 12. Principles
334
+
335
+ 1. **Equal opportunity is the product.** The mission ("High-Quality Education for Equal Opportunity") is the design brief. *UI implication:* keep the interface approachable and non-intimidating; never gate basic understanding behind jargon or paywalled chrome.
336
+ 2. **One product, one color.** Each education line owns a hue. *UI implication:* reserve teal (`#00b29d`) for Mildang PT and blue (`#555dfa`) for School PT; never blend them, so the color itself is the wayfinding.
337
+ 3. **Calm over urgency.** The brand rejects cram-market pressure tactics. *UI implication:* no countdowns, no fear-selling banners; give the education message editorial room to breathe.
338
+ 4. **Flat and honest.** Depth is communicated by color, not decoration. *UI implication:* `box-shadow: none`; separate with tinted-teal and grey surfaces and a single dark corporate band.
339
+ 5. **Speak to every learner in the loop.** Students, lecturers, parents, and teachers each get an addressed segment. *UI implication:* structure surfaces around audiences, not features; use rounded tinted-teal cards to make each segment feel welcoming.
340
+
341
+ ## 13. Personas
342
+
343
+ *Personas below are fictional archetypes informed by publicly observable Milddang / IHFB user segments (Korean students in personalized tutoring, their parents, and participating teachers), not individual people.*
344
+
345
+ **김서연, 16, 대구.** A high-school student using Mildang PT for 1:1 personalized study. Values that the plan adapts to what she actually gets wrong instead of a one-size lecture. Chose Milddang because the interface felt calm and school-like, not like a pressure-selling academy app.
346
+
347
+ **이준호, 45, 인천.** A parent of two evaluating tutoring options. Distrusts grade-guarantee marketing and countdown discounts. Trusts Milddang's plain "equal opportunity" mission framing and the transparent stakeholder sections (students / parents / teachers).
348
+
349
+ **박지은, 33, 서울.** An Ontact (online-contact) teacher delivering Mildang PT sessions. Appreciates that the product treats lecturers as a first-class audience with their own segment, and that the flat, uncluttered UI keeps her focused on the student rather than the chrome.
350
+
351
+ ## 14. States
352
+
353
+ | State | Treatment |
354
+ |---|---|
355
+ | **Empty (no assigned lessons)** | White canvas. Single Ink (`#111111`) line at body size explaining nothing is assigned yet, with one teal (`#00b29d`) pill CTA to start. No illustration clutter. |
356
+ | **Empty (saved / history none yet)** | Muted (`#999999`) single line: nothing here yet, plus a calm path back. Honest, non-pressuring. |
357
+ | **Loading (content fetch)** | Skeleton blocks on a tinted-teal (`#e5f7f5`) or grey (`#efeff1`) surface at final dimensions, 8px radius. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
358
+ | **Loading (session compute)** | Inline progress within the card; previous values stay visible. |
359
+ | **Error (fetch/session failed)** | Inline message in Ink (`#111111`) with a plain-language explanation and a retry. No bare "오류가 발생했습니다" — always states the next step. |
360
+ | **Error (form validation)** | Field-level message below the input; describes what is valid, not just "필수". |
361
+ | **Success (lesson / action complete)** | Brief inline confirmation in a calm tone with teal (`#00b29d`) accent; next-step detail linked below. No celebratory emoji. |
362
+ | **Skeleton** | Tinted-teal (`#dff1f1`) or grey (`#efeff1`) blocks at final dimensions, 8px / 40px radius, flat pulse. |
363
+ | **Disabled** | Muted (`#999999`) text on a reduced-opacity surface; teal actions fade rather than turn grey, to preserve the brand read. |
364
+
365
+ ## 15. Motion & Easing
366
+
367
+ **Durations**:
368
+
369
+ | Token | Value | Use |
370
+ |---|---|---|
371
+ | `motion-fast` | 120ms | Hover, card/pill press, focus |
372
+ | `motion-standard` | 220ms | Card / section reveal, sheet, dropdown |
373
+ | `motion-slow` | 320ms | Page-level transitions, hero reveal |
374
+
375
+ **Easings**:
376
+
377
+ | Token | Curve | Use |
378
+ |---|---|---|
379
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, sheets, segment blocks |
380
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
381
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
382
+
383
+ **Motion rules**: Motion is functional and quiet — consistent with the flat, calm, education-first aesthetic. Product-entry cards respond to press with a subtle scale/opacity shift; segment blocks fade-in from below at `motion-standard / ease-enter`. No bounce or spring — an education brand signals steadiness and focus, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant; the product remains fully functional.
384
+
385
+ <!--
386
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
387
+
388
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on
389
+ https://www.ihateflyingbugs.com/ and https://www.ihateflyingbugs.com/mildang-pt-en/:
390
+ - Corporate hero H1 "High-Quality Education for Equal Opportunity" — Pretendard 32px / 700 / white on hero
391
+ - Product cards: Mildang PT bg rgb(0,178,157) #00b29d, School PT bg rgb(85,93,250) #555dfa, Newsroom bg rgb(239,239,241) #efeff1 — all 8px radius, 20px 16px padding
392
+ - Mildang PT page H1 "High-Quality Personalized…" 32px/700 #111111; H3 "AI-based 1:1 Personalized…" 20px/700; segment cards Students/Lecturers/Parents/Ontact Teachers on tinted-teal #dff1f1 / grey #efeff1
393
+ - Body Pretendard 16px/400 #333333; nav 16px/600 #111111; magenta link #cc3366; box-shadow none (both surfaces)
394
+ - document.title: "I Hate Flying Bugs Inc." / "Mildang PT - I Hate Flying Bugs"
395
+
396
+ Token-level claims (§1-9) are sourced from this live inspection (see web/references/mildang/.verification.md).
397
+
398
+ Voice samples (§10) are verbatim from the live corporate + Mildang PT surfaces (hero H1, product H1, feature H3).
399
+
400
+ Brand narrative (§11): Milddang (밀당) / Mildang PT and School PT are products of I Hate Flying Bugs (IHFB),
401
+ a Korean edu-tech company; the IHFB R&D team blog (https://medium.com/mildang) confirms "밀당PT와 스쿨PT를
402
+ 개발하는 IHFB R&D팀". Mission phrasing "High-Quality Education for Equal Opportunity" is verbatim from the
403
+ home. Broader company facts are general public knowledge, not quoted from a single verified statement this turn.
404
+
405
+ Personas (§13) are fictional archetypes informed by publicly observable Milddang user segments (Korean
406
+ students in personalized tutoring, parents, teachers). Names are illustrative; they do not refer to real people.
407
+
408
+ Interpretive claims (e.g., "one product, one color", "calm over urgency as a rejection of cram-market chrome")
409
+ are editorial readings connecting Milddang's observed design to its stated mission, not directly sourced
410
+ Milddang statements.
411
+ -->