@wavoip/wavoip-webphone 1.0.0

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