oh-my-design-cli 1.8.2 → 1.8.6

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 (53) hide show
  1. package/README.ja.md +5 -5
  2. package/README.ko.md +7 -7
  3. package/README.md +7 -7
  4. package/README.zh-TW.md +5 -5
  5. package/agents/omd-master.md +1 -1
  6. package/data/reference-fingerprints.json +964 -4
  7. package/package.json +3 -1
  8. package/skills/omd-feel/SKILL.md +152 -0
  9. package/skills/omd-feel/provenance.md +233 -0
  10. package/skills/omd-feel/reference.md +254 -0
  11. package/skills/omd-harness/SKILL.md +1 -1
  12. package/skills/omd-init/SKILL.md +1 -1
  13. package/skills/omd-reference-capture/SKILL.md +1 -1
  14. package/web/references/591/DESIGN.md +460 -0
  15. package/web/references/asana/DESIGN.md +485 -0
  16. package/web/references/asos/DESIGN.md +475 -0
  17. package/web/references/bahamut/DESIGN.md +416 -0
  18. package/web/references/bbc/DESIGN.md +439 -0
  19. package/web/references/chunghwa/DESIGN.md +419 -0
  20. package/web/references/databricks/DESIGN.md +467 -0
  21. package/web/references/deliveroo/DESIGN.md +458 -0
  22. package/web/references/doordash/DESIGN.md +429 -0
  23. package/web/references/easywallet/DESIGN.md +449 -0
  24. package/web/references/esunbank/DESIGN.md +445 -0
  25. package/web/references/farfetch/DESIGN.md +436 -0
  26. package/web/references/fubon/DESIGN.md +438 -0
  27. package/web/references/govuk/DESIGN.md +450 -0
  28. package/web/references/hana/DESIGN.md +439 -0
  29. package/web/references/hubspot/DESIGN.md +485 -0
  30. package/web/references/hyundai/DESIGN.md +468 -0
  31. package/web/references/icook/DESIGN.md +432 -0
  32. package/web/references/instacart/DESIGN.md +439 -0
  33. package/web/references/ipassmoney/DESIGN.md +407 -0
  34. package/web/references/kakaopage/DESIGN.md +439 -0
  35. package/web/references/kbpay/DESIGN.md +442 -0
  36. package/web/references/kia/DESIGN.md +411 -0
  37. package/web/references/liner/DESIGN.md +465 -0
  38. package/web/references/monzo/DESIGN.md +461 -0
  39. package/web/references/naverpay/DESIGN.md +478 -0
  40. package/web/references/octopusenergy/DESIGN.md +436 -0
  41. package/web/references/openpoint/DESIGN.md +431 -0
  42. package/web/references/paypal/DESIGN.md +459 -0
  43. package/web/references/reddit/DESIGN.md +537 -0
  44. package/web/references/samsung/DESIGN.md +465 -0
  45. package/web/references/shinhanbank/DESIGN.md +429 -0
  46. package/web/references/skyscanner/DESIGN.md +563 -0
  47. package/web/references/snapchat/DESIGN.md +460 -0
  48. package/web/references/squarespace/DESIGN.md +454 -0
  49. package/web/references/ssg/DESIGN.md +439 -0
  50. package/web/references/starling/DESIGN.md +404 -0
  51. package/web/references/taiwanmobile/DESIGN.md +445 -0
  52. package/web/references/trainline/DESIGN.md +454 -0
  53. package/web/references/zoom/DESIGN.md +457 -0
@@ -0,0 +1,429 @@
1
+ ---
2
+ id: shinhanbank
3
+ name: Shinhan Bank
4
+ display_name_kr: 신한은행
5
+ country: KR
6
+ category: fintech
7
+ homepage: "https://bank.shinhan.com"
8
+ primary_color: "#005DF9"
9
+ logo:
10
+ type: github
11
+ slug: Shinhan-Bank
12
+ verified: "2026-06-22"
13
+ added: "2026-06-22"
14
+ omd: "0.1"
15
+ tokens:
16
+ source: live-extract
17
+ extracted: "2026-06-22"
18
+ note: "primary = modern Shinhan brand blue (#005DF9, rgb(0,93,249)) from shinhangroup.com; internet banking uses classic #2967B2; OneShinhan custom typeface for hero display; Pretendard for body. Dark navy ink #24272D; surface grey #F3F6FB."
19
+ colors:
20
+ primary: "#005DF9"
21
+ primary-deep: "#102FA8"
22
+ primary-banking: "#2967B2"
23
+ primary-banking-alt: "#2B70CC"
24
+ ink: "#24272D"
25
+ ink-deep: "#121418"
26
+ body: "#808892"
27
+ muted: "#565B64"
28
+ canvas: "#ffffff"
29
+ surface: "#F3F6FB"
30
+ surface-alt: "#F9F9F9"
31
+ hairline: "#EBEBEB"
32
+ on-primary: "#ffffff"
33
+ secondary: "#8595A9"
34
+ error: "#D61111"
35
+ typography:
36
+ family: { display: "OneShinhan", body: "Pretendard", legacy: "Spoqa" }
37
+ display-hero: { size: 46, weight: 700, lineHeight: 1.2, use: "Hero headlines on shinhangroup.com, OneShinhan Bold" }
38
+ display-section: { size: 40, weight: 400, lineHeight: 1.25, use: "Section headlines, OneShinhan Regular" }
39
+ heading: { size: 32, weight: 700, lineHeight: 1.3, use: "Page headings, Pretendard Bold" }
40
+ body: { size: 16, weight: 400, lineHeight: 1.5, use: "Standard body copy, Pretendard Regular" }
41
+ body-sm: { size: 14, weight: 400, lineHeight: 1.5, use: "Dense UI text, nav items, Pretendard / Spoqa" }
42
+ nav: { size: 20, weight: 400, lineHeight: 1.3, use: "Top navigation links (bank.shinhan.com), Spoqa" }
43
+ button: { size: 16, weight: 500, lineHeight: 1.0, use: "Button labels, Pretendard Medium" }
44
+ caption: { size: 13, weight: 400, lineHeight: 1.5, use: "Small labels and metadata" }
45
+ spacing: { xs: 4, sm: 8, md: 16, base: 20, lg: 24, xl: 40, xxl: 48, section: 64 }
46
+ rounded: { sm: 2, md: 4, lg: 8, xl: 24, full: 9999 }
47
+ shadow:
48
+ subtle: "0px 2px 8px rgba(0,0,0,0.06)"
49
+ card: "0px 4px 16px rgba(0,0,0,0.08)"
50
+ components:
51
+ button-primary: { type: button, bg: "#005DF9", fg: "#ffffff", radius: "4px", font: "16px / 500 Pretendard", use: "Primary CTA on modern surfaces" }
52
+ button-banking: { type: button, bg: "#2967B2", fg: "#ffffff", radius: "4px", border: "1px solid #1F4F89", font: "15px / 700 Spoqa", use: "Internet banking primary action" }
53
+ button-secondary: { type: button, bg: "#8595A9", fg: "#ffffff", radius: "4px", font: "15px / 400 Spoqa", use: "Secondary / cancel action in internet banking" }
54
+ button-family: { type: button, bg: "#F3F6FB", fg: "#24272D", radius: "24px", padding: "0px 20px", font: "16px / 400 Pretendard", use: "Family site pill button on shinhangroup.com" }
55
+ input-banking: { type: input, bg: "#ffffff", border: "1px solid #EBEBEB", radius: "2px", font: "14px Spoqa", use: "Internet banking text field, pre-login surface" }
56
+ card-surface: { type: card, bg: "#F3F6FB", fg: "#24272D", radius: "8px", use: "Tinted info card, modern surface" }
57
+ card-banking: { type: card, bg: "#ffffff", fg: "#343434", radius: "4px", use: "Internet banking product card, white with hairline" }
58
+ badge-blue: { type: badge, bg: "#005DF9", fg: "#ffffff", radius: "9999px", font: "13px / 400 Pretendard", use: "Status badge / highlight pill" }
59
+ tab-banking: { type: tab, fg: "#2967B2", font: "15px / 700 Spoqa", active: "text #2967B2 + 1px solid #2967B2 border", use: "Internet banking section tabs" }
60
+ components_harvested: true
61
+ ---
62
+
63
+ # Design System Inspiration of Shinhan Bank
64
+
65
+ ## 1. Visual Theme & Atmosphere
66
+
67
+ 신한은행 (Shinhan Bank) is Korea's leading retail bank and the flagship subsidiary of Shinhan Financial Group (신한금융그룹), a financial conglomerate that has defined modern Korean banking aesthetics for four decades. The design system spans two distinct visual registers: the **modern group identity** expressed through the shinhangroup.com and SOL뱅크 app surfaces — clean, contemporary, Pretendard-driven with the electric `#005DF9` Shinhan Blue — and the **classic internet banking surface** (bank.shinhan.com) that carries a trustworthy, institution-grade blue (`#2967B2`) with tighter radius, more compact typography, and the Spoqa Han Sans typeface. Both registers share the same brand soul — trustworthy, warm, and forward-looking — but one speaks in the language of a modern fintech product and the other in the language of a reliable banking institution.
68
+
69
+ The most distinctive design element is the **OneShinhan** custom typeface, Shinhan Financial Group's proprietary display font, deployed at 40–46px for hero headlines on the group corporate surface. OneShinhan's letterforms are engineered for the brand's dual promise: the stroke geometry echoes traditional Korean brushwork while the proportions are optimized for digital screens. It appears exclusively at display sizes — the body falls to Pretendard, the de-facto Korean product font. The effect is of a brand that knows when to invoke its heritage and when to step aside for readability.
70
+
71
+ The color narrative is a deliberate evolution. The classic internet banking blue (`#2967B2`, a mid-range institutional blue) communicates decades of trust and compliance; the modern `#005DF9` is a brighter, more confident variant — the same family but pushed toward the vivid, energetic blue of mobile-first products. This color generational tension is itself a design statement: Shinhan is a bank that has earned trust and is now accelerating. The surface palette across both registers is clean and cool — white canvas (`#ffffff`), cool-grey tint (`#F3F6FB`), and deep ink navy (`#24272D`) — with the Shinhan blue as the single saturated accent, reserved for primary actions and brand moments.
72
+
73
+ **Key Characteristics:**
74
+ - OneShinhan custom typeface for all display/hero headlines — brand heritage at the largest scale
75
+ - Pretendard 400/700 for modern product body text; Spoqa Han Sans for legacy banking surfaces
76
+ - Shinhan Blue `#005DF9` (modern) and `#2967B2` (banking) — same brand family, two generations
77
+ - Deep ink navy `#24272D` for primary text — never pure black
78
+ - Cool-grey surface `#F3F6FB` as the primary tinted separation surface
79
+ - Minimal radius scale: 2px (legacy banking) to 24px (modern pill buttons) — institution-grade restraint
80
+ - Low shadow, high contrast: the system trusts color and hairlines over elevation
81
+
82
+ ## 2. Color Palette & Roles
83
+
84
+ ### Primary Brand Blue
85
+ - **Shinhan Blue** (`#005DF9`): The modern primary brand color. Used for interactive CTAs and digital product surfaces including shinhangroup.com and SOL뱅크. A vivid, confident blue signaling Shinhan's digital-first evolution.
86
+ - **Shinhan Deep Blue** (`#102FA8`): A deeper navy variant appearing in gradients and tinted backgrounds. Anchors the modern blue family.
87
+ - **Banking Primary Blue** (`#2967B2`): The classic internet banking primary — a trusted, authoritative institutional blue used consistently across bank.shinhan.com for tabs, active states, and primary action buttons.
88
+ - **Banking Alt Blue** (`#2B70CC`): A slightly lighter variant of the classic banking blue, used for confirm/primary action buttons within the internet banking interface.
89
+
90
+ ### Neutral & Surface
91
+ - **Canvas White** (`#ffffff`): Primary background across both surfaces.
92
+ - **Cool Surface Grey** (`#F3F6FB`): Tinted background for cards and content blocks on modern surfaces. Provides section separation without shadows.
93
+ - **Surface Alt** (`#F9F9F9`): Warm secondary neutral background for legacy banking sections.
94
+ - **Hairline** (`#EBEBEB`): Fine borders, card outlines, and divider rules.
95
+
96
+ ### Text Hierarchy
97
+ - **Ink Navy** (`#24272D`): Primary heading and body text color on modern surfaces. Deep, warm, financial-grade.
98
+ - **Ink Deep** (`#121418`): Maximum contrast heading for highest-emphasis moments.
99
+ - **Body Grey** (`#808892`): Secondary body copy, metadata, captions.
100
+ - **Muted Grey** (`#565B64`): Tertiary label text, supporting information.
101
+ - **Error Red** (`#D61111`): Validation errors and destructive state indicators.
102
+
103
+ ## 3. Typography Rules
104
+
105
+ ### Font Families
106
+ - **OneShinhan**: Shinhan Financial Group's custom proprietary typeface. Used exclusively for display/hero headlines. Available in Regular (400) and Bold (700). Embodies brand heritage at large scale.
107
+ - **Pretendard**: Modern Korean product font, the default for body text on shinhangroup.com and SOL-era surfaces. Clear, hangul-optimized, versatile.
108
+ - **Spoqa Han Sans** (`Spoqa`): Legacy internet banking font stack — `Spoqa, Verdana, 돋움, Dotum, "Apple sd gothic neo", "Apple Gothic", sans-serif`. Still active across bank.shinhan.com.
109
+
110
+ ### Hierarchy
111
+
112
+ | Role | Font | Size | Weight | Line Height | Notes |
113
+ |------|------|------|--------|-------------|-------|
114
+ | Display Hero | OneShinhan | 46px | 700 | 1.2 | Group corporate hero headlines |
115
+ | Display Section | OneShinhan | 40px | 400 | 1.25 | Section narrative headlines |
116
+ | Page Heading | Pretendard | 32px | 700 | 1.3 | Product surface main headings |
117
+ | Body | Pretendard | 16px | 400 | 1.5 | Standard reading, modern surfaces |
118
+ | Banking Nav | Spoqa | 20px | 400 | 1.3 | Top nav tabs (bank.shinhan.com) |
119
+ | Dense UI | Spoqa / Pretendard | 14px | 400 | 1.5 | Compact info, legacy banking |
120
+ | Button | Pretendard | 16px | 500 | 1.0 | Modern CTA label |
121
+ | Banking Button | Spoqa | 15px | 700 | 1.0 | Classic banking CTA |
122
+ | Caption | Pretendard | 13px | 400 | 1.5 | Labels, metadata |
123
+
124
+ ### Principles
125
+ - **OneShinhan owns the brand moment**: At 40–46px, the custom typeface signals brand heritage. Below display size, Pretendard takes over.
126
+ - **Two font families, two eras**: Spoqa Han Sans marks the classic banking surface; Pretendard marks the modern digital product. The transition is a visible chronology of the brand.
127
+ - **Hangul-first sizing**: 14–16px ensures dense hangul text remains legible across financial interfaces with high information density.
128
+
129
+ ## 4. Component Stylings
130
+
131
+ ### Buttons
132
+
133
+ **Primary (Modern)**
134
+ - Background: `#005DF9`
135
+ - Text: `#ffffff`
136
+ - Radius: 4px
137
+ - Font: 16px Pretendard weight 500
138
+ - Use: Primary CTA on modern product surfaces (shinhangroup.com, SOL뱅크 web)
139
+
140
+ **Primary (Banking)**
141
+ - Background: `#2967B2`
142
+ - Text: `#ffffff`
143
+ - Radius: 4px
144
+ - Border: 1px solid `#1F4F89`
145
+ - Font: 15px Spoqa weight 700
146
+ - Height: 24px
147
+ - Use: Confirm / primary action in internet banking (예, 확인, 로그인)
148
+
149
+ **Secondary (Banking)**
150
+ - Background: `#8595A9`
151
+ - Text: `#ffffff`
152
+ - Radius: 4px
153
+ - Font: 15px Spoqa weight 400
154
+ - Height: 24px
155
+ - Use: Cancel / secondary action in internet banking (아니오, 취소)
156
+
157
+ **Family Site Pill**
158
+ - Background: `#F3F6FB`
159
+ - Text: `#24272D`
160
+ - Radius: 24px
161
+ - Padding: 0px 20px
162
+ - Height: 48px
163
+ - Font: 16px Pretendard weight 400
164
+ - Use: Family site dropdown pill on shinhangroup.com header
165
+
166
+ ### Inputs
167
+
168
+ **Banking Text Field**
169
+ - Background: `#ffffff`
170
+ - Border: 1px solid `#EBEBEB`
171
+ - Radius: 2px
172
+ - Font: 14px Spoqa
173
+ - Use: Internet banking input fields (계좌번호, 비밀번호 entry)
174
+
175
+ ### Cards & Containers
176
+
177
+ **Modern Tinted Card**
178
+ - Background: `#F3F6FB`
179
+ - Text: `#24272D`
180
+ - Radius: 8px
181
+ - Use: Content cards on modern corporate/group surfaces
182
+
183
+ **Banking Product Card**
184
+ - Background: `#ffffff`
185
+ - Text: `#343434`
186
+ - Radius: 4px
187
+ - Border: 1px solid `#EBEBEB`
188
+ - Use: Product cards (예금, 적금, 대출) in internet banking grid
189
+
190
+ ### Badges
191
+
192
+ **Shinhan Blue Badge**
193
+ - Background: `#005DF9`
194
+ - Text: `#ffffff`
195
+ - Radius: 9999px (full pill)
196
+ - Font: 13px Pretendard weight 400
197
+ - Use: Status indicator pills, highlight badges on modern surfaces
198
+
199
+ ### Tabs
200
+
201
+ **Banking Navigation Tab**
202
+ - Text: `#2967B2`
203
+ - Font: 20px Spoqa weight 400
204
+ - Active: `#2967B2` text + underline border
205
+ - Padding: 0px 20px
206
+ - Height: 48px
207
+ - Use: Primary navigation tabs (조회, 이체, 금융상품) on internet banking
208
+
209
+ ---
210
+
211
+ **Verified:** 2026-06-22 (omd:add-reference CREATE — Tier 1 live inspect)
212
+ **Tier 1 sources:** https://bank.shinhan.com/, https://www.shinhangroup.com/kr/main
213
+ **Tier 2 sources:** getdesign.md/shinhanbank — not indexed; styles.refero.design — not found
214
+ **Conflicts unresolved:** none
215
+
216
+ ## 5. Layout Principles
217
+
218
+ ### Spacing System
219
+ - Base unit: 4px
220
+ - Scale: 4px, 8px, 16px, 20px, 24px, 40px, 48px, 64px
221
+ - Internet banking uses compact 10px horizontal padding on nav tab items
222
+ - Group corporate surface uses generous 20px horizontal padding on modern buttons
223
+
224
+ ### Grid & Container
225
+ - Internet banking: Fixed-width centered layout, primary nav width ~1080px, typical of pre-responsive Korean banking portals
226
+ - Group corporate / SOL era: Fluid responsive centered container with generous horizontal margins
227
+ - Product sections alternate between white canvas and `#F3F6FB` tinted bands
228
+
229
+ ### Whitespace Philosophy
230
+ - **Institutional density**: The classic banking surface is deliberately compact — financial information is dense by design, prioritizing data completeness over spaciousness.
231
+ - **Modern breathing room**: The shinhangroup.com surface uses ample vertical rhythm, treating the hero at 46px OneShinhan as the focal point with clear zones around it.
232
+ - **Color segmentation**: Both surfaces use background tints (`#F3F6FB`, `#F9F9F9`) rather than shadows for section delineation.
233
+
234
+ ### Border Radius Scale
235
+ - Micro (2px): Legacy banking inputs, small UI elements
236
+ - Small (4px): Banking buttons, cards — the workhorse of the internet banking surface
237
+ - Medium (8px): Modern product cards
238
+ - Large (24px): Modern pill buttons (Family Site CTA)
239
+ - Full (9999px): Status badges, pill chips
240
+
241
+ ## 6. Depth & Elevation
242
+
243
+ | Level | Treatment | Use |
244
+ |-------|-----------|-----|
245
+ | Flat (Level 0) | No shadow | Default banking surface, inline text elements |
246
+ | Subtle (Level 1) | `0px 2px 8px rgba(0,0,0,0.06)` | Card hover, minor lift |
247
+ | Card (Level 2) | `0px 4px 16px rgba(0,0,0,0.08)` | Featured product card |
248
+
249
+ **Shadow Philosophy**: Shinhan Bank follows a low-elevation design language across both surface registers. The classic internet banking interface (`bank.shinhan.com`) is essentially shadow-free — section separation comes from hairline borders (`#EBEBEB`) and background tinting. The modern group surface introduces subtle card shadows but maintains restraint. This is appropriate for a banking product: shadows connote depth and layering, which can read as complexity in financial UI. Shinhan opts for trust through simplicity.
250
+
251
+ ## 7. Do's and Don'ts
252
+
253
+ ### Do
254
+ - Use OneShinhan for all display-scale (40px+) hero headlines — it is the brand voice at large scale
255
+ - Use Pretendard 400 at 16px for all modern body copy and dense product descriptions
256
+ - Reserve `#005DF9` for primary CTA buttons and interactive focal points on modern surfaces
257
+ - Use `#2967B2` consistently for interactive elements on the classic internet banking surface
258
+ - Use `#F3F6FB` cool-grey tint to separate sections without shadows
259
+ - Apply deep ink navy `#24272D` for all headings — never pure black for financial text
260
+ - Keep border-radius minimal on banking surfaces (2–4px) — institution-grade restraint, not fintech softness
261
+ - Use Spoqa Han Sans on the classic banking surface to maintain system consistency
262
+
263
+ ### Don't
264
+ - Mix OneShinhan into body copy — it is a display-only typeface
265
+ - Use both `#005DF9` and `#2967B2` on the same surface — the two blues belong to different era contexts
266
+ - Apply heavy shadows — Shinhan's authority comes from structural clarity, not depth theatrics
267
+ - Use pure black (`#000000`) for body text — `#24272D` ink navy carries the brand warmth
268
+ - Use generic sans-serif fonts for display — OneShinhan is non-negotiable at hero scale
269
+ - Spread the primary blue across decorative elements — it must signal action or brand, not decoration
270
+ - Round corners aggressively on banking-context buttons — 4px is the banking register; pills are the modern register only
271
+
272
+ ## 8. Responsive Behavior
273
+
274
+ ### Breakpoints
275
+ | Name | Width | Key Changes |
276
+ |------|-------|-------------|
277
+ | Mobile | <640px | Navigation collapses, OneShinhan headlines scale down, banking portal adapts |
278
+ | Tablet | 640–1024px | Two-column product grid, nav tabs scroll horizontally |
279
+ | Desktop | 1024–1440px | Full multi-column layout, hero at max type scale |
280
+
281
+ ### Touch Targets
282
+ - Banking nav tabs: 48px height, 20px horizontal padding — generous for desktop but tight on mobile
283
+ - Banking action buttons: 24–30px height (compact, desktop-first legacy design)
284
+ - Modern buttons: 48px height pill / 30px height standard — mobile-ready
285
+ - Text links at 14–15px: minimum viable touch target for financial labels
286
+
287
+ ### Collapsing Strategy
288
+ - Internet banking: Fixed-width portal with horizontal scroll fallback on narrow viewports (pre-responsive era)
289
+ - Group corporate / SOL surfaces: Fluid responsive grid, single-column mobile with full-bleed hero
290
+ - OneShinhan headlines scale down from 46px → 32px → 28px across breakpoints
291
+
292
+ ## 9. Agent Prompt Guide
293
+
294
+ ### Quick Color Reference
295
+ - Modern primary CTA: Shinhan Blue (`#005DF9`)
296
+ - Modern deep accent: Deep Blue (`#102FA8`)
297
+ - Banking primary: Institution Blue (`#2967B2`)
298
+ - Banking alt: `#2B70CC`
299
+ - Background: Canvas White (`#ffffff`)
300
+ - Tinted surface: Cool Grey (`#F3F6FB`)
301
+ - Primary text: Ink Navy (`#24272D`)
302
+ - Secondary text: Body Grey (`#808892`)
303
+ - Hairline: `#EBEBEB`
304
+ - Error: `#D61111`
305
+
306
+ ### Example Component Prompts
307
+ - "Create a modern Shinhan landing hero: OneShinhan 46px Bold, white text on a dark blue-to-navy gradient background. Below it a `#005DF9` CTA button, 4px radius, 16px Pretendard Medium, white text."
308
+ - "Design a Shinhan internet banking layout: white canvas, `#2967B2` navigation bar with Spoqa 20px weight 400 tab links. Primary action button: `#2967B2` bg, white text, 4px radius, 15px Spoqa weight 700."
309
+ - "Build a product card in the modern Shinhan style: `#F3F6FB` background, 8px radius, Pretendard 16px. Card header `#24272D` 700, body copy `#808892` 400."
310
+
311
+ ### Iteration Guide
312
+ 1. Hero: OneShinhan Bold at 40–46px — do not substitute
313
+ 2. Modern CTA: `#005DF9` with 4px radius, Pretendard 500
314
+ 3. Banking CTA: `#2967B2` with 4px radius, 1px `#1F4F89` border, Spoqa 700
315
+ 4. Body text: `#24272D` / `#808892` — never pure black
316
+ 5. Sections: alternate white and `#F3F6FB`; hairlines for detail borders
317
+ 6. No decorative shadows — the system trusts color and structure
318
+
319
+ ---
320
+
321
+ ## 10. Voice & Tone
322
+
323
+ 신한은행's voice is **trustworthy, warm, and forward-looking** — a major institution that speaks with authority but never condescension. The group tagline "금융으로 세상을 이롭게" ("Using finance to benefit society") frames financial services as a social good, not merely a commercial product. Copy on both surfaces is formal enough for trust but accessible enough for everyday banking tasks.
324
+
325
+ | Context | Tone |
326
+ |---|---|
327
+ | Group hero / brand | Aspirational, societal. "더 쉽고 편안한, 더 새로운 금융." Values-led, not product-feature-led. |
328
+ | Internet banking navigation | Functional, terse. "조회", "이체", "금융상품". Efficiency above everything. |
329
+ | Product descriptions | Clear, benefit-first. States the product name then the key user benefit simply. |
330
+ | Security / compliance copy | Calm and direct. No alarming language; states what the user needs to do plainly. |
331
+ | Error messages | Instructional, not apologetic. Explains what went wrong and how to resolve. |
332
+
333
+ **Voice samples (verbatim from live surfaces):**
334
+ - "더 쉽고 편안한, 더 새로운 금융" — hero headline, shinhangroup.com. *(verified live 2026-06-22)*
335
+ - "따뜻한 희망의 빛으로, 아름다운 동행" — campaign headline, shinhangroup.com. *(verified live 2026-06-22)*
336
+ - "금융으로 세상을 이롭게" — group mission tagline, shinhangroup.com. *(verified live 2026-06-22)*
337
+
338
+ **Forbidden register**: aggressive sales urgency, fear-based security warnings, untranslated financial jargon left unexplained.
339
+
340
+ ## 11. Brand Narrative
341
+
342
+ 신한은행 was founded in **1982** by the Korean-Japanese community (재일교포) in Japan, pooling capital to establish a genuinely people-centered bank on the Korean peninsula — "신한" (Shinhan) meaning "new Korea." This founding principle of financial inclusion as social betterment has remained the animating idea through four decades of growth. The bank grew to become Korea's most profitable commercial bank and the anchor of **신한금융그룹 (Shinhan Financial Group)**, established in 2001 as Korea's first financial holding company.
343
+
344
+ The group's current positioning — "금융으로 세상을 이롭게" (using finance to benefit society) — is a modernization of the founding promise: Shinhan is not a bank that sells products; it is a bank with a social mission that happens to offer products. This distinction is load-bearing in the design: the warmth of the heritage (OneShinhan's calligraphic echoes, the aspirational copy) is held in tension with the confidence of the modern (bright `#005DF9`, fluid responsive surfaces, Pretendard's precision).
345
+
346
+ The **신한 SOL뱅크** (Shinhan SOL Bank) app represents the bank's most forward-looking surface — a fully digital-native banking experience that has become one of South Korea's most used mobile banking apps, consistently ranked in the top tier of Korean app store charts. Its visual identity extends the modern Shinhan blue into a mobile-first context where the institution's authority meets consumer-app clarity.
347
+
348
+ ## 12. Principles
349
+
350
+ 1. **Trust through clarity, not weight.** Shinhan builds trust via structural precision — clear type, measured colors, restrained radius — not by visual excess. *UI implication:* every element earns its place; decorative elements that don't carry information are not Shinhan.
351
+ 2. **One blue, one action.** Primary blue (`#005DF9` modern / `#2967B2` banking) is the action color. Only one primary action exists at a time. *UI implication:* avoid multiple colored buttons competing for attention; secondary actions defer in visual weight.
352
+ 3. **Institution meets digital.** The brand maintains a formal register even in modern product surfaces. *UI implication:* prefer structured tables and grids for financial data over casual cards; maintain consistent density.
353
+ 4. **Warmth in tone, precision in form.** Copy can be warm and aspirational; UI must be precise and reliable. *UI implication:* don't let warm copy generate visual looseness — color and layout remain controlled.
354
+ 5. **Serve every generation.** Shinhan serves customers from their first bank account to retirement. *UI implication:* accessibility is non-negotiable; text sizes respect readability, touch targets are generous, contrast is high.
355
+
356
+ ## 13. Personas
357
+
358
+ *Personas below are fictional archetypes informed by publicly observable Shinhan customer segments, not individual people.*
359
+
360
+ **김민준, 28, 서울.** A young salaried worker who uses SOL뱅크 daily for transfers, paycheck tracking, and savings products. Wants quick access to balance and transfer functions without friction. Chose Shinhan because his employer's payroll is through them; stays because the app is fast.
361
+
362
+ **박정숙, 52, 대전.** A business owner who uses internet banking (bank.shinhan.com) for corporate account management and payroll. Trusts the classic blue interface; skeptical of change. Values stability and reliability over aesthetics. Has used Shinhan for over 20 years.
363
+
364
+ **이서연, 35, 경기.** A working parent investing in Shinhan savings and pension products. Uses the app monthly to check returns and rebalance. Appreciates the clear product descriptions and the lack of aggressive upselling. Values the "금융으로 세상을 이롭게" ethos as aligned with her values.
365
+
366
+ **최준호, 67, 부산.** A retired professional with Shinhan checking, savings, and investment accounts. Prefers the desktop internet banking surface for its familiarity. Expects large, legible text and clear error messages. Depends on the Spoqa-based UI that hasn't changed radically in a decade.
367
+
368
+ ## 14. States
369
+
370
+ | State | Treatment |
371
+ |---|---|
372
+ | **Empty (no account balance)** | Ink navy `#24272D` single line stating the account status; clear action to set up the account. No dramatic illustration. |
373
+ | **Empty (no transaction history)** | Muted grey `#808892` descriptive line; functional CTA in primary blue. Calm, not cute. |
374
+ | **Loading (balance fetch)** | Skeleton row on `#F3F6FB` surface at text height; subtle flat pulse animation. No spinner where text will appear. |
375
+ | **Loading (transfer in progress)** | Progress indicator in primary blue `#005DF9`; previous screen dimmed at 60% opacity. Banking gravity — no playful loading states. |
376
+ | **Error (network failure)** | Full-width inline message block: `#D61111` left border, `#F3F6FB` background, `#24272D` text. States the error plainly and provides retry. |
377
+ | **Error (form validation)** | Field-level red `#D61111` text below the input; describes the valid format, not just "오류". |
378
+ | **Error (login failure)** | Neutral, security-conscious: tells the user to check credentials without confirming which field is wrong. |
379
+ | **Success (transfer complete)** | Calm confirmation: checkmark in `#005DF9`, brief summary of the transaction, next-step link. No confetti. |
380
+ | **Skeleton (product listing)** | `#F3F6FB` blocks at product card dimensions; no shimmer — flat pulse. |
381
+ | **Disabled** | Elements reduce to `#808892` / `#EBEBEB` without primary color signal; inputs show `#F9F9F9` background. |
382
+
383
+ ## 15. Motion & Easing
384
+
385
+ **Durations**:
386
+
387
+ | Token | Value | Use |
388
+ |---|---|---|
389
+ | `motion-fast` | 100ms | Button press feedback, tab underline transition |
390
+ | `motion-standard` | 200ms | Card reveal, modal open, dropdown |
391
+ | `motion-slow` | 350ms | Page-level hero transitions, large hero carousel |
392
+
393
+ **Easings**:
394
+
395
+ | Token | Curve | Use |
396
+ |---|---|---|
397
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving modals, cards, sheets |
398
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals, slide-outs |
399
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Bidirectional transitions |
400
+
401
+ **Motion rules**: Motion in Shinhan's interfaces is conservative and purposeful — this is a bank, and trust is expressed through stability, not delight. The internet banking surface avoids animation almost entirely, relying on immediate state changes. The modern group and SOL surfaces introduce subtle fade-ins and carousel transitions at `motion-slow / ease-enter` for hero content. No spring physics, no bounce, no playful micro-interactions. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant. Banking interfaces must remain fully functional and never distract from a financial task.
402
+
403
+ <!--
404
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
405
+
406
+ Tier 1 live inspect (2026-06-22) via playwright getComputedStyle:
407
+ - bank.shinhan.com: body font Spoqa/Verdana/돋움; color rgb(102,102,102); size 14px
408
+ - bank.shinhan.com: H1 "신한은행" — 28px / weight 700 / Spoqa
409
+ - bank.shinhan.com: nav tab "조회" — 16px / 700 / white / height 48px
410
+ - bank.shinhan.com: primary button "개인" — bg rgb(41,103,178) #2967B2 / radius 2px / 15px bold
411
+ - bank.shinhan.com: confirm button "인터넷뱅킹화면으로 이동" — bg rgb(43,112,204) #2B70CC / radius 4px / 18px
412
+ - bank.shinhan.com: cancel "메인화면으로" — bg rgb(133,149,169) / radius 4px
413
+ - shinhangroup.com: body font Pretendard / color rgb(36,39,45) #24272D / size 16px
414
+ - shinhangroup.com: H2 "더 쉽고 편안한, 더 새로운 금융" — OneShinhan / 46px / 700 / white
415
+ - shinhangroup.com: H2 "미래를 함께 하는 따뜻한 금융" — OneShinhan / 40px / 400
416
+ - shinhangroup.com: primary blue bg rgb(0,93,249) = #005DF9 (observed in bgFreq)
417
+ - shinhangroup.com: Family Site button — bg rgb(243,246,251) #F3F6FB / radius 24px / 48px height / 16px / Pretendard 400
418
+ - shinhangroup.com: muted text rgb(128,136,146) = #808892
419
+
420
+ Brand narrative: Shinhan Bank founded 1982; Shinhan Financial Group established 2001.
421
+ These are widely documented public corporate facts.
422
+
423
+ SOL뱅크 app references: general public knowledge; app store ranking from public sources.
424
+
425
+ Personas (§13) are fictional archetypes. Names are illustrative; no real individuals.
426
+
427
+ Interpretive claims (design philosophy, surface contrast between legacy and modern) are
428
+ editorial readings of observed design data, not directly sourced Shinhan statements.
429
+ -->