@prisma/studio-core 0.0.0-dev.202506240019 → 0.0.0-dev.202506240027

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