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
@@ -4,387 +4,304 @@ name: Mistral AI
4
4
  country: FR
5
5
  category: ai
6
6
  homepage: "https://mistral.ai"
7
- primary_color: "#ff7000"
7
+ primary_color: "#000000"
8
8
  logo:
9
9
  type: simpleicons
10
10
  slug: mistralai
11
- verified: "2026-05-15"
11
+ verified: "2026-07-13"
12
12
  omd: "0.1"
13
13
  ds:
14
14
  name: Mistral Brand
15
- url: "https://mistral.ai/brand"
15
+ url: "https://mistral.ai/brand/"
16
16
  type: brand
17
- description: Mistral AI's logo, colors, typography, and brand asset kit.
17
+ description: Official logo, model illustration, and brand-asset guidance.
18
18
  og_image: "https://mistral.ai/-/brand/opengraph-image-1robrb.png"
19
+ verification_v2:
20
+ schema: 2
21
+ checked: "2026-07-13"
22
+ surfaces:
23
+ - { id: home, kind: marketing, url: "https://mistral.ai/", inspected: "2026-07-13" }
24
+ - { id: pricing, kind: product-pricing, url: "https://mistral.ai/pricing/", inspected: "2026-07-13" }
25
+ - { id: pricing-duplicate, kind: product-pricing, url: "https://mistral.ai/pricing/", inspected: "2026-07-13" }
26
+ sources:
27
+ - { id: home-live, kind: product-surface, url: "https://mistral.ai/", captured: "2026-07-13" }
28
+ - { id: pricing-live, kind: product-surface, url: "https://mistral.ai/pricing/", captured: "2026-07-13" }
29
+ - { id: inter-asset, kind: brand-asset, url: "https://mistral.ai/fonts/inter/Inter-VariableFont.ttf", captured: "2026-07-13" }
30
+ - { id: alt-mistral-asset, kind: brand-asset, url: "https://mistral.ai/fonts/alt-mistral/ALTMistral-Regular.woff2", captured: "2026-07-13" }
31
+ - { id: space-mono-asset, kind: brand-asset, url: "https://mistral.ai/fonts/space-mono/SpaceMono-Regular.ttf", captured: "2026-07-13" }
32
+ - { id: brand-guidance, kind: official-doc, url: "https://mistral.ai/brand/", captured: "2026-07-13" }
33
+ - { id: about, kind: official-doc, url: "https://mistral.ai/about/", captured: "2026-07-13" }
34
+ - { id: careers, kind: official-doc, url: "https://mistral.ai/careers/", captured: "2026-07-13" }
35
+ conflicts: []
36
+ claims:
37
+ "tokens.colors.foreground": &home { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
38
+ "tokens.colors.border": *home
39
+ "tokens.colors.surface-brand-secondary": *home
40
+ "tokens.colors.surface-brand-primary": *home
41
+ "tokens.typography.family.ui": &inter { surface_id: home, source_id: inter-asset, method: computed-style-plus-fontfaceset-source, captured: "2026-07-13" }
42
+ "tokens.typography.family.display": &alt { surface_id: home, source_id: alt-mistral-asset, method: computed-style-plus-fontfaceset-source, captured: "2026-07-13" }
43
+ "tokens.typography.family.mono": &mono { surface_id: home, source_id: space-mono-asset, method: computed-style-plus-fontfaceset-source, captured: "2026-07-13" }
44
+ "tokens.typography.body.size": *inter
45
+ "tokens.typography.body.weight": *inter
46
+ "tokens.typography.body.lineHeight": *inter
47
+ "tokens.typography.body.use": *inter
48
+ "tokens.typography.control.size": *alt
49
+ "tokens.typography.control.weight": *alt
50
+ "tokens.typography.control.lineHeight": *alt
51
+ "tokens.typography.control.tracking": *alt
52
+ "tokens.typography.control.use": *alt
53
+ "tokens.typography.display.size": *alt
54
+ "tokens.typography.display.weight": *alt
55
+ "tokens.typography.display.lineHeight": *alt
56
+ "tokens.typography.display.tracking": *alt
57
+ "tokens.typography.display.use": *alt
58
+ "tokens.typography.eyebrow.size": *mono
59
+ "tokens.typography.eyebrow.weight": *mono
60
+ "tokens.typography.eyebrow.lineHeight": *mono
61
+ "tokens.typography.eyebrow.use": *mono
62
+ "tokens.spacing.xs": *home
63
+ "tokens.spacing.sm": *home
64
+ "tokens.spacing.md": *home
65
+ "tokens.spacing.lg": *home
66
+ "tokens.spacing.xl": *home
67
+ "tokens.rounded.sharp": *home
68
+ "tokens.rounded.sm": *home
69
+ "tokens.rounded.md": *home
70
+ "tokens.rounded.lg": *home
71
+ "tokens.components.pricing-plan.type": &pricing { surface_id: pricing, source_id: pricing-live, method: computed-style, captured: "2026-07-13" }
72
+ "tokens.components.pricing-plan.bg": *pricing
73
+ "tokens.components.pricing-plan.fg": *pricing
74
+ "tokens.components.pricing-plan.border": *pricing
75
+ "tokens.components.pricing-plan.radius": *pricing
76
+ "tokens.components.pricing-plan.font": *inter
77
+ "tokens.components.pricing-plan.use": *pricing
78
+ "tokens.components.disabled-compact-control.type": *pricing
79
+ "tokens.components.disabled-compact-control.bg": *pricing
80
+ "tokens.components.disabled-compact-control.fg": *pricing
81
+ "tokens.components.disabled-compact-control.radius": *pricing
82
+ "tokens.components.disabled-compact-control.padding": *pricing
83
+ "tokens.components.disabled-compact-control.font": *inter
84
+ "tokens.components.disabled-compact-control.states": *pricing
85
+ "tokens.components.disabled-compact-control.use": *pricing
19
86
  tokens:
20
- source: prose-derived
21
- extracted: "2026-06-09"
87
+ source: reconciled
88
+ extracted: "2026-07-13"
22
89
  colors:
23
- primary: "#fa520f"
24
- primary-hover: "#fb6424"
25
- brand: "#ff8105"
26
- canvas: "#fffaeb"
27
- surface: "#fff0c2"
28
- foreground: "#1f1f1f"
29
- on-primary: "#ffffff"
30
- accent-sunshine: "#ffa110"
31
- accent-gold: "#ffd900"
32
- accent-block-gold: "#ffe295"
90
+ foreground: "#000000"
91
+ border: "#e4e3de"
92
+ surface-brand-secondary: "#f5f4ef"
93
+ surface-brand-primary: "#fbfbf8"
33
94
  typography:
34
- family: { sans: "Arial", mono: "Arial" }
35
- display: { size: 82, weight: 400, lineHeight: 1.00, tracking: -2.05, use: "Hero headlines, billboard scale" }
36
- section: { size: 56, weight: 400, lineHeight: 0.95, use: "Feature section anchors" }
37
- subheading-lg: { size: 48, weight: 400, lineHeight: 0.95, use: "Secondary section titles" }
38
- subheading: { size: 32, weight: 400, lineHeight: 1.15, use: "Card headings, feature names" }
39
- card-title: { size: 30, weight: 400, lineHeight: 1.20, use: "Mid-level headings" }
40
- feature: { size: 24, weight: 400, lineHeight: 1.33, use: "Small headings" }
41
- body: { size: 16, weight: 400, lineHeight: 1.50, use: "Standard body, button text" }
42
- caption: { size: 14, weight: 400, lineHeight: 1.43, use: "Metadata, secondary links" }
43
- spacing: [2, 4, 8, 10, 12, 16, 20, 24, 32, 40, 48, 64, 80, 98, 100]
44
- rounded: { sm: 0, md: 0, lg: 0, full: 9999 }
45
- shadow:
46
- golden: "rgba(127,99,21,0.12) -8px 16px 39px, rgba(127,99,21,0.1) -33px 64px 72px, rgba(127,99,21,0.06) -73px 144px 97px"
95
+ family: { ui: "Inter", display: "ALTMistral", mono: "Space Mono" }
96
+ body: { size: 16, weight: 400, lineHeight: 1.5, use: "Public-site body, list, card, and product-pricing copy" }
97
+ control: { size: 16, weight: 500, lineHeight: 1.5, tracking: 0.16, use: "Header controls and compact links" }
98
+ display: { size: 56, weight: 500, lineHeight: 1.07, tracking: -0.56, use: "Observed large public-marketing headings" }
99
+ eyebrow: { size: 11, weight: 400, lineHeight: 1.45, use: "Small uppercase label on the public marketing surface" }
100
+ spacing: { xs: 2, sm: 4, md: 8, lg: 16, xl: 24 }
101
+ rounded: { sharp: 0, sm: 4, md: 6, lg: 8 }
47
102
  components_harvested: true
48
103
  components:
49
- button-primary: { type: button, bg: "#1f1f1f", fg: "#ffffff", padding: "12px", radius: "0px", font: "16px / 400", use: "Primary action, dark on warm" }
50
- button-secondary: { type: button, bg: "#fff0c2", fg: "#1f1f1f", radius: "0px", font: "16px / 400", use: "Warm inviting secondary CTA" }
51
- button-ghost: { type: button, bg: "transparent", fg: "#1f1f1f", radius: "0px", states: "opacity 0.4", use: "Secondary/de-emphasized actions" }
52
- button-text: { type: button, bg: "transparent", fg: "#1f1f1f", padding: "8px 0px 0px", use: "Tertiary navigation links" }
53
- card: { type: card, bg: "#fffaeb", radius: "0px", shadow: "golden amber 5-layer cascade", use: "Feature cards, golden-hour float" }
54
- input: { type: input, border: "1px solid hsl(240,5.9%,90%)", radius: "0px", focus: "accent color ring", use: "Form fields" }
55
- block-identity: { type: badge, bg: "gradient #ffd900 to #fa520f", radius: "0px", use: "Mistral block gradient brand mark" }
104
+ pricing-plan: { type: card, bg: "#fbfbf8", fg: "#000000", border: "1px solid #e4e3de", radius: "0px", font: "16px / 400 / Inter", use: "Pricing-plan shell" }
105
+ disabled-compact-control: { type: button, bg: "rgba(7, 7, 11, 0.1)", fg: "oklch(0.552 0.016 285.938)", radius: "6px", padding: "4px", font: "16px / 400 / Inter", states: "disabled DOM state observed", use: "Disabled compact pricing control" }
56
106
  ---
57
107
 
58
- # Design System Inspiration of Mistral AI
108
+ # Mistral AI Design Reference
59
109
 
60
110
  ## 1. Visual Theme & Atmosphere
61
111
 
62
- Mistral AI's interface is a sun-drenched landscape rendered in code a warm, bold, unapologetically European design that trades the typical blue-screen AI aesthetic for golden amber, burnt orange, and the feeling of late-afternoon light in southern France. Every surface glows with warmth: backgrounds fade from pale cream to deep amber, shadows carry golden undertones (`rgba(127, 99, 21, ...)`), and the brand's signature orange (`#fa520f`) burns through the page like a signal fire.
112
+ Mistral AI builds frontier models, developer tools, applications, and compute for people and organizations that need control over how they use AI. Its official about page frames the company as a European, open and responsible alternative born in 2023, while its public site currently expresses that position with restrained, almost editorial web chrome: black text, pale near-white or warm-gray surfaces, fine `#e4e3de` rules, and a mix of proprietary-feeling display lettering with Inter for practical reading. The captured home and pricing pages are not a product-app audit: they are separate public marketing and commercial-pricing surfaces. Official brand guidance supplies a distinct asset layer—the pixel-cat emblem, a preferred gradient logo, monochrome variants, and colorful model illustrations—but its artwork is not promoted into the live UI palette without a computed source.
63
113
 
64
- The design language is maximalist in its warmth but minimalist in its structure. Huge display headlines (82px) crash into the viewport with aggressive negative tracking (-2.05px), creating text blocks that feel like billboards or protest posters — declarations rather than descriptions. The typography uses Arial (likely a custom font with Arial as fallback) at extreme sizes, creating a raw, unadorned voice that says "we build frontier AI" with no decoration needed.
114
+ - **Structured neutrality:** current captured chrome is led by black, soft off-whites, and fine neutral dividers.
115
+ - **Type as contrast:** `ALTMistral` supplies high-visibility headings and controls; Inter carries repeated reading and transactional copy.
116
+ - **Asset/UI boundary:** the official gradient logo and model artwork establish identity, but their colors are not claimed as current generic UI tokens.
65
117
 
66
- What makes Mistral distinctive is the complete commitment to a warm color temperature. The signature "block" identity — a gradient system flowing from bright yellow (`#ffd900`) through amber (`#ffa110`) to burnt orange (`#fa520f`) — creates a visual identity that's immediately recognizable. Even the shadows are warm, using amber-tinted blacks instead of cool grays. Combined with dramatic landscape photography in golden tones, the design feels less like a tech company and more like a European luxury brand that happens to build language models.
118
+ ## 2. Color Palette & Roles
67
119
 
68
- **Key Characteristics:**
69
- - Golden-amber color universe: every tone from pale cream (#fffaeb) to burnt orange (#fa520f)
70
- - Massive display typography (82px) with aggressive negative letter-spacing (-2.05px)
71
- - Warm golden shadow system using amber-tinted rgba values
72
- - The Mistral "M" block identity — a gradient from yellow to orange
73
- - Dramatic landscape photography in warm golden tones
74
- - Uppercase typography used strategically for section labels and CTAs
75
- - Near-zero border-radius — sharp, architectural geometry
76
- - French-European confidence: bold, warm, declarative
120
+ ### Current public-web observations
77
121
 
78
- ## 2. Color Palette & Roles
122
+ - **Foreground** (`#000000`): repeated text and border color on the captured home and pricing records.
123
+ - **Divider** (`#e4e3de`): repeated one-pixel navigation, list-row, pricing-plan, and segmented-control border.
124
+ - **Brand-secondary surface** (`#f5f4ef`): observed on pricing plan and segmented-shell treatments.
125
+ - **Brand-primary surface** (`#fbfbf8`): observed on a pricing-plan shell and an expanded header-control treatment.
79
126
 
80
- ### Primary
81
- - **Mistral Orange** (`#fa520f`): The core brand color — a vivid, saturated orange-red that anchors the entire identity. Used for primary emphasis, the brand block, and the highest-signal moments.
82
- - **Mistral Flame** (`#fb6424`): A slightly warmer, lighter variant of the brand orange used for secondary brand moments and hover states.
83
- - **Block Orange** (`#ff8105`): A pure orange used in the gradient block system — warmer and less red than Mistral Orange.
84
-
85
- ### Secondary & Accent
86
- - **Sunshine 900** (`#ff8a00`): Deep golden amber — the darkest sunshine tone, used for strong accent moments.
87
- - **Sunshine 700** (`#ffa110`): Warm amber-gold — the core sunshine accent for backgrounds and interactive elements.
88
- - **Sunshine 500** (`#ffb83e`): Medium golden — balanced warmth for mid-level emphasis.
89
- - **Sunshine 300** (`#ffd06a`): Light golden — for subtle warm tints and secondary backgrounds.
90
- - **Block Gold** (`#ffe295`): Pale gold — soft background accents and gentle warmth.
91
- - **Bright Yellow** (`#ffd900`): The brightest tone in the gradient — used at the "top" of the block identity.
92
-
93
- ### Surface & Background
94
- - **Warm Ivory** (`#fffaeb`): The lightest page background — barely tinted with warmth, the foundation canvas.
95
- - **Cream** (`#fff0c2`): The primary warm surface and secondary button background — noticeably golden.
96
- - **Pure White** (`#ffffff`): Used for maximum contrast elements and popover surfaces.
97
- - **Mistral Black** (`#1f1f1f`): The primary dark surface for buttons, text, and dark sections.
98
- - **Accent Orange** (defined as `hsl(17, 96%, 52%)`): The functional accent color for interactive states.
99
-
100
- ### Neutrals & Text
101
- - **Mistral Black** (`#1f1f1f`): Primary text color and dark button backgrounds — a near-black that's warmer than pure #000.
102
- - **Black Tint** (defined as `hsl(0, 0%, 24%)`): A medium dark gray for secondary text on light backgrounds.
103
- - **Pure White** (`#ffffff`): Text on dark surfaces and CTA labels.
104
-
105
- ### Semantic & Accent
106
- - **Input Border** (defined as `hsl(240, 5.9%, 90%)`): A cool-tinted light gray for form borders — one of the few cool tones in the system.
107
- - **White Overlay** (`oklab(1, 0, 0 / 0.088–0.1)`): Semi-transparent white for frosted glass effects and button overlays.
108
-
109
- ### Gradient System
110
- - **Mistral Block Gradient**: The signature identity — a multi-step gradient flowing through Yellow (`#ffd900`) → Gold (`#ffe295`) → Amber (`#ffa110`) → Orange (`#ff8105`) → Flame (`#fb6424`) → Mistral Orange (`#fa520f`). This gradient appears in the logo blocks, section backgrounds, and decorative elements.
111
- - **Golden Landscape Wash**: Photography and backgrounds use warm amber overlays creating a consistent golden temperature across the page.
112
- - **Warm Shadow Cascade**: Multi-layered golden shadows that build depth with amber-tinted transparency rather than gray.
127
+ The official brand page documents gradient, black, and white logo variants plus colorful model illustrations, but it does not publish the numeric artwork colors in the inspected text. Those brand assets remain an identity source, not an inferred semantic or interaction palette. No success, warning, error, dark-mode, focus, or hover color token is established by this capture.
113
128
 
114
129
  ## 3. Typography Rules
115
130
 
116
- ### Font Family
117
- - **Primary**: Likely a custom font (Font Source detected) with `Arial` as fallback, and extended stack: `ui-sans-serif, system-ui, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji`
118
-
119
- ### Hierarchy
120
-
121
- | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
122
- |------|------|------|--------|-------------|----------------|-------|
123
- | Display / Hero | Arial (custom) | 82px (5.13rem) | 400 | 1.00 (tight) | -2.05px | Maximum impact, billboard scale |
124
- | Section Heading | Arial (custom) | 56px (3.5rem) | 400 | 0.95 (ultra-tight) | normal | Feature section anchors |
125
- | Sub-heading Large | Arial (custom) | 48px (3rem) | 400 | 0.95 (ultra-tight) | normal | Secondary section titles |
126
- | Sub-heading | Arial (custom) | 32px (2rem) | 400 | 1.15 (tight) | normal | Card headings, feature names |
127
- | Card Title | Arial (custom) | 30px (1.88rem) | 400 | 1.20 (tight) | normal | Mid-level headings |
128
- | Feature Title | Arial (custom) | 24px (1.5rem) | 400 | 1.33 | normal | Small headings |
129
- | Body / Button | Arial (custom) | 16px (1rem) | 400 | 1.50 | normal | Standard body, button text |
130
- | Button Uppercase | Arial (custom) | 16px (1rem) | 400 | 1.50 | normal | Uppercase CTA labels |
131
- | Caption / Link | Arial (custom) | 14px (0.88rem) | 400 | 1.43 | normal | Metadata, secondary links |
132
-
133
- ### Principles
134
- - **Single weight, maximum impact**: The entire system uses weight 400 (regular) even at 82px. This creates a surprisingly elegant effect where the size alone carries authority without needing bold weight.
135
- - **Ultra-tight at scale**: Line-heights of 0.95–1.00 at display sizes create text blocks where ascenders nearly touch descenders from the line above — creating dense, poster-like composition.
136
- - **Aggressive tracking on display**: -2.05px letter-spacing at 82px compresses the hero text into a monolithic block.
137
- - **Uppercase as emphasis**: Strategic `text-transform: uppercase` on button labels and section markers creates a formal, European signage quality.
138
- - **No weight variation**: Unlike most systems that use 300–700 weight range, Mistral uses 400 everywhere. Hierarchy comes from size and color, never weight.
139
-
140
- ## 4. Component Stylings
141
-
142
- ### Buttons
143
-
144
- **Cream Surface**
145
- - Background: Cream (`#fff0c2`)
146
- - Text: Mistral Black (`#1f1f1f`)
147
- - No visible border
148
- - The warm, inviting secondary CTA
149
-
150
- **Dark Solid**
151
- - Background: Mistral Black (`#1f1f1f`)
152
- - Text: Pure White (`#ffffff`)
153
- - Padding: 12px (all sides)
154
- - No visible border
155
- - The primary action button — dark on warm
156
-
157
- **Ghost / Transparent**
158
- - Background: transparent with slight dark overlay (`oklab(0, 0, 0 / 0.1)`)
159
- - Text: Mistral Black (`#1f1f1f`)
160
- - Opacity: 0.4
161
- - For secondary/de-emphasized actions
162
-
163
- **Text / Underline**
131
+ ### Evidence classes
132
+
133
+ - **Live computed public-web use:** `Inter` is loaded with high confidence, has 632 visible uses, and has a matching Mistral-hosted variable-font source. It is observed in body, list, card, input, tab, and button roles.
134
+ - **Live computed public-web use:** `ALTMistral` is loaded with high confidence, has 560 visible uses and matching Mistral-hosted Regular, Medium, Semibold, and italic WOFF/WOFF2 sources. It appears in public-marketing display, badges, body, and header-control roles.
135
+ - **Live computed public-web use:** `Space Mono` is loaded with high confidence, has 38 visible uses, and has a matching Mistral-hosted source. The capture confines it to small body/card-label contexts.
136
+ - **Declared-only:** `Source Sans 3` has seven `@font-face` source URLs through the consent-provider domain but zero visible captured uses. It is not a typography token.
137
+ - **Documentation chrome:** `https://docs.mistral.ai/` was consulted only as an official documentation domain. No supplied computed-style or FontFaceSet record supports promoting its chrome or a docs family into this reference.
138
+ - **Licence boundary:** Mistral’s brand guidance says its name, trademarks, logos, icons, and identifying assets are its property; it does not publish a downstream reuse licence for the captured font files. Keep font metadata, but do not substitute another font and do not treat these URLs as reusable project assets.
139
+
140
+ ### Measured public-web hierarchy
141
+
142
+ | Role | Family | Size | Weight | Line height | Tracking | Provenance |
143
+ |---|---|---:|---:|---:|---:|---|
144
+ | Large marketing heading | ALTMistral | 56px | 500 | 60px | -0.56px | captured home body elements |
145
+ | Marketing heading | ALTMistral | 44px | 500 | 52px | -0.44px | captured home body elements |
146
+ | Control label | ALTMistral | 16px | 500 | 24px | 0.16px | `home::[data-omd-capture="55"]` |
147
+ | Compact link/label | ALTMistral | 14px | 500 | 20px | 0.28px | `home::[data-omd-capture="126"]` |
148
+ | Body, list, and card copy | Inter | 16px | 400 | 24px | normal | captured home and pricing elements |
149
+ | Small label | Space Mono | 11px | 400 | 16px | normal | `home::p.text-eyebrow-small` |
150
+
151
+ ## 4. Components
152
+
153
+ All components below preserve their public-surface and selector provenance. The collector records `interactionCount: 0` and an empty `interactions[]`; class names mentioning hover do not establish a hover value. The one disabled row is a captured disabled DOM state, not a complete state or behavior specification.
154
+
155
+ ### Header controls
156
+
157
+ **Public header control**
164
158
  - Background: transparent
165
- - Text: Mistral Black (`#1f1f1f`)
166
- - Padding: 8px 0px 0px (top-only)
167
- - Minimal styling — text link as button
168
- - For tertiary navigation actions
169
-
170
- ### Cards & Containers
171
- - Background: Warm Ivory (`#fffaeb`), Cream (`#fff0c2`), or Pure White
172
- - Border: minimal to none — containers defined by background color
173
- - Radius: near-zero — sharp, architectural corners
174
- - Shadow: warm golden multi-layer (`rgba(127, 99, 21, 0.12) -8px 16px 39px, rgba(127, 99, 21, 0.1) -33px 64px 72px, rgba(127, 99, 21, 0.06) -73px 144px 97px, ...`) — a dramatic, cascading warm shadow
175
- - Distinctive: the golden shadow creates a "golden hour" lighting effect
176
-
177
- ### Inputs & Forms
178
- - Border: `hsl(240, 5.9%, 90%)` — the sole cool-toned element
179
- - Focus: accent color ring
180
- - Minimal styling consistent with sparse aesthetic
181
-
182
- ### Navigation
183
- - Transparent nav overlaying the warm hero
184
- - Logo: Mistral "M" wordmark
185
- - Links: Dark text (white on dark sections)
186
- - CTA: Dark solid button or cream surface button
187
- - Minimal, wide-spaced layout
188
-
189
- ### Image Treatment
190
- - Dramatic landscape photography in warm golden tones
191
- - The winding road through golden hills — a recurring visual motif
192
- - The Mistral "M" rendered at large scale on golden backgrounds
193
- - Warm color grading on all photography
194
- - Full-bleed sections with photography
195
-
196
- ### Distinctive Components
197
-
198
- **Mistral Block Identity**
199
- - A row of colored blocks forming the gradient: yellow → amber → orange → burnt orange
200
- - Each block gets progressively more orange/red
201
- - The visual DNA of the brand — recognizable at any size
202
-
203
- **Golden Shadow Cards**
204
- - Cards elevated with warm amber multi-layered shadows
205
- - 5 layers of shadow from 16px to 400px offset
206
- - Creates a "floating in golden light" effect unique to Mistral
207
-
208
- **Dark Footer Gradient**
209
- - Footer transitions from warm amber to dark through a dramatic gradient
210
- - Creates a "sunset" effect as the page ends
159
+ - Text: `#000000`
160
+ - Border: `1px solid #e4e3de` on the right edge
161
+ - Radius: `0px`
162
+ - Padding: `0px 16px`
163
+ - Font: `16px / 500 / ALTMistral`
164
+ - Use: `home::[data-omd-capture="55"]`; 48px-high public header control on home and pricing
211
165
 
212
- ## 5. Layout Principles
166
+ ### List rows
167
+
168
+ **Expandable/list row**
169
+ - Background: transparent
170
+ - Text: `#000000`
171
+ - Border: `1px solid #e4e3de` on the bottom edge
172
+ - Radius: `0px`
173
+ - Padding: `16px`
174
+ - Font: `16px / 400 / Inter`
175
+ - Use: `home::[data-omd-capture="1"]`; full-width row observed across the captured public surfaces
176
+
177
+ ### Pricing plans
178
+
179
+ **Primary-surface plan shell**
180
+ - Background: `#fbfbf8`
181
+ - Text: `oklch(0.21 0.006 285.885)`
182
+ - Border: `1px solid #e4e3de`
183
+ - Radius: `0px`
184
+ - Font: `16px / 400 / Inter`
185
+ - Use: `pricing::mistral-block-card-plan`; public pricing-plan shell
186
+
187
+ **Secondary-surface plan shell**
188
+ - Background: `#f5f4ef`
189
+ - Text: `oklch(0.21 0.006 285.885)`
190
+ - Border: `1px solid #e4e3de`
191
+ - Radius: `0px`
192
+ - Font: `16px / 400 / Inter`
193
+ - Use: `pricing::mistral-block-card-plan`; alternate captured public pricing-plan shell
194
+
195
+ ### Segmented navigation shell
196
+
197
+ **Pricing navigation container**
198
+ - Background: `#f5f4ef`
199
+ - Text: `#000000`
200
+ - Border: `1px solid #e4e3de`
201
+ - Radius: `6px`
202
+ - Padding: `6px`
203
+ - Font: `16px / 400 / Inter`
204
+ - Use: `pricing::mistral-atom-navigation-tabs`; a container observation, not a child-tab active/inactive claim
205
+
206
+ ### Quantity input
207
+
208
+ **Pricing number input**
209
+ - Background: transparent
210
+ - Text: `oklch(0.21 0.006 285.885)`
211
+ - Border: `1px solid oklch(0.21 0.006 285.885)` on the bottom edge
212
+ - Radius: `0px`
213
+ - Font: `16px / 400 / Inter`
214
+ - Use: `pricing::[data-omd-capture="74"]`; number input in the public pricing surface
215
+
216
+ ### Compact control
217
+
218
+ **Disabled compact control**
219
+ - Background: `rgba(7, 7, 11, 0.1)`
220
+ - Text: `oklch(0.552 0.016 285.938)`
221
+ - Radius: `6px`
222
+ - Padding: `4px`
223
+ - Font: `16px / 400 / Inter`
224
+ - Use: `pricing::[data-omd-capture="75"]`; disabled DOM control on the public pricing surface
225
+ - Disabled: present in the captured DOM; no interaction transition was recorded
213
226
 
214
- ### Spacing System
215
- - Base unit: 8px
216
- - Scale: 2px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 40px, 48px, 64px, 80px, 98px, 100px
217
- - Button padding: 12px or 8px 0px (compact)
218
- - Section vertical spacing: very generous (80px–100px)
227
+ ---
228
+ **Verified:** 2026-07-13
229
+ **Tier 1 sources:** https://mistral.ai/ · https://mistral.ai/pricing/ · https://mistral.ai/brand/ · https://mistral.ai/fonts/inter/Inter-VariableFont.ttf · https://mistral.ai/fonts/alt-mistral/ALTMistral-Regular.woff2 · https://mistral.ai/fonts/space-mono/SpaceMono-Regular.ttf
230
+ **Tier 2 sources:** https://getdesign.md/mistral.ai/design-md (independent analysis; its purple, DM Serif, JetBrains Mono, 8px-button, and 12px-card claims are not promoted) · https://styles.refero.design/?q=Mistral (attempted; built-in open returned an internal error and no Refero record was used)
231
+ **Conflicts unresolved:** none
219
232
 
220
- ### Grid & Container
221
- - Max container width: approximately 1280px, centered
222
- - Hero: full-width with massive typography overlaying warm backgrounds
223
- - Feature sections: wide-format layouts with dramatic imagery
224
- - Card grids: 2–3 column layouts
233
+ Legacy claims were rolled back where absent from current Tier 1 evidence.
225
234
 
226
- ### Whitespace Philosophy
227
- - **Bold declarations**: Huge headlines surrounded by generous whitespace create billboard-like impact — each statement gets its own breathing space.
228
- - **Warm void**: Empty space itself feels warm because the backgrounds are tinted ivory/cream rather than pure white.
229
- - **Photography as space-filler**: Large landscape images serve double duty as content and decorative whitespace.
235
+ ## 5. Layout Principles
230
236
 
231
- ### Border Radius Scale
232
- - Near-zero: The dominant radius — sharp, architectural corners on most elements
233
- - This extreme sharpness contrasts with the warmth of the colors, creating a tension between soft color and hard geometry.
237
+ The supplied evidence recurs at 2px, 4px, 8px, 16px, and 24px. The highest-frequency values are 16px for rows and card/control spacing, 8px for gaps, and 4px for compact labels. This is an observed public-web rhythm, not a released spacing scale or responsive specification. The capture does not establish a sitewide max width, grid, or authenticated-product layout.
234
238
 
235
239
  ## 6. Depth & Elevation
236
240
 
237
- | Level | Treatment | Use |
238
- |-------|-----------|-----|
239
- | Flat (Level 0) | No shadow | Page backgrounds, text blocks |
240
- | Golden Float (Level 1) | Multi-layer warm shadow (5 layers, 12%→0% opacity, amber-tinted) | Feature cards, product showcases, elevated content |
241
-
242
- **Shadow Philosophy**: Mistral uses a single but extraordinarily complex shadow — **five cascading layers** of amber-tinted shadow (`rgba(127, 99, 21, ...)`) that build from a close 16px offset to a distant 400px offset. The result is a rich, warm, "golden hour" lighting effect that makes elevated elements look like they're bathed in afternoon sunlight. This is the most distinctive shadow system in any major AI brand.
241
+ The representative pricing plans, rows, tabs, and inputs in this bundle report `box-shadow: none`. No global shadow scale, modal elevation, overlay treatment, or animation layer is claimed.
243
242
 
244
243
  ## 7. Do's and Don'ts
245
244
 
246
245
  ### Do
247
- - Use the warm color spectrum exclusively: ivory, cream, amber, gold, orange
248
- - Keep display typography at 82px+ with -2.05px letter-spacing for hero sections
249
- - Use the Mistral block gradient (yellow amber orange) for brand moments
250
- - Apply warm golden shadows (amber-tinted rgba) for elevated elements
251
- - Use Mistral Black (#1f1f1f) for text never pure #000000
252
- - Keep font weight at 400 throughout — let size and color carry hierarchy
253
- - Use sharp, architectural corners — near-zero border-radius
254
- - Apply uppercase on button labels and section markers for European formality
255
- - Use warm landscape photography with golden color grading
246
+
247
+ - Use the captured public-web neutrals and one-pixel `#e4e3de` dividers only in the documented public-web scope.
248
+ - Pair ALTMistral, Inter, and Space Mono only when the target has a legitimate right to load those exact families.
249
+ - Preserve selector and surface boundaries when borrowing a row, pricing-plan, tab-shell, or quantity-input treatment.
250
+ - Treat the official gradient logo and colorful model art as brand assets rather than unmeasured UI color tokens.
256
251
 
257
252
  ### Don't
258
- - Don't introduce cool colors (blue, green, purple) — the palette is exclusively warm
259
- - Don't use bold (700+) weight 400 is the only weight
260
- - Don't round corners the sharp geometry is intentional
261
- - Don't use cool-toned shadows shadows must carry amber warmth
262
- - Don't use pure white as a page background — always warm-tinted (#fffaeb minimum)
263
- - Don't reduce hero text below 48px on desktop — the billboard scale is core
264
- - Don't use more than 2 font weights — size variation replaces weight variation
265
- - Don't add gradients outside the warm spectrum — no blue-to-purple, no cool transitions
266
- - Don't use generic gray for text — even neutrals should be warm-tinted
253
+
254
+ - Do not restore the earlier orange/golden palette, Arial, all-0px rule, or warm-shadow system without fresh Tier 1 evidence.
255
+ - Do not treat Source Sans 3, documentation chrome, or a system fallback as a Mistral UI family.
256
+ - Do not invent active tabs, hover colors, focus rings, menus, dialogs, errors, breakpoints, or additional price-plan variants.
257
+ - Do not use the captured font URLs as a downstream redistribution licence.
267
258
 
268
259
  ## 8. Responsive Behavior
269
260
 
270
- ### Breakpoints
271
- | Name | Width | Key Changes |
272
- |------|-------|-------------|
273
- | Mobile | <640px | Single column, stacked everything, hero text reduces to ~32px |
274
- | Tablet | 640–768px | Minor layout adjustments |
275
- | Small Desktop | 768–1024px | 2-column layouts begin |
276
- | Desktop | 1024–1280px | Full layout with maximum typography scale |
277
-
278
- ### Touch Targets
279
- - Buttons use generous padding (12px minimum)
280
- - Navigation elements adequately spaced
281
- - Cards serve as large touch targets
282
-
283
- ### Collapsing Strategy
284
- - **Navigation**: Collapses to hamburger on mobile
285
- - **Hero text**: 82px → 56px → 48px → 32px progressive scaling
286
- - **Feature sections**: Multi-column → stacked
287
- - **Photography**: Scales proportionally, may crop on mobile
288
- - **Block identity**: Scales down proportionally
289
-
290
- ### Image Behavior
291
- - Landscape photography scales proportionally
292
- - Warm color grading maintained at all sizes
293
- - Block gradient elements resize fluidly
294
- - No art direction changes — same warm composition at all sizes
261
+ Only the supplied desktop public-surface evidence is in scope. It exposes a horizontally scrollable pricing navigation shell and responsive utility classes in markup, but it does not establish breakpoints, mobile navigation behavior, touch-target policy, reflow rules, or an authenticated-product responsive contract.
295
262
 
296
263
  ## 9. Agent Prompt Guide
297
264
 
298
- ### Quick Color Reference
299
- - Brand Orange: "Mistral Orange (#fa520f)"
300
- - Page Background: "Warm Ivory (#fffaeb)"
301
- - Warm Surface: "Cream (#fff0c2)"
302
- - Primary Text: "Mistral Black (#1f1f1f)"
303
- - Sunshine Amber: "Sunshine 700 (#ffa110)"
304
- - Bright Gold: "Bright Yellow (#ffd900)"
305
- - Text on Dark: "Pure White (#ffffff)"
306
-
307
- ### Example Component Prompts
308
- - "Create a hero section on Warm Ivory (#fffaeb) with a massive headline at 82px Arial weight 400, line-height 1.0, letter-spacing -2.05px. Mistral Black (#1f1f1f) text. Add a dark solid CTA button (#1f1f1f bg, white text, 12px padding, sharp corners) and a cream secondary button (#fff0c2 bg)."
309
- - "Design a feature card on Cream (#fff0c2) with sharp corners (no border-radius). Apply the golden shadow system: rgba(127, 99, 21, 0.12) -8px 16px 39px as the primary layer. Title at 32px weight 400, body at 16px."
310
- - "Build the Mistral block identity: a row of colored blocks from Bright Yellow (#ffd900) through Sunshine 700 (#ffa110) to Mistral Orange (#fa520f). Sharp corners, no gaps."
311
- - "Create a dark footer section on Mistral Black (#1f1f1f) with Pure White (#ffffff) text. Footer links at 14px. Add a warm gradient from Sunshine 700 (#ffa110) at the top fading to Mistral Black."
312
-
313
- ### Iteration Guide
314
- 1. Keep the warm temperature — "shift toward amber" not "shift toward gray"
315
- 2. Use size for hierarchy — 82px → 56px → 48px → 32px → 24px → 16px
316
- 3. Never add border-radius — sharp corners only
317
- 4. Shadows are always warm: "golden shadow with amber tones"
318
- 5. Font weight is always 400 — describe emphasis through size and color
265
+ For a Mistral-like public commercial page, begin with a quiet `#fbfbf8` or `#f5f4ef` surface, black content, thin `#e4e3de` dividers, Inter for repeated reading, and ALTMistral only where it can be legally loaded. Use square list and pricing-plan shells plus the observed 6px segmented container; do not recreate Mistral’s product, documentation, or brand artwork from this limited public-web reference.
319
266
 
320
267
  ## 10. Voice & Tone
321
268
 
322
- Mistral AI's voice is **European frontier-AI-confident** — measured, research-oriented, never breathless. The brand positions itself as the European alternative to American AI labs (OpenAI, Anthropic), with a focus on open-weights models and enterprise sovereignty. Copy stays restrained even when announcing major model releases.
269
+ Official language is direct, technically ambitious, and oriented toward access and control: Mistral says it exists to put frontier AI in everyone’s hands, while its careers page asks for structured, direct communication that values content over tone. This supports product-led, specific public language; it is not evidence for a comprehensive error-copy or conversational-assistant style guide.
323
270
 
324
- | Context | Tone |
271
+ | Context | First-party direction |
325
272
  |---|---|
326
- | CTA | Verb. "Discover Le Chat", "Discover Vibe", "Contact Sales" |
327
- | Marketing | Product-named (Le Chat is the consumer product). European register |
328
- | Documentation | Code-first, model-spec heavy |
329
- | Error | Specific. Never wrapped in apology |
273
+ | Mission | Frame AI as open, controllable, and capable of solving hard problems. |
274
+ | Enterprise and public-sector work | Describe the concrete stakes: control, ownership, reliability, and tailored systems. |
275
+ | Internal culture | Prefer rigor, directness, ownership, speed, and low-ego collaboration. |
330
276
 
331
277
  **Voice samples**
332
- - Product CTAs: *"Discover Le Chat"*, *"Discover Vibe"* <!-- verified: mistral.ai homepage 2026-05 -->
333
-
334
- **Forbidden phrases.** "AGI", "superintelligence". Casual emoji.
278
+ - “Putting frontier AI in everyone's hands.” <!-- official about page, 2026-07-13 -->
279
+ - “Mission-critical AI for enterprises and governments.” <!-- official about page, 2026-07-13 -->
280
+ - “Build the future of frontier AI.” <!-- official careers page, 2026-07-13 -->
335
281
 
336
282
  ## 11. Brand Narrative
337
283
 
338
- Mistral AI was founded **April 2023** in **Paris** by **Arthur Mensch (CEO, former Google DeepMind)**, **Guillaume Lample (former Meta AI)**, and **Timothée Lacroix (former Meta AI)** — the trio first met **as students at École Polytechnique** ([Mistral AI — Wikipedia](https://en.wikipedia.org/wiki/Mistral_AI), [École polytechnique — Mistral AI raised €500M in 2023](https://www.polytechnique.edu/en/news/mistral-ai-french-ai-nugget-co-founded-two-x-alumni-raised-eu500-mlns-2023)). The founding observation: Europe needed a sovereign AI option that didn't depend on American hyperscalers. Funding ladder: **€105M ($117M) seed (June 2023)** with **Lightspeed Venture Partners, Eric Schmidt, Xavier Niel, JCDecaux** **€385M ($428M) Series A (Dec 10 2023)** with **Andreessen Horowitz, BNP Paribas, Salesforce** continuing rounds bringing **valuation past $14B** as of 2025 ([Arthur Mensch — Wikipedia](https://en.wikipedia.org/wiki/Arthur_Mensch), [Tracxn — Mistral AI](https://tracxn.com/d/companies/mistralai/__SLZq7rzxLYqqA97jtPwO09jLDeb76RVJVb306OhciWU)). The three founders became **France's first AI billionaires** ([Crain Currency first AI billionaires France](https://www.craincurrency.com/investing/mistrals-3-founders-timothee-lacroix-arthur-mensch-and-guillaume-lample-become-first-ai), [Bloomberg Law — first AI billionaires](https://news.bloomberglaw.com/private-equity/first-ai-billionaires-emerge-from-french-homegrown-startup)). Quickly became one of Europe's most-funded AI startups, with strong **open-weights model releases (Mistral 7B, Mixtral 8x7B)** alongside enterprise-only frontier models. The 0px-radius aesthetic + warm golden shadows reflect the Parisian design sensibility sharp corners signal "frontier research", warm shadows signal "European craftsmanship".
284
+ Mistral’s official account traces the company to April 2023, when its co-founders set out to build a European AI company around openness, transparency, cost efficiency, responsibility, and user control. Its present offer extends beyond models to developer tools, applications, and compute, with enterprise and government work positioned around ownership and production reliability. The public brand system is correspondingly more than a logo: the official guidance describes a pixel-cat emblem, controlled gradient and monochrome logo variants, and colorful small-scale model illustrations. Those assets explain the brand’s visual identity, while the token layer above remains limited to the current captured public pages.
339
285
 
340
286
  ## 12. Principles
341
287
 
342
- 1. **0px radius is intentional.** Sharp corners signal frontier research. *UI implication:* never round corners on Mistral chrome.
343
- 2. **Warm golden shadows.** *UI implication:* shadows always warm-toned; never cool-blue.
344
- 3. **Weight 400 throughout.** *UI implication:* emphasis via size + color, not weight.
345
- 4. **European register.** *UI implication:* avoid American startup hype; confident but understated.
346
- 5. **Open-weights ↔ Enterprise tension.** *UI implication:* both audiences served — open-source community + enterprise.
288
+ 1. **Put control with the user.** *UI implication:* explain ownership, deployment, and capability boundaries concretely rather than hiding them in generic AI claims.
289
+ 2. **Be rigorous and direct.** *UI implication:* favor structured labels, specific actions, and readable information hierarchy over ornamental copy.
290
+ 3. **Make complex systems usable.** *UI implication:* keep commercial choices and quantities legible with clear rows, dividers, and restrained controls.
291
+ 4. **Keep brand art distinct from interface evidence.** *UI implication:* use supplied gradient logos or illustrations only under official guidance; do not synthesize an orange semantic UI system from artwork.
347
292
 
348
293
  ## 13. Personas
349
294
 
350
- *Personas are fictional archetypes informed by Mistral user segments (European enterprise architects, ML researchers, sovereignty-conscious infrastructure leads), not individual people.*
351
-
352
- **Catherine Dubois, 44, Paris.** CTO at French enterprise. Mistral as the sovereign AI option her board approved.
295
+ The official material identifies stakeholder groups rather than named user personas; the following are evidence-based groups, not fictional profiles.
353
296
 
354
- **Heinz Müller, 38, Berlin.** ML researcher. Uses open-weights Mistral models for fine-tuning experiments.
355
-
356
- **Aisha Khan, 32, Dubai.** AI infrastructure lead. Evaluating Mistral vs OpenAI for region-specific deployment.
297
+ - **Enterprise and government teams:** organizations in high-stakes industries that need tailored systems, control, ownership, and production reliability.
298
+ - **Developers and product builders:** people using Mistral models, developer tools, applications, and compute to build or customize AI systems.
299
+ - **Research, product, and engineering collaborators:** internal teams and candidates working under the stated expectations of audacity, rigor, customer centricity, speed, and low-ego ownership.
357
300
 
358
301
  ## 14. States
359
302
 
360
- | State | Treatment |
361
- |---|---|
362
- | **Empty (no API keys)** | "Generate first API key" CTA |
363
- | **Empty (no projects)** | "Try Le Chat" link |
364
- | **Loading (model inference)** | Per-token streaming |
365
- | **Error (model unavailable)** | Specific model name + region |
366
- | **Error (rate limit)** | Tier limit + upgrade |
367
- | **Success (generation)** | Result inline + copy/save |
368
- | **Success (deployment)** | Endpoint visible |
369
- | **Skeleton (deployments)** | 0px-radius placeholders |
370
- | **Disabled (insufficient plan)** | Upgrade link |
371
- | **Loading (long task)** | Persistent progress |
372
- | **Loading (model loading)** | Initialization status |
303
+ The supplied capture records one disabled compact control at `pricing::[data-omd-capture="75"]`, with `rgba(7, 7, 11, 0.1)` background, `oklch(0.552 0.016 285.938)` text, 6px radius, and 4px padding. It does not supply empty, loading, success, error, validation, toast, dialog, or skeleton states. Those state groups are intentionally omitted rather than inferred.
373
304
 
374
305
  ## 15. Motion & Easing
375
306
 
376
- | Token | Value | Use |
377
- |---|---|---|
378
- | `motion-instant` | 0ms | Toggle |
379
- | `motion-fast` | 150ms | Hover |
380
- | `motion-standard` | 250ms | Modal |
381
-
382
- Standard cubic-bezier; no bounce — the precision register dislikes overshoot. `prefers-reduced-motion: reduce` removes hover transitions.
383
-
384
- ---
385
-
386
- **Verified:** 2026-05-08 (omd:migrate run 39 — Apple-tier)
387
- **Tier 1 sources:** mistral.ai home + /products (live DOM via playwright — Primary `#1f1f1f` Mistral Charcoal 0px sharp / 36px / 12px-square / 16px·400; **Secondary canvas-aware `oklab()`**: `oklab(0.999994 / 0.1)` (dark canvas) + `oklab(0.955114 -0.00188443 0.0614298 / 0.5)` Cream (light canvas); Cream `#fff0c2` accent. **`oklab()` color-space canonical** — most modern DS adopter in corpus).
388
- **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
389
- **Tier 2 (Philosophy/founders/funding):** Wikipedia (Mistral AI + Arthur Mensch), École polytechnique (X alumni origin), Crain Currency / Bloomberg Law (first AI billionaires France), Tracxn, Crunchbase.
390
- **Style ref:** `claude` (research-tech precision). **Conflicts unresolved:** none. **Earlier addition:** canvas-aware `oklab()` Secondary variants + Cream `#fff0c2` accent + oklab() canonical convention missed by prior pass.
307
+ No computed transition duration, easing token, motion rule, or reduced-motion behavior is promoted from this evidence. Class names that include transition utilities are not a measured motion specification.