oh-my-design-cli 1.8.6 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +2761 -85
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,439 @@
1
+ ---
2
+ id: selectstar
3
+ name: Selectstar
4
+ display_name_kr: 셀렉트스타
5
+ country: KR
6
+ category: ai
7
+ homepage: "https://selectstar.ai/"
8
+ primary_color: "#0c5fdb"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=selectstar.ai&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 CTA / link blue (#0c5fdb); hover/link-alt brighter blue (#1274e7). Bootstrap-family neutral ladder (#212529 → #495057 → #6c757d → #adb5bd) on a #f8f9fa canvas. Light-blue tint surfaces use #5797f6 at 15% alpha; dark section bg #00001a."
19
+ colors:
20
+ primary: "#0c5fdb"
21
+ primary-hover: "#1274e7"
22
+ accent-blue: "#5797f6"
23
+ sky: "#6ec1e4"
24
+ canvas: "#ffffff"
25
+ surface: "#f8f9fa"
26
+ surface-alt: "#e9ecef"
27
+ ink: "#212529"
28
+ slate: "#495057"
29
+ body: "#6c757d"
30
+ muted: "#adb5bd"
31
+ black: "#000000"
32
+ navy: "#00001a"
33
+ on-primary: "#ffffff"
34
+ typography:
35
+ family: { sans: "Inter", kr: "Noto Sans KR" }
36
+ display-hero: { size: 72, weight: 300, lineHeight: 1.25, tracking: -1.44, use: "English hero headline, Inter Light — 'Solution for Trustworthy AI'" }
37
+ display: { size: 60, weight: 600, lineHeight: 1.28, tracking: -1.2, use: "Product / blog hero display" }
38
+ section: { size: 48, weight: 600, lineHeight: 1.28, tracking: -0.96, use: "Section titles" }
39
+ subsection: { size: 36, weight: 600, lineHeight: 1.28, tracking: -0.72, use: "Feature / sub-section heads" }
40
+ body: { size: 16, weight: 400, lineHeight: 1.8, use: "Standard reading text, muted grey" }
41
+ nav: { size: 16, weight: 600, use: "Top-level nav items" }
42
+ button: { size: 14, weight: 600, use: "Header CTA / dropdown nav label" }
43
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 18, xl: 24, xxl: 38, section: 64 }
44
+ rounded: { sm: 4, md: 10, lg: 24, full: 9999 }
45
+ shadow:
46
+ soft: "rgba(0, 0, 0, 0.15) 0px 1px 5px 0px"
47
+ card: "rgba(0, 0, 0, 0.15) 0px 3px 8px 0px"
48
+ float: "rgba(0, 0, 0, 0.05) 0px 2px 6px 0px, rgba(0, 0, 0, 0.1) 0px 8px 19.2px 0px"
49
+ components:
50
+ button-primary: { type: button, bg: "#0c5fdb", fg: "#ffffff", radius: "4px", height: "45px", padding: "9px 18px", font: "14px / 600 Inter", states: "hover #1274e7", use: "Header/primary CTA — 문의하기 / CONTACT" }
51
+ button-pill: { type: button, bg: "#ffffff", fg: "#333333", radius: "50px", padding: "16px 38px", height: "64px", font: "20px / 400 Inter", shadow: "rgba(0,0,0,0.1) 0px 8px 19.2px", use: "Floating white pill CTA — 문의하기" }
52
+ button-rounded: { type: button, bg: "#0c5fdb", fg: "#ffffff", radius: "26px", padding: "10px 24px", height: "50px", font: "16px / 400 Inter", use: "Newsletter Subscribe rounded CTA" }
53
+ input-search: { type: input, bg: "#ffffff", fg: "#000000", radius: "4px", padding: "9px 18px", height: "47px", font: "16px Inter", use: "Blog search field, paired with blue Search button" }
54
+ card: { type: card, bg: "#ffffff", radius: "10px", shadow: "rgba(0,0,0,0.15) 0px 3px 8px", use: "Feature / content card on grey canvas" }
55
+ nav-link: { type: tab, fg: "#212529", font: "14px / 600 Inter", active: "text #0c5fdb", use: "Product dropdown / nav menu item" }
56
+ tint-surface: { type: card, bg: "#5797f6", fg: "#0c5fdb", radius: "10px", use: "Light-blue tinted highlight surface, rendered at 15% alpha (base #5797f6)" }
57
+ icon-chip: { type: badge, bg: "#e9ecef", fg: "#0c5fdb", radius: "9999px", height: "50px", use: "Circular icon chip / carousel control" }
58
+ components_harvested: true
59
+ ---
60
+
61
+ # Design System Inspiration of Selectstar
62
+
63
+ ## 1. Visual Theme & Atmosphere
64
+
65
+ Selectstar (셀렉트스타) is a Korean AI-evaluation and data company whose homepage reads like a serious research-grade product rather than a flashy startup pitch. The atmosphere is calm, institutional, and blue — a light cool-grey canvas (`#f8f9fa`) carries white content cards while a single confident royal blue (`#0c5fdb`) does all the work of "action," appearing on every CTA, link, and interactive accent. Text sits in a soft Bootstrap-family neutral ladder — near-black `#212529` for the strongest labels, slate `#495057` for headings, and a muted grey `#6c757d` for the vast majority of body copy — which keeps the page quiet, legible, and trustworthy without ever reaching for pure black except on occasional maximum-contrast headings (`#000000`).
66
+
67
+ The typographic personality is deliberately restrained and Western-technical: everything is set in **Inter** (with Noto Sans KR carrying hangul), and the signature move is the hero headline running at an unusually **light weight 300** — "Solution for Trustworthy AI" at 72px with tight `-1.44px` tracking. This whisper-weight display is the opposite of the bold-hero convention; it signals research confidence rather than marketing volume. Below the hero, section headings snap back to weight 600 (48px, `-0.96px`) so the hierarchy reads as "quiet authority up top, firm structure below." Body text is a generous 16px at a relaxed 1.8 line-height, giving the dense bilingual content room to breathe.
68
+
69
+ Depth is soft and sparing. Most surfaces are flat white cards on the grey canvas, separated by subtle grey (`#e9ecef`) fills and light shadows (`rgba(0, 0, 0, 0.15) 0px 3px 8px 0px`); the floating white pill CTA earns a two-layer ambient shadow. Accents beyond the primary blue are minimal — a lighter blue tint (`#5797f6` at 15% alpha) for highlight surfaces, a soft sky cyan (`#6ec1e4`) for illustration touches, and a deep near-black navy (`#00001a`) for immersive dark sections. Geometry is conservative: 4px radius on the workhorse buttons and inputs, 10px on cards, and full pills (24px–50px, `9999px`) reserved for softer CTAs and circular controls.
70
+
71
+ **Key Characteristics:**
72
+ - Single royal blue (`#0c5fdb`) as the only action color — CTAs, links, active nav
73
+ - Inter everywhere (Noto Sans KR for hangul); light **weight 300** hero at 72px is the signature
74
+ - Bootstrap-family neutral ladder: `#212529` → `#495057` → `#6c757d` → `#adb5bd`
75
+ - Cool light-grey canvas (`#f8f9fa`) with flat white cards and light `rgba(0,0,0,0.15)` shadows
76
+ - Conservative geometry: 4px workhorse radius, 10px cards, pill (24px–50px) softer CTAs
77
+ - Light-blue tint (`#5797f6` @15%) + sky cyan (`#6ec1e4`) as the only secondary accents
78
+ - Deep navy (`#00001a`) dark sections for brand immersion
79
+ - Relaxed 1.8 body line-height for dense bilingual (KO/EN) reading
80
+
81
+ ## 2. Color Palette & Roles
82
+
83
+ ### Primary
84
+ - **Selectstar Blue** (`#0c5fdb`): Primary brand color and the single action color — CTA backgrounds, link text, active nav, interactive accents.
85
+ - **Blue Hover** (`#1274e7`): Slightly brighter blue for hover states and secondary link emphasis.
86
+ - **On Primary** (`#ffffff`): White text/icon on blue CTAs and dark surfaces.
87
+
88
+ ### Accent
89
+ - **Accent Blue** (`#5797f6`): Light-blue tint used at ~15% alpha for highlight surfaces and soft callout backgrounds.
90
+ - **Sky Cyan** (`#6ec1e4`): Soft cyan for illustration touches and decorative accents.
91
+
92
+ ### Neutral & Surface
93
+ - **Pure White** (`#ffffff`): Card surfaces, nav bar, and text on blue/dark.
94
+ - **Canvas Grey** (`#f8f9fa`): Page background — a cool light grey that segments content into airy zones.
95
+ - **Surface Alt** (`#e9ecef`): Slightly darker grey for circular icon chips, dividers, and alternating fills.
96
+ - **Navy Dark** (`#00001a`): Near-black navy background for immersive dark brand sections.
97
+
98
+ ### Text Hierarchy
99
+ - **Ink** (`#212529`): Strongest labels, nav items, dark headings.
100
+ - **Slate** (`#495057`): Primary heading color for hero and section titles.
101
+ - **Body Grey** (`#6c757d`): The dominant body-text grey — descriptions, paragraphs, captions.
102
+ - **Muted Grey** (`#adb5bd`): Faint tertiary text, placeholders, lowest-emphasis labels.
103
+ - **Pure Black** (`#000000`): Occasional maximum-contrast headings and search-field text.
104
+ - **Slate 333** (`#333333`): Text on the floating white pill CTA.
105
+
106
+ ## 3. Typography Rules
107
+
108
+ ### Font Family
109
+ - **Sans (primary)**: `Inter` — used for all English display, headings, body, nav, and UI labels.
110
+ - **Korean**: `Noto Sans KR` — carries hangul headings and body where Inter lacks glyphs.
111
+ - Weights in use: 300 (hero display), 400 (body, softer CTAs), 600 (headings, nav, primary buttons).
112
+
113
+ ### Hierarchy
114
+
115
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
116
+ |------|------|------|--------|-------------|----------------|-------|
117
+ | Display Hero | Inter | 72px (4.50rem) | 300 | 1.25 (90px) | -1.44px | "Solution for Trustworthy AI" — light-weight signature |
118
+ | Display | Inter | 60px (3.75rem) | 600 | 1.28 (76.8px) | -1.2px | Product / blog hero |
119
+ | Section Heading | Inter | 48px (3.00rem) | 600 | 1.28 (61.44px) | -0.96px | Section titles |
120
+ | Sub-section | Inter | 36px (2.25rem) | 600 | 1.28 (46.08px) | -0.72px | Feature / sub-section heads |
121
+ | Body | Inter | 16px (1.00rem) | 400 | 1.80 (28.8px) | normal | Standard reading text, muted grey |
122
+ | Nav | Inter | 16px (1.00rem) | 600 | normal | normal | Top-level nav items |
123
+ | Button | Inter | 14px (0.88rem) | 600 | normal | normal | Header CTA / dropdown nav labels |
124
+
125
+ ### Principles
126
+ - **Light hero, firm structure**: the 72px weight-300 hero is the defining choice; every headline below it uses weight 600. Lightness at the top signals research confidence, not marketing hype.
127
+ - **Tight tracking scales with size**: -1.44px at 72px, -1.2px at 60px, -0.96px at 48px, -0.72px at 36px; body stays at normal tracking.
128
+ - **One family, two scripts**: Inter for Latin, Noto Sans KR for hangul — they never swap roles.
129
+ - **Generous body leading**: 16px body at 1.8 line-height keeps dense bilingual content readable.
130
+
131
+ ## 4. Component Stylings
132
+
133
+ ### Buttons
134
+
135
+ **Primary CTA**
136
+ - Background: `#0c5fdb`
137
+ - Text: `#ffffff`
138
+ - Radius: 4px
139
+ - Padding: 9px 18px
140
+ - Height: 45px
141
+ - Font: 14px Inter weight 600
142
+ - Hover: `#1274e7`
143
+ - Use: Header and primary call-to-action — "문의하기" / "CONTACT"
144
+
145
+ **Floating White Pill**
146
+ - Background: `#ffffff`
147
+ - Text: `#333333`
148
+ - Radius: 50px
149
+ - Padding: 16px 38px
150
+ - Height: 64px
151
+ - Font: 20px Inter weight 400
152
+ - Shadow: `rgba(0, 0, 0, 0.05) 0px 2px 6px 0px, rgba(0, 0, 0, 0.1) 0px 8px 19.2px 0px`
153
+ - Use: Prominent floating CTA — "문의하기"
154
+
155
+ **Rounded Subscribe**
156
+ - Background: `#0c5fdb`
157
+ - Text: `#ffffff`
158
+ - Radius: 26px
159
+ - Padding: 10px 24px
160
+ - Height: 50px
161
+ - Font: 16px Inter weight 400
162
+ - Use: Newsletter "Subscribe" / "뉴스레터 구독하기" rounded CTA
163
+
164
+ ### Inputs
165
+
166
+ **Search Field**
167
+ - Background: `#ffffff`
168
+ - Text: `#000000`
169
+ - Radius: 4px
170
+ - Padding: 9px 18px
171
+ - Height: 47px
172
+ - Font: 16px Inter
173
+ - Use: Blog search input, paired with a blue `#0c5fdb` Search button
174
+
175
+ ### Cards & Containers
176
+
177
+ **Feature Card**
178
+ - Background: `#ffffff`
179
+ - Radius: 10px
180
+ - Shadow: `rgba(0, 0, 0, 0.15) 0px 3px 8px 0px`
181
+ - Use: Content / feature card sitting on the grey `#f8f9fa` canvas
182
+
183
+ **Tinted Highlight Surface**
184
+ - Background: `#5797f6`
185
+ - Text: `#0c5fdb`
186
+ - Radius: 10px
187
+ - Use: Light-blue callout surface, rendered at ~15% alpha (base `#5797f6`)
188
+
189
+ ### Badges
190
+
191
+ **Icon Chip (Circular)**
192
+ - Background: `#e9ecef`
193
+ - Text: `#0c5fdb`
194
+ - Radius: 9999px (full circle)
195
+ - Height: 50px
196
+ - Use: Circular icon chip / carousel prev-next control
197
+
198
+ ### Navigation
199
+ - Background: `#ffffff`
200
+ - Text: `#212529`
201
+ - Font: 14px Inter weight 600 (dropdown items), 16px weight 600 (top-level)
202
+ - Active: blue `#0c5fdb` text
203
+ - Use: Top horizontal nav with Products / Resources / IR dropdowns ("데이터 구축", "데이터셋 스토어", "검증 솔루션 Datumo Eval", "AI 레드팀")
204
+
205
+ ---
206
+
207
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 2 surfaces)
208
+ **Tier 1 sources:** https://selectstar.ai/ , https://blog.datumo.com/
209
+ **Tier 2 sources:** getdesign.md/selectstar — no entry ("0 DESIGN.md files"); styles.refero.design/?q=selectstar — no specific entry (generic browse grid)
210
+ **Conflicts unresolved:** none
211
+
212
+ ## 5. Layout Principles
213
+
214
+ ### Spacing System
215
+ - Base unit: ~4px, Bootstrap-family scale
216
+ - Scale: 4px, 8px, 12px, 16px, 18px, 24px, 38px, 64px
217
+ - Notable: button horizontal padding lands at 18px (compact) or 38px (pill CTA); section rhythm at 64px
218
+
219
+ ### Grid & Container
220
+ - Centered content column with a large hero anchored by the weight-300 headline
221
+ - Feature sections use white cards on the grey `#f8f9fa` canvas, often in 2–3 column grids
222
+ - Full-width dark navy (`#00001a`) sections for product/brand immersion
223
+ - Blog uses a search bar plus a card grid of posts
224
+
225
+ ### Whitespace Philosophy
226
+ - **Breathing room**: despite being a dense, data-heavy AI product, the marketing surface is airy with generous vertical rhythm.
227
+ - **Flat segmentation**: content separates by background tint (`#f8f9fa` vs `#ffffff`) and light shadows rather than heavy borders.
228
+ - **Restraint with color**: white and grey dominate; blue is spent only on the action layer.
229
+
230
+ ### Border Radius Scale
231
+ - Small (4px): buttons, inputs, badges — the workhorse
232
+ - Medium (10px): cards and content containers
233
+ - Large (24px–26px): rounded/soft CTAs
234
+ - Pill / Full (50px, `9999px`): floating CTA, circular icon chips
235
+
236
+ ## 6. Depth & Elevation
237
+
238
+ | Level | Treatment | Use |
239
+ |-------|-----------|-----|
240
+ | Flat (Level 0) | No shadow | Page background, inline text, most surfaces |
241
+ | Tint (Level 1) | `#f8f9fa` / `#e9ecef` background shift | Card and section separation without elevation |
242
+ | Soft (Level 2) | `rgba(0, 0, 0, 0.15) 0px 1px 5px 0px` | Subtle lift on small elements |
243
+ | Card (Level 3) | `rgba(0, 0, 0, 0.15) 0px 3px 8px 0px` | Feature cards, content panels |
244
+ | Float (Level 4) | `rgba(0, 0, 0, 0.05) 0px 2px 6px 0px, rgba(0, 0, 0, 0.1) 0px 8px 19.2px 0px` | Floating pill CTA, prominent controls |
245
+
246
+ **Shadow Philosophy**: Selectstar keeps depth soft and neutral. Shadows are low-opacity black (`rgba(0, 0, 0, 0.15)`) rather than brand-tinted — the brand identity lives in the blue action layer and the clean grey canvas, not in elevation. Most surfaces stay flat; a shadow appears only to lift interactive chrome (cards, the floating CTA) a small, believable distance off the page. Dark navy (`#00001a`) sections create depth through background contrast instead of shadow.
247
+
248
+ ## 7. Do's and Don'ts
249
+
250
+ ### Do
251
+ - Use the single royal blue (`#0c5fdb`) for every action — CTAs, links, active nav
252
+ - Set the primary hero light (Inter weight 300) at large sizes for research-grade confidence
253
+ - Use weight 600 for all headings below the hero and for primary buttons
254
+ - Keep body text in muted grey (`#6c757d`) at 16px / 1.8 line-height
255
+ - Separate content with the grey canvas (`#f8f9fa`) and light `rgba(0,0,0,0.15)` shadows
256
+ - Use 4px radius on workhorse buttons/inputs, 10px on cards
257
+ - Reserve pills (24px–50px) for softer CTAs and circular icon chips
258
+ - Use Inter for Latin and Noto Sans KR for hangul
259
+
260
+ ### Don't
261
+ - Introduce a second saturated accent — blue is the only action color
262
+ - Set the hero in a heavy weight — the weight-300 lightness is the signature
263
+ - Use pure black (`#000000`) for body text — the neutral ladder tops out at `#212529`
264
+ - Add heavy or colored drop shadows — depth stays soft and neutral
265
+ - Spread blue across decorative elements — keep it on the action layer
266
+ - Use large pill radius on content cards — cards are 10px, not rounded
267
+ - Apply positive letter-spacing on display headings — Selectstar tracks tight
268
+
269
+ ## 8. Responsive Behavior
270
+
271
+ ### Breakpoints
272
+ | Name | Width | Key Changes |
273
+ |------|-------|-------------|
274
+ | Mobile | <640px | Single column, hero compresses, nav collapses to menu |
275
+ | Tablet | 640-1024px | 2-column card grids, moderate padding |
276
+ | Desktop | 1024-1440px | Full layout, centered hero, multi-column feature grids |
277
+
278
+ ### Touch Targets
279
+ - Primary CTA at 45px height with 18px horizontal padding
280
+ - Floating pill CTA at 64px height, unmistakable target
281
+ - Nav dropdown items at 45px row height
282
+ - Circular icon chips at 50px diameter
283
+
284
+ ### Collapsing Strategy
285
+ - Hero: 72px headline scales down on mobile, weight 300 maintained
286
+ - Nav: horizontal dropdowns collapse to a hamburger menu
287
+ - Feature card grids: multi-column → stacked single column
288
+ - Dark navy sections maintain full-width treatment, reduce internal padding
289
+
290
+ ### Image Behavior
291
+ - Product screenshots and illustration accents sit on white cards with soft shadow
292
+ - Cards maintain 10px radius across breakpoints
293
+ - Sky-cyan (`#6ec1e4`) illustration touches scale with the section
294
+
295
+ ## 9. Agent Prompt Guide
296
+
297
+ ### Quick Color Reference
298
+ - Primary / CTA / link: Selectstar Blue (`#0c5fdb`)
299
+ - Hover: Blue Hover (`#1274e7`)
300
+ - Accent tint: Accent Blue (`#5797f6`) at 15% alpha
301
+ - Decorative cyan: Sky (`#6ec1e4`)
302
+ - Background canvas: Canvas Grey (`#f8f9fa`)
303
+ - Cards / nav: Pure White (`#ffffff`)
304
+ - Surface alt / chips: `#e9ecef`
305
+ - Headings: Slate (`#495057`) / Ink (`#212529`)
306
+ - Body text: Body Grey (`#6c757d`)
307
+ - Muted: `#adb5bd`
308
+ - Dark section: Navy (`#00001a`)
309
+
310
+ ### Example Component Prompts
311
+ - "Create a hero on a light grey `#f8f9fa` canvas. English headline at 72px Inter weight 300, line-height 1.25, letter-spacing -1.44px, color `#495057`. Below it a primary blue CTA: `#0c5fdb` background, white text, 4px radius, 9px 18px padding, 14px Inter weight 600 — hover `#1274e7`."
312
+ - "Design a feature card: white `#ffffff` background, 10px radius, shadow `rgba(0,0,0,0.15) 0px 3px 8px`. Title 36px Inter weight 600, letter-spacing -0.72px, `#212529`. Body 16px Inter weight 400, `#6c757d`, line-height 1.8."
313
+ - "Build a blog search bar: white `#ffffff` input, 4px radius, 9px 18px padding, 16px Inter, black `#000000` text, paired with a `#0c5fdb` Search button (white text, 4px radius)."
314
+ - "Create top nav on white: Inter 16px weight 600 top-level items in `#212529`, dropdown items 14px weight 600, active item in blue `#0c5fdb`. Primary blue CTA 'CONTACT' right-aligned."
315
+ - "Design a dark section: `#00001a` background, white text. Display heading 60px Inter weight 600, letter-spacing -1.2px. Body 16px, `rgba(255,255,255,0.7)`."
316
+
317
+ ### Iteration Guide
318
+ 1. Blue (`#0c5fdb`) is the single action color — never spread it decoratively
319
+ 2. Hero is Inter weight 300; everything else weight 600 (headings) or 400 (body)
320
+ 3. Body text is muted grey `#6c757d` at 16px / 1.8, never pure black
321
+ 4. 4px radius for buttons/inputs, 10px for cards, pills for soft CTAs and circular chips
322
+ 5. Depth is soft neutral shadow (`rgba(0,0,0,0.15)`), never brand-tinted
323
+ 6. Canvas is grey `#f8f9fa`; cards are white `#ffffff`
324
+ 7. Noto Sans KR for hangul, Inter for Latin
325
+
326
+ ---
327
+
328
+ ## 10. Voice & Tone
329
+
330
+ Selectstar's voice is **credible, precise, and reassuring** — the register of a research-grade AI company that sells trust, not hype. The hero line "Solution for Trustworthy AI" sets the tone: a plain, confident claim rather than a superlative. Korean copy is equally measured, naming what the product does ("AI 개발을 가속하세요" — "Accelerate your AI development") and backing it with proof ("세계 최고 권위 AI 학회 등재" — "Published at the world's top AI conferences"). The audience is technical — ML engineers, data teams, enterprise AI leads — so the voice respects the reader as a peer and leads with evidence.
331
+
332
+ | Context | Tone |
333
+ |---|---|
334
+ | Hero headlines | Declarative, evidence-first. "Solution for Trustworthy AI." Never superlative. |
335
+ | Product names | Plain and functional. "데이터 구축", "데이터셋 스토어", "검증 솔루션 Datumo Eval", "AI 레드팀". |
336
+ | CTAs | Direct, low-pressure. "문의하기", "도입 문의하기", "Try Demo", "Subscribe". |
337
+ | Proof / credibility copy | Concrete, cited. Names conferences, awards, and dataset scope. |
338
+ | Feature descriptions | Benefit-first, jargon decoded for a technical-but-broad audience. |
339
+
340
+ **Voice samples (verbatim from live surfaces):**
341
+ - "Solution for Trustworthy AI" — hero H1, selectstar.ai (mission-framed). *(verified live 2026-07-02)*
342
+ - "AI 개발을 가속하세요" — section H2, selectstar.ai (benefit claim). *(verified live 2026-07-02)*
343
+ - "세계 최고 권위 AI 학회 등재" — section H2, selectstar.ai (proof / credibility). *(verified live 2026-07-02)*
344
+ - "Data-Centric AI Insights: Trends, Innovations, and Practical Advice" — blog page title, datumo.com/blog. *(verified live 2026-07-02)*
345
+
346
+ **Forbidden register**: hype superlatives ("revolutionary", "game-changing"), fear-based AI-risk marketing, undefined jargon left unexplained, exclamation-heavy urgency.
347
+
348
+ ## 11. Brand Narrative
349
+
350
+ Selectstar (셀렉트스타) is a Korean AI company built around a single premise: **AI is only as trustworthy as the data and evaluation behind it.** Founded in 2018 (CEO 김세엽 / Kim Se-yeop), the company began by solving the hard, unglamorous problem of high-quality training-data construction — crowdsourced collection and labeling — and grew into a full "data-centric AI" platform spanning dataset construction, a dataset store, data-voucher programs, and verification consulting. *(Founding year and leadership are widely documented public facts; see the sources comment below.)*
351
+
352
+ As large language models moved from research into production, Selectstar extended the same rigor from data into **evaluation** — the product line marketed globally under the **Datumo** brand (Datumo Eval for LLM evaluation, plus an AI Red Team offering). The homepage's proof-first framing — "세계 최고 권위 AI 학회 등재" ("published at the world's top AI conferences") — reflects a company that treats academic credibility as a product feature, not a vanity metric.
353
+
354
+ What Selectstar refuses, visible in its design: the hype aesthetic of consumer AI marketing (no neon gradients, no breathless superlatives) and the intimidating opacity of enterprise software. What it embraces: a clean grey-and-white research canvas, a single trustworthy blue, a light-weight hero that signals confidence over volume, and copy that leads with evidence. The design is the argument — "trustworthy AI" rendered as calm, precise, credible interface.
355
+
356
+ ## 12. Principles
357
+
358
+ 1. **Trust is the product.** Everything ladders up to "Trustworthy AI." *UI implication:* lead with proof (conferences, benchmarks, scope); keep the interface calm and credible, never salesy.
359
+ 2. **Evidence over hype.** The brand cites rather than claims. *UI implication:* pair every benefit statement with concrete proof; forbid superlatives in copy.
360
+ 3. **One action, one color.** Blue (`#0c5fdb`) means "do this." *UI implication:* reserve the saturated blue exclusively for CTAs, links, and active states.
361
+ 4. **Quiet confidence.** The weight-300 hero says "we don't need to shout." *UI implication:* lightness at the top, firm weight-600 structure below; restraint reads as authority.
362
+ 5. **Clarity for a technical audience.** ML engineers and data teams are peers. *UI implication:* decode jargon, keep density readable (16px / 1.8 body), and respect the reader's expertise.
363
+
364
+ ## 13. Personas
365
+
366
+ *Personas below are fictional archetypes informed by publicly observable Selectstar user segments (ML engineers, enterprise AI leads, data-team managers), not individual people.*
367
+
368
+ **정민석, 33, 서울.** An ML engineer at a large-model team who needs high-quality Korean evaluation sets. Chose Selectstar because the credibility signals (top-conference publications) told him the data methodology was rigorous, not crowdsourced noise.
369
+
370
+ **Grace Lee, 41, Seoul/San Jose.** Head of AI at a mid-market enterprise adopting LLMs. Uses Datumo Eval to benchmark model quality before shipping. Values the calm, evidence-first surface — it reads like a research partner, not a vendor.
371
+
372
+ **한지우, 29, 판교.** A data-operations manager coordinating labeling and dataset construction. Appreciates that the product names are plain ("데이터 구축", "데이터셋 스토어") and that the interface stays legible under dense, bilingual content.
373
+
374
+ ## 14. States
375
+
376
+ | State | Treatment |
377
+ |---|---|
378
+ | **Empty (no datasets / results)** | White card on `#f8f9fa` canvas. Single Ink (`#212529`) line explaining nothing is here yet, with one blue `#0c5fdb` CTA to start. No clutter. |
379
+ | **Empty (search, no matches)** | Body-grey (`#6c757d`) single line: no results, with the filter/query visible above to adjust. Never a bare "no data". |
380
+ | **Loading (list / results fetch)** | Skeleton cards at final dimensions, 10px radius, on the grey canvas. Soft flat pulse consistent with the low-shadow system. |
381
+ | **Loading (evaluation running)** | Inline progress with blue `#0c5fdb` accent; previous content stays visible. |
382
+ | **Error (request failed)** | Inline message in Ink (`#212529`) with a plain-language explanation and a retry. States what to do next, not just "오류". |
383
+ | **Error (form validation)** | Field-level message below the input; describes what's valid, not just "필수". |
384
+ | **Success (submitted / saved)** | Brief inline confirmation in a calm tone with the blue accent; next-step detail linked below. No celebratory emoji. |
385
+ | **Skeleton** | `#e9ecef` blocks at final dimensions, 10px radius, flat pulse. |
386
+ | **Disabled** | Muted-grey (`#adb5bd`) text on reduced-opacity surface; blue actions fade rather than turn grey to preserve brand read. |
387
+
388
+ ## 15. Motion & Easing
389
+
390
+ **Durations**:
391
+
392
+ | Token | Value | Use |
393
+ |---|---|---|
394
+ | `motion-fast` | 120ms | Hover, focus, button press |
395
+ | `motion-standard` | 200ms | Card / section reveal, dropdown, sheet |
396
+ | `motion-slow` | 320ms | Page-level transitions, hero reveal |
397
+
398
+ **Easings**:
399
+
400
+ | Token | Curve | Use |
401
+ |---|---|---|
402
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, dropdowns, panels |
403
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
404
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
405
+
406
+ **Motion rules**: Motion is functional and restrained — consistent with the calm, research-grade aesthetic. Nav dropdowns and cards fade/rise a few pixels at `motion-standard / ease-enter`; the floating pill CTA lifts subtly on hover. No bounce or spring — a trustworthy-AI product signals steadiness, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the product remains fully functional.
407
+
408
+ <!--
409
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
410
+
411
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on two brand surfaces:
412
+ - https://selectstar.ai/ — homepage (all token claims). Observed: hero H1 "Solution for
413
+ Trustworthy AI" Inter 72px / weight 300 / -1.44px / color rgb(73,80,87); section H2
414
+ "AI 개발을 가속하세요" 48px / 600 / -0.96px; H2 "세계 최고 권위 AI 학회 등재";
415
+ primary CTA "문의하기" bg rgb(12,95,219) #0c5fdb / 4px / white; body rgb(108,117,125)
416
+ #6c757d on canvas rgb(248,249,250) #f8f9fa; document.title "AI 평가 솔루션 기업 - 셀렉트스타".
417
+ - https://blog.datumo.com/ (redirects to datumo.com/blog/) — confirms the same system:
418
+ CONTACT / Try Demo / Search buttons bg #0c5fdb; search input #ffffff 4px; H1 "Datumo Blog"
419
+ Inter 60px / 600 / rgb(73,80,87); page title "Data-Centric AI Insights...".
420
+
421
+ Token-level claims (§1-9) are sourced from this live inspection.
422
+
423
+ Voice samples (§10) are verbatim from the live surfaces (hero H1, section H2, blog title).
424
+
425
+ Brand narrative (§11): Selectstar (셀렉트스타) is a Korean AI data / evaluation company;
426
+ founded 2018, CEO 김세엽 (Kim Se-yeop); product line marketed globally as "Datumo"
427
+ (Datumo Eval for LLM evaluation, AI Red Team). Product names ("데이터 구축", "데이터셋 스토어",
428
+ "검증 솔루션 Datumo Eval", "AI 레드팀") are observed live in the nav. Founding year and
429
+ leadership are widely documented public facts, not directly quoted from a verified
430
+ Selectstar statement in this turn.
431
+
432
+ Personas (§13) are fictional archetypes informed by publicly observable Selectstar user
433
+ segments (ML engineers, enterprise AI leads, data-team managers). Names are illustrative;
434
+ they do not refer to real people.
435
+
436
+ Interpretive claims (e.g., "the design is the argument", "one action, one color",
437
+ "quiet confidence") are editorial readings connecting Selectstar's observed design to its
438
+ positioning, not directly sourced Selectstar statements.
439
+ -->