@prisma/studio-core 0.0.0-dev.202506231506 → 0.0.0-dev.202506231832

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/ui/index.css DELETED
@@ -1,3098 +0,0 @@
1
- /*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
2
- .ps .react-flow {
3
- direction: ltr;
4
- }
5
- .ps .react-flow__container {
6
- position: absolute;
7
- width: 100%;
8
- height: 100%;
9
- top: 0;
10
- left: 0;
11
- }
12
- .ps .react-flow__pane {
13
- z-index: 1;
14
- cursor: -webkit-grab;
15
- cursor: grab;
16
- }
17
- .ps .react-flow__pane.selection {
18
- cursor: pointer;
19
- }
20
- .ps .react-flow__pane.dragging {
21
- cursor: -webkit-grabbing;
22
- cursor: grabbing;
23
- }
24
- .ps .react-flow__viewport {
25
- transform-origin: 0 0;
26
- z-index: 2;
27
- pointer-events: none;
28
- }
29
- .ps .react-flow__renderer {
30
- z-index: 4;
31
- }
32
- .ps .react-flow__selection {
33
- z-index: 6;
34
- }
35
- .ps .react-flow__nodesselection-rect:focus, .ps .react-flow__nodesselection-rect:focus-visible {
36
- outline: none;
37
- }
38
- .ps .react-flow .react-flow__edges {
39
- pointer-events: none;
40
- overflow: visible;
41
- }
42
- .ps .react-flow__edge-path, .ps .react-flow__connection-path {
43
- stroke: #b1b1b7;
44
- stroke-width: 1;
45
- fill: none;
46
- }
47
- .ps .react-flow__edge {
48
- pointer-events: visibleStroke;
49
- cursor: pointer;
50
- }
51
- .ps .react-flow__edge.animated path {
52
- stroke-dasharray: 5;
53
- -webkit-animation: dashdraw 0.5s linear infinite;
54
- animation: dashdraw 0.5s linear infinite;
55
- }
56
- .ps .react-flow__edge.animated path.react-flow__edge-interaction {
57
- stroke-dasharray: none;
58
- -webkit-animation: none;
59
- animation: none;
60
- }
61
- .ps .react-flow__edge.inactive {
62
- pointer-events: none;
63
- }
64
- .ps .react-flow__edge.selected, .ps .react-flow__edge:focus, .ps .react-flow__edge:focus-visible {
65
- outline: none;
66
- }
67
- .ps .react-flow__edge.selected .react-flow__edge-path, .ps .react-flow__edge:focus .react-flow__edge-path, .ps .react-flow__edge:focus-visible .react-flow__edge-path {
68
- stroke: #555;
69
- }
70
- .ps .react-flow__edge-textwrapper {
71
- pointer-events: all;
72
- }
73
- .ps .react-flow__edge-textbg {
74
- fill: white;
75
- }
76
- .ps .react-flow__edge .react-flow__edge-text {
77
- pointer-events: none;
78
- -webkit-user-select: none;
79
- -moz-user-select: none;
80
- user-select: none;
81
- }
82
- .ps .react-flow__connection {
83
- pointer-events: none;
84
- }
85
- .ps .react-flow__connection .animated {
86
- stroke-dasharray: 5;
87
- -webkit-animation: dashdraw 0.5s linear infinite;
88
- animation: dashdraw 0.5s linear infinite;
89
- }
90
- .ps .react-flow__connectionline {
91
- z-index: 1001;
92
- }
93
- .ps .react-flow__nodes {
94
- pointer-events: none;
95
- transform-origin: 0 0;
96
- }
97
- .ps .react-flow__node {
98
- position: absolute;
99
- -webkit-user-select: none;
100
- -moz-user-select: none;
101
- user-select: none;
102
- pointer-events: all;
103
- transform-origin: 0 0;
104
- box-sizing: border-box;
105
- cursor: -webkit-grab;
106
- cursor: grab;
107
- }
108
- .ps .react-flow__node.dragging {
109
- cursor: -webkit-grabbing;
110
- cursor: grabbing;
111
- }
112
- .ps .react-flow__nodesselection {
113
- z-index: 3;
114
- transform-origin: left top;
115
- pointer-events: none;
116
- }
117
- .ps .react-flow__nodesselection-rect {
118
- position: absolute;
119
- pointer-events: all;
120
- cursor: -webkit-grab;
121
- cursor: grab;
122
- }
123
- .ps .react-flow__handle {
124
- position: absolute;
125
- pointer-events: none;
126
- min-width: 5px;
127
- min-height: 5px;
128
- width: 6px;
129
- height: 6px;
130
- background: #1a192b;
131
- border: 1px solid white;
132
- border-radius: 100%;
133
- }
134
- .ps .react-flow__handle.connectionindicator {
135
- pointer-events: all;
136
- cursor: crosshair;
137
- }
138
- .ps .react-flow__handle-bottom {
139
- top: auto;
140
- left: 50%;
141
- bottom: -4px;
142
- transform: translate(-50%, 0);
143
- }
144
- .ps .react-flow__handle-top {
145
- left: 50%;
146
- top: -4px;
147
- transform: translate(-50%, 0);
148
- }
149
- .ps .react-flow__handle-left {
150
- top: 50%;
151
- left: -4px;
152
- transform: translate(0, -50%);
153
- }
154
- .ps .react-flow__handle-right {
155
- right: -4px;
156
- top: 50%;
157
- transform: translate(0, -50%);
158
- }
159
- .ps .react-flow__edgeupdater {
160
- cursor: move;
161
- pointer-events: all;
162
- }
163
- .ps .react-flow__panel {
164
- position: absolute;
165
- z-index: 5;
166
- margin: 15px;
167
- }
168
- .ps .react-flow__panel.top {
169
- top: 0;
170
- }
171
- .ps .react-flow__panel.bottom {
172
- bottom: 0;
173
- }
174
- .ps .react-flow__panel.left {
175
- left: 0;
176
- }
177
- .ps .react-flow__panel.right {
178
- right: 0;
179
- }
180
- .ps .react-flow__panel.center {
181
- left: 50%;
182
- transform: translateX(-50%);
183
- }
184
- .ps .react-flow__attribution {
185
- font-size: 10px;
186
- background: rgba(255, 255, 255, 0.5);
187
- padding: 2px 3px;
188
- margin: 0;
189
- }
190
- .ps .react-flow__attribution a {
191
- text-decoration: none;
192
- color: #999;
193
- }
194
- @-webkit-keyframes dashdraw {
195
- from {
196
- stroke-dashoffset: 10;
197
- }
198
- }
199
- @keyframes dashdraw {
200
- from {
201
- stroke-dashoffset: 10;
202
- }
203
- }
204
- .ps .react-flow__edgelabel-renderer {
205
- position: absolute;
206
- width: 100%;
207
- height: 100%;
208
- pointer-events: none;
209
- -webkit-user-select: none;
210
- -moz-user-select: none;
211
- user-select: none;
212
- }
213
- .ps .react-flow__edge.updating .react-flow__edge-path {
214
- stroke: #777;
215
- }
216
- .ps .react-flow__edge-text {
217
- font-size: 10px;
218
- }
219
- .ps .react-flow__node.selectable:focus, .ps .react-flow__node.selectable:focus-visible {
220
- outline: none;
221
- }
222
- .ps .react-flow__node-default, .ps .react-flow__node-input, .ps .react-flow__node-output, .ps .react-flow__node-group {
223
- padding: 10px;
224
- border-radius: 3px;
225
- width: 150px;
226
- font-size: 12px;
227
- color: #222;
228
- text-align: center;
229
- border-width: 1px;
230
- border-style: solid;
231
- border-color: #1a192b;
232
- background-color: white;
233
- }
234
- .ps .react-flow__node-default.selectable:hover, .ps .react-flow__node-input.selectable:hover, .ps .react-flow__node-output.selectable:hover, .ps .react-flow__node-group.selectable:hover {
235
- box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
236
- }
237
- .ps .react-flow__node-default.selectable.selected, .ps .react-flow__node-default.selectable:focus, .ps .react-flow__node-default.selectable:focus-visible, .ps .react-flow__node-input.selectable.selected, .ps .react-flow__node-input.selectable:focus, .ps .react-flow__node-input.selectable:focus-visible, .ps .react-flow__node-output.selectable.selected, .ps .react-flow__node-output.selectable:focus, .ps .react-flow__node-output.selectable:focus-visible, .ps .react-flow__node-group.selectable.selected, .ps .react-flow__node-group.selectable:focus, .ps .react-flow__node-group.selectable:focus-visible {
238
- box-shadow: 0 0 0 0.5px #1a192b;
239
- }
240
- .ps .react-flow__node-group {
241
- background-color: rgba(240, 240, 240, 0.25);
242
- }
243
- .ps .react-flow__nodesselection-rect, .ps .react-flow__selection {
244
- background: rgba(0, 89, 220, 0.08);
245
- border: 1px dotted rgba(0, 89, 220, 0.8);
246
- }
247
- .ps .react-flow__nodesselection-rect:focus, .ps .react-flow__nodesselection-rect:focus-visible, .ps .react-flow__selection:focus, .ps .react-flow__selection:focus-visible {
248
- outline: none;
249
- }
250
- .ps .react-flow__controls {
251
- box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);
252
- }
253
- .ps .react-flow__controls-button {
254
- border: none;
255
- background: #fefefe;
256
- border-bottom: 1px solid #eee;
257
- box-sizing: content-box;
258
- display: flex;
259
- justify-content: center;
260
- align-items: center;
261
- width: 16px;
262
- height: 16px;
263
- cursor: pointer;
264
- -webkit-user-select: none;
265
- -moz-user-select: none;
266
- user-select: none;
267
- padding: 5px;
268
- }
269
- .ps .react-flow__controls-button:hover {
270
- background: #f4f4f4;
271
- }
272
- .ps .react-flow__controls-button svg {
273
- width: 100%;
274
- max-width: 12px;
275
- max-height: 12px;
276
- }
277
- .ps .react-flow__controls-button:disabled {
278
- pointer-events: none;
279
- }
280
- .ps .react-flow__controls-button:disabled svg {
281
- fill-opacity: 0.4;
282
- }
283
- .ps .react-flow__minimap {
284
- background-color: #fff;
285
- }
286
- .ps .react-flow__minimap svg {
287
- display: block;
288
- }
289
- .ps .react-flow__resize-control {
290
- position: absolute;
291
- }
292
- .ps .react-flow__resize-control.left, .ps .react-flow__resize-control.right {
293
- cursor: ew-resize;
294
- }
295
- .ps .react-flow__resize-control.top, .ps .react-flow__resize-control.bottom {
296
- cursor: ns-resize;
297
- }
298
- .ps .react-flow__resize-control.top.left, .ps .react-flow__resize-control.bottom.right {
299
- cursor: nwse-resize;
300
- }
301
- .ps .react-flow__resize-control.bottom.left, .ps .react-flow__resize-control.top.right {
302
- cursor: nesw-resize;
303
- }
304
- .ps .react-flow__resize-control.handle {
305
- width: 4px;
306
- height: 4px;
307
- border: 1px solid #fff;
308
- border-radius: 1px;
309
- background-color: #3367d9;
310
- transform: translate(-50%, -50%);
311
- }
312
- .ps .react-flow__resize-control.handle.left {
313
- left: 0;
314
- top: 50%;
315
- }
316
- .ps .react-flow__resize-control.handle.right {
317
- left: 100%;
318
- top: 50%;
319
- }
320
- .ps .react-flow__resize-control.handle.top {
321
- left: 50%;
322
- top: 0;
323
- }
324
- .ps .react-flow__resize-control.handle.bottom {
325
- left: 50%;
326
- top: 100%;
327
- }
328
- .ps .react-flow__resize-control.handle.top.left {
329
- left: 0;
330
- }
331
- .ps .react-flow__resize-control.handle.bottom.left {
332
- left: 0;
333
- }
334
- .ps .react-flow__resize-control.handle.top.right {
335
- left: 100%;
336
- }
337
- .ps .react-flow__resize-control.handle.bottom.right {
338
- left: 100%;
339
- }
340
- .ps .react-flow__resize-control.line {
341
- border-color: #3367d9;
342
- border-width: 0;
343
- border-style: solid;
344
- }
345
- .ps .react-flow__resize-control.line.left, .ps .react-flow__resize-control.line.right {
346
- width: 1px;
347
- transform: translate(-50%, 0);
348
- top: 0;
349
- height: 100%;
350
- }
351
- .ps .react-flow__resize-control.line.left {
352
- left: 0;
353
- border-left-width: 1px;
354
- }
355
- .ps .react-flow__resize-control.line.right {
356
- left: 100%;
357
- border-right-width: 1px;
358
- }
359
- .ps .react-flow__resize-control.line.top, .ps .react-flow__resize-control.line.bottom {
360
- height: 1px;
361
- transform: translate(0, -50%);
362
- left: 0;
363
- width: 100%;
364
- }
365
- .ps .react-flow__resize-control.line.top {
366
- top: 0;
367
- border-top-width: 1px;
368
- }
369
- .ps .react-flow__resize-control.line.bottom {
370
- border-bottom-width: 1px;
371
- top: 100%;
372
- }
373
- :root, .ps :host {
374
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
375
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
376
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
377
- "Courier New", monospace;
378
- --color-red-400: oklch(70.4% 0.191 22.216);
379
- --color-red-500: oklch(63.7% 0.237 25.331);
380
- --color-orange-100: oklch(95.4% 0.038 75.164);
381
- --color-orange-300: oklch(83.7% 0.128 66.29);
382
- --color-orange-400: oklch(75% 0.183 55.934);
383
- --color-orange-700: oklch(55.3% 0.195 38.402);
384
- --color-orange-950: oklch(26.6% 0.079 36.259);
385
- --color-green-500: oklch(72.3% 0.219 149.579);
386
- --color-blue-500: oklch(62.3% 0.214 259.815);
387
- --color-indigo-400: oklch(67.3% 0.182 276.935);
388
- --color-gray-500: oklch(55.1% 0.027 264.364);
389
- --color-neutral-100: oklch(97% 0 0);
390
- --color-neutral-600: oklch(43.9% 0 0);
391
- --color-black: #000;
392
- --color-white: #fff;
393
- --spacing: 0.25rem;
394
- --container-sm: 24rem;
395
- --container-lg: 32rem;
396
- --text-xs: 0.75rem;
397
- --text-xs--line-height: calc(1 / 0.75);
398
- --text-sm: 0.875rem;
399
- --text-sm--line-height: calc(1.25 / 0.875);
400
- --text-lg: 1.125rem;
401
- --text-lg--line-height: calc(1.75 / 1.125);
402
- --font-weight-normal: 400;
403
- --font-weight-medium: 500;
404
- --font-weight-semibold: 600;
405
- --font-weight-bold: 700;
406
- --tracking-tight: -0.025em;
407
- --tracking-widest: 0.1em;
408
- --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
409
- --animate-spin: spin 1s linear infinite;
410
- --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
411
- --blur-sm: 8px;
412
- --default-transition-duration: 150ms;
413
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
414
- --default-font-family: var(--font-sans);
415
- --default-mono-font-family: var(--font-mono);
416
- }
417
- .ps *, .ps ::after, .ps ::before, .ps ::backdrop, .ps ::file-selector-button {
418
- box-sizing: border-box;
419
- margin: 0;
420
- padding: 0;
421
- border: 0 solid;
422
- }
423
- .ps html, .ps :host {
424
- line-height: 1.5;
425
- -webkit-text-size-adjust: 100%;
426
- tab-size: 4;
427
- 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");
428
- font-feature-settings: var(--default-font-feature-settings, normal);
429
- font-variation-settings: var(--default-font-variation-settings, normal);
430
- -webkit-tap-highlight-color: transparent;
431
- }
432
- .ps hr {
433
- height: 0;
434
- color: inherit;
435
- border-top-width: 1px;
436
- }
437
- .ps abbr:where([title]) {
438
- -webkit-text-decoration: underline dotted;
439
- text-decoration: underline dotted;
440
- }
441
- .ps h1, .ps h2, .ps h3, .ps h4, .ps h5, .ps h6 {
442
- font-size: inherit;
443
- font-weight: inherit;
444
- }
445
- .ps a {
446
- color: inherit;
447
- -webkit-text-decoration: inherit;
448
- text-decoration: inherit;
449
- }
450
- .ps b, .ps strong {
451
- font-weight: bolder;
452
- }
453
- .ps code, .ps kbd, .ps samp, .ps pre {
454
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
455
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
456
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
457
- font-size: 1em;
458
- }
459
- .ps small {
460
- font-size: 80%;
461
- }
462
- .ps sub, .ps sup {
463
- font-size: 75%;
464
- line-height: 0;
465
- position: relative;
466
- vertical-align: baseline;
467
- }
468
- .ps sub {
469
- bottom: -0.25em;
470
- }
471
- .ps sup {
472
- top: -0.5em;
473
- }
474
- .ps table {
475
- text-indent: 0;
476
- border-color: inherit;
477
- border-collapse: collapse;
478
- }
479
- .ps :-moz-focusring {
480
- outline: auto;
481
- }
482
- .ps progress {
483
- vertical-align: baseline;
484
- }
485
- .ps summary {
486
- display: list-item;
487
- }
488
- .ps ol, .ps ul, .ps menu {
489
- list-style: none;
490
- }
491
- .ps img, .ps svg, .ps video, .ps canvas, .ps audio, .ps iframe, .ps embed, .ps object {
492
- display: block;
493
- vertical-align: middle;
494
- }
495
- .ps img, .ps video {
496
- max-width: 100%;
497
- height: auto;
498
- }
499
- .ps button, .ps input, .ps select, .ps optgroup, .ps textarea, .ps ::file-selector-button {
500
- font: inherit;
501
- font-feature-settings: inherit;
502
- font-variation-settings: inherit;
503
- letter-spacing: inherit;
504
- color: inherit;
505
- border-radius: 0;
506
- background-color: transparent;
507
- opacity: 1;
508
- }
509
- .ps :where(select:is([multiple], [size])) optgroup {
510
- font-weight: bolder;
511
- }
512
- .ps :where(select:is([multiple], [size])) optgroup option {
513
- padding-inline-start: 20px;
514
- }
515
- .ps ::file-selector-button {
516
- margin-inline-end: 4px;
517
- }
518
- .ps ::placeholder {
519
- opacity: 1;
520
- }
521
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
522
- .ps ::placeholder {
523
- color: currentcolor;
524
- }
525
- @supports (color: color-mix(in lab, red, red)) {
526
- .ps ::placeholder {
527
- color: color-mix(in oklab, currentcolor 50%, transparent);
528
- }
529
- }
530
- }
531
- .ps textarea {
532
- resize: vertical;
533
- }
534
- .ps ::-webkit-search-decoration {
535
- -webkit-appearance: none;
536
- }
537
- .ps ::-webkit-date-and-time-value {
538
- min-height: 1lh;
539
- text-align: inherit;
540
- }
541
- .ps ::-webkit-datetime-edit {
542
- display: inline-flex;
543
- }
544
- .ps ::-webkit-datetime-edit-fields-wrapper {
545
- padding: 0;
546
- }
547
- .ps ::-webkit-datetime-edit, .ps ::-webkit-datetime-edit-year-field, .ps ::-webkit-datetime-edit-month-field, .ps ::-webkit-datetime-edit-day-field, .ps ::-webkit-datetime-edit-hour-field, .ps ::-webkit-datetime-edit-minute-field, .ps ::-webkit-datetime-edit-second-field, .ps ::-webkit-datetime-edit-millisecond-field, .ps ::-webkit-datetime-edit-meridiem-field {
548
- padding-block: 0;
549
- }
550
- .ps :-moz-ui-invalid {
551
- box-shadow: none;
552
- }
553
- .ps button, .ps input:where([type="button"], [type="reset"], [type="submit"]), .ps ::file-selector-button {
554
- appearance: button;
555
- }
556
- .ps ::-webkit-inner-spin-button, .ps ::-webkit-outer-spin-button {
557
- height: auto;
558
- }
559
- .ps [hidden]:where(:not([hidden="until-found"])) {
560
- display: none !important;
561
- }
562
- .ps .pointer-events-none {
563
- pointer-events: none;
564
- }
565
- .ps .invisible {
566
- visibility: hidden;
567
- }
568
- .ps .sr-only {
569
- position: absolute;
570
- width: 1px;
571
- height: 1px;
572
- padding: 0;
573
- margin: -1px;
574
- overflow: hidden;
575
- clip: rect(0, 0, 0, 0);
576
- white-space: nowrap;
577
- border-width: 0;
578
- }
579
- .ps .absolute {
580
- position: absolute;
581
- }
582
- .ps .fixed {
583
- position: fixed;
584
- }
585
- .ps .relative {
586
- position: relative;
587
- }
588
- .ps .static {
589
- position: static;
590
- }
591
- .ps .sticky {
592
- position: sticky;
593
- }
594
- .ps .-inset-0 {
595
- inset: calc(var(--spacing) * -0);
596
- }
597
- .ps .inset-0 {
598
- inset: calc(var(--spacing) * 0);
599
- }
600
- .ps .inset-x-0 {
601
- inset-inline: calc(var(--spacing) * 0);
602
- }
603
- .ps .inset-y-0 {
604
- inset-block: calc(var(--spacing) * 0);
605
- }
606
- .ps .-top-px {
607
- top: -1px;
608
- }
609
- .ps .top-0 {
610
- top: calc(var(--spacing) * 0);
611
- }
612
- .ps .top-4 {
613
- top: calc(var(--spacing) * 4);
614
- }
615
- .ps .top-\[50\%\] {
616
- top: 50%;
617
- }
618
- .ps .right-0 {
619
- right: calc(var(--spacing) * 0);
620
- }
621
- .ps .right-2 {
622
- right: calc(var(--spacing) * 2);
623
- }
624
- .ps .right-4 {
625
- right: calc(var(--spacing) * 4);
626
- }
627
- .ps .bottom-0 {
628
- bottom: calc(var(--spacing) * 0);
629
- }
630
- .ps .left-0 {
631
- left: calc(var(--spacing) * 0);
632
- }
633
- .ps .left-2 {
634
- left: calc(var(--spacing) * 2);
635
- }
636
- .ps .left-\[50\%\] {
637
- left: 50%;
638
- }
639
- .ps .z-0 {
640
- z-index: 0;
641
- }
642
- .ps .z-10 {
643
- z-index: 10;
644
- }
645
- .ps .z-20 {
646
- z-index: 20;
647
- }
648
- .ps .z-30 {
649
- z-index: 30;
650
- }
651
- .ps .z-50 {
652
- z-index: 50;
653
- }
654
- .ps .z-50\! {
655
- z-index: 50 !important;
656
- }
657
- .ps .z-900 {
658
- z-index: 900;
659
- }
660
- .ps .-mx-1 {
661
- margin-inline: calc(var(--spacing) * -1);
662
- }
663
- .ps .mx-auto {
664
- margin-inline: auto;
665
- }
666
- .ps .my-1 {
667
- margin-block: calc(var(--spacing) * 1);
668
- }
669
- .ps .mt-0 {
670
- margin-top: calc(var(--spacing) * 0);
671
- }
672
- .ps .mt-1 {
673
- margin-top: calc(var(--spacing) * 1);
674
- }
675
- .ps .mt-4 {
676
- margin-top: calc(var(--spacing) * 4);
677
- }
678
- .ps .mb-1 {
679
- margin-bottom: calc(var(--spacing) * 1);
680
- }
681
- .ps .ml-1 {
682
- margin-left: calc(var(--spacing) * 1);
683
- }
684
- .ps .ml-6 {
685
- margin-left: calc(var(--spacing) * 6);
686
- }
687
- .ps .ml-auto {
688
- margin-left: auto;
689
- }
690
- .ps .box-border {
691
- box-sizing: border-box;
692
- }
693
- .ps .block {
694
- display: block;
695
- }
696
- .ps .flex {
697
- display: flex;
698
- }
699
- .ps .grid {
700
- display: grid;
701
- }
702
- .ps .hidden {
703
- display: none;
704
- }
705
- .ps .inline {
706
- display: inline;
707
- }
708
- .ps .inline-block {
709
- display: inline-block;
710
- }
711
- .ps .inline-flex {
712
- display: inline-flex;
713
- }
714
- .ps .table {
715
- display: table;
716
- }
717
- .ps .size-4 {
718
- width: calc(var(--spacing) * 4);
719
- height: calc(var(--spacing) * 4);
720
- }
721
- .ps .size-8 {
722
- width: calc(var(--spacing) * 8);
723
- height: calc(var(--spacing) * 8);
724
- }
725
- .ps .size-9 {
726
- width: calc(var(--spacing) * 9);
727
- height: calc(var(--spacing) * 9);
728
- }
729
- .ps .cell-input-leading {
730
- height: var(--studio-cell-height);
731
- padding-block: 11px;
732
- font-size: var(--text-xs);
733
- line-height: var(--tw-leading, var(--text-xs--line-height));
734
- --tw-leading: 1;
735
- line-height: 1;
736
- }
737
- @media (width >= 48rem) {
738
- .ps .cell-input-leading {
739
- font-size: var(--text-xs);
740
- line-height: var(--tw-leading, var(--text-xs--line-height));
741
- }
742
- }
743
- @media (width >= 48rem) {
744
- .ps .cell-input-leading {
745
- --tw-leading: 1;
746
- line-height: 1;
747
- }
748
- }
749
- .ps .h-\(--radix-select-trigger-height\) {
750
- height: var(--radix-select-trigger-height);
751
- }
752
- .ps .h-\(--studio-cell-height\) {
753
- height: var(--studio-cell-height);
754
- }
755
- .ps .h-0 {
756
- height: calc(var(--spacing) * 0);
757
- }
758
- .ps .h-2 {
759
- height: calc(var(--spacing) * 2);
760
- }
761
- .ps .h-3 {
762
- height: calc(var(--spacing) * 3);
763
- }
764
- .ps .h-3\.5 {
765
- height: calc(var(--spacing) * 3.5);
766
- }
767
- .ps .h-4 {
768
- height: calc(var(--spacing) * 4);
769
- }
770
- .ps .h-5 {
771
- height: calc(var(--spacing) * 5);
772
- }
773
- .ps .h-6 {
774
- height: calc(var(--spacing) * 6);
775
- }
776
- .ps .h-8 {
777
- height: calc(var(--spacing) * 8);
778
- }
779
- .ps .h-9 {
780
- height: calc(var(--spacing) * 9);
781
- }
782
- .ps .h-10 {
783
- height: calc(var(--spacing) * 10);
784
- }
785
- .ps .h-24 {
786
- height: calc(var(--spacing) * 24);
787
- }
788
- .ps .h-\[1\.2rem\] {
789
- height: 1.2rem;
790
- }
791
- .ps .h-\[2px\] {
792
- height: 2px;
793
- }
794
- .ps .h-\[39px\] {
795
- height: 39px;
796
- }
797
- .ps .h-full {
798
- height: 100%;
799
- }
800
- .ps .h-px {
801
- height: 1px;
802
- }
803
- .ps .max-h-\(--radix-context-menu-content-available-height\) {
804
- max-height: var(--radix-context-menu-content-available-height);
805
- }
806
- .ps .max-h-\(--radix-dropdown-menu-content-available-height\) {
807
- max-height: var(--radix-dropdown-menu-content-available-height);
808
- }
809
- .ps .max-h-\(--radix-select-content-available-height\) {
810
- max-height: var(--radix-select-content-available-height);
811
- }
812
- .ps .max-h-10 {
813
- max-height: calc(var(--spacing) * 10);
814
- }
815
- .ps .max-h-32 {
816
- max-height: calc(var(--spacing) * 32);
817
- }
818
- .ps .max-h-64 {
819
- max-height: calc(var(--spacing) * 64);
820
- }
821
- .ps .max-h-\[520px\] {
822
- max-height: 520px;
823
- }
824
- .ps .max-h-full {
825
- max-height: 100%;
826
- }
827
- .ps .min-h-\[60px\] {
828
- min-height: 60px;
829
- }
830
- .ps .min-h-full {
831
- min-height: 100%;
832
- }
833
- .ps .w-0 {
834
- width: calc(var(--spacing) * 0);
835
- }
836
- .ps .w-1\/3 {
837
- width: calc(1/3 * 100%);
838
- }
839
- .ps .w-2 {
840
- width: calc(var(--spacing) * 2);
841
- }
842
- .ps .w-2\/3 {
843
- width: calc(2/3 * 100%);
844
- }
845
- .ps .w-3\.5 {
846
- width: calc(var(--spacing) * 3.5);
847
- }
848
- .ps .w-3\/4 {
849
- width: calc(3/4 * 100%);
850
- }
851
- .ps .w-4 {
852
- width: calc(var(--spacing) * 4);
853
- }
854
- .ps .w-4\/5 {
855
- width: calc(4/5 * 100%);
856
- }
857
- .ps .w-5 {
858
- width: calc(var(--spacing) * 5);
859
- }
860
- .ps .w-6 {
861
- width: calc(var(--spacing) * 6);
862
- }
863
- .ps .w-8 {
864
- width: calc(var(--spacing) * 8);
865
- }
866
- .ps .w-9 {
867
- width: calc(var(--spacing) * 9);
868
- }
869
- .ps .w-14 {
870
- width: calc(var(--spacing) * 14);
871
- }
872
- .ps .w-16 {
873
- width: calc(var(--spacing) * 16);
874
- }
875
- .ps .w-20 {
876
- width: calc(var(--spacing) * 20);
877
- }
878
- .ps .w-24 {
879
- width: calc(var(--spacing) * 24);
880
- }
881
- .ps .w-28 {
882
- width: calc(var(--spacing) * 28);
883
- }
884
- .ps .w-48 {
885
- width: calc(var(--spacing) * 48);
886
- }
887
- .ps .w-72 {
888
- width: calc(var(--spacing) * 72);
889
- }
890
- .ps .w-\[1\.2rem\] {
891
- width: 1.2rem;
892
- }
893
- .ps .w-\[calc\(var\(--radix-popover-trigger-width\)\+1px\)\] {
894
- width: calc(var(--radix-popover-trigger-width) + 1px);
895
- }
896
- .ps .w-auto {
897
- width: auto;
898
- }
899
- .ps .w-full {
900
- width: 100%;
901
- }
902
- .ps .w-max {
903
- width: max-content;
904
- }
905
- .ps .w-px {
906
- width: 1px;
907
- }
908
- .ps .max-w-44 {
909
- max-width: calc(var(--spacing) * 44);
910
- }
911
- .ps .max-w-72 {
912
- max-width: calc(var(--spacing) * 72);
913
- }
914
- .ps .max-w-\[300px\] {
915
- max-width: 300px;
916
- }
917
- .ps .max-w-lg {
918
- max-width: var(--container-lg);
919
- }
920
- .ps .min-w-\(--radix-popover-trigger-width\) {
921
- min-width: var(--radix-popover-trigger-width);
922
- }
923
- .ps .min-w-\(--radix-select-trigger-width\) {
924
- min-width: var(--radix-select-trigger-width);
925
- }
926
- .ps .min-w-0 {
927
- min-width: calc(var(--spacing) * 0);
928
- }
929
- .ps .min-w-32 {
930
- min-width: calc(var(--spacing) * 32);
931
- }
932
- .ps .min-w-\[250px\] {
933
- min-width: 250px;
934
- }
935
- .ps .min-w-\[368px\] {
936
- min-width: 368px;
937
- }
938
- .ps .min-w-\[calc\(1\.25rem\*2\+0\.25rem\)\] {
939
- min-width: calc(1.25rem * 2 + 0.25rem);
940
- }
941
- .ps .min-w-full {
942
- min-width: 100%;
943
- }
944
- .ps .min-w-max {
945
- min-width: max-content;
946
- }
947
- .ps .flex-1 {
948
- flex: 1;
949
- }
950
- .ps .shrink-0 {
951
- flex-shrink: 0;
952
- }
953
- .ps .grow {
954
- flex-grow: 1;
955
- }
956
- .ps .table-fixed {
957
- table-layout: fixed;
958
- }
959
- .ps .caption-bottom {
960
- caption-side: bottom;
961
- }
962
- .ps .border-separate {
963
- border-collapse: separate;
964
- }
965
- .ps .border-spacing-0 {
966
- --tw-border-spacing-x: calc(var(--spacing) * 0);
967
- --tw-border-spacing-y: calc(var(--spacing) * 0);
968
- border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
969
- }
970
- .ps .origin-\(--radix-context-menu-content-transform-origin\) {
971
- transform-origin: var(--radix-context-menu-content-transform-origin);
972
- }
973
- .ps .origin-\(--radix-dropdown-menu-content-transform-origin\) {
974
- transform-origin: var(--radix-dropdown-menu-content-transform-origin);
975
- }
976
- .ps .origin-\(--radix-popover-content-transform-origin\) {
977
- transform-origin: var(--radix-popover-content-transform-origin);
978
- }
979
- .ps .origin-\(--radix-select-content-transform-origin\) {
980
- transform-origin: var(--radix-select-content-transform-origin);
981
- }
982
- .ps .origin-\(--radix-tooltip-content-transform-origin\) {
983
- transform-origin: var(--radix-tooltip-content-transform-origin);
984
- }
985
- .ps .translate-x-\[-50\%\] {
986
- --tw-translate-x: -50%;
987
- translate: var(--tw-translate-x) var(--tw-translate-y);
988
- }
989
- .ps .translate-y-\[-50\%\] {
990
- --tw-translate-y: -50%;
991
- translate: var(--tw-translate-x) var(--tw-translate-y);
992
- }
993
- .ps .scale-0 {
994
- --tw-scale-x: 0%;
995
- --tw-scale-y: 0%;
996
- --tw-scale-z: 0%;
997
- scale: var(--tw-scale-x) var(--tw-scale-y);
998
- }
999
- .ps .scale-100 {
1000
- --tw-scale-x: 100%;
1001
- --tw-scale-y: 100%;
1002
- --tw-scale-z: 100%;
1003
- scale: var(--tw-scale-x) var(--tw-scale-y);
1004
- }
1005
- .ps .rotate-0 {
1006
- rotate: 0deg;
1007
- }
1008
- .ps .rotate-90 {
1009
- rotate: 90deg;
1010
- }
1011
- .ps .transform {
1012
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1013
- }
1014
- .ps .animate-in {
1015
- 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);
1016
- }
1017
- .ps .animate-indeterminate {
1018
- animation: indeterminate 1.5s infinite ease-in-out;
1019
- }
1020
- .ps .animate-pulse {
1021
- animation: var(--animate-pulse);
1022
- }
1023
- .ps .animate-spin {
1024
- animation: var(--animate-spin);
1025
- }
1026
- .ps .cursor-col-resize {
1027
- cursor: col-resize;
1028
- }
1029
- .ps .cursor-default {
1030
- cursor: default;
1031
- }
1032
- .ps .cursor-grab {
1033
- cursor: grab;
1034
- }
1035
- .ps .cursor-pointer {
1036
- cursor: pointer;
1037
- }
1038
- .ps .touch-none {
1039
- touch-action: none;
1040
- }
1041
- .ps .resize {
1042
- resize: both;
1043
- }
1044
- .ps .resize-none {
1045
- resize: none;
1046
- }
1047
- .ps .appearance-none {
1048
- appearance: none;
1049
- }
1050
- .ps .grid-cols-2 {
1051
- grid-template-columns: repeat(2, minmax(0, 1fr));
1052
- }
1053
- .ps .flex-col {
1054
- flex-direction: column;
1055
- }
1056
- .ps .flex-col-reverse {
1057
- flex-direction: column-reverse;
1058
- }
1059
- .ps .flex-row {
1060
- flex-direction: row;
1061
- }
1062
- .ps .flex-wrap {
1063
- flex-wrap: wrap;
1064
- }
1065
- .ps .items-center {
1066
- align-items: center;
1067
- }
1068
- .ps .items-end {
1069
- align-items: flex-end;
1070
- }
1071
- .ps .items-start {
1072
- align-items: flex-start;
1073
- }
1074
- .ps .justify-between {
1075
- justify-content: space-between;
1076
- }
1077
- .ps .justify-center {
1078
- justify-content: center;
1079
- }
1080
- .ps .justify-start {
1081
- justify-content: flex-start;
1082
- }
1083
- .ps .gap-0 {
1084
- gap: calc(var(--spacing) * 0);
1085
- }
1086
- .ps .gap-1 {
1087
- gap: calc(var(--spacing) * 1);
1088
- }
1089
- .ps .gap-2 {
1090
- gap: calc(var(--spacing) * 2);
1091
- }
1092
- .ps .gap-4 {
1093
- gap: calc(var(--spacing) * 4);
1094
- }
1095
- .ps .gap-px {
1096
- gap: 1px;
1097
- }
1098
- .ps :where(.space-y-1\.5 > :not(:last-child)) {
1099
- --tw-space-y-reverse: 0;
1100
- margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
1101
- margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
1102
- }
1103
- .ps :where(.space-y-2 > :not(:last-child)) {
1104
- --tw-space-y-reverse: 0;
1105
- margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
1106
- margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
1107
- }
1108
- .ps :where(.space-y-3 > :not(:last-child)) {
1109
- --tw-space-y-reverse: 0;
1110
- margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
1111
- margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
1112
- }
1113
- .ps .self-end {
1114
- align-self: flex-end;
1115
- }
1116
- .ps .self-start {
1117
- align-self: flex-start;
1118
- }
1119
- .ps .truncate {
1120
- overflow: hidden;
1121
- text-overflow: ellipsis;
1122
- white-space: nowrap;
1123
- }
1124
- .ps .overflow-auto {
1125
- overflow: auto;
1126
- }
1127
- .ps .overflow-clip {
1128
- overflow: clip;
1129
- }
1130
- .ps .overflow-hidden {
1131
- overflow: hidden;
1132
- }
1133
- .ps .overflow-x-auto {
1134
- overflow-x: auto;
1135
- }
1136
- .ps .overflow-x-hidden {
1137
- overflow-x: hidden;
1138
- }
1139
- .ps .overflow-y-auto {
1140
- overflow-y: auto;
1141
- }
1142
- .ps .overflow-y-scroll {
1143
- overflow-y: scroll;
1144
- }
1145
- .ps .rounded-full {
1146
- border-radius: calc(infinity * 1px);
1147
- }
1148
- .ps .rounded-lg {
1149
- border-radius: var(--radius);
1150
- }
1151
- .ps .rounded-md {
1152
- border-radius: calc(var(--radius) - 2px);
1153
- }
1154
- .ps .rounded-none {
1155
- border-radius: 0;
1156
- }
1157
- .ps .rounded-sm {
1158
- border-radius: calc(var(--radius) - 4px);
1159
- }
1160
- .ps .rounded-xl {
1161
- border-radius: calc(var(--radius) + 4px);
1162
- }
1163
- .ps .rounded-s-md {
1164
- border-start-start-radius: calc(var(--radius) - 2px);
1165
- border-end-start-radius: calc(var(--radius) - 2px);
1166
- }
1167
- .ps .rounded-e-md {
1168
- border-start-end-radius: calc(var(--radius) - 2px);
1169
- border-end-end-radius: calc(var(--radius) - 2px);
1170
- }
1171
- .ps .rounded-t-lg {
1172
- border-top-left-radius: var(--radius);
1173
- border-top-right-radius: var(--radius);
1174
- }
1175
- .ps .rounded-r-full {
1176
- border-top-right-radius: calc(infinity * 1px);
1177
- border-bottom-right-radius: calc(infinity * 1px);
1178
- }
1179
- .ps .rounded-b-lg {
1180
- border-bottom-right-radius: var(--radius);
1181
- border-bottom-left-radius: var(--radius);
1182
- }
1183
- .ps .border {
1184
- border-style: var(--tw-border-style);
1185
- border-width: 1px;
1186
- }
1187
- .ps .border-2 {
1188
- border-style: var(--tw-border-style);
1189
- border-width: 2px;
1190
- }
1191
- .ps .border-t {
1192
- border-top-style: var(--tw-border-style);
1193
- border-top-width: 1px;
1194
- }
1195
- .ps .border-t-0 {
1196
- border-top-style: var(--tw-border-style);
1197
- border-top-width: 0px;
1198
- }
1199
- .ps .border-r {
1200
- border-right-style: var(--tw-border-style);
1201
- border-right-width: 1px;
1202
- }
1203
- .ps .border-b {
1204
- border-bottom-style: var(--tw-border-style);
1205
- border-bottom-width: 1px;
1206
- }
1207
- .ps .border-l {
1208
- border-left-style: var(--tw-border-style);
1209
- border-left-width: 1px;
1210
- }
1211
- .ps .border-none {
1212
- --tw-border-style: none;
1213
- border-style: none;
1214
- }
1215
- .ps .border-border {
1216
- border-color: var(--border);
1217
- }
1218
- .ps .border-green-500\/50 {
1219
- border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 50%, transparent);
1220
- }
1221
- @supports (color: color-mix(in lab, red, red)) {
1222
- .ps .border-green-500\/50 {
1223
- border-color: color-mix(in oklab, var(--color-green-500) 50%, transparent);
1224
- }
1225
- }
1226
- .ps .border-green-500\/60 {
1227
- border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 60%, transparent);
1228
- }
1229
- @supports (color: color-mix(in lab, red, red)) {
1230
- .ps .border-green-500\/60 {
1231
- border-color: color-mix(in oklab, var(--color-green-500) 60%, transparent);
1232
- }
1233
- }
1234
- .ps .border-input {
1235
- border-color: var(--input);
1236
- }
1237
- .ps .border-muted-foreground\/50 {
1238
- border-color: var(--muted-foreground);
1239
- }
1240
- @supports (color: color-mix(in lab, red, red)) {
1241
- .ps .border-muted-foreground\/50 {
1242
- border-color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
1243
- }
1244
- }
1245
- .ps .border-orange-400 {
1246
- border-color: var(--color-orange-400);
1247
- }
1248
- .ps .border-primary {
1249
- border-color: var(--primary);
1250
- }
1251
- .ps .border-red-400\/20 {
1252
- border-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 20%, transparent);
1253
- }
1254
- @supports (color: color-mix(in lab, red, red)) {
1255
- .ps .border-red-400\/20 {
1256
- border-color: color-mix(in oklab, var(--color-red-400) 20%, transparent);
1257
- }
1258
- }
1259
- .ps .border-red-400\/50 {
1260
- border-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 50%, transparent);
1261
- }
1262
- @supports (color: color-mix(in lab, red, red)) {
1263
- .ps .border-red-400\/50 {
1264
- border-color: color-mix(in oklab, var(--color-red-400) 50%, transparent);
1265
- }
1266
- }
1267
- .ps .border-red-500\/60 {
1268
- border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 60%, transparent);
1269
- }
1270
- @supports (color: color-mix(in lab, red, red)) {
1271
- .ps .border-red-500\/60 {
1272
- border-color: color-mix(in oklab, var(--color-red-500) 60%, transparent);
1273
- }
1274
- }
1275
- .ps .border-ring\/20 {
1276
- border-color: var(--ring);
1277
- }
1278
- @supports (color: color-mix(in lab, red, red)) {
1279
- .ps .border-ring\/20 {
1280
- border-color: color-mix(in oklab, var(--ring) 20%, transparent);
1281
- }
1282
- }
1283
- .ps .border-table-border {
1284
- border-color: var(--border);
1285
- }
1286
- .ps .border-transparent {
1287
- border-color: transparent;
1288
- }
1289
- .ps .bg-accent {
1290
- background-color: var(--accent);
1291
- }
1292
- .ps .bg-background {
1293
- background-color: var(--background);
1294
- }
1295
- .ps .bg-background\/50 {
1296
- background-color: var(--background);
1297
- }
1298
- @supports (color: color-mix(in lab, red, red)) {
1299
- .ps .bg-background\/50 {
1300
- background-color: color-mix(in oklab, var(--background) 50%, transparent);
1301
- }
1302
- }
1303
- .ps .bg-background\/90 {
1304
- background-color: var(--background);
1305
- }
1306
- @supports (color: color-mix(in lab, red, red)) {
1307
- .ps .bg-background\/90 {
1308
- background-color: color-mix(in oklab, var(--background) 90%, transparent);
1309
- }
1310
- }
1311
- .ps .bg-black\/80 {
1312
- background-color: color-mix(in srgb, #000 80%, transparent);
1313
- }
1314
- @supports (color: color-mix(in lab, red, red)) {
1315
- .ps .bg-black\/80 {
1316
- background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
1317
- }
1318
- }
1319
- .ps .bg-border {
1320
- background-color: var(--border);
1321
- }
1322
- .ps .bg-card {
1323
- background-color: var(--card);
1324
- }
1325
- .ps .bg-destructive {
1326
- background-color: var(--destructive);
1327
- }
1328
- .ps .bg-foreground\/10 {
1329
- background-color: var(--foreground);
1330
- }
1331
- @supports (color: color-mix(in lab, red, red)) {
1332
- .ps .bg-foreground\/10 {
1333
- background-color: color-mix(in oklab, var(--foreground) 10%, transparent);
1334
- }
1335
- }
1336
- .ps .bg-green-500\/10 {
1337
- background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 10%, transparent);
1338
- }
1339
- @supports (color: color-mix(in lab, red, red)) {
1340
- .ps .bg-green-500\/10 {
1341
- background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
1342
- }
1343
- }
1344
- .ps .bg-green-500\/30 {
1345
- background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 30%, transparent);
1346
- }
1347
- @supports (color: color-mix(in lab, red, red)) {
1348
- .ps .bg-green-500\/30 {
1349
- background-color: color-mix(in oklab, var(--color-green-500) 30%, transparent);
1350
- }
1351
- }
1352
- .ps .bg-muted {
1353
- background-color: var(--muted);
1354
- }
1355
- .ps .bg-muted\/50 {
1356
- background-color: var(--muted);
1357
- }
1358
- @supports (color: color-mix(in lab, red, red)) {
1359
- .ps .bg-muted\/50 {
1360
- background-color: color-mix(in oklab, var(--muted) 50%, transparent);
1361
- }
1362
- }
1363
- .ps .bg-muted\/70 {
1364
- background-color: var(--muted);
1365
- }
1366
- @supports (color: color-mix(in lab, red, red)) {
1367
- .ps .bg-muted\/70 {
1368
- background-color: color-mix(in oklab, var(--muted) 70%, transparent);
1369
- }
1370
- }
1371
- .ps .bg-neutral-100 {
1372
- background-color: var(--color-neutral-100);
1373
- }
1374
- .ps .bg-orange-100 {
1375
- background-color: var(--color-orange-100);
1376
- }
1377
- .ps .bg-popover {
1378
- background-color: var(--popover);
1379
- }
1380
- .ps .bg-primary {
1381
- background-color: var(--primary);
1382
- }
1383
- .ps .bg-red-400\/30 {
1384
- background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 30%, transparent);
1385
- }
1386
- @supports (color: color-mix(in lab, red, red)) {
1387
- .ps .bg-red-400\/30 {
1388
- background-color: color-mix(in oklab, var(--color-red-400) 30%, transparent);
1389
- }
1390
- }
1391
- .ps .bg-red-500\/10 {
1392
- background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
1393
- }
1394
- @supports (color: color-mix(in lab, red, red)) {
1395
- .ps .bg-red-500\/10 {
1396
- background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
1397
- }
1398
- }
1399
- .ps .bg-secondary {
1400
- background-color: var(--secondary);
1401
- }
1402
- .ps .bg-secondary\/50 {
1403
- background-color: var(--secondary);
1404
- }
1405
- @supports (color: color-mix(in lab, red, red)) {
1406
- .ps .bg-secondary\/50 {
1407
- background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
1408
- }
1409
- }
1410
- .ps .bg-secondary\/70 {
1411
- background-color: var(--secondary);
1412
- }
1413
- @supports (color: color-mix(in lab, red, red)) {
1414
- .ps .bg-secondary\/70 {
1415
- background-color: color-mix(in oklab, var(--secondary) 70%, transparent);
1416
- }
1417
- }
1418
- .ps .bg-table-border {
1419
- background-color: var(--border);
1420
- }
1421
- .ps .bg-table-head {
1422
- background-color: var(--background);
1423
- }
1424
- .ps .bg-transparent {
1425
- background-color: transparent;
1426
- }
1427
- .ps .fill-current {
1428
- fill: currentcolor;
1429
- }
1430
- .ps .p-\(--studio-cell-spacing\) {
1431
- padding: var(--studio-cell-spacing);
1432
- }
1433
- .ps .p-0 {
1434
- padding: calc(var(--spacing) * 0);
1435
- }
1436
- .ps .p-0\.5 {
1437
- padding: calc(var(--spacing) * 0.5);
1438
- }
1439
- .ps .p-1 {
1440
- padding: calc(var(--spacing) * 1);
1441
- }
1442
- .ps .p-2 {
1443
- padding: calc(var(--spacing) * 2);
1444
- }
1445
- .ps .p-3 {
1446
- padding: calc(var(--spacing) * 3);
1447
- }
1448
- .ps .p-4 {
1449
- padding: calc(var(--spacing) * 4);
1450
- }
1451
- .ps .p-6 {
1452
- padding: calc(var(--spacing) * 6);
1453
- }
1454
- .ps .p-px {
1455
- padding: 1px;
1456
- }
1457
- .ps .px-\(--studio-cell-spacing\) {
1458
- padding-inline: var(--studio-cell-spacing);
1459
- }
1460
- .ps .px-0 {
1461
- padding-inline: calc(var(--spacing) * 0);
1462
- }
1463
- .ps .px-2 {
1464
- padding-inline: calc(var(--spacing) * 2);
1465
- }
1466
- .ps .px-2\.5 {
1467
- padding-inline: calc(var(--spacing) * 2.5);
1468
- }
1469
- .ps .px-3 {
1470
- padding-inline: calc(var(--spacing) * 3);
1471
- }
1472
- .ps .px-4 {
1473
- padding-inline: calc(var(--spacing) * 4);
1474
- }
1475
- .ps .px-8 {
1476
- padding-inline: calc(var(--spacing) * 8);
1477
- }
1478
- .ps .cell-input-base {
1479
- padding-block: 11px;
1480
- font-size: var(--text-xs);
1481
- line-height: var(--tw-leading, var(--text-xs--line-height));
1482
- --tw-leading: 1;
1483
- line-height: 1;
1484
- }
1485
- @media (width >= 48rem) {
1486
- .ps .cell-input-base {
1487
- font-size: var(--text-xs);
1488
- line-height: var(--tw-leading, var(--text-xs--line-height));
1489
- }
1490
- }
1491
- @media (width >= 48rem) {
1492
- .ps .cell-input-base {
1493
- --tw-leading: 1;
1494
- line-height: 1;
1495
- }
1496
- }
1497
- .ps .py-0 {
1498
- padding-block: calc(var(--spacing) * 0);
1499
- }
1500
- .ps .py-0\.5 {
1501
- padding-block: calc(var(--spacing) * 0.5);
1502
- }
1503
- .ps .py-1 {
1504
- padding-block: calc(var(--spacing) * 1);
1505
- }
1506
- .ps .py-1\.5 {
1507
- padding-block: calc(var(--spacing) * 1.5);
1508
- }
1509
- .ps .py-2 {
1510
- padding-block: calc(var(--spacing) * 2);
1511
- }
1512
- .ps .py-3 {
1513
- padding-block: calc(var(--spacing) * 3);
1514
- }
1515
- .ps .py-8 {
1516
- padding-block: calc(var(--spacing) * 8);
1517
- }
1518
- .ps .pt-0 {
1519
- padding-top: calc(var(--spacing) * 0);
1520
- }
1521
- .ps .pt-3 {
1522
- padding-top: calc(var(--spacing) * 3);
1523
- }
1524
- .ps .pt-4 {
1525
- padding-top: calc(var(--spacing) * 4);
1526
- }
1527
- .ps .pr-\(--studio-cell-spacing\) {
1528
- padding-right: var(--studio-cell-spacing);
1529
- }
1530
- .ps .pr-2 {
1531
- padding-right: calc(var(--spacing) * 2);
1532
- }
1533
- .ps .pr-2\.5 {
1534
- padding-right: calc(var(--spacing) * 2.5);
1535
- }
1536
- .ps .pr-8 {
1537
- padding-right: calc(var(--spacing) * 8);
1538
- }
1539
- .ps .pb-2 {
1540
- padding-bottom: calc(var(--spacing) * 2);
1541
- }
1542
- .ps .pb-3 {
1543
- padding-bottom: calc(var(--spacing) * 3);
1544
- }
1545
- .ps .pl-2 {
1546
- padding-left: calc(var(--spacing) * 2);
1547
- }
1548
- .ps .pl-2\.5 {
1549
- padding-left: calc(var(--spacing) * 2.5);
1550
- }
1551
- .ps .pl-8 {
1552
- padding-left: calc(var(--spacing) * 8);
1553
- }
1554
- .ps .text-center {
1555
- text-align: center;
1556
- }
1557
- .ps .text-left {
1558
- text-align: left;
1559
- }
1560
- .ps .text-right {
1561
- text-align: right;
1562
- }
1563
- .ps .align-middle {
1564
- vertical-align: middle;
1565
- }
1566
- .ps .font-mono {
1567
- font-family: var(--font-mono);
1568
- }
1569
- .ps .text-lg {
1570
- font-size: var(--text-lg);
1571
- line-height: var(--tw-leading, var(--text-lg--line-height));
1572
- }
1573
- .ps .text-sm {
1574
- font-size: var(--text-sm);
1575
- line-height: var(--tw-leading, var(--text-sm--line-height));
1576
- }
1577
- .ps .text-xs {
1578
- font-size: var(--text-xs);
1579
- line-height: var(--tw-leading, var(--text-xs--line-height));
1580
- }
1581
- .ps .text-\[8px\] {
1582
- font-size: 8px;
1583
- }
1584
- .ps .leading-\(--studio-cell-height\) {
1585
- --tw-leading: var(--studio-cell-height);
1586
- line-height: var(--studio-cell-height);
1587
- }
1588
- .ps .leading-none {
1589
- --tw-leading: 1;
1590
- line-height: 1;
1591
- }
1592
- .ps .font-medium {
1593
- --tw-font-weight: var(--font-weight-medium);
1594
- font-weight: var(--font-weight-medium);
1595
- }
1596
- .ps .font-normal {
1597
- --tw-font-weight: var(--font-weight-normal);
1598
- font-weight: var(--font-weight-normal);
1599
- }
1600
- .ps .font-semibold {
1601
- --tw-font-weight: var(--font-weight-semibold);
1602
- font-weight: var(--font-weight-semibold);
1603
- }
1604
- .ps .tracking-tight {
1605
- --tw-tracking: var(--tracking-tight);
1606
- letter-spacing: var(--tracking-tight);
1607
- }
1608
- .ps .tracking-widest {
1609
- --tw-tracking: var(--tracking-widest);
1610
- letter-spacing: var(--tracking-widest);
1611
- }
1612
- .ps .text-ellipsis {
1613
- text-overflow: ellipsis;
1614
- }
1615
- .ps .whitespace-nowrap {
1616
- white-space: nowrap;
1617
- }
1618
- .ps .whitespace-pre-wrap {
1619
- white-space: pre-wrap;
1620
- }
1621
- .ps .text-blue-500 {
1622
- color: var(--color-blue-500);
1623
- }
1624
- .ps .text-card-foreground {
1625
- color: var(--card-foreground);
1626
- }
1627
- .ps .text-current {
1628
- color: currentcolor;
1629
- }
1630
- .ps .text-foreground {
1631
- color: var(--foreground);
1632
- }
1633
- .ps .text-foreground\! {
1634
- color: var(--foreground) !important;
1635
- }
1636
- .ps .text-foreground\/60 {
1637
- color: var(--foreground);
1638
- }
1639
- @supports (color: color-mix(in lab, red, red)) {
1640
- .ps .text-foreground\/60 {
1641
- color: color-mix(in oklab, var(--foreground) 60%, transparent);
1642
- }
1643
- }
1644
- .ps .text-foreground\/90 {
1645
- color: var(--foreground);
1646
- }
1647
- @supports (color: color-mix(in lab, red, red)) {
1648
- .ps .text-foreground\/90 {
1649
- color: color-mix(in oklab, var(--foreground) 90%, transparent);
1650
- }
1651
- }
1652
- .ps .text-gray-500 {
1653
- color: var(--color-gray-500);
1654
- }
1655
- .ps .text-green-500 {
1656
- color: var(--color-green-500);
1657
- }
1658
- .ps .text-muted-foreground {
1659
- color: var(--muted-foreground);
1660
- }
1661
- .ps .text-muted-foreground\/60 {
1662
- color: var(--muted-foreground);
1663
- }
1664
- @supports (color: color-mix(in lab, red, red)) {
1665
- .ps .text-muted-foreground\/60 {
1666
- color: color-mix(in oklab, var(--muted-foreground) 60%, transparent);
1667
- }
1668
- }
1669
- .ps .text-muted-foreground\/70 {
1670
- color: var(--muted-foreground);
1671
- }
1672
- @supports (color: color-mix(in lab, red, red)) {
1673
- .ps .text-muted-foreground\/70 {
1674
- color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
1675
- }
1676
- }
1677
- .ps .text-neutral-600 {
1678
- color: var(--color-neutral-600);
1679
- }
1680
- .ps .text-orange-700 {
1681
- color: var(--color-orange-700);
1682
- }
1683
- .ps .text-popover-foreground {
1684
- color: var(--popover-foreground);
1685
- }
1686
- .ps .text-primary {
1687
- color: var(--primary);
1688
- }
1689
- .ps .text-primary-foreground {
1690
- color: var(--primary-foreground);
1691
- }
1692
- .ps .text-red-400 {
1693
- color: var(--color-red-400);
1694
- }
1695
- .ps .text-red-500 {
1696
- color: var(--color-red-500);
1697
- }
1698
- .ps .text-secondary-foreground {
1699
- color: var(--secondary-foreground);
1700
- }
1701
- .ps .lowercase {
1702
- text-transform: lowercase;
1703
- }
1704
- .ps .uppercase {
1705
- text-transform: uppercase;
1706
- }
1707
- .ps .ordinal {
1708
- --tw-ordinal: ordinal;
1709
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1710
- }
1711
- .ps .underline-offset-4 {
1712
- text-underline-offset: 4px;
1713
- }
1714
- .ps .opacity-10 {
1715
- opacity: 10%;
1716
- }
1717
- .ps .opacity-50 {
1718
- opacity: 50%;
1719
- }
1720
- .ps .opacity-60 {
1721
- opacity: 60%;
1722
- }
1723
- .ps .opacity-70 {
1724
- opacity: 70%;
1725
- }
1726
- .ps .opacity-80 {
1727
- opacity: 80%;
1728
- }
1729
- .ps .shadow {
1730
- --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));
1731
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1732
- }
1733
- .ps .shadow-lg {
1734
- --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));
1735
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1736
- }
1737
- .ps .shadow-md {
1738
- --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));
1739
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1740
- }
1741
- .ps .shadow-none {
1742
- --tw-shadow: 0 0 #0000;
1743
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1744
- }
1745
- .ps .shadow-sm {
1746
- --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));
1747
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1748
- }
1749
- .ps .shadow-xl {
1750
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1751
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1752
- }
1753
- .ps .shadow-xs {
1754
- --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1755
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1756
- }
1757
- .ps .ring-0 {
1758
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1759
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1760
- }
1761
- .ps .ring-offset-background {
1762
- --tw-ring-offset-color: var(--background);
1763
- }
1764
- .ps .outline {
1765
- outline-style: var(--tw-outline-style);
1766
- outline-width: 1px;
1767
- }
1768
- .ps .filter {
1769
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1770
- }
1771
- .ps .backdrop-blur-sm {
1772
- --tw-backdrop-blur: blur(var(--blur-sm));
1773
- -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1774
- backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1775
- }
1776
- .ps .transition {
1777
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
1778
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1779
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1780
- }
1781
- .ps .transition-all {
1782
- transition-property: all;
1783
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1784
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1785
- }
1786
- .ps .transition-colors {
1787
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1788
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1789
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1790
- }
1791
- .ps .transition-opacity {
1792
- transition-property: opacity;
1793
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1794
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1795
- }
1796
- .ps .transition-transform {
1797
- transition-property: transform, translate, scale, rotate;
1798
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1799
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1800
- }
1801
- .ps .transition-none {
1802
- transition-property: none;
1803
- }
1804
- .ps .duration-200 {
1805
- --tw-duration: 200ms;
1806
- transition-duration: 200ms;
1807
- }
1808
- .ps .ease-in-out {
1809
- --tw-ease: var(--ease-in-out);
1810
- transition-timing-function: var(--ease-in-out);
1811
- }
1812
- .ps .fade-in-0 {
1813
- --tw-enter-opacity: calc(0/100);
1814
- --tw-enter-opacity: 0;
1815
- }
1816
- .ps .outline-none {
1817
- --tw-outline-style: none;
1818
- outline-style: none;
1819
- }
1820
- .ps .select-none {
1821
- -webkit-user-select: none;
1822
- user-select: none;
1823
- }
1824
- .ps .zoom-in-95 {
1825
- --tw-enter-scale: calc(95*1%);
1826
- --tw-enter-scale: .95;
1827
- }
1828
- .ps .group-odd\:bg-table-cell-odd:is(:where(.group):nth-child(odd) *) {
1829
- background-color: var(--background);
1830
- }
1831
- .ps .group-even\:bg-table-cell-even:is(:where(.group):nth-child(even) *) {
1832
- background-color: var(--secondary);
1833
- }
1834
- @media (hover: hover) {
1835
- .ps .group-hover\:bg-muted:is(:where(.group):hover *) {
1836
- background-color: var(--muted);
1837
- }
1838
- }
1839
- .ps .group-data-\[select\=true\]\:p-0:is(:where(.group)[data-select="true"] *) {
1840
- padding: calc(var(--spacing) * 0);
1841
- }
1842
- .ps .group-\[\.toast\]\:bg-muted:is(:where(.group):is(.toast) *) {
1843
- background-color: var(--muted);
1844
- }
1845
- .ps .group-\[\.toast\]\:bg-primary:is(:where(.group):is(.toast) *) {
1846
- background-color: var(--primary);
1847
- }
1848
- .ps .group-\[\.toast\]\:text-muted-foreground:is(:where(.group):is(.toast) *) {
1849
- color: var(--muted-foreground);
1850
- }
1851
- .ps .group-\[\.toast\]\:text-primary-foreground:is(:where(.group):is(.toast) *) {
1852
- color: var(--primary-foreground);
1853
- }
1854
- .ps .group-\[\.toaster\]\:border-border:is(:where(.group):is(.toaster) *) {
1855
- border-color: var(--border);
1856
- }
1857
- .ps .group-\[\.toaster\]\:bg-background:is(:where(.group):is(.toaster) *) {
1858
- background-color: var(--background);
1859
- }
1860
- .ps .group-\[\.toaster\]\:text-foreground:is(:where(.group):is(.toaster) *) {
1861
- color: var(--foreground);
1862
- }
1863
- .ps .group-\[\.toaster\]\:shadow-lg:is(:where(.group):is(.toaster) *) {
1864
- --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));
1865
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1866
- }
1867
- .ps .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
1868
- cursor: not-allowed;
1869
- }
1870
- .ps .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
1871
- opacity: 70%;
1872
- }
1873
- .ps .file\:border-0::file-selector-button {
1874
- border-style: var(--tw-border-style);
1875
- border-width: 0px;
1876
- }
1877
- .ps .file\:bg-transparent::file-selector-button {
1878
- background-color: transparent;
1879
- }
1880
- .ps .file\:text-sm::file-selector-button {
1881
- font-size: var(--text-sm);
1882
- line-height: var(--tw-leading, var(--text-sm--line-height));
1883
- }
1884
- .ps .file\:font-medium::file-selector-button {
1885
- --tw-font-weight: var(--font-weight-medium);
1886
- font-weight: var(--font-weight-medium);
1887
- }
1888
- .ps .file\:text-foreground::file-selector-button {
1889
- color: var(--foreground);
1890
- }
1891
- .ps .placeholder\:text-muted-foreground::placeholder {
1892
- color: var(--muted-foreground);
1893
- }
1894
- .ps .odd\:bg-table-cell-odd:nth-child(odd) {
1895
- background-color: var(--background);
1896
- }
1897
- .ps .even\:bg-table-cell-even\/50:nth-child(even) {
1898
- background-color: var(--secondary);
1899
- }
1900
- @supports (color: color-mix(in lab, red, red)) {
1901
- .ps .even\:bg-table-cell-even\/50:nth-child(even) {
1902
- background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
1903
- }
1904
- }
1905
- @media (hover: hover) {
1906
- .ps .hover\:border-table-border:hover {
1907
- border-color: var(--border);
1908
- }
1909
- }
1910
- @media (hover: hover) {
1911
- .ps .hover\:bg-accent:hover {
1912
- background-color: var(--accent);
1913
- }
1914
- }
1915
- @media (hover: hover) {
1916
- .ps .hover\:bg-destructive\/90:hover {
1917
- background-color: var(--destructive);
1918
- }
1919
- @supports (color: color-mix(in lab, red, red)) {
1920
- .ps .hover\:bg-destructive\/90:hover {
1921
- background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
1922
- }
1923
- }
1924
- }
1925
- @media (hover: hover) {
1926
- .ps .hover\:bg-green-500\/80:hover {
1927
- background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 80%, transparent);
1928
- }
1929
- @supports (color: color-mix(in lab, red, red)) {
1930
- .ps .hover\:bg-green-500\/80:hover {
1931
- background-color: color-mix(in oklab, var(--color-green-500) 80%, transparent);
1932
- }
1933
- }
1934
- }
1935
- @media (hover: hover) {
1936
- .ps .hover\:bg-muted\/50:hover {
1937
- background-color: var(--muted);
1938
- }
1939
- @supports (color: color-mix(in lab, red, red)) {
1940
- .ps .hover\:bg-muted\/50:hover {
1941
- background-color: color-mix(in oklab, var(--muted) 50%, transparent);
1942
- }
1943
- }
1944
- }
1945
- @media (hover: hover) {
1946
- .ps .hover\:bg-primary\/80:hover {
1947
- background-color: var(--primary);
1948
- }
1949
- @supports (color: color-mix(in lab, red, red)) {
1950
- .ps .hover\:bg-primary\/80:hover {
1951
- background-color: color-mix(in oklab, var(--primary) 80%, transparent);
1952
- }
1953
- }
1954
- }
1955
- @media (hover: hover) {
1956
- .ps .hover\:bg-primary\/90:hover {
1957
- background-color: var(--primary);
1958
- }
1959
- @supports (color: color-mix(in lab, red, red)) {
1960
- .ps .hover\:bg-primary\/90:hover {
1961
- background-color: color-mix(in oklab, var(--primary) 90%, transparent);
1962
- }
1963
- }
1964
- }
1965
- @media (hover: hover) {
1966
- .ps .hover\:bg-red-400\/80:hover {
1967
- background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 80%, transparent);
1968
- }
1969
- @supports (color: color-mix(in lab, red, red)) {
1970
- .ps .hover\:bg-red-400\/80:hover {
1971
- background-color: color-mix(in oklab, var(--color-red-400) 80%, transparent);
1972
- }
1973
- }
1974
- }
1975
- @media (hover: hover) {
1976
- .ps .hover\:bg-secondary\/80:hover {
1977
- background-color: var(--secondary);
1978
- }
1979
- @supports (color: color-mix(in lab, red, red)) {
1980
- .ps .hover\:bg-secondary\/80:hover {
1981
- background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
1982
- }
1983
- }
1984
- }
1985
- @media (hover: hover) {
1986
- .ps .hover\:text-accent-foreground:hover {
1987
- color: var(--accent-foreground);
1988
- }
1989
- }
1990
- @media (hover: hover) {
1991
- .ps .hover\:text-foreground:hover {
1992
- color: var(--foreground);
1993
- }
1994
- }
1995
- @media (hover: hover) {
1996
- .ps .hover\:text-primary:hover {
1997
- color: var(--primary);
1998
- }
1999
- }
2000
- @media (hover: hover) {
2001
- .ps .hover\:underline:hover {
2002
- text-decoration-line: underline;
2003
- }
2004
- }
2005
- @media (hover: hover) {
2006
- .ps .hover\:opacity-100:hover {
2007
- opacity: 100%;
2008
- }
2009
- }
2010
- .ps .focus\:bg-accent:focus {
2011
- background-color: var(--accent);
2012
- }
2013
- .ps .focus\:text-accent-foreground:focus {
2014
- color: var(--accent-foreground);
2015
- }
2016
- .ps .focus\:ring-1:focus {
2017
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2018
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2019
- }
2020
- .ps .focus\:ring-2:focus {
2021
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2022
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2023
- }
2024
- .ps .focus\:ring-accent-foreground:focus {
2025
- --tw-ring-color: var(--accent-foreground);
2026
- }
2027
- .ps .focus\:ring-ring:focus {
2028
- --tw-ring-color: var(--ring);
2029
- }
2030
- .ps .focus\:ring-offset-1:focus {
2031
- --tw-ring-offset-width: 1px;
2032
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2033
- }
2034
- .ps .focus\:ring-offset-2:focus {
2035
- --tw-ring-offset-width: 2px;
2036
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2037
- }
2038
- .ps .focus\:ring-offset-background:focus {
2039
- --tw-ring-offset-color: var(--background);
2040
- }
2041
- .ps .focus\:outline-none:focus {
2042
- --tw-outline-style: none;
2043
- outline-style: none;
2044
- }
2045
- .ps .focus-visible\:ring-0:focus-visible {
2046
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2047
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2048
- }
2049
- .ps .focus-visible\:ring-1:focus-visible {
2050
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2051
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2052
- }
2053
- .ps .focus-visible\:ring-2:focus-visible {
2054
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2055
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2056
- }
2057
- .ps .focus-visible\:ring-ring:focus-visible {
2058
- --tw-ring-color: var(--ring);
2059
- }
2060
- .ps .focus-visible\:ring-offset-2:focus-visible {
2061
- --tw-ring-offset-width: 2px;
2062
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2063
- }
2064
- .ps .focus-visible\:ring-offset-background:focus-visible {
2065
- --tw-ring-offset-color: var(--background);
2066
- }
2067
- .ps .focus-visible\:outline-none:focus-visible {
2068
- --tw-outline-style: none;
2069
- outline-style: none;
2070
- }
2071
- .ps .disabled\:pointer-events-none:disabled {
2072
- pointer-events: none;
2073
- }
2074
- .ps .disabled\:cursor-not-allowed:disabled {
2075
- cursor: not-allowed;
2076
- }
2077
- .ps .disabled\:opacity-50:disabled {
2078
- opacity: 50%;
2079
- }
2080
- .ps .aria-selected\:text-muted-foreground[aria-selected="true"] {
2081
- color: var(--muted-foreground);
2082
- }
2083
- .ps .aria-selected\:opacity-30[aria-selected="true"] {
2084
- opacity: 30%;
2085
- }
2086
- .ps .aria-selected\:opacity-100[aria-selected="true"] {
2087
- opacity: 100%;
2088
- }
2089
- .ps .data-disabled\:pointer-events-none[data-disabled] {
2090
- pointer-events: none;
2091
- }
2092
- .ps .data-disabled\:opacity-50[data-disabled] {
2093
- opacity: 50%;
2094
- }
2095
- .ps .data-placeholder\:text-muted-foreground[data-placeholder] {
2096
- color: var(--muted-foreground);
2097
- }
2098
- .ps .data-\[active\=true\]\:bg-accent[data-active="true"] {
2099
- background-color: var(--accent);
2100
- }
2101
- .ps .data-\[active\=true\]\:text-foreground[data-active="true"] {
2102
- color: var(--foreground);
2103
- }
2104
- .ps .data-\[focus\=true\]\:ring-2[data-focus="true"] {
2105
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2106
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2107
- }
2108
- .ps .data-\[focus\=true\]\:ring-indigo-400[data-focus="true"] {
2109
- --tw-ring-color: var(--color-indigo-400);
2110
- }
2111
- .ps .data-\[focus\=true\]\:ring-inset[data-focus="true"] {
2112
- --tw-ring-inset: inset;
2113
- }
2114
- .ps .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
2115
- --tw-translate-y: calc(var(--spacing) * 1);
2116
- translate: var(--tw-translate-x) var(--tw-translate-y);
2117
- }
2118
- .ps .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
2119
- --tw-enter-translate-y: calc(2*var(--spacing)*-1);
2120
- }
2121
- .ps .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
2122
- --tw-translate-x: calc(var(--spacing) * -1);
2123
- translate: var(--tw-translate-x) var(--tw-translate-y);
2124
- }
2125
- .ps .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
2126
- --tw-enter-translate-x: calc(2*var(--spacing));
2127
- }
2128
- .ps .data-\[side\=right\]\:translate-x-1[data-side="right"] {
2129
- --tw-translate-x: calc(var(--spacing) * 1);
2130
- translate: var(--tw-translate-x) var(--tw-translate-y);
2131
- }
2132
- .ps .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
2133
- --tw-enter-translate-x: calc(2*var(--spacing)*-1);
2134
- }
2135
- .ps .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
2136
- --tw-translate-y: calc(var(--spacing) * -1);
2137
- translate: var(--tw-translate-x) var(--tw-translate-y);
2138
- }
2139
- .ps .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
2140
- --tw-enter-translate-y: calc(2*var(--spacing));
2141
- }
2142
- .ps .data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
2143
- --tw-translate-x: calc(var(--spacing) * 4);
2144
- translate: var(--tw-translate-x) var(--tw-translate-y);
2145
- }
2146
- .ps .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
2147
- background-color: var(--primary);
2148
- }
2149
- .ps .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
2150
- color: var(--primary-foreground);
2151
- }
2152
- .ps .data-\[state\=closed\]\:animate-out[data-state="closed"] {
2153
- 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);
2154
- }
2155
- .ps .data-\[state\=closed\]\:duration-300[data-state="closed"] {
2156
- --tw-duration: 300ms;
2157
- transition-duration: 300ms;
2158
- }
2159
- .ps .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
2160
- --tw-exit-opacity: calc(0/100);
2161
- --tw-exit-opacity: 0;
2162
- }
2163
- .ps .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
2164
- --tw-exit-scale: calc(95*1%);
2165
- --tw-exit-scale: .95;
2166
- }
2167
- .ps .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
2168
- --tw-exit-translate-y: 100%;
2169
- }
2170
- .ps .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
2171
- --tw-exit-translate-x: -100%;
2172
- }
2173
- .ps .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
2174
- --tw-exit-translate-x: calc(1/2*100%);
2175
- }
2176
- .ps .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
2177
- --tw-exit-translate-x: 100%;
2178
- }
2179
- .ps .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
2180
- --tw-exit-translate-y: -100%;
2181
- }
2182
- .ps .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
2183
- --tw-exit-translate-y: calc(48%*-1);
2184
- }
2185
- .ps .data-\[state\=open\]\:animate-in[data-state="open"] {
2186
- 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);
2187
- }
2188
- .ps .data-\[state\=open\]\:border-primary[data-state="open"] {
2189
- border-color: var(--primary);
2190
- }
2191
- .ps .data-\[state\=open\]\:bg-accent[data-state="open"] {
2192
- background-color: var(--accent);
2193
- }
2194
- .ps .data-\[state\=open\]\:bg-secondary[data-state="open"] {
2195
- background-color: var(--secondary);
2196
- }
2197
- .ps .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
2198
- color: var(--accent-foreground);
2199
- }
2200
- .ps .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
2201
- color: var(--muted-foreground);
2202
- }
2203
- .ps .data-\[state\=open\]\:duration-500[data-state="open"] {
2204
- --tw-duration: 500ms;
2205
- transition-duration: 500ms;
2206
- }
2207
- .ps .data-\[state\=open\]\:fade-in-0[data-state="open"] {
2208
- --tw-enter-opacity: calc(0/100);
2209
- --tw-enter-opacity: 0;
2210
- }
2211
- .ps .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
2212
- --tw-enter-scale: calc(95*1%);
2213
- --tw-enter-scale: .95;
2214
- }
2215
- .ps .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
2216
- --tw-enter-translate-y: 100%;
2217
- }
2218
- .ps .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
2219
- --tw-enter-translate-x: -100%;
2220
- }
2221
- .ps .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
2222
- --tw-enter-translate-x: calc(1/2*100%);
2223
- }
2224
- .ps .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
2225
- --tw-enter-translate-x: 100%;
2226
- }
2227
- .ps .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
2228
- --tw-enter-translate-y: -100%;
2229
- }
2230
- .ps .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
2231
- --tw-enter-translate-y: calc(48%*-1);
2232
- }
2233
- .ps .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
2234
- background-color: var(--muted);
2235
- }
2236
- .ps .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
2237
- --tw-translate-x: calc(var(--spacing) * 0);
2238
- translate: var(--tw-translate-x) var(--tw-translate-y);
2239
- }
2240
- .ps .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
2241
- background-color: var(--input);
2242
- }
2243
- @media (width >= 40rem) {
2244
- .ps .sm\:max-w-sm {
2245
- max-width: var(--container-sm);
2246
- }
2247
- }
2248
- @media (width >= 40rem) {
2249
- .ps .sm\:flex-row {
2250
- flex-direction: row;
2251
- }
2252
- }
2253
- @media (width >= 40rem) {
2254
- .ps .sm\:justify-end {
2255
- justify-content: flex-end;
2256
- }
2257
- }
2258
- @media (width >= 40rem) {
2259
- .ps :where(.sm\:space-x-2 > :not(:last-child)) {
2260
- --tw-space-x-reverse: 0;
2261
- margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
2262
- margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
2263
- }
2264
- }
2265
- @media (width >= 40rem) {
2266
- .ps .sm\:rounded-lg {
2267
- border-radius: var(--radius);
2268
- }
2269
- }
2270
- @media (width >= 40rem) {
2271
- .ps .sm\:text-left {
2272
- text-align: left;
2273
- }
2274
- }
2275
- @media (width >= 48rem) {
2276
- .ps .md\:text-sm {
2277
- font-size: var(--text-sm);
2278
- line-height: var(--tw-leading, var(--text-sm--line-height));
2279
- }
2280
- }
2281
- .ps .dark\:scale-0:is(.dark *) {
2282
- --tw-scale-x: 0%;
2283
- --tw-scale-y: 0%;
2284
- --tw-scale-z: 0%;
2285
- scale: var(--tw-scale-x) var(--tw-scale-y);
2286
- }
2287
- .ps .dark\:scale-100:is(.dark *) {
2288
- --tw-scale-x: 100%;
2289
- --tw-scale-y: 100%;
2290
- --tw-scale-z: 100%;
2291
- scale: var(--tw-scale-x) var(--tw-scale-y);
2292
- }
2293
- .ps .dark\:-rotate-90:is(.dark *) {
2294
- rotate: calc(90deg * -1);
2295
- }
2296
- .ps .dark\:rotate-0:is(.dark *) {
2297
- rotate: 0deg;
2298
- }
2299
- .ps .dark\:bg-orange-950:is(.dark *) {
2300
- background-color: var(--color-orange-950);
2301
- }
2302
- .ps .dark\:text-orange-300:is(.dark *) {
2303
- color: var(--color-orange-300);
2304
- }
2305
- .ps .dark\:text-white:is(.dark *) {
2306
- color: var(--color-white);
2307
- }
2308
- .ps .\[\&_button\]\:border button {
2309
- border-style: var(--tw-border-style);
2310
- border-width: 1px;
2311
- }
2312
- .ps .\[\&_button\]\:border-input button {
2313
- border-color: var(--input);
2314
- }
2315
- .ps .\[\&_button\]\:bg-background button {
2316
- background-color: var(--background);
2317
- }
2318
- .ps .\[\&_button\]\:shadow-sm button {
2319
- --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));
2320
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2321
- }
2322
- @media (hover: hover) {
2323
- .ps .hover\:\[\&_button\]\:bg-accent:hover button {
2324
- background-color: var(--accent);
2325
- }
2326
- }
2327
- @media (hover: hover) {
2328
- .ps .hover\:\[\&_button\]\:text-accent-foreground:hover button {
2329
- color: var(--accent-foreground);
2330
- }
2331
- }
2332
- .ps .\[\&_button_\>_svg\]\:fill-foreground button > svg {
2333
- fill: var(--foreground);
2334
- }
2335
- .ps .\[\&_svg\]\:pointer-events-none svg {
2336
- pointer-events: none;
2337
- }
2338
- .ps .\[\&_svg\]\:size-3 svg {
2339
- width: calc(var(--spacing) * 3);
2340
- height: calc(var(--spacing) * 3);
2341
- }
2342
- .ps .\[\&_svg\]\:size-4 svg {
2343
- width: calc(var(--spacing) * 4);
2344
- height: calc(var(--spacing) * 4);
2345
- }
2346
- .ps .\[\&_svg\]\:shrink-0 svg {
2347
- flex-shrink: 0;
2348
- }
2349
- .ps .\[\&_svg_\>_path\]\:fill-background svg > path {
2350
- fill: var(--background);
2351
- }
2352
- .ps .\[\&_svg_\>_path\]\:opacity-50 svg > path {
2353
- opacity: 50%;
2354
- }
2355
- .ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 svg > rect {
2356
- fill: var(--muted-foreground);
2357
- }
2358
- @supports (color: color-mix(in lab, red, red)) {
2359
- .ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 svg > rect {
2360
- fill: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
2361
- }
2362
- }
2363
- .ps .\[\&_tr\:last-child\]\:border-0 tr:last-child {
2364
- border-style: var(--tw-border-style);
2365
- border-width: 0px;
2366
- }
2367
- .ps .\[\&\:last-of-type_td\]\:border-b-0:last-of-type td {
2368
- border-bottom-style: var(--tw-border-style);
2369
- border-bottom-width: 0px;
2370
- }
2371
- .ps .\[\&\>button\]\:bg-primary>button {
2372
- background-color: var(--primary);
2373
- }
2374
- .ps .\[\&\>button\]\:bg-transparent>button {
2375
- background-color: transparent;
2376
- }
2377
- .ps .\[\&\>button\]\:font-bold>button {
2378
- --tw-font-weight: var(--font-weight-bold);
2379
- font-weight: var(--font-weight-bold);
2380
- }
2381
- .ps .\[\&\>button\]\:text-accent-foreground>button {
2382
- color: var(--accent-foreground);
2383
- }
2384
- .ps .\[\&\>button\]\:text-foreground\!>button {
2385
- color: var(--foreground) !important;
2386
- }
2387
- .ps .\[\&\>button\]\:text-primary-foreground>button {
2388
- color: var(--primary-foreground);
2389
- }
2390
- @media (hover: hover) {
2391
- .ps .\[\&\>button\]\:hover\:bg-primary>button:hover {
2392
- background-color: var(--primary);
2393
- }
2394
- }
2395
- @media (hover: hover) {
2396
- .ps .\[\&\>button\]\:hover\:bg-transparent>button:hover {
2397
- background-color: transparent;
2398
- }
2399
- }
2400
- @media (hover: hover) {
2401
- .ps .\[\&\>button\]\:hover\:text-foreground\!>button:hover {
2402
- color: var(--foreground) !important;
2403
- }
2404
- }
2405
- @media (hover: hover) {
2406
- .ps .\[\&\>button\]\:hover\:text-primary-foreground>button:hover {
2407
- color: var(--primary-foreground);
2408
- }
2409
- }
2410
- .ps .\[\&\>span\]\:line-clamp-1>span {
2411
- overflow: hidden;
2412
- display: -webkit-box;
2413
- -webkit-box-orient: vertical;
2414
- -webkit-line-clamp: 1;
2415
- }
2416
- .ps .\[\&\>svg\]\:size-4>svg {
2417
- width: calc(var(--spacing) * 4);
2418
- height: calc(var(--spacing) * 4);
2419
- }
2420
- .ps .\[\&\>svg\]\:shrink-0>svg {
2421
- flex-shrink: 0;
2422
- }
2423
- .ps .\[\&\>tr\]\:last\:border-b-0>tr:last-child {
2424
- border-bottom-style: var(--tw-border-style);
2425
- border-bottom-width: 0px;
2426
- }
2427
- .ps .\[\&\[aria-selected\]\>button\]\:bg-primary[aria-selected]>button {
2428
- background-color: var(--primary);
2429
- }
2430
- .ps .\[\&\[aria-selected\]\>button\]\:text-primary-foreground[aria-selected]>button {
2431
- color: var(--primary-foreground);
2432
- }
2433
- @property --tw-animation-delay {
2434
- syntax: "*";
2435
- inherits: false;
2436
- initial-value: 0s;
2437
- }
2438
- @property --tw-animation-direction {
2439
- syntax: "*";
2440
- inherits: false;
2441
- initial-value: normal;
2442
- }
2443
- @property --tw-animation-duration {
2444
- syntax: "*";
2445
- inherits: false;
2446
- }
2447
- @property --tw-animation-fill-mode {
2448
- syntax: "*";
2449
- inherits: false;
2450
- initial-value: none;
2451
- }
2452
- @property --tw-animation-iteration-count {
2453
- syntax: "*";
2454
- inherits: false;
2455
- initial-value: 1;
2456
- }
2457
- @property --tw-enter-opacity {
2458
- syntax: "*";
2459
- inherits: false;
2460
- initial-value: 1;
2461
- }
2462
- @property --tw-enter-rotate {
2463
- syntax: "*";
2464
- inherits: false;
2465
- initial-value: 0;
2466
- }
2467
- @property --tw-enter-scale {
2468
- syntax: "*";
2469
- inherits: false;
2470
- initial-value: 1;
2471
- }
2472
- @property --tw-enter-translate-x {
2473
- syntax: "*";
2474
- inherits: false;
2475
- initial-value: 0;
2476
- }
2477
- @property --tw-enter-translate-y {
2478
- syntax: "*";
2479
- inherits: false;
2480
- initial-value: 0;
2481
- }
2482
- @property --tw-exit-opacity {
2483
- syntax: "*";
2484
- inherits: false;
2485
- initial-value: 1;
2486
- }
2487
- @property --tw-exit-rotate {
2488
- syntax: "*";
2489
- inherits: false;
2490
- initial-value: 0;
2491
- }
2492
- @property --tw-exit-scale {
2493
- syntax: "*";
2494
- inherits: false;
2495
- initial-value: 1;
2496
- }
2497
- @property --tw-exit-translate-x {
2498
- syntax: "*";
2499
- inherits: false;
2500
- initial-value: 0;
2501
- }
2502
- @property --tw-exit-translate-y {
2503
- syntax: "*";
2504
- inherits: false;
2505
- initial-value: 0;
2506
- }
2507
- :root {
2508
- --radius: 0.5rem;
2509
- --background: oklch(1 0 0);
2510
- --foreground: oklch(0.141 0.005 285.823);
2511
- --card: oklch(1 0 0);
2512
- --card-foreground: oklch(0.141 0.005 285.823);
2513
- --popover: oklch(1 0 0);
2514
- --popover-foreground: oklch(0.141 0.005 285.823);
2515
- --primary: oklch(0.64 0.1423 268.56);
2516
- --primary-foreground: oklch(0.985 0 0);
2517
- --secondary: oklch(0.967 0.001 286.375);
2518
- --secondary-foreground: oklch(0.21 0.006 285.885);
2519
- --muted: oklch(0.967 0.001 286.375);
2520
- --muted-foreground: oklch(0.552 0.016 285.938);
2521
- --accent: oklch(0.967 0.001 286.375);
2522
- --accent-foreground: oklch(0.21 0.006 285.885);
2523
- --destructive: oklch(0.577 0.245 27.325);
2524
- --border: oklch(0.92 0.004 286.32);
2525
- --input: oklch(0.92 0.004 286.32);
2526
- --ring: oklch(0.705 0.015 286.067);
2527
- --chart-1: oklch(0.646 0.222 41.116);
2528
- --chart-2: oklch(0.6 0.118 184.704);
2529
- --chart-3: oklch(0.398 0.07 227.392);
2530
- --chart-4: oklch(0.828 0.189 84.429);
2531
- --chart-5: oklch(0.769 0.188 70.08);
2532
- --studio-cell-spacing: 0.5rem;
2533
- --studio-cell-height: 38px;
2534
- --text-xs: 0.75rem;
2535
- }
2536
- .dark {
2537
- --background: oklch(0.141 0.005 285.823);
2538
- --foreground: oklch(0.985 0 0);
2539
- --card: oklch(0.21 0.006 285.885);
2540
- --card-foreground: oklch(0.985 0 0);
2541
- --popover: oklch(0.21 0.006 285.885);
2542
- --popover-foreground: oklch(0.985 0 0);
2543
- --primary: oklch(0.64 0.1423 268.56);
2544
- --primary-foreground: oklch(0.21 0.006 285.885);
2545
- --secondary: oklch(0.274 0.006 286.033);
2546
- --secondary-foreground: oklch(0.985 0 0);
2547
- --muted: oklch(0.274 0.006 286.033);
2548
- --muted-foreground: oklch(0.705 0.015 286.067);
2549
- --accent: oklch(0.274 0.006 286.033);
2550
- --accent-foreground: oklch(0.985 0 0);
2551
- --destructive: oklch(0.704 0.191 22.216);
2552
- --border: oklch(1 0 0 / 10%);
2553
- --input: oklch(1 0 0 / 15%);
2554
- --ring: oklch(0.552 0.016 285.938);
2555
- --chart-1: oklch(0.488 0.243 264.376);
2556
- --chart-2: oklch(0.696 0.17 162.48);
2557
- --chart-3: oklch(0.769 0.188 70.08);
2558
- --chart-4: oklch(0.627 0.265 303.9);
2559
- --chart-5: oklch(0.645 0.246 16.439);
2560
- }
2561
- .ps a,
2562
- .ps button {
2563
- cursor: pointer;
2564
- }
2565
- .ps *, .ps ::after, .ps ::before, .ps ::backdrop, .ps ::file-selector-button {
2566
- box-sizing: border-box;
2567
- margin: 0;
2568
- padding: 0;
2569
- border: 0 solid;
2570
- }
2571
- .ps html, .ps :host {
2572
- line-height: 1.5;
2573
- -webkit-text-size-adjust: 100%;
2574
- tab-size: 4;
2575
- 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');
2576
- font-feature-settings: var(--default-font-feature-settings, normal);
2577
- font-variation-settings: var(--default-font-variation-settings, normal);
2578
- -webkit-tap-highlight-color: transparent;
2579
- }
2580
- .ps hr {
2581
- height: 0;
2582
- color: inherit;
2583
- border-top-width: 1px;
2584
- }
2585
- .ps abbr:where([title]) {
2586
- -webkit-text-decoration: underline dotted;
2587
- text-decoration: underline dotted;
2588
- }
2589
- .ps h1, .ps h2, .ps h3, .ps h4, .ps h5, .ps h6 {
2590
- font-size: inherit;
2591
- font-weight: inherit;
2592
- }
2593
- .ps a {
2594
- color: inherit;
2595
- -webkit-text-decoration: inherit;
2596
- text-decoration: inherit;
2597
- }
2598
- .ps b, .ps strong {
2599
- font-weight: bolder;
2600
- }
2601
- .ps code, .ps kbd, .ps samp, .ps pre {
2602
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
2603
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
2604
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
2605
- font-size: 1em;
2606
- }
2607
- .ps small {
2608
- font-size: 80%;
2609
- }
2610
- .ps sub, .ps sup {
2611
- font-size: 75%;
2612
- line-height: 0;
2613
- position: relative;
2614
- vertical-align: baseline;
2615
- }
2616
- .ps sub {
2617
- bottom: -0.25em;
2618
- }
2619
- .ps sup {
2620
- top: -0.5em;
2621
- }
2622
- .ps table {
2623
- text-indent: 0;
2624
- border-color: inherit;
2625
- border-collapse: collapse;
2626
- }
2627
- .ps :-moz-focusring {
2628
- outline: auto;
2629
- }
2630
- .ps progress {
2631
- vertical-align: baseline;
2632
- }
2633
- .ps summary {
2634
- display: list-item;
2635
- }
2636
- .ps ol, .ps ul, .ps menu {
2637
- list-style: none;
2638
- }
2639
- .ps img, .ps svg, .ps video, .ps canvas, .ps audio, .ps iframe, .ps embed, .ps object {
2640
- display: block;
2641
- vertical-align: middle;
2642
- }
2643
- .ps img, .ps video {
2644
- max-width: 100%;
2645
- height: auto;
2646
- }
2647
- .ps button, .ps input, .ps select, .ps optgroup, .ps textarea, .ps ::file-selector-button {
2648
- font: inherit;
2649
- font-feature-settings: inherit;
2650
- font-variation-settings: inherit;
2651
- letter-spacing: inherit;
2652
- color: inherit;
2653
- border-radius: 0;
2654
- background-color: transparent;
2655
- opacity: 1;
2656
- }
2657
- .ps :where(select:is([multiple], [size])) optgroup {
2658
- font-weight: bolder;
2659
- }
2660
- .ps :where(select:is([multiple], [size])) optgroup option {
2661
- padding-inline-start: 20px;
2662
- }
2663
- .ps ::file-selector-button {
2664
- margin-inline-end: 4px;
2665
- }
2666
- .ps ::placeholder {
2667
- opacity: 1;
2668
- }
2669
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
2670
- .ps ::placeholder {
2671
- color: currentcolor;
2672
- }
2673
- @supports (color: color-mix(in lab, red, red)) {
2674
- .ps ::placeholder {
2675
- color: color-mix(in oklab, currentcolor 50%, transparent);
2676
- }
2677
- }
2678
- }
2679
- .ps textarea {
2680
- resize: vertical;
2681
- }
2682
- .ps ::-webkit-search-decoration {
2683
- -webkit-appearance: none;
2684
- }
2685
- .ps ::-webkit-date-and-time-value {
2686
- min-height: 1lh;
2687
- text-align: inherit;
2688
- }
2689
- .ps ::-webkit-datetime-edit {
2690
- display: inline-flex;
2691
- }
2692
- .ps ::-webkit-datetime-edit-fields-wrapper {
2693
- padding: 0;
2694
- }
2695
- .ps ::-webkit-datetime-edit, .ps ::-webkit-datetime-edit-year-field, .ps ::-webkit-datetime-edit-month-field, .ps ::-webkit-datetime-edit-day-field, .ps ::-webkit-datetime-edit-hour-field, .ps ::-webkit-datetime-edit-minute-field, .ps ::-webkit-datetime-edit-second-field, .ps ::-webkit-datetime-edit-millisecond-field, .ps ::-webkit-datetime-edit-meridiem-field {
2696
- padding-block: 0;
2697
- }
2698
- .ps :-moz-ui-invalid {
2699
- box-shadow: none;
2700
- }
2701
- .ps button, .ps input:where([type='button'], [type='reset'], [type='submit']), .ps ::file-selector-button {
2702
- appearance: button;
2703
- }
2704
- .ps ::-webkit-inner-spin-button, .ps ::-webkit-outer-spin-button {
2705
- height: auto;
2706
- }
2707
- .ps [hidden]:where(:not([hidden='until-found'])) {
2708
- display: none !important;
2709
- }
2710
- .ps [data-radix-popper-content-wrapper] {
2711
- z-index: 950 !important;
2712
- }
2713
- @property --tw-leading {
2714
- syntax: "*";
2715
- inherits: false;
2716
- }
2717
- @property --tw-border-spacing-x {
2718
- syntax: "<length>";
2719
- inherits: false;
2720
- initial-value: 0;
2721
- }
2722
- @property --tw-border-spacing-y {
2723
- syntax: "<length>";
2724
- inherits: false;
2725
- initial-value: 0;
2726
- }
2727
- @property --tw-translate-x {
2728
- syntax: "*";
2729
- inherits: false;
2730
- initial-value: 0;
2731
- }
2732
- @property --tw-translate-y {
2733
- syntax: "*";
2734
- inherits: false;
2735
- initial-value: 0;
2736
- }
2737
- @property --tw-translate-z {
2738
- syntax: "*";
2739
- inherits: false;
2740
- initial-value: 0;
2741
- }
2742
- @property --tw-scale-x {
2743
- syntax: "*";
2744
- inherits: false;
2745
- initial-value: 1;
2746
- }
2747
- @property --tw-scale-y {
2748
- syntax: "*";
2749
- inherits: false;
2750
- initial-value: 1;
2751
- }
2752
- @property --tw-scale-z {
2753
- syntax: "*";
2754
- inherits: false;
2755
- initial-value: 1;
2756
- }
2757
- @property --tw-rotate-x {
2758
- syntax: "*";
2759
- inherits: false;
2760
- }
2761
- @property --tw-rotate-y {
2762
- syntax: "*";
2763
- inherits: false;
2764
- }
2765
- @property --tw-rotate-z {
2766
- syntax: "*";
2767
- inherits: false;
2768
- }
2769
- @property --tw-skew-x {
2770
- syntax: "*";
2771
- inherits: false;
2772
- }
2773
- @property --tw-skew-y {
2774
- syntax: "*";
2775
- inherits: false;
2776
- }
2777
- @property --tw-space-y-reverse {
2778
- syntax: "*";
2779
- inherits: false;
2780
- initial-value: 0;
2781
- }
2782
- @property --tw-border-style {
2783
- syntax: "*";
2784
- inherits: false;
2785
- initial-value: solid;
2786
- }
2787
- @property --tw-font-weight {
2788
- syntax: "*";
2789
- inherits: false;
2790
- }
2791
- @property --tw-tracking {
2792
- syntax: "*";
2793
- inherits: false;
2794
- }
2795
- @property --tw-ordinal {
2796
- syntax: "*";
2797
- inherits: false;
2798
- }
2799
- @property --tw-slashed-zero {
2800
- syntax: "*";
2801
- inherits: false;
2802
- }
2803
- @property --tw-numeric-figure {
2804
- syntax: "*";
2805
- inherits: false;
2806
- }
2807
- @property --tw-numeric-spacing {
2808
- syntax: "*";
2809
- inherits: false;
2810
- }
2811
- @property --tw-numeric-fraction {
2812
- syntax: "*";
2813
- inherits: false;
2814
- }
2815
- @property --tw-shadow {
2816
- syntax: "*";
2817
- inherits: false;
2818
- initial-value: 0 0 #0000;
2819
- }
2820
- @property --tw-shadow-color {
2821
- syntax: "*";
2822
- inherits: false;
2823
- }
2824
- @property --tw-shadow-alpha {
2825
- syntax: "<percentage>";
2826
- inherits: false;
2827
- initial-value: 100%;
2828
- }
2829
- @property --tw-inset-shadow {
2830
- syntax: "*";
2831
- inherits: false;
2832
- initial-value: 0 0 #0000;
2833
- }
2834
- @property --tw-inset-shadow-color {
2835
- syntax: "*";
2836
- inherits: false;
2837
- }
2838
- @property --tw-inset-shadow-alpha {
2839
- syntax: "<percentage>";
2840
- inherits: false;
2841
- initial-value: 100%;
2842
- }
2843
- @property --tw-ring-color {
2844
- syntax: "*";
2845
- inherits: false;
2846
- }
2847
- @property --tw-ring-shadow {
2848
- syntax: "*";
2849
- inherits: false;
2850
- initial-value: 0 0 #0000;
2851
- }
2852
- @property --tw-inset-ring-color {
2853
- syntax: "*";
2854
- inherits: false;
2855
- }
2856
- @property --tw-inset-ring-shadow {
2857
- syntax: "*";
2858
- inherits: false;
2859
- initial-value: 0 0 #0000;
2860
- }
2861
- @property --tw-ring-inset {
2862
- syntax: "*";
2863
- inherits: false;
2864
- }
2865
- @property --tw-ring-offset-width {
2866
- syntax: "<length>";
2867
- inherits: false;
2868
- initial-value: 0px;
2869
- }
2870
- @property --tw-ring-offset-color {
2871
- syntax: "*";
2872
- inherits: false;
2873
- initial-value: #fff;
2874
- }
2875
- @property --tw-ring-offset-shadow {
2876
- syntax: "*";
2877
- inherits: false;
2878
- initial-value: 0 0 #0000;
2879
- }
2880
- @property --tw-outline-style {
2881
- syntax: "*";
2882
- inherits: false;
2883
- initial-value: solid;
2884
- }
2885
- @property --tw-blur {
2886
- syntax: "*";
2887
- inherits: false;
2888
- }
2889
- @property --tw-brightness {
2890
- syntax: "*";
2891
- inherits: false;
2892
- }
2893
- @property --tw-contrast {
2894
- syntax: "*";
2895
- inherits: false;
2896
- }
2897
- @property --tw-grayscale {
2898
- syntax: "*";
2899
- inherits: false;
2900
- }
2901
- @property --tw-hue-rotate {
2902
- syntax: "*";
2903
- inherits: false;
2904
- }
2905
- @property --tw-invert {
2906
- syntax: "*";
2907
- inherits: false;
2908
- }
2909
- @property --tw-opacity {
2910
- syntax: "*";
2911
- inherits: false;
2912
- }
2913
- @property --tw-saturate {
2914
- syntax: "*";
2915
- inherits: false;
2916
- }
2917
- @property --tw-sepia {
2918
- syntax: "*";
2919
- inherits: false;
2920
- }
2921
- @property --tw-drop-shadow {
2922
- syntax: "*";
2923
- inherits: false;
2924
- }
2925
- @property --tw-drop-shadow-color {
2926
- syntax: "*";
2927
- inherits: false;
2928
- }
2929
- @property --tw-drop-shadow-alpha {
2930
- syntax: "<percentage>";
2931
- inherits: false;
2932
- initial-value: 100%;
2933
- }
2934
- @property --tw-drop-shadow-size {
2935
- syntax: "*";
2936
- inherits: false;
2937
- }
2938
- @property --tw-backdrop-blur {
2939
- syntax: "*";
2940
- inherits: false;
2941
- }
2942
- @property --tw-backdrop-brightness {
2943
- syntax: "*";
2944
- inherits: false;
2945
- }
2946
- @property --tw-backdrop-contrast {
2947
- syntax: "*";
2948
- inherits: false;
2949
- }
2950
- @property --tw-backdrop-grayscale {
2951
- syntax: "*";
2952
- inherits: false;
2953
- }
2954
- @property --tw-backdrop-hue-rotate {
2955
- syntax: "*";
2956
- inherits: false;
2957
- }
2958
- @property --tw-backdrop-invert {
2959
- syntax: "*";
2960
- inherits: false;
2961
- }
2962
- @property --tw-backdrop-opacity {
2963
- syntax: "*";
2964
- inherits: false;
2965
- }
2966
- @property --tw-backdrop-saturate {
2967
- syntax: "*";
2968
- inherits: false;
2969
- }
2970
- @property --tw-backdrop-sepia {
2971
- syntax: "*";
2972
- inherits: false;
2973
- }
2974
- @property --tw-duration {
2975
- syntax: "*";
2976
- inherits: false;
2977
- }
2978
- @property --tw-ease {
2979
- syntax: "*";
2980
- inherits: false;
2981
- }
2982
- @property --tw-space-x-reverse {
2983
- syntax: "*";
2984
- inherits: false;
2985
- initial-value: 0;
2986
- }
2987
- @keyframes spin {
2988
- to {
2989
- transform: rotate(360deg);
2990
- }
2991
- }
2992
- @keyframes pulse {
2993
- 50% {
2994
- opacity: 0.5;
2995
- }
2996
- }
2997
- @keyframes enter {
2998
- from {
2999
- opacity: var(--tw-enter-opacity,1);
3000
- 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));
3001
- }
3002
- }
3003
- @keyframes exit {
3004
- to {
3005
- opacity: var(--tw-exit-opacity,1);
3006
- 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));
3007
- }
3008
- }
3009
- @keyframes indeterminate {
3010
- 0% {
3011
- transform: translateX(-100%);
3012
- }
3013
- 100% {
3014
- transform: translateX(400%);
3015
- }
3016
- }
3017
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3018
- .ps *, .ps ::before, .ps ::after, .ps ::backdrop {
3019
- --tw-leading: initial;
3020
- --tw-border-spacing-x: 0;
3021
- --tw-border-spacing-y: 0;
3022
- --tw-translate-x: 0;
3023
- --tw-translate-y: 0;
3024
- --tw-translate-z: 0;
3025
- --tw-scale-x: 1;
3026
- --tw-scale-y: 1;
3027
- --tw-scale-z: 1;
3028
- --tw-rotate-x: initial;
3029
- --tw-rotate-y: initial;
3030
- --tw-rotate-z: initial;
3031
- --tw-skew-x: initial;
3032
- --tw-skew-y: initial;
3033
- --tw-space-y-reverse: 0;
3034
- --tw-border-style: solid;
3035
- --tw-font-weight: initial;
3036
- --tw-tracking: initial;
3037
- --tw-ordinal: initial;
3038
- --tw-slashed-zero: initial;
3039
- --tw-numeric-figure: initial;
3040
- --tw-numeric-spacing: initial;
3041
- --tw-numeric-fraction: initial;
3042
- --tw-shadow: 0 0 #0000;
3043
- --tw-shadow-color: initial;
3044
- --tw-shadow-alpha: 100%;
3045
- --tw-inset-shadow: 0 0 #0000;
3046
- --tw-inset-shadow-color: initial;
3047
- --tw-inset-shadow-alpha: 100%;
3048
- --tw-ring-color: initial;
3049
- --tw-ring-shadow: 0 0 #0000;
3050
- --tw-inset-ring-color: initial;
3051
- --tw-inset-ring-shadow: 0 0 #0000;
3052
- --tw-ring-inset: initial;
3053
- --tw-ring-offset-width: 0px;
3054
- --tw-ring-offset-color: #fff;
3055
- --tw-ring-offset-shadow: 0 0 #0000;
3056
- --tw-outline-style: solid;
3057
- --tw-blur: initial;
3058
- --tw-brightness: initial;
3059
- --tw-contrast: initial;
3060
- --tw-grayscale: initial;
3061
- --tw-hue-rotate: initial;
3062
- --tw-invert: initial;
3063
- --tw-opacity: initial;
3064
- --tw-saturate: initial;
3065
- --tw-sepia: initial;
3066
- --tw-drop-shadow: initial;
3067
- --tw-drop-shadow-color: initial;
3068
- --tw-drop-shadow-alpha: 100%;
3069
- --tw-drop-shadow-size: initial;
3070
- --tw-backdrop-blur: initial;
3071
- --tw-backdrop-brightness: initial;
3072
- --tw-backdrop-contrast: initial;
3073
- --tw-backdrop-grayscale: initial;
3074
- --tw-backdrop-hue-rotate: initial;
3075
- --tw-backdrop-invert: initial;
3076
- --tw-backdrop-opacity: initial;
3077
- --tw-backdrop-saturate: initial;
3078
- --tw-backdrop-sepia: initial;
3079
- --tw-duration: initial;
3080
- --tw-ease: initial;
3081
- --tw-space-x-reverse: 0;
3082
- --tw-animation-delay: 0s;
3083
- --tw-animation-direction: normal;
3084
- --tw-animation-duration: initial;
3085
- --tw-animation-fill-mode: none;
3086
- --tw-animation-iteration-count: 1;
3087
- --tw-enter-opacity: 1;
3088
- --tw-enter-rotate: 0;
3089
- --tw-enter-scale: 1;
3090
- --tw-enter-translate-x: 0;
3091
- --tw-enter-translate-y: 0;
3092
- --tw-exit-opacity: 1;
3093
- --tw-exit-rotate: 0;
3094
- --tw-exit-scale: 1;
3095
- --tw-exit-translate-x: 0;
3096
- --tw-exit-translate-y: 0;
3097
- }
3098
- }