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,448 @@
1
+ ---
2
+ id: qraft
3
+ name: Qraft Technologies
4
+ display_name_kr: 크래프트테크놀로지스
5
+ country: KR
6
+ category: fintech
7
+ homepage: "https://www.qraftec.com/"
8
+ primary_color: "#1033d4"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=qraftec.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 royal-blue brand accent (#1033d4, the 'Qraft Capital' highlight); the About page runs a blue-tint chip system (#2f67d6 / #234a93) plus an amber tint (#ffaf2a / #7a4600). Identity is predominantly monochrome — black hero canvas, white light sections, Helvetica Neue headings over an Inter display face."
19
+ colors:
20
+ primary: "#1033d4"
21
+ accent-blue: "#2f67d6"
22
+ accent-blue-text: "#234a93"
23
+ ink: "#0e1420"
24
+ ink-hairline: "#0f1218"
25
+ quote: "#1b2230"
26
+ dark-surface: "#0b0e14"
27
+ slate: "#5d6573"
28
+ body-ink: "#252525"
29
+ black: "#000000"
30
+ canvas: "#ffffff"
31
+ cream: "#fbfaf7"
32
+ surface: "#f5f5f5"
33
+ surface-alt: "#e8eaed"
34
+ grey: "#d9d9d9"
35
+ amber: "#ffaf2a"
36
+ amber-text: "#7a4600"
37
+ on-primary: "#ffffff"
38
+ typography:
39
+ family: { display: "Inter", heading: "Helvetica Neue", body: "Arial" }
40
+ hero: { size: 87, weight: 600, lineHeight: 1.28, tracking: 0.87, use: "Hero headline, Inter — 'Transforming Investing with AI'" }
41
+ section: { size: 52, weight: 500, lineHeight: 1.28, use: "Section titles, Helvetica Neue — 'News Coverages', 'Milestone'" }
42
+ subsection: { size: 28, weight: 500, lineHeight: 1.36, use: "Sub-section heads, Helvetica Neue" }
43
+ subhead: { size: 23, weight: 500, lineHeight: 1.37, use: "Hero support / secondary H2, Helvetica Neue" }
44
+ lead: { size: 20, weight: 400, lineHeight: 1.5, use: "About-page body lead, Inter" }
45
+ eyebrow: { size: 18, weight: 400, tracking: 1.44, use: "Eyebrow label, Inter, wide tracking" }
46
+ nav: { size: 17, weight: 400, use: "Top nav item, Arial" }
47
+ button: { size: 16, weight: 500, use: "CTA label, Inter" }
48
+ body: { size: 15, weight: 400, lineHeight: 1.52, use: "Body / news-quote text, Arial" }
49
+ caption: { size: 13, weight: 500, tracking: 0.27, use: "Skip link / footer caption, Helvetica Neue" }
50
+ spacing: { xs: 4, sm: 8, md: 14, base: 16, lg: 18, xl: 32, xxl: 48, section: 80 }
51
+ rounded: { sm: 2, md: 14, lg: 22, full: 999 }
52
+ shadow:
53
+ none: "none"
54
+ components:
55
+ button-outline: { type: button, bg: "transparent", fg: "#ffffff", border: "1px solid rgba(255,255,255,0.55)", radius: "14px", padding: "14px 18px", height: "60px", font: "16px / 500 Inter", use: "Ghost CTA on dark hero — Learn More, Explore roles, Discover our Businesses" }
56
+ news-card: { type: card, bg: "#fbfaf7", fg: "#1b2230", border: "1px solid rgba(15,18,24,0.1)", radius: "16px", padding: "14px", use: "News-coverage card on light section (Barron's, media quotes)" }
57
+ skip-pill: { type: button, bg: "#d9d9d9", fg: "#000000", border: "2px solid #d9d9d9", radius: "300px", padding: "16px 0", font: "13px / 500 Helvetica Neue", use: "Skip-to-content accessibility pill" }
58
+ milestone-tag-blue: { type: badge, bg: "rgba(47,103,214,0.1)", fg: "#234a93", radius: "999px", font: "14px / 600", use: "Blue-tint milestone / category chip on the About page" }
59
+ milestone-tag-amber: { type: badge, bg: "rgba(255,175,42,0.12)", fg: "#7a4600", radius: "999px", font: "14px / 600", use: "Amber-tint secondary milestone chip on the About page" }
60
+ nav-link: { type: tab, fg: "#ffffff", font: "17px / 400 Arial", active: "text #d9d9d9 on scrolled header", use: "Top navigation item — About Us / News / Careers" }
61
+ footer-link: { type: listItem, fg: "#d9d9d9", font: "13px / 700 Arial", use: "Footer link — Privacy Policies, Global Offices" }
62
+ components_harvested: true
63
+ ---
64
+
65
+ # Design System Inspiration of Qraft Technologies
66
+
67
+ ## 1. Visual Theme & Atmosphere
68
+
69
+ Qraft Technologies (크래프트테크놀로지스) is a Seoul-headquartered AI-fintech that builds quantitative investment products — AI-managed ETFs, an AI hedge fund, and market-intelligence execution engines — and its homepage carries itself like an institutional research house that happens to be run by machine-learning engineers. The hero opens on a pure black canvas (`#000000`) with a single oversized Inter headline in white (`#ffffff`) — "Transforming Investing with AI" at 87px, weight 600 — set against near-empty space. There is no gradient, no illustration, no glow: just black, one line of type, and a quiet supporting sentence noting the company was founded in 2016 and backed by SoftBank Group. The register is confident and sparse, closer to a hedge fund's tear sheet than a consumer app.
70
+
71
+ The system runs on a deliberate two-face type pairing. **Inter** does the heavy display work — the 87px hero, the About-page hero, the outline CTAs — while **Helvetica Neue** carries the section architecture at 52px/500 for titles like "News Coverages" and "Milestone", stepping down through 28px sub-heads to a 13px caption. Body copy and navigation fall back to plain **Arial**, the workhorse of the underlying Squarespace chassis. The effect is corporate-Swiss: neutral grotesques, tight leading, almost no decorative flourish. Weight, not color, does the emphasis — 600 for the hero, 500 for headings, 400 for everything that merely informs.
72
+
73
+ Color is rationed to near-monochrome. The identity lives on black (`#000000`), white (`#ffffff`), a light institutional grey (`#d9d9d9`) for footer chrome and dividers, and a warm off-white cream (`#fbfaf7`) for the news-coverage cards. The one saturated brand hue is a royal blue — `#1033d4` — reserved for the "Qraft Capital" wordmark highlight, and it reappears as a tint system on the About page: blue chips (`#2f67d6` at low alpha with `#234a93` text) mark milestones, paired with an amber accent (`#ffaf2a` tint over `#7a4600` text) for a second category. Depth is almost entirely flat: live inspection returned `box-shadow: none` across the hero, nav, headings, and cards — separation comes from hairline borders (`rgba(15,18,24,0.1)`, i.e. `#0f1218` at 10%) and background shifts, never elevation.
74
+
75
+ **Key Characteristics:**
76
+ - Pure black (`#000000`) hero canvas with a single 87px Inter/600 white headline — institutional, sparse, no decoration
77
+ - Two-face type system: Inter for display, Helvetica Neue for section headings, Arial for body/nav
78
+ - Near-monochrome palette — black, white, grey (`#d9d9d9`), cream (`#fbfaf7`) — with weight, not color, carrying hierarchy
79
+ - One saturated brand accent: royal blue `#1033d4` (the "Qraft Capital" highlight)
80
+ - Blue-tint chip system on About (`#2f67d6` / `#234a93`) + an amber category tint (`#ffaf2a` / `#7a4600`)
81
+ - Flat depth: `box-shadow: none` everywhere; separation via `#0f1218`-alpha hairlines and surface tints
82
+ - Outline "ghost" CTAs on the dark hero — 1px translucent-white border, 14px radius, no fill
83
+ - Cool near-black inks (`#0e1420`, `#1b2230`) instead of pure black for extended reading text
84
+
85
+ ## 2. Color Palette & Roles
86
+
87
+ ### Primary / Brand
88
+ - **Qraft Royal Blue** (`#1033d4`): The single saturated brand accent, applied to the "Qraft Capital" wordmark highlight at weight 600. The system's one true color.
89
+ - **Accent Blue** (`#2f67d6`): Tint base for milestone/category chips on the About page (used at ~10-18% alpha over light surfaces).
90
+ - **Accent Blue Text** (`#234a93`): The deeper blue used for label text sitting inside the blue-tint chips.
91
+
92
+ ### Neutral / Ink
93
+ - **Black** (`#000000`): The hero canvas and the default text color of the underlying chassis.
94
+ - **Ink** (`#0e1420`): Cool near-black used for About-page body headings and strong labels — the primary reading ink on light sections.
95
+ - **Ink Hairline** (`#0f1218`): The hairline/overlay base color — borders and dividers are this hue at low alpha (`rgba(15,18,24,0.1)`).
96
+ - **Quote Navy** (`#1b2230`): Slightly warmer near-black for news-quote body copy and card text.
97
+ - **Body Ink** (`#252525`): The About-page lead paragraph text color (rendered at ~90% alpha).
98
+ - **Slate** (`#5d6573`): Muted secondary text and metadata on light surfaces.
99
+
100
+ ### Surface
101
+ - **Canvas** (`#ffffff`): Light-section background, card surfaces, and text on dark/blue.
102
+ - **Dark Surface** (`#0b0e14`): The near-black secondary surface used for dark content bands beneath the hero.
103
+ - **Cream** (`#fbfaf7`): Warm off-white background for the news-coverage cards.
104
+ - **Surface** (`#f5f5f5`): Neutral light-grey panel surface on the About page.
105
+ - **Surface Alt** (`#e8eaed`): Cooler light grey for the global-offices map / data panels.
106
+ - **Grey** (`#d9d9d9`): Footer text, the skip-to-content pill, and thin divider borders.
107
+
108
+ ### Accent (secondary)
109
+ - **Amber** (`#ffaf2a`): Tint base for the second milestone-chip category on the About page (low alpha).
110
+ - **Amber Text** (`#7a4600`): The brown-amber label text inside the amber-tint chips.
111
+ - **On Primary** (`#ffffff`): White text placed on the royal-blue and dark surfaces.
112
+
113
+ ## 3. Typography Rules
114
+
115
+ ### Font Family
116
+ - **Display**: `Inter` (with `system-ui`, `-apple-system` fallbacks) — the hero headlines, eyebrow labels, body leads, and CTA labels.
117
+ - **Heading**: `Helvetica Neue` (with `Arial` fallback) — section titles, sub-heads, and captions.
118
+ - **Body**: `Arial` (Helvetica / sans-serif fallback) — navigation links, quote body copy, and footer text, inherited from the Squarespace chassis.
119
+
120
+ ### Hierarchy
121
+
122
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
123
+ |------|------|------|--------|-------------|----------------|-------|
124
+ | Hero | Inter | 87px (86.67 measured) | 600 | 1.28 (110.66px) | +0.87px | "Transforming Investing with AI" |
125
+ | Section Title | Helvetica Neue | 52px (51.96) | 500 | 1.28 (66.34px) | normal | "News Coverages", "Milestone" |
126
+ | Sub-section | Helvetica Neue | 28px (28.44) | 500 | 1.36 (38.54px) | normal | "Qraft Around the Globe" |
127
+ | Sub-head (H2) | Helvetica Neue | 23px (23.4) | 500 | 1.37 (32.1px) | normal | Hero support sentence |
128
+ | Body Lead | Inter | 20px | 400 | 1.5 | normal | About-page lead paragraph |
129
+ | Eyebrow | Inter | 18px | 400 | normal | +1.44px | Wide-tracked section label |
130
+ | Nav | Arial | 17px (16.68) | 400 | 1.8 | normal | Top navigation items |
131
+ | Button | Inter | 16px | 500 | 1.88 | normal | CTA label |
132
+ | Body | Arial | 15px (15.15) | 400 | 1.52 (23px) | normal | News-quote body text |
133
+ | Caption | Helvetica Neue | 13px (13.27) | 500 | normal | +0.27px | Skip link, footer text |
134
+
135
+ ### Principles
136
+ - **Weight, not color, is the emphasis lever**: 600 for the hero, 500 for headings, 400 for everything informational. The monochrome palette forces hierarchy into the type weight.
137
+ - **Two grotesques, split by job**: Inter is the modern display/brand voice; Helvetica Neue is the neutral institutional heading voice. Arial is the utilitarian body inherited from the chassis. They do not swap roles.
138
+ - **Tight display leading**: the 87px hero runs at ~1.28 line-height with a faint positive tracking (+0.87px) — dense and monumental rather than airy.
139
+ - **Near-black inks for reading**: extended copy uses cool near-blacks (`#0e1420`, `#1b2230`) rather than pure `#000000`, which is reserved for the hero canvas and short labels.
140
+
141
+ ## 4. Component Stylings
142
+
143
+ ### Buttons
144
+
145
+ **Ghost CTA (Hero)**
146
+ - Background: transparent (`rgba(255,255,255,0.02)`)
147
+ - Text: `#ffffff`
148
+ - Border: 1px solid `rgba(255,255,255,0.55)`
149
+ - Radius: 14px
150
+ - Padding: 14px 18px
151
+ - Height: 60px
152
+ - Font: 16px / 500 / Inter
153
+ - Use: Primary hero call-to-action — "Learn More", "Explore roles", "Discover our Businesses"
154
+
155
+ **Skip-to-Content Pill**
156
+ - Background: `#d9d9d9`
157
+ - Text: `#000000`
158
+ - Border: 2px solid `#d9d9d9`
159
+ - Radius: 300px
160
+ - Padding: 16px 0
161
+ - Font: 13px / 500 / Helvetica Neue
162
+ - Use: Accessibility skip link, rendered as a full-round grey pill
163
+
164
+ ### Inputs & Forms
165
+ - Background: `#ffffff`
166
+ - Border: 1px solid `#d9d9d9`
167
+ - Radius: 2px
168
+ - Text: `#0e1420`
169
+ - Use: Contact / careers form fields on light sections (minimal, hairline-bordered)
170
+
171
+ ### Cards & Containers
172
+
173
+ **News-Coverage Card**
174
+ - Background: `#fbfaf7`
175
+ - Text: `#1b2230`
176
+ - Border: 1px solid `rgba(15,18,24,0.1)`
177
+ - Radius: 16px
178
+ - Padding: 14px
179
+ - Use: Media / press-coverage card on the light news section (Barron's, media quotes)
180
+
181
+ **Panel Surface**
182
+ - Background: `#f5f5f5`
183
+ - Text: `#0e1420`
184
+ - Radius: 22px
185
+ - Use: Data / milestone panel container on the About page
186
+
187
+ ### Badges
188
+
189
+ **Milestone Chip (Blue)**
190
+ - Background: `rgba(47,103,214,0.1)`
191
+ - Text: `#234a93`
192
+ - Radius: 999px
193
+ - Font: 14px / 600
194
+ - Use: Blue-tint milestone / category chip on the About page
195
+
196
+ **Milestone Chip (Amber)**
197
+ - Background: `rgba(255,175,42,0.12)`
198
+ - Text: `#7a4600`
199
+ - Radius: 999px
200
+ - Font: 14px / 600
201
+ - Use: Amber-tint secondary milestone chip on the About page
202
+
203
+ ### Navigation
204
+ - Background: transparent over black hero, `#ffffff` on scrolled light sections
205
+ - Text: `#ffffff` on dark, `#d9d9d9` on light
206
+ - Font: 17px / 400 / Arial
207
+ - Active: text shifts to `#d9d9d9` on the scrolled header
208
+ - Use: Top navigation — "About Us", "Businesses", "News", "Careers"
209
+
210
+ ### Footer
211
+ - Background: `#000000`
212
+ - Links: `#d9d9d9`, 13px / 700 / Arial
213
+ - Use: Footer chrome — "Privacy Policies", "개인정보 처리방침", "View Our Global Offices", "© 2026 Qraft Technologies, Inc."
214
+
215
+ ---
216
+
217
+ **Verified:** 2026-07-02
218
+ **Tier 1 sources:** https://www.qraftec.com/ (homepage, live computed style), https://www.qraftec.com/about-us (About page, live computed style — blue/amber tint chips), https://github.com/qraft-technologies (official GitHub org)
219
+ **Tier 2 sources:** getdesign.md/qraft — "No designs found for 'qraft'" (not listed); styles.refero.design/?q=qraft — no brand-specific entry (default gallery returned)
220
+ **Conflicts unresolved:** none
221
+
222
+ ## 5. Layout Principles
223
+
224
+ ### Spacing System
225
+ - Base unit: ~4px, stepping 4 / 8 / 14 / 16 / 18 / 32 / 48px with large ~80px section gaps
226
+ - Notable: the hero CTA lands at 14px 18px padding on a 60px pill; news cards use a tight 14px inset
227
+ - Sections breathe vertically — generous whitespace between the black hero and the white content bands
228
+
229
+ ### Grid & Container
230
+ - Centered single-column hero anchored by the 87px Inter headline over black
231
+ - News coverage arranged as a grid of cream (`#fbfaf7`) cards with hairline borders
232
+ - About page alternates a black hero, a white body-lead band, and light-grey (`#f5f5f5`) milestone/office panels
233
+ - Global-offices section uses a cool grey (`#e8eaed`) map/data surface
234
+
235
+ ### Whitespace Philosophy
236
+ - **Institutional restraint**: emptiness is the point — a black hero with one line of type reads as confidence, not as an unfinished page.
237
+ - **Flat segmentation**: sections separate by full-bleed background swaps (black → white → light grey), not by shadow or heavy rules.
238
+ - **Card rhythm**: repeated 16px-radius cream cards give the news section a calm, consistent cadence.
239
+
240
+ ### Border Radius Scale
241
+ - Extra-small (2px): form fields, fine inner elements
242
+ - Medium (14px): hero ghost CTAs
243
+ - Card (16px): news / coverage cards
244
+ - Large (22px): panel containers
245
+ - Full (999px / 300px): skip pill, milestone chips, avatars
246
+
247
+ ## 6. Depth & Elevation
248
+
249
+ | Level | Treatment | Use |
250
+ |-------|-----------|-----|
251
+ | Flat (Level 0) | No shadow | Hero, nav, headings, most surfaces |
252
+ | Tint (Level 1) | Background swap (`#fbfaf7` / `#f5f5f5` / `#e8eaed`) | Section/card separation without elevation |
253
+ | Hairline (Level 2) | 1px solid `rgba(15,18,24,0.1)` (i.e. `#0f1218` @ 10%) | News-card and panel outlines, dividers |
254
+
255
+ **Shadow Philosophy**: Qraft is a near-shadowless, flat system. Live inspection returned `box-shadow: none` across the hero, navigation, headings, and news cards. Depth and grouping are communicated entirely through full-bleed background swaps (black `#000000` → white `#ffffff` → cream `#fbfaf7` / grey `#f5f5f5`) and thin `#0f1218`-alpha hairlines. This flat treatment reinforces the institutional-research tone: the interface reads like a printed tear sheet, not a stack of floating consumer cards. When the system needs emphasis it reaches for the royal blue (`#1033d4`) or a tinted chip, never elevation.
256
+
257
+ ## 7. Do's and Don'ts
258
+
259
+ ### Do
260
+ - Open on a pure black (`#000000`) canvas with a single large Inter/600 white headline
261
+ - Use Helvetica Neue at 52px/500 for section titles and Inter for the display hero
262
+ - Let weight (600 → 500 → 400) carry hierarchy — the palette stays near-monochrome
263
+ - Reserve royal blue (`#1033d4`) as the single saturated brand accent
264
+ - Use tinted chips — blue (`#2f67d6` / `#234a93`) and amber (`#ffaf2a` / `#7a4600`) — for milestone categories
265
+ - Keep depth flat: separate with background swaps and `#0f1218`-alpha hairlines, never drop shadows
266
+ - Use cream (`#fbfaf7`) cards with 16px radius for news / press coverage
267
+ - Use cool near-black inks (`#0e1420`, `#1b2230`) for extended reading text
268
+
269
+ ### Don't
270
+ - Add gradients, glows, or illustration to the hero — the black-and-type sparseness is the identity
271
+ - Spread the royal blue across many elements — it is a single-highlight accent, not a UI fill
272
+ - Introduce drop shadows for elevation — Qraft is a flat, hairline-separated system
273
+ - Set body reading text in pure `#000000` — use `#0e1420` / `#1b2230` near-blacks
274
+ - Use a light or thin weight for the hero — the display headline is always Inter 600
275
+ - Mix in a third saturated hue — blue and the amber tint are the only chromatic accents
276
+ - Use heavy fills or bright buttons on the dark hero — CTAs are 1px translucent-white ghost outlines
277
+ - Swap the type roles — Inter is display, Helvetica Neue is headings, Arial is utilitarian body
278
+
279
+ ## 8. Responsive Behavior
280
+
281
+ ### Breakpoints
282
+ | Name | Width | Key Changes |
283
+ |------|-------|-------------|
284
+ | Mobile | <640px | Single column; hero headline compresses well below 87px; cards stack |
285
+ | Tablet | 640-1024px | Moderate padding; news cards go 2-up |
286
+ | Desktop | 1024-1440px | Full layout; centered hero; multi-column news / office grids |
287
+
288
+ ### Touch Targets
289
+ - Hero ghost CTA at 60px height with 14px 18px padding — a comfortable tap target
290
+ - Nav links sit in a generously spaced top bar
291
+ - Milestone chips are full-round (999px) with adequate horizontal padding
292
+
293
+ ### Collapsing Strategy
294
+ - Hero: the 87px Inter headline scales down substantially on mobile; weight 600 is preserved
295
+ - News grid: multi-column cream cards → 2-up → single stacked column
296
+ - Black hero and light content bands maintain full-width, full-bleed treatment
297
+ - Global-offices map/data panel reflows to a stacked list on narrow viewports
298
+
299
+ ### Image Behavior
300
+ - Media logos and press thumbnails carry no shadow at any size, consistent with the flat system
301
+ - Cards maintain their 16px radius across breakpoints
302
+ - The black hero keeps its full-bleed dark treatment on all screen sizes
303
+
304
+ ## 9. Agent Prompt Guide
305
+
306
+ ### Quick Color Reference
307
+ - Brand accent: Qraft Royal Blue (`#1033d4`)
308
+ - Blue chip tint / text: `#2f67d6` / `#234a93`
309
+ - Amber chip tint / text: `#ffaf2a` / `#7a4600`
310
+ - Hero canvas / primary text: Black (`#000000`)
311
+ - Light canvas / on-dark text: White (`#ffffff`)
312
+ - Reading ink: `#0e1420` / `#1b2230`
313
+ - Muted text: Slate (`#5d6573`)
314
+ - Cream card: `#fbfaf7`
315
+ - Panel surfaces: `#f5f5f5` / `#e8eaed`
316
+ - Grey chrome / hairline base: `#d9d9d9` / `#0f1218`
317
+
318
+ ### Example Component Prompts
319
+ - "Create a hero on a pure black (`#000000`) background. Single headline at 87px Inter weight 600, line-height 1.28, letter-spacing +0.87px, color #ffffff — 'Transforming Investing with AI'. Below it a 23px Helvetica Neue 500 support line in white. One ghost CTA: transparent fill, 1px solid rgba(255,255,255,0.55) border, #ffffff text, 14px radius, 14px 18px padding — 'Learn More'."
320
+ - "Design a news-coverage card: cream #fbfaf7 background, 1px solid rgba(15,18,24,0.1) hairline, 16px radius, 14px padding, no shadow. Quote text 15px Arial weight 400, color #1b2230."
321
+ - "Build a milestone chip row: full-round 999px chips. Blue variant — rgba(47,103,214,0.1) background, #234a93 text, 14px weight 600. Amber variant — rgba(255,175,42,0.12) background, #7a4600 text."
322
+ - "Create a section title in Helvetica Neue at 52px weight 500, color #0e1420 on a white background, with a light-grey #f5f5f5 panel (22px radius) beneath it."
323
+
324
+ ### Iteration Guide
325
+ 1. Start black-and-monochrome; let type weight (600 → 500 → 400) carry the hierarchy
326
+ 2. Inter for the display hero, Helvetica Neue for section titles, Arial for body/nav
327
+ 3. Royal blue (`#1033d4`) is the single accent — do not spread it
328
+ 4. No shadows — separate with background swaps and `#0f1218`-alpha hairlines
329
+ 5. Cream (`#fbfaf7`) 16px cards for news; light-grey (`#f5f5f5` / `#e8eaed`) panels for data
330
+ 6. Ghost outline CTAs on dark; near-black inks (`#0e1420`, `#1b2230`) for reading text
331
+ 7. Milestone chips are full-round with blue or amber tints
332
+
333
+ ---
334
+
335
+ ## 10. Voice & Tone
336
+
337
+ Qraft's voice is **precise, institutional, and quietly ambitious** — the register of a quantitative research desk, not a retail investing app. The hero states a thesis, not a slogan: "Transforming Investing with AI", immediately grounded by a factual support line ("Founded in 2016 and backed by SoftBank Group"). Copy leans on evidence — media citations, performance references, named investors — rather than hype. It treats the reader as an institutional allocator or sophisticated partner who wants proof, provenance, and mechanism, not excitement.
338
+
339
+ | Context | Tone |
340
+ |---|---|
341
+ | Hero headline | Thesis-declarative. "Transforming Investing with AI." Ambitious but not superlative. |
342
+ | Support / eyebrow lines | Factual and credentialing. "Founded in 2016 and backed by SoftBank Group." |
343
+ | Business descriptions | Mechanism-first. "AI-Enhanced Quantitative Investment Solutions", "Market Intelligence & Execution". |
344
+ | News / coverage | Third-party evidence, cited verbatim. Media quotes carry the persuasion. |
345
+ | CTAs | Understated and exploratory. "Learn More", "Discover our Businesses", "Explore roles". |
346
+ | Careers / About | Confident, globally framed (Seoul HQ, Tokyo / global offices), mission-anchored. |
347
+
348
+ **Voice samples (verbatim from live site, 2026-07-02):**
349
+ - "Transforming Investing with AI" — hero headline (thesis-framed). *(verified live 2026-07-02)*
350
+ - "Founded in 2016 and backed by SoftBank Group" — hero support line (credentialing). *(verified live 2026-07-02)*
351
+ - "We have been featured in leading global media" — news section head (third-party proof). *(verified live 2026-07-02)*
352
+
353
+ **Forbidden register**: retail-hype urgency ("get rich", "beat the market"), exclamation-heavy marketing, undefined buzzwords without mechanism, and any tone that undersells the institutional/research posture.
354
+
355
+ ## 11. Brand Narrative
356
+
357
+ Qraft Technologies (크래프트테크놀로지스) was founded in **2016** and is a **Seoul-headquartered** AI-fintech company building quantitative investment products powered by machine learning. Its stated purpose — captured in the homepage thesis "Transforming Investing with AI" — is to replace human discretionary bias in asset management with data-driven, AI-managed strategies: AI-enhanced ETFs, an AI hedge fund, and market-intelligence and order-execution engines. The About page describes the firm as running on "large-scale data pipelines and a high-performance" research infrastructure, positioning it as an engineering company operating inside financial markets rather than a traditional asset manager adopting software.
358
+
359
+ The credibility spine of the narrative is external and evidentiary. The homepage foregrounds that Qraft is **backed by SoftBank Group** — a 2019 US$146M investment — and dedicates a "News Coverages" section to being "featured in leading global media", citing outlets such as Barron's. The brand builds trust the way a research house does: through named investors, media citations, and performance references, not through consumer-facing promises.
360
+
361
+ What Qraft's design refuses is the visual language of retail finance — no green up-arrows, no celebratory gradients, no gamified urgency. What it embraces is institutional restraint: a black-and-monochrome canvas, neutral grotesque type (Inter and Helvetica Neue), flat hairline-separated layouts, and a single disciplined royal-blue accent. The aesthetic signals that the product is infrastructure for serious capital, engineered and evidence-led.
362
+
363
+ *(Company facts — 2016 founding, Seoul HQ, SoftBank backing, AI-quant product lines — are drawn from the live homepage and About page inspected 2026-07-02; see `.verification.md`.)*
364
+
365
+ ## 12. Principles
366
+
367
+ 1. **Evidence over enthusiasm.** Qraft persuades with citations, named backers, and performance, not adjectives. *UI implication:* give press coverage and data real estate; keep marketing copy factual and mechanism-first.
368
+ 2. **Monochrome discipline, one accent.** The identity is black, white, and grey with a single royal blue. *UI implication:* reserve `#1033d4` for one highlight per view; let type weight, not color, carry emphasis.
369
+ 3. **Flat, like a tear sheet.** Depth is background swaps and hairlines, never shadow. *UI implication:* separate sections with full-bleed color changes and `#0f1218`-alpha borders; avoid card elevation.
370
+ 4. **Engineered, not decorated.** Neutral grotesques and sparse layouts read as engineering rigor. *UI implication:* prefer Inter/Helvetica Neue, tight leading, and empty space over illustration or ornament.
371
+ 5. **Institutional, global posture.** Seoul HQ with global offices, SoftBank-backed. *UI implication:* copy and structure should read for an allocator/partner audience — credible, calm, internationally framed.
372
+
373
+ ## 13. Personas
374
+
375
+ *Personas below are fictional archetypes informed by publicly observable Qraft audience segments (institutional allocators, ETF/asset-management partners, quant-finance engineers), not individual people.*
376
+
377
+ **서지훈, 41, 서울.** A pension-fund portfolio strategist evaluating AI-managed ETF exposure. Distrusts marketing and reads the "News Coverages" and performance sections first. Trusts Qraft because the tone is evidentiary and the backers (SoftBank) are named — it reads like a research house, not a fintech app.
378
+
379
+ **Kenji Watanabe, 38, Tokyo.** A partnerships lead at a Japanese asset manager exploring Qraft's execution/market-intelligence engine. Values the global-office footprint and the calm, institutional presentation; would be put off by any retail-hype urgency.
380
+
381
+ **Dana Cho, 29, Seoul.** A quant-finance engineer considering a role at Qraft. Reads the black, engineered aesthetic as a signal of technical seriousness. Cares that the company frames itself as data-pipeline infrastructure, and browses the GitHub org before applying.
382
+
383
+ ## 14. States
384
+
385
+ | State | Treatment |
386
+ |---|---|
387
+ | **Empty (no coverage / no results)** | White canvas, a single `#0e1420` line explaining nothing to show yet, with one royal-blue (`#1033d4`) link to related content. No illustration. |
388
+ | **Empty (list, none saved)** | Slate (`#5d6573`) single line stating the list is empty, plus a calm path back. Understated. |
389
+ | **Loading (content fetch)** | Flat skeleton blocks on `#f5f5f5` at final card dimensions, 16px radius. No shadow shimmer — a quiet pulse consistent with the flat system. |
390
+ | **Loading (in-place refresh)** | Existing content stays visible; a thin `#1033d4` progress hint appears rather than blocking the view. |
391
+ | **Error (fetch failed)** | Inline message in `#0e1420` with a plain-language explanation and a retry link. No generic error alone; state what to do next. |
392
+ | **Error (form validation)** | Field-level message below the input; describes what is valid, not just "required". |
393
+ | **Success (form submitted)** | Brief inline confirmation in a calm tone; next-step detail linked immediately below. No celebratory emoji. |
394
+ | **Skeleton** | `#f5f5f5` / `#e8eaed` blocks at final dimensions, 16px radius, flat pulse. |
395
+ | **Disabled** | Grey (`#d9d9d9`) text on a reduced-opacity surface; the royal-blue accent fades rather than switching to a different hue. |
396
+
397
+ ## 15. Motion & Easing
398
+
399
+ **Durations**:
400
+
401
+ | Token | Value | Use |
402
+ |---|---|---|
403
+ | `motion-fast` | 120ms | Hover, focus, link underline |
404
+ | `motion-standard` | 220ms | Nav reveal, card/section fade-in, dropdown |
405
+ | `motion-slow` | 360ms | Hero reveal, page-level transitions |
406
+
407
+ **Easings**:
408
+
409
+ | Token | Curve | Use |
410
+ |---|---|---|
411
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — sections, cards, nav |
412
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
413
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
414
+
415
+ **Motion rules**: Motion is restrained and functional, matching the institutional tone. The hero and section content fade/slide up subtly at `motion-standard / ease-enter`; ghost CTAs shift border and background opacity on hover at `motion-fast`. No bounce, spring, or overshoot — a quantitative-investing brand signals steadiness, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant; the interface remains fully functional.
416
+
417
+ <!--
418
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
419
+
420
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on
421
+ https://www.qraftec.com/ and https://www.qraftec.com/about-us:
422
+ - Hero H1 "Transforming Investing with AI" — Inter 86.67px / 600 / +0.87px / rgb(255,255,255) on black
423
+ - Hero H2 "Founded in 2016 and backed by SoftBank Group" — Helvetica Neue 23.4px / 500 / white
424
+ - "News Coverages" / "Milestone" section H1 — Helvetica Neue 51.96px / 500 / rgb(0,0,0)
425
+ - "We have been featured in leading global media" — H3 Helvetica Neue 28.44px / 500
426
+ - Ghost CTA "Learn More" — bg rgba(255,255,255,0.02) / border 1px rgba(255,255,255,0.55) / radius 14px / Inter 16px/500 / 60px
427
+ - News card (Barron's) — bg rgb(251,250,247) #fbfaf7 / border 1px rgba(15,18,24,0.1) / radius 16px
428
+ - "Qraft Capital" highlight — color rgb(16,51,212) #1033d4 / weight 600
429
+ - About body "Qraft Technologies is a Seoul-headquartered..." — Inter 20px / rgba(37,37,37,0.9)
430
+ - About milestone chips — blue rgba(47,103,214,0.1) / text rgb(35,74,147) #234a93; amber rgba(255,175,42,0.12) / text rgb(122,70,0) #7a4600
431
+ - box-shadow: none across hero/nav/headings/cards (flat system)
432
+
433
+ Voice samples (§10) are verbatim from the live homepage (hero H1, hero H2, news head).
434
+
435
+ Brand narrative (§11): 2016 founding, Seoul HQ, SoftBank Group backing, and the
436
+ AI-quant product lines (AI-enhanced ETFs, AI hedge fund, market-intelligence &
437
+ execution) are drawn from the live homepage and About page inspected this turn.
438
+ Specific figures beyond what the pages state are general public knowledge, not
439
+ directly quoted from a verified Qraft statement.
440
+
441
+ Personas (§13) are fictional archetypes informed by publicly observable Qraft
442
+ audience segments (institutional allocators, asset-management partners, quant
443
+ engineers). Names are illustrative; they do not refer to real people.
444
+
445
+ Interpretive claims (e.g., "flat, like a tear sheet", "evidence over enthusiasm")
446
+ are editorial readings connecting Qraft's observed design to its institutional
447
+ positioning, not directly sourced Qraft statements.
448
+ -->