@xscriptor/xcomponents 0.1.1 → 0.1.2

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 (58) hide show
  1. package/dist/{chunk-TKT37LIX.mjs → chunk-BXVG4SYP.mjs} +101 -39
  2. package/dist/chunk-BXVG4SYP.mjs.map +7 -0
  3. package/dist/{chunk-UROP4J6G.mjs → chunk-FW47JGYZ.mjs} +122 -29
  4. package/dist/chunk-FW47JGYZ.mjs.map +7 -0
  5. package/dist/{chunk-34NJCJUI.mjs → chunk-IK2UCTCM.mjs} +46 -15
  6. package/dist/chunk-IK2UCTCM.mjs.map +7 -0
  7. package/dist/{chunk-2H7TVDE7.mjs → chunk-WE7QZGVP.mjs} +45 -14
  8. package/dist/chunk-WE7QZGVP.mjs.map +7 -0
  9. package/dist/{chunk-MYFPSHSQ.mjs → chunk-XB3UGHSF.mjs} +94 -32
  10. package/dist/chunk-XB3UGHSF.mjs.map +7 -0
  11. package/dist/{chunk-TG3B4GAW.mjs → chunk-ZDMG7X6H.mjs} +57 -26
  12. package/dist/{chunk-TG3B4GAW.mjs.map → chunk-ZDMG7X6H.mjs.map} +4 -4
  13. package/dist/components/content/index.css +64 -65
  14. package/dist/components/content/index.css.map +4 -4
  15. package/dist/components/content/index.js +45 -14
  16. package/dist/components/content/index.js.map +4 -4
  17. package/dist/components/content/index.mjs +1 -1
  18. package/dist/components/forms/index.css +113 -115
  19. package/dist/components/forms/index.css.map +4 -4
  20. package/dist/components/forms/index.js +100 -38
  21. package/dist/components/forms/index.js.map +4 -4
  22. package/dist/components/forms/index.mjs +1 -1
  23. package/dist/components/gallery/index.css +107 -110
  24. package/dist/components/gallery/index.css.map +4 -4
  25. package/dist/components/gallery/index.js +93 -31
  26. package/dist/components/gallery/index.js.map +4 -4
  27. package/dist/components/gallery/index.mjs +1 -1
  28. package/dist/components/index.css +536 -534
  29. package/dist/components/index.css.map +4 -4
  30. package/dist/components/index.js +459 -149
  31. package/dist/components/index.js.map +4 -4
  32. package/dist/components/index.mjs +6 -6
  33. package/dist/components/layout/index.css +89 -81
  34. package/dist/components/layout/index.css.map +4 -4
  35. package/dist/components/layout/index.js +121 -28
  36. package/dist/components/layout/index.js.map +4 -4
  37. package/dist/components/layout/index.mjs +1 -1
  38. package/dist/components/navigation/index.css +120 -120
  39. package/dist/components/navigation/index.css.map +4 -4
  40. package/dist/components/navigation/index.js +56 -25
  41. package/dist/components/navigation/index.js.map +4 -4
  42. package/dist/components/navigation/index.mjs +1 -1
  43. package/dist/components/social/index.css +43 -43
  44. package/dist/components/social/index.css.map +4 -4
  45. package/dist/components/social/index.js +44 -13
  46. package/dist/components/social/index.js.map +4 -4
  47. package/dist/components/social/index.mjs +1 -1
  48. package/dist/index.css +536 -534
  49. package/dist/index.css.map +4 -4
  50. package/dist/index.js +459 -149
  51. package/dist/index.js.map +4 -4
  52. package/dist/index.mjs +6 -6
  53. package/package.json +2 -1
  54. package/dist/chunk-2H7TVDE7.mjs.map +0 -7
  55. package/dist/chunk-34NJCJUI.mjs.map +0 -7
  56. package/dist/chunk-MYFPSHSQ.mjs.map +0 -7
  57. package/dist/chunk-TKT37LIX.mjs.map +0 -7
  58. package/dist/chunk-UROP4J6G.mjs.map +0 -7
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
- /* src/components/forms/xcontactform/XContactForm.module.css */
2
- .XContactForm_wrapper {
1
+ /* esbuild-css-modules-plugin-ns-css:src/components/forms/xcontactform/XContactForm.module.css */
2
+ .XContactForm-module__wrapper_o7lHUG__012 {
3
3
  --input-padding: .65rem .9rem;
4
4
  --font-size: 16px;
5
5
  --form-gap: 1.25rem;
@@ -28,14 +28,14 @@
28
28
  --btn-hover-border-color: var(--btn-border-color);
29
29
  --status-ok-color: #1fa37a;
30
30
  --status-error-color: #d16a6a;
31
- max-width: 900px;
32
- margin: 0 auto;
33
- padding: 2rem 1rem;
34
31
  background-color: var(--wrapper-bg-color);
35
32
  border: var(--wrapper-border-width) var(--wrapper-border-style) var(--wrapper-border-color);
36
33
  border-radius: var(--wrapper-radius);
34
+ max-width: 900px;
35
+ margin: 0 auto;
36
+ padding: 2rem 1rem;
37
37
  }
38
- .XContactForm_small {
38
+ .XContactForm-module__small_o7lHUG__012 {
39
39
  --input-padding: .35rem .55rem;
40
40
  --font-size: 13px;
41
41
  --form-gap: .75rem;
@@ -43,7 +43,7 @@
43
43
  --field-gap: .3rem;
44
44
  --button-min-width: 118px;
45
45
  }
46
- .XContactForm_medium {
46
+ .XContactForm-module__medium_o7lHUG__012 {
47
47
  --input-padding: .5rem .7rem;
48
48
  --font-size: 15px;
49
49
  --form-gap: 1rem;
@@ -51,7 +51,7 @@
51
51
  --field-gap: .4rem;
52
52
  --button-min-width: 130px;
53
53
  }
54
- .XContactForm_large {
54
+ .XContactForm-module__large_o7lHUG__012 {
55
55
  --input-padding: 1rem 1.2rem;
56
56
  --font-size: 18px;
57
57
  --form-gap: 1.5rem;
@@ -59,33 +59,33 @@
59
59
  --field-gap: .5rem;
60
60
  --button-min-width: 150px;
61
61
  }
62
- .XContactForm_form {
63
- display: grid;
62
+ .XContactForm-module__form_o7lHUG__012 {
64
63
  gap: var(--form-gap);
65
64
  max-width: 100%;
66
- }
67
- .XContactForm_row {
68
65
  display: grid;
66
+ }
67
+ .XContactForm-module__row_o7lHUG__012 {
69
68
  gap: var(--row-gap);
69
+ display: grid;
70
70
  }
71
- .XContactForm_grid .XContactForm_row {
71
+ .XContactForm-module__grid_o7lHUG__012 .XContactForm-module__row_o7lHUG__012 {
72
72
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
73
73
  }
74
- .XContactForm_vertical .XContactForm_row {
74
+ .XContactForm-module__vertical_o7lHUG__012 .XContactForm-module__row_o7lHUG__012 {
75
75
  grid-template-columns: 1fr;
76
76
  }
77
- .XContactForm_field {
78
- display: flex;
79
- flex-direction: column;
77
+ .XContactForm-module__field_o7lHUG__012 {
80
78
  gap: var(--field-gap);
79
+ flex-direction: column;
80
+ display: flex;
81
81
  }
82
- .XContactForm_field label {
82
+ .XContactForm-module__field_o7lHUG__012 label {
83
83
  font-size: calc(var(--font-size) - 2px);
84
- font-weight: 500;
85
84
  color: var(--label-color);
85
+ font-weight: 500;
86
86
  }
87
- .XContactForm_field input,
88
- .XContactForm_field textarea {
87
+ .XContactForm-module__field_o7lHUG__012 input,
88
+ .XContactForm-module__field_o7lHUG__012 textarea {
89
89
  width: 100%;
90
90
  padding: var(--input-padding);
91
91
  border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
@@ -94,16 +94,16 @@
94
94
  box-sizing: border-box;
95
95
  font-family: inherit;
96
96
  }
97
- .XContactForm_field input::placeholder,
98
- .XContactForm_field textarea::placeholder {
97
+ .XContactForm-module__field_o7lHUG__012 input::placeholder,
98
+ .XContactForm-module__field_o7lHUG__012 textarea::placeholder {
99
99
  color: #888;
100
100
  }
101
- .XContactForm_buttoncontainer {
102
- display: flex;
101
+ .XContactForm-module__buttoncontainer_o7lHUG__012 {
103
102
  justify-content: var(--btn-alignment);
104
- margin-top: 0.25rem;
103
+ margin-top: .25rem;
104
+ display: flex;
105
105
  }
106
- .XContactForm_button {
106
+ .XContactForm-module__button_o7lHUG__012 {
107
107
  padding: var(--input-padding);
108
108
  border-radius: var(--btn-radius);
109
109
  border: var(--btn-border-width) var(--btn-border-style) var(--btn-border-color);
@@ -111,960 +111,962 @@
111
111
  color: var(--btn-text-color);
112
112
  cursor: pointer;
113
113
  font-size: var(--font-size);
114
- font-weight: 600;
115
114
  min-width: var(--button-min-width);
115
+ font-weight: 600;
116
116
  transition:
117
- background-color 0.2s ease,
118
- color 0.2s ease,
119
- border-color 0.2s ease,
120
- opacity 0.2s ease;
117
+ background-color .2s,
118
+ color .2s,
119
+ border-color .2s,
120
+ opacity .2s;
121
121
  }
122
- .XContactForm_button:hover {
122
+ .XContactForm-module__button_o7lHUG__012:hover {
123
123
  background-color: var(--btn-hover-bg-color);
124
124
  color: var(--btn-hover-text-color);
125
125
  border-color: var(--btn-hover-border-color);
126
- opacity: 0.95;
126
+ opacity: .95;
127
127
  }
128
- .XContactForm_status {
128
+ .XContactForm-module__status_o7lHUG__012 {
129
129
  min-height: 1.5rem;
130
130
  font-size: calc(var(--font-size) - 2px);
131
- margin-top: 0.25rem;
131
+ margin-top: .25rem;
132
132
  }
133
- .XContactForm_statusOk {
133
+ .XContactForm-module__statusOk_o7lHUG__012 {
134
134
  color: var(--status-ok-color);
135
135
  }
136
- .XContactForm_statusError {
136
+ .XContactForm-module__statusError_o7lHUG__012 {
137
137
  color: var(--status-error-color);
138
138
  }
139
- .XContactForm_honeypot {
139
+ .XContactForm-module__honeypot_o7lHUG__012 {
140
140
  position: absolute;
141
- left: -9999px;
142
141
  top: -9999px;
142
+ left: -9999px;
143
143
  }
144
- .XContactForm_withDecorativeX {
145
- position: relative;
144
+ .XContactForm-module__withDecorativeX_o7lHUG__012 {
146
145
  padding-top: 2.5rem;
147
146
  padding-bottom: 2.5rem;
147
+ position: relative;
148
148
  }
149
- .XContactForm_decorativeXTop,
150
- .XContactForm_decorativeXBottom {
151
- position: absolute;
152
- left: 50%;
153
- transform: translateX(-50%);
154
- font-size: 0.5rem;
155
- font-weight: 300;
149
+ .XContactForm-module__decorativeXTop_o7lHUG__012,
150
+ .XContactForm-module__decorativeXBottom_o7lHUG__012 {
156
151
  color: var(--decorative-x-color, currentColor);
157
152
  opacity: 1;
158
153
  pointer-events: none;
159
154
  background-color: var(--wrapper-bg-color, transparent);
160
- padding: 0 0.3rem;
161
- line-height: 1;
162
155
  z-index: 1;
156
+ padding: 0 .3rem;
157
+ font-size: .5rem;
158
+ font-weight: 300;
159
+ line-height: 1;
160
+ position: absolute;
161
+ left: 50%;
162
+ transform: translateX(-50%);
163
163
  }
164
- .XContactForm_decorativeXTop {
164
+ .XContactForm-module__decorativeXTop_o7lHUG__012 {
165
165
  top: 0;
166
166
  transform: translate(-50%, -50%);
167
167
  }
168
- .XContactForm_decorativeXBottom {
168
+ .XContactForm-module__decorativeXBottom_o7lHUG__012 {
169
169
  bottom: 0;
170
170
  transform: translate(-50%, 50%);
171
171
  }
172
172
 
173
- /* src/components/forms/xnewsletter/XNewsletter.module.css */
174
- .XNewsletter_container {
173
+ /* esbuild-css-modules-plugin-ns-css:src/components/forms/xnewsletter/XNewsletter.module.css */
174
+ .XNewsletter-module__container_uZr2_a__012 {
175
175
  --nws-accent: var(--accent);
176
176
  --nws-text: var(--text);
177
177
  --nws-border: var(--border);
178
178
  --nws-btn-text: var(--accent-text);
179
179
  width: 100%;
180
- font-family: "EB Garamond", serif;
180
+ font-family: EB Garamond, serif;
181
181
  }
182
- .XNewsletter_form {
183
- display: flex;
182
+ .XNewsletter-module__form_uZr2_a__012 {
184
183
  gap: 1rem;
184
+ display: flex;
185
185
  }
186
- .XNewsletter_horizontal {
186
+ .XNewsletter-module__horizontal_uZr2_a__012 {
187
187
  flex-direction: column;
188
- align-items: center;
189
188
  justify-content: center;
189
+ align-items: center;
190
190
  }
191
- @media (min-width: 768px) {
192
- .XNewsletter_horizontal {
191
+ @media (width >= 768px) {
192
+ .XNewsletter-module__horizontal_uZr2_a__012 {
193
193
  flex-direction: row;
194
194
  }
195
195
  }
196
- .XNewsletter_vertical {
196
+ .XNewsletter-module__vertical_uZr2_a__012 {
197
197
  flex-direction: column;
198
198
  align-items: flex-start;
199
199
  width: 100%;
200
200
  max-width: 24rem;
201
201
  margin: 0 auto;
202
202
  }
203
- .XNewsletter_title {
204
- font-size: 0.875rem;
203
+ .XNewsletter-module__title_uZr2_a__012 {
205
204
  white-space: nowrap;
206
- font-weight: 500;
207
205
  color: var(--nws-text);
206
+ font-size: .875rem;
207
+ font-weight: 500;
208
208
  }
209
- .XNewsletter_input {
210
- width: 100%;
211
- padding: 0.5rem 1rem;
212
- font-size: 0.875rem;
213
- border-radius: 0.5rem;
209
+ .XNewsletter-module__input_uZr2_a__012 {
214
210
  border: 1px solid var(--nws-border);
215
- background-color: transparent;
216
- outline: none;
217
- transition: border-color 0.2s ease;
211
+ width: 100%;
218
212
  color: var(--nws-text);
219
213
  caret-color: var(--nws-accent);
214
+ background-color: #0000;
215
+ border-radius: .5rem;
216
+ outline: none;
217
+ padding: .5rem 1rem;
220
218
  font-family: inherit;
219
+ font-size: .875rem;
220
+ transition: border-color .2s;
221
221
  }
222
- .XNewsletter_horizontal .XNewsletter_input {
223
- }
224
- @media (min-width: 768px) {
225
- .XNewsletter_horizontal .XNewsletter_input {
222
+ @media (width >= 768px) {
223
+ .XNewsletter-module__horizontal_uZr2_a__012 .XNewsletter-module__input_uZr2_a__012 {
226
224
  width: 16rem;
227
225
  }
228
226
  }
229
- .XNewsletter_input:focus {
227
+ .XNewsletter-module__input_uZr2_a__012:focus {
230
228
  border-color: var(--nws-accent);
231
229
  }
232
- .XNewsletter_actions {
233
- display: flex;
230
+ .XNewsletter-module__actions_uZr2_a__012 {
234
231
  gap: 1rem;
232
+ display: flex;
235
233
  }
236
- .XNewsletter_actionsHorizontal {
234
+ .XNewsletter-module__actionsHorizontal_uZr2_a__012 {
237
235
  flex-direction: row;
238
236
  align-items: center;
239
237
  }
240
- .XNewsletter_actionsVertical {
238
+ .XNewsletter-module__actionsVertical_uZr2_a__012 {
241
239
  flex-direction: column;
242
240
  align-items: flex-start;
243
241
  width: 100%;
244
242
  }
245
- .XNewsletter_checkboxLabel {
246
- display: flex;
247
- align-items: center;
248
- gap: 0.5rem;
249
- font-size: 0.75rem;
243
+ .XNewsletter-module__checkboxLabel_uZr2_a__012 {
250
244
  white-space: nowrap;
251
245
  cursor: pointer;
252
246
  color: var(--nws-text);
247
+ align-items: center;
248
+ gap: .5rem;
249
+ font-size: .75rem;
250
+ display: flex;
253
251
  }
254
- .XNewsletter_checkboxLabel span {
255
- opacity: 0.7;
252
+ .XNewsletter-module__checkboxLabel_uZr2_a__012 span {
253
+ opacity: .7;
256
254
  }
257
- .XNewsletter_checkbox {
258
- height: 0.875rem;
259
- width: 0.875rem;
260
- border-radius: 0.125rem;
255
+ .XNewsletter-module__checkbox_uZr2_a__012 {
261
256
  cursor: pointer;
257
+ width: .875rem;
258
+ height: .875rem;
262
259
  accent-color: var(--nws-accent);
260
+ border-radius: .125rem;
263
261
  }
264
- .XNewsletter_termsLink {
265
- text-decoration: underline;
262
+ .XNewsletter-module__termsLink_uZr2_a__012 {
266
263
  color: var(--nws-accent);
267
- transition: opacity 0.2s ease;
264
+ text-decoration: underline;
265
+ transition: opacity .2s;
268
266
  }
269
- .XNewsletter_termsLink:hover {
267
+ .XNewsletter-module__termsLink_uZr2_a__012:hover {
270
268
  opacity: 1;
271
269
  }
272
- .XNewsletter_button {
273
- padding: 0.5rem 1rem;
274
- font-size: 0.875rem;
275
- border-radius: 0.5rem;
270
+ .XNewsletter-module__button_uZr2_a__012 {
276
271
  border: 1px solid var(--nws-accent);
277
272
  color: var(--nws-accent);
278
- background-color: transparent;
279
- transition: all 0.2s ease;
280
273
  white-space: nowrap;
281
274
  cursor: pointer;
275
+ background-color: #0000;
276
+ border-radius: .5rem;
277
+ padding: .5rem 1rem;
278
+ font-size: .875rem;
279
+ transition: all .2s;
282
280
  }
283
- .XNewsletter_button:hover:not(:disabled) {
281
+ .XNewsletter-module__button_uZr2_a__012:hover:not(:disabled) {
284
282
  background-color: var(--nws-accent);
285
283
  color: var(--nws-btn-text);
286
284
  }
287
- .XNewsletter_button:disabled,
288
- .XNewsletter_input:disabled,
289
- .XNewsletter_checkbox:disabled {
290
- opacity: 0.5;
285
+ .XNewsletter-module__button_uZr2_a__012:disabled,
286
+ .XNewsletter-module__input_uZr2_a__012:disabled,
287
+ .XNewsletter-module__checkbox_uZr2_a__012:disabled {
288
+ opacity: .5;
291
289
  cursor: not-allowed;
292
290
  }
293
- .XNewsletter_actionsVertical .XNewsletter_button {
291
+ .XNewsletter-module__actionsVertical_uZr2_a__012 .XNewsletter-module__button_uZr2_a__012 {
294
292
  width: 100%;
295
293
  }
296
- .XNewsletter_message {
297
- margin-top: 0.75rem;
298
- font-size: 0.75rem;
294
+ .XNewsletter-module__message_uZr2_a__012 {
299
295
  color: var(--nws-accent);
296
+ margin-top: .75rem;
297
+ font-size: .75rem;
300
298
  }
301
- .XNewsletter_messageHorizontal {
299
+ .XNewsletter-module__messageHorizontal_uZr2_a__012 {
302
300
  text-align: center;
303
301
  }
304
- .XNewsletter_messageVertical {
302
+ .XNewsletter-module__messageVertical_uZr2_a__012 {
305
303
  text-align: left;
306
304
  }
307
305
 
308
- /* src/components/navigation/xnavbar/XNavbar.module.css */
309
- .XNavbar_header {
306
+ /* esbuild-css-modules-plugin-ns-css:src/components/navigation/xnavbar/XNavbar.module.css */
307
+ .XNavbar-module__header_wx7KiW__012 {
308
+ background: var(--bg);
310
309
  height: 100%;
311
- display: flex;
312
- align-items: center;
310
+ color: var(--text);
311
+ z-index: 60;
313
312
  justify-content: space-between;
313
+ align-items: center;
314
314
  padding: 2rem 3rem;
315
- background: var(--bg);
316
- color: var(--text);
317
315
  font-size: 1.25rem;
318
- z-index: 60;
316
+ display: flex;
319
317
  }
320
- @media (min-width: 640px) {
321
- .XNavbar_header {
318
+ @media (width >= 640px) {
319
+ .XNavbar-module__header_wx7KiW__012 {
322
320
  padding-inline: 2rem;
323
321
  }
324
322
  }
325
- @media (min-width: 768px) {
326
- .XNavbar_header {
323
+ @media (width >= 768px) {
324
+ .XNavbar-module__header_wx7KiW__012 {
327
325
  padding-inline: 3rem;
328
326
  }
329
327
  }
330
- @media (min-width: 1024px) {
331
- .XNavbar_header {
328
+ @media (width >= 1024px) {
329
+ .XNavbar-module__header_wx7KiW__012 {
332
330
  padding-inline: 5rem;
333
331
  }
334
332
  }
335
- @media (min-width: 1280px) {
336
- .XNavbar_header {
333
+ @media (width >= 1280px) {
334
+ .XNavbar-module__header_wx7KiW__012 {
337
335
  padding-inline: 12rem;
338
336
  }
339
337
  }
340
- .XNavbar_desktopNav {
341
- display: none;
338
+ .XNavbar-module__desktopNav_wx7KiW__012 {
339
+ grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
342
340
  align-items: center;
343
341
  width: 100%;
344
- grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
345
- padding-bottom: 0.5rem;
342
+ padding-bottom: .5rem;
343
+ display: none;
346
344
  }
347
- @media (min-width: 768px) {
348
- .XNavbar_desktopNav {
345
+ @media (width >= 768px) {
346
+ .XNavbar-module__desktopNav_wx7KiW__012 {
349
347
  display: grid;
350
348
  }
351
349
  }
352
- .XNavbar_desktopLinksLeft,
353
- .XNavbar_desktopLinksRight {
354
- display: flex;
350
+ .XNavbar-module__desktopLinksLeft_wx7KiW__012,
351
+ .XNavbar-module__desktopLinksRight_wx7KiW__012 {
355
352
  align-items: center;
356
353
  gap: 1.5rem;
357
354
  min-width: 0;
355
+ display: flex;
358
356
  }
359
- .XNavbar_desktopLinksLeft {
357
+ .XNavbar-module__desktopLinksLeft_wx7KiW__012 {
360
358
  justify-content: flex-end;
361
359
  }
362
- .XNavbar_desktopLinksRight {
360
+ .XNavbar-module__desktopLinksRight_wx7KiW__012 {
363
361
  justify-content: flex-start;
364
362
  }
365
- .XNavbar_logoSlot {
366
- display: flex;
363
+ .XNavbar-module__logoSlot_wx7KiW__012 {
367
364
  justify-content: center;
368
365
  align-items: center;
366
+ display: flex;
369
367
  }
370
- .XNavbar_logoWrapper {
371
- position: relative;
368
+ .XNavbar-module__logoWrapper_wx7KiW__012 {
369
+ align-items: center;
372
370
  margin-inline: 1rem;
373
371
  display: flex;
374
- align-items: center;
372
+ position: relative;
375
373
  }
376
- .XNavbar_logoBtn {
377
- font-weight: 700;
378
- font-size: 1.5rem;
379
- line-height: 1;
374
+ .XNavbar-module__logoBtn_wx7KiW__012 {
380
375
  user-select: none;
381
- background: none;
382
- border: none;
383
376
  cursor: pointer;
384
377
  color: var(--text);
378
+ background: none;
379
+ border: none;
385
380
  padding: 0;
381
+ font-size: 1.5rem;
382
+ font-weight: 700;
383
+ line-height: 1;
386
384
  }
387
- .XNavbar_iconTray {
385
+ .XNavbar-module__iconTray_wx7KiW__012 {
386
+ pointer-events: none;
388
387
  position: absolute;
389
388
  top: 50%;
390
389
  transform: translateY(-50%);
391
- pointer-events: none;
392
390
  }
393
- .XNavbar_iconTrayRight {
391
+ .XNavbar-module__iconTrayRight_wx7KiW__012 {
392
+ padding-left: .75rem;
394
393
  left: 100%;
395
- padding-left: 0.75rem;
396
394
  }
397
- .XNavbar_iconTrayLeft {
395
+ .XNavbar-module__iconTrayLeft_wx7KiW__012 {
396
+ padding-right: .75rem;
398
397
  right: 100%;
399
- padding-right: 0.75rem;
400
398
  }
401
- .XNavbar_navLink {
402
- padding: 0.25rem;
403
- border-bottom: 2px solid transparent;
404
- transition:
405
- border-color 0.2s,
406
- opacity 0.2s,
407
- color 0.2s;
399
+ .XNavbar-module__navLink_wx7KiW__012 {
408
400
  color: var(--xnav-link-color, var(--text));
409
- text-decoration: none;
410
401
  white-space: nowrap;
402
+ border-bottom: 2px solid #0000;
403
+ padding: .25rem;
404
+ text-decoration: none;
405
+ transition:
406
+ border-color .2s,
407
+ opacity .2s,
408
+ color .2s;
411
409
  }
412
- .XNavbar_navLink:hover {
410
+ .XNavbar-module__navLink_wx7KiW__012:hover {
413
411
  color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
414
- opacity: var(--xnav-link-hover-opacity, 0.7);
412
+ opacity: var(--xnav-link-hover-opacity, .7);
415
413
  }
416
- .XNavbar_navLinkActive {
414
+ .XNavbar-module__navLinkActive_wx7KiW__012 {
417
415
  border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
418
416
  font-weight: 600;
419
417
  }
420
- .XNavbar_navLinkExternal::after {
418
+ .XNavbar-module__navLinkExternal_wx7KiW__012:after {
421
419
  content: " \2197";
422
- font-size: 0.7em;
423
- opacity: 0.6;
420
+ opacity: .6;
421
+ font-size: .7em;
424
422
  }
425
- .XNavbar_mobileToggle {
426
- display: flex;
427
- align-items: center;
423
+ .XNavbar-module__mobileToggle_wx7KiW__012 {
428
424
  justify-content: center;
425
+ align-items: center;
426
+ display: flex;
429
427
  }
430
- @media (min-width: 768px) {
431
- .XNavbar_mobileToggle {
428
+ @media (width >= 768px) {
429
+ .XNavbar-module__mobileToggle_wx7KiW__012 {
432
430
  display: none;
433
431
  }
434
432
  }
435
- .XNavbar_hamburgerBtn {
433
+ .XNavbar-module__hamburgerBtn_wx7KiW__012 {
434
+ cursor: pointer;
435
+ z-index: 80;
436
+ background: none;
437
+ border: none;
438
+ flex-direction: column;
439
+ justify-content: space-between;
440
+ align-items: center;
436
441
  width: 2.5rem;
437
442
  height: 2rem;
443
+ padding: 0;
438
444
  display: flex;
439
- flex-direction: column;
440
- align-items: center;
441
- justify-content: space-between;
442
- background: none;
443
- border: none;
444
- cursor: pointer;
445
445
  position: relative;
446
- z-index: 80;
447
- padding: 0;
448
446
  }
449
- .XNavbar_bar {
447
+ .XNavbar-module__bar_wx7KiW__012 {
450
448
  width: var(--xnav-bar-w, 2rem);
451
449
  height: var(--xnav-bar-h, 3px);
452
450
  background: var(--xnav-bar-color, var(--text));
453
451
  border-radius: 2px;
454
452
  }
455
- .XNavbar_mobileOverlay {
456
- position: fixed;
457
- inset: 0;
453
+ .XNavbar-module__mobileOverlay_wx7KiW__012 {
454
+ background: var(--bg);
458
455
  width: 100vw;
459
456
  height: 100svh;
460
- background: var(--bg);
461
457
  color: var(--text);
462
- display: flex;
458
+ z-index: 9999;
463
459
  flex-direction: column;
464
- align-items: center;
465
460
  justify-content: center;
461
+ align-items: center;
466
462
  gap: 2rem;
467
463
  font-size: 2.5rem;
468
- z-index: 9999;
469
- }
470
- .XNavbar_mobileCloseBtn {
464
+ display: flex;
471
465
  position: fixed;
472
- top: 2rem;
473
- left: 1rem;
466
+ inset: 0;
467
+ }
468
+ .XNavbar-module__mobileCloseBtn_wx7KiW__012 {
469
+ cursor: pointer;
474
470
  width: 2.5rem;
475
471
  height: 2rem;
476
- display: flex;
477
- align-items: center;
478
- justify-content: center;
479
- background: none;
480
- border: none;
481
- cursor: pointer;
482
472
  color: var(--xnav-bar-color, var(--text));
483
473
  z-index: 10000;
484
474
  -webkit-tap-highlight-color: transparent;
475
+ background: none;
476
+ border: none;
477
+ justify-content: center;
478
+ align-items: center;
479
+ display: flex;
480
+ position: fixed;
481
+ top: 2rem;
482
+ left: 1rem;
485
483
  }
486
- .XNavbar_closeBar {
487
- display: block;
488
- position: absolute;
484
+ .XNavbar-module__closeBar_wx7KiW__012 {
485
+ background: currentColor;
486
+ border-radius: 2px;
489
487
  width: 2rem;
490
488
  height: 3px;
491
- border-radius: 2px;
492
- background: currentColor;
489
+ display: block;
490
+ position: absolute;
493
491
  }
494
- .XNavbar_mobileLogo {
495
- font-weight: 700;
496
- font-size: 3rem;
492
+ .XNavbar-module__mobileLogo_wx7KiW__012 {
497
493
  user-select: none;
498
494
  pointer-events: none;
495
+ font-size: 3rem;
496
+ font-weight: 700;
499
497
  }
500
- .XNavbar_mobileNavLink {
501
- font-size: 2.5rem;
498
+ .XNavbar-module__mobileNavLink_wx7KiW__012 {
502
499
  color: var(--xnav-link-color, var(--text));
500
+ border-bottom: 2px solid #0000;
501
+ padding: .25rem;
502
+ font-size: 2.5rem;
503
503
  text-decoration: none;
504
- border-bottom: 2px solid transparent;
505
504
  transition:
506
- border-color 0.2s,
507
- color 0.2s,
508
- opacity 0.2s;
509
- padding: 0.25rem;
505
+ border-color .2s,
506
+ color .2s,
507
+ opacity .2s;
510
508
  }
511
- .XNavbar_mobileNavLink:hover {
509
+ .XNavbar-module__mobileNavLink_wx7KiW__012:hover {
512
510
  color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
513
- opacity: var(--xnav-link-hover-opacity, 0.7);
511
+ opacity: var(--xnav-link-hover-opacity, .7);
514
512
  }
515
- .XNavbar_mobileNavLinkActive {
516
- font-weight: 600;
513
+ .XNavbar-module__mobileNavLinkActive_wx7KiW__012 {
517
514
  border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
515
+ font-weight: 600;
518
516
  }
519
- .XNavbar_themeToggleMobile {
520
- margin-top: 1rem;
521
- font-size: 1rem;
522
- padding: 0.5rem 1rem;
517
+ .XNavbar-module__themeToggleMobile_wx7KiW__012 {
523
518
  border: 1px solid var(--border);
524
- border-radius: 0.375rem;
525
- display: flex;
526
- align-items: center;
527
- gap: 0.5rem;
528
- background: none;
529
519
  color: var(--text);
530
520
  cursor: pointer;
531
- transition: opacity 0.2s;
521
+ background: none;
522
+ border-radius: .375rem;
523
+ align-items: center;
524
+ gap: .5rem;
525
+ margin-top: 1rem;
526
+ padding: .5rem 1rem;
527
+ font-size: 1rem;
528
+ transition: opacity .2s;
529
+ display: flex;
532
530
  }
533
- .XNavbar_themeToggleMobile:hover {
534
- opacity: 0.7;
531
+ .XNavbar-module__themeToggleMobile_wx7KiW__012:hover {
532
+ opacity: .7;
535
533
  }
536
534
 
537
- /* src/components/layout/xfooter/XFooter.module.css */
538
- .XFooter_XFooter {
539
- width: 100%;
535
+ /* esbuild-css-modules-plugin-ns-css:src/components/layout/xfooter/XFooter.module.css */
536
+ .XFooter-module__XFooter_v8t72G__012 {
540
537
  background-color: var(--xf-bg, transparent);
538
+ width: 100%;
541
539
  color: var(--xf-text, #333);
542
- padding: var(--xf-py, 0.9rem) 0.6rem;
540
+ padding: var(--xf-py, .9rem) .6rem;
543
541
  }
544
- .XFooter_container {
542
+ .XFooter-module__container_v8t72G__012 {
543
+ flex-direction: column;
544
+ align-items: center;
545
+ gap: .6rem;
545
546
  max-width: 1280px;
546
547
  margin: 0 auto;
547
548
  display: flex;
548
- flex-direction: column;
549
- align-items: center;
550
- gap: 0.6rem;
551
549
  }
552
- .XFooter_nav {
553
- display: grid;
554
- gap: 0.5rem 1.5rem;
550
+ .XFooter-module__nav_v8t72G__012 {
555
551
  grid-template-columns: repeat(var(--xf-cols, 1), minmax(0, auto));
556
- justify-content: center;
557
552
  text-align: center;
553
+ justify-content: center;
554
+ gap: .5rem 1.5rem;
558
555
  width: 100%;
556
+ display: grid;
559
557
  }
560
- .XFooter_navVertical {
561
- display: flex;
558
+ .XFooter-module__navVertical_v8t72G__012 {
562
559
  flex-direction: column;
563
560
  align-items: center;
564
- gap: 0.75rem;
561
+ gap: .75rem;
562
+ display: flex;
565
563
  }
566
- .XFooter_link {
564
+ .XFooter-module__link_v8t72G__012 {
567
565
  color: var(--xf-accent, inherit);
568
- text-decoration: none;
569
- font-size: 0.9rem;
570
- transition: opacity 0.2s;
571
566
  white-space: nowrap;
567
+ font-size: .9rem;
568
+ text-decoration: none;
569
+ transition: opacity .2s;
572
570
  }
573
- .XFooter_link:hover {
574
- opacity: 0.7;
571
+ .XFooter-module__link_v8t72G__012:hover {
572
+ opacity: .7;
575
573
  }
576
- .XFooter_copyright {
577
- font-size: 0.75rem;
578
- opacity: 0.6;
579
- width: 100%;
574
+ .XFooter-module__copyright_v8t72G__012 {
575
+ opacity: .6;
580
576
  text-align: center;
577
+ width: 100%;
578
+ font-size: .75rem;
581
579
  }
582
580
 
583
- /* src/components/layout/xseparator/XSeparator.module.css */
584
- .XSeparator_separatorContainer {
585
- position: relative;
586
- display: flex;
587
- align-items: center;
588
- justify-content: center;
589
- width: 100%;
581
+ /* esbuild-css-modules-plugin-ns-css:src/components/layout/xseparator/XSeparator.module.css */
582
+ .XSeparator-module__separatorContainer_btqQTG__012 {
590
583
  --x-color: var(--separator-color);
591
584
  --x-bg: white;
585
+ justify-content: center;
586
+ align-items: center;
587
+ width: 100%;
588
+ display: flex;
589
+ position: relative;
592
590
  }
593
- .XSeparator_iconWrapper {
594
- position: absolute;
595
- left: 50%;
596
- top: 50%;
597
- transform: translate(-50%, -50%);
591
+ .XSeparator-module__iconWrapper_btqQTG__012 {
598
592
  background-color: var(--x-bg);
599
- padding: 0 10px;
600
593
  color: var(--x-color);
594
+ user-select: none;
595
+ padding: 0 10px;
601
596
  font-family: system-ui, sans-serif;
602
- font-weight: bold;
603
597
  font-size: 1.2rem;
598
+ font-weight: bold;
604
599
  line-height: 1;
605
- user-select: none;
600
+ position: absolute;
601
+ top: 50%;
602
+ left: 50%;
603
+ transform: translate(-50%, -50%);
606
604
  }
607
- .XSeparator_separator {
605
+ .XSeparator-module__separator_btqQTG__012 {
608
606
  --separator-color: #e2e8f0;
609
607
  --separator-thickness: 1px;
610
608
  --separator-margin: 1rem;
611
- border: 0;
612
609
  background-color: var(--separator-color);
610
+ border: 0;
613
611
  }
614
- .XSeparator_dashed {
615
- background-color: transparent !important;
612
+ .XSeparator-module__dashed_btqQTG__012 {
616
613
  border-bottom: var(--separator-thickness) dashed var(--separator-color);
614
+ background-color: #0000 !important;
617
615
  }
618
- .XSeparator_dotted {
619
- background-color: transparent !important;
616
+ .XSeparator-module__dotted_btqQTG__012 {
620
617
  border-bottom: var(--separator-thickness) dotted var(--separator-color);
618
+ background-color: #0000 !important;
621
619
  }
622
- .XSeparator_faded {
620
+ .XSeparator-module__faded_btqQTG__012 {
621
+ -webkit-mask-image:
622
+ linear-gradient(
623
+ to right,
624
+ #0000,
625
+ #000 20% 80%,
626
+ #0000);
623
627
  mask-image:
624
628
  linear-gradient(
625
629
  to right,
626
- transparent,
627
- black 20%,
628
- black 80%,
629
- transparent);
630
+ #0000,
631
+ #000 20% 80%,
632
+ #0000);
630
633
  }
631
- .XSeparator_vertical.XSeparator_faded {
634
+ .XSeparator-module__vertical_btqQTG__012.XSeparator-module__faded_btqQTG__012 {
635
+ -webkit-mask-image:
636
+ linear-gradient(
637
+ #0000,
638
+ #000 20% 80%,
639
+ #0000);
632
640
  mask-image:
633
641
  linear-gradient(
634
- to bottom,
635
- transparent,
636
- black 20%,
637
- black 80%,
638
- transparent);
642
+ #0000,
643
+ #000 20% 80%,
644
+ #0000);
639
645
  }
640
- .XSeparator_horizontal {
646
+ .XSeparator-module__horizontal_btqQTG__012 {
641
647
  width: 100%;
642
648
  height: var(--separator-thickness);
643
649
  margin: var(--separator-margin) 0;
644
650
  }
645
- .XSeparator_vertical {
651
+ .XSeparator-module__vertical_btqQTG__012 {
646
652
  width: var(--separator-thickness);
647
653
  height: 100%;
648
- display: inline-block;
649
654
  margin: 0 var(--separator-margin);
650
655
  vertical-align: middle;
656
+ display: inline-block;
651
657
  }
652
658
 
653
- /* src/components/layout/xzigzaglayout/XZigZagLayout.module.css */
654
- .XZigZagLayout_layout {
659
+ /* esbuild-css-modules-plugin-ns-css:src/components/layout/xzigzaglayout/XZigZagLayout.module.css */
660
+ .XZigZagLayout-module__layout_Jgc4GG__012 {
661
+ gap: var(--x-zigzag-gap, .5rem);
662
+ flex-direction: column;
655
663
  width: min(100%, 72rem);
656
664
  margin: 0 auto;
665
+ padding-inline: clamp(.5rem, 2vw, 1rem);
657
666
  display: flex;
658
- flex-direction: column;
659
- gap: var(--x-zigzag-gap, 0.5rem);
660
- padding-inline: clamp(0.5rem, 2vw, 1rem);
661
667
  position: relative;
662
668
  }
663
- .XZigZagLayout_svgLine {
669
+ .XZigZagLayout-module__svgLine_Jgc4GG__012 {
670
+ pointer-events: none;
671
+ z-index: 0;
672
+ width: 100%;
673
+ height: 100%;
664
674
  position: absolute;
665
675
  top: 0;
666
676
  left: 0;
667
- width: 100%;
668
- height: 100%;
669
- pointer-events: none;
670
- z-index: 0;
671
677
  }
672
- .XZigZagLayout_item {
678
+ .XZigZagLayout-module__item_Jgc4GG__012 {
679
+ grid-template-columns: repeat(12, minmax(0, 1fr));
673
680
  width: 100%;
674
681
  display: grid;
675
- grid-template-columns: repeat(12, minmax(0, 1fr));
676
682
  }
677
- .XZigZagLayout_item > * {
683
+ .XZigZagLayout-module__item_Jgc4GG__012 > * {
678
684
  width: 100%;
679
685
  text-align: inherit;
680
686
  }
681
- .XZigZagLayout_contentWrapper {
687
+ .XZigZagLayout-module__contentWrapper_Jgc4GG__012 {
682
688
  width: 100%;
683
689
  }
684
- .XZigZagLayout_textLeft > * {
690
+ .XZigZagLayout-module__textLeft_Jgc4GG__012 > * {
685
691
  text-align: left;
686
692
  }
687
- .XZigZagLayout_textRight > * {
693
+ .XZigZagLayout-module__textRight_Jgc4GG__012 > * {
688
694
  text-align: right;
689
695
  }
690
- .XZigZagLayout_left > * {
696
+ .XZigZagLayout-module__left_Jgc4GG__012 > * {
691
697
  grid-column: 2 / 8;
692
698
  }
693
- .XZigZagLayout_right > * {
699
+ .XZigZagLayout-module__right_Jgc4GG__012 > * {
694
700
  grid-column: 6 / 12;
695
701
  }
696
- @media (max-width: 768px) {
697
- .XZigZagLayout_left > * {
702
+ @media (width <= 768px) {
703
+ .XZigZagLayout-module__left_Jgc4GG__012 > * {
698
704
  grid-column: 1 / 11;
699
705
  }
700
- .XZigZagLayout_right > * {
706
+ .XZigZagLayout-module__right_Jgc4GG__012 > * {
701
707
  grid-column: 3 / 13;
702
708
  }
703
709
  }
704
710
 
705
- /* src/components/content/xinteractivephrase/XInteractivePhrase.module.css */
706
- .XInteractivePhrase_container {
707
- padding: 1rem 0;
711
+ /* esbuild-css-modules-plugin-ns-css:src/components/content/xinteractivephrase/XInteractivePhrase.module.css */
712
+ .XInteractivePhrase-module__container_fdhnVG__012 {
708
713
  color: var(--text, #000);
709
714
  width: 100%;
715
+ padding: 1rem 0;
710
716
  }
711
- .XInteractivePhrase_title {
712
- margin: 0;
713
- padding: 0;
717
+ .XInteractivePhrase-module__title_fdhnVG__012 {
714
718
  line-height: 1.3;
715
719
  font-weight: inherit;
716
720
  text-align: inherit;
721
+ margin: 0;
722
+ padding: 0;
717
723
  }
718
- h1.XInteractivePhrase_title {
724
+ h1.XInteractivePhrase-module__title_fdhnVG__012 {
725
+ text-align: inherit;
726
+ margin: 0;
727
+ padding: 0;
719
728
  font-size: clamp(2rem, 6vw, 2.2rem);
720
729
  font-weight: 800;
730
+ }
731
+ h2.XInteractivePhrase-module__title_fdhnVG__012 {
732
+ text-align: inherit;
721
733
  margin: 0;
722
734
  padding: 0;
723
- text-align: inherit;
724
- }
725
- h2.XInteractivePhrase_title {
726
735
  font-size: clamp(1.675rem, 4vw, 1.8rem);
727
736
  font-weight: 700;
737
+ }
738
+ h3.XInteractivePhrase-module__title_fdhnVG__012 {
739
+ text-align: inherit;
728
740
  margin: 0;
729
741
  padding: 0;
730
- text-align: inherit;
731
- }
732
- h3.XInteractivePhrase_title {
733
742
  font-size: clamp(1.4rem, 3vw, 1.95rem);
734
743
  font-weight: 700;
744
+ }
745
+ h4.XInteractivePhrase-module__title_fdhnVG__012 {
746
+ text-align: inherit;
735
747
  margin: 0;
736
748
  padding: 0;
737
- text-align: inherit;
738
- }
739
- h4.XInteractivePhrase_title {
740
749
  font-size: clamp(1.25rem, 3vw, 2rem);
741
750
  font-weight: 600;
751
+ }
752
+ h5.XInteractivePhrase-module__title_fdhnVG__012 {
753
+ text-align: inherit;
742
754
  margin: 0;
743
755
  padding: 0;
744
- text-align: inherit;
745
- }
746
- h5.XInteractivePhrase_title {
747
756
  font-size: clamp(1.125rem, 3vw, 1.5rem);
748
757
  font-weight: 600;
758
+ }
759
+ h6.XInteractivePhrase-module__title_fdhnVG__012 {
760
+ text-align: inherit;
749
761
  margin: 0;
750
762
  padding: 0;
751
- text-align: inherit;
752
- }
753
- h6.XInteractivePhrase_title {
754
763
  font-size: clamp(1rem, 2.5vw, 1.25rem);
755
764
  font-weight: 600;
765
+ }
766
+ p.XInteractivePhrase-module__title_fdhnVG__012 {
767
+ text-align: inherit;
756
768
  margin: 0;
757
769
  padding: 0;
758
- text-align: inherit;
759
- }
760
- p.XInteractivePhrase_title {
761
770
  font-size: 1rem;
762
771
  font-weight: 400;
763
- margin: 0;
764
- padding: 0;
765
- text-align: inherit;
766
772
  }
767
- .XInteractivePhrase_title strong {
768
- font-weight: 900;
773
+ .XInteractivePhrase-module__title_fdhnVG__012 strong {
769
774
  color: var(--accent, #0070f3);
775
+ font-weight: 900;
770
776
  }
771
- .XInteractivePhrase_title em {
772
- font-style: italic;
777
+ .XInteractivePhrase-module__title_fdhnVG__012 em {
773
778
  font-family: serif;
779
+ font-style: italic;
774
780
  }
775
- .XInteractivePhrase_underlineEffect {
776
- position: relative;
781
+ .XInteractivePhrase-module__underlineEffect_fdhnVG__012 {
777
782
  cursor: pointer;
778
783
  color: var(--accent, #0070f3);
784
+ transition: color .3s;
779
785
  display: inline-block;
780
- transition: color 0.3s ease;
786
+ position: relative;
781
787
  }
782
- .XInteractivePhrase_underlineEffect::after {
788
+ .XInteractivePhrase-module__underlineEffect_fdhnVG__012:after {
783
789
  content: "";
784
- position: absolute;
785
- bottom: -2px;
786
- left: 0;
787
- height: 0.15em;
788
- width: 100%;
789
790
  background:
790
791
  repeating-linear-gradient(
791
792
  45deg,
792
- transparent,
793
- transparent 2px,
794
- currentColor 2px,
795
- currentColor 4px);
796
- transition: opacity 0.3s ease;
793
+ #0000,
794
+ #0000 2px,
795
+ currentColor 2px 4px);
796
+ width: 100%;
797
+ height: .15em;
798
+ transition: opacity .3s;
799
+ position: absolute;
800
+ bottom: -2px;
801
+ left: 0;
797
802
  }
798
- .XInteractivePhrase_underlineEffect:hover::after {
803
+ .XInteractivePhrase-module__underlineEffect_fdhnVG__012:hover:after {
799
804
  opacity: 0;
800
805
  }
801
- .XInteractivePhrase_buttonEffect {
802
- display: inline-block;
803
- padding: 0.1em 0.6em;
804
- border: 2px dashed currentColor;
805
- border-radius: 9999px;
806
+ .XInteractivePhrase-module__buttonEffect_fdhnVG__012 {
806
807
  cursor: pointer;
807
808
  color: var(--accent, #0070f3);
808
- transition: all 0.3s ease;
809
+ border: 2px dashed;
810
+ border-radius: 9999px;
811
+ padding: .1em .6em;
812
+ transition: all .3s;
813
+ display: inline-block;
809
814
  }
810
- .XInteractivePhrase_buttonEffect:hover {
811
- background: currentColor;
815
+ .XInteractivePhrase-module__buttonEffect_fdhnVG__012:hover {
812
816
  color: var(--bg, #fff);
817
+ background: currentColor;
813
818
  }
814
- .XInteractivePhrase_blurEffect {
819
+ .XInteractivePhrase-module__blurEffect_fdhnVG__012 {
820
+ transition: filter .7s cubic-bezier(.4, 0, .2, 1), opacity .7s;
815
821
  display: inline-block;
816
- transition: filter 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s ease;
817
822
  }
818
- .XInteractivePhrase_isVisible {
819
- filter: blur(0);
823
+ .XInteractivePhrase-module__isVisible_fdhnVG__012 {
824
+ filter: blur();
820
825
  opacity: 1;
821
826
  }
822
- .XInteractivePhrase_isHidden {
827
+ .XInteractivePhrase-module__isHidden_fdhnVG__012 {
823
828
  filter: blur(10px);
824
- opacity: 0.3;
829
+ opacity: .3;
825
830
  user-select: none;
826
831
  }
827
- .XInteractivePhrase_lineBreak {
832
+ .XInteractivePhrase-module__lineBreak_fdhnVG__012 {
833
+ height: .8rem;
828
834
  display: block;
829
- height: 0.8rem;
830
835
  }
831
- .XInteractivePhrase_underlineEffect:focus-visible,
832
- .XInteractivePhrase_buttonEffect:focus-visible {
836
+ .XInteractivePhrase-module__underlineEffect_fdhnVG__012:focus-visible,
837
+ .XInteractivePhrase-module__buttonEffect_fdhnVG__012:focus-visible {
833
838
  outline: 2px solid var(--accent, #0070f3);
834
839
  outline-offset: 4px;
835
840
  }
836
841
 
837
- /* src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css */
838
- .XMicroGalleryText_container {
839
- display: flex;
842
+ /* esbuild-css-modules-plugin-ns-css:src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css */
843
+ .XMicroGalleryText-module__container_22YC0W__012 {
840
844
  flex-direction: column;
845
+ align-items: center;
841
846
  gap: 2rem;
842
847
  width: 100%;
843
- align-items: center;
844
848
  margin: 2rem 0;
849
+ display: flex;
845
850
  }
846
- @media (min-width: 1024px) {
847
- .XMicroGalleryText_container {
851
+ @media (width >= 1024px) {
852
+ .XMicroGalleryText-module__container_22YC0W__012 {
848
853
  flex-direction: row;
849
854
  align-items: center;
850
855
  gap: 4rem;
851
856
  }
852
- .XMicroGalleryText_reverse {
857
+ .XMicroGalleryText-module__reverse_22YC0W__012 {
853
858
  flex-direction: row-reverse;
854
859
  }
855
860
  }
856
- .XMicroGalleryText_textContent {
857
- flex: 1;
861
+ .XMicroGalleryText-module__textContent_22YC0W__012 {
858
862
  opacity: 0;
859
- transform: translateY(30px);
860
- transition: opacity 0.8s ease-out, transform 0.8s ease-out;
861
863
  color: var(--foreground);
864
+ flex: 1;
865
+ transition: opacity .8s ease-out, transform .8s ease-out;
866
+ transform: translateY(30px);
862
867
  }
863
- .XMicroGalleryText_textContent.XMicroGalleryText_visible {
868
+ .XMicroGalleryText-module__textContent_22YC0W__012.XMicroGalleryText-module__visible_22YC0W__012 {
864
869
  opacity: 1;
865
870
  transform: translateY(0);
866
871
  }
867
- .XMicroGalleryText_textLeft {
872
+ .XMicroGalleryText-module__textLeft_22YC0W__012 {
868
873
  text-align: left;
869
874
  }
870
- .XMicroGalleryText_textRight {
875
+ .XMicroGalleryText-module__textRight_22YC0W__012 {
871
876
  text-align: right;
872
877
  }
873
- .XMicroGalleryText_textCenter {
878
+ .XMicroGalleryText-module__textCenter_22YC0W__012 {
874
879
  text-align: center;
875
880
  }
876
- .XMicroGalleryText_textContent p,
877
- .XMicroGalleryText_textContent div,
878
- .XMicroGalleryText_textContent span,
879
- .XMicroGalleryText_textContent em,
880
- .XMicroGalleryText_textContent strong,
881
- .XMicroGalleryText_textContent a {
881
+ .XMicroGalleryText-module__textContent_22YC0W__012 p,
882
+ .XMicroGalleryText-module__textContent_22YC0W__012 div,
883
+ .XMicroGalleryText-module__textContent_22YC0W__012 span,
884
+ .XMicroGalleryText-module__textContent_22YC0W__012 em,
885
+ .XMicroGalleryText-module__textContent_22YC0W__012 strong,
886
+ .XMicroGalleryText-module__textContent_22YC0W__012 a {
882
887
  text-align: inherit;
883
888
  max-width: none;
884
889
  margin-left: unset;
885
890
  margin-right: unset;
886
891
  }
887
- .XMicroGalleryText_gallery {
892
+ .XMicroGalleryText-module__gallery_22YC0W__012 {
888
893
  flex: 1.5;
889
894
  width: 100%;
890
895
  }
891
- .XMicroGalleryText_artisticGrid {
892
- display: grid;
893
- grid-template-columns: repeat(3, 1fr);
896
+ .XMicroGalleryText-module__artisticGrid_22YC0W__012 {
894
897
  grid-template-rows: 380px 220px;
898
+ grid-template-columns: repeat(3, 1fr);
895
899
  gap: 1rem;
900
+ display: grid;
896
901
  }
897
- .XMicroGalleryText_imageWrapper {
898
- position: relative;
899
- overflow: hidden;
900
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
901
- border-radius: 20px;
902
+ .XMicroGalleryText-module__imageWrapper_22YC0W__012 {
902
903
  opacity: 0;
903
- transform: translateY(50px) scale(0.95);
904
+ border-radius: 20px;
904
905
  transition:
905
- opacity 0.6s ease-out,
906
- transform 0.6s ease-out,
907
- box-shadow 0.3s ease;
906
+ opacity .6s ease-out,
907
+ transform .6s ease-out,
908
+ box-shadow .3s;
909
+ position: relative;
910
+ overflow: hidden;
911
+ transform: translateY(50px) scale(.95);
912
+ box-shadow: 0 10px 30px #0000001a;
908
913
  }
909
- .XMicroGalleryText_imageWrapper.XMicroGalleryText_visible {
914
+ .XMicroGalleryText-module__imageWrapper_22YC0W__012.XMicroGalleryText-module__visible_22YC0W__012 {
910
915
  opacity: 1;
911
916
  transform: translateY(0) scale(1);
912
917
  }
913
- .XMicroGalleryText_imageWrapper:hover {
918
+ .XMicroGalleryText-module__imageWrapper_22YC0W__012:hover {
914
919
  transform: translateY(-5px);
915
- box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
920
+ box-shadow: 0 20px 40px #00000026;
916
921
  }
917
- .XMicroGalleryText_previewImage {
922
+ .XMicroGalleryText-module__previewImage_22YC0W__012 {
918
923
  object-fit: cover;
919
924
  }
920
- .XMicroGalleryText_artisticGrid .XMicroGalleryText_artistic1 .XMicroGalleryText_previewImage {
925
+ .XMicroGalleryText-module__artisticGrid_22YC0W__012 .XMicroGalleryText-module__artistic1_22YC0W__012 .XMicroGalleryText-module__previewImage_22YC0W__012 {
921
926
  object-position: center top;
922
927
  transform: translateY(0);
923
928
  }
924
- .XMicroGalleryText_artistic1 {
925
- grid-column: 1 / 4;
926
- grid-row: 1 / 2;
927
- transition-delay: 0.2s;
929
+ .XMicroGalleryText-module__artistic1_22YC0W__012 {
930
+ grid-area: 1 / 1 / 2 / 4;
931
+ transition-delay: .2s;
928
932
  }
929
- .XMicroGalleryText_artistic2 {
930
- grid-column: 1 / 2;
931
- grid-row: 2 / 3;
932
- transition-delay: 0.3s;
933
+ .XMicroGalleryText-module__artistic2_22YC0W__012 {
934
+ grid-area: 2 / 1 / 3 / 2;
935
+ transition-delay: .3s;
933
936
  }
934
- .XMicroGalleryText_artistic3 {
935
- grid-column: 2 / 4;
936
- grid-row: 2 / 3;
937
- transition-delay: 0.4s;
937
+ .XMicroGalleryText-module__artistic3_22YC0W__012 {
938
+ grid-area: 2 / 2 / 3 / 4;
939
+ transition-delay: .4s;
938
940
  }
939
- @media (max-width: 768px) {
940
- .XMicroGalleryText_artisticGrid {
941
- grid-template-columns: 1fr;
941
+ @media (width <= 768px) {
942
+ .XMicroGalleryText-module__artisticGrid_22YC0W__012 {
942
943
  grid-template-rows: 240px 180px 180px;
944
+ grid-template-columns: 1fr;
943
945
  }
944
- .XMicroGalleryText_artistic1,
945
- .XMicroGalleryText_artistic2,
946
- .XMicroGalleryText_artistic3 {
946
+ .XMicroGalleryText-module__artistic1_22YC0W__012,
947
+ .XMicroGalleryText-module__artistic2_22YC0W__012,
948
+ .XMicroGalleryText-module__artistic3_22YC0W__012 {
947
949
  grid-column: 1 / 2;
948
950
  }
949
- .XMicroGalleryText_artistic1 {
951
+ .XMicroGalleryText-module__artistic1_22YC0W__012 {
950
952
  grid-row: 1 / 2;
951
953
  }
952
- .XMicroGalleryText_artistic2 {
954
+ .XMicroGalleryText-module__artistic2_22YC0W__012 {
953
955
  grid-row: 2 / 3;
954
956
  }
955
- .XMicroGalleryText_artistic3 {
957
+ .XMicroGalleryText-module__artistic3_22YC0W__012 {
956
958
  grid-row: 3 / 4;
957
959
  }
958
960
  }
959
- @media (max-width: 480px) {
960
- .XMicroGalleryText_artisticGrid {
961
+ @media (width <= 480px) {
962
+ .XMicroGalleryText-module__artisticGrid_22YC0W__012 {
961
963
  grid-template-rows: 200px 140px 140px;
962
964
  }
963
965
  }
964
966
 
965
- /* src/components/gallery/xstaticgallery/XStaticGallery.module.css */
966
- .XStaticGallery_galleryContainer {
967
+ /* esbuild-css-modules-plugin-ns-css:src/components/gallery/xstaticgallery/XStaticGallery.module.css */
968
+ .XStaticGallery-module__galleryContainer_7nn4pa__012 {
967
969
  width: 100%;
968
970
  max-width: 80rem;
969
971
  margin: 0 auto;
970
972
  padding: 1rem 1rem 3rem;
971
973
  }
972
- .XStaticGallery_galleryTitle {
973
- font-size: 1.875rem;
974
+ .XStaticGallery-module__galleryTitle_7nn4pa__012 {
974
975
  text-align: right;
975
976
  color: var(--primary);
977
+ opacity: .8;
976
978
  margin-bottom: 3rem;
977
- opacity: 0.8;
979
+ font-size: 1.875rem;
978
980
  }
979
- .XStaticGallery_masonryGrid {
981
+ .XStaticGallery-module__masonryGrid_7nn4pa__012 {
980
982
  gap: 1rem;
981
983
  }
982
- .XStaticGallery_masonryItem {
984
+ .XStaticGallery-module__masonryItem_7nn4pa__012 {
983
985
  break-inside: avoid;
984
- position: relative;
986
+ opacity: 0;
985
987
  border-radius: 1rem;
986
- overflow: hidden;
987
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
988
988
  margin-bottom: 1rem;
989
- opacity: 0;
990
- transform: translateY(20px);
991
989
  transition:
992
- opacity 0.5s ease-out,
993
- transform 0.5s ease-out,
994
- box-shadow 0.3s ease;
990
+ opacity .5s ease-out,
991
+ transform .5s ease-out,
992
+ box-shadow .3s;
993
+ position: relative;
994
+ overflow: hidden;
995
+ transform: translateY(20px);
996
+ box-shadow: 0 4px 12px #00000014;
995
997
  }
996
- .XStaticGallery_masonryItem.XStaticGallery_visible {
998
+ .XStaticGallery-module__masonryItem_7nn4pa__012.XStaticGallery-module__visible_7nn4pa__012 {
997
999
  opacity: 1;
998
1000
  transform: translateY(0);
999
1001
  }
1000
- .XStaticGallery_masonryItem:hover {
1001
- box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
1002
+ .XStaticGallery-module__masonryItem_7nn4pa__012:hover {
1003
+ box-shadow: 0 12px 32px #0000002e;
1002
1004
  }
1003
- .XStaticGallery_imageContainer {
1004
- position: relative;
1005
+ .XStaticGallery-module__imageContainer_7nn4pa__012 {
1006
+ border-radius: 1rem;
1005
1007
  width: 100%;
1008
+ position: relative;
1006
1009
  overflow: hidden;
1007
- border-radius: 1rem;
1008
1010
  }
1009
- .XStaticGallery_galleryImage {
1011
+ .XStaticGallery-module__galleryImage_7nn4pa__012 {
1012
+ object-fit: cover;
1010
1013
  width: 100%;
1011
1014
  height: auto;
1012
- object-fit: cover;
1015
+ transition: transform .5s ease-out;
1013
1016
  display: block;
1014
- transition: transform 0.5s ease-out;
1015
1017
  }
1016
- .XStaticGallery_masonryItem:hover .XStaticGallery_galleryImage {
1018
+ .XStaticGallery-module__masonryItem_7nn4pa__012:hover .XStaticGallery-module__galleryImage_7nn4pa__012 {
1017
1019
  transform: scale(1.05);
1018
1020
  }
1019
- .XStaticGallery_imageOverlay {
1021
+ .XStaticGallery-module__imageOverlay_7nn4pa__012 {
1022
+ pointer-events: none;
1023
+ background: none;
1024
+ transition: background .3s;
1020
1025
  position: absolute;
1021
1026
  inset: 0;
1022
- background: rgba(0, 0, 0, 0);
1023
- transition: background 0.3s ease;
1024
- pointer-events: none;
1025
1027
  }
1026
- .XStaticGallery_masonryItem:hover .XStaticGallery_imageOverlay {
1027
- background: rgba(0, 0, 0, 0.1);
1028
+ .XStaticGallery-module__masonryItem_7nn4pa__012:hover .XStaticGallery-module__imageOverlay_7nn4pa__012 {
1029
+ background: #0000001a;
1028
1030
  }
1029
- .XStaticGallery_cols1 {
1031
+ .XStaticGallery-module__cols1_7nn4pa__012 {
1030
1032
  columns: 1;
1031
1033
  }
1032
- .XStaticGallery_cols2 {
1034
+ .XStaticGallery-module__cols2_7nn4pa__012 {
1033
1035
  columns: 2;
1034
1036
  }
1035
- .XStaticGallery_cols3 {
1037
+ .XStaticGallery-module__cols3_7nn4pa__012 {
1036
1038
  columns: 3;
1037
1039
  }
1038
- .XStaticGallery_cols4 {
1040
+ .XStaticGallery-module__cols4_7nn4pa__012 {
1039
1041
  columns: 4;
1040
1042
  }
1041
- .XStaticGallery_cols5 {
1043
+ .XStaticGallery-module__cols5_7nn4pa__012 {
1042
1044
  columns: 5;
1043
1045
  }
1044
- @media (max-width: 1280px) {
1045
- .XStaticGallery_cols4,
1046
- .XStaticGallery_cols5 {
1046
+ @media (width <= 1280px) {
1047
+ .XStaticGallery-module__cols4_7nn4pa__012,
1048
+ .XStaticGallery-module__cols5_7nn4pa__012 {
1047
1049
  columns: 3;
1048
1050
  }
1049
1051
  }
1050
- @media (max-width: 768px) {
1051
- .XStaticGallery_cols3,
1052
- .XStaticGallery_cols4,
1053
- .XStaticGallery_cols5 {
1052
+ @media (width <= 768px) {
1053
+ .XStaticGallery-module__cols3_7nn4pa__012,
1054
+ .XStaticGallery-module__cols4_7nn4pa__012,
1055
+ .XStaticGallery-module__cols5_7nn4pa__012 {
1054
1056
  columns: 2;
1055
1057
  }
1056
1058
  }
1057
- @media (max-width: 640px) {
1058
- .XStaticGallery_cols2,
1059
- .XStaticGallery_cols3,
1060
- .XStaticGallery_cols4,
1061
- .XStaticGallery_cols5 {
1059
+ @media (width <= 640px) {
1060
+ .XStaticGallery-module__cols2_7nn4pa__012,
1061
+ .XStaticGallery-module__cols3_7nn4pa__012,
1062
+ .XStaticGallery-module__cols4_7nn4pa__012,
1063
+ .XStaticGallery-module__cols5_7nn4pa__012 {
1062
1064
  columns: 1;
1063
1065
  }
1064
1066
  }
1065
1067
 
1066
- /* src/components/social/xsocialcontact/XSocialContact.module.css */
1067
- .XSocialContact_container {
1068
+ /* esbuild-css-modules-plugin-ns-css:src/components/social/xsocialcontact/XSocialContact.module.css */
1069
+ .XSocialContact-module__container_D0-L3a__012 {
1068
1070
  --columns: 3;
1069
1071
  --gap: 1.5rem;
1070
1072
  --padding: 1.5rem;
@@ -1072,7 +1074,7 @@ p.XInteractivePhrase_title {
1072
1074
  --alignment: center;
1073
1075
  --text-align: center;
1074
1076
  --icon-gap: 1.5rem;
1075
- --border-radius: 0.5rem;
1077
+ --border-radius: .5rem;
1076
1078
  --bg-color: transparent;
1077
1079
  --icon-color: currentColor;
1078
1080
  --icon-hover-color: currentColor;
@@ -1080,7 +1082,6 @@ p.XInteractivePhrase_title {
1080
1082
  --border-width: 0px;
1081
1083
  --border-style: solid;
1082
1084
  --text-color: inherit;
1083
- display: grid;
1084
1085
  grid-template-columns: repeat(var(--columns), 1fr);
1085
1086
  gap: var(--gap);
1086
1087
  padding: var(--padding);
@@ -1088,94 +1089,95 @@ p.XInteractivePhrase_title {
1088
1089
  border: var(--border-width) var(--border-style) var(--border-color);
1089
1090
  border-radius: var(--border-radius);
1090
1091
  justify-items: var(--alignment);
1092
+ display: grid;
1091
1093
  }
1092
- .XSocialContact_small {
1094
+ .XSocialContact-module__small_D0-L3a__012 {
1093
1095
  --icon-gap: 1rem;
1094
1096
  --gap: 1rem;
1095
1097
  --padding: 1rem;
1096
- --text-size: 0.875rem;
1098
+ --text-size: .875rem;
1097
1099
  }
1098
- .XSocialContact_medium {
1100
+ .XSocialContact-module__medium_D0-L3a__012 {
1099
1101
  --icon-gap: 1.5rem;
1100
1102
  --gap: 1.5rem;
1101
1103
  --padding: 1.5rem;
1102
1104
  --text-size: 1rem;
1103
1105
  }
1104
- .XSocialContact_large {
1106
+ .XSocialContact-module__large_D0-L3a__012 {
1105
1107
  --icon-gap: 2rem;
1106
1108
  --gap: 2rem;
1107
1109
  --padding: 2rem;
1108
1110
  --text-size: 1.125rem;
1109
1111
  }
1110
- .XSocialContact_rows1 {
1112
+ .XSocialContact-module__rows1_D0-L3a__012 {
1111
1113
  grid-template-rows: auto;
1112
1114
  }
1113
- .XSocialContact_rows2 {
1115
+ .XSocialContact-module__rows2_D0-L3a__012 {
1114
1116
  grid-template-rows: repeat(2, auto);
1115
1117
  }
1116
- .XSocialContact_rows3 {
1118
+ .XSocialContact-module__rows3_D0-L3a__012 {
1117
1119
  grid-template-rows: repeat(3, auto);
1118
1120
  }
1119
- .XSocialContact_rows4 {
1121
+ .XSocialContact-module__rows4_D0-L3a__012 {
1120
1122
  grid-template-rows: repeat(4, auto);
1121
1123
  }
1122
- .XSocialContact_item {
1123
- display: flex;
1124
- flex-direction: column;
1124
+ .XSocialContact-module__item_D0-L3a__012 {
1125
1125
  align-items: center;
1126
- gap: calc(var(--icon-gap) * 0.5);
1127
- text-decoration: none;
1128
- transition: opacity 0.2s ease;
1126
+ gap: calc(var(--icon-gap) * .5);
1129
1127
  color: inherit;
1128
+ flex-direction: column;
1129
+ text-decoration: none;
1130
+ transition: opacity .2s;
1131
+ display: flex;
1130
1132
  }
1131
- .XSocialContact_item:hover {
1132
- opacity: 0.8;
1133
+ .XSocialContact-module__item_D0-L3a__012:hover {
1134
+ opacity: .8;
1133
1135
  }
1134
- .XSocialContact_iconWrapper {
1136
+ .XSocialContact-module__iconWrapper_D0-L3a__012 {
1135
1137
  --item-icon-color: var(--icon-color);
1136
1138
  --item-icon-hover-color: var(--icon-hover-color);
1137
- display: flex;
1138
- align-items: center;
1139
- justify-content: center;
1140
1139
  width: var(--icon-gap);
1141
1140
  height: var(--icon-gap);
1142
1141
  color: var(--item-icon-color);
1143
- transition: color 0.2s ease;
1142
+ justify-content: center;
1143
+ align-items: center;
1144
+ transition: color .2s;
1145
+ display: flex;
1144
1146
  }
1145
- .XSocialContact_item:hover .XSocialContact_iconWrapper {
1147
+ .XSocialContact-module__item_D0-L3a__012:hover .XSocialContact-module__iconWrapper_D0-L3a__012 {
1146
1148
  color: var(--item-icon-hover-color);
1147
1149
  }
1148
- .XSocialContact_text {
1150
+ .XSocialContact-module__text_D0-L3a__012 {
1149
1151
  font-size: var(--text-size);
1150
1152
  color: var(--text-color);
1151
1153
  text-align: var(--text-align);
1152
1154
  word-break: break-word;
1153
1155
  max-width: 100%;
1154
1156
  }
1155
- @media (max-width: 768px) {
1156
- .XSocialContact_container {
1157
+ @media (width <= 768px) {
1158
+ .XSocialContact-module__container_D0-L3a__012 {
1157
1159
  --columns: 2;
1158
- --gap: calc(var(--gap) * 0.75);
1159
- --padding: calc(var(--padding) * 0.75);
1160
+ --gap: calc(var(--gap) * .75);
1161
+ --padding: calc(var(--padding) * .75);
1160
1162
  }
1161
- .XSocialContact_rows2,
1162
- .XSocialContact_rows3,
1163
- .XSocialContact_rows4 {
1164
- grid-template-columns: repeat(2, 1fr);
1163
+ .XSocialContact-module__rows2_D0-L3a__012,
1164
+ .XSocialContact-module__rows3_D0-L3a__012,
1165
+ .XSocialContact-module__rows4_D0-L3a__012 {
1165
1166
  grid-template-rows: repeat(2, auto);
1167
+ grid-template-columns: repeat(2, 1fr);
1166
1168
  }
1167
1169
  }
1168
- @media (max-width: 480px) {
1169
- .XSocialContact_container {
1170
+ @media (width <= 480px) {
1171
+ .XSocialContact-module__container_D0-L3a__012 {
1170
1172
  --columns: 1;
1171
- --gap: calc(var(--gap) * 0.5);
1172
- --padding: calc(var(--padding) * 0.5);
1173
+ --gap: calc(var(--gap) * .5);
1174
+ --padding: calc(var(--padding) * .5);
1173
1175
  }
1174
- .XSocialContact_rows2,
1175
- .XSocialContact_rows3,
1176
- .XSocialContact_rows4 {
1177
- grid-template-columns: 1fr;
1176
+ .XSocialContact-module__rows2_D0-L3a__012,
1177
+ .XSocialContact-module__rows3_D0-L3a__012,
1178
+ .XSocialContact-module__rows4_D0-L3a__012 {
1178
1179
  grid-template-rows: auto;
1180
+ grid-template-columns: 1fr;
1179
1181
  }
1180
1182
  }
1181
1183
  /*# sourceMappingURL=index.css.map */