@explita/cloud-auth-client 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.md +238 -0
  2. package/dist/components/change-password.d.ts +11 -0
  3. package/dist/components/change-password.js +101 -0
  4. package/dist/components/loader.d.ts +2 -0
  5. package/dist/components/loader.js +11 -0
  6. package/dist/components/logged-in.d.ts +3 -0
  7. package/dist/components/logged-in.js +9 -0
  8. package/dist/components/logged-out.d.ts +3 -0
  9. package/dist/components/logged-out.js +9 -0
  10. package/dist/components/login-form.d.ts +2 -0
  11. package/dist/components/login-form.js +102 -0
  12. package/dist/components/message.d.ts +6 -0
  13. package/dist/components/message.js +15 -0
  14. package/dist/components/must-login.d.ts +4 -0
  15. package/dist/components/must-login.js +23 -0
  16. package/dist/components/optional-otp-wrapper.d.ts +3 -0
  17. package/dist/components/optional-otp-wrapper.js +52 -0
  18. package/dist/components/optional-otp.d.ts +3 -0
  19. package/dist/components/optional-otp.js +70 -0
  20. package/dist/components/reset-password.d.ts +8 -0
  21. package/dist/components/reset-password.js +118 -0
  22. package/dist/components/roles.d.ts +6 -0
  23. package/dist/components/roles.js +54 -0
  24. package/dist/components/settings.d.ts +9 -0
  25. package/dist/components/settings.js +26 -0
  26. package/dist/components/signup-form.d.ts +11 -0
  27. package/dist/components/signup-form.js +138 -0
  28. package/dist/components/toggle-2fa.d.ts +7 -0
  29. package/dist/components/toggle-2fa.js +81 -0
  30. package/dist/components/toggle-account-status.d.ts +11 -0
  31. package/dist/components/toggle-account-status.js +91 -0
  32. package/dist/components/ui/button.d.ts +10 -0
  33. package/dist/components/ui/button.js +68 -0
  34. package/dist/components/ui/card.d.ts +9 -0
  35. package/dist/components/ui/card.js +65 -0
  36. package/dist/components/ui/dialog.d.ts +15 -0
  37. package/dist/components/ui/dialog.js +86 -0
  38. package/dist/components/ui/dropdown-menu.d.ts +11 -0
  39. package/dist/components/ui/dropdown-menu.js +63 -0
  40. package/dist/components/ui/input.d.ts +3 -0
  41. package/dist/components/ui/input.js +41 -0
  42. package/dist/components/ui/label.d.ts +3 -0
  43. package/dist/components/ui/label.js +42 -0
  44. package/dist/components/ui/switch.d.ts +4 -0
  45. package/dist/components/ui/switch.js +44 -0
  46. package/dist/components/user-card.d.ts +10 -0
  47. package/dist/components/user-card.js +67 -0
  48. package/dist/components/x-icon.d.ts +2 -0
  49. package/dist/components/x-icon.js +11 -0
  50. package/dist/contexts/auth-provider.d.ts +4 -0
  51. package/dist/contexts/auth-provider.js +208 -0
  52. package/dist/hooks/use-token-refresher.d.ts +2 -0
  53. package/dist/hooks/use-token-refresher.js +118 -0
  54. package/dist/index.d.ts +4 -0
  55. package/dist/index.js +21 -0
  56. package/dist/lib/api-client.d.ts +2 -0
  57. package/dist/lib/api-client.js +38 -0
  58. package/dist/lib/api-server.d.ts +2 -0
  59. package/dist/lib/api-server.js +39 -0
  60. package/dist/lib/api.d.ts +2 -0
  61. package/dist/lib/api.js +10 -0
  62. package/dist/lib/error.d.ts +6 -0
  63. package/dist/lib/error.js +15 -0
  64. package/dist/lib/refresh-helper.d.ts +12 -0
  65. package/dist/lib/refresh-helper.js +82 -0
  66. package/dist/lib/utils.d.ts +21 -0
  67. package/dist/lib/utils.js +148 -0
  68. package/dist/server/cookie.d.ts +1 -0
  69. package/dist/server/cookie.js +29 -0
  70. package/dist/server/index.d.ts +7 -0
  71. package/dist/server/index.js +23 -0
  72. package/dist/server/reset-password.d.ts +3 -0
  73. package/dist/server/reset-password.js +41 -0
  74. package/dist/server/role.d.ts +7 -0
  75. package/dist/server/role.js +63 -0
  76. package/dist/server/server-session.d.ts +8 -0
  77. package/dist/server/server-session.js +31 -0
  78. package/dist/server/server-token.d.ts +4 -0
  79. package/dist/server/server-token.js +39 -0
  80. package/dist/server/toggle-2fa.d.ts +4 -0
  81. package/dist/server/toggle-2fa.js +33 -0
  82. package/dist/server/users-accounts.d.ts +11 -0
  83. package/dist/server/users-accounts.js +94 -0
  84. package/dist/styles.css +1799 -0
  85. package/dist/types.d.ts +284 -0
  86. package/dist/types.js +2 -0
  87. package/dist/ui/index.d.ts +11 -0
  88. package/dist/ui/index.js +27 -0
  89. package/package.json +65 -0
@@ -0,0 +1,1799 @@
1
+ /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --ecpauth-color-red-500: oklch(63.7% 0.237 25.331);
7
+ --ecpauth-color-red-900: oklch(39.6% 0.141 25.723);
8
+ --ecpauth-color-green-500: oklch(72.3% 0.219 149.579);
9
+ --ecpauth-color-blue-500: oklch(62.3% 0.214 259.815);
10
+ --ecpauth-color-blue-600: oklch(54.6% 0.245 262.881);
11
+ --ecpauth-color-gray-50: oklch(98.5% 0.002 247.839);
12
+ --ecpauth-color-gray-100: oklch(96.7% 0.003 264.542);
13
+ --ecpauth-color-gray-200: oklch(92.8% 0.006 264.531);
14
+ --ecpauth-color-gray-500: oklch(55.1% 0.027 264.364);
15
+ --ecpauth-color-gray-600: oklch(44.6% 0.03 256.802);
16
+ --ecpauth-color-gray-700: oklch(37.3% 0.034 259.733);
17
+ --ecpauth-color-gray-800: oklch(27.8% 0.033 256.848);
18
+ --ecpauth-color-gray-900: oklch(21% 0.034 264.665);
19
+ --ecpauth-color-gray-950: oklch(13% 0.028 261.692);
20
+ --ecpauth-color-stone-50: oklch(98.5% 0.001 106.423);
21
+ --ecpauth-color-stone-100: oklch(97% 0.001 106.424);
22
+ --ecpauth-color-stone-200: oklch(92.3% 0.003 48.717);
23
+ --ecpauth-color-stone-300: oklch(86.9% 0.005 56.366);
24
+ --ecpauth-color-stone-400: oklch(70.9% 0.01 56.259);
25
+ --ecpauth-color-stone-500: oklch(55.3% 0.013 58.071);
26
+ --ecpauth-color-stone-700: oklch(37.4% 0.01 67.558);
27
+ --ecpauth-color-stone-800: oklch(26.8% 0.007 34.298);
28
+ --ecpauth-color-stone-900: oklch(21.6% 0.006 56.043);
29
+ --ecpauth-color-stone-950: oklch(14.7% 0.004 49.25);
30
+ --ecpauth-color-black: #000;
31
+ --ecpauth-color-white: #fff;
32
+ --ecpauth-spacing: 0.25rem;
33
+ --ecpauth-container-sm: 24rem;
34
+ --ecpauth-container-lg: 32rem;
35
+ --ecpauth-text-sm: 0.875rem;
36
+ --ecpauth-text-sm--line-height: calc(1.25 / 0.875);
37
+ --ecpauth-text-base: 1rem;
38
+ --ecpauth-text-base--line-height: calc(1.5 / 1);
39
+ --ecpauth-text-lg: 1.125rem;
40
+ --ecpauth-text-lg--line-height: calc(1.75 / 1.125);
41
+ --ecpauth-text-2xl: 1.5rem;
42
+ --ecpauth-text-2xl--line-height: calc(2 / 1.5);
43
+ --ecpauth-font-weight-medium: 500;
44
+ --ecpauth-font-weight-semibold: 600;
45
+ --ecpauth-radius-xs: 0.125rem;
46
+ --ecpauth-default-transition-duration: 150ms;
47
+ --ecpauth-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
48
+ --ecpauth-default-font-family: var(--font-geist-sans);
49
+ --ecpauth-default-mono-font-family: var(--font-geist-mono);
50
+ }
51
+ }
52
+ @layer base {
53
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
54
+ box-sizing: border-box;
55
+ margin: 0;
56
+ padding: 0;
57
+ border: 0 solid;
58
+ }
59
+ html, :host {
60
+ line-height: 1.5;
61
+ -webkit-text-size-adjust: 100%;
62
+ tab-size: 4;
63
+ font-family: var(--ecpauth-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
64
+ font-feature-settings: var(--ecpauth-default-font-feature-settings, normal);
65
+ font-variation-settings: var(--ecpauth-default-font-variation-settings, normal);
66
+ -webkit-tap-highlight-color: transparent;
67
+ }
68
+ hr {
69
+ height: 0;
70
+ color: inherit;
71
+ border-top-width: 1px;
72
+ }
73
+ abbr:where([title]) {
74
+ -webkit-text-decoration: underline dotted;
75
+ text-decoration: underline dotted;
76
+ }
77
+ h1, h2, h3, h4, h5, h6 {
78
+ font-size: inherit;
79
+ font-weight: inherit;
80
+ }
81
+ a {
82
+ color: inherit;
83
+ -webkit-text-decoration: inherit;
84
+ text-decoration: inherit;
85
+ }
86
+ b, strong {
87
+ font-weight: bolder;
88
+ }
89
+ code, kbd, samp, pre {
90
+ font-family: var(--ecpauth-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
91
+ font-feature-settings: var(--ecpauth-default-mono-font-feature-settings, normal);
92
+ font-variation-settings: var(--ecpauth-default-mono-font-variation-settings, normal);
93
+ font-size: 1em;
94
+ }
95
+ small {
96
+ font-size: 80%;
97
+ }
98
+ sub, sup {
99
+ font-size: 75%;
100
+ line-height: 0;
101
+ position: relative;
102
+ vertical-align: baseline;
103
+ }
104
+ sub {
105
+ bottom: -0.25em;
106
+ }
107
+ sup {
108
+ top: -0.5em;
109
+ }
110
+ table {
111
+ text-indent: 0;
112
+ border-color: inherit;
113
+ border-collapse: collapse;
114
+ }
115
+ :-moz-focusring {
116
+ outline: auto;
117
+ }
118
+ progress {
119
+ vertical-align: baseline;
120
+ }
121
+ summary {
122
+ display: list-item;
123
+ }
124
+ ol, ul, menu {
125
+ list-style: none;
126
+ }
127
+ img, svg, video, canvas, audio, iframe, embed, object {
128
+ display: block;
129
+ vertical-align: middle;
130
+ }
131
+ img, video {
132
+ max-width: 100%;
133
+ height: auto;
134
+ }
135
+ button, input, select, optgroup, textarea, ::file-selector-button {
136
+ font: inherit;
137
+ font-feature-settings: inherit;
138
+ font-variation-settings: inherit;
139
+ letter-spacing: inherit;
140
+ color: inherit;
141
+ border-radius: 0;
142
+ background-color: transparent;
143
+ opacity: 1;
144
+ }
145
+ :where(select:is([multiple], [size])) optgroup {
146
+ font-weight: bolder;
147
+ }
148
+ :where(select:is([multiple], [size])) optgroup option {
149
+ padding-inline-start: 20px;
150
+ }
151
+ ::file-selector-button {
152
+ margin-inline-end: 4px;
153
+ }
154
+ ::placeholder {
155
+ opacity: 1;
156
+ }
157
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
158
+ ::placeholder {
159
+ color: currentcolor;
160
+ @supports (color: color-mix(in lab, red, red)) {
161
+ color: color-mix(in oklab, currentcolor 50%, transparent);
162
+ }
163
+ }
164
+ }
165
+ textarea {
166
+ resize: vertical;
167
+ }
168
+ ::-webkit-search-decoration {
169
+ -webkit-appearance: none;
170
+ }
171
+ ::-webkit-date-and-time-value {
172
+ min-height: 1lh;
173
+ text-align: inherit;
174
+ }
175
+ ::-webkit-datetime-edit {
176
+ display: inline-flex;
177
+ }
178
+ ::-webkit-datetime-edit-fields-wrapper {
179
+ padding: 0;
180
+ }
181
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
182
+ padding-block: 0;
183
+ }
184
+ :-moz-ui-invalid {
185
+ box-shadow: none;
186
+ }
187
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
188
+ appearance: button;
189
+ }
190
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
191
+ height: auto;
192
+ }
193
+ [hidden]:where(:not([hidden="until-found"])) {
194
+ display: none !important;
195
+ }
196
+ }
197
+ @layer utilities {
198
+ .ecpauth\:\@container\/card-header {
199
+ container-type: inline-size;
200
+ container-name: card-header;
201
+ }
202
+ .ecpauth\:pointer-events-none {
203
+ pointer-events: none;
204
+ }
205
+ .ecpauth\:sr-only {
206
+ position: absolute;
207
+ width: 1px;
208
+ height: 1px;
209
+ padding: 0;
210
+ margin: -1px;
211
+ overflow: hidden;
212
+ clip: rect(0, 0, 0, 0);
213
+ white-space: nowrap;
214
+ border-width: 0;
215
+ }
216
+ .ecpauth\:absolute {
217
+ position: absolute;
218
+ }
219
+ .ecpauth\:fixed {
220
+ position: fixed;
221
+ }
222
+ .ecpauth\:relative {
223
+ position: relative;
224
+ }
225
+ .ecpauth\:inset-0 {
226
+ inset: calc(var(--ecpauth-spacing) * 0);
227
+ }
228
+ .ecpauth\:top-0 {
229
+ top: calc(var(--ecpauth-spacing) * 0);
230
+ }
231
+ .ecpauth\:top-4 {
232
+ top: calc(var(--ecpauth-spacing) * 4);
233
+ }
234
+ .ecpauth\:top-\[50\%\] {
235
+ top: 50%;
236
+ }
237
+ .ecpauth\:right-0 {
238
+ right: calc(var(--ecpauth-spacing) * 0);
239
+ }
240
+ .ecpauth\:right-4 {
241
+ right: calc(var(--ecpauth-spacing) * 4);
242
+ }
243
+ .ecpauth\:bottom-0 {
244
+ bottom: calc(var(--ecpauth-spacing) * 0);
245
+ }
246
+ .ecpauth\:left-0 {
247
+ left: calc(var(--ecpauth-spacing) * 0);
248
+ }
249
+ .ecpauth\:left-\[50\%\] {
250
+ left: 50%;
251
+ }
252
+ .ecpauth\:z-50 {
253
+ z-index: 50;
254
+ }
255
+ .ecpauth\:col-start-2 {
256
+ grid-column-start: 2;
257
+ }
258
+ .ecpauth\:row-span-2 {
259
+ grid-row: span 2 / span 2;
260
+ }
261
+ .ecpauth\:row-start-1 {
262
+ grid-row-start: 1;
263
+ }
264
+ .ecpauth\:-mx-1 {
265
+ margin-inline: calc(var(--ecpauth-spacing) * -1);
266
+ }
267
+ .ecpauth\:my-1 {
268
+ margin-block: calc(var(--ecpauth-spacing) * 1);
269
+ }
270
+ .ecpauth\:my-2 {
271
+ margin-block: calc(var(--ecpauth-spacing) * 2);
272
+ }
273
+ .ecpauth\:my-3 {
274
+ margin-block: calc(var(--ecpauth-spacing) * 3);
275
+ }
276
+ .ecpauth\:my-5 {
277
+ margin-block: calc(var(--ecpauth-spacing) * 5);
278
+ }
279
+ .ecpauth\:-mt-2 {
280
+ margin-top: calc(var(--ecpauth-spacing) * -2);
281
+ }
282
+ .ecpauth\:mt-2 {
283
+ margin-top: calc(var(--ecpauth-spacing) * 2);
284
+ }
285
+ .ecpauth\:mt-4 {
286
+ margin-top: calc(var(--ecpauth-spacing) * 4);
287
+ }
288
+ .ecpauth\:mb-0 {
289
+ margin-bottom: calc(var(--ecpauth-spacing) * 0);
290
+ }
291
+ .ecpauth\:mb-2 {
292
+ margin-bottom: calc(var(--ecpauth-spacing) * 2);
293
+ }
294
+ .ecpauth\:mb-4 {
295
+ margin-bottom: calc(var(--ecpauth-spacing) * 4);
296
+ }
297
+ .ecpauth\:ml-auto {
298
+ margin-left: auto;
299
+ }
300
+ .ecpauth\:block {
301
+ display: block;
302
+ }
303
+ .ecpauth\:flex {
304
+ display: flex;
305
+ }
306
+ .ecpauth\:grid {
307
+ display: grid;
308
+ }
309
+ .ecpauth\:inline-block {
310
+ display: inline-block;
311
+ }
312
+ .ecpauth\:inline-flex {
313
+ display: inline-flex;
314
+ }
315
+ .ecpauth\:size-4 {
316
+ width: calc(var(--ecpauth-spacing) * 4);
317
+ height: calc(var(--ecpauth-spacing) * 4);
318
+ }
319
+ .ecpauth\:size-9 {
320
+ width: calc(var(--ecpauth-spacing) * 9);
321
+ height: calc(var(--ecpauth-spacing) * 9);
322
+ }
323
+ .ecpauth\:size-12 {
324
+ width: calc(var(--ecpauth-spacing) * 12);
325
+ height: calc(var(--ecpauth-spacing) * 12);
326
+ }
327
+ .ecpauth\:h-8 {
328
+ height: calc(var(--ecpauth-spacing) * 8);
329
+ }
330
+ .ecpauth\:h-9 {
331
+ height: calc(var(--ecpauth-spacing) * 9);
332
+ }
333
+ .ecpauth\:h-10 {
334
+ height: calc(var(--ecpauth-spacing) * 10);
335
+ }
336
+ .ecpauth\:h-40 {
337
+ height: calc(var(--ecpauth-spacing) * 40);
338
+ }
339
+ .ecpauth\:h-\[1\.15rem\] {
340
+ height: 1.15rem;
341
+ }
342
+ .ecpauth\:h-px {
343
+ height: 1px;
344
+ }
345
+ .ecpauth\:\!max-h-\[calc\(100vh-12rem\)\] {
346
+ max-height: calc(100vh - 12rem) !important;
347
+ }
348
+ .ecpauth\:max-h-\(--radix-dropdown-menu-content-available-height\) {
349
+ max-height: var(--radix-dropdown-menu-content-available-height);
350
+ }
351
+ .ecpauth\:w-8 {
352
+ width: calc(var(--ecpauth-spacing) * 8);
353
+ }
354
+ .ecpauth\:w-40 {
355
+ width: calc(var(--ecpauth-spacing) * 40);
356
+ }
357
+ .ecpauth\:w-56 {
358
+ width: calc(var(--ecpauth-spacing) * 56);
359
+ }
360
+ .ecpauth\:w-full {
361
+ width: 100%;
362
+ }
363
+ .ecpauth\:max-w-\[calc\(100\%-2rem\)\] {
364
+ max-width: calc(100% - 2rem);
365
+ }
366
+ .ecpauth\:max-w-sm {
367
+ max-width: var(--ecpauth-container-sm);
368
+ }
369
+ .ecpauth\:min-w-0 {
370
+ min-width: calc(var(--ecpauth-spacing) * 0);
371
+ }
372
+ .ecpauth\:min-w-\[8rem\] {
373
+ min-width: 8rem;
374
+ }
375
+ .ecpauth\:flex-1 {
376
+ flex: 1;
377
+ }
378
+ .ecpauth\:shrink-0 {
379
+ flex-shrink: 0;
380
+ }
381
+ .ecpauth\:origin-\(--radix-dropdown-menu-content-transform-origin\) {
382
+ transform-origin: var(--radix-dropdown-menu-content-transform-origin);
383
+ }
384
+ .ecpauth\:translate-x-\[-50\%\] {
385
+ --tw-translate-x: -50%;
386
+ translate: var(--tw-translate-x) var(--tw-translate-y);
387
+ }
388
+ .ecpauth\:translate-y-\[-50\%\] {
389
+ --tw-translate-y: -50%;
390
+ translate: var(--tw-translate-x) var(--tw-translate-y);
391
+ }
392
+ .ecpauth\:cursor-default {
393
+ cursor: default;
394
+ }
395
+ .ecpauth\:cursor-pointer {
396
+ cursor: pointer;
397
+ }
398
+ .ecpauth\:auto-rows-min {
399
+ grid-auto-rows: min-content;
400
+ }
401
+ .ecpauth\:grid-rows-\[auto_auto\] {
402
+ grid-template-rows: auto auto;
403
+ }
404
+ .ecpauth\:flex-col {
405
+ flex-direction: column;
406
+ }
407
+ .ecpauth\:flex-col-reverse {
408
+ flex-direction: column-reverse;
409
+ }
410
+ .ecpauth\:items-center {
411
+ align-items: center;
412
+ }
413
+ .ecpauth\:items-start {
414
+ align-items: flex-start;
415
+ }
416
+ .ecpauth\:justify-between {
417
+ justify-content: space-between;
418
+ }
419
+ .ecpauth\:justify-center {
420
+ justify-content: center;
421
+ }
422
+ .ecpauth\:justify-end {
423
+ justify-content: flex-end;
424
+ }
425
+ .ecpauth\:gap-1\.5 {
426
+ gap: calc(var(--ecpauth-spacing) * 1.5);
427
+ }
428
+ .ecpauth\:gap-2 {
429
+ gap: calc(var(--ecpauth-spacing) * 2);
430
+ }
431
+ .ecpauth\:gap-4 {
432
+ gap: calc(var(--ecpauth-spacing) * 4);
433
+ }
434
+ .ecpauth\:gap-6 {
435
+ gap: calc(var(--ecpauth-spacing) * 6);
436
+ }
437
+ .ecpauth\:self-start {
438
+ align-self: flex-start;
439
+ }
440
+ .ecpauth\:justify-self-end {
441
+ justify-self: flex-end;
442
+ }
443
+ .ecpauth\:overflow-hidden {
444
+ overflow: hidden;
445
+ }
446
+ .ecpauth\:overflow-x-hidden {
447
+ overflow-x: hidden;
448
+ }
449
+ .ecpauth\:overflow-y-auto {
450
+ overflow-y: auto;
451
+ }
452
+ .ecpauth\:rounded-full {
453
+ border-radius: calc(infinity * 1px);
454
+ }
455
+ .ecpauth\:rounded-lg {
456
+ border-radius: var(--radius);
457
+ }
458
+ .ecpauth\:rounded-md {
459
+ border-radius: calc(var(--radius) - 2px);
460
+ }
461
+ .ecpauth\:rounded-sm {
462
+ border-radius: calc(var(--radius) - 4px);
463
+ }
464
+ .ecpauth\:rounded-xl {
465
+ border-radius: calc(var(--radius) + 4px);
466
+ }
467
+ .ecpauth\:rounded-xs {
468
+ border-radius: var(--ecpauth-radius-xs);
469
+ }
470
+ .ecpauth\:border {
471
+ border-style: var(--tw-border-style);
472
+ border-width: 1px;
473
+ }
474
+ .ecpauth\:border-y {
475
+ border-block-style: var(--tw-border-style);
476
+ border-block-width: 1px;
477
+ }
478
+ .ecpauth\:border-b {
479
+ border-bottom-style: var(--tw-border-style);
480
+ border-bottom-width: 1px;
481
+ }
482
+ .ecpauth\:border-gray-200 {
483
+ border-color: var(--ecpauth-color-gray-200);
484
+ }
485
+ .ecpauth\:border-stone-200 {
486
+ border-color: var(--ecpauth-color-stone-200);
487
+ }
488
+ .ecpauth\:border-transparent {
489
+ border-color: transparent;
490
+ }
491
+ .ecpauth\:bg-background {
492
+ background-color: var(--background);
493
+ }
494
+ .ecpauth\:bg-black\/50 {
495
+ background-color: var(--ecpauth-color-black);
496
+ @supports (color: color-mix(in lab, red, red)) {
497
+ background-color: color-mix(in oklab, var(--ecpauth-color-black) 50%, transparent);
498
+ }
499
+ }
500
+ .ecpauth\:bg-gray-200 {
501
+ background-color: var(--ecpauth-color-gray-200);
502
+ }
503
+ .ecpauth\:bg-red-500 {
504
+ background-color: var(--ecpauth-color-red-500);
505
+ }
506
+ .ecpauth\:bg-stone-100 {
507
+ background-color: var(--ecpauth-color-stone-100);
508
+ }
509
+ .ecpauth\:bg-stone-200 {
510
+ background-color: var(--ecpauth-color-stone-200);
511
+ }
512
+ .ecpauth\:bg-stone-900 {
513
+ background-color: var(--ecpauth-color-stone-900);
514
+ }
515
+ .ecpauth\:bg-transparent {
516
+ background-color: transparent;
517
+ }
518
+ .ecpauth\:bg-white {
519
+ background-color: var(--ecpauth-color-white);
520
+ }
521
+ .ecpauth\:bg-white\/80 {
522
+ background-color: var(--ecpauth-color-white);
523
+ @supports (color: color-mix(in lab, red, red)) {
524
+ background-color: color-mix(in oklab, var(--ecpauth-color-white) 80%, transparent);
525
+ }
526
+ }
527
+ .ecpauth\:bg-white\/90 {
528
+ background-color: var(--ecpauth-color-white);
529
+ @supports (color: color-mix(in lab, red, red)) {
530
+ background-color: color-mix(in oklab, var(--ecpauth-color-white) 90%, transparent);
531
+ }
532
+ }
533
+ .ecpauth\:p-0 {
534
+ padding: calc(var(--ecpauth-spacing) * 0);
535
+ }
536
+ .ecpauth\:p-1 {
537
+ padding: calc(var(--ecpauth-spacing) * 1);
538
+ }
539
+ .ecpauth\:p-6 {
540
+ padding: calc(var(--ecpauth-spacing) * 6);
541
+ }
542
+ .ecpauth\:px-2 {
543
+ padding-inline: calc(var(--ecpauth-spacing) * 2);
544
+ }
545
+ .ecpauth\:px-3 {
546
+ padding-inline: calc(var(--ecpauth-spacing) * 3);
547
+ }
548
+ .ecpauth\:px-4 {
549
+ padding-inline: calc(var(--ecpauth-spacing) * 4);
550
+ }
551
+ .ecpauth\:px-6 {
552
+ padding-inline: calc(var(--ecpauth-spacing) * 6);
553
+ }
554
+ .ecpauth\:py-1 {
555
+ padding-block: calc(var(--ecpauth-spacing) * 1);
556
+ }
557
+ .ecpauth\:py-1\.5 {
558
+ padding-block: calc(var(--ecpauth-spacing) * 1.5);
559
+ }
560
+ .ecpauth\:py-2 {
561
+ padding-block: calc(var(--ecpauth-spacing) * 2);
562
+ }
563
+ .ecpauth\:py-3 {
564
+ padding-block: calc(var(--ecpauth-spacing) * 3);
565
+ }
566
+ .ecpauth\:py-6 {
567
+ padding-block: calc(var(--ecpauth-spacing) * 6);
568
+ }
569
+ .ecpauth\:pe-3 {
570
+ padding-inline-end: calc(var(--ecpauth-spacing) * 3);
571
+ }
572
+ .ecpauth\:pe-4 {
573
+ padding-inline-end: calc(var(--ecpauth-spacing) * 4);
574
+ }
575
+ .ecpauth\:pb-2 {
576
+ padding-bottom: calc(var(--ecpauth-spacing) * 2);
577
+ }
578
+ .ecpauth\:text-center {
579
+ text-align: center;
580
+ }
581
+ .ecpauth\:text-left {
582
+ text-align: left;
583
+ }
584
+ .ecpauth\:text-2xl {
585
+ font-size: var(--ecpauth-text-2xl);
586
+ line-height: var(--tw-leading, var(--ecpauth-text-2xl--line-height));
587
+ }
588
+ .ecpauth\:text-base {
589
+ font-size: var(--ecpauth-text-base);
590
+ line-height: var(--tw-leading, var(--ecpauth-text-base--line-height));
591
+ }
592
+ .ecpauth\:text-lg {
593
+ font-size: var(--ecpauth-text-lg);
594
+ line-height: var(--tw-leading, var(--ecpauth-text-lg--line-height));
595
+ }
596
+ .ecpauth\:text-sm {
597
+ font-size: var(--ecpauth-text-sm);
598
+ line-height: var(--tw-leading, var(--ecpauth-text-sm--line-height));
599
+ }
600
+ .ecpauth\:leading-none {
601
+ --tw-leading: 1;
602
+ line-height: 1;
603
+ }
604
+ .ecpauth\:font-medium {
605
+ --tw-font-weight: var(--ecpauth-font-weight-medium);
606
+ font-weight: var(--ecpauth-font-weight-medium);
607
+ }
608
+ .ecpauth\:font-semibold {
609
+ --tw-font-weight: var(--ecpauth-font-weight-semibold);
610
+ font-weight: var(--ecpauth-font-weight-semibold);
611
+ }
612
+ .ecpauth\:whitespace-nowrap {
613
+ white-space: nowrap;
614
+ }
615
+ .ecpauth\:\!text-blue-500 {
616
+ color: var(--ecpauth-color-blue-500) !important;
617
+ }
618
+ .ecpauth\:text-black {
619
+ color: var(--ecpauth-color-black);
620
+ }
621
+ .ecpauth\:text-gray-500 {
622
+ color: var(--ecpauth-color-gray-500);
623
+ }
624
+ .ecpauth\:text-gray-700 {
625
+ color: var(--ecpauth-color-gray-700);
626
+ }
627
+ .ecpauth\:text-green-500 {
628
+ color: var(--ecpauth-color-green-500);
629
+ }
630
+ .ecpauth\:text-muted-foreground {
631
+ color: var(--muted-foreground);
632
+ }
633
+ .ecpauth\:text-red-500 {
634
+ color: var(--ecpauth-color-red-500);
635
+ }
636
+ .ecpauth\:text-stone-50 {
637
+ color: var(--ecpauth-color-stone-50);
638
+ }
639
+ .ecpauth\:text-stone-500 {
640
+ color: var(--ecpauth-color-stone-500);
641
+ }
642
+ .ecpauth\:text-stone-700 {
643
+ color: var(--ecpauth-color-stone-700);
644
+ }
645
+ .ecpauth\:text-stone-800 {
646
+ color: var(--ecpauth-color-stone-800);
647
+ }
648
+ .ecpauth\:text-stone-900 {
649
+ color: var(--ecpauth-color-stone-900);
650
+ }
651
+ .ecpauth\:text-stone-950 {
652
+ color: var(--ecpauth-color-stone-950);
653
+ }
654
+ .ecpauth\:text-white {
655
+ color: var(--ecpauth-color-white);
656
+ }
657
+ .ecpauth\:underline {
658
+ text-decoration-line: underline;
659
+ }
660
+ .ecpauth\:underline-offset-4 {
661
+ text-underline-offset: 4px;
662
+ }
663
+ .ecpauth\:opacity-70 {
664
+ opacity: 70%;
665
+ }
666
+ .ecpauth\:shadow-lg {
667
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
668
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
669
+ }
670
+ .ecpauth\:shadow-md {
671
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
672
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
673
+ }
674
+ .ecpauth\:shadow-sm {
675
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
676
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
677
+ }
678
+ .ecpauth\:shadow-xs {
679
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
680
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
681
+ }
682
+ .ecpauth\:ring-0 {
683
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
684
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
685
+ }
686
+ .ecpauth\:ring-offset-background {
687
+ --tw-ring-offset-color: var(--background);
688
+ }
689
+ .ecpauth\:outline-hidden {
690
+ --tw-outline-style: none;
691
+ outline-style: none;
692
+ @media (forced-colors: active) {
693
+ outline: 2px solid transparent;
694
+ outline-offset: 2px;
695
+ }
696
+ }
697
+ .ecpauth\:transition-\[color\,box-shadow\] {
698
+ transition-property: color,box-shadow;
699
+ transition-timing-function: var(--tw-ease, var(--ecpauth-default-transition-timing-function));
700
+ transition-duration: var(--tw-duration, var(--ecpauth-default-transition-duration));
701
+ }
702
+ .ecpauth\:transition-all {
703
+ transition-property: all;
704
+ transition-timing-function: var(--tw-ease, var(--ecpauth-default-transition-timing-function));
705
+ transition-duration: var(--tw-duration, var(--ecpauth-default-transition-duration));
706
+ }
707
+ .ecpauth\:transition-opacity {
708
+ transition-property: opacity;
709
+ transition-timing-function: var(--tw-ease, var(--ecpauth-default-transition-timing-function));
710
+ transition-duration: var(--tw-duration, var(--ecpauth-default-transition-duration));
711
+ }
712
+ .ecpauth\:transition-transform {
713
+ transition-property: transform, translate, scale, rotate;
714
+ transition-timing-function: var(--tw-ease, var(--ecpauth-default-transition-timing-function));
715
+ transition-duration: var(--tw-duration, var(--ecpauth-default-transition-duration));
716
+ }
717
+ .ecpauth\:duration-200 {
718
+ --tw-duration: 200ms;
719
+ transition-duration: 200ms;
720
+ }
721
+ .ecpauth\:outline-none {
722
+ --tw-outline-style: none;
723
+ outline-style: none;
724
+ }
725
+ .ecpauth\:select-none {
726
+ -webkit-user-select: none;
727
+ user-select: none;
728
+ }
729
+ .ecpauth\:group-data-\[disabled\=true\]\:pointer-events-none {
730
+ &:is(:where(.ecpauth\:group)[data-disabled="true"] *) {
731
+ pointer-events: none;
732
+ }
733
+ }
734
+ .ecpauth\:group-data-\[disabled\=true\]\:opacity-50 {
735
+ &:is(:where(.ecpauth\:group)[data-disabled="true"] *) {
736
+ opacity: 50%;
737
+ }
738
+ }
739
+ .ecpauth\:peer-disabled\:cursor-not-allowed {
740
+ &:is(:where(.ecpauth\:peer):disabled ~ *) {
741
+ cursor: not-allowed;
742
+ }
743
+ }
744
+ .ecpauth\:peer-disabled\:opacity-50 {
745
+ &:is(:where(.ecpauth\:peer):disabled ~ *) {
746
+ opacity: 50%;
747
+ }
748
+ }
749
+ .ecpauth\:selection\:bg-stone-900 {
750
+ & *::selection {
751
+ background-color: var(--ecpauth-color-stone-900);
752
+ }
753
+ &::selection {
754
+ background-color: var(--ecpauth-color-stone-900);
755
+ }
756
+ }
757
+ .ecpauth\:selection\:text-stone-50 {
758
+ & *::selection {
759
+ color: var(--ecpauth-color-stone-50);
760
+ }
761
+ &::selection {
762
+ color: var(--ecpauth-color-stone-50);
763
+ }
764
+ }
765
+ .ecpauth\:file\:inline-flex {
766
+ &::file-selector-button {
767
+ display: inline-flex;
768
+ }
769
+ }
770
+ .ecpauth\:file\:h-7 {
771
+ &::file-selector-button {
772
+ height: calc(var(--ecpauth-spacing) * 7);
773
+ }
774
+ }
775
+ .ecpauth\:file\:border-0 {
776
+ &::file-selector-button {
777
+ border-style: var(--tw-border-style);
778
+ border-width: 0px;
779
+ }
780
+ }
781
+ .ecpauth\:file\:bg-transparent {
782
+ &::file-selector-button {
783
+ background-color: transparent;
784
+ }
785
+ }
786
+ .ecpauth\:file\:text-sm {
787
+ &::file-selector-button {
788
+ font-size: var(--ecpauth-text-sm);
789
+ line-height: var(--tw-leading, var(--ecpauth-text-sm--line-height));
790
+ }
791
+ }
792
+ .ecpauth\:file\:font-medium {
793
+ &::file-selector-button {
794
+ --tw-font-weight: var(--ecpauth-font-weight-medium);
795
+ font-weight: var(--ecpauth-font-weight-medium);
796
+ }
797
+ }
798
+ .ecpauth\:file\:text-stone-950 {
799
+ &::file-selector-button {
800
+ color: var(--ecpauth-color-stone-950);
801
+ }
802
+ }
803
+ .ecpauth\:placeholder\:text-stone-500 {
804
+ &::placeholder {
805
+ color: var(--ecpauth-color-stone-500);
806
+ }
807
+ }
808
+ .ecpauth\:hover\:bg-gray-100 {
809
+ &:hover {
810
+ @media (hover: hover) {
811
+ background-color: var(--ecpauth-color-gray-100);
812
+ }
813
+ }
814
+ }
815
+ .ecpauth\:hover\:bg-red-500\/90 {
816
+ &:hover {
817
+ @media (hover: hover) {
818
+ background-color: var(--ecpauth-color-red-500);
819
+ @supports (color: color-mix(in lab, red, red)) {
820
+ background-color: color-mix(in oklab, var(--ecpauth-color-red-500) 90%, transparent);
821
+ }
822
+ }
823
+ }
824
+ }
825
+ .ecpauth\:hover\:bg-stone-100 {
826
+ &:hover {
827
+ @media (hover: hover) {
828
+ background-color: var(--ecpauth-color-stone-100);
829
+ }
830
+ }
831
+ }
832
+ .ecpauth\:hover\:bg-stone-100\/50 {
833
+ &:hover {
834
+ @media (hover: hover) {
835
+ background-color: var(--ecpauth-color-stone-100);
836
+ @supports (color: color-mix(in lab, red, red)) {
837
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-100) 50%, transparent);
838
+ }
839
+ }
840
+ }
841
+ }
842
+ .ecpauth\:hover\:bg-stone-100\/80 {
843
+ &:hover {
844
+ @media (hover: hover) {
845
+ background-color: var(--ecpauth-color-stone-100);
846
+ @supports (color: color-mix(in lab, red, red)) {
847
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-100) 80%, transparent);
848
+ }
849
+ }
850
+ }
851
+ }
852
+ .ecpauth\:hover\:bg-stone-900\/90 {
853
+ &:hover {
854
+ @media (hover: hover) {
855
+ background-color: var(--ecpauth-color-stone-900);
856
+ @supports (color: color-mix(in lab, red, red)) {
857
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-900) 90%, transparent);
858
+ }
859
+ }
860
+ }
861
+ }
862
+ .ecpauth\:hover\:\!text-blue-600 {
863
+ &:hover {
864
+ @media (hover: hover) {
865
+ color: var(--ecpauth-color-blue-600) !important;
866
+ }
867
+ }
868
+ }
869
+ .ecpauth\:hover\:text-stone-900 {
870
+ &:hover {
871
+ @media (hover: hover) {
872
+ color: var(--ecpauth-color-stone-900);
873
+ }
874
+ }
875
+ }
876
+ .ecpauth\:hover\:underline {
877
+ &:hover {
878
+ @media (hover: hover) {
879
+ text-decoration-line: underline;
880
+ }
881
+ }
882
+ }
883
+ .ecpauth\:hover\:opacity-100 {
884
+ &:hover {
885
+ @media (hover: hover) {
886
+ opacity: 100%;
887
+ }
888
+ }
889
+ }
890
+ .ecpauth\:focus\:bg-stone-100 {
891
+ &:focus {
892
+ background-color: var(--ecpauth-color-stone-100);
893
+ }
894
+ }
895
+ .ecpauth\:focus\:text-stone-900 {
896
+ &:focus {
897
+ color: var(--ecpauth-color-stone-900);
898
+ }
899
+ }
900
+ .ecpauth\:focus\:ring-2 {
901
+ &:focus {
902
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
903
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
904
+ }
905
+ }
906
+ .ecpauth\:focus\:ring-ring {
907
+ &:focus {
908
+ --tw-ring-color: var(--ring);
909
+ }
910
+ }
911
+ .ecpauth\:focus\:ring-offset-2 {
912
+ &:focus {
913
+ --tw-ring-offset-width: 2px;
914
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
915
+ }
916
+ }
917
+ .ecpauth\:focus\:outline-hidden {
918
+ &:focus {
919
+ --tw-outline-style: none;
920
+ outline-style: none;
921
+ @media (forced-colors: active) {
922
+ outline: 2px solid transparent;
923
+ outline-offset: 2px;
924
+ }
925
+ }
926
+ }
927
+ .ecpauth\:focus\:outline-none {
928
+ &:focus {
929
+ --tw-outline-style: none;
930
+ outline-style: none;
931
+ }
932
+ }
933
+ .ecpauth\:focus-visible\:border-stone-950 {
934
+ &:focus-visible {
935
+ border-color: var(--ecpauth-color-stone-950);
936
+ }
937
+ }
938
+ .ecpauth\:focus-visible\:ring-2 {
939
+ &:focus-visible {
940
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
941
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
942
+ }
943
+ }
944
+ .ecpauth\:focus-visible\:ring-\[3px\] {
945
+ &:focus-visible {
946
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
947
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
948
+ }
949
+ }
950
+ .ecpauth\:focus-visible\:ring-gray-500 {
951
+ &:focus-visible {
952
+ --tw-ring-color: var(--ecpauth-color-gray-500);
953
+ }
954
+ }
955
+ .ecpauth\:focus-visible\:ring-red-500\/20 {
956
+ &:focus-visible {
957
+ --tw-ring-color: var(--ecpauth-color-red-500);
958
+ @supports (color: color-mix(in lab, red, red)) {
959
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-500) 20%, transparent);
960
+ }
961
+ }
962
+ }
963
+ .ecpauth\:focus-visible\:ring-stone-950\/50 {
964
+ &:focus-visible {
965
+ --tw-ring-color: var(--ecpauth-color-stone-950);
966
+ @supports (color: color-mix(in lab, red, red)) {
967
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-stone-950) 50%, transparent);
968
+ }
969
+ }
970
+ }
971
+ .ecpauth\:disabled\:pointer-events-none {
972
+ &:disabled {
973
+ pointer-events: none;
974
+ }
975
+ }
976
+ .ecpauth\:disabled\:cursor-not-allowed {
977
+ &:disabled {
978
+ cursor: not-allowed;
979
+ }
980
+ }
981
+ .ecpauth\:disabled\:opacity-50 {
982
+ &:disabled {
983
+ opacity: 50%;
984
+ }
985
+ }
986
+ .ecpauth\:has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
987
+ &:has(*[data-slot="card-action"]) {
988
+ grid-template-columns: 1fr auto;
989
+ }
990
+ }
991
+ .ecpauth\:has-\[\>svg\]\:px-2\.5 {
992
+ &:has(>svg) {
993
+ padding-inline: calc(var(--ecpauth-spacing) * 2.5);
994
+ }
995
+ }
996
+ .ecpauth\:has-\[\>svg\]\:px-3 {
997
+ &:has(>svg) {
998
+ padding-inline: calc(var(--ecpauth-spacing) * 3);
999
+ }
1000
+ }
1001
+ .ecpauth\:has-\[\>svg\]\:px-4 {
1002
+ &:has(>svg) {
1003
+ padding-inline: calc(var(--ecpauth-spacing) * 4);
1004
+ }
1005
+ }
1006
+ .ecpauth\:aria-invalid\:border-red-500 {
1007
+ &[aria-invalid="true"] {
1008
+ border-color: var(--ecpauth-color-red-500);
1009
+ }
1010
+ }
1011
+ .ecpauth\:aria-invalid\:ring-red-500\/20 {
1012
+ &[aria-invalid="true"] {
1013
+ --tw-ring-color: var(--ecpauth-color-red-500);
1014
+ @supports (color: color-mix(in lab, red, red)) {
1015
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-500) 20%, transparent);
1016
+ }
1017
+ }
1018
+ }
1019
+ .ecpauth\:data-\[disabled\]\:pointer-events-none {
1020
+ &[data-disabled] {
1021
+ pointer-events: none;
1022
+ }
1023
+ }
1024
+ .ecpauth\:data-\[disabled\]\:opacity-50 {
1025
+ &[data-disabled] {
1026
+ opacity: 50%;
1027
+ }
1028
+ }
1029
+ .ecpauth\:data-\[inset\]\:pl-8 {
1030
+ &[data-inset] {
1031
+ padding-left: calc(var(--ecpauth-spacing) * 8);
1032
+ }
1033
+ }
1034
+ .ecpauth\:data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\] {
1035
+ &[data-state="checked"] {
1036
+ --tw-translate-x: calc(100% - 2px);
1037
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1038
+ }
1039
+ }
1040
+ .ecpauth\:data-\[state\=checked\]\:bg-stone-900 {
1041
+ &[data-state="checked"] {
1042
+ background-color: var(--ecpauth-color-stone-900);
1043
+ }
1044
+ }
1045
+ .ecpauth\:data-\[state\=open\]\:bg-accent {
1046
+ &[data-state="open"] {
1047
+ background-color: var(--accent);
1048
+ }
1049
+ }
1050
+ .ecpauth\:data-\[state\=open\]\:text-muted-foreground {
1051
+ &[data-state="open"] {
1052
+ color: var(--muted-foreground);
1053
+ }
1054
+ }
1055
+ .ecpauth\:data-\[state\=unchecked\]\:translate-x-0 {
1056
+ &[data-state="unchecked"] {
1057
+ --tw-translate-x: calc(var(--ecpauth-spacing) * 0);
1058
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1059
+ }
1060
+ }
1061
+ .ecpauth\:data-\[state\=unchecked\]\:bg-stone-300 {
1062
+ &[data-state="unchecked"] {
1063
+ background-color: var(--ecpauth-color-stone-300);
1064
+ }
1065
+ }
1066
+ .ecpauth\:data-\[variant\=destructive\]\:text-red-500 {
1067
+ &[data-variant="destructive"] {
1068
+ color: var(--ecpauth-color-red-500);
1069
+ }
1070
+ }
1071
+ .ecpauth\:data-\[variant\=destructive\]\:focus\:bg-red-500\/10 {
1072
+ &[data-variant="destructive"] {
1073
+ &:focus {
1074
+ background-color: var(--ecpauth-color-red-500);
1075
+ @supports (color: color-mix(in lab, red, red)) {
1076
+ background-color: color-mix(in oklab, var(--ecpauth-color-red-500) 10%, transparent);
1077
+ }
1078
+ }
1079
+ }
1080
+ }
1081
+ .ecpauth\:data-\[variant\=destructive\]\:focus\:text-red-500 {
1082
+ &[data-variant="destructive"] {
1083
+ &:focus {
1084
+ color: var(--ecpauth-color-red-500);
1085
+ }
1086
+ }
1087
+ }
1088
+ .ecpauth\:sm\:max-w-lg {
1089
+ @media (width >= 40rem) {
1090
+ max-width: var(--ecpauth-container-lg);
1091
+ }
1092
+ }
1093
+ .ecpauth\:sm\:flex-row {
1094
+ @media (width >= 40rem) {
1095
+ flex-direction: row;
1096
+ }
1097
+ }
1098
+ .ecpauth\:sm\:justify-end {
1099
+ @media (width >= 40rem) {
1100
+ justify-content: flex-end;
1101
+ }
1102
+ }
1103
+ .ecpauth\:sm\:text-left {
1104
+ @media (width >= 40rem) {
1105
+ text-align: left;
1106
+ }
1107
+ }
1108
+ .ecpauth\:md\:text-sm {
1109
+ @media (width >= 48rem) {
1110
+ font-size: var(--ecpauth-text-sm);
1111
+ line-height: var(--tw-leading, var(--ecpauth-text-sm--line-height));
1112
+ }
1113
+ }
1114
+ .ecpauth\:lg\:min-h-\[496px\] {
1115
+ @media (width >= 64rem) {
1116
+ min-height: 496px;
1117
+ }
1118
+ }
1119
+ .ecpauth\:dark\:border-gray-600 {
1120
+ &:is(.dark *) {
1121
+ border-color: var(--ecpauth-color-gray-600);
1122
+ }
1123
+ }
1124
+ .ecpauth\:dark\:border-gray-700 {
1125
+ &:is(.dark *) {
1126
+ border-color: var(--ecpauth-color-gray-700);
1127
+ }
1128
+ }
1129
+ .ecpauth\:dark\:border-gray-800 {
1130
+ &:is(.dark *) {
1131
+ border-color: var(--ecpauth-color-gray-800);
1132
+ }
1133
+ }
1134
+ .ecpauth\:dark\:border-stone-800 {
1135
+ &:is(.dark *) {
1136
+ border-color: var(--ecpauth-color-stone-800);
1137
+ }
1138
+ }
1139
+ .ecpauth\:dark\:bg-gray-700\/50 {
1140
+ &:is(.dark *) {
1141
+ background-color: var(--ecpauth-color-gray-700);
1142
+ @supports (color: color-mix(in lab, red, red)) {
1143
+ background-color: color-mix(in oklab, var(--ecpauth-color-gray-700) 50%, transparent);
1144
+ }
1145
+ }
1146
+ }
1147
+ .ecpauth\:dark\:bg-gray-800 {
1148
+ &:is(.dark *) {
1149
+ background-color: var(--ecpauth-color-gray-800);
1150
+ }
1151
+ }
1152
+ .ecpauth\:dark\:bg-gray-900 {
1153
+ &:is(.dark *) {
1154
+ background-color: var(--ecpauth-color-gray-900);
1155
+ }
1156
+ }
1157
+ .ecpauth\:dark\:bg-gray-900\/90 {
1158
+ &:is(.dark *) {
1159
+ background-color: var(--ecpauth-color-gray-900);
1160
+ @supports (color: color-mix(in lab, red, red)) {
1161
+ background-color: color-mix(in oklab, var(--ecpauth-color-gray-900) 90%, transparent);
1162
+ }
1163
+ }
1164
+ }
1165
+ .ecpauth\:dark\:bg-gray-950\/80 {
1166
+ &:is(.dark *) {
1167
+ background-color: var(--ecpauth-color-gray-950);
1168
+ @supports (color: color-mix(in lab, red, red)) {
1169
+ background-color: color-mix(in oklab, var(--ecpauth-color-gray-950) 80%, transparent);
1170
+ }
1171
+ }
1172
+ }
1173
+ .ecpauth\:dark\:bg-red-500\/60 {
1174
+ &:is(.dark *) {
1175
+ background-color: var(--ecpauth-color-red-500);
1176
+ @supports (color: color-mix(in lab, red, red)) {
1177
+ background-color: color-mix(in oklab, var(--ecpauth-color-red-500) 60%, transparent);
1178
+ }
1179
+ }
1180
+ }
1181
+ .ecpauth\:dark\:bg-red-900 {
1182
+ &:is(.dark *) {
1183
+ background-color: var(--ecpauth-color-red-900);
1184
+ }
1185
+ }
1186
+ .ecpauth\:dark\:bg-red-900\/60 {
1187
+ &:is(.dark *) {
1188
+ background-color: var(--ecpauth-color-red-900);
1189
+ @supports (color: color-mix(in lab, red, red)) {
1190
+ background-color: color-mix(in oklab, var(--ecpauth-color-red-900) 60%, transparent);
1191
+ }
1192
+ }
1193
+ }
1194
+ .ecpauth\:dark\:bg-stone-50 {
1195
+ &:is(.dark *) {
1196
+ background-color: var(--ecpauth-color-stone-50);
1197
+ }
1198
+ }
1199
+ .ecpauth\:dark\:bg-stone-200\/30 {
1200
+ &:is(.dark *) {
1201
+ background-color: var(--ecpauth-color-stone-200);
1202
+ @supports (color: color-mix(in lab, red, red)) {
1203
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-200) 30%, transparent);
1204
+ }
1205
+ }
1206
+ }
1207
+ .ecpauth\:dark\:bg-stone-800 {
1208
+ &:is(.dark *) {
1209
+ background-color: var(--ecpauth-color-stone-800);
1210
+ }
1211
+ }
1212
+ .ecpauth\:dark\:bg-stone-800\/30 {
1213
+ &:is(.dark *) {
1214
+ background-color: var(--ecpauth-color-stone-800);
1215
+ @supports (color: color-mix(in lab, red, red)) {
1216
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-800) 30%, transparent);
1217
+ }
1218
+ }
1219
+ }
1220
+ .ecpauth\:dark\:bg-stone-950 {
1221
+ &:is(.dark *) {
1222
+ background-color: var(--ecpauth-color-stone-950);
1223
+ }
1224
+ }
1225
+ .ecpauth\:dark\:text-gray-50 {
1226
+ &:is(.dark *) {
1227
+ color: var(--ecpauth-color-gray-50);
1228
+ }
1229
+ }
1230
+ .ecpauth\:dark\:text-stone-50 {
1231
+ &:is(.dark *) {
1232
+ color: var(--ecpauth-color-stone-50);
1233
+ }
1234
+ }
1235
+ .ecpauth\:dark\:text-stone-300 {
1236
+ &:is(.dark *) {
1237
+ color: var(--ecpauth-color-stone-300);
1238
+ }
1239
+ }
1240
+ .ecpauth\:dark\:text-stone-400 {
1241
+ &:is(.dark *) {
1242
+ color: var(--ecpauth-color-stone-400);
1243
+ }
1244
+ }
1245
+ .ecpauth\:dark\:text-stone-900 {
1246
+ &:is(.dark *) {
1247
+ color: var(--ecpauth-color-stone-900);
1248
+ }
1249
+ }
1250
+ .ecpauth\:dark\:text-white {
1251
+ &:is(.dark *) {
1252
+ color: var(--ecpauth-color-white);
1253
+ }
1254
+ }
1255
+ .ecpauth\:dark\:selection\:bg-stone-50 {
1256
+ &:is(.dark *) {
1257
+ & *::selection {
1258
+ background-color: var(--ecpauth-color-stone-50);
1259
+ }
1260
+ &::selection {
1261
+ background-color: var(--ecpauth-color-stone-50);
1262
+ }
1263
+ }
1264
+ }
1265
+ .ecpauth\:dark\:selection\:text-stone-900 {
1266
+ &:is(.dark *) {
1267
+ & *::selection {
1268
+ color: var(--ecpauth-color-stone-900);
1269
+ }
1270
+ &::selection {
1271
+ color: var(--ecpauth-color-stone-900);
1272
+ }
1273
+ }
1274
+ }
1275
+ .ecpauth\:dark\:file\:text-stone-50 {
1276
+ &:is(.dark *) {
1277
+ &::file-selector-button {
1278
+ color: var(--ecpauth-color-stone-50);
1279
+ }
1280
+ }
1281
+ }
1282
+ .ecpauth\:dark\:placeholder\:text-stone-400 {
1283
+ &:is(.dark *) {
1284
+ &::placeholder {
1285
+ color: var(--ecpauth-color-stone-400);
1286
+ }
1287
+ }
1288
+ }
1289
+ .ecpauth\:dark\:hover\:bg-gray-800\/80 {
1290
+ &:is(.dark *) {
1291
+ &:hover {
1292
+ @media (hover: hover) {
1293
+ background-color: var(--ecpauth-color-gray-800);
1294
+ @supports (color: color-mix(in lab, red, red)) {
1295
+ background-color: color-mix(in oklab, var(--ecpauth-color-gray-800) 80%, transparent);
1296
+ }
1297
+ }
1298
+ }
1299
+ }
1300
+ }
1301
+ .ecpauth\:dark\:hover\:bg-red-900\/90 {
1302
+ &:is(.dark *) {
1303
+ &:hover {
1304
+ @media (hover: hover) {
1305
+ background-color: var(--ecpauth-color-red-900);
1306
+ @supports (color: color-mix(in lab, red, red)) {
1307
+ background-color: color-mix(in oklab, var(--ecpauth-color-red-900) 90%, transparent);
1308
+ }
1309
+ }
1310
+ }
1311
+ }
1312
+ }
1313
+ .ecpauth\:dark\:hover\:bg-stone-50\/90 {
1314
+ &:is(.dark *) {
1315
+ &:hover {
1316
+ @media (hover: hover) {
1317
+ background-color: var(--ecpauth-color-stone-50);
1318
+ @supports (color: color-mix(in lab, red, red)) {
1319
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-50) 90%, transparent);
1320
+ }
1321
+ }
1322
+ }
1323
+ }
1324
+ }
1325
+ .ecpauth\:dark\:hover\:bg-stone-200\/50 {
1326
+ &:is(.dark *) {
1327
+ &:hover {
1328
+ @media (hover: hover) {
1329
+ background-color: var(--ecpauth-color-stone-200);
1330
+ @supports (color: color-mix(in lab, red, red)) {
1331
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-200) 50%, transparent);
1332
+ }
1333
+ }
1334
+ }
1335
+ }
1336
+ }
1337
+ .ecpauth\:dark\:hover\:bg-stone-800 {
1338
+ &:is(.dark *) {
1339
+ &:hover {
1340
+ @media (hover: hover) {
1341
+ background-color: var(--ecpauth-color-stone-800);
1342
+ }
1343
+ }
1344
+ }
1345
+ }
1346
+ .ecpauth\:dark\:hover\:bg-stone-800\/50 {
1347
+ &:is(.dark *) {
1348
+ &:hover {
1349
+ @media (hover: hover) {
1350
+ background-color: var(--ecpauth-color-stone-800);
1351
+ @supports (color: color-mix(in lab, red, red)) {
1352
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-800) 50%, transparent);
1353
+ }
1354
+ }
1355
+ }
1356
+ }
1357
+ }
1358
+ .ecpauth\:dark\:hover\:bg-stone-800\/80 {
1359
+ &:is(.dark *) {
1360
+ &:hover {
1361
+ @media (hover: hover) {
1362
+ background-color: var(--ecpauth-color-stone-800);
1363
+ @supports (color: color-mix(in lab, red, red)) {
1364
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-800) 80%, transparent);
1365
+ }
1366
+ }
1367
+ }
1368
+ }
1369
+ }
1370
+ .ecpauth\:dark\:hover\:text-stone-50 {
1371
+ &:is(.dark *) {
1372
+ &:hover {
1373
+ @media (hover: hover) {
1374
+ color: var(--ecpauth-color-stone-50);
1375
+ }
1376
+ }
1377
+ }
1378
+ }
1379
+ .ecpauth\:dark\:hover\:text-white {
1380
+ &:is(.dark *) {
1381
+ &:hover {
1382
+ @media (hover: hover) {
1383
+ color: var(--ecpauth-color-white);
1384
+ }
1385
+ }
1386
+ }
1387
+ }
1388
+ .ecpauth\:dark\:focus\:bg-stone-800 {
1389
+ &:is(.dark *) {
1390
+ &:focus {
1391
+ background-color: var(--ecpauth-color-stone-800);
1392
+ }
1393
+ }
1394
+ }
1395
+ .ecpauth\:dark\:focus\:text-stone-50 {
1396
+ &:is(.dark *) {
1397
+ &:focus {
1398
+ color: var(--ecpauth-color-stone-50);
1399
+ }
1400
+ }
1401
+ }
1402
+ .ecpauth\:dark\:focus-visible\:border-stone-300 {
1403
+ &:is(.dark *) {
1404
+ &:focus-visible {
1405
+ border-color: var(--ecpauth-color-stone-300);
1406
+ }
1407
+ }
1408
+ }
1409
+ .ecpauth\:focus-visible\:dark\:border-stone-300 {
1410
+ &:focus-visible {
1411
+ &:is(.dark *) {
1412
+ border-color: var(--ecpauth-color-stone-300);
1413
+ }
1414
+ }
1415
+ }
1416
+ .ecpauth\:dark\:focus-visible\:ring-red-900\/40 {
1417
+ &:is(.dark *) {
1418
+ &:focus-visible {
1419
+ --tw-ring-color: var(--ecpauth-color-red-900);
1420
+ @supports (color: color-mix(in lab, red, red)) {
1421
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-900) 40%, transparent);
1422
+ }
1423
+ }
1424
+ }
1425
+ }
1426
+ .ecpauth\:dark\:focus-visible\:ring-stone-300\/50 {
1427
+ &:is(.dark *) {
1428
+ &:focus-visible {
1429
+ --tw-ring-color: var(--ecpauth-color-stone-300);
1430
+ @supports (color: color-mix(in lab, red, red)) {
1431
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-stone-300) 50%, transparent);
1432
+ }
1433
+ }
1434
+ }
1435
+ }
1436
+ .ecpauth\:focus-visible\:dark\:ring-red-500\/40 {
1437
+ &:focus-visible {
1438
+ &:is(.dark *) {
1439
+ --tw-ring-color: var(--ecpauth-color-red-500);
1440
+ @supports (color: color-mix(in lab, red, red)) {
1441
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-500) 40%, transparent);
1442
+ }
1443
+ }
1444
+ }
1445
+ }
1446
+ .ecpauth\:focus-visible\:dark\:ring-red-900\/20 {
1447
+ &:focus-visible {
1448
+ &:is(.dark *) {
1449
+ --tw-ring-color: var(--ecpauth-color-red-900);
1450
+ @supports (color: color-mix(in lab, red, red)) {
1451
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-900) 20%, transparent);
1452
+ }
1453
+ }
1454
+ }
1455
+ }
1456
+ .ecpauth\:focus-visible\:dark\:ring-stone-300\/50 {
1457
+ &:focus-visible {
1458
+ &:is(.dark *) {
1459
+ --tw-ring-color: var(--ecpauth-color-stone-300);
1460
+ @supports (color: color-mix(in lab, red, red)) {
1461
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-stone-300) 50%, transparent);
1462
+ }
1463
+ }
1464
+ }
1465
+ }
1466
+ .ecpauth\:aria-invalid\:dark\:border-red-900 {
1467
+ &[aria-invalid="true"] {
1468
+ &:is(.dark *) {
1469
+ border-color: var(--ecpauth-color-red-900);
1470
+ }
1471
+ }
1472
+ }
1473
+ .ecpauth\:dark\:aria-invalid\:border-red-900 {
1474
+ &:is(.dark *) {
1475
+ &[aria-invalid="true"] {
1476
+ border-color: var(--ecpauth-color-red-900);
1477
+ }
1478
+ }
1479
+ }
1480
+ .ecpauth\:aria-invalid\:dark\:ring-red-500\/40 {
1481
+ &[aria-invalid="true"] {
1482
+ &:is(.dark *) {
1483
+ --tw-ring-color: var(--ecpauth-color-red-500);
1484
+ @supports (color: color-mix(in lab, red, red)) {
1485
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-500) 40%, transparent);
1486
+ }
1487
+ }
1488
+ }
1489
+ }
1490
+ .ecpauth\:aria-invalid\:dark\:ring-red-900\/20 {
1491
+ &[aria-invalid="true"] {
1492
+ &:is(.dark *) {
1493
+ --tw-ring-color: var(--ecpauth-color-red-900);
1494
+ @supports (color: color-mix(in lab, red, red)) {
1495
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-900) 20%, transparent);
1496
+ }
1497
+ }
1498
+ }
1499
+ }
1500
+ .ecpauth\:dark\:aria-invalid\:dark\:ring-red-900\/40 {
1501
+ &:is(.dark *) {
1502
+ &[aria-invalid="true"] {
1503
+ &:is(.dark *) {
1504
+ --tw-ring-color: var(--ecpauth-color-red-900);
1505
+ @supports (color: color-mix(in lab, red, red)) {
1506
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-900) 40%, transparent);
1507
+ }
1508
+ }
1509
+ }
1510
+ }
1511
+ }
1512
+ .ecpauth\:dark\:aria-invalid\:ring-red-500\/40 {
1513
+ &:is(.dark *) {
1514
+ &[aria-invalid="true"] {
1515
+ --tw-ring-color: var(--ecpauth-color-red-500);
1516
+ @supports (color: color-mix(in lab, red, red)) {
1517
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-500) 40%, transparent);
1518
+ }
1519
+ }
1520
+ }
1521
+ }
1522
+ .ecpauth\:dark\:dark\:aria-invalid\:ring-red-900\/40 {
1523
+ &:is(.dark *) {
1524
+ &:is(.dark *) {
1525
+ &[aria-invalid="true"] {
1526
+ --tw-ring-color: var(--ecpauth-color-red-900);
1527
+ @supports (color: color-mix(in lab, red, red)) {
1528
+ --tw-ring-color: color-mix(in oklab, var(--ecpauth-color-red-900) 40%, transparent);
1529
+ }
1530
+ }
1531
+ }
1532
+ }
1533
+ }
1534
+ .ecpauth\:dark\:data-\[state\=checked\]\:bg-stone-50 {
1535
+ &:is(.dark *) {
1536
+ &[data-state="checked"] {
1537
+ background-color: var(--ecpauth-color-stone-50);
1538
+ }
1539
+ }
1540
+ }
1541
+ .ecpauth\:dark\:data-\[state\=checked\]\:bg-stone-950 {
1542
+ &:is(.dark *) {
1543
+ &[data-state="checked"] {
1544
+ background-color: var(--ecpauth-color-stone-950);
1545
+ }
1546
+ }
1547
+ }
1548
+ .ecpauth\:dark\:data-\[state\=unchecked\]\:bg-stone-50 {
1549
+ &:is(.dark *) {
1550
+ &[data-state="unchecked"] {
1551
+ background-color: var(--ecpauth-color-stone-50);
1552
+ }
1553
+ }
1554
+ }
1555
+ .ecpauth\:dark\:data-\[state\=unchecked\]\:bg-stone-700\/60 {
1556
+ &:is(.dark *) {
1557
+ &[data-state="unchecked"] {
1558
+ background-color: var(--ecpauth-color-stone-700);
1559
+ @supports (color: color-mix(in lab, red, red)) {
1560
+ background-color: color-mix(in oklab, var(--ecpauth-color-stone-700) 60%, transparent);
1561
+ }
1562
+ }
1563
+ }
1564
+ }
1565
+ .ecpauth\:dark\:data-\[variant\=destructive\]\:text-red-900 {
1566
+ &:is(.dark *) {
1567
+ &[data-variant="destructive"] {
1568
+ color: var(--ecpauth-color-red-900);
1569
+ }
1570
+ }
1571
+ }
1572
+ .ecpauth\:dark\:data-\[variant\=destructive\]\:focus\:bg-red-900\/10 {
1573
+ &:is(.dark *) {
1574
+ &[data-variant="destructive"] {
1575
+ &:focus {
1576
+ background-color: var(--ecpauth-color-red-900);
1577
+ @supports (color: color-mix(in lab, red, red)) {
1578
+ background-color: color-mix(in oklab, var(--ecpauth-color-red-900) 10%, transparent);
1579
+ }
1580
+ }
1581
+ }
1582
+ }
1583
+ }
1584
+ .ecpauth\:dark\:data-\[variant\=destructive\]\:focus\:text-red-900 {
1585
+ &:is(.dark *) {
1586
+ &[data-variant="destructive"] {
1587
+ &:focus {
1588
+ color: var(--ecpauth-color-red-900);
1589
+ }
1590
+ }
1591
+ }
1592
+ }
1593
+ .ecpauth\:\[\&_svg\]\:pointer-events-none {
1594
+ & svg {
1595
+ pointer-events: none;
1596
+ }
1597
+ }
1598
+ .ecpauth\:\[\&_svg\]\:shrink-0 {
1599
+ & svg {
1600
+ flex-shrink: 0;
1601
+ }
1602
+ }
1603
+ .ecpauth\:\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
1604
+ & svg:not([class*='size-']) {
1605
+ width: calc(var(--ecpauth-spacing) * 4);
1606
+ height: calc(var(--ecpauth-spacing) * 4);
1607
+ }
1608
+ }
1609
+ .ecpauth\:\[\&_svg\:not\(\[class\*\=size-\]\)\]\:size-4 {
1610
+ & svg:not([class*=size-]) {
1611
+ width: calc(var(--ecpauth-spacing) * 4);
1612
+ height: calc(var(--ecpauth-spacing) * 4);
1613
+ }
1614
+ }
1615
+ .ecpauth\:\[\&_svg\:not\(\[class\*\=text-\]\)\]\:text-stone-500 {
1616
+ & svg:not([class*=text-]) {
1617
+ color: var(--ecpauth-color-stone-500);
1618
+ }
1619
+ }
1620
+ .ecpauth\:dark\:\[\&_svg\:not\(\[class\*\=text-\]\)\]\:text-stone-400 {
1621
+ &:is(.dark *) {
1622
+ & svg:not([class*=text-]) {
1623
+ color: var(--ecpauth-color-stone-400);
1624
+ }
1625
+ }
1626
+ }
1627
+ .ecpauth\:\[\.border-b\]\:pb-6 {
1628
+ &:is(.border-b) {
1629
+ padding-bottom: calc(var(--ecpauth-spacing) * 6);
1630
+ }
1631
+ }
1632
+ .ecpauth\:\[\.border-t\]\:pt-6 {
1633
+ &:is(.border-t) {
1634
+ padding-top: calc(var(--ecpauth-spacing) * 6);
1635
+ }
1636
+ }
1637
+ .ecpauth\:data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive {
1638
+ &[data-variant="destructive"] {
1639
+ :is(& > *) {
1640
+ &:is(svg) {
1641
+ color: var(--destructive) !important;
1642
+ }
1643
+ }
1644
+ }
1645
+ }
1646
+ }
1647
+ :root {
1648
+ --radius: 0.625rem;
1649
+ }
1650
+ .loader {
1651
+ width: 50px;
1652
+ aspect-ratio: 1;
1653
+ display: grid;
1654
+ border: 4px solid #0000;
1655
+ border-radius: 50%;
1656
+ border-right-color: #25b09b;
1657
+ animation: l15 1s infinite linear;
1658
+ }
1659
+ .loader::before, .loader::after {
1660
+ content: "";
1661
+ grid-area: 1/1;
1662
+ margin: 2px;
1663
+ border: inherit;
1664
+ border-radius: 50%;
1665
+ animation: l15 2s infinite;
1666
+ }
1667
+ .loader::after {
1668
+ margin: 8px;
1669
+ animation-duration: 3s;
1670
+ }
1671
+ @keyframes l15 {
1672
+ 100% {
1673
+ transform: rotate(1turn);
1674
+ }
1675
+ }
1676
+ @property --tw-translate-x {
1677
+ syntax: "*";
1678
+ inherits: false;
1679
+ initial-value: 0;
1680
+ }
1681
+ @property --tw-translate-y {
1682
+ syntax: "*";
1683
+ inherits: false;
1684
+ initial-value: 0;
1685
+ }
1686
+ @property --tw-translate-z {
1687
+ syntax: "*";
1688
+ inherits: false;
1689
+ initial-value: 0;
1690
+ }
1691
+ @property --tw-border-style {
1692
+ syntax: "*";
1693
+ inherits: false;
1694
+ initial-value: solid;
1695
+ }
1696
+ @property --tw-leading {
1697
+ syntax: "*";
1698
+ inherits: false;
1699
+ }
1700
+ @property --tw-font-weight {
1701
+ syntax: "*";
1702
+ inherits: false;
1703
+ }
1704
+ @property --tw-shadow {
1705
+ syntax: "*";
1706
+ inherits: false;
1707
+ initial-value: 0 0 #0000;
1708
+ }
1709
+ @property --tw-shadow-color {
1710
+ syntax: "*";
1711
+ inherits: false;
1712
+ }
1713
+ @property --tw-shadow-alpha {
1714
+ syntax: "<percentage>";
1715
+ inherits: false;
1716
+ initial-value: 100%;
1717
+ }
1718
+ @property --tw-inset-shadow {
1719
+ syntax: "*";
1720
+ inherits: false;
1721
+ initial-value: 0 0 #0000;
1722
+ }
1723
+ @property --tw-inset-shadow-color {
1724
+ syntax: "*";
1725
+ inherits: false;
1726
+ }
1727
+ @property --tw-inset-shadow-alpha {
1728
+ syntax: "<percentage>";
1729
+ inherits: false;
1730
+ initial-value: 100%;
1731
+ }
1732
+ @property --tw-ring-color {
1733
+ syntax: "*";
1734
+ inherits: false;
1735
+ }
1736
+ @property --tw-ring-shadow {
1737
+ syntax: "*";
1738
+ inherits: false;
1739
+ initial-value: 0 0 #0000;
1740
+ }
1741
+ @property --tw-inset-ring-color {
1742
+ syntax: "*";
1743
+ inherits: false;
1744
+ }
1745
+ @property --tw-inset-ring-shadow {
1746
+ syntax: "*";
1747
+ inherits: false;
1748
+ initial-value: 0 0 #0000;
1749
+ }
1750
+ @property --tw-ring-inset {
1751
+ syntax: "*";
1752
+ inherits: false;
1753
+ }
1754
+ @property --tw-ring-offset-width {
1755
+ syntax: "<length>";
1756
+ inherits: false;
1757
+ initial-value: 0px;
1758
+ }
1759
+ @property --tw-ring-offset-color {
1760
+ syntax: "*";
1761
+ inherits: false;
1762
+ initial-value: #fff;
1763
+ }
1764
+ @property --tw-ring-offset-shadow {
1765
+ syntax: "*";
1766
+ inherits: false;
1767
+ initial-value: 0 0 #0000;
1768
+ }
1769
+ @property --tw-duration {
1770
+ syntax: "*";
1771
+ inherits: false;
1772
+ }
1773
+ @layer properties {
1774
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1775
+ *, ::before, ::after, ::backdrop {
1776
+ --tw-translate-x: 0;
1777
+ --tw-translate-y: 0;
1778
+ --tw-translate-z: 0;
1779
+ --tw-border-style: solid;
1780
+ --tw-leading: initial;
1781
+ --tw-font-weight: initial;
1782
+ --tw-shadow: 0 0 #0000;
1783
+ --tw-shadow-color: initial;
1784
+ --tw-shadow-alpha: 100%;
1785
+ --tw-inset-shadow: 0 0 #0000;
1786
+ --tw-inset-shadow-color: initial;
1787
+ --tw-inset-shadow-alpha: 100%;
1788
+ --tw-ring-color: initial;
1789
+ --tw-ring-shadow: 0 0 #0000;
1790
+ --tw-inset-ring-color: initial;
1791
+ --tw-inset-ring-shadow: 0 0 #0000;
1792
+ --tw-ring-inset: initial;
1793
+ --tw-ring-offset-width: 0px;
1794
+ --tw-ring-offset-color: #fff;
1795
+ --tw-ring-offset-shadow: 0 0 #0000;
1796
+ --tw-duration: initial;
1797
+ }
1798
+ }
1799
+ }