@lettealo/hanwha-life-ds 3.1.1

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 (182) hide show
  1. package/README.md +185 -0
  2. package/dist-lib/Guideline.png +0 -0
  3. package/dist-lib/Layout.png +0 -0
  4. package/dist-lib/Spacing.png +0 -0
  5. package/dist-lib/downloads/fonts/HanwhaB.woff2 +0 -0
  6. package/dist-lib/downloads/fonts/HanwhaGothicB.woff2 +0 -0
  7. package/dist-lib/downloads/fonts/HanwhaGothicEL.woff2 +0 -0
  8. package/dist-lib/downloads/fonts/HanwhaGothicL.woff2 +0 -0
  9. package/dist-lib/downloads/fonts/HanwhaGothicR.woff2 +0 -0
  10. package/dist-lib/downloads/fonts/HanwhaGothicT.woff2 +0 -0
  11. package/dist-lib/downloads/fonts/HanwhaL.woff2 +0 -0
  12. package/dist-lib/downloads/fonts/HanwhaR.woff2 +0 -0
  13. package/dist-lib/downloads/tokens.css +378 -0
  14. package/dist-lib/favicon.svg +5 -0
  15. package/dist-lib/icons.svg +24 -0
  16. package/dist-lib/index.cjs +7 -0
  17. package/dist-lib/index.css +2 -0
  18. package/dist-lib/index.mjs +1872 -0
  19. package/dist-lib/og.svg +40 -0
  20. package/dist-lib/robots.txt +2 -0
  21. package/dist-lib/types/components/Accordion/Accordion.d.ts +14 -0
  22. package/dist-lib/types/components/Accordion/Accordion.d.ts.map +1 -0
  23. package/dist-lib/types/components/Accordion/index.d.ts +2 -0
  24. package/dist-lib/types/components/Accordion/index.d.ts.map +1 -0
  25. package/dist-lib/types/components/AssetIcon/AssetIcon.d.ts +9 -0
  26. package/dist-lib/types/components/AssetIcon/AssetIcon.d.ts.map +1 -0
  27. package/dist-lib/types/components/AssetIcon/index.d.ts +2 -0
  28. package/dist-lib/types/components/AssetIcon/index.d.ts.map +1 -0
  29. package/dist-lib/types/components/Avatar/Avatar.d.ts +10 -0
  30. package/dist-lib/types/components/Avatar/Avatar.d.ts.map +1 -0
  31. package/dist-lib/types/components/Avatar/index.d.ts +3 -0
  32. package/dist-lib/types/components/Avatar/index.d.ts.map +1 -0
  33. package/dist-lib/types/components/Badge/Badge.d.ts +10 -0
  34. package/dist-lib/types/components/Badge/Badge.d.ts.map +1 -0
  35. package/dist-lib/types/components/Badge/index.d.ts +3 -0
  36. package/dist-lib/types/components/Badge/index.d.ts.map +1 -0
  37. package/dist-lib/types/components/BottomSheet/BottomSheet.d.ts +12 -0
  38. package/dist-lib/types/components/BottomSheet/BottomSheet.d.ts.map +1 -0
  39. package/dist-lib/types/components/BottomSheet/index.d.ts +2 -0
  40. package/dist-lib/types/components/BottomSheet/index.d.ts.map +1 -0
  41. package/dist-lib/types/components/Button/Button.d.ts +14 -0
  42. package/dist-lib/types/components/Button/Button.d.ts.map +1 -0
  43. package/dist-lib/types/components/Button/index.d.ts +2 -0
  44. package/dist-lib/types/components/Button/index.d.ts.map +1 -0
  45. package/dist-lib/types/components/Card/Card.d.ts +22 -0
  46. package/dist-lib/types/components/Card/Card.d.ts.map +1 -0
  47. package/dist-lib/types/components/Card/index.d.ts +2 -0
  48. package/dist-lib/types/components/Card/index.d.ts.map +1 -0
  49. package/dist-lib/types/components/Checkbox/Checkbox.d.ts +10 -0
  50. package/dist-lib/types/components/Checkbox/Checkbox.d.ts.map +1 -0
  51. package/dist-lib/types/components/Checkbox/index.d.ts +2 -0
  52. package/dist-lib/types/components/Checkbox/index.d.ts.map +1 -0
  53. package/dist-lib/types/components/CheckboxButton/CheckboxButton.d.ts +13 -0
  54. package/dist-lib/types/components/CheckboxButton/CheckboxButton.d.ts.map +1 -0
  55. package/dist-lib/types/components/CheckboxButton/index.d.ts +2 -0
  56. package/dist-lib/types/components/CheckboxButton/index.d.ts.map +1 -0
  57. package/dist-lib/types/components/Chip/Chip.d.ts +13 -0
  58. package/dist-lib/types/components/Chip/Chip.d.ts.map +1 -0
  59. package/dist-lib/types/components/Chip/ChipGroup.d.ts +7 -0
  60. package/dist-lib/types/components/Chip/ChipGroup.d.ts.map +1 -0
  61. package/dist-lib/types/components/Chip/index.d.ts +3 -0
  62. package/dist-lib/types/components/Chip/index.d.ts.map +1 -0
  63. package/dist-lib/types/components/DatePicker/DatePicker.d.ts +10 -0
  64. package/dist-lib/types/components/DatePicker/DatePicker.d.ts.map +1 -0
  65. package/dist-lib/types/components/DatePicker/index.d.ts +2 -0
  66. package/dist-lib/types/components/DatePicker/index.d.ts.map +1 -0
  67. package/dist-lib/types/components/Dropdown/Dropdown.d.ts +26 -0
  68. package/dist-lib/types/components/Dropdown/Dropdown.d.ts.map +1 -0
  69. package/dist-lib/types/components/Dropdown/index.d.ts +2 -0
  70. package/dist-lib/types/components/Dropdown/index.d.ts.map +1 -0
  71. package/dist-lib/types/components/EmptyState/EmptyState.d.ts +10 -0
  72. package/dist-lib/types/components/EmptyState/EmptyState.d.ts.map +1 -0
  73. package/dist-lib/types/components/EmptyState/index.d.ts +2 -0
  74. package/dist-lib/types/components/EmptyState/index.d.ts.map +1 -0
  75. package/dist-lib/types/components/ErrorBoundary.d.ts +17 -0
  76. package/dist-lib/types/components/ErrorBoundary.d.ts.map +1 -0
  77. package/dist-lib/types/components/Graphic/Graphic.d.ts +9 -0
  78. package/dist-lib/types/components/Graphic/Graphic.d.ts.map +1 -0
  79. package/dist-lib/types/components/Graphic/index.d.ts +2 -0
  80. package/dist-lib/types/components/Graphic/index.d.ts.map +1 -0
  81. package/dist-lib/types/components/HeroOrb/HeroOrb.d.ts +10 -0
  82. package/dist-lib/types/components/HeroOrb/HeroOrb.d.ts.map +1 -0
  83. package/dist-lib/types/components/HexOrb/HexOrb.d.ts +10 -0
  84. package/dist-lib/types/components/HexOrb/HexOrb.d.ts.map +1 -0
  85. package/dist-lib/types/components/Icon/Icon.d.ts +20 -0
  86. package/dist-lib/types/components/Icon/Icon.d.ts.map +1 -0
  87. package/dist-lib/types/components/Icon/index.d.ts +2 -0
  88. package/dist-lib/types/components/Icon/index.d.ts.map +1 -0
  89. package/dist-lib/types/components/IconButton/IconButton.d.ts +11 -0
  90. package/dist-lib/types/components/IconButton/IconButton.d.ts.map +1 -0
  91. package/dist-lib/types/components/IconButton/index.d.ts +2 -0
  92. package/dist-lib/types/components/IconButton/index.d.ts.map +1 -0
  93. package/dist-lib/types/components/List/List.d.ts +16 -0
  94. package/dist-lib/types/components/List/List.d.ts.map +1 -0
  95. package/dist-lib/types/components/List/index.d.ts +2 -0
  96. package/dist-lib/types/components/List/index.d.ts.map +1 -0
  97. package/dist-lib/types/components/Modal/Modal.d.ts +12 -0
  98. package/dist-lib/types/components/Modal/Modal.d.ts.map +1 -0
  99. package/dist-lib/types/components/Modal/index.d.ts +2 -0
  100. package/dist-lib/types/components/Modal/index.d.ts.map +1 -0
  101. package/dist-lib/types/components/Notification/Notification.d.ts +11 -0
  102. package/dist-lib/types/components/Notification/Notification.d.ts.map +1 -0
  103. package/dist-lib/types/components/Notification/index.d.ts +2 -0
  104. package/dist-lib/types/components/Notification/index.d.ts.map +1 -0
  105. package/dist-lib/types/components/PageToc.d.ts +5 -0
  106. package/dist-lib/types/components/PageToc.d.ts.map +1 -0
  107. package/dist-lib/types/components/Progress/Progress.d.ts +10 -0
  108. package/dist-lib/types/components/Progress/Progress.d.ts.map +1 -0
  109. package/dist-lib/types/components/Progress/index.d.ts +3 -0
  110. package/dist-lib/types/components/Progress/index.d.ts.map +1 -0
  111. package/dist-lib/types/components/Radio/Radio.d.ts +8 -0
  112. package/dist-lib/types/components/Radio/Radio.d.ts.map +1 -0
  113. package/dist-lib/types/components/Radio/index.d.ts +2 -0
  114. package/dist-lib/types/components/Radio/index.d.ts.map +1 -0
  115. package/dist-lib/types/components/ScreenRenderer/ScreenRenderer.d.ts +9 -0
  116. package/dist-lib/types/components/ScreenRenderer/ScreenRenderer.d.ts.map +1 -0
  117. package/dist-lib/types/components/Stepper/Stepper.d.ts +7 -0
  118. package/dist-lib/types/components/Stepper/Stepper.d.ts.map +1 -0
  119. package/dist-lib/types/components/Stepper/index.d.ts +2 -0
  120. package/dist-lib/types/components/Stepper/index.d.ts.map +1 -0
  121. package/dist-lib/types/components/Table/Table.d.ts +34 -0
  122. package/dist-lib/types/components/Table/Table.d.ts.map +1 -0
  123. package/dist-lib/types/components/Table/index.d.ts +3 -0
  124. package/dist-lib/types/components/Table/index.d.ts.map +1 -0
  125. package/dist-lib/types/components/Tabs/Tabs.d.ts +14 -0
  126. package/dist-lib/types/components/Tabs/Tabs.d.ts.map +1 -0
  127. package/dist-lib/types/components/Tabs/index.d.ts +2 -0
  128. package/dist-lib/types/components/Tabs/index.d.ts.map +1 -0
  129. package/dist-lib/types/components/TextButton/TextButton.d.ts +10 -0
  130. package/dist-lib/types/components/TextButton/TextButton.d.ts.map +1 -0
  131. package/dist-lib/types/components/TextButton/index.d.ts +2 -0
  132. package/dist-lib/types/components/TextButton/index.d.ts.map +1 -0
  133. package/dist-lib/types/components/TextField/TextField.d.ts +10 -0
  134. package/dist-lib/types/components/TextField/TextField.d.ts.map +1 -0
  135. package/dist-lib/types/components/TextField/index.d.ts +2 -0
  136. package/dist-lib/types/components/TextField/index.d.ts.map +1 -0
  137. package/dist-lib/types/components/Toast/Toast.d.ts +11 -0
  138. package/dist-lib/types/components/Toast/Toast.d.ts.map +1 -0
  139. package/dist-lib/types/components/Toast/index.d.ts +2 -0
  140. package/dist-lib/types/components/Toast/index.d.ts.map +1 -0
  141. package/dist-lib/types/components/Toggle/Toggle.d.ts +6 -0
  142. package/dist-lib/types/components/Toggle/Toggle.d.ts.map +1 -0
  143. package/dist-lib/types/components/Toggle/index.d.ts +2 -0
  144. package/dist-lib/types/components/Toggle/index.d.ts.map +1 -0
  145. package/dist-lib/types/components/Tooltip/Tooltip.d.ts +20 -0
  146. package/dist-lib/types/components/Tooltip/Tooltip.d.ts.map +1 -0
  147. package/dist-lib/types/components/Tooltip/index.d.ts +3 -0
  148. package/dist-lib/types/components/Tooltip/index.d.ts.map +1 -0
  149. package/dist-lib/types/data/dsSpec.d.ts +530 -0
  150. package/dist-lib/types/data/dsSpec.d.ts.map +1 -0
  151. package/dist-lib/types/index.d.ts +30 -0
  152. package/dist-lib/types/index.d.ts.map +1 -0
  153. package/dist-lib/types/lib/assets.d.ts +16 -0
  154. package/dist-lib/types/lib/assets.d.ts.map +1 -0
  155. package/dist-lib/types/lib/buildSystemPrompt.d.ts +8 -0
  156. package/dist-lib/types/lib/buildSystemPrompt.d.ts.map +1 -0
  157. package/dist-lib/types/lib/callClaude.d.ts +40 -0
  158. package/dist-lib/types/lib/callClaude.d.ts.map +1 -0
  159. package/dist-lib/types/lib/cn.d.ts +2 -0
  160. package/dist-lib/types/lib/cn.d.ts.map +1 -0
  161. package/dist-lib/types/lib/dsSystemPrompt.d.ts +9 -0
  162. package/dist-lib/types/lib/dsSystemPrompt.d.ts.map +1 -0
  163. package/dist-lib/types/lib/generateStore.d.ts +3 -0
  164. package/dist-lib/types/lib/generateStore.d.ts.map +1 -0
  165. package/dist-lib/types/types.d.ts +208 -0
  166. package/dist-lib/types/types.d.ts.map +1 -0
  167. package/package.json +76 -0
  168. package/src/assets/fonts/HanwhaB.woff2 +0 -0
  169. package/src/assets/fonts/HanwhaGothicB.woff2 +0 -0
  170. package/src/assets/fonts/HanwhaGothicEL.woff2 +0 -0
  171. package/src/assets/fonts/HanwhaGothicL.woff2 +0 -0
  172. package/src/assets/fonts/HanwhaGothicR.woff2 +0 -0
  173. package/src/assets/fonts/HanwhaGothicT.woff2 +0 -0
  174. package/src/assets/fonts/HanwhaL.woff2 +0 -0
  175. package/src/assets/fonts/HanwhaR.woff2 +0 -0
  176. package/src/assets/fonts/LIFEPLUS-BODY-Light_Hinted.ttf +0 -0
  177. package/src/assets/fonts/LIFEPLUS-BODY-Medium_Hinted.ttf +0 -0
  178. package/src/assets/fonts/LIFEPLUS-Bold.ttf +0 -0
  179. package/src/assets/fonts/LIFEPLUS-Light.ttf +0 -0
  180. package/src/assets/fonts/LIFEPLUS-Medium.ttf +0 -0
  181. package/src/styles/layout.css +69 -0
  182. package/src/styles/tokens.css +437 -0
package/README.md ADDED
@@ -0,0 +1,185 @@
1
+ # 한화생명 디자인 시스템
2
+
3
+ > Hanwha Life Design System — Foundation 토큰 + 27개 컴포넌트 + 라이브 카탈로그.
4
+
5
+ CSS 커스텀 프로퍼티 기반 토큰, React 19 + TypeScript 컴포넌트, 34개 가이드 페이지로 구성된 디자인 시스템 + 문서 사이트.
6
+
7
+ ## 빠른 시작
8
+
9
+ ```bash
10
+ npm install
11
+ npm run dev # http://localhost:5173 — 라이브 카탈로그
12
+ npm run build # 타입체크 + 프로덕션 docs 빌드
13
+ npm run build:lib # 라이브러리 패키지 빌드 (dist-lib/)
14
+ npm run storybook # http://localhost:6006 — Storybook
15
+ npm run lint
16
+ ```
17
+
18
+ ## 환경변수
19
+
20
+ | 키 | 용도 | 기본값 |
21
+ |---|---|---|
22
+ | `VITE_STORYBOOK_URL` | 사이드바 Storybook 링크 URL | dev: `http://localhost:6006` / prod: 비노출 |
23
+
24
+ `.env.production` 또는 호스팅 플랫폼 환경변수에 설정. 미설정 시 프로덕션에서는 Storybook 메뉴 자체가 숨겨진다.
25
+
26
+ ## 라이브러리로 사용
27
+
28
+ ```bash
29
+ npm i hanwha-life-ds react react-dom
30
+ ```
31
+
32
+ ```tsx
33
+ import { Button, Modal, TextField } from 'hanwha-life-ds'
34
+ import 'hanwha-life-ds/styles' // 컴포넌트 스타일
35
+ import 'hanwha-life-ds/tokens' // 디자인 토큰 (CSS 변수)
36
+
37
+ export default function App() {
38
+ return <Button color="primary">청약 제출</Button>
39
+ }
40
+ ```
41
+
42
+ `peerDependencies`: React 18+ 또는 19. ESM/CJS 듀얼 패키지, `.d.ts` 포함.
43
+
44
+ ## 배포
45
+
46
+ | 플랫폼 | 설정 파일 | 빌드 명령 | 출력 |
47
+ |---|---|---|---|
48
+ | Vercel | `vercel.json` | `npm run build` | `dist/` |
49
+ | Netlify | `netlify.toml` | `npm run build` | `dist/` |
50
+
51
+ 두 설정 모두 다음 보안 헤더가 포함됨:
52
+
53
+ - `Content-Security-Policy` (script self만, inline 차단)
54
+ - `Strict-Transport-Security` (HSTS, 2년)
55
+ - `X-Content-Type-Options: nosniff`
56
+ - `X-Frame-Options: SAMEORIGIN`
57
+ - `Referrer-Policy: strict-origin-when-cross-origin`
58
+ - `Permissions-Policy` (camera/mic/geolocation/FLoC 차단)
59
+
60
+ 자산은 1년 immutable 캐시.
61
+
62
+ ## 라이브러리 패키지 배포 (npm publish)
63
+
64
+ ### 소비 프로젝트 설정
65
+
66
+ 다른 프로젝트에서 이 DS를 설치하려면 먼저 `.npmrc`에 레지스트리를 등록합니다.
67
+
68
+ ```
69
+ @lettealo:registry=https://npm.pkg.github.com
70
+ ```
71
+
72
+ 그 다음 설치합니다.
73
+
74
+ ```bash
75
+ npm install @lettealo/hanwha-life-ds
76
+ ```
77
+
78
+ 코드에서 사용합니다.
79
+
80
+ ```tsx
81
+ import { Button, TextField, Badge } from '@lettealo/hanwha-life-ds'
82
+ import '@lettealo/hanwha-life-ds/styles'
83
+ ```
84
+
85
+ ### 새 버전 게시 절차
86
+
87
+ > `v*` 태그를 push하면 CI가 자동으로 GitHub Packages에 게시합니다.
88
+ > **태그 버전과 `package.json` 버전이 다르면 CI가 실패**합니다 — 반드시 순서대로 진행하세요.
89
+
90
+ ```bash
91
+ # 1. package.json 버전 올리기
92
+ npm version minor # 또는 patch / major
93
+
94
+ # 2. 태그와 함께 push
95
+ git push origin main --follow-tags
96
+ ```
97
+
98
+ `npm version` 명령이 package.json 수정 + 커밋 + 태그를 한 번에 처리합니다.
99
+
100
+ | 변경 유형 | 명령 | 예시 |
101
+ |----------|------|------|
102
+ | 버그 수정 | `npm version patch` | 3.0.0 → 3.0.1 |
103
+ | 기능 추가 (하위 호환) | `npm version minor` | 3.0.0 → 3.1.0 |
104
+ | 브레이킹 체인지 | `npm version major` | 3.0.0 → 4.0.0 |
105
+
106
+ ### 필요한 GitHub Secrets
107
+
108
+ | Secret | 설명 |
109
+ |--------|------|
110
+ | `GITHUB_TOKEN` | GitHub 자동 제공, 별도 설정 불필요 |
111
+ | `VERCEL_TOKEN` | 카탈로그/스토리북 배포용 |
112
+ | `VERCEL_ORG_ID` | Vercel 조직 ID |
113
+ | `VERCEL_PROJECT_ID` | 카탈로그 Vercel 프로젝트 ID |
114
+ | `VERCEL_PROJECT_ID_STORYBOOK` | 스토리북 Vercel 프로젝트 ID |
115
+
116
+ ## CI
117
+
118
+ GitHub Actions가 다음 이벤트마다 실행됩니다 (`.github/workflows/ci.yml`).
119
+
120
+ | 이벤트 | 실행 job |
121
+ |--------|---------|
122
+ | `main` push / PR | lint + tsc + build (docs/lib) + npm audit |
123
+ | `main` push | 위 + 카탈로그 Vercel 배포 + 스토리북 Vercel 배포 |
124
+ | `v*` 태그 push | 위 전체 + `npm publish` → GitHub Packages |
125
+
126
+ ## 구성
127
+
128
+ ### Foundation
129
+ | 토큰 | 위치 | 내용 |
130
+ |---|---|---|
131
+ | Color | `src/styles/tokens.css` | 8개 컬러 스케일 × 9단계 |
132
+ | Typography | `src/styles/tokens.css` | 한화고딕/Noto Sans, 반응형 토큰 |
133
+ | Shape | `src/styles/tokens.css` | radius 4 / 8 / 12 / 16 / full |
134
+ | Elevation | `src/styles/tokens.css` | shadow small / medium / large |
135
+ | Spacing | `src/styles/tokens.css` | 2px 기반 (2~48) |
136
+
137
+ ### Components (27)
138
+
139
+ `Accordion`, `AssetIcon`, `BottomSheet`, `Button`, `Card`, `Checkbox`, `CheckboxButton`, `Chip`, `DatePicker`, `Dropdown`, `EmptyState`, `Graphic`, `Icon`, `IconButton`, `List`, `Modal`, `Notification`, `Radio`, `Stepper`, `Table`, `Tabs`, `TextButton`, `TextField`, `Toast`, `Toggle`, `Tooltip`
140
+
141
+ 각 컴포넌트는 `src/components/<Name>/`에 모듈로 분리. CSS Module + TypeScript Props.
142
+
143
+ ## 디렉토리
144
+
145
+ ```
146
+ hanwha-life-ds/
147
+ ├── src/
148
+ │ ├── App.tsx # 카탈로그 라우팅
149
+ │ ├── main.tsx # ErrorBoundary + StrictMode
150
+ │ ├── index.ts # 라이브러리 entry
151
+ │ ├── components/ # 27개 컴포넌트
152
+ │ ├── pages/ # 34개 가이드 페이지 (lazy)
153
+ │ ├── foundations/ # Storybook 스토리
154
+ │ ├── styles/tokens.css # 디자인 토큰
155
+ │ ├── lib/cn.ts # className 유틸
156
+ │ └── lib/assets.ts # 자산 매핑
157
+ ├── vite.config.ts # 카탈로그 빌드
158
+ ├── vite.lib.config.ts # 라이브러리 빌드
159
+ ├── tsconfig.lib.json # .d.ts 생성
160
+ ├── vercel.json / netlify.toml # 배포 + 보안 헤더
161
+ └── .github/workflows/ci.yml # CI 파이프라인
162
+ ```
163
+
164
+ ## 보안 / 프로덕션 체크
165
+
166
+ - `npm audit`: 0건 ✅
167
+ - XSS 패턴 (`dangerouslySetInnerHTML`/`eval`/`innerHTML`): 사용 없음 ✅
168
+ - 콘솔 로그: ErrorBoundary의 dev-only `console.error`만 ✅
169
+ - ErrorBoundary로 전체 트리 보호 ✅
170
+ - Hash 라우팅 `decodeURIComponent` 예외 안전처리 ✅
171
+ - TypeScript `strict: true` ✅
172
+
173
+ ## Breakpoint
174
+
175
+ | 구분 | 폭 |
176
+ |---|---|
177
+ | PC-Wide | ≥ 1441px |
178
+ | PC | 1281–1440px |
179
+ | Tablet | 768–1280px |
180
+ | Mobile | ≤ 767px |
181
+
182
+ ## 알려진 제약
183
+
184
+ - **lib 번들 크기 (768KB)**: `AssetIcon`/`Graphic`이 `import.meta.glob({ eager: true })`로 모든 PNG를 base64 inline. 추후 `src` prop 기반 API로 전환하면 경량화 가능.
185
+ - **테스트**: 인프라(vitest + playwright)는 구축됐으나 `.test.tsx` 파일 0개. Button stories의 `play` 함수 확장 필요.
Binary file
Binary file
Binary file
@@ -0,0 +1,378 @@
1
+ /* =========================================================================
2
+ Hanwha Life Design System — colors_and_type.css
3
+ 모든 값은 HDS_color.pdf, HDS_brand.pdf, HDS_layout.pdf 기반
4
+ ========================================================================= */
5
+
6
+ /* ---------- 웹폰트 (WOFF2 + 한글 서브셋) ---------- */
7
+ @font-face {
8
+ font-family: "Hanwha Gothic";
9
+ src: url("../assets/fonts/HanwhaGothicT.woff2") format("woff2");
10
+ font-weight: 100;
11
+ font-display: swap;
12
+ }
13
+ @font-face {
14
+ font-family: "Hanwha Gothic";
15
+ src: url("../assets/fonts/HanwhaGothicEL.woff2") format("woff2");
16
+ font-weight: 200;
17
+ font-display: swap;
18
+ }
19
+ @font-face {
20
+ font-family: "Hanwha Gothic";
21
+ src: url("../assets/fonts/HanwhaGothicL.woff2") format("woff2");
22
+ font-weight: 300;
23
+ font-display: swap;
24
+ }
25
+ @font-face {
26
+ font-family: "Hanwha Gothic";
27
+ src: url("../assets/fonts/HanwhaGothicR.woff2") format("woff2");
28
+ font-weight: 400;
29
+ font-display: swap;
30
+ }
31
+ @font-face {
32
+ font-family: "Hanwha Gothic";
33
+ src: url("../assets/fonts/HanwhaGothicB.woff2") format("woff2");
34
+ font-weight: 700;
35
+ font-display: swap;
36
+ }
37
+
38
+ /* 한화체 — 브랜드 로고용 */
39
+ @font-face {
40
+ font-family: "Hanwha";
41
+ src: url("../assets/fonts/HanwhaL.woff2") format("woff2");
42
+ font-weight: 300;
43
+ font-display: swap;
44
+ }
45
+ @font-face {
46
+ font-family: "Hanwha";
47
+ src: url("../assets/fonts/HanwhaR.woff2") format("woff2");
48
+ font-weight: 400;
49
+ font-display: swap;
50
+ }
51
+ @font-face {
52
+ font-family: "Hanwha";
53
+ src: url("../assets/fonts/HanwhaB.woff2") format("woff2");
54
+ font-weight: 700;
55
+ font-display: swap;
56
+ }
57
+
58
+ :root {
59
+ /* ===================== Color — 기본 팔레트 ===================== */
60
+ /* Orange (Primary) */
61
+ --orange-100: #FFE0CC;
62
+ --orange-200: #FFC299;
63
+ --orange-300: #FFAF7F;
64
+ --orange-400: #FF8F4C;
65
+ --orange-500: #FA6600; /* Hanwha Orange — Primary */
66
+ --orange-600: #E15A00;
67
+ --orange-700: #BF4C00;
68
+ --orange-800: #9E3F00;
69
+ --orange-900: #803300;
70
+
71
+ /* Gray */
72
+ --gray-100: #F5F5F5;
73
+ --gray-200: #F0F0F0;
74
+ --gray-300: #E5E4E3;
75
+ --gray-400: #D0CFCE;
76
+ --gray-500: #B4B3B2;
77
+ --gray-600: #908F8E;
78
+ --gray-700: #7E7C7A;
79
+ --gray-800: #5E5C5A;
80
+ --gray-900: #403F3E;
81
+
82
+ /* Red */
83
+ --red-100: #FEE5D8;
84
+ --red-200: #FEC6B2;
85
+ --red-300: #FC9F8B;
86
+ --red-400: #F97A6E;
87
+ --red-500: #F53F3F;
88
+ --red-600: #D22E3C;
89
+ --red-700: #B01F38;
90
+ --red-800: #8E1433;
91
+ --red-900: #750C30;
92
+
93
+ /* Bluegreen */
94
+ --bluegreen-100: #D6F6ED;
95
+ --bluegreen-200: #8DEFDC;
96
+ --bluegreen-300: #55DFCF;
97
+ --bluegreen-400: #29C4BF;
98
+ --bluegreen-500: #009CA5;
99
+ --bluegreen-600: #008195;
100
+ --bluegreen-700: #00617D;
101
+ --bluegreen-800: #004664;
102
+ --bluegreen-900: #003353;
103
+
104
+ /* Deepyellow */
105
+ --deepyellow-100: #FEF6D4;
106
+ --deepyellow-200: #FEEBAA;
107
+ --deepyellow-300: #FCDC7F;
108
+ --deepyellow-400: #FACD5F;
109
+ --deepyellow-500: #F8B62B;
110
+ --deepyellow-600: #D5941F;
111
+ --deepyellow-700: #B27515;
112
+ --deepyellow-800: #8F590D;
113
+ --deepyellow-900: #774408;
114
+
115
+ /* Jadegreen */
116
+ --jadegreen-100: #E1FAEE;
117
+ --jadegreen-200: #C5F5E3;
118
+ --jadegreen-300: #A0E3CF;
119
+ --jadegreen-400: #7EC7B8;
120
+ --jadegreen-500: #53A299;
121
+ --jadegreen-600: #3C8B89;
122
+ --jadegreen-700: #296F74;
123
+ --jadegreen-800: #1A535D;
124
+ --jadegreen-900: #0F3E4D;
125
+
126
+ /* Indigoblue */
127
+ --indigoblue-100: #E0EBFC;
128
+ --indigoblue-200: #C1D6F9;
129
+ --indigoblue-300: #9EBAEE;
130
+ --indigoblue-400: #819EDE;
131
+ --indigoblue-500: #5979C9;
132
+ --indigoblue-600: #415CAC;
133
+ --indigoblue-700: #2C4390;
134
+ --indigoblue-800: #1C2D74;
135
+ --indigoblue-900: #111E60;
136
+
137
+ /* Magenta */
138
+ --magenta-100: #FCE1E3;
139
+ --magenta-200: #FAC5CD;
140
+ --magenta-300: #F1A4B8;
141
+ --magenta-400: #E489A9;
142
+ --magenta-500: #D36396;
143
+ --magenta-600: #B54884;
144
+ --magenta-700: #973174;
145
+ --magenta-800: #7A1F64;
146
+ --magenta-900: #651359;
147
+
148
+ /* Basic */
149
+ --basic-black: #272B2F;
150
+ --basic-white: #FFFFFF;
151
+
152
+ /* ===================== Semantic Tokens ===================== */
153
+ /* Background */
154
+ --bg-white: #FFFFFF;
155
+ --bg-neutral: var(--gray-100);
156
+ --bg-dimmed: rgba(0, 0, 0, 0.5);
157
+
158
+ /* Surface */
159
+ --surface-primary: var(--orange-500);
160
+ --surface-secondary: var(--gray-900);
161
+ --surface-neutral: var(--basic-white);
162
+ --surface-neutral-1: var(--gray-100);
163
+ --surface-neutral-2: var(--gray-200);
164
+ --surface-neutral-3: var(--gray-300);
165
+ --surface-neutral-4: var(--orange-100);
166
+
167
+ /* Text */
168
+ --text-primary: var(--orange-500);
169
+ --text-secondary: var(--orange-700);
170
+ --text-body: var(--basic-black);
171
+ --text-body-0: var(--basic-white);
172
+ --text-body-1: var(--gray-900);
173
+ --text-body-2: var(--gray-800);
174
+ --text-body-3: var(--gray-700);
175
+ --text-neutral-1: var(--gray-600);
176
+ --text-neutral-2: var(--gray-500);
177
+
178
+ /* Border */
179
+ --border-primary-1: var(--orange-500);
180
+ --border-primary-2: var(--orange-400);
181
+ --border-neutral-1: var(--gray-100);
182
+ --border-neutral-2: var(--gray-200);
183
+ --border-neutral-3: var(--gray-300);
184
+ --border-neutral-4: var(--gray-400);
185
+ --border-neutral-5: var(--gray-600);
186
+ --border-neutral-6: var(--gray-900);
187
+
188
+ /* Additional / Semantic */
189
+ --semantic-1: var(--bluegreen-500); /* info */
190
+ --semantic-2: var(--red-500); /* error */
191
+ --semantic-3: var(--deepyellow-500); /* warning */
192
+ --semantic-4: var(--gray-500); /* disabled */
193
+ --custom-1: var(--indigoblue-400);
194
+ --custom-2: var(--orange-400);
195
+ --custom-3: var(--deepyellow-400);
196
+
197
+ /* States */
198
+ --state-dark-1: rgba(0, 0, 0, 0.02);
199
+ --state-dark-2: rgba(0, 0, 0, 0.10);
200
+ --state-dark-3: rgba(0, 0, 0, 0.16);
201
+ --state-light-1: rgba(255, 255, 255, 0.60);
202
+ --state-selected: rgba(255, 224, 204, 0.50);
203
+
204
+ /* ===================== Typography ===================== */
205
+ --font-ko: "Hanwha Gothic", "Noto Sans KR", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
206
+ --font-multi: "Noto Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
207
+ --font-sans: var(--font-ko);
208
+ --font-brand: "Hanwha", "Hanwha Gothic", "Noto Sans KR", sans-serif;
209
+
210
+ /* ----- 타입 토큰 — PC 기본 (px / weight / line-height) ----- */
211
+ /* Weight convention — Bold=700, Regular=400, Light=300 */
212
+ --title1-size: 26px; --title1-weight: 700; --title1-lh: 1.5;
213
+ --title2-size: 24px; --title2-weight: 700; --title2-lh: 1.5;
214
+ --title3-size: 22px; --title3-weight: 700; --title3-lh: 1.5;
215
+ --title4-size: 20px; --title4-weight: 700; --title4-lh: 1.5;
216
+ --title5-size: 18px; --title5-weight: 700; --title5-lh: 1.5;
217
+
218
+ --subtitle1-size: 20px; --subtitle1-weight: 400; --subtitle1-lh: 1.5;
219
+ --subtitle2-size: 18px; --subtitle2-weight: 400; --subtitle2-lh: 1.5;
220
+ --subtitle3-size: 16px; --subtitle3-weight: 400; --subtitle3-lh: 1.5;
221
+
222
+ --body1-size: 18px; --body1-weight: 300; --body1-lh: 1.5;
223
+ --body2-size: 16px; --body2-weight: 300; --body2-lh: 1.5;
224
+ --body3-size: 14px; --body3-weight: 300; --body3-lh: 1.5;
225
+ --body4-size: 12px; --body4-weight: 300; --body4-lh: 1.5;
226
+
227
+ --caption-size: 14px; --caption-weight: 300; --caption-lh: 1.4;
228
+
229
+ --link-large-size: 18px; --link-large-weight: 300;
230
+ --link-medium-size: 16px; --link-medium-weight: 300;
231
+ --link-small-size: 14px; --link-small-weight: 300;
232
+
233
+ --input-large-size: 16px; --input-large-weight: 400;
234
+ --input-medium-size: 16px; --input-medium-weight: 300;
235
+ --input-small-size: 14px; --input-small-weight: 300;
236
+
237
+ /* ===================== Shape (Radius) ===================== */
238
+ /* Shape value scale — 4, 6, 8, 10, 12, 14, 16 */
239
+ --radius-4: 4px;
240
+ --radius-6: 6px;
241
+ --radius-8: 8px;
242
+ --radius-10: 10px;
243
+ --radius-12: 12px;
244
+ --radius-14: 14px;
245
+ --radius-16: 16px;
246
+
247
+ /* Basic scale (default = PC) */
248
+ --radius-small: 4px;
249
+ --radius-medium: 8px;
250
+ --radius-large: 12px;
251
+ --radius-xLarge: 16px;
252
+ --radius-full: 1000px;
253
+
254
+ /* Modal radius per breakpoint */
255
+ --radius-modal-pc-wide: 16px;
256
+ --radius-modal-pc: 16px;
257
+ --radius-modal-tablet: 14px;
258
+ --radius-modal-mobile: 0;
259
+
260
+ /* ===================== Spacing ===================== */
261
+ --space-0: 0;
262
+ --space-2: 2px;
263
+ --space-4: 4px;
264
+ --space-6: 6px;
265
+ --space-8: 8px;
266
+ --space-10: 10px;
267
+ --space-12: 12px;
268
+ --space-14: 14px;
269
+ --space-16: 16px;
270
+ --space-18: 18px;
271
+ --space-20: 20px;
272
+ --space-22: 22px;
273
+ --space-24: 24px;
274
+ --space-26: 26px;
275
+ --space-28: 28px;
276
+ --space-30: 30px;
277
+ --space-32: 32px;
278
+ --space-36: 36px;
279
+ --space-40: 40px;
280
+ --space-44: 44px;
281
+ --space-48: 48px;
282
+
283
+ /* Padding tokens (PC) */
284
+ --padding-zero: 0;
285
+ --padding-xxxxSmall: 2px;
286
+ --padding-xxxSmall: 4px;
287
+ --padding-xxSmall: 6px;
288
+ --padding-xSmall: 8px;
289
+ --padding-small: 10px;
290
+ --padding-medium: 12px;
291
+ --padding-large: 16px;
292
+ --padding-xLarge: 20px;
293
+ --padding-xxLarge: 24px;
294
+ --padding-xxxLarge: 28px;
295
+ --padding-xxxxLarge: 48px;
296
+
297
+ /* Layout (PC) */
298
+ --layout-gutter: 16px;
299
+ --layout-column: 12px;
300
+ --layout-padding-sub: 32px;
301
+ --layout-padding-top-bottom: 20px;
302
+
303
+ /* ===================== Elevation / Shadow ===================== */
304
+ --shadow-small: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
305
+ --shadow-medium: 0 4px 8px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.04);
306
+ --shadow-large: 0 12px 24px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
307
+ }
308
+
309
+ /* ===================== Base + Semantic Elements ===================== */
310
+ html, body {
311
+ font-family: var(--font-sans);
312
+ color: var(--text-body);
313
+ background: var(--bg-white);
314
+ -webkit-font-smoothing: antialiased;
315
+ -moz-osx-font-smoothing: grayscale;
316
+ text-rendering: optimizeLegibility;
317
+ }
318
+
319
+ body { font-size: var(--body2-size); font-weight: var(--body2-weight); line-height: var(--body2-lh); }
320
+
321
+ h1 { font-size: var(--title1-size); font-weight: 700; line-height: 1.5; letter-spacing: -0.01em; }
322
+ h2 { font-size: var(--title2-size); font-weight: 700; line-height: 1.5; letter-spacing: -0.01em; }
323
+ h3 { font-size: var(--title3-size); font-weight: 700; line-height: 1.5; }
324
+ h4 { font-size: var(--title4-size); font-weight: 700; line-height: 1.5; }
325
+ h5 { font-size: var(--title5-size); font-weight: 700; line-height: 1.5; }
326
+ p { font-size: var(--body2-size); font-weight: 300; line-height: 1.5; }
327
+ small { font-size: var(--body4-size); font-weight: 300; }
328
+ a { color: var(--text-primary); text-decoration: none; }
329
+ a:hover { text-decoration: underline; }
330
+
331
+ /* 타입 클래스 */
332
+ .title1 { font-size: var(--title1-size); font-weight: 700; line-height: 1.5; }
333
+ .title2 { font-size: var(--title2-size); font-weight: 700; line-height: 1.5; }
334
+ .title3 { font-size: var(--title3-size); font-weight: 700; line-height: 1.5; }
335
+ .title4 { font-size: var(--title4-size); font-weight: 700; line-height: 1.5; }
336
+ .title5 { font-size: var(--title5-size); font-weight: 700; line-height: 1.5; }
337
+ .subtitle1 { font-size: var(--subtitle1-size); font-weight: 400; line-height: 1.5; }
338
+ .subtitle2 { font-size: var(--subtitle2-size); font-weight: 400; line-height: 1.5; }
339
+ .subtitle3 { font-size: var(--subtitle3-size); font-weight: 400; line-height: 1.5; }
340
+ .body1 { font-size: var(--body1-size); font-weight: 300; line-height: 1.5; }
341
+ .body2 { font-size: var(--body2-size); font-weight: 300; line-height: 1.5; }
342
+ .body3 { font-size: var(--body3-size); font-weight: 300; line-height: 1.5; }
343
+ .body4 { font-size: var(--body4-size); font-weight: 300; line-height: 1.5; }
344
+ .caption { font-size: var(--caption-size); font-weight: 300; line-height: 1.4; color: var(--text-body-3); }
345
+
346
+ /* ===================== Responsive Type Tokens ===================== */
347
+ /* Tablet — 768 ~ 1280px */
348
+ @media (max-width: 1280px) and (min-width: 768px) {
349
+ :root {
350
+ --title1-size: 24px; --title2-size: 22px; --title3-size: 20px;
351
+ --title4-size: 18px; --title5-size: 16px;
352
+ --subtitle1-size: 18px; --subtitle2-size: 16px; --subtitle3-size: 14px;
353
+ --body1-size: 16px; --body2-size: 14px; --body3-size: 12px; --body4-size: 10px;
354
+ --caption-size: 12px;
355
+ --link-large-size: 16px; --link-medium-size: 14px; --link-small-size: 12px;
356
+ --input-large-size: 14px; --input-medium-size: 14px; --input-small-size: 12px;
357
+ /* Tablet radius scale — xLarge 14 대신 */
358
+ --radius-medium: 6px;
359
+ --radius-large: 10px;
360
+ --radius-xLarge: 14px;
361
+ }
362
+ }
363
+
364
+ /* Mobile — 0 ~ 767px */
365
+ @media (max-width: 767px) {
366
+ :root {
367
+ /* 대부분 PC와 동일하되 subtitle·input은 재정렬 */
368
+ --title1-size: 26px; --title2-size: 22px; --title3-size: 22px;
369
+ --title4-size: 20px; --title5-size: 18px;
370
+ --subtitle1-size: 20px; --subtitle2-size: 18px; --subtitle3-size: 16px;
371
+ --body1-size: 18px; --body2-size: 16px; --body3-size: 14px; --body4-size: 12px;
372
+ --caption-size: 14px;
373
+ --input-large-size: 18px;
374
+ --input-medium-size: 18px;
375
+ --input-small-size: 16px;
376
+ --link-large-size: 18px; --link-medium-size: 16px; --link-small-size: 14px;
377
+ }
378
+ }
@@ -0,0 +1,5 @@
1
+ <svg width="66" height="60" viewBox="0 0 66 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M65.8056 32.9375C64.8195 23.3389 53.8528 15.4731 41.3139 15.3662C28.7761 15.2638 19.403 22.9658 20.3896 32.5677C21.3748 42.1726 32.3415 50.0414 44.8837 50.1399C57.4226 50.2458 66.7873 42.5399 65.8056 32.9375ZM24.3194 30.5345C23.4625 22.7936 31.6048 16.5794 42.5016 16.6672C53.394 16.7511 62.9235 23.095 63.7766 30.8355C64.6356 38.5775 56.4966 44.7916 45.5945 44.7053C34.7041 44.6194 25.1745 38.2814 24.3194 30.5345Z" fill="#FBB584"></path>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.9903 29.2101C16.8121 36.6931 16.6937 48.1979 23.7228 54.9136C30.7567 61.6326 42.2816 61.0067 49.4593 53.5301C56.6434 46.0511 56.7569 34.5462 49.7259 27.8233C42.6949 21.1087 31.1725 21.7326 23.9903 29.2101ZM46.8685 50.3384C40.6955 56.7726 30.7839 57.3062 24.7365 51.5272C18.6779 45.756 18.7802 35.8516 24.962 29.4135C31.1375 22.9818 41.056 22.455 47.1014 28.2252C53.1536 33.9999 53.0509 43.9052 46.8685 50.3384Z" fill="#F89B6C"></path>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7155 9.25269C-0.616701 19.7746 -4.0065 35.0185 5.13422 43.3054C14.2745 51.5888 32.4918 49.779 45.8226 39.2542C59.148 28.7303 62.5392 13.4824 53.4034 5.19903C44.2554 -3.08779 26.0419 -1.27365 12.7155 9.25269ZM24.64 5.12733C37.486 0.322937 50.1878 5.18294 53.015 15.9737C55.8428 26.7683 47.7161 39.4107 34.8696 44.2088C22.025 49.0161 9.32622 44.1512 6.49552 33.36C3.67215 22.5698 11.7989 9.92781 24.64 5.12733Z" fill="#F37321"></path>
5
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg">
2
+ <symbol id="bluesky-icon" viewBox="0 0 16 17">
3
+ <g clip-path="url(#bluesky-clip)"><path fill="#08060d" d="M7.75 7.735c-.693-1.348-2.58-3.86-4.334-5.097-1.68-1.187-2.32-.981-2.74-.79C.188 2.065.1 2.812.1 3.251s.241 3.602.398 4.13c.52 1.744 2.367 2.333 4.07 2.145-2.495.37-4.71 1.278-1.805 4.512 3.196 3.309 4.38-.71 4.987-2.746.608 2.036 1.307 5.91 4.93 2.746 2.72-2.746.747-4.143-1.747-4.512 1.702.189 3.55-.4 4.07-2.145.156-.528.397-3.691.397-4.13s-.088-1.186-.575-1.406c-.42-.19-1.06-.395-2.741.79-1.755 1.24-3.64 3.752-4.334 5.099"/></g>
4
+ <defs><clipPath id="bluesky-clip"><path fill="#fff" d="M.1.85h15.3v15.3H.1z"/></clipPath></defs>
5
+ </symbol>
6
+ <symbol id="discord-icon" viewBox="0 0 20 19">
7
+ <path fill="#08060d" d="M16.224 3.768a14.5 14.5 0 0 0-3.67-1.153c-.158.286-.343.67-.47.976a13.5 13.5 0 0 0-4.067 0c-.128-.306-.317-.69-.476-.976A14.4 14.4 0 0 0 3.868 3.77C1.546 7.28.916 10.703 1.231 14.077a14.7 14.7 0 0 0 4.5 2.306q.545-.748.965-1.587a9.5 9.5 0 0 1-1.518-.74q.191-.14.372-.293c2.927 1.369 6.107 1.369 8.999 0q.183.152.372.294-.723.437-1.52.74.418.838.963 1.588a14.6 14.6 0 0 0 4.504-2.308c.37-3.911-.63-7.302-2.644-10.309m-9.13 8.234c-.878 0-1.599-.82-1.599-1.82 0-.998.705-1.82 1.6-1.82.894 0 1.614.82 1.599 1.82.001 1-.705 1.82-1.6 1.82m5.91 0c-.878 0-1.599-.82-1.599-1.82 0-.998.705-1.82 1.6-1.82.893 0 1.614.82 1.599 1.82 0 1-.706 1.82-1.6 1.82"/>
8
+ </symbol>
9
+ <symbol id="documentation-icon" viewBox="0 0 21 20">
10
+ <path fill="none" stroke="#aa3bff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.35" d="m15.5 13.333 1.533 1.322c.645.555.967.833.967 1.178s-.322.623-.967 1.179L15.5 18.333m-3.333-5-1.534 1.322c-.644.555-.966.833-.966 1.178s.322.623.966 1.179l1.534 1.321"/>
11
+ <path fill="none" stroke="#aa3bff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.35" d="M17.167 10.836v-4.32c0-1.41 0-2.117-.224-2.68-.359-.906-1.118-1.621-2.08-1.96-.599-.21-1.349-.21-2.848-.21-2.623 0-3.935 0-4.983.369-1.684.591-3.013 1.842-3.641 3.428C3 6.449 3 7.684 3 10.154v2.122c0 2.558 0 3.838.706 4.726q.306.383.713.671c.76.536 1.79.64 3.581.66"/>
12
+ <path fill="none" stroke="#aa3bff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.35" d="M3 10a2.78 2.78 0 0 1 2.778-2.778c.555 0 1.209.097 1.748-.047.48-.129.854-.503.982-.982.145-.54.048-1.194.048-1.749a2.78 2.78 0 0 1 2.777-2.777"/>
13
+ </symbol>
14
+ <symbol id="github-icon" viewBox="0 0 19 19">
15
+ <path fill="#08060d" fill-rule="evenodd" d="M9.356 1.85C5.05 1.85 1.57 5.356 1.57 9.694a7.84 7.84 0 0 0 5.324 7.44c.387.079.528-.168.528-.376 0-.182-.013-.805-.013-1.454-2.165.467-2.616-.935-2.616-.935-.349-.91-.864-1.143-.864-1.143-.71-.48.051-.48.051-.48.787.051 1.2.805 1.2.805.695 1.194 1.817.857 2.268.649.064-.507.27-.857.49-1.052-1.728-.182-3.545-.857-3.545-3.87 0-.857.31-1.558.8-2.104-.078-.195-.349-1 .077-2.078 0 0 .657-.208 2.14.805a7.5 7.5 0 0 1 1.946-.26c.657 0 1.328.092 1.946.26 1.483-1.013 2.14-.805 2.14-.805.426 1.078.155 1.883.078 2.078.502.546.799 1.247.799 2.104 0 3.013-1.818 3.675-3.558 3.87.284.247.528.714.528 1.454 0 1.052-.012 1.896-.012 2.156 0 .208.142.455.528.377a7.84 7.84 0 0 0 5.324-7.441c.013-4.338-3.48-7.844-7.773-7.844" clip-rule="evenodd"/>
16
+ </symbol>
17
+ <symbol id="social-icon" viewBox="0 0 20 20">
18
+ <path fill="none" stroke="#aa3bff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.35" d="M12.5 6.667a4.167 4.167 0 1 0-8.334 0 4.167 4.167 0 0 0 8.334 0"/>
19
+ <path fill="none" stroke="#aa3bff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.35" d="M2.5 16.667a5.833 5.833 0 0 1 8.75-5.053m3.837.474.513 1.035c.07.144.257.282.414.309l.93.155c.596.1.736.536.307.965l-.723.73a.64.64 0 0 0-.152.531l.207.903c.164.715-.213.991-.84.618l-.872-.52a.63.63 0 0 0-.577 0l-.872.52c-.624.373-1.003.094-.84-.618l.207-.903a.64.64 0 0 0-.152-.532l-.723-.729c-.426-.43-.289-.864.306-.964l.93-.156a.64.64 0 0 0 .412-.31l.513-1.034c.28-.562.735-.562 1.012 0"/>
20
+ </symbol>
21
+ <symbol id="x-icon" viewBox="0 0 19 19">
22
+ <path fill="#08060d" fill-rule="evenodd" d="M1.893 1.98c.052.072 1.245 1.769 2.653 3.77l2.892 4.114c.183.261.333.48.333.486s-.068.089-.152.183l-.522.593-.765.867-3.597 4.087c-.375.426-.734.834-.798.905a1 1 0 0 0-.118.148c0 .01.236.017.664.017h.663l.729-.83c.4-.457.796-.906.879-.999a692 692 0 0 0 1.794-2.038c.034-.037.301-.34.594-.675l.551-.624.345-.392a7 7 0 0 1 .34-.374c.006 0 .93 1.306 2.052 2.903l2.084 2.965.045.063h2.275c1.87 0 2.273-.003 2.266-.021-.008-.02-1.098-1.572-3.894-5.547-2.013-2.862-2.28-3.246-2.273-3.266.008-.019.282-.332 2.085-2.38l2-2.274 1.567-1.782c.022-.028-.016-.03-.65-.03h-.674l-.3.342a871 871 0 0 1-1.782 2.025c-.067.075-.405.458-.75.852a100 100 0 0 1-.803.91c-.148.172-.299.344-.99 1.127-.304.343-.32.358-.345.327-.015-.019-.904-1.282-1.976-2.808L6.365 1.85H1.8zm1.782.91 8.078 11.294c.772 1.08 1.413 1.973 1.425 1.984.016.017.241.02 1.05.017l1.03-.004-2.694-3.766L7.796 5.75 5.722 2.852l-1.039-.004-1.039-.004z" clip-rule="evenodd"/>
23
+ </symbol>
24
+ </svg>