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