@incodetech/web 0.0.0-dev-20260126-4504c5b

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 (48) hide show
  1. package/dist/aligndevicelottie-DlQCRPfM.js +29 -0
  2. package/dist/backdevicelottie-B4NgyWmX.js +29 -0
  3. package/dist/base.css +1634 -0
  4. package/dist/baseTutorial-Be85FuyO.js +383 -0
  5. package/dist/blurdevicelottie-_BZRug1c.js +29 -0
  6. package/dist/browser-ponyfill-B6W6hHVY.js +344 -0
  7. package/dist/email/email.es.js +137 -0
  8. package/dist/email/styles.css +123 -0
  9. package/dist/flip-animation-COR596wy.js +29 -0
  10. package/dist/flow/flow.es.js +540 -0
  11. package/dist/flow/styles.css +3204 -0
  12. package/dist/frontdevicelottie-KhKxT5n9.js +29 -0
  13. package/dist/glaredevicelottie-DLuIStvb.js +29 -0
  14. package/dist/id/id.es.js +1497 -0
  15. package/dist/id/styles.css +1587 -0
  16. package/dist/id-laser-h-BBV3r3rz.js +29 -0
  17. package/dist/id-laser-v-BTHJaSfx.js +29 -0
  18. package/dist/id-tutorial-B-F5Q28m.js +29 -0
  19. package/dist/incodeModule-DR92HDjR.js +257 -0
  20. package/dist/index.es.js +6 -0
  21. package/dist/instance-B-q0ZREN.js +2140 -0
  22. package/dist/otpInput-Dm1LhnDm.js +151 -0
  23. package/dist/page-CITAo3qf.js +189 -0
  24. package/dist/passport-tutorial-CaYBFTqt.js +29 -0
  25. package/dist/phone/phone.es.js +3442 -0
  26. package/dist/phone/styles.css +305 -0
  27. package/dist/selfie/selfie.es.js +570 -0
  28. package/dist/selfie/styles.css +638 -0
  29. package/dist/selfieTutorial-Dm_p0ke9.js +29 -0
  30. package/dist/setup-BhetRn4n.js +20 -0
  31. package/dist/spinner-CQtj_FFo.js +65 -0
  32. package/dist/themes/dark.css +797 -0
  33. package/dist/themes/light.css +688 -0
  34. package/dist/types/base.d.ts +1 -0
  35. package/dist/types/dark.d.ts +1 -0
  36. package/dist/types/email.d.ts +57 -0
  37. package/dist/types/flow.d.ts +69 -0
  38. package/dist/types/id.d.ts +34 -0
  39. package/dist/types/index.d.ts +38 -0
  40. package/dist/types/light.d.ts +1 -0
  41. package/dist/types/phone.d.ts +58 -0
  42. package/dist/types/selfie.d.ts +31 -0
  43. package/dist/types/styles.d.ts +1 -0
  44. package/dist/types/themes/dark.d.ts +1 -0
  45. package/dist/types/themes/light.d.ts +1 -0
  46. package/dist/uiConfig-DEqynrWx.js +23 -0
  47. package/dist/vendor-preact-CjD4WiuC.js +593 -0
  48. package/package.json +100 -0
package/dist/base.css ADDED
@@ -0,0 +1,1634 @@
1
+ @import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Rethink+Sans:wght@800&display=swap";
2
+
3
+
4
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
5
+ @layer properties {
6
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
7
+ *, :before, :after, ::backdrop {
8
+ --tw-rotate-x: initial;
9
+ --tw-rotate-y: initial;
10
+ --tw-rotate-z: initial;
11
+ --tw-skew-x: initial;
12
+ --tw-skew-y: initial;
13
+ --tw-border-style: solid;
14
+ --tw-outline-style: solid;
15
+ --tw-blur: initial;
16
+ --tw-brightness: initial;
17
+ --tw-contrast: initial;
18
+ --tw-grayscale: initial;
19
+ --tw-hue-rotate: initial;
20
+ --tw-invert: initial;
21
+ --tw-opacity: initial;
22
+ --tw-saturate: initial;
23
+ --tw-sepia: initial;
24
+ --tw-drop-shadow: initial;
25
+ --tw-drop-shadow-color: initial;
26
+ --tw-drop-shadow-alpha: 100%;
27
+ --tw-drop-shadow-size: initial;
28
+ --tw-backdrop-blur: initial;
29
+ --tw-backdrop-brightness: initial;
30
+ --tw-backdrop-contrast: initial;
31
+ --tw-backdrop-grayscale: initial;
32
+ --tw-backdrop-hue-rotate: initial;
33
+ --tw-backdrop-invert: initial;
34
+ --tw-backdrop-opacity: initial;
35
+ --tw-backdrop-saturate: initial;
36
+ --tw-backdrop-sepia: initial;
37
+ --tw-ease: initial;
38
+ --tw-duration: initial;
39
+ --tw-font-weight: initial;
40
+ --tw-leading: initial;
41
+ --tw-tracking: initial;
42
+ }
43
+ }
44
+ }
45
+ .IncodeComponent, .IncodeComponent * {
46
+ box-sizing: border-box;
47
+ font-family: var(--primitive-typography-family-dm-sans), sans-serif;
48
+ }
49
+ .IncodeComponent {
50
+ font-family: var(--primitive-typography-family-dm-sans), sans-serif;
51
+ -webkit-font-smoothing: antialiased;
52
+ -moz-osx-font-smoothing: grayscale;
53
+ text-rendering: optimizeLegibility;
54
+ color: var(--text-body-primary);
55
+ width: 100%;
56
+ height: 100%;
57
+ margin: 0;
58
+ padding: 0;
59
+ }
60
+ .IncodeComponent *, .IncodeComponent :after, .IncodeComponent :before, .IncodeComponent ::backdrop {
61
+ box-sizing: border-box;
62
+ border: 0 solid;
63
+ margin: 0;
64
+ padding: 0;
65
+ }
66
+ .IncodeComponent ::file-selector-button {
67
+ box-sizing: border-box;
68
+ border: 0 solid;
69
+ margin: 0;
70
+ padding: 0;
71
+ }
72
+ .IncodeComponent h1, .IncodeComponent h2, .IncodeComponent h3, .IncodeComponent h4, .IncodeComponent h5, .IncodeComponent h6 {
73
+ font-size: inherit;
74
+ font-weight: inherit;
75
+ margin: 0;
76
+ padding: 0;
77
+ }
78
+ .IncodeComponent ol, .IncodeComponent ul, .IncodeComponent menu {
79
+ list-style: none;
80
+ }
81
+ .IncodeComponent img, .IncodeComponent svg, .IncodeComponent video, .IncodeComponent canvas, .IncodeComponent audio, .IncodeComponent iframe, .IncodeComponent embed, .IncodeComponent object {
82
+ vertical-align: middle;
83
+ display: block;
84
+ }
85
+ .IncodeComponent img, .IncodeComponent video {
86
+ max-width: 100%;
87
+ height: auto;
88
+ }
89
+ @layer incode-theme;
90
+ @layer incode-utilities {
91
+ .visible {
92
+ visibility: visible;
93
+ }
94
+
95
+ .absolute {
96
+ position: absolute;
97
+ }
98
+
99
+ .relative {
100
+ position: relative;
101
+ }
102
+
103
+ .container {
104
+ width: 100%;
105
+ }
106
+
107
+ @media (min-width: 40rem) {
108
+ .container {
109
+ max-width: 40rem;
110
+ }
111
+ }
112
+
113
+ @media (min-width: 48rem) {
114
+ .container {
115
+ max-width: 48rem;
116
+ }
117
+ }
118
+
119
+ @media (min-width: 64rem) {
120
+ .container {
121
+ max-width: 64rem;
122
+ }
123
+ }
124
+
125
+ @media (min-width: 80rem) {
126
+ .container {
127
+ max-width: 80rem;
128
+ }
129
+ }
130
+
131
+ @media (min-width: 96rem) {
132
+ .container {
133
+ max-width: 96rem;
134
+ }
135
+ }
136
+
137
+ .block {
138
+ display: block;
139
+ }
140
+
141
+ .flex {
142
+ display: flex;
143
+ }
144
+
145
+ .hidden {
146
+ display: none;
147
+ }
148
+
149
+ .inline-flex {
150
+ display: inline-flex;
151
+ }
152
+
153
+ .transform {
154
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
155
+ }
156
+
157
+ .border {
158
+ border-style: var(--tw-border-style);
159
+ border-width: 1px;
160
+ }
161
+
162
+ .uppercase {
163
+ text-transform: uppercase;
164
+ }
165
+
166
+ .outline {
167
+ outline-style: var(--tw-outline-style);
168
+ outline-width: 1px;
169
+ }
170
+
171
+ .blur {
172
+ --tw-blur: blur(8px);
173
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
174
+ }
175
+
176
+ .filter {
177
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
178
+ }
179
+
180
+ .backdrop-filter {
181
+ -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
182
+ backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
183
+ }
184
+
185
+ .transition {
186
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
187
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
188
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
189
+ }
190
+
191
+ .ease-in-out {
192
+ --tw-ease: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
193
+ transition-timing-function: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
194
+ }
195
+
196
+ .ease-out {
197
+ --tw-ease: var(--ease-out, cubic-bezier(0, 0, .2, 1));
198
+ transition-timing-function: var(--ease-out, cubic-bezier(0, 0, .2, 1));
199
+ }
200
+ }
201
+ @layer incode-base, incode-components;
202
+ @keyframes slideUp {
203
+ from {
204
+ transform: translateY(100%);
205
+ }
206
+
207
+ to {
208
+ transform: translateY(0);
209
+ }
210
+ }
211
+ .IncodeButton {
212
+ border-radius: var(--radius-button-primary, var(--button-primary-border-radius));
213
+ text-align: center;
214
+ width: 100%;
215
+ max-width: 420px;
216
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
217
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
218
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
219
+ --tw-duration: .2s;
220
+ margin-inline: auto;
221
+ transition-duration: .2s;
222
+ display: block;
223
+ }
224
+ .IncodeButton.IncodeButtonPrimary {
225
+ background-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
226
+ color: var(--color-button-primary-text-default, var(--button-primary-text-default));
227
+ padding-inline: var(--spacing-32, var(--spacing-32, 32px));
228
+ font-size: var(--text-18, var(--primitive-typography-size-18));
229
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
230
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
231
+ border-style: var(--tw-border-style);
232
+ border-width: 1.5px;
233
+ border-color: var(--color-button-primary-border-default, var(--button-primary-border-default));
234
+ padding-block: 18px;
235
+ }
236
+ .IncodeButton.IncodeButtonPrimary:active {
237
+ background-color: var(--color-button-primary-surface-pressed, var(--button-primary-surface-pressed));
238
+ }
239
+ .IncodeButton.IncodeButtonPrimary:not(.IncodeButtonLoading):disabled {
240
+ background-color: var(--color-button-primary-surface-disabled, var(--button-primary-surface-disabled));
241
+ color: var(--color-button-primary-text-disabled, var(--button-primary-text-disabled));
242
+ cursor: not-allowed;
243
+ border-style: var(--tw-border-style);
244
+ border-width: 1px;
245
+ border-color: var(--color-button-primary-border-disabled, var(--button-primary-border-disabled));
246
+ }
247
+ .IncodeButton.IncodeButtonPrimary.IncodeButtonLoading {
248
+ min-height: 56px;
249
+ padding: var(--spacing-0, var(--spacing-none, 0px));
250
+ pointer-events: none;
251
+ cursor: not-allowed;
252
+ justify-content: center;
253
+ align-items: center;
254
+ display: flex;
255
+ }
256
+ .IncodeButton.IncodeButtonPrimary.IncodeButtonLoading .IncodeLoadingIconPrimaryIcon {
257
+ fill: var(--button-primary-text-default);
258
+ }
259
+ .IncodeButton.IncodeButtonPrimary.IncodeButtonLoading .IncodeLoadingIconSecondaryIcon {
260
+ fill: var(--surface-brand-400-static);
261
+ }
262
+ .IncodeButton.IncodeButtonLink {
263
+ border-style: var(--tw-border-style);
264
+ border-width: var(--border-width-none, var(--border-none));
265
+ --tw-border-style: none;
266
+ width: 100%;
267
+ height: 56px;
268
+ font-family: var(--Button-family, "DM Sans");
269
+ font-size: var(--Button-M-Underlined-font-size, 18px);
270
+ font-weight: 500;
271
+ line-height: var(--Button-M-Underlined-line-height, 18px);
272
+ letter-spacing: var(--Button-M-Underlined-letter-spacing, 0);
273
+ -webkit-text-decoration-skip-ink: none;
274
+ text-decoration-skip-ink: none;
275
+ color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
276
+ background-color: #0000;
277
+ border-style: none;
278
+ text-decoration-line: underline;
279
+ text-decoration-style: solid;
280
+ text-decoration-thickness: auto;
281
+ }
282
+ .IncodeButton.IncodeButtonLink:disabled {
283
+ cursor: not-allowed;
284
+ opacity: .5;
285
+ }
286
+ .IncodeButton.IncodeButtonLink.IncodeButtonLoading {
287
+ pointer-events: none;
288
+ cursor: not-allowed;
289
+ }
290
+ .IncodeButton.IncodeButtonLink.IncodeButtonLoading .IncodeLoadingIconPrimaryIcon {
291
+ fill: var(--button-primary-surface-default);
292
+ }
293
+ .IncodeButton.IncodeButtonLink.IncodeButtonLoading .IncodeLoadingIconSecondaryIcon {
294
+ fill: var(--surface-brand-400-static);
295
+ }
296
+ .IncodeOtpInput {
297
+ flex-direction: column;
298
+ flex: 1;
299
+ align-items: center;
300
+ width: 100%;
301
+ display: flex;
302
+ }
303
+ .IncodeOtpInputContainer {
304
+ flex-direction: column;
305
+ align-items: center;
306
+ width: 100%;
307
+ display: flex;
308
+ }
309
+ .IncodeOtpInputBoxes {
310
+ justify-content: center;
311
+ gap: var(--spacing-4, var(--spacing-4, 4px));
312
+ max-width: 100%;
313
+ display: flex;
314
+ }
315
+ @media (min-width: 400px) {
316
+ .IncodeOtpInputBoxes {
317
+ gap: var(--spacing-12, var(--spacing-12, 12px));
318
+ }
319
+ }
320
+ .IncodeOtpInputBox {
321
+ text-align: center;
322
+ width: 48px;
323
+ height: 48px;
324
+ font-size: var(--text-24, var(--primitive-typography-size-24));
325
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
326
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
327
+ border-radius: var(--radius-small, var(--border-radius-small));
328
+ border-style: var(--tw-border-style);
329
+ border-width: 1px;
330
+ border-color: var(--color-input-border-default, var(--input-border-default));
331
+ background-color: var(--color-input-surface-default, var(--input-surface-default));
332
+ color: var(--color-input-text-field-default, var(--input-text-field-default));
333
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
334
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
335
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
336
+ --tw-duration: .2s;
337
+ --tw-outline-style: none;
338
+ outline-style: none;
339
+ flex-shrink: 0;
340
+ font-family: inherit;
341
+ transition-duration: .2s;
342
+ }
343
+ @media (min-width: 400px) {
344
+ .IncodeOtpInputBox {
345
+ width: 56px;
346
+ height: 56px;
347
+ }
348
+ }
349
+ .IncodeOtpInputBoxes:focus-within .IncodeOtpInputBox {
350
+ border-style: var(--tw-border-style);
351
+ border-width: 2px;
352
+ border-color: var(--color-input-border-active, var(--input-border-active));
353
+ background-color: var(--color-input-surface-active, var(--input-surface-active));
354
+ }
355
+ .IncodeOtpInputBoxes.IncodeOtpInputBoxesError .IncodeOtpInputBox {
356
+ border-color: var(--color-input-border-negative, var(--input-border-negative));
357
+ }
358
+ .IncodeOtpInputBox::placeholder {
359
+ color: var(--color-input-text-field-placeholder, var(--input-text-field-placeholder));
360
+ }
361
+ .IncodeOtpInputBox:disabled {
362
+ border-color: var(--color-input-border-disabled, var(--input-border-disabled));
363
+ background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
364
+ cursor: not-allowed;
365
+ color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
366
+ }
367
+ .IncodeOtpInputError {
368
+ margin: var(--spacing-0, var(--spacing-none, 0px));
369
+ text-align: center;
370
+ font-size: var(--text-14, var(--primitive-typography-size-14));
371
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
372
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
373
+ color: var(--color-input-text-helper-negative, var(--input-text-helper-negative));
374
+ }
375
+ .IncodeOtpInputActions {
376
+ flex-direction: column;
377
+ align-items: center;
378
+ width: 100%;
379
+ display: flex;
380
+ }
381
+ .IncodeOtpInputTimer {
382
+ margin: var(--spacing-0, var(--spacing-none, 0px));
383
+ text-align: center;
384
+ font-size: var(--text-18, var(--primitive-typography-size-18));
385
+ --tw-font-weight: var(--font-weight-normal, 400);
386
+ font-weight: var(--font-weight-normal, 400);
387
+ color: var(--color-text-body-tertiary, var(--text-body-tertiary));
388
+ }
389
+ .IncodeOtpInputResendText {
390
+ margin: var(--spacing-0, var(--spacing-none, 0px));
391
+ text-align: center;
392
+ font-size: var(--text-18, var(--primitive-typography-size-18));
393
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
394
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
395
+ color: var(--color-text-body-primary, var(--text-body-primary));
396
+ }
397
+ .IncodeOtpInputLink {
398
+ margin: var(--spacing-0, var(--spacing-none, 0px));
399
+ cursor: pointer;
400
+ border-style: var(--tw-border-style);
401
+ border-width: var(--border-width-none, var(--border-none));
402
+ --tw-border-style: none;
403
+ padding: var(--spacing-0, var(--spacing-none, 0px));
404
+ font-size: var(--text-18, var(--primitive-typography-size-18));
405
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
406
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
407
+ color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
408
+ background-color: #0000;
409
+ border-style: none;
410
+ font-family: inherit;
411
+ text-decoration-line: underline;
412
+ }
413
+ .IncodeOtpInputLink:hover {
414
+ color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
415
+ }
416
+ .IncodeOtpInputLink:disabled {
417
+ cursor: not-allowed;
418
+ color: var(--color-text-body-tertiary, var(--text-body-tertiary));
419
+ }
420
+ .IncodePageContainer {
421
+ background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
422
+ width: 100%;
423
+ height: 100%;
424
+ display: flex;
425
+ }
426
+ @media (min-width: 40rem) {
427
+ .IncodePageContainer .IncodePageInner {
428
+ max-width: 40rem;
429
+ }
430
+ }
431
+ @media (min-width: 48rem) {
432
+ .IncodePageContainer .IncodePageInner {
433
+ max-width: 48rem;
434
+ }
435
+ }
436
+ @media (min-width: 64rem) {
437
+ .IncodePageContainer .IncodePageInner {
438
+ max-width: 64rem;
439
+ }
440
+ }
441
+ @media (min-width: 80rem) {
442
+ .IncodePageContainer .IncodePageInner {
443
+ max-width: 80rem;
444
+ }
445
+ }
446
+ @media (min-width: 96rem) {
447
+ .IncodePageContainer .IncodePageInner {
448
+ max-width: 96rem;
449
+ }
450
+ }
451
+ @media (min-width: 48rem) {
452
+ .IncodePageContainer .IncodePageInner {
453
+ height: 840px;
454
+ }
455
+ }
456
+ @media (min-width: 40rem) {
457
+ .IncodePageContainer .IncodePageInner {
458
+ max-width: 40rem;
459
+ }
460
+ }
461
+ @media (min-width: 48rem) {
462
+ .IncodePageContainer .IncodePageInner {
463
+ max-width: 48rem;
464
+ }
465
+ }
466
+ @media (min-width: 64rem) {
467
+ .IncodePageContainer .IncodePageInner {
468
+ max-width: 64rem;
469
+ }
470
+ }
471
+ @media (min-width: 80rem) {
472
+ .IncodePageContainer .IncodePageInner {
473
+ max-width: 80rem;
474
+ }
475
+ }
476
+ @media (min-width: 96rem) {
477
+ .IncodePageContainer .IncodePageInner {
478
+ max-width: 96rem;
479
+ }
480
+ }
481
+ @media (min-width: 48rem) {
482
+ .IncodePageContainer .IncodePageInner {
483
+ height: 840px;
484
+ }
485
+ }
486
+ @media (min-width: 40rem) {
487
+ .IncodePageContainer .IncodePageInner {
488
+ max-width: 40rem;
489
+ }
490
+ }
491
+ @media (min-width: 48rem) {
492
+ .IncodePageContainer .IncodePageInner {
493
+ max-width: 48rem;
494
+ }
495
+ }
496
+ @media (min-width: 64rem) {
497
+ .IncodePageContainer .IncodePageInner {
498
+ max-width: 64rem;
499
+ }
500
+ }
501
+ @media (min-width: 80rem) {
502
+ .IncodePageContainer .IncodePageInner {
503
+ max-width: 80rem;
504
+ }
505
+ }
506
+ @media (min-width: 96rem) {
507
+ .IncodePageContainer .IncodePageInner {
508
+ max-width: 96rem;
509
+ }
510
+ }
511
+ @media (min-width: 48rem) {
512
+ .IncodePageContainer .IncodePageInner {
513
+ height: 840px;
514
+ }
515
+ }
516
+ @media (min-width: 40rem) {
517
+ .IncodePageContainer .IncodePageInner {
518
+ max-width: 40rem;
519
+ }
520
+ }
521
+ @media (min-width: 48rem) {
522
+ .IncodePageContainer .IncodePageInner {
523
+ max-width: 48rem;
524
+ }
525
+ }
526
+ @media (min-width: 64rem) {
527
+ .IncodePageContainer .IncodePageInner {
528
+ max-width: 64rem;
529
+ }
530
+ }
531
+ @media (min-width: 80rem) {
532
+ .IncodePageContainer .IncodePageInner {
533
+ max-width: 80rem;
534
+ }
535
+ }
536
+ @media (min-width: 96rem) {
537
+ .IncodePageContainer .IncodePageInner {
538
+ max-width: 96rem;
539
+ }
540
+ }
541
+ @media (min-width: 48rem) {
542
+ .IncodePageContainer .IncodePageInner {
543
+ height: 840px;
544
+ }
545
+ }
546
+ @media (min-width: 40rem) {
547
+ .IncodePageContainer .IncodePageInner {
548
+ max-width: 40rem;
549
+ }
550
+ }
551
+ @media (min-width: 48rem) {
552
+ .IncodePageContainer .IncodePageInner {
553
+ max-width: 48rem;
554
+ }
555
+ }
556
+ @media (min-width: 64rem) {
557
+ .IncodePageContainer .IncodePageInner {
558
+ max-width: 64rem;
559
+ }
560
+ }
561
+ @media (min-width: 80rem) {
562
+ .IncodePageContainer .IncodePageInner {
563
+ max-width: 80rem;
564
+ }
565
+ }
566
+ @media (min-width: 96rem) {
567
+ .IncodePageContainer .IncodePageInner {
568
+ max-width: 96rem;
569
+ }
570
+ }
571
+ @media (min-width: 48rem) {
572
+ .IncodePageContainer .IncodePageInner {
573
+ height: 840px;
574
+ }
575
+ }
576
+ @media (min-width: 40rem) {
577
+ .IncodePageContainer .IncodePageInner {
578
+ max-width: 40rem;
579
+ }
580
+ }
581
+ @media (min-width: 48rem) {
582
+ .IncodePageContainer .IncodePageInner {
583
+ max-width: 48rem;
584
+ }
585
+ }
586
+ @media (min-width: 64rem) {
587
+ .IncodePageContainer .IncodePageInner {
588
+ max-width: 64rem;
589
+ }
590
+ }
591
+ @media (min-width: 80rem) {
592
+ .IncodePageContainer .IncodePageInner {
593
+ max-width: 80rem;
594
+ }
595
+ }
596
+ @media (min-width: 96rem) {
597
+ .IncodePageContainer .IncodePageInner {
598
+ max-width: 96rem;
599
+ }
600
+ }
601
+ @media (min-width: 48rem) {
602
+ .IncodePageContainer .IncodePageInner {
603
+ height: 840px;
604
+ }
605
+ }
606
+ @media (min-width: 40rem) {
607
+ .IncodePageContainer .IncodePageInner {
608
+ max-width: 40rem;
609
+ }
610
+ }
611
+ @media (min-width: 48rem) {
612
+ .IncodePageContainer .IncodePageInner {
613
+ max-width: 48rem;
614
+ }
615
+ }
616
+ @media (min-width: 64rem) {
617
+ .IncodePageContainer .IncodePageInner {
618
+ max-width: 64rem;
619
+ }
620
+ }
621
+ @media (min-width: 80rem) {
622
+ .IncodePageContainer .IncodePageInner {
623
+ max-width: 80rem;
624
+ }
625
+ }
626
+ @media (min-width: 96rem) {
627
+ .IncodePageContainer .IncodePageInner {
628
+ max-width: 96rem;
629
+ }
630
+ }
631
+ @media (min-width: 48rem) {
632
+ .IncodePageContainer .IncodePageInner {
633
+ height: 840px;
634
+ }
635
+ }
636
+ @media (min-width: 40rem) {
637
+ .IncodePageContainer .IncodePageInner {
638
+ max-width: 40rem;
639
+ }
640
+ }
641
+ @media (min-width: 48rem) {
642
+ .IncodePageContainer .IncodePageInner {
643
+ max-width: 48rem;
644
+ }
645
+ }
646
+ @media (min-width: 64rem) {
647
+ .IncodePageContainer .IncodePageInner {
648
+ max-width: 64rem;
649
+ }
650
+ }
651
+ @media (min-width: 80rem) {
652
+ .IncodePageContainer .IncodePageInner {
653
+ max-width: 80rem;
654
+ }
655
+ }
656
+ @media (min-width: 96rem) {
657
+ .IncodePageContainer .IncodePageInner {
658
+ max-width: 96rem;
659
+ }
660
+ }
661
+ @media (min-width: 48rem) {
662
+ .IncodePageContainer .IncodePageInner {
663
+ height: 840px;
664
+ }
665
+ }
666
+ @media (min-width: 40rem) {
667
+ .IncodePageContainer .IncodePageInner {
668
+ max-width: 40rem;
669
+ }
670
+ }
671
+ @media (min-width: 48rem) {
672
+ .IncodePageContainer .IncodePageInner {
673
+ max-width: 48rem;
674
+ }
675
+ }
676
+ @media (min-width: 64rem) {
677
+ .IncodePageContainer .IncodePageInner {
678
+ max-width: 64rem;
679
+ }
680
+ }
681
+ @media (min-width: 80rem) {
682
+ .IncodePageContainer .IncodePageInner {
683
+ max-width: 80rem;
684
+ }
685
+ }
686
+ @media (min-width: 96rem) {
687
+ .IncodePageContainer .IncodePageInner {
688
+ max-width: 96rem;
689
+ }
690
+ }
691
+ @media (min-width: 48rem) {
692
+ .IncodePageContainer .IncodePageInner {
693
+ height: 840px;
694
+ }
695
+ }
696
+ @media (min-width: 40rem) {
697
+ .IncodePageContainer .IncodePageInner {
698
+ max-width: 40rem;
699
+ }
700
+ }
701
+ @media (min-width: 48rem) {
702
+ .IncodePageContainer .IncodePageInner {
703
+ max-width: 48rem;
704
+ }
705
+ }
706
+ @media (min-width: 64rem) {
707
+ .IncodePageContainer .IncodePageInner {
708
+ max-width: 64rem;
709
+ }
710
+ }
711
+ @media (min-width: 80rem) {
712
+ .IncodePageContainer .IncodePageInner {
713
+ max-width: 80rem;
714
+ }
715
+ }
716
+ @media (min-width: 96rem) {
717
+ .IncodePageContainer .IncodePageInner {
718
+ max-width: 96rem;
719
+ }
720
+ }
721
+ @media (min-width: 48rem) {
722
+ .IncodePageContainer .IncodePageInner {
723
+ height: 840px;
724
+ }
725
+ }
726
+ @media (min-width: 40rem) {
727
+ .IncodePageContainer .IncodePageInner {
728
+ max-width: 40rem;
729
+ }
730
+ }
731
+ @media (min-width: 48rem) {
732
+ .IncodePageContainer .IncodePageInner {
733
+ max-width: 48rem;
734
+ }
735
+ }
736
+ @media (min-width: 64rem) {
737
+ .IncodePageContainer .IncodePageInner {
738
+ max-width: 64rem;
739
+ }
740
+ }
741
+ @media (min-width: 80rem) {
742
+ .IncodePageContainer .IncodePageInner {
743
+ max-width: 80rem;
744
+ }
745
+ }
746
+ @media (min-width: 96rem) {
747
+ .IncodePageContainer .IncodePageInner {
748
+ max-width: 96rem;
749
+ }
750
+ }
751
+ @media (min-width: 48rem) {
752
+ .IncodePageContainer .IncodePageInner {
753
+ height: 840px;
754
+ }
755
+ }
756
+ @media (min-width: 40rem) {
757
+ .IncodePageContainer .IncodePageInner {
758
+ max-width: 40rem;
759
+ }
760
+ }
761
+ @media (min-width: 48rem) {
762
+ .IncodePageContainer .IncodePageInner {
763
+ max-width: 48rem;
764
+ }
765
+ }
766
+ @media (min-width: 64rem) {
767
+ .IncodePageContainer .IncodePageInner {
768
+ max-width: 64rem;
769
+ }
770
+ }
771
+ @media (min-width: 80rem) {
772
+ .IncodePageContainer .IncodePageInner {
773
+ max-width: 80rem;
774
+ }
775
+ }
776
+ @media (min-width: 96rem) {
777
+ .IncodePageContainer .IncodePageInner {
778
+ max-width: 96rem;
779
+ }
780
+ }
781
+ @media (min-width: 48rem) {
782
+ .IncodePageContainer .IncodePageInner {
783
+ height: 840px;
784
+ }
785
+ }
786
+ @media (min-width: 40rem) {
787
+ .IncodePageContainer .IncodePageInner {
788
+ max-width: 40rem;
789
+ }
790
+ }
791
+ @media (min-width: 48rem) {
792
+ .IncodePageContainer .IncodePageInner {
793
+ max-width: 48rem;
794
+ }
795
+ }
796
+ @media (min-width: 64rem) {
797
+ .IncodePageContainer .IncodePageInner {
798
+ max-width: 64rem;
799
+ }
800
+ }
801
+ @media (min-width: 80rem) {
802
+ .IncodePageContainer .IncodePageInner {
803
+ max-width: 80rem;
804
+ }
805
+ }
806
+ @media (min-width: 96rem) {
807
+ .IncodePageContainer .IncodePageInner {
808
+ max-width: 96rem;
809
+ }
810
+ }
811
+ @media (min-width: 48rem) {
812
+ .IncodePageContainer .IncodePageInner {
813
+ height: 840px;
814
+ }
815
+ }
816
+ @media (min-width: 40rem) {
817
+ .IncodePageContainer .IncodePageInner {
818
+ max-width: 40rem;
819
+ }
820
+ }
821
+ @media (min-width: 48rem) {
822
+ .IncodePageContainer .IncodePageInner {
823
+ max-width: 48rem;
824
+ }
825
+ }
826
+ @media (min-width: 64rem) {
827
+ .IncodePageContainer .IncodePageInner {
828
+ max-width: 64rem;
829
+ }
830
+ }
831
+ @media (min-width: 80rem) {
832
+ .IncodePageContainer .IncodePageInner {
833
+ max-width: 80rem;
834
+ }
835
+ }
836
+ @media (min-width: 96rem) {
837
+ .IncodePageContainer .IncodePageInner {
838
+ max-width: 96rem;
839
+ }
840
+ }
841
+ @media (min-width: 48rem) {
842
+ .IncodePageContainer .IncodePageInner {
843
+ height: 840px;
844
+ }
845
+ }
846
+ @media (min-width: 40rem) {
847
+ .IncodePageContainer .IncodePageInner {
848
+ max-width: 40rem;
849
+ }
850
+ }
851
+ @media (min-width: 48rem) {
852
+ .IncodePageContainer .IncodePageInner {
853
+ max-width: 48rem;
854
+ }
855
+ }
856
+ @media (min-width: 64rem) {
857
+ .IncodePageContainer .IncodePageInner {
858
+ max-width: 64rem;
859
+ }
860
+ }
861
+ @media (min-width: 80rem) {
862
+ .IncodePageContainer .IncodePageInner {
863
+ max-width: 80rem;
864
+ }
865
+ }
866
+ @media (min-width: 96rem) {
867
+ .IncodePageContainer .IncodePageInner {
868
+ max-width: 96rem;
869
+ }
870
+ }
871
+ @media (min-width: 48rem) {
872
+ .IncodePageContainer .IncodePageInner {
873
+ height: 840px;
874
+ }
875
+ }
876
+ @media (min-width: 40rem) {
877
+ .IncodePageContainer .IncodePageInner {
878
+ max-width: 40rem;
879
+ }
880
+ }
881
+ @media (min-width: 48rem) {
882
+ .IncodePageContainer .IncodePageInner {
883
+ max-width: 48rem;
884
+ }
885
+ }
886
+ @media (min-width: 64rem) {
887
+ .IncodePageContainer .IncodePageInner {
888
+ max-width: 64rem;
889
+ }
890
+ }
891
+ @media (min-width: 80rem) {
892
+ .IncodePageContainer .IncodePageInner {
893
+ max-width: 80rem;
894
+ }
895
+ }
896
+ @media (min-width: 96rem) {
897
+ .IncodePageContainer .IncodePageInner {
898
+ max-width: 96rem;
899
+ }
900
+ }
901
+ @media (min-width: 48rem) {
902
+ .IncodePageContainer .IncodePageInner {
903
+ height: 840px;
904
+ }
905
+ }
906
+ @media (min-width: 40rem) {
907
+ .IncodePageContainer .IncodePageInner {
908
+ max-width: 40rem;
909
+ }
910
+ }
911
+ @media (min-width: 48rem) {
912
+ .IncodePageContainer .IncodePageInner {
913
+ max-width: 48rem;
914
+ }
915
+ }
916
+ @media (min-width: 64rem) {
917
+ .IncodePageContainer .IncodePageInner {
918
+ max-width: 64rem;
919
+ }
920
+ }
921
+ @media (min-width: 80rem) {
922
+ .IncodePageContainer .IncodePageInner {
923
+ max-width: 80rem;
924
+ }
925
+ }
926
+ @media (min-width: 96rem) {
927
+ .IncodePageContainer .IncodePageInner {
928
+ max-width: 96rem;
929
+ }
930
+ }
931
+ @media (min-width: 48rem) {
932
+ .IncodePageContainer .IncodePageInner {
933
+ height: 840px;
934
+ }
935
+ }
936
+ .IncodePageContainer .IncodePageInner {
937
+ width: 100%;
938
+ }
939
+ @media (min-width: 40rem) {
940
+ .IncodePageContainer .IncodePageInner {
941
+ max-width: 40rem;
942
+ }
943
+ }
944
+ @media (min-width: 48rem) {
945
+ .IncodePageContainer .IncodePageInner {
946
+ max-width: 48rem;
947
+ }
948
+ }
949
+ @media (min-width: 64rem) {
950
+ .IncodePageContainer .IncodePageInner {
951
+ max-width: 64rem;
952
+ }
953
+ }
954
+ @media (min-width: 80rem) {
955
+ .IncodePageContainer .IncodePageInner {
956
+ max-width: 80rem;
957
+ }
958
+ }
959
+ @media (min-width: 96rem) {
960
+ .IncodePageContainer .IncodePageInner {
961
+ max-width: 96rem;
962
+ }
963
+ }
964
+ .IncodePageContainer .IncodePageInner {
965
+ height: 100%;
966
+ margin: auto;
967
+ }
968
+ @media (min-width: 48rem) {
969
+ .IncodePageContainer .IncodePageInner {
970
+ height: 840px;
971
+ }
972
+ }
973
+ .IncodePageContainer .IncodePageInner {
974
+ padding-inline: var(--spacing-24, var(--spacing-24, 24px));
975
+ flex-direction: column;
976
+ flex: 1;
977
+ display: flex;
978
+ }
979
+ .IncodePageContainer .IncodePageHeader {
980
+ width: 100%;
981
+ height: 44px;
982
+ min-height: 44px;
983
+ padding-inline: var(--spacing-8, var(--spacing-8, 8px));
984
+ flex-direction: column;
985
+ justify-content: center;
986
+ align-items: center;
987
+ display: flex;
988
+ position: relative;
989
+ }
990
+ .IncodePageContainer .IncodePageLogo {
991
+ max-height: 100%;
992
+ }
993
+ .IncodePageContainer .IncodePageTitleContainer {
994
+ margin-inline: auto;
995
+ margin-block: var(--spacing-0, var(--spacing-none, 0px));
996
+ }
997
+ .IncodePageContainer .IncodePageTitle {
998
+ text-align: center;
999
+ font-size: var(--text-2xl, 1.5rem);
1000
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
1001
+ --tw-leading: 125%;
1002
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1003
+ line-height: 125%;
1004
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1005
+ --tw-tracking: -1px;
1006
+ letter-spacing: -1px;
1007
+ color: var(--color-text-body-primary, var(--text-body-primary));
1008
+ }
1009
+ .IncodePageContainer .IncodePageSubtitle {
1010
+ text-align: center;
1011
+ font-size: var(--text-base, 1rem);
1012
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
1013
+ --tw-leading: 114%;
1014
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
1015
+ line-height: 114%;
1016
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
1017
+ --tw-tracking: -.5px;
1018
+ letter-spacing: -.5px;
1019
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
1020
+ }
1021
+ .IncodePageContainer .IncodePageContent {
1022
+ flex-direction: column;
1023
+ flex: 1;
1024
+ display: flex;
1025
+ }
1026
+ .IncodePageContainer .IncodePageFooter {
1027
+ padding-top: var(--spacing-8, var(--spacing-8, 8px));
1028
+ padding-bottom: var(--spacing-12, var(--spacing-12, 12px));
1029
+ justify-content: center;
1030
+ align-items: center;
1031
+ display: flex;
1032
+ }
1033
+ .IncodePageContainer .IncodePageFooterInner {
1034
+ max-height: var(--spacing-40, var(--spacing-40, 40px));
1035
+ }
1036
+ .IncodeFillWithPrimary {
1037
+ fill: var(--color-text-body-primary, var(--text-body-primary));
1038
+ }
1039
+ .IncodeComponent .IncodeTitle {
1040
+ text-align: center;
1041
+ font-size: var(--text-2xl, 1.5rem);
1042
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
1043
+ --tw-leading: 125%;
1044
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1045
+ line-height: 125%;
1046
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1047
+ --tw-tracking: -1px;
1048
+ letter-spacing: -1px;
1049
+ color: var(--color-text-body-primary, var(--text-body-primary));
1050
+ }
1051
+ .IncodeSuccessIcon {
1052
+ flex-shrink: 0;
1053
+ }
1054
+ .IncodeSpacerFlex {
1055
+ flex: 1;
1056
+ }
1057
+ .IncodeSpacerVertical0 {
1058
+ height: var(--spacing-0, var(--spacing-none, 0px));
1059
+ width: 100%;
1060
+ }
1061
+ .IncodeSpacerVertical2 {
1062
+ height: var(--spacing-2, var(--spacing-2, 2px));
1063
+ width: 100%;
1064
+ }
1065
+ .IncodeSpacerVertical4 {
1066
+ height: var(--spacing-4, var(--spacing-4, 4px));
1067
+ width: 100%;
1068
+ }
1069
+ .IncodeSpacerVertical8 {
1070
+ height: var(--spacing-8, var(--spacing-8, 8px));
1071
+ width: 100%;
1072
+ }
1073
+ .IncodeSpacerVertical12 {
1074
+ height: var(--spacing-12, var(--spacing-12, 12px));
1075
+ width: 100%;
1076
+ }
1077
+ .IncodeSpacerVertical16 {
1078
+ height: var(--spacing-16, var(--spacing-16, 16px));
1079
+ width: 100%;
1080
+ }
1081
+ .IncodeSpacerVertical20 {
1082
+ height: var(--spacing-20, var(--spacing-20, 20px));
1083
+ width: 100%;
1084
+ }
1085
+ .IncodeSpacerVertical24 {
1086
+ height: var(--spacing-24, var(--spacing-24, 24px));
1087
+ width: 100%;
1088
+ }
1089
+ .IncodeSpacerVertical32 {
1090
+ height: var(--spacing-32, var(--spacing-32, 32px));
1091
+ width: 100%;
1092
+ }
1093
+ .IncodeSpacerVertical40 {
1094
+ height: var(--spacing-40, var(--spacing-40, 40px));
1095
+ width: 100%;
1096
+ }
1097
+ .IncodeSpacerVertical48 {
1098
+ height: var(--spacing-48, var(--spacing-48, 48px));
1099
+ width: 100%;
1100
+ }
1101
+ .IncodeSpacerVertical64 {
1102
+ height: var(--spacing-64, var(--spacing-64, 64px));
1103
+ width: 100%;
1104
+ }
1105
+ .IncodeSpacerVertical80 {
1106
+ height: var(--spacing-80, var(--spacing-80, 80px));
1107
+ width: 100%;
1108
+ }
1109
+ .IncodeSpacerVertical96 {
1110
+ height: var(--spacing-96, var(--spacing-96, 96px));
1111
+ width: 100%;
1112
+ }
1113
+ .IncodeSpacerVertical104 {
1114
+ height: var(--spacing-104, var(--spacing-104, 104px));
1115
+ width: 100%;
1116
+ }
1117
+ .IncodeSpacerVertical120 {
1118
+ height: var(--spacing-120, var(--spacing-120, 120px));
1119
+ width: 100%;
1120
+ }
1121
+ .IncodeSpacerVertical160 {
1122
+ height: var(--spacing-160, var(--spacing-160, 160px));
1123
+ width: 100%;
1124
+ }
1125
+ .IncodeSpacerVertical200 {
1126
+ height: var(--spacing-200, var(--spacing-200, 200px));
1127
+ width: 100%;
1128
+ }
1129
+ .IncodeSpacerHorizontal0 {
1130
+ height: 100%;
1131
+ width: var(--spacing-0, var(--spacing-none, 0px));
1132
+ }
1133
+ .IncodeSpacerHorizontal2 {
1134
+ height: 100%;
1135
+ width: var(--spacing-2, var(--spacing-2, 2px));
1136
+ }
1137
+ .IncodeSpacerHorizontal4 {
1138
+ height: 100%;
1139
+ width: var(--spacing-4, var(--spacing-4, 4px));
1140
+ }
1141
+ .IncodeSpacerHorizontal8 {
1142
+ height: 100%;
1143
+ width: var(--spacing-8, var(--spacing-8, 8px));
1144
+ }
1145
+ .IncodeSpacerHorizontal12 {
1146
+ height: 100%;
1147
+ width: var(--spacing-12, var(--spacing-12, 12px));
1148
+ }
1149
+ .IncodeSpacerHorizontal16 {
1150
+ height: 100%;
1151
+ width: var(--spacing-16, var(--spacing-16, 16px));
1152
+ }
1153
+ .IncodeSpacerHorizontal20 {
1154
+ height: 100%;
1155
+ width: var(--spacing-20, var(--spacing-20, 20px));
1156
+ }
1157
+ .IncodeSpacerHorizontal24 {
1158
+ height: 100%;
1159
+ width: var(--spacing-24, var(--spacing-24, 24px));
1160
+ }
1161
+ .IncodeSpacerHorizontal32 {
1162
+ height: 100%;
1163
+ width: var(--spacing-32, var(--spacing-32, 32px));
1164
+ }
1165
+ .IncodeSpacerHorizontal40 {
1166
+ height: 100%;
1167
+ width: var(--spacing-40, var(--spacing-40, 40px));
1168
+ }
1169
+ .IncodeSpacerHorizontal48 {
1170
+ height: 100%;
1171
+ width: var(--spacing-48, var(--spacing-48, 48px));
1172
+ }
1173
+ .IncodeSpacerHorizontal64 {
1174
+ height: 100%;
1175
+ width: var(--spacing-64, var(--spacing-64, 64px));
1176
+ }
1177
+ .IncodeSpacerHorizontal80 {
1178
+ height: 100%;
1179
+ width: var(--spacing-80, var(--spacing-80, 80px));
1180
+ }
1181
+ .IncodeSpacerHorizontal96 {
1182
+ height: 100%;
1183
+ width: var(--spacing-96, var(--spacing-96, 96px));
1184
+ }
1185
+ .IncodeSpacerHorizontal104 {
1186
+ height: 100%;
1187
+ width: var(--spacing-104, var(--spacing-104, 104px));
1188
+ }
1189
+ .IncodeSpacerHorizontal120 {
1190
+ height: 100%;
1191
+ width: var(--spacing-120, var(--spacing-120, 120px));
1192
+ }
1193
+ .IncodeSpacerHorizontal160 {
1194
+ height: 100%;
1195
+ width: var(--spacing-160, var(--spacing-160, 160px));
1196
+ }
1197
+ .IncodeSpacerHorizontal200 {
1198
+ height: 100%;
1199
+ width: var(--spacing-200, var(--spacing-200, 200px));
1200
+ }
1201
+ .IncodeLoadingIcon {
1202
+ animation: var(--animate-spin, spin 1s linear infinite);
1203
+ display: inline-block;
1204
+ position: relative;
1205
+ }
1206
+ .IncodeLoadingIconPrimary, .IncodeLoadingIconSecondary {
1207
+ inset: var(--spacing-0, var(--spacing-none, 0px));
1208
+ justify-content: center;
1209
+ align-items: center;
1210
+ display: flex;
1211
+ position: absolute;
1212
+ }
1213
+ .IncodeLoadingIconPrimaryIcon {
1214
+ fill: var(--color-spinner-surface-primary, var(--spinner-surface-primary));
1215
+ }
1216
+ .IncodeLoadingIconSecondaryIcon {
1217
+ fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));
1218
+ }
1219
+ .IncodeCaptureUploadingIconContainer {
1220
+ justify-content: center;
1221
+ align-items: center;
1222
+ display: flex;
1223
+ }
1224
+ .IncodeBaseTutorialContainer {
1225
+ flex-direction: column;
1226
+ flex: 1;
1227
+ justify-content: space-between;
1228
+ margin: auto;
1229
+ display: flex;
1230
+ }
1231
+ .IncodeBaseTutorialAnimationContainer {
1232
+ max-width: 400px;
1233
+ height: 100%;
1234
+ padding-inline: var(--spacing-24, var(--spacing-24, 24px));
1235
+ margin: auto;
1236
+ }
1237
+ .IncodeBaseTutorialDisclaimer {
1238
+ padding-block: var(--spacing-12, var(--spacing-12, 12px));
1239
+ text-align: center;
1240
+ font-size: var(--text-base, 1rem);
1241
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
1242
+ font-size: var(--text-18, var(--primitive-typography-size-18));
1243
+ --tw-leading: 114%;
1244
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
1245
+ line-height: 114%;
1246
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
1247
+ --tw-tracking: -.5px;
1248
+ letter-spacing: -.5px;
1249
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
1250
+ }
1251
+ .IncodeBaseTutorialButtonContainer {
1252
+ padding-inline: var(--spacing-8, var(--spacing-8, 8px));
1253
+ padding-block: var(--spacing-16, var(--spacing-16, 16px));
1254
+ margin: auto;
1255
+ }
1256
+ .IncodeBaseTutorialAnimation {
1257
+ height: 100%;
1258
+ }
1259
+ .IncodeSpinner {
1260
+ justify-content: center;
1261
+ align-items: center;
1262
+ display: flex;
1263
+ }
1264
+ .IncodeSpinner.IncodeSpinnerFullScreen {
1265
+ inset: var(--spacing-0, var(--spacing-none, 0px));
1266
+ z-index: 50;
1267
+ background-color: var(--spinner-surface-overlay);
1268
+ opacity: var(--spinner-surface-overlay-opacity, 1);
1269
+ position: fixed;
1270
+ }
1271
+ .IncodeSpinnerContent {
1272
+ flex-direction: column;
1273
+ justify-content: center;
1274
+ align-items: center;
1275
+ display: flex;
1276
+ }
1277
+ .IncodeSpinnerText {
1278
+ text-align: center;
1279
+ flex-direction: column;
1280
+ align-items: center;
1281
+ display: flex;
1282
+ }
1283
+ .IncodeSpinnerTitle {
1284
+ color: var(--spinner-text-title);
1285
+ }
1286
+ .IncodeSpinnerSubtitle {
1287
+ font-size: var(--text-base, 1rem);
1288
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
1289
+ color: var(--spinner-text-subtitle);
1290
+ }
1291
+ .IncodePermissionsImageContainer {
1292
+ flex-direction: column;
1293
+ align-items: center;
1294
+ display: flex;
1295
+ position: relative;
1296
+ }
1297
+ .IncodePermissionsActions {
1298
+ flex-direction: column;
1299
+ align-items: center;
1300
+ width: 100%;
1301
+ margin-top: auto;
1302
+ display: flex;
1303
+ }
1304
+ .IncodePermissionsActionsGap {
1305
+ align-items: center;
1306
+ gap: var(--spacing-12, var(--spacing-12, 12px));
1307
+ flex-direction: column;
1308
+ width: 100%;
1309
+ margin-top: auto;
1310
+ display: flex;
1311
+ }
1312
+ .IncodeBoldWithArrow {
1313
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1314
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1315
+ color: var(--color-text-body-primary, var(--text-body-primary));
1316
+ display: inline;
1317
+ }
1318
+ .IncodeBoldWithArrowIcon {
1319
+ vertical-align: middle;
1320
+ width: .8em;
1321
+ height: .8em;
1322
+ margin-inline: .2em;
1323
+ display: inline-block;
1324
+ }
1325
+ .IncodeDeniedPage .IncodePageInner {
1326
+ max-width: 468px;
1327
+ }
1328
+ .IncodeDeniedTitle {
1329
+ text-align: left;
1330
+ font-size: var(--text-24, var(--primitive-typography-size-24));
1331
+ --tw-leading: var(--leading-tight, 1.25);
1332
+ line-height: var(--leading-tight, 1.25);
1333
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1334
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1335
+ --tw-tracking: -1px;
1336
+ letter-spacing: -1px;
1337
+ color: var(--color-text-body-primary, var(--text-body-primary));
1338
+ }
1339
+ .IncodeDeniedInstructionsContainer {
1340
+ width: 100%;
1341
+ max-width: 420px;
1342
+ }
1343
+ .IncodeDeniedStepsList {
1344
+ gap: var(--spacing-16, var(--spacing-16, 16px));
1345
+ flex-direction: column;
1346
+ display: flex;
1347
+ }
1348
+ .IncodeDeniedStepItem {
1349
+ align-items: center;
1350
+ gap: var(--spacing-16, var(--spacing-16, 16px));
1351
+ display: flex;
1352
+ }
1353
+ .IncodeDeniedStepText {
1354
+ font-size: var(--text-18, var(--primitive-typography-size-18));
1355
+ --tw-leading: 114%;
1356
+ --tw-font-weight: var(--font-weight-normal, 400);
1357
+ line-height: 114%;
1358
+ font-weight: var(--font-weight-normal, 400);
1359
+ --tw-tracking: -.5px;
1360
+ letter-spacing: -.5px;
1361
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
1362
+ }
1363
+ .IncodeDeniedStepTextBold {
1364
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1365
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1366
+ }
1367
+ .IncodeDeniedStepsList .IncodeDeniedStepTextBold {
1368
+ color: var(--color-text-body-primary, var(--text-body-primary));
1369
+ }
1370
+ .IncodeDeniedActions {
1371
+ width: 100%;
1372
+ padding-block: var(--spacing-16, var(--spacing-16, 16px));
1373
+ flex-direction: column;
1374
+ align-items: center;
1375
+ margin-top: auto;
1376
+ display: flex;
1377
+ }
1378
+ .IncodeDeniedDesktopContainer {
1379
+ flex-direction: column;
1380
+ display: flex;
1381
+ }
1382
+ .IncodeDeniedDesktopStep {
1383
+ align-items: center;
1384
+ gap: var(--spacing-8, var(--spacing-8, 8px));
1385
+ display: flex;
1386
+ }
1387
+ .IncodeIconWrapper {
1388
+ aspect-ratio: 1;
1389
+ justify-content: center;
1390
+ align-items: center;
1391
+ width: 38px;
1392
+ min-width: 38px;
1393
+ height: 38px;
1394
+ min-height: 38px;
1395
+ display: flex;
1396
+ }
1397
+ .IncodeIconWrapperImage {
1398
+ width: 100%;
1399
+ height: 100%;
1400
+ }
1401
+ .IncodeLearnMoreContainer {
1402
+ flex-direction: column;
1403
+ justify-content: center;
1404
+ align-items: center;
1405
+ display: flex;
1406
+ }
1407
+ .IncodeLearnMoreImage {
1408
+ aspect-ratio: 1;
1409
+ height: var(--spacing-32, var(--spacing-32, 32px));
1410
+ width: var(--spacing-32, var(--spacing-32, 32px));
1411
+ }
1412
+ .IncodeLearnMoreTitle {
1413
+ text-align: center;
1414
+ font-size: var(--text-20, var(--primitive-typography-size-20));
1415
+ --tw-leading: 114%;
1416
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1417
+ line-height: 114%;
1418
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
1419
+ --tw-tracking: -1px;
1420
+ letter-spacing: -1px;
1421
+ color: var(--color-text-body-primary, var(--text-body-primary));
1422
+ }
1423
+ .IncodeLearnMoreInstructions {
1424
+ align-items: center;
1425
+ gap: var(--spacing-24, var(--spacing-24, 24px));
1426
+ flex-direction: column;
1427
+ display: flex;
1428
+ }
1429
+ .IncodeLearnMoreInstruction {
1430
+ align-items: center;
1431
+ gap: var(--spacing-12, var(--spacing-12, 12px));
1432
+ width: 100%;
1433
+ display: flex;
1434
+ }
1435
+ .IncodeLearnMoreInstructionIcon {
1436
+ aspect-ratio: 1;
1437
+ height: var(--spacing-32, var(--spacing-32, 32px));
1438
+ width: var(--spacing-32, var(--spacing-32, 32px));
1439
+ flex-shrink: 0;
1440
+ display: flex;
1441
+ }
1442
+ .IncodeLearnMoreInstructionIconImage {
1443
+ width: 100%;
1444
+ height: 100%;
1445
+ }
1446
+ .IncodeLearnMoreInstructionText {
1447
+ font-size: var(--text-18, var(--primitive-typography-size-18));
1448
+ --tw-leading: 114%;
1449
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
1450
+ line-height: 114%;
1451
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
1452
+ --tw-tracking: -.5px;
1453
+ letter-spacing: -.5px;
1454
+ color: var(--color-text-body-primary, var(--text-body-primary));
1455
+ }
1456
+ .IncodeLearnMoreActions {
1457
+ width: 100%;
1458
+ padding-block: var(--spacing-16, var(--spacing-16, 16px));
1459
+ flex-direction: column;
1460
+ align-items: center;
1461
+ margin-top: auto;
1462
+ display: flex;
1463
+ }
1464
+ .IncodeNumberedStep {
1465
+ border-radius: var(--radius-lg, .5rem);
1466
+ border-style: var(--tw-border-style);
1467
+ --tw-border-style: solid;
1468
+ border-style: solid;
1469
+ border-width: 2px;
1470
+ border-color: var(--color-border-neutral-100, var(--border-neutral-100));
1471
+ justify-content: center;
1472
+ align-items: center;
1473
+ width: 46px;
1474
+ min-width: 46px;
1475
+ height: 46px;
1476
+ min-height: 46px;
1477
+ display: flex;
1478
+ }
1479
+ .IncodeNumberedStepText {
1480
+ font-size: var(--text-18, var(--primitive-typography-size-18));
1481
+ --tw-font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
1482
+ font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
1483
+ color: var(--color-text-body-primary, var(--text-body-primary));
1484
+ }
1485
+ .IncodeNumberedStepConnector {
1486
+ margin-left: var(--spacing-24, var(--spacing-24, 24px));
1487
+ height: var(--spacing-12, var(--spacing-12, 12px));
1488
+ width: var(--spacing-2, var(--spacing-2, 2px));
1489
+ background-color: var(--color-border-neutral-100, var(--border-neutral-100));
1490
+ }
1491
+ @property --tw-rotate-x {
1492
+ syntax: "*";
1493
+ inherits: false
1494
+ }
1495
+ @property --tw-rotate-y {
1496
+ syntax: "*";
1497
+ inherits: false
1498
+ }
1499
+ @property --tw-rotate-z {
1500
+ syntax: "*";
1501
+ inherits: false
1502
+ }
1503
+ @property --tw-skew-x {
1504
+ syntax: "*";
1505
+ inherits: false
1506
+ }
1507
+ @property --tw-skew-y {
1508
+ syntax: "*";
1509
+ inherits: false
1510
+ }
1511
+ @property --tw-border-style {
1512
+ syntax: "*";
1513
+ inherits: false;
1514
+ initial-value: solid;
1515
+ }
1516
+ @property --tw-outline-style {
1517
+ syntax: "*";
1518
+ inherits: false;
1519
+ initial-value: solid;
1520
+ }
1521
+ @property --tw-blur {
1522
+ syntax: "*";
1523
+ inherits: false
1524
+ }
1525
+ @property --tw-brightness {
1526
+ syntax: "*";
1527
+ inherits: false
1528
+ }
1529
+ @property --tw-contrast {
1530
+ syntax: "*";
1531
+ inherits: false
1532
+ }
1533
+ @property --tw-grayscale {
1534
+ syntax: "*";
1535
+ inherits: false
1536
+ }
1537
+ @property --tw-hue-rotate {
1538
+ syntax: "*";
1539
+ inherits: false
1540
+ }
1541
+ @property --tw-invert {
1542
+ syntax: "*";
1543
+ inherits: false
1544
+ }
1545
+ @property --tw-opacity {
1546
+ syntax: "*";
1547
+ inherits: false
1548
+ }
1549
+ @property --tw-saturate {
1550
+ syntax: "*";
1551
+ inherits: false
1552
+ }
1553
+ @property --tw-sepia {
1554
+ syntax: "*";
1555
+ inherits: false
1556
+ }
1557
+ @property --tw-drop-shadow {
1558
+ syntax: "*";
1559
+ inherits: false
1560
+ }
1561
+ @property --tw-drop-shadow-color {
1562
+ syntax: "*";
1563
+ inherits: false
1564
+ }
1565
+ @property --tw-drop-shadow-alpha {
1566
+ syntax: "<percentage>";
1567
+ inherits: false;
1568
+ initial-value: 100%;
1569
+ }
1570
+ @property --tw-drop-shadow-size {
1571
+ syntax: "*";
1572
+ inherits: false
1573
+ }
1574
+ @property --tw-backdrop-blur {
1575
+ syntax: "*";
1576
+ inherits: false
1577
+ }
1578
+ @property --tw-backdrop-brightness {
1579
+ syntax: "*";
1580
+ inherits: false
1581
+ }
1582
+ @property --tw-backdrop-contrast {
1583
+ syntax: "*";
1584
+ inherits: false
1585
+ }
1586
+ @property --tw-backdrop-grayscale {
1587
+ syntax: "*";
1588
+ inherits: false
1589
+ }
1590
+ @property --tw-backdrop-hue-rotate {
1591
+ syntax: "*";
1592
+ inherits: false
1593
+ }
1594
+ @property --tw-backdrop-invert {
1595
+ syntax: "*";
1596
+ inherits: false
1597
+ }
1598
+ @property --tw-backdrop-opacity {
1599
+ syntax: "*";
1600
+ inherits: false
1601
+ }
1602
+ @property --tw-backdrop-saturate {
1603
+ syntax: "*";
1604
+ inherits: false
1605
+ }
1606
+ @property --tw-backdrop-sepia {
1607
+ syntax: "*";
1608
+ inherits: false
1609
+ }
1610
+ @property --tw-ease {
1611
+ syntax: "*";
1612
+ inherits: false
1613
+ }
1614
+ @property --tw-duration {
1615
+ syntax: "*";
1616
+ inherits: false
1617
+ }
1618
+ @property --tw-font-weight {
1619
+ syntax: "*";
1620
+ inherits: false
1621
+ }
1622
+ @property --tw-leading {
1623
+ syntax: "*";
1624
+ inherits: false
1625
+ }
1626
+ @property --tw-tracking {
1627
+ syntax: "*";
1628
+ inherits: false
1629
+ }
1630
+ @keyframes spin {
1631
+ to {
1632
+ transform: rotate(360deg);
1633
+ }
1634
+ }