oh-my-design-cli 1.8.7 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +1995 -38
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,269 @@
1
+ ---
2
+ id: sakura-internet
3
+ name: さくらインターネット
4
+ country: JP
5
+ category: backend-devops
6
+ homepage: "https://www.sakura.ad.jp/"
7
+ primary_color: "#ff5577"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=www.sakura.ad.jp&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ verification_v2:
14
+ schema: 2
15
+ checked: "2026-07-13"
16
+ surfaces:
17
+ - { id: home, kind: corporate-marketing, url: "https://www.sakura.ad.jp/", inspected: "2026-07-13" }
18
+ - { id: brand-assets, kind: brand-assets, url: "https://www.sakura.ad.jp/brand-assets/", inspected: "2026-07-13" }
19
+ sources:
20
+ - { id: home-live, kind: product-surface, url: "https://www.sakura.ad.jp/", captured: "2026-07-13" }
21
+ - { id: brand-assets-live, kind: brand-asset, url: "https://www.sakura.ad.jp/brand-assets/", captured: "2026-07-13" }
22
+ - { id: company-history, kind: official-doc, url: "https://www.sakura.ad.jp/corporate/corp/history/", captured: "2026-07-13" }
23
+ - { id: company-vision, kind: official-doc, url: "https://www.sakura.ad.jp/corporate/corp/", captured: "2026-07-13" }
24
+ - { id: brand-design, kind: brand-asset, url: "https://www.sakura.ad.jp/corporate/corp/design/", captured: "2026-07-13" }
25
+ conflicts: []
26
+ claims:
27
+ "tokens.colors.primary": &home_live { surface_id: home, source_id: home-live, method: supplied-computed-style, captured: "2026-07-13" }
28
+ "tokens.colors.canvas": *home_live
29
+ "tokens.colors.foreground": *home_live
30
+ "tokens.colors.inverse": *home_live
31
+ "tokens.colors.muted": *home_live
32
+ "tokens.colors.hairline": *home_live
33
+ "tokens.typography.family.ui": *home_live
34
+ "tokens.typography.family.brand": &brand_assets { surface_id: brand-assets, source_id: brand-assets-live, method: supplied-computed-style-and-brand-asset, captured: "2026-07-13" }
35
+ "tokens.typography.body.size": *home_live
36
+ "tokens.typography.body.weight": *home_live
37
+ "tokens.typography.body.lineHeight": *home_live
38
+ "tokens.typography.body.use": *home_live
39
+ "tokens.typography.section-title.size": *home_live
40
+ "tokens.typography.section-title.weight": *home_live
41
+ "tokens.typography.section-title.lineHeight": *home_live
42
+ "tokens.typography.section-title.use": *home_live
43
+ "tokens.typography.tab.size": *home_live
44
+ "tokens.typography.tab.weight": *home_live
45
+ "tokens.typography.tab.lineHeight": *home_live
46
+ "tokens.typography.tab.use": *home_live
47
+ "tokens.spacing.sm": *home_live
48
+ "tokens.spacing.md": *home_live
49
+ "tokens.spacing.lg": *home_live
50
+ "tokens.spacing.xl": *home_live
51
+ "tokens.rounded.card": *home_live
52
+ "tokens.rounded.tab": *home_live
53
+ "tokens.rounded.pill": *home_live
54
+ "tokens.shadow.card": *home_live
55
+ "tokens.components.service-initiative-list.type": *home_live
56
+ "tokens.components.service-initiative-list.bg": *home_live
57
+ "tokens.components.service-initiative-list.fg": *home_live
58
+ "tokens.components.service-initiative-list.radius": *home_live
59
+ "tokens.components.service-initiative-list.padding": *home_live
60
+ "tokens.components.service-initiative-list.font": *home_live
61
+ "tokens.components.service-initiative-list.use": *home_live
62
+ "tokens.components.case-tab-selected.type": *home_live
63
+ "tokens.components.case-tab-selected.bg": *home_live
64
+ "tokens.components.case-tab-selected.fg": *home_live
65
+ "tokens.components.case-tab-selected.border": *home_live
66
+ "tokens.components.case-tab-selected.radius": *home_live
67
+ "tokens.components.case-tab-selected.padding": *home_live
68
+ "tokens.components.case-tab-selected.height": *home_live
69
+ "tokens.components.case-tab-selected.font": *home_live
70
+ "tokens.components.case-tab-selected.states": *home_live
71
+ "tokens.components.case-tab-selected.use": *home_live
72
+ tokens:
73
+ source: live-extract
74
+ extracted: "2026-07-13"
75
+ note: "Machine tokens are limited to selector-backed values in the supplied public corporate and brand-asset capture; company narrative and font-design context remain separate evidence domains."
76
+ colors:
77
+ primary: "#ff5577"
78
+ canvas: "#ffffff"
79
+ foreground: "#1d1d1d"
80
+ inverse: "#f1f1f1"
81
+ muted: "#6d6d75"
82
+ hairline: "#cccccf"
83
+ typography:
84
+ family: { ui: "Noto Sans JP", brand: "Haru TP M" }
85
+ body: { size: 16, weight: 400, lineHeight: "28px", use: "Dominant public corporate body and service-card text." }
86
+ section-title: { size: 28, weight: 600, lineHeight: "36.4px", use: "Observed public corporate section heading." }
87
+ tab: { size: 16, weight: 400, lineHeight: "28px", use: "Observed case-study tab label." }
88
+ spacing: { sm: 8, md: 16, lg: 32, xl: 40 }
89
+ rounded: { card: 8, tab: 8, pill: 46 }
90
+ shadow: { card: "0px 2px 1px rgba(0, 0, 0, 0.15)" }
91
+ components_harvested: true
92
+ components:
93
+ service-initiative-list: { type: card, bg: "transparent", fg: "#1d1d1d", radius: "0px", padding: "0px", font: "16px / 400 Noto Sans JP", use: "Static service-initiative list container, selector home::div.service-card.service-initiative-list." }
94
+ case-tab-selected: { type: tab, bg: "#ffffff", fg: "#1d1d1d", border: "2px solid #ff5577", radius: "8px", padding: "16px", height: "110px", font: "16px / 400 Noto Sans JP", states: "selected and tab-selected observed in supplied tab interaction captures; no other state value is promoted", use: "Selected case-study tab, selector home::[data-omd-capture=23]." }
95
+ ---
96
+
97
+ # Design System Inspiration of さくらインターネット
98
+
99
+ ## 1. Visual Theme & Atmosphere
100
+
101
+ さくらインターネット is a Japanese internet-infrastructure company whose public story began in 1996, when its founder started by building servers and lending them to friends. Today its public ecosystem spans hosting, cloud, data centres, and newer AI-oriented infrastructure; the company frames that work around helping people turn what they want to do into what they can do. The captured corporate site makes a deliberately human counterpoint to infrastructure’s usual severity: near-black copy on white, a sparse pink `#ff5577` accent, roomy editorial cards, and rounded tab or action outlines. The brand’s own design material explains that Haru TP, its original typeface, carries handwriting-like character, while the high-volume public UI is set in Noto Sans JP. This reference preserves that useful two-layer expression without treating a corporate marketing capture as a logged-in cloud-console specification.
102
+
103
+ The current direction connects a long data-centre and cloud history to a wider platform role. First-party history records the 2016 logo refresh and recent AI/cloud additions; the visual system remains recognisable through its warm pink accents, soft card corners, and deliberate contrast between functional sans-serif UI copy and the more expressive Haru TP brand voice.
104
+
105
+ **Key Characteristics:**
106
+
107
+ - White `#ffffff` canvas and near-black `#1d1d1d` foreground create a clear editorial base.
108
+ - Pink `#ff5577` is an observed accent and selected-tab border, not a universal fill token.
109
+ - Noto Sans JP is the loaded, dominant public UI family; Haru TP M is a separately observed and officially described brand typeface.
110
+ - Spacious 32px/40px card padding and 8px card corners sit beside 46px pill-shaped news tabs.
111
+ - Only selected/tab-selected interaction evidence was supplied; unobserved hover, focus, pressed, disabled, validation, dialog, and toast values are absent.
112
+
113
+ ## 2. Color Palette & Roles
114
+
115
+ ### Supplied public-surface tokens
116
+
117
+ - **Accent pink** (`#ff5577`): observed as a background on both captured official surfaces and as the selected case-tab border on the corporate home.
118
+ - **Canvas** (`#ffffff`): public page and card ground.
119
+ - **Foreground** (`#1d1d1d`): dominant home-page text and selected-tab text.
120
+ - **Inverse ink** (`#f1f1f1`): light text and border treatment in the home-page dark footer area.
121
+ - **Muted copy** (`#6d6d75`): observed service-card supporting text.
122
+ - **Hairline neutral** (`#cccccf`): observed unselected case-tab border.
123
+
124
+ The frontmatter `primary_color` is the observed pink accent. It must not be replaced by a plausible Sakura, cherry-blossom, or generic cloud blue not backed by the supplied capture.
125
+
126
+ ## 3. Typography Rules
127
+
128
+ ### Evidence classes
129
+
130
+ - **Official product-use:** no first-party announcement in this research set states that a named family is the typography of a distinct authenticated product UI; no such claim is made.
131
+ - **Live computed surface-use:** `Noto Sans JP` is loaded with high confidence, has 166 visible uses, and supplies the dominant public corporate body, cards, headings, tabs, and buttons in the supplied capture.
132
+ - **Official distributed brand asset:** Sakura’s first-party design page describes Haru TP as an original typeface developed and used to express the company’s human character, and says it is used on the website, in presentation material, and in data-centre signage. The supplied brand-assets surface also loads Haru TP R and Haru TP M. This is brand-expression evidence, not a licence grant or a substitute for Noto Sans JP in ordinary UI text.
133
+ - **Declared-only:** none is promoted from declaration alone in this reference.
134
+ - **Unresolved:** no public redistribution or licence terms for Haru TP were located in the reviewed official materials; browser-loadable source URLs were supplied only for Noto Sans JP.
135
+
136
+ | Role | Family | Size | Weight | Line height | Evidence |
137
+ |---|---|---:|---:|---:|---|
138
+ | Body / service card | Noto Sans JP | 16px | 400 | 28px | dominant corporate public text |
139
+ | Section title | Noto Sans JP | 28px | 600 | 36.4px | observed corporate heading |
140
+ | Case-study tab | Noto Sans JP | 16px | 400 | 28px | observed tab button |
141
+ | Brand-asset specimen | Haru TP M | 12px | 400 | 13.8px | observed brand-assets surface; not a general UI token |
142
+
143
+ Do not render a system fallback as if it were Haru TP, and do not promote the Haru TP brand story into a general Noto Sans JP replacement or a product-console contract.
144
+
145
+ ## 4. Component Stylings
146
+
147
+ ### Service initiative list
148
+
149
+ **Static observed container**
150
+ - Background: transparent
151
+ - Text: #1d1d1d
152
+ - Radius: 0px
153
+ - Padding: 0px
154
+ - Font: 16px / 400 / Noto Sans JP
155
+ - Use: `home::div`, class `service-card service-initiative-list`; a 1200px-wide static service-list container in the supplied desktop capture.
156
+
157
+ ### Case-study tab
158
+
159
+ **Selected observed tab**
160
+ - Background: #ffffff
161
+ - Text: #1d1d1d
162
+ - Border: 2px solid #ff5577
163
+ - Radius: 8px
164
+ - Padding: 16px
165
+ - Height: 110px
166
+ - Font: 16px / 400 / Noto Sans JP
167
+ - States: selected and tab-selected were observed in the supplied tab captures. No hover, focus, pressed, disabled, or error value is supplied.
168
+ - Use: `home::[data-omd-capture="23"]`, class `case-tab-button`; selected case-study navigation.
169
+
170
+ The 46px news-tab pill and the unselected 1px `#cccccf` case-tab border remain observed surface details in the evidence record, but are not expanded into additional component tokens where the captured state/value boundary is less direct.
171
+
172
+ ---
173
+
174
+ **Verified:** 2026-07-13 (verification v2, supplied deterministic computed-style capture plus first-party context)
175
+ **Tier 1 sources:** https://www.sakura.ad.jp/ · https://www.sakura.ad.jp/brand-assets/ · https://www.sakura.ad.jp/corporate/corp/design/
176
+ **Tier 2 sources:** https://getdesign.md/sakura-internet (attempted; no usable record) · https://styles.refero.design/?q=Sakura%20Internet (attempted; no usable record)
177
+ **Conflicts unresolved:** none
178
+
179
+ ## 5. Layout & Spacing System
180
+
181
+ The observed public desktop surface uses a small practical spacing ladder rather than a dense infrastructure-console grid: 8px appears as card gap, 16px as selected-tab inset, 32px as primary card inset, and 40px as wider case-card inset. Treat these as observed public-surface values, not a complete responsive spacing scale. The static service-initiative container adds a 24px vertical margin in raw capture, but it is not elevated to a shared token because this record only preserves the four directly reused measured steps.
182
+
183
+ ## 6. Imagery & Iconography
184
+
185
+ Brand assets are published separately with logo variants and usage guidance. Use the official logo files for branded work rather than redrawing the mark from a favicon. The supplied capture supports the page’s high-contrast graphic language and its pink accent, but it does not provide a reusable icon grid, stroke weight, illustration library, or image-treatment token; those fields are omitted.
186
+
187
+ ## 7. Do's and Don'ts
188
+
189
+ ### Do
190
+
191
+ - Keep ordinary public UI copy in the observed Noto Sans JP family where the hosted font is available.
192
+ - Use `#ff5577` sparingly for a selected or branded accent against white and near-black structure.
193
+ - Preserve the contrast between square structural containers and the observed 8px cards or 46px pill tabs.
194
+ - Use Haru TP only when official brand-asset access and its usage boundary are appropriate.
195
+
196
+ ### Don't
197
+
198
+ - Replace Haru TP with a system font and present the result as the original brand face.
199
+ - Turn every public action into a solid pink button; the retained action evidence is surface-specific.
200
+ - Invent a dark cloud-console, validation, modal, toast, or keyboard-focus system from the marketing capture.
201
+ - Treat the 2016 brand-asset guidance as proof of every current product-screen component value.
202
+
203
+ ## 8. Responsive Behavior
204
+
205
+ The supplied evidence is a public desktop capture and does not establish a responsive breakpoint, mobile typography scale, navigation collapse, or touch-target contract. Retain measured default geometry only where it is selector-backed; omit all other responsive prescriptions.
206
+
207
+ ## 9. Accessibility Considerations
208
+
209
+ The white/near-black public pairing gives the reference a strong contrast-oriented baseline, while muted `#6d6d75` and inverse `#f1f1f1` remain surface-specific observations rather than audited accessibility claims. Preserve semantic native tab controls where tabs are required and expose their selected state programmatically. Do not infer keyboard focus styling from the selected-tab capture; provide a tested focus treatment in any new implementation rather than claiming Sakura’s exact one.
210
+
211
+ ## 10. Voice & Tone
212
+
213
+ The official company material frames the brand as enabling people’s ambitions through the internet, while its design page argues for a more human, hand-drawn note inside technical infrastructure. The working tone is enabling, candid, and human—not falsely casual or ornamental.
214
+
215
+ | Do | Don't |
216
+ |---|---|
217
+ | State the capability and the next practical step. | Lead with infrastructure jargon before explaining the outcome. |
218
+ | Pair technical confidence with plain, considerate Japanese. | Make a broad availability claim the service cannot support. |
219
+ | Let Haru TP or a warm illustration carry character where officially supplied. | Simulate handwritten warmth with an unrelated fallback face. |
220
+
221
+ Voice samples (analyst paraphrases, not official copy):
222
+
223
+ - “Start with the workload you want to run; choose the infrastructure path after that.”
224
+ - “Keep the operational detail visible, then make the next decision clear.”
225
+ - “Make room for a new project without making the platform feel remote.”
226
+
227
+ ## 11. Brand Narrative
228
+
229
+ Sakura Internet’s history page dates the start of the business to 1996, when founder Kunihiro Tanaka built servers as a student and lent them to friends; shared hosting was its first listed service. The company later expanded through dedicated servers, data centres, VPS, cloud, and more recent AI infrastructure. That trajectory makes the brand’s human visual layer more than decoration: it places a personal point of view beside services that can otherwise feel impersonal.
230
+
231
+ Its current vision is to create, with the internet, a society where people with the desire to try can realise what they want to do. The company’s own materials connect customer success, employee challenge, and wider collaboration; this reference therefore treats clarity, enabling language, and visible operational confidence as narrative implications, not as invented product facts.
232
+
233
+ ## 12. Principles
234
+
235
+ 1. **Make ambition actionable.**
236
+ *UI implication:* name the user’s intended outcome before presenting infrastructure choices.
237
+ 2. **Keep the technical foundation legible.**
238
+ *UI implication:* use direct hierarchy, clear data labels, and distinct structural groups rather than opaque decorative layers.
239
+ 3. **Let human character coexist with precision.**
240
+ *UI implication:* reserve the official Haru TP expression for branded moments and retain readable Noto Sans JP for dense public UI.
241
+ 4. **Build with a broader ecosystem in mind.**
242
+ *UI implication:* write handoffs and service relationships plainly; do not imply that one screen contains every solution.
243
+
244
+ ## 13. Personas
245
+
246
+ These are service-role archetypes derived from Sakura’s first-party statements about customers, employees, and partners; they are not synthetic research participants.
247
+
248
+ - **Builder with a concrete project:** needs a clear route from an intended service to an appropriate hosting, cloud, or infrastructure option.
249
+ - **Operations or technical decision-maker:** needs confident, scannable information about infrastructure without promotional ambiguity.
250
+ - **Partner or regional collaborator:** needs to understand how Sakura’s platform and expertise can connect to a wider initiative.
251
+
252
+ ## 14. States
253
+
254
+ | State | Guidance |
255
+ |---|---|
256
+ | Empty | Explain what can appear here and offer one direct next step. |
257
+ | Loading | Keep the existing information hierarchy visible; avoid pretending that a loaded result is available. |
258
+ | Error: service request | State what failed, preserve user-entered context where safe, and give a recoverable next action. |
259
+ | Error: unavailable option | Explain the boundary plainly and route to a supported alternative or support contact. |
260
+ | Success | Confirm the completed action and identify what happens next. |
261
+ | Skeleton | Reserve the measured card structure without inventing an animated Sakura loading treatment. |
262
+ | Disabled | Give a nearby explanation of the unmet condition; do not rely on colour alone. |
263
+ | Selected tab | The public capture supports selected/tab-selected case-study tabs with white fill, near-black text, and a 2px pink border. |
264
+ | Unobserved interaction states | Hover, focus, pressed, validation, toast, dialog, and menu values are intentionally absent from this reference. |
265
+ | Long-form content | Retain clear section spacing and readable line length rather than compressing infrastructure explanations into control labels. |
266
+
267
+ ## 15. Motion & Easing
268
+
269
+ No selector-backed duration, easing, animation, transition, or reduced-motion rule appears in the supplied evidence. Motion tokens are intentionally omitted. If a new implementation needs movement, make it restrained, purposeful, and independently accessibility-tested rather than presenting it as an observed Sakura rule.