prisma 7.6.0-dev.1 → 7.6.0-dev.11

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,4204 @@
1
+ /*! tailwindcss v4.1.18 | 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-amber-50: oklch(98.7% 0.022 95.277);
386
+ --color-amber-100: oklch(96.2% 0.059 95.617);
387
+ --color-amber-200: oklch(92.4% 0.12 95.746);
388
+ --color-amber-300: oklch(87.9% 0.169 91.605);
389
+ --color-amber-400: oklch(82.8% 0.189 84.429);
390
+ --color-amber-500: oklch(76.9% 0.188 70.08);
391
+ --color-amber-900: oklch(41.4% 0.112 45.904);
392
+ --color-amber-950: oklch(27.9% 0.077 45.635);
393
+ --color-yellow-200: oklch(94.5% 0.129 101.54);
394
+ --color-yellow-300: oklch(90.5% 0.182 98.111);
395
+ --color-green-500: oklch(72.3% 0.219 149.579);
396
+ --color-emerald-100: oklch(95% 0.052 163.051);
397
+ --color-emerald-200: oklch(90.5% 0.093 164.15);
398
+ --color-emerald-300: oklch(84.5% 0.143 164.978);
399
+ --color-emerald-600: oklch(59.6% 0.145 163.225);
400
+ --color-emerald-950: oklch(26.2% 0.051 172.552);
401
+ --color-sky-300: oklch(82.8% 0.111 230.318);
402
+ --color-blue-500: oklch(62.3% 0.214 259.815);
403
+ --color-indigo-400: oklch(67.3% 0.182 276.935);
404
+ --color-gray-500: oklch(55.1% 0.027 264.364);
405
+ --color-neutral-100: oklch(97% 0 0);
406
+ --color-neutral-600: oklch(43.9% 0 0);
407
+ --color-black: #000;
408
+ --color-white: #fff;
409
+ --spacing: 0.25rem;
410
+ --container-sm: 24rem;
411
+ --container-lg: 32rem;
412
+ --container-2xl: 42rem;
413
+ --text-xs: 0.75rem;
414
+ --text-xs--line-height: calc(1 / 0.75);
415
+ --text-sm: 0.875rem;
416
+ --text-sm--line-height: calc(1.25 / 0.875);
417
+ --text-lg: 1.125rem;
418
+ --text-lg--line-height: calc(1.75 / 1.125);
419
+ --font-weight-normal: 400;
420
+ --font-weight-medium: 500;
421
+ --font-weight-semibold: 600;
422
+ --font-weight-bold: 700;
423
+ --tracking-tight: -0.025em;
424
+ --tracking-widest: 0.1em;
425
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
426
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
427
+ --animate-spin: spin 1s linear infinite;
428
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
429
+ --blur-sm: 8px;
430
+ --default-transition-duration: 150ms;
431
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
432
+ --default-font-family: var(--font-sans);
433
+ --default-mono-font-family: var(--font-mono);
434
+ }
435
+ .ps *, .ps ::after, .ps ::before, .ps ::backdrop, .ps ::file-selector-button {
436
+ box-sizing: border-box;
437
+ margin: 0;
438
+ padding: 0;
439
+ border: 0 solid;
440
+ }
441
+ .ps html, .ps :host {
442
+ line-height: 1.5;
443
+ -webkit-text-size-adjust: 100%;
444
+ tab-size: 4;
445
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
446
+ font-feature-settings: var(--default-font-feature-settings, normal);
447
+ font-variation-settings: var(--default-font-variation-settings, normal);
448
+ -webkit-tap-highlight-color: transparent;
449
+ }
450
+ .ps hr {
451
+ height: 0;
452
+ color: inherit;
453
+ border-top-width: 1px;
454
+ }
455
+ .ps abbr:where([title]) {
456
+ -webkit-text-decoration: underline dotted;
457
+ text-decoration: underline dotted;
458
+ }
459
+ .ps h1, .ps h2, .ps h3, .ps h4, .ps h5, .ps h6 {
460
+ font-size: inherit;
461
+ font-weight: inherit;
462
+ }
463
+ .ps a {
464
+ color: inherit;
465
+ -webkit-text-decoration: inherit;
466
+ text-decoration: inherit;
467
+ }
468
+ .ps b, .ps strong {
469
+ font-weight: bolder;
470
+ }
471
+ .ps code, .ps kbd, .ps samp, .ps pre {
472
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
473
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
474
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
475
+ font-size: 1em;
476
+ }
477
+ .ps small {
478
+ font-size: 80%;
479
+ }
480
+ .ps sub, .ps sup {
481
+ font-size: 75%;
482
+ line-height: 0;
483
+ position: relative;
484
+ vertical-align: baseline;
485
+ }
486
+ .ps sub {
487
+ bottom: -0.25em;
488
+ }
489
+ .ps sup {
490
+ top: -0.5em;
491
+ }
492
+ .ps table {
493
+ text-indent: 0;
494
+ border-color: inherit;
495
+ border-collapse: collapse;
496
+ }
497
+ .ps :-moz-focusring {
498
+ outline: auto;
499
+ }
500
+ .ps progress {
501
+ vertical-align: baseline;
502
+ }
503
+ .ps summary {
504
+ display: list-item;
505
+ }
506
+ .ps ol, .ps ul, .ps menu {
507
+ list-style: none;
508
+ }
509
+ .ps img, .ps svg, .ps video, .ps canvas, .ps audio, .ps iframe, .ps embed, .ps object {
510
+ display: block;
511
+ vertical-align: middle;
512
+ }
513
+ .ps img, .ps video {
514
+ max-width: 100%;
515
+ height: auto;
516
+ }
517
+ .ps button, .ps input, .ps select, .ps optgroup, .ps textarea, .ps ::file-selector-button {
518
+ font: inherit;
519
+ font-feature-settings: inherit;
520
+ font-variation-settings: inherit;
521
+ letter-spacing: inherit;
522
+ color: inherit;
523
+ border-radius: 0;
524
+ background-color: transparent;
525
+ opacity: 1;
526
+ }
527
+ .ps :where(select:is([multiple], [size])) optgroup {
528
+ font-weight: bolder;
529
+ }
530
+ .ps :where(select:is([multiple], [size])) optgroup option {
531
+ padding-inline-start: 20px;
532
+ }
533
+ .ps ::file-selector-button {
534
+ margin-inline-end: 4px;
535
+ }
536
+ .ps ::placeholder {
537
+ opacity: 1;
538
+ }
539
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
540
+ .ps ::placeholder {
541
+ color: currentcolor;
542
+ }
543
+ @supports (color: color-mix(in lab, red, red)) {
544
+ .ps ::placeholder {
545
+ color: color-mix(in oklab, currentcolor 50%, transparent);
546
+ }
547
+ }
548
+ }
549
+ .ps textarea {
550
+ resize: vertical;
551
+ }
552
+ .ps ::-webkit-search-decoration {
553
+ -webkit-appearance: none;
554
+ }
555
+ .ps ::-webkit-date-and-time-value {
556
+ min-height: 1lh;
557
+ text-align: inherit;
558
+ }
559
+ .ps ::-webkit-datetime-edit {
560
+ display: inline-flex;
561
+ }
562
+ .ps ::-webkit-datetime-edit-fields-wrapper {
563
+ padding: 0;
564
+ }
565
+ .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 {
566
+ padding-block: 0;
567
+ }
568
+ .ps ::-webkit-calendar-picker-indicator {
569
+ line-height: 1;
570
+ }
571
+ .ps :-moz-ui-invalid {
572
+ box-shadow: none;
573
+ }
574
+ .ps button, .ps input:where([type="button"], [type="reset"], [type="submit"]), .ps ::file-selector-button {
575
+ appearance: button;
576
+ }
577
+ .ps ::-webkit-inner-spin-button, .ps ::-webkit-outer-spin-button {
578
+ height: auto;
579
+ }
580
+ .ps [hidden]:where(:not([hidden="until-found"])) {
581
+ display: none !important;
582
+ }
583
+ .ps .pointer-events-auto {
584
+ pointer-events: auto;
585
+ }
586
+ .ps .pointer-events-none {
587
+ pointer-events: none;
588
+ }
589
+ .ps .collapse {
590
+ visibility: collapse;
591
+ }
592
+ .ps .invisible {
593
+ visibility: hidden;
594
+ }
595
+ .ps .visible {
596
+ visibility: visible;
597
+ }
598
+ .ps .sr-only {
599
+ position: absolute;
600
+ width: 1px;
601
+ height: 1px;
602
+ padding: 0;
603
+ margin: -1px;
604
+ overflow: hidden;
605
+ clip-path: inset(50%);
606
+ white-space: nowrap;
607
+ border-width: 0;
608
+ }
609
+ .ps .absolute {
610
+ position: absolute;
611
+ }
612
+ .ps .fixed {
613
+ position: fixed;
614
+ }
615
+ .ps .relative {
616
+ position: relative;
617
+ }
618
+ .ps .static {
619
+ position: static;
620
+ }
621
+ .ps .sticky {
622
+ position: sticky;
623
+ }
624
+ .ps .-inset-0 {
625
+ inset: calc(var(--spacing) * -0);
626
+ }
627
+ .ps .inset-0 {
628
+ inset: calc(var(--spacing) * 0);
629
+ }
630
+ .ps .inset-x-0 {
631
+ inset-inline: calc(var(--spacing) * 0);
632
+ }
633
+ .ps .inset-y-0 {
634
+ inset-block: calc(var(--spacing) * 0);
635
+ }
636
+ .ps .-top-px {
637
+ top: -1px;
638
+ }
639
+ .ps .top-0 {
640
+ top: calc(var(--spacing) * 0);
641
+ }
642
+ .ps .top-1\/2 {
643
+ top: calc(1/2 * 100%);
644
+ }
645
+ .ps .top-3 {
646
+ top: calc(var(--spacing) * 3);
647
+ }
648
+ .ps .top-4 {
649
+ top: calc(var(--spacing) * 4);
650
+ }
651
+ .ps .top-\[50\%\] {
652
+ top: 50%;
653
+ }
654
+ .ps .-right-2 {
655
+ right: calc(var(--spacing) * -2);
656
+ }
657
+ .ps .right-0 {
658
+ right: calc(var(--spacing) * 0);
659
+ }
660
+ .ps .right-1 {
661
+ right: calc(var(--spacing) * 1);
662
+ }
663
+ .ps .right-2 {
664
+ right: calc(var(--spacing) * 2);
665
+ }
666
+ .ps .right-4 {
667
+ right: calc(var(--spacing) * 4);
668
+ }
669
+ .ps .bottom-0 {
670
+ bottom: calc(var(--spacing) * 0);
671
+ }
672
+ .ps .left-0 {
673
+ left: calc(var(--spacing) * 0);
674
+ }
675
+ .ps .left-2 {
676
+ left: calc(var(--spacing) * 2);
677
+ }
678
+ .ps .left-\[50\%\] {
679
+ left: 50%;
680
+ }
681
+ .ps .z-0 {
682
+ z-index: 0;
683
+ }
684
+ .ps .z-10 {
685
+ z-index: 10;
686
+ }
687
+ .ps .z-20 {
688
+ z-index: 20;
689
+ }
690
+ .ps .z-30 {
691
+ z-index: 30;
692
+ }
693
+ .ps .z-40 {
694
+ z-index: 40;
695
+ }
696
+ .ps .z-50 {
697
+ z-index: 50;
698
+ }
699
+ .ps .z-50\! {
700
+ z-index: 50 !important;
701
+ }
702
+ .ps .row-1 {
703
+ grid-row: 1;
704
+ }
705
+ .ps .row-2 {
706
+ grid-row: 2;
707
+ }
708
+ .ps .row-3 {
709
+ grid-row: 3;
710
+ }
711
+ .ps .row-4 {
712
+ grid-row: 4;
713
+ }
714
+ .ps .row-5 {
715
+ grid-row: 5;
716
+ }
717
+ .ps .row-6 {
718
+ grid-row: 6;
719
+ }
720
+ .ps .row-7 {
721
+ grid-row: 7;
722
+ }
723
+ .ps .container {
724
+ width: 100%;
725
+ }
726
+ @media (width >= 40rem) {
727
+ .ps .container {
728
+ max-width: 40rem;
729
+ }
730
+ }
731
+ @media (width >= 48rem) {
732
+ .ps .container {
733
+ max-width: 48rem;
734
+ }
735
+ }
736
+ @media (width >= 64rem) {
737
+ .ps .container {
738
+ max-width: 64rem;
739
+ }
740
+ }
741
+ @media (width >= 80rem) {
742
+ .ps .container {
743
+ max-width: 80rem;
744
+ }
745
+ }
746
+ @media (width >= 96rem) {
747
+ .ps .container {
748
+ max-width: 96rem;
749
+ }
750
+ }
751
+ .ps .-mx-1 {
752
+ margin-inline: calc(var(--spacing) * -1);
753
+ }
754
+ .ps .mx-2 {
755
+ margin-inline: calc(var(--spacing) * 2);
756
+ }
757
+ .ps .mx-auto {
758
+ margin-inline: auto;
759
+ }
760
+ .ps .my-1 {
761
+ margin-block: calc(var(--spacing) * 1);
762
+ }
763
+ .ps .mt-0 {
764
+ margin-top: calc(var(--spacing) * 0);
765
+ }
766
+ .ps .mt-1 {
767
+ margin-top: calc(var(--spacing) * 1);
768
+ }
769
+ .ps .mt-2 {
770
+ margin-top: calc(var(--spacing) * 2);
771
+ }
772
+ .ps .mt-4 {
773
+ margin-top: calc(var(--spacing) * 4);
774
+ }
775
+ .ps .mr-1 {
776
+ margin-right: calc(var(--spacing) * 1);
777
+ }
778
+ .ps .mr-2\.5 {
779
+ margin-right: calc(var(--spacing) * 2.5);
780
+ }
781
+ .ps .mr-3 {
782
+ margin-right: calc(var(--spacing) * 3);
783
+ }
784
+ .ps .mb-1 {
785
+ margin-bottom: calc(var(--spacing) * 1);
786
+ }
787
+ .ps .mb-2 {
788
+ margin-bottom: calc(var(--spacing) * 2);
789
+ }
790
+ .ps .ml-6 {
791
+ margin-left: calc(var(--spacing) * 6);
792
+ }
793
+ .ps .ml-auto {
794
+ margin-left: auto;
795
+ }
796
+ .ps .box-border {
797
+ box-sizing: border-box;
798
+ }
799
+ .ps .block {
800
+ display: block;
801
+ }
802
+ .ps .contents {
803
+ display: contents;
804
+ }
805
+ .ps .flex {
806
+ display: flex;
807
+ }
808
+ .ps .grid {
809
+ display: grid;
810
+ }
811
+ .ps .hidden {
812
+ display: none;
813
+ }
814
+ .ps .inline {
815
+ display: inline;
816
+ }
817
+ .ps .inline-flex {
818
+ display: inline-flex;
819
+ }
820
+ .ps .table {
821
+ display: table;
822
+ }
823
+ .ps .size-3 {
824
+ width: calc(var(--spacing) * 3);
825
+ height: calc(var(--spacing) * 3);
826
+ }
827
+ .ps .size-3\.5 {
828
+ width: calc(var(--spacing) * 3.5);
829
+ height: calc(var(--spacing) * 3.5);
830
+ }
831
+ .ps .size-4 {
832
+ width: calc(var(--spacing) * 4);
833
+ height: calc(var(--spacing) * 4);
834
+ }
835
+ .ps .size-5 {
836
+ width: calc(var(--spacing) * 5);
837
+ height: calc(var(--spacing) * 5);
838
+ }
839
+ .ps .size-6 {
840
+ width: calc(var(--spacing) * 6);
841
+ height: calc(var(--spacing) * 6);
842
+ }
843
+ .ps .size-7 {
844
+ width: calc(var(--spacing) * 7);
845
+ height: calc(var(--spacing) * 7);
846
+ }
847
+ .ps .size-8 {
848
+ width: calc(var(--spacing) * 8);
849
+ height: calc(var(--spacing) * 8);
850
+ }
851
+ .ps .size-9 {
852
+ width: calc(var(--spacing) * 9);
853
+ height: calc(var(--spacing) * 9);
854
+ }
855
+ .ps .size-10 {
856
+ width: calc(var(--spacing) * 10);
857
+ height: calc(var(--spacing) * 10);
858
+ }
859
+ .ps .cell-input-leading {
860
+ height: var(--studio-cell-height);
861
+ padding-block: 9px;
862
+ font-size: var(--text-sm);
863
+ line-height: var(--tw-leading, var(--text-sm--line-height));
864
+ --tw-leading: calc(var(--spacing) * 5);
865
+ line-height: calc(var(--spacing) * 5);
866
+ }
867
+ @media (width >= 48rem) {
868
+ .ps .cell-input-leading {
869
+ font-size: var(--text-sm);
870
+ line-height: var(--tw-leading, var(--text-sm--line-height));
871
+ }
872
+ }
873
+ @media (width >= 48rem) {
874
+ .ps .cell-input-leading {
875
+ --tw-leading: calc(var(--spacing) * 5);
876
+ line-height: calc(var(--spacing) * 5);
877
+ }
878
+ }
879
+ .ps .h-\(--radix-select-trigger-height\) {
880
+ height: var(--radix-select-trigger-height);
881
+ }
882
+ .ps .h-\(--studio-cell-height\) {
883
+ height: var(--studio-cell-height);
884
+ }
885
+ .ps .h-0 {
886
+ height: calc(var(--spacing) * 0);
887
+ }
888
+ .ps .h-2 {
889
+ height: calc(var(--spacing) * 2);
890
+ }
891
+ .ps .h-3 {
892
+ height: calc(var(--spacing) * 3);
893
+ }
894
+ .ps .h-3\.5 {
895
+ height: calc(var(--spacing) * 3.5);
896
+ }
897
+ .ps .h-4 {
898
+ height: calc(var(--spacing) * 4);
899
+ }
900
+ .ps .h-5 {
901
+ height: calc(var(--spacing) * 5);
902
+ }
903
+ .ps .h-6 {
904
+ height: calc(var(--spacing) * 6);
905
+ }
906
+ .ps .h-8 {
907
+ height: calc(var(--spacing) * 8);
908
+ }
909
+ .ps .h-9 {
910
+ height: calc(var(--spacing) * 9);
911
+ }
912
+ .ps .h-10 {
913
+ height: calc(var(--spacing) * 10);
914
+ }
915
+ .ps .h-24 {
916
+ height: calc(var(--spacing) * 24);
917
+ }
918
+ .ps .h-72 {
919
+ height: calc(var(--spacing) * 72);
920
+ }
921
+ .ps .h-\[1\.2rem\] {
922
+ height: 1.2rem;
923
+ }
924
+ .ps .h-\[2px\] {
925
+ height: 2px;
926
+ }
927
+ .ps .h-\[39px\] {
928
+ height: 39px;
929
+ }
930
+ .ps .h-auto {
931
+ height: auto;
932
+ }
933
+ .ps .h-full {
934
+ height: 100%;
935
+ }
936
+ .ps .h-px {
937
+ height: 1px;
938
+ }
939
+ .ps .max-h-\(--radix-context-menu-content-available-height\) {
940
+ max-height: var(--radix-context-menu-content-available-height);
941
+ }
942
+ .ps .max-h-\(--radix-dropdown-menu-content-available-height\) {
943
+ max-height: var(--radix-dropdown-menu-content-available-height);
944
+ }
945
+ .ps .max-h-\(--radix-select-content-available-height\) {
946
+ max-height: var(--radix-select-content-available-height);
947
+ }
948
+ .ps .max-h-10 {
949
+ max-height: calc(var(--spacing) * 10);
950
+ }
951
+ .ps .max-h-32 {
952
+ max-height: calc(var(--spacing) * 32);
953
+ }
954
+ .ps .max-h-64 {
955
+ max-height: calc(var(--spacing) * 64);
956
+ }
957
+ .ps .max-h-\[280px\] {
958
+ max-height: 280px;
959
+ }
960
+ .ps .max-h-\[320px\] {
961
+ max-height: 320px;
962
+ }
963
+ .ps .max-h-\[min\(68vh\,26rem\)\] {
964
+ max-height: min(68vh, 26rem);
965
+ }
966
+ .ps .max-h-full {
967
+ max-height: 100%;
968
+ }
969
+ .ps .min-h-0 {
970
+ min-height: calc(var(--spacing) * 0);
971
+ }
972
+ .ps .min-h-9 {
973
+ min-height: calc(var(--spacing) * 9);
974
+ }
975
+ .ps .min-h-10 {
976
+ min-height: calc(var(--spacing) * 10);
977
+ }
978
+ .ps .min-h-\[60px\] {
979
+ min-height: 60px;
980
+ }
981
+ .ps .min-h-full {
982
+ min-height: 100%;
983
+ }
984
+ .ps .w-0 {
985
+ width: calc(var(--spacing) * 0);
986
+ }
987
+ .ps .w-1\/3 {
988
+ width: calc(1/3 * 100%);
989
+ }
990
+ .ps .w-2 {
991
+ width: calc(var(--spacing) * 2);
992
+ }
993
+ .ps .w-2\/3 {
994
+ width: calc(2/3 * 100%);
995
+ }
996
+ .ps .w-3\.5 {
997
+ width: calc(var(--spacing) * 3.5);
998
+ }
999
+ .ps .w-3\/4 {
1000
+ width: calc(3/4 * 100%);
1001
+ }
1002
+ .ps .w-4 {
1003
+ width: calc(var(--spacing) * 4);
1004
+ }
1005
+ .ps .w-4\/5 {
1006
+ width: calc(4/5 * 100%);
1007
+ }
1008
+ .ps .w-5 {
1009
+ width: calc(var(--spacing) * 5);
1010
+ }
1011
+ .ps .w-6 {
1012
+ width: calc(var(--spacing) * 6);
1013
+ }
1014
+ .ps .w-7 {
1015
+ width: calc(var(--spacing) * 7);
1016
+ }
1017
+ .ps .w-9 {
1018
+ width: calc(var(--spacing) * 9);
1019
+ }
1020
+ .ps .w-10 {
1021
+ width: calc(var(--spacing) * 10);
1022
+ }
1023
+ .ps .w-12 {
1024
+ width: calc(var(--spacing) * 12);
1025
+ }
1026
+ .ps .w-16 {
1027
+ width: calc(var(--spacing) * 16);
1028
+ }
1029
+ .ps .w-20 {
1030
+ width: calc(var(--spacing) * 20);
1031
+ }
1032
+ .ps .w-24 {
1033
+ width: calc(var(--spacing) * 24);
1034
+ }
1035
+ .ps .w-28 {
1036
+ width: calc(var(--spacing) * 28);
1037
+ }
1038
+ .ps .w-48 {
1039
+ width: calc(var(--spacing) * 48);
1040
+ }
1041
+ .ps .w-56 {
1042
+ width: calc(var(--spacing) * 56);
1043
+ }
1044
+ .ps .w-64 {
1045
+ width: calc(var(--spacing) * 64);
1046
+ }
1047
+ .ps .w-72 {
1048
+ width: calc(var(--spacing) * 72);
1049
+ }
1050
+ .ps .w-\[1\.2rem\] {
1051
+ width: 1.2rem;
1052
+ }
1053
+ .ps .w-\[100cqw\] {
1054
+ width: 100cqw;
1055
+ }
1056
+ .ps .w-\[196px\] {
1057
+ width: 196px;
1058
+ }
1059
+ .ps .w-\[220px\] {
1060
+ width: 220px;
1061
+ }
1062
+ .ps .w-\[252px\] {
1063
+ width: 252px;
1064
+ }
1065
+ .ps .w-\[320px\] {
1066
+ width: 320px;
1067
+ }
1068
+ .ps .w-\[calc\(100\%-2rem\)\] {
1069
+ width: calc(100% - 2rem);
1070
+ }
1071
+ .ps .w-\[calc\(var\(--radix-popover-trigger-width\)\+1px\)\] {
1072
+ width: calc(var(--radix-popover-trigger-width) + 1px);
1073
+ }
1074
+ .ps .w-\[clamp\(300px\,calc\(100cqw-2rem\)\,1200px\)\] {
1075
+ width: clamp(300px, calc(100cqw - 2rem), 1200px);
1076
+ }
1077
+ .ps .w-\[min\(38rem\,calc\(100vw-2rem\)\)\] {
1078
+ width: min(38rem, calc(100vw - 2rem));
1079
+ }
1080
+ .ps .w-auto {
1081
+ width: auto;
1082
+ }
1083
+ .ps .w-full {
1084
+ width: 100%;
1085
+ }
1086
+ .ps .w-max {
1087
+ width: max-content;
1088
+ }
1089
+ .ps .max-w-2xl {
1090
+ max-width: var(--container-2xl);
1091
+ }
1092
+ .ps .max-w-44 {
1093
+ max-width: calc(var(--spacing) * 44);
1094
+ }
1095
+ .ps .max-w-72 {
1096
+ max-width: calc(var(--spacing) * 72);
1097
+ }
1098
+ .ps .max-w-\[32rem\] {
1099
+ max-width: 32rem;
1100
+ }
1101
+ .ps .max-w-\[260px\] {
1102
+ max-width: 260px;
1103
+ }
1104
+ .ps .max-w-\[280px\] {
1105
+ max-width: 280px;
1106
+ }
1107
+ .ps .max-w-\[300px\] {
1108
+ max-width: 300px;
1109
+ }
1110
+ .ps .max-w-\[1200px\] {
1111
+ max-width: 1200px;
1112
+ }
1113
+ .ps .max-w-\[calc\(100vw-2rem\)\] {
1114
+ max-width: calc(100vw - 2rem);
1115
+ }
1116
+ .ps .max-w-full {
1117
+ max-width: 100%;
1118
+ }
1119
+ .ps .max-w-lg {
1120
+ max-width: var(--container-lg);
1121
+ }
1122
+ .ps .max-w-none {
1123
+ max-width: none;
1124
+ }
1125
+ .ps .min-w-\(--radix-popover-trigger-width\) {
1126
+ min-width: var(--radix-popover-trigger-width);
1127
+ }
1128
+ .ps .min-w-\(--radix-select-trigger-width\) {
1129
+ min-width: var(--radix-select-trigger-width);
1130
+ }
1131
+ .ps .min-w-0 {
1132
+ min-width: calc(var(--spacing) * 0);
1133
+ }
1134
+ .ps .min-w-8 {
1135
+ min-width: calc(var(--spacing) * 8);
1136
+ }
1137
+ .ps .min-w-9 {
1138
+ min-width: calc(var(--spacing) * 9);
1139
+ }
1140
+ .ps .min-w-10 {
1141
+ min-width: calc(var(--spacing) * 10);
1142
+ }
1143
+ .ps .min-w-13 {
1144
+ min-width: calc(var(--spacing) * 13);
1145
+ }
1146
+ .ps .min-w-16 {
1147
+ min-width: calc(var(--spacing) * 16);
1148
+ }
1149
+ .ps .min-w-28 {
1150
+ min-width: calc(var(--spacing) * 28);
1151
+ }
1152
+ .ps .min-w-32 {
1153
+ min-width: calc(var(--spacing) * 32);
1154
+ }
1155
+ .ps .min-w-\[11rem\] {
1156
+ min-width: 11rem;
1157
+ }
1158
+ .ps .min-w-\[250px\] {
1159
+ min-width: 250px;
1160
+ }
1161
+ .ps .min-w-\[300px\] {
1162
+ min-width: 300px;
1163
+ }
1164
+ .ps .min-w-\[368px\] {
1165
+ min-width: 368px;
1166
+ }
1167
+ .ps .min-w-\[calc\(1\.25rem\*2\+0\.25rem\)\] {
1168
+ min-width: calc(1.25rem * 2 + 0.25rem);
1169
+ }
1170
+ .ps .min-w-full {
1171
+ min-width: 100%;
1172
+ }
1173
+ .ps .min-w-max {
1174
+ min-width: max-content;
1175
+ }
1176
+ .ps .flex-1 {
1177
+ flex: 1;
1178
+ }
1179
+ .ps .shrink-0 {
1180
+ flex-shrink: 0;
1181
+ }
1182
+ .ps .grow {
1183
+ flex-grow: 1;
1184
+ }
1185
+ .ps .table-fixed {
1186
+ table-layout: fixed;
1187
+ }
1188
+ .ps .caption-bottom {
1189
+ caption-side: bottom;
1190
+ }
1191
+ .ps .border-separate {
1192
+ border-collapse: separate;
1193
+ }
1194
+ .ps .border-spacing-0 {
1195
+ --tw-border-spacing-x: calc(var(--spacing) * 0);
1196
+ --tw-border-spacing-y: calc(var(--spacing) * 0);
1197
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1198
+ }
1199
+ .ps .origin-\(--radix-context-menu-content-transform-origin\) {
1200
+ transform-origin: var(--radix-context-menu-content-transform-origin);
1201
+ }
1202
+ .ps .origin-\(--radix-dropdown-menu-content-transform-origin\) {
1203
+ transform-origin: var(--radix-dropdown-menu-content-transform-origin);
1204
+ }
1205
+ .ps .origin-\(--radix-popover-content-transform-origin\) {
1206
+ transform-origin: var(--radix-popover-content-transform-origin);
1207
+ }
1208
+ .ps .origin-\(--radix-select-content-transform-origin\) {
1209
+ transform-origin: var(--radix-select-content-transform-origin);
1210
+ }
1211
+ .ps .origin-\(--radix-tooltip-content-transform-origin\) {
1212
+ transform-origin: var(--radix-tooltip-content-transform-origin);
1213
+ }
1214
+ .ps .origin-right {
1215
+ transform-origin: 100%;
1216
+ }
1217
+ .ps .translate-x-\[-50\%\] {
1218
+ --tw-translate-x: -50%;
1219
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1220
+ }
1221
+ .ps .-translate-y-1\/2 {
1222
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
1223
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1224
+ }
1225
+ .ps .translate-y-\[-50\%\] {
1226
+ --tw-translate-y: -50%;
1227
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1228
+ }
1229
+ .ps .scale-0 {
1230
+ --tw-scale-x: 0%;
1231
+ --tw-scale-y: 0%;
1232
+ --tw-scale-z: 0%;
1233
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1234
+ }
1235
+ .ps .scale-100 {
1236
+ --tw-scale-x: 100%;
1237
+ --tw-scale-y: 100%;
1238
+ --tw-scale-z: 100%;
1239
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1240
+ }
1241
+ .ps .scale-x-0 {
1242
+ --tw-scale-x: 0%;
1243
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1244
+ }
1245
+ .ps .scale-x-100 {
1246
+ --tw-scale-x: 100%;
1247
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1248
+ }
1249
+ .ps .rotate-0 {
1250
+ rotate: 0deg;
1251
+ }
1252
+ .ps .rotate-90 {
1253
+ rotate: 90deg;
1254
+ }
1255
+ .ps .transform {
1256
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1257
+ }
1258
+ .ps .animate-in {
1259
+ 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);
1260
+ }
1261
+ .ps .animate-indeterminate {
1262
+ animation: indeterminate 1.5s infinite ease-in-out;
1263
+ }
1264
+ .ps .animate-pulse {
1265
+ animation: var(--animate-pulse);
1266
+ }
1267
+ .ps .animate-spin {
1268
+ animation: var(--animate-spin);
1269
+ }
1270
+ .ps .cursor-col-resize {
1271
+ cursor: col-resize;
1272
+ }
1273
+ .ps .cursor-default {
1274
+ cursor: default;
1275
+ }
1276
+ .ps .cursor-grab {
1277
+ cursor: grab;
1278
+ }
1279
+ .ps .cursor-pointer {
1280
+ cursor: pointer;
1281
+ }
1282
+ .ps .touch-none {
1283
+ touch-action: none;
1284
+ }
1285
+ .ps .resize {
1286
+ resize: both;
1287
+ }
1288
+ .ps .resize-none {
1289
+ resize: none;
1290
+ }
1291
+ .ps .appearance-none {
1292
+ appearance: none;
1293
+ }
1294
+ .ps .grid-cols-2 {
1295
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1296
+ }
1297
+ .ps .flex-col {
1298
+ flex-direction: column;
1299
+ }
1300
+ .ps .flex-col-reverse {
1301
+ flex-direction: column-reverse;
1302
+ }
1303
+ .ps .flex-row {
1304
+ flex-direction: row;
1305
+ }
1306
+ .ps .flex-wrap {
1307
+ flex-wrap: wrap;
1308
+ }
1309
+ .ps .items-center {
1310
+ align-items: center;
1311
+ }
1312
+ .ps .items-end {
1313
+ align-items: flex-end;
1314
+ }
1315
+ .ps .items-start {
1316
+ align-items: flex-start;
1317
+ }
1318
+ .ps .items-stretch {
1319
+ align-items: stretch;
1320
+ }
1321
+ .ps .justify-between {
1322
+ justify-content: space-between;
1323
+ }
1324
+ .ps .justify-center {
1325
+ justify-content: center;
1326
+ }
1327
+ .ps .justify-end {
1328
+ justify-content: flex-end;
1329
+ }
1330
+ .ps .justify-start {
1331
+ justify-content: flex-start;
1332
+ }
1333
+ .ps .gap-0 {
1334
+ gap: calc(var(--spacing) * 0);
1335
+ }
1336
+ .ps .gap-0\.5 {
1337
+ gap: calc(var(--spacing) * 0.5);
1338
+ }
1339
+ .ps .gap-1 {
1340
+ gap: calc(var(--spacing) * 1);
1341
+ }
1342
+ .ps .gap-1\.5 {
1343
+ gap: calc(var(--spacing) * 1.5);
1344
+ }
1345
+ .ps .gap-2 {
1346
+ gap: calc(var(--spacing) * 2);
1347
+ }
1348
+ .ps .gap-2\.5 {
1349
+ gap: calc(var(--spacing) * 2.5);
1350
+ }
1351
+ .ps .gap-3 {
1352
+ gap: calc(var(--spacing) * 3);
1353
+ }
1354
+ .ps .gap-4 {
1355
+ gap: calc(var(--spacing) * 4);
1356
+ }
1357
+ .ps .gap-px {
1358
+ gap: 1px;
1359
+ }
1360
+ .ps :where(.space-y-1 > :not(:last-child)) {
1361
+ --tw-space-y-reverse: 0;
1362
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1363
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1364
+ }
1365
+ .ps :where(.space-y-4 > :not(:last-child)) {
1366
+ --tw-space-y-reverse: 0;
1367
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
1368
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
1369
+ }
1370
+ .ps .self-end {
1371
+ align-self: flex-end;
1372
+ }
1373
+ .ps .self-start {
1374
+ align-self: flex-start;
1375
+ }
1376
+ .ps .self-stretch {
1377
+ align-self: stretch;
1378
+ }
1379
+ .ps .truncate {
1380
+ overflow: hidden;
1381
+ text-overflow: ellipsis;
1382
+ white-space: nowrap;
1383
+ }
1384
+ .ps .overflow-auto {
1385
+ overflow: auto;
1386
+ }
1387
+ .ps .overflow-clip {
1388
+ overflow: clip;
1389
+ }
1390
+ .ps .overflow-hidden {
1391
+ overflow: hidden;
1392
+ }
1393
+ .ps .overflow-visible {
1394
+ overflow: visible;
1395
+ }
1396
+ .ps .overflow-x-auto {
1397
+ overflow-x: auto;
1398
+ }
1399
+ .ps .overflow-x-hidden {
1400
+ overflow-x: hidden;
1401
+ }
1402
+ .ps .overflow-y-auto {
1403
+ overflow-y: auto;
1404
+ }
1405
+ .ps .overflow-y-scroll {
1406
+ overflow-y: scroll;
1407
+ }
1408
+ .ps .rounded-full {
1409
+ border-radius: calc(infinity * 1px);
1410
+ }
1411
+ .ps .rounded-lg {
1412
+ border-radius: var(--radius);
1413
+ }
1414
+ .ps .rounded-md {
1415
+ border-radius: calc(var(--radius) - 2px);
1416
+ }
1417
+ .ps .rounded-none {
1418
+ border-radius: 0;
1419
+ }
1420
+ .ps .rounded-sm {
1421
+ border-radius: calc(var(--radius) - 4px);
1422
+ }
1423
+ .ps .rounded-xl {
1424
+ border-radius: calc(var(--radius) + 4px);
1425
+ }
1426
+ .ps .rounded-s-md {
1427
+ border-start-start-radius: calc(var(--radius) - 2px);
1428
+ border-end-start-radius: calc(var(--radius) - 2px);
1429
+ }
1430
+ .ps .rounded-e-md {
1431
+ border-start-end-radius: calc(var(--radius) - 2px);
1432
+ border-end-end-radius: calc(var(--radius) - 2px);
1433
+ }
1434
+ .ps .rounded-t-lg {
1435
+ border-top-left-radius: var(--radius);
1436
+ border-top-right-radius: var(--radius);
1437
+ }
1438
+ .ps .rounded-r-full {
1439
+ border-top-right-radius: calc(infinity * 1px);
1440
+ border-bottom-right-radius: calc(infinity * 1px);
1441
+ }
1442
+ .ps .rounded-b-lg {
1443
+ border-bottom-right-radius: var(--radius);
1444
+ border-bottom-left-radius: var(--radius);
1445
+ }
1446
+ .ps .border {
1447
+ border-style: var(--tw-border-style);
1448
+ border-width: 1px;
1449
+ }
1450
+ .ps .border-0 {
1451
+ border-style: var(--tw-border-style);
1452
+ border-width: 0px;
1453
+ }
1454
+ .ps .border-2 {
1455
+ border-style: var(--tw-border-style);
1456
+ border-width: 2px;
1457
+ }
1458
+ .ps .border-t {
1459
+ border-top-style: var(--tw-border-style);
1460
+ border-top-width: 1px;
1461
+ }
1462
+ .ps .border-t-0 {
1463
+ border-top-style: var(--tw-border-style);
1464
+ border-top-width: 0px;
1465
+ }
1466
+ .ps .border-r {
1467
+ border-right-style: var(--tw-border-style);
1468
+ border-right-width: 1px;
1469
+ }
1470
+ .ps .border-b {
1471
+ border-bottom-style: var(--tw-border-style);
1472
+ border-bottom-width: 1px;
1473
+ }
1474
+ .ps .border-b-0 {
1475
+ border-bottom-style: var(--tw-border-style);
1476
+ border-bottom-width: 0px;
1477
+ }
1478
+ .ps .border-l {
1479
+ border-left-style: var(--tw-border-style);
1480
+ border-left-width: 1px;
1481
+ }
1482
+ .ps .border-dashed {
1483
+ --tw-border-style: dashed;
1484
+ border-style: dashed;
1485
+ }
1486
+ .ps .border-none {
1487
+ --tw-border-style: none;
1488
+ border-style: none;
1489
+ }
1490
+ .ps .border-amber-300 {
1491
+ border-color: var(--color-amber-300);
1492
+ }
1493
+ .ps .border-amber-300\/80 {
1494
+ border-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 80%, transparent);
1495
+ }
1496
+ @supports (color: color-mix(in lab, red, red)) {
1497
+ .ps .border-amber-300\/80 {
1498
+ border-color: color-mix(in oklab, var(--color-amber-300) 80%, transparent);
1499
+ }
1500
+ }
1501
+ .ps .border-amber-400 {
1502
+ border-color: var(--color-amber-400);
1503
+ }
1504
+ .ps .border-amber-500\/30 {
1505
+ border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 30%, transparent);
1506
+ }
1507
+ @supports (color: color-mix(in lab, red, red)) {
1508
+ .ps .border-amber-500\/30 {
1509
+ border-color: color-mix(in oklab, var(--color-amber-500) 30%, transparent);
1510
+ }
1511
+ }
1512
+ .ps .border-border {
1513
+ border-color: var(--border);
1514
+ }
1515
+ .ps .border-border\/60 {
1516
+ border-color: var(--border);
1517
+ }
1518
+ @supports (color: color-mix(in lab, red, red)) {
1519
+ .ps .border-border\/60 {
1520
+ border-color: color-mix(in oklab, var(--border) 60%, transparent);
1521
+ }
1522
+ }
1523
+ .ps .border-border\/70 {
1524
+ border-color: var(--border);
1525
+ }
1526
+ @supports (color: color-mix(in lab, red, red)) {
1527
+ .ps .border-border\/70 {
1528
+ border-color: color-mix(in oklab, var(--border) 70%, transparent);
1529
+ }
1530
+ }
1531
+ .ps .border-emerald-300 {
1532
+ border-color: var(--color-emerald-300);
1533
+ }
1534
+ .ps .border-green-500\/50 {
1535
+ border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 50%, transparent);
1536
+ }
1537
+ @supports (color: color-mix(in lab, red, red)) {
1538
+ .ps .border-green-500\/50 {
1539
+ border-color: color-mix(in oklab, var(--color-green-500) 50%, transparent);
1540
+ }
1541
+ }
1542
+ .ps .border-green-500\/60 {
1543
+ border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 60%, transparent);
1544
+ }
1545
+ @supports (color: color-mix(in lab, red, red)) {
1546
+ .ps .border-green-500\/60 {
1547
+ border-color: color-mix(in oklab, var(--color-green-500) 60%, transparent);
1548
+ }
1549
+ }
1550
+ .ps .border-input {
1551
+ border-color: var(--input);
1552
+ }
1553
+ .ps .border-muted-foreground\/50 {
1554
+ border-color: var(--muted-foreground);
1555
+ }
1556
+ @supports (color: color-mix(in lab, red, red)) {
1557
+ .ps .border-muted-foreground\/50 {
1558
+ border-color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
1559
+ }
1560
+ }
1561
+ .ps .border-orange-400 {
1562
+ border-color: var(--color-orange-400);
1563
+ }
1564
+ .ps .border-primary {
1565
+ border-color: var(--primary);
1566
+ }
1567
+ .ps .border-red-400\/20 {
1568
+ border-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 20%, transparent);
1569
+ }
1570
+ @supports (color: color-mix(in lab, red, red)) {
1571
+ .ps .border-red-400\/20 {
1572
+ border-color: color-mix(in oklab, var(--color-red-400) 20%, transparent);
1573
+ }
1574
+ }
1575
+ .ps .border-red-400\/50 {
1576
+ border-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 50%, transparent);
1577
+ }
1578
+ @supports (color: color-mix(in lab, red, red)) {
1579
+ .ps .border-red-400\/50 {
1580
+ border-color: color-mix(in oklab, var(--color-red-400) 50%, transparent);
1581
+ }
1582
+ }
1583
+ .ps .border-red-500\/30 {
1584
+ border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 30%, transparent);
1585
+ }
1586
+ @supports (color: color-mix(in lab, red, red)) {
1587
+ .ps .border-red-500\/30 {
1588
+ border-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
1589
+ }
1590
+ }
1591
+ .ps .border-red-500\/60 {
1592
+ border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 60%, transparent);
1593
+ }
1594
+ @supports (color: color-mix(in lab, red, red)) {
1595
+ .ps .border-red-500\/60 {
1596
+ border-color: color-mix(in oklab, var(--color-red-500) 60%, transparent);
1597
+ }
1598
+ }
1599
+ .ps .border-ring\/20 {
1600
+ border-color: var(--ring);
1601
+ }
1602
+ @supports (color: color-mix(in lab, red, red)) {
1603
+ .ps .border-ring\/20 {
1604
+ border-color: color-mix(in oklab, var(--ring) 20%, transparent);
1605
+ }
1606
+ }
1607
+ .ps .border-table-border {
1608
+ border-color: var(--border);
1609
+ }
1610
+ .ps .border-transparent {
1611
+ border-color: transparent;
1612
+ }
1613
+ .ps .\!bg-primary\/15 {
1614
+ background-color: var(--primary) !important;
1615
+ }
1616
+ @supports (color: color-mix(in lab, red, red)) {
1617
+ .ps .\!bg-primary\/15 {
1618
+ background-color: color-mix(in oklab, var(--primary) 15%, transparent) !important;
1619
+ }
1620
+ }
1621
+ .ps .bg-accent {
1622
+ background-color: var(--accent);
1623
+ }
1624
+ .ps .bg-amber-100 {
1625
+ background-color: var(--color-amber-100);
1626
+ }
1627
+ .ps .bg-amber-500\/10 {
1628
+ background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 10%, transparent);
1629
+ }
1630
+ @supports (color: color-mix(in lab, red, red)) {
1631
+ .ps .bg-amber-500\/10 {
1632
+ background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
1633
+ }
1634
+ }
1635
+ .ps .bg-background {
1636
+ background-color: var(--background);
1637
+ }
1638
+ .ps .bg-background\/50 {
1639
+ background-color: var(--background);
1640
+ }
1641
+ @supports (color: color-mix(in lab, red, red)) {
1642
+ .ps .bg-background\/50 {
1643
+ background-color: color-mix(in oklab, var(--background) 50%, transparent);
1644
+ }
1645
+ }
1646
+ .ps .bg-background\/60 {
1647
+ background-color: var(--background);
1648
+ }
1649
+ @supports (color: color-mix(in lab, red, red)) {
1650
+ .ps .bg-background\/60 {
1651
+ background-color: color-mix(in oklab, var(--background) 60%, transparent);
1652
+ }
1653
+ }
1654
+ .ps .bg-background\/90 {
1655
+ background-color: var(--background);
1656
+ }
1657
+ @supports (color: color-mix(in lab, red, red)) {
1658
+ .ps .bg-background\/90 {
1659
+ background-color: color-mix(in oklab, var(--background) 90%, transparent);
1660
+ }
1661
+ }
1662
+ .ps .bg-background\/95 {
1663
+ background-color: var(--background);
1664
+ }
1665
+ @supports (color: color-mix(in lab, red, red)) {
1666
+ .ps .bg-background\/95 {
1667
+ background-color: color-mix(in oklab, var(--background) 95%, transparent);
1668
+ }
1669
+ }
1670
+ .ps .bg-black\/80 {
1671
+ background-color: color-mix(in srgb, #000 80%, transparent);
1672
+ }
1673
+ @supports (color: color-mix(in lab, red, red)) {
1674
+ .ps .bg-black\/80 {
1675
+ background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
1676
+ }
1677
+ }
1678
+ .ps .bg-blue-500 {
1679
+ background-color: var(--color-blue-500);
1680
+ }
1681
+ .ps .bg-border {
1682
+ background-color: var(--border);
1683
+ }
1684
+ .ps .bg-card {
1685
+ background-color: var(--card);
1686
+ }
1687
+ .ps .bg-destructive {
1688
+ background-color: var(--destructive);
1689
+ }
1690
+ .ps .bg-emerald-100 {
1691
+ background-color: var(--color-emerald-100);
1692
+ }
1693
+ .ps .bg-foreground\/10 {
1694
+ background-color: var(--foreground);
1695
+ }
1696
+ @supports (color: color-mix(in lab, red, red)) {
1697
+ .ps .bg-foreground\/10 {
1698
+ background-color: color-mix(in oklab, var(--foreground) 10%, transparent);
1699
+ }
1700
+ }
1701
+ .ps .bg-green-500\/10 {
1702
+ background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 10%, transparent);
1703
+ }
1704
+ @supports (color: color-mix(in lab, red, red)) {
1705
+ .ps .bg-green-500\/10 {
1706
+ background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
1707
+ }
1708
+ }
1709
+ .ps .bg-green-500\/30 {
1710
+ background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 30%, transparent);
1711
+ }
1712
+ @supports (color: color-mix(in lab, red, red)) {
1713
+ .ps .bg-green-500\/30 {
1714
+ background-color: color-mix(in oklab, var(--color-green-500) 30%, transparent);
1715
+ }
1716
+ }
1717
+ .ps .bg-muted {
1718
+ background-color: var(--muted);
1719
+ }
1720
+ .ps .bg-muted\/20 {
1721
+ background-color: var(--muted);
1722
+ }
1723
+ @supports (color: color-mix(in lab, red, red)) {
1724
+ .ps .bg-muted\/20 {
1725
+ background-color: color-mix(in oklab, var(--muted) 20%, transparent);
1726
+ }
1727
+ }
1728
+ .ps .bg-muted\/50 {
1729
+ background-color: var(--muted);
1730
+ }
1731
+ @supports (color: color-mix(in lab, red, red)) {
1732
+ .ps .bg-muted\/50 {
1733
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
1734
+ }
1735
+ }
1736
+ .ps .bg-muted\/60 {
1737
+ background-color: var(--muted);
1738
+ }
1739
+ @supports (color: color-mix(in lab, red, red)) {
1740
+ .ps .bg-muted\/60 {
1741
+ background-color: color-mix(in oklab, var(--muted) 60%, transparent);
1742
+ }
1743
+ }
1744
+ .ps .bg-muted\/70 {
1745
+ background-color: var(--muted);
1746
+ }
1747
+ @supports (color: color-mix(in lab, red, red)) {
1748
+ .ps .bg-muted\/70 {
1749
+ background-color: color-mix(in oklab, var(--muted) 70%, transparent);
1750
+ }
1751
+ }
1752
+ .ps .bg-neutral-100 {
1753
+ background-color: var(--color-neutral-100);
1754
+ }
1755
+ .ps .bg-orange-100 {
1756
+ background-color: var(--color-orange-100);
1757
+ }
1758
+ .ps .bg-popover {
1759
+ background-color: var(--popover);
1760
+ }
1761
+ .ps .bg-primary {
1762
+ background-color: var(--primary);
1763
+ }
1764
+ .ps .bg-red-400\/30 {
1765
+ background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 30%, transparent);
1766
+ }
1767
+ @supports (color: color-mix(in lab, red, red)) {
1768
+ .ps .bg-red-400\/30 {
1769
+ background-color: color-mix(in oklab, var(--color-red-400) 30%, transparent);
1770
+ }
1771
+ }
1772
+ .ps .bg-red-500\/10 {
1773
+ background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
1774
+ }
1775
+ @supports (color: color-mix(in lab, red, red)) {
1776
+ .ps .bg-red-500\/10 {
1777
+ background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
1778
+ }
1779
+ }
1780
+ .ps .bg-secondary {
1781
+ background-color: var(--secondary);
1782
+ }
1783
+ .ps .bg-secondary\/50 {
1784
+ background-color: var(--secondary);
1785
+ }
1786
+ @supports (color: color-mix(in lab, red, red)) {
1787
+ .ps .bg-secondary\/50 {
1788
+ background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
1789
+ }
1790
+ }
1791
+ .ps .bg-secondary\/70 {
1792
+ background-color: var(--secondary);
1793
+ }
1794
+ @supports (color: color-mix(in lab, red, red)) {
1795
+ .ps .bg-secondary\/70 {
1796
+ background-color: color-mix(in oklab, var(--secondary) 70%, transparent);
1797
+ }
1798
+ }
1799
+ .ps .bg-table-border {
1800
+ background-color: var(--border);
1801
+ }
1802
+ .ps .bg-table-head {
1803
+ background-color: var(--background);
1804
+ }
1805
+ .ps .bg-transparent {
1806
+ background-color: transparent;
1807
+ }
1808
+ .ps .bg-white {
1809
+ background-color: var(--color-white);
1810
+ }
1811
+ .ps .bg-yellow-200\/80 {
1812
+ background-color: color-mix(in srgb, oklch(94.5% 0.129 101.54) 80%, transparent);
1813
+ }
1814
+ @supports (color: color-mix(in lab, red, red)) {
1815
+ .ps .bg-yellow-200\/80 {
1816
+ background-color: color-mix(in oklab, var(--color-yellow-200) 80%, transparent);
1817
+ }
1818
+ }
1819
+ .ps .fill-current {
1820
+ fill: currentcolor;
1821
+ }
1822
+ .ps .p-\(--studio-cell-spacing\) {
1823
+ padding: var(--studio-cell-spacing);
1824
+ }
1825
+ .ps .p-0 {
1826
+ padding: calc(var(--spacing) * 0);
1827
+ }
1828
+ .ps .p-0\.5 {
1829
+ padding: calc(var(--spacing) * 0.5);
1830
+ }
1831
+ .ps .p-1 {
1832
+ padding: calc(var(--spacing) * 1);
1833
+ }
1834
+ .ps .p-1\.5 {
1835
+ padding: calc(var(--spacing) * 1.5);
1836
+ }
1837
+ .ps .p-2 {
1838
+ padding: calc(var(--spacing) * 2);
1839
+ }
1840
+ .ps .p-3 {
1841
+ padding: calc(var(--spacing) * 3);
1842
+ }
1843
+ .ps .p-4 {
1844
+ padding: calc(var(--spacing) * 4);
1845
+ }
1846
+ .ps .p-6 {
1847
+ padding: calc(var(--spacing) * 6);
1848
+ }
1849
+ .ps .p-px {
1850
+ padding: 1px;
1851
+ }
1852
+ .ps .px-\(--studio-cell-spacing\) {
1853
+ padding-inline: var(--studio-cell-spacing);
1854
+ }
1855
+ .ps .px-0 {
1856
+ padding-inline: calc(var(--spacing) * 0);
1857
+ }
1858
+ .ps .px-1 {
1859
+ padding-inline: calc(var(--spacing) * 1);
1860
+ }
1861
+ .ps .px-1\.5 {
1862
+ padding-inline: calc(var(--spacing) * 1.5);
1863
+ }
1864
+ .ps .px-2 {
1865
+ padding-inline: calc(var(--spacing) * 2);
1866
+ }
1867
+ .ps .px-2\.5 {
1868
+ padding-inline: calc(var(--spacing) * 2.5);
1869
+ }
1870
+ .ps .px-3 {
1871
+ padding-inline: calc(var(--spacing) * 3);
1872
+ }
1873
+ .ps .px-4 {
1874
+ padding-inline: calc(var(--spacing) * 4);
1875
+ }
1876
+ .ps .px-5 {
1877
+ padding-inline: calc(var(--spacing) * 5);
1878
+ }
1879
+ .ps .px-8 {
1880
+ padding-inline: calc(var(--spacing) * 8);
1881
+ }
1882
+ .ps .cell-input-base {
1883
+ padding-block: 9px;
1884
+ font-size: var(--text-sm);
1885
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1886
+ --tw-leading: calc(var(--spacing) * 5);
1887
+ line-height: calc(var(--spacing) * 5);
1888
+ }
1889
+ @media (width >= 48rem) {
1890
+ .ps .cell-input-base {
1891
+ font-size: var(--text-sm);
1892
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1893
+ }
1894
+ }
1895
+ @media (width >= 48rem) {
1896
+ .ps .cell-input-base {
1897
+ --tw-leading: calc(var(--spacing) * 5);
1898
+ line-height: calc(var(--spacing) * 5);
1899
+ }
1900
+ }
1901
+ .ps .py-0 {
1902
+ padding-block: calc(var(--spacing) * 0);
1903
+ }
1904
+ .ps .py-0\.5 {
1905
+ padding-block: calc(var(--spacing) * 0.5);
1906
+ }
1907
+ .ps .py-1 {
1908
+ padding-block: calc(var(--spacing) * 1);
1909
+ }
1910
+ .ps .py-1\.5 {
1911
+ padding-block: calc(var(--spacing) * 1.5);
1912
+ }
1913
+ .ps .py-2 {
1914
+ padding-block: calc(var(--spacing) * 2);
1915
+ }
1916
+ .ps .py-3 {
1917
+ padding-block: calc(var(--spacing) * 3);
1918
+ }
1919
+ .ps .py-3\.5 {
1920
+ padding-block: calc(var(--spacing) * 3.5);
1921
+ }
1922
+ .ps .py-4 {
1923
+ padding-block: calc(var(--spacing) * 4);
1924
+ }
1925
+ .ps .py-6 {
1926
+ padding-block: calc(var(--spacing) * 6);
1927
+ }
1928
+ .ps .py-8 {
1929
+ padding-block: calc(var(--spacing) * 8);
1930
+ }
1931
+ .ps .pt-0 {
1932
+ padding-top: calc(var(--spacing) * 0);
1933
+ }
1934
+ .ps .pt-1 {
1935
+ padding-top: calc(var(--spacing) * 1);
1936
+ }
1937
+ .ps .pt-3 {
1938
+ padding-top: calc(var(--spacing) * 3);
1939
+ }
1940
+ .ps .pt-4 {
1941
+ padding-top: calc(var(--spacing) * 4);
1942
+ }
1943
+ .ps .pr-\(--studio-cell-spacing\) {
1944
+ padding-right: var(--studio-cell-spacing);
1945
+ }
1946
+ .ps .pr-0 {
1947
+ padding-right: calc(var(--spacing) * 0);
1948
+ }
1949
+ .ps .pr-2 {
1950
+ padding-right: calc(var(--spacing) * 2);
1951
+ }
1952
+ .ps .pr-2\.5 {
1953
+ padding-right: calc(var(--spacing) * 2.5);
1954
+ }
1955
+ .ps .pr-8 {
1956
+ padding-right: calc(var(--spacing) * 8);
1957
+ }
1958
+ .ps .pb-0\.5 {
1959
+ padding-bottom: calc(var(--spacing) * 0.5);
1960
+ }
1961
+ .ps .pb-1\.5 {
1962
+ padding-bottom: calc(var(--spacing) * 1.5);
1963
+ }
1964
+ .ps .pb-2 {
1965
+ padding-bottom: calc(var(--spacing) * 2);
1966
+ }
1967
+ .ps .pb-3 {
1968
+ padding-bottom: calc(var(--spacing) * 3);
1969
+ }
1970
+ .ps .pb-5 {
1971
+ padding-bottom: calc(var(--spacing) * 5);
1972
+ }
1973
+ .ps .pl-2 {
1974
+ padding-left: calc(var(--spacing) * 2);
1975
+ }
1976
+ .ps .pl-2\.5 {
1977
+ padding-left: calc(var(--spacing) * 2.5);
1978
+ }
1979
+ .ps .pl-3 {
1980
+ padding-left: calc(var(--spacing) * 3);
1981
+ }
1982
+ .ps .pl-6 {
1983
+ padding-left: calc(var(--spacing) * 6);
1984
+ }
1985
+ .ps .pl-8 {
1986
+ padding-left: calc(var(--spacing) * 8);
1987
+ }
1988
+ .ps .text-center {
1989
+ text-align: center;
1990
+ }
1991
+ .ps .text-left {
1992
+ text-align: left;
1993
+ }
1994
+ .ps .text-right {
1995
+ text-align: right;
1996
+ }
1997
+ .ps .align-middle {
1998
+ vertical-align: middle;
1999
+ }
2000
+ .ps .align-top {
2001
+ vertical-align: top;
2002
+ }
2003
+ .ps .font-mono {
2004
+ font-family: var(--font-mono);
2005
+ }
2006
+ .ps .font-sans {
2007
+ font-family: var(--font-sans);
2008
+ }
2009
+ .ps .text-lg {
2010
+ font-size: var(--text-lg);
2011
+ line-height: var(--tw-leading, var(--text-lg--line-height));
2012
+ }
2013
+ .ps .text-sm {
2014
+ font-size: var(--text-sm);
2015
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2016
+ }
2017
+ .ps .text-xs {
2018
+ font-size: var(--text-xs);
2019
+ line-height: var(--tw-leading, var(--text-xs--line-height));
2020
+ }
2021
+ .ps .text-\[8px\] {
2022
+ font-size: 8px;
2023
+ }
2024
+ .ps .text-\[10px\] {
2025
+ font-size: 10px;
2026
+ }
2027
+ .ps .text-\[11px\] {
2028
+ font-size: 11px;
2029
+ }
2030
+ .ps .text-\[13px\] {
2031
+ font-size: 13px;
2032
+ }
2033
+ .ps .text-\[15px\] {
2034
+ font-size: 15px;
2035
+ }
2036
+ .ps .leading-\(--studio-cell-height\) {
2037
+ --tw-leading: var(--studio-cell-height);
2038
+ line-height: var(--studio-cell-height);
2039
+ }
2040
+ .ps .leading-5 {
2041
+ --tw-leading: calc(var(--spacing) * 5);
2042
+ line-height: calc(var(--spacing) * 5);
2043
+ }
2044
+ .ps .leading-6 {
2045
+ --tw-leading: calc(var(--spacing) * 6);
2046
+ line-height: calc(var(--spacing) * 6);
2047
+ }
2048
+ .ps .leading-none {
2049
+ --tw-leading: 1;
2050
+ line-height: 1;
2051
+ }
2052
+ .ps .font-medium {
2053
+ --tw-font-weight: var(--font-weight-medium);
2054
+ font-weight: var(--font-weight-medium);
2055
+ }
2056
+ .ps .font-normal {
2057
+ --tw-font-weight: var(--font-weight-normal);
2058
+ font-weight: var(--font-weight-normal);
2059
+ }
2060
+ .ps .font-semibold {
2061
+ --tw-font-weight: var(--font-weight-semibold);
2062
+ font-weight: var(--font-weight-semibold);
2063
+ }
2064
+ .ps .tracking-\[0\.08em\] {
2065
+ --tw-tracking: 0.08em;
2066
+ letter-spacing: 0.08em;
2067
+ }
2068
+ .ps .tracking-tight {
2069
+ --tw-tracking: var(--tracking-tight);
2070
+ letter-spacing: var(--tracking-tight);
2071
+ }
2072
+ .ps .tracking-widest {
2073
+ --tw-tracking: var(--tracking-widest);
2074
+ letter-spacing: var(--tracking-widest);
2075
+ }
2076
+ .ps .break-all {
2077
+ word-break: break-all;
2078
+ }
2079
+ .ps .text-ellipsis {
2080
+ text-overflow: ellipsis;
2081
+ }
2082
+ .ps .whitespace-nowrap {
2083
+ white-space: nowrap;
2084
+ }
2085
+ .ps .whitespace-pre-wrap {
2086
+ white-space: pre-wrap;
2087
+ }
2088
+ .ps .text-accent-foreground {
2089
+ color: var(--accent-foreground);
2090
+ }
2091
+ .ps .text-amber-500 {
2092
+ color: var(--color-amber-500);
2093
+ }
2094
+ .ps .text-amber-900\/85 {
2095
+ color: color-mix(in srgb, oklch(41.4% 0.112 45.904) 85%, transparent);
2096
+ }
2097
+ @supports (color: color-mix(in lab, red, red)) {
2098
+ .ps .text-amber-900\/85 {
2099
+ color: color-mix(in oklab, var(--color-amber-900) 85%, transparent);
2100
+ }
2101
+ }
2102
+ .ps .text-amber-950 {
2103
+ color: var(--color-amber-950);
2104
+ }
2105
+ .ps .text-blue-500 {
2106
+ color: var(--color-blue-500);
2107
+ }
2108
+ .ps .text-card-foreground {
2109
+ color: var(--card-foreground);
2110
+ }
2111
+ .ps .text-current {
2112
+ color: currentcolor;
2113
+ }
2114
+ .ps .text-destructive {
2115
+ color: var(--destructive);
2116
+ }
2117
+ .ps .text-destructive-foreground {
2118
+ color: var(--destructive-foreground);
2119
+ }
2120
+ .ps .text-emerald-600 {
2121
+ color: var(--color-emerald-600);
2122
+ }
2123
+ .ps .text-emerald-950 {
2124
+ color: var(--color-emerald-950);
2125
+ }
2126
+ .ps .text-foreground {
2127
+ color: var(--foreground);
2128
+ }
2129
+ .ps .text-foreground\! {
2130
+ color: var(--foreground) !important;
2131
+ }
2132
+ .ps .text-foreground\/60 {
2133
+ color: var(--foreground);
2134
+ }
2135
+ @supports (color: color-mix(in lab, red, red)) {
2136
+ .ps .text-foreground\/60 {
2137
+ color: color-mix(in oklab, var(--foreground) 60%, transparent);
2138
+ }
2139
+ }
2140
+ .ps .text-foreground\/70 {
2141
+ color: var(--foreground);
2142
+ }
2143
+ @supports (color: color-mix(in lab, red, red)) {
2144
+ .ps .text-foreground\/70 {
2145
+ color: color-mix(in oklab, var(--foreground) 70%, transparent);
2146
+ }
2147
+ }
2148
+ .ps .text-foreground\/80 {
2149
+ color: var(--foreground);
2150
+ }
2151
+ @supports (color: color-mix(in lab, red, red)) {
2152
+ .ps .text-foreground\/80 {
2153
+ color: color-mix(in oklab, var(--foreground) 80%, transparent);
2154
+ }
2155
+ }
2156
+ .ps .text-foreground\/90 {
2157
+ color: var(--foreground);
2158
+ }
2159
+ @supports (color: color-mix(in lab, red, red)) {
2160
+ .ps .text-foreground\/90 {
2161
+ color: color-mix(in oklab, var(--foreground) 90%, transparent);
2162
+ }
2163
+ }
2164
+ .ps .text-gray-500 {
2165
+ color: var(--color-gray-500);
2166
+ }
2167
+ .ps .text-green-500 {
2168
+ color: var(--color-green-500);
2169
+ }
2170
+ .ps .text-muted-foreground {
2171
+ color: var(--muted-foreground);
2172
+ }
2173
+ .ps .text-muted-foreground\/55 {
2174
+ color: var(--muted-foreground);
2175
+ }
2176
+ @supports (color: color-mix(in lab, red, red)) {
2177
+ .ps .text-muted-foreground\/55 {
2178
+ color: color-mix(in oklab, var(--muted-foreground) 55%, transparent);
2179
+ }
2180
+ }
2181
+ .ps .text-muted-foreground\/60 {
2182
+ color: var(--muted-foreground);
2183
+ }
2184
+ @supports (color: color-mix(in lab, red, red)) {
2185
+ .ps .text-muted-foreground\/60 {
2186
+ color: color-mix(in oklab, var(--muted-foreground) 60%, transparent);
2187
+ }
2188
+ }
2189
+ .ps .text-muted-foreground\/70 {
2190
+ color: var(--muted-foreground);
2191
+ }
2192
+ @supports (color: color-mix(in lab, red, red)) {
2193
+ .ps .text-muted-foreground\/70 {
2194
+ color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
2195
+ }
2196
+ }
2197
+ .ps .text-muted-foreground\/75 {
2198
+ color: var(--muted-foreground);
2199
+ }
2200
+ @supports (color: color-mix(in lab, red, red)) {
2201
+ .ps .text-muted-foreground\/75 {
2202
+ color: color-mix(in oklab, var(--muted-foreground) 75%, transparent);
2203
+ }
2204
+ }
2205
+ .ps .text-neutral-600 {
2206
+ color: var(--color-neutral-600);
2207
+ }
2208
+ .ps .text-orange-700 {
2209
+ color: var(--color-orange-700);
2210
+ }
2211
+ .ps .text-popover-foreground {
2212
+ color: var(--popover-foreground);
2213
+ }
2214
+ .ps .text-primary {
2215
+ color: var(--primary);
2216
+ }
2217
+ .ps .text-primary-foreground {
2218
+ color: var(--primary-foreground);
2219
+ }
2220
+ .ps .text-red-400 {
2221
+ color: var(--color-red-400);
2222
+ }
2223
+ .ps .text-red-500 {
2224
+ color: var(--color-red-500);
2225
+ }
2226
+ .ps .text-secondary-foreground {
2227
+ color: var(--secondary-foreground);
2228
+ }
2229
+ .ps .lowercase {
2230
+ text-transform: lowercase;
2231
+ }
2232
+ .ps .uppercase {
2233
+ text-transform: uppercase;
2234
+ }
2235
+ .ps .italic {
2236
+ font-style: italic;
2237
+ }
2238
+ .ps .ordinal {
2239
+ --tw-ordinal: ordinal;
2240
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
2241
+ }
2242
+ .ps .tabular-nums {
2243
+ --tw-numeric-spacing: tabular-nums;
2244
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
2245
+ }
2246
+ .ps .underline-offset-4 {
2247
+ text-underline-offset: 4px;
2248
+ }
2249
+ .ps .opacity-0 {
2250
+ opacity: 0%;
2251
+ }
2252
+ .ps .opacity-10 {
2253
+ opacity: 10%;
2254
+ }
2255
+ .ps .opacity-50 {
2256
+ opacity: 50%;
2257
+ }
2258
+ .ps .opacity-60 {
2259
+ opacity: 60%;
2260
+ }
2261
+ .ps .opacity-70 {
2262
+ opacity: 70%;
2263
+ }
2264
+ .ps .opacity-80 {
2265
+ opacity: 80%;
2266
+ }
2267
+ .ps .opacity-100 {
2268
+ opacity: 100%;
2269
+ }
2270
+ .ps .shadow {
2271
+ --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));
2272
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2273
+ }
2274
+ .ps .shadow-2xl {
2275
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
2276
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2277
+ }
2278
+ .ps .shadow-\[0_16px_36px_rgba\(15\,23\,42\,0\.12\)\] {
2279
+ --tw-shadow: 0 16px 36px var(--tw-shadow-color, rgba(15,23,42,0.12));
2280
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2281
+ }
2282
+ .ps .shadow-lg {
2283
+ --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));
2284
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2285
+ }
2286
+ .ps .shadow-md {
2287
+ --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));
2288
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2289
+ }
2290
+ .ps .shadow-none {
2291
+ --tw-shadow: 0 0 #0000;
2292
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2293
+ }
2294
+ .ps .shadow-sm {
2295
+ --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));
2296
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2297
+ }
2298
+ .ps .shadow-xl {
2299
+ --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));
2300
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2301
+ }
2302
+ .ps .shadow-xs {
2303
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
2304
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2305
+ }
2306
+ .ps .ring-0 {
2307
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2308
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2309
+ }
2310
+ .ps .ring-1 {
2311
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2312
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2313
+ }
2314
+ .ps .ring-amber-300\/80 {
2315
+ --tw-ring-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 80%, transparent);
2316
+ }
2317
+ @supports (color: color-mix(in lab, red, red)) {
2318
+ .ps .ring-amber-300\/80 {
2319
+ --tw-ring-color: color-mix(in oklab, var(--color-amber-300) 80%, transparent);
2320
+ }
2321
+ }
2322
+ .ps .ring-border\/50 {
2323
+ --tw-ring-color: var(--border);
2324
+ }
2325
+ @supports (color: color-mix(in lab, red, red)) {
2326
+ .ps .ring-border\/50 {
2327
+ --tw-ring-color: color-mix(in oklab, var(--border) 50%, transparent);
2328
+ }
2329
+ }
2330
+ .ps .ring-primary\/15 {
2331
+ --tw-ring-color: var(--primary);
2332
+ }
2333
+ @supports (color: color-mix(in lab, red, red)) {
2334
+ .ps .ring-primary\/15 {
2335
+ --tw-ring-color: color-mix(in oklab, var(--primary) 15%, transparent);
2336
+ }
2337
+ }
2338
+ .ps .ring-primary\/30 {
2339
+ --tw-ring-color: var(--primary);
2340
+ }
2341
+ @supports (color: color-mix(in lab, red, red)) {
2342
+ .ps .ring-primary\/30 {
2343
+ --tw-ring-color: color-mix(in oklab, var(--primary) 30%, transparent);
2344
+ }
2345
+ }
2346
+ .ps .ring-offset-background {
2347
+ --tw-ring-offset-color: var(--background);
2348
+ }
2349
+ .ps .outline {
2350
+ outline-style: var(--tw-outline-style);
2351
+ outline-width: 1px;
2352
+ }
2353
+ .ps .blur {
2354
+ --tw-blur: blur(8px);
2355
+ 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,);
2356
+ }
2357
+ .ps .filter {
2358
+ 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,);
2359
+ }
2360
+ .ps .backdrop-blur-sm {
2361
+ --tw-backdrop-blur: blur(var(--blur-sm));
2362
+ -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,);
2363
+ 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,);
2364
+ }
2365
+ .ps .transition {
2366
+ 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, content-visibility, overlay, pointer-events;
2367
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2368
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2369
+ }
2370
+ .ps .transition-\[border-color\,box-shadow\,width\,flex-basis\] {
2371
+ transition-property: border-color,box-shadow,width,flex-basis;
2372
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2373
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2374
+ }
2375
+ .ps .transition-\[opacity\,transform\] {
2376
+ transition-property: opacity,transform;
2377
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2378
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2379
+ }
2380
+ .ps .transition-\[opacity\,width\,transform\] {
2381
+ transition-property: opacity,width,transform;
2382
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2383
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2384
+ }
2385
+ .ps .transition-\[width\] {
2386
+ transition-property: width;
2387
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2388
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2389
+ }
2390
+ .ps .transition-all {
2391
+ transition-property: all;
2392
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2393
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2394
+ }
2395
+ .ps .transition-colors {
2396
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2397
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2398
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2399
+ }
2400
+ .ps .transition-opacity {
2401
+ transition-property: opacity;
2402
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2403
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2404
+ }
2405
+ .ps .transition-transform {
2406
+ transition-property: transform, translate, scale, rotate;
2407
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2408
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2409
+ }
2410
+ .ps .transition-none {
2411
+ transition-property: none;
2412
+ }
2413
+ .ps .duration-150 {
2414
+ --tw-duration: 150ms;
2415
+ transition-duration: 150ms;
2416
+ }
2417
+ .ps .duration-200 {
2418
+ --tw-duration: 200ms;
2419
+ transition-duration: 200ms;
2420
+ }
2421
+ .ps .ease-in-out {
2422
+ --tw-ease: var(--ease-in-out);
2423
+ transition-timing-function: var(--ease-in-out);
2424
+ }
2425
+ .ps .ease-out {
2426
+ --tw-ease: var(--ease-out);
2427
+ transition-timing-function: var(--ease-out);
2428
+ }
2429
+ .ps .will-change-transform {
2430
+ will-change: transform;
2431
+ }
2432
+ .ps .fade-in-0 {
2433
+ --tw-enter-opacity: calc(0/100);
2434
+ --tw-enter-opacity: 0;
2435
+ }
2436
+ .ps .outline-none {
2437
+ --tw-outline-style: none;
2438
+ outline-style: none;
2439
+ }
2440
+ .ps .select-all {
2441
+ -webkit-user-select: all;
2442
+ user-select: all;
2443
+ }
2444
+ .ps .select-none {
2445
+ -webkit-user-select: none;
2446
+ user-select: none;
2447
+ }
2448
+ .ps .zoom-in-95 {
2449
+ --tw-enter-scale: calc(95*1%);
2450
+ --tw-enter-scale: .95;
2451
+ }
2452
+ .ps .ring-inset {
2453
+ --tw-ring-inset: inset;
2454
+ }
2455
+ .ps .running {
2456
+ animation-play-state: running;
2457
+ }
2458
+ .ps .group-odd\:\!bg-table-cell-odd:is(:where(.group):nth-child(odd) *) {
2459
+ background-color: var(--background) !important;
2460
+ }
2461
+ .ps .group-odd\:\!bg-table-row-selected-odd:is(:where(.group):nth-child(odd) *) {
2462
+ background-color: var(--background) !important;
2463
+ }
2464
+ @supports (color: color-mix(in lab, red, red)) {
2465
+ .ps .group-odd\:\!bg-table-row-selected-odd:is(:where(.group):nth-child(odd) *) {
2466
+ background-color: color-mix(
2467
+ in oklab,
2468
+ var(--background) 90%,
2469
+ var(--primary) 10%
2470
+ ) !important;
2471
+ }
2472
+ }
2473
+ .ps .group-odd\:bg-table-cell-odd:is(:where(.group):nth-child(odd) *) {
2474
+ background-color: var(--background);
2475
+ }
2476
+ .ps .group-even\:\!bg-table-cell-even:is(:where(.group):nth-child(even) *) {
2477
+ background-color: var(--secondary) !important;
2478
+ }
2479
+ .ps .group-even\:\!bg-table-row-selected-even:is(:where(.group):nth-child(even) *) {
2480
+ background-color: var(--secondary) !important;
2481
+ }
2482
+ @supports (color: color-mix(in lab, red, red)) {
2483
+ .ps .group-even\:\!bg-table-row-selected-even:is(:where(.group):nth-child(even) *) {
2484
+ background-color: color-mix(
2485
+ in oklab,
2486
+ var(--secondary) 90%,
2487
+ var(--primary) 10%
2488
+ ) !important;
2489
+ }
2490
+ }
2491
+ .ps .group-even\:bg-table-cell-even:is(:where(.group):nth-child(even) *) {
2492
+ background-color: var(--secondary);
2493
+ }
2494
+ @media (hover: hover) {
2495
+ .ps .group-hover\:pointer-events-auto:is(:where(.group):hover *) {
2496
+ pointer-events: auto;
2497
+ }
2498
+ }
2499
+ @media (hover: hover) {
2500
+ .ps .group-hover\:\!bg-muted:is(:where(.group):hover *) {
2501
+ background-color: var(--muted) !important;
2502
+ }
2503
+ }
2504
+ @media (hover: hover) {
2505
+ .ps .group-hover\:bg-muted:is(:where(.group):hover *) {
2506
+ background-color: var(--muted);
2507
+ }
2508
+ }
2509
+ @media (hover: hover) {
2510
+ .ps .group-hover\:opacity-100:is(:where(.group):hover *) {
2511
+ opacity: 100%;
2512
+ }
2513
+ }
2514
+ @media (hover: hover) {
2515
+ .ps .group-hover\/tables\:opacity-100:is(:where(.group\/tables):hover *) {
2516
+ opacity: 100%;
2517
+ }
2518
+ }
2519
+ .ps .group-data-\[select\=true\]\:p-0:is(:where(.group)[data-select="true"] *) {
2520
+ padding: calc(var(--spacing) * 0);
2521
+ }
2522
+ .ps .group-data-\[selected\=true\]\:border-border:is(:where(.group)[data-selected="true"] *) {
2523
+ border-color: var(--border);
2524
+ }
2525
+ .ps .group-data-\[selected\=true\]\:bg-card:is(:where(.group)[data-selected="true"] *) {
2526
+ background-color: var(--card);
2527
+ }
2528
+ .ps .group-\[\.toast\]\:bg-muted:is(:where(.group):is(.toast) *) {
2529
+ background-color: var(--muted);
2530
+ }
2531
+ .ps .group-\[\.toast\]\:bg-primary:is(:where(.group):is(.toast) *) {
2532
+ background-color: var(--primary);
2533
+ }
2534
+ .ps .group-\[\.toast\]\:text-muted-foreground:is(:where(.group):is(.toast) *) {
2535
+ color: var(--muted-foreground);
2536
+ }
2537
+ .ps .group-\[\.toast\]\:text-primary-foreground:is(:where(.group):is(.toast) *) {
2538
+ color: var(--primary-foreground);
2539
+ }
2540
+ .ps .group-\[\.toaster\]\:border-border:is(:where(.group):is(.toaster) *) {
2541
+ border-color: var(--border);
2542
+ }
2543
+ .ps .group-\[\.toaster\]\:bg-background:is(:where(.group):is(.toaster) *) {
2544
+ background-color: var(--background);
2545
+ }
2546
+ .ps .group-\[\.toaster\]\:text-foreground:is(:where(.group):is(.toaster) *) {
2547
+ color: var(--foreground);
2548
+ }
2549
+ .ps .group-\[\.toaster\]\:shadow-lg:is(:where(.group):is(.toaster) *) {
2550
+ --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));
2551
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2552
+ }
2553
+ .ps .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
2554
+ cursor: not-allowed;
2555
+ }
2556
+ .ps .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
2557
+ opacity: 70%;
2558
+ }
2559
+ .ps .file\:border-0::file-selector-button {
2560
+ border-style: var(--tw-border-style);
2561
+ border-width: 0px;
2562
+ }
2563
+ .ps .file\:bg-transparent::file-selector-button {
2564
+ background-color: transparent;
2565
+ }
2566
+ .ps .file\:text-sm::file-selector-button {
2567
+ font-size: var(--text-sm);
2568
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2569
+ }
2570
+ .ps .file\:font-medium::file-selector-button {
2571
+ --tw-font-weight: var(--font-weight-medium);
2572
+ font-weight: var(--font-weight-medium);
2573
+ }
2574
+ .ps .file\:text-foreground::file-selector-button {
2575
+ color: var(--foreground);
2576
+ }
2577
+ .ps .placeholder\:text-muted-foreground::placeholder {
2578
+ color: var(--muted-foreground);
2579
+ }
2580
+ .ps .placeholder\:text-muted-foreground\/75::placeholder {
2581
+ color: var(--muted-foreground);
2582
+ }
2583
+ @supports (color: color-mix(in lab, red, red)) {
2584
+ .ps .placeholder\:text-muted-foreground\/75::placeholder {
2585
+ color: color-mix(in oklab, var(--muted-foreground) 75%, transparent);
2586
+ }
2587
+ }
2588
+ .ps .before\:pointer-events-none::before {
2589
+ content: var(--tw-content);
2590
+ pointer-events: none;
2591
+ }
2592
+ .ps .before\:absolute::before {
2593
+ content: var(--tw-content);
2594
+ position: absolute;
2595
+ }
2596
+ .ps .before\:inset-0::before {
2597
+ content: var(--tw-content);
2598
+ inset: calc(var(--spacing) * 0);
2599
+ }
2600
+ .ps .before\:inset-y-0::before {
2601
+ content: var(--tw-content);
2602
+ inset-block: calc(var(--spacing) * 0);
2603
+ }
2604
+ .ps .before\:left-2::before {
2605
+ content: var(--tw-content);
2606
+ left: calc(var(--spacing) * 2);
2607
+ }
2608
+ .ps .before\:z-0::before {
2609
+ content: var(--tw-content);
2610
+ z-index: 0;
2611
+ }
2612
+ .ps .before\:z-20::before {
2613
+ content: var(--tw-content);
2614
+ z-index: 20;
2615
+ }
2616
+ .ps .before\:w-px::before {
2617
+ content: var(--tw-content);
2618
+ width: 1px;
2619
+ }
2620
+ .ps .before\:border::before {
2621
+ content: var(--tw-content);
2622
+ border-style: var(--tw-border-style);
2623
+ border-width: 1px;
2624
+ }
2625
+ .ps .before\:border-sky-300::before {
2626
+ content: var(--tw-content);
2627
+ border-color: var(--color-sky-300);
2628
+ }
2629
+ .ps .before\:bg-amber-50\/80::before {
2630
+ content: var(--tw-content);
2631
+ background-color: color-mix(in srgb, oklch(98.7% 0.022 95.277) 80%, transparent);
2632
+ }
2633
+ @supports (color: color-mix(in lab, red, red)) {
2634
+ .ps .before\:bg-amber-50\/80::before {
2635
+ background-color: color-mix(in oklab, var(--color-amber-50) 80%, transparent);
2636
+ }
2637
+ }
2638
+ .ps .before\:bg-staged-cell-background::before {
2639
+ content: var(--tw-content);
2640
+ background-color: var(--studio-staged-cell-background);
2641
+ }
2642
+ .ps .before\:bg-transparent::before {
2643
+ content: var(--tw-content);
2644
+ background-color: transparent;
2645
+ }
2646
+ .ps .before\:content-\[\'\'\]::before {
2647
+ --tw-content: '';
2648
+ content: var(--tw-content);
2649
+ }
2650
+ .ps .after\:pointer-events-none::after {
2651
+ content: var(--tw-content);
2652
+ pointer-events: none;
2653
+ }
2654
+ .ps .after\:absolute::after {
2655
+ content: var(--tw-content);
2656
+ position: absolute;
2657
+ }
2658
+ .ps .after\:inset-0::after {
2659
+ content: var(--tw-content);
2660
+ inset: calc(var(--spacing) * 0);
2661
+ }
2662
+ .ps .after\:z-20::after {
2663
+ content: var(--tw-content);
2664
+ z-index: 20;
2665
+ }
2666
+ .ps .after\:border::after {
2667
+ content: var(--tw-content);
2668
+ border-style: var(--tw-border-style);
2669
+ border-width: 1px;
2670
+ }
2671
+ .ps .after\:border-amber-300::after {
2672
+ content: var(--tw-content);
2673
+ border-color: var(--color-amber-300);
2674
+ }
2675
+ .ps .after\:border-sky-300::after {
2676
+ content: var(--tw-content);
2677
+ border-color: var(--color-sky-300);
2678
+ }
2679
+ .ps .after\:content-\[\'\'\]::after {
2680
+ --tw-content: '';
2681
+ content: var(--tw-content);
2682
+ }
2683
+ .ps .last\:pb-0:last-child {
2684
+ padding-bottom: calc(var(--spacing) * 0);
2685
+ }
2686
+ .ps .odd\:bg-table-cell-odd:nth-child(odd) {
2687
+ background-color: var(--background);
2688
+ }
2689
+ .ps .even\:bg-table-cell-even\/50:nth-child(even) {
2690
+ background-color: var(--secondary);
2691
+ }
2692
+ @supports (color: color-mix(in lab, red, red)) {
2693
+ .ps .even\:bg-table-cell-even\/50:nth-child(even) {
2694
+ background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
2695
+ }
2696
+ }
2697
+ .ps .focus-within\:pointer-events-auto:focus-within {
2698
+ pointer-events: auto;
2699
+ }
2700
+ .ps .focus-within\:border-primary:focus-within {
2701
+ border-color: var(--primary);
2702
+ }
2703
+ .ps .focus-within\:opacity-100:focus-within {
2704
+ opacity: 100%;
2705
+ }
2706
+ .ps .focus-within\:ring-1:focus-within {
2707
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2708
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2709
+ }
2710
+ .ps .focus-within\:ring-primary\/15:focus-within {
2711
+ --tw-ring-color: var(--primary);
2712
+ }
2713
+ @supports (color: color-mix(in lab, red, red)) {
2714
+ .ps .focus-within\:ring-primary\/15:focus-within {
2715
+ --tw-ring-color: color-mix(in oklab, var(--primary) 15%, transparent);
2716
+ }
2717
+ }
2718
+ @media (hover: hover) {
2719
+ .ps .hover\:border-amber-400:hover {
2720
+ border-color: var(--color-amber-400);
2721
+ }
2722
+ }
2723
+ @media (hover: hover) {
2724
+ .ps .hover\:bg-accent:hover {
2725
+ background-color: var(--accent);
2726
+ }
2727
+ }
2728
+ @media (hover: hover) {
2729
+ .ps .hover\:bg-accent\/50:hover {
2730
+ background-color: var(--accent);
2731
+ }
2732
+ @supports (color: color-mix(in lab, red, red)) {
2733
+ .ps .hover\:bg-accent\/50:hover {
2734
+ background-color: color-mix(in oklab, var(--accent) 50%, transparent);
2735
+ }
2736
+ }
2737
+ }
2738
+ @media (hover: hover) {
2739
+ .ps .hover\:bg-amber-200:hover {
2740
+ background-color: var(--color-amber-200);
2741
+ }
2742
+ }
2743
+ @media (hover: hover) {
2744
+ .ps .hover\:bg-background\/80:hover {
2745
+ background-color: var(--background);
2746
+ }
2747
+ @supports (color: color-mix(in lab, red, red)) {
2748
+ .ps .hover\:bg-background\/80:hover {
2749
+ background-color: color-mix(in oklab, var(--background) 80%, transparent);
2750
+ }
2751
+ }
2752
+ }
2753
+ @media (hover: hover) {
2754
+ .ps .hover\:bg-destructive\/10:hover {
2755
+ background-color: var(--destructive);
2756
+ }
2757
+ @supports (color: color-mix(in lab, red, red)) {
2758
+ .ps .hover\:bg-destructive\/10:hover {
2759
+ background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
2760
+ }
2761
+ }
2762
+ }
2763
+ @media (hover: hover) {
2764
+ .ps .hover\:bg-destructive\/90:hover {
2765
+ background-color: var(--destructive);
2766
+ }
2767
+ @supports (color: color-mix(in lab, red, red)) {
2768
+ .ps .hover\:bg-destructive\/90:hover {
2769
+ background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
2770
+ }
2771
+ }
2772
+ }
2773
+ @media (hover: hover) {
2774
+ .ps .hover\:bg-emerald-200:hover {
2775
+ background-color: var(--color-emerald-200);
2776
+ }
2777
+ }
2778
+ @media (hover: hover) {
2779
+ .ps .hover\:bg-green-500\/80:hover {
2780
+ background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 80%, transparent);
2781
+ }
2782
+ @supports (color: color-mix(in lab, red, red)) {
2783
+ .ps .hover\:bg-green-500\/80:hover {
2784
+ background-color: color-mix(in oklab, var(--color-green-500) 80%, transparent);
2785
+ }
2786
+ }
2787
+ }
2788
+ @media (hover: hover) {
2789
+ .ps .hover\:bg-muted:hover {
2790
+ background-color: var(--muted);
2791
+ }
2792
+ }
2793
+ @media (hover: hover) {
2794
+ .ps .hover\:bg-muted\/50:hover {
2795
+ background-color: var(--muted);
2796
+ }
2797
+ @supports (color: color-mix(in lab, red, red)) {
2798
+ .ps .hover\:bg-muted\/50:hover {
2799
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
2800
+ }
2801
+ }
2802
+ }
2803
+ @media (hover: hover) {
2804
+ .ps .hover\:bg-primary\/80:hover {
2805
+ background-color: var(--primary);
2806
+ }
2807
+ @supports (color: color-mix(in lab, red, red)) {
2808
+ .ps .hover\:bg-primary\/80:hover {
2809
+ background-color: color-mix(in oklab, var(--primary) 80%, transparent);
2810
+ }
2811
+ }
2812
+ }
2813
+ @media (hover: hover) {
2814
+ .ps .hover\:bg-primary\/90:hover {
2815
+ background-color: var(--primary);
2816
+ }
2817
+ @supports (color: color-mix(in lab, red, red)) {
2818
+ .ps .hover\:bg-primary\/90:hover {
2819
+ background-color: color-mix(in oklab, var(--primary) 90%, transparent);
2820
+ }
2821
+ }
2822
+ }
2823
+ @media (hover: hover) {
2824
+ .ps .hover\:bg-red-400\/80:hover {
2825
+ background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 80%, transparent);
2826
+ }
2827
+ @supports (color: color-mix(in lab, red, red)) {
2828
+ .ps .hover\:bg-red-400\/80:hover {
2829
+ background-color: color-mix(in oklab, var(--color-red-400) 80%, transparent);
2830
+ }
2831
+ }
2832
+ }
2833
+ @media (hover: hover) {
2834
+ .ps .hover\:bg-secondary\/80:hover {
2835
+ background-color: var(--secondary);
2836
+ }
2837
+ @supports (color: color-mix(in lab, red, red)) {
2838
+ .ps .hover\:bg-secondary\/80:hover {
2839
+ background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
2840
+ }
2841
+ }
2842
+ }
2843
+ @media (hover: hover) {
2844
+ .ps .hover\:bg-secondary\/85:hover {
2845
+ background-color: var(--secondary);
2846
+ }
2847
+ @supports (color: color-mix(in lab, red, red)) {
2848
+ .ps .hover\:bg-secondary\/85:hover {
2849
+ background-color: color-mix(in oklab, var(--secondary) 85%, transparent);
2850
+ }
2851
+ }
2852
+ }
2853
+ @media (hover: hover) {
2854
+ .ps .hover\:bg-transparent:hover {
2855
+ background-color: transparent;
2856
+ }
2857
+ }
2858
+ @media (hover: hover) {
2859
+ .ps .hover\:text-accent-foreground:hover {
2860
+ color: var(--accent-foreground);
2861
+ }
2862
+ }
2863
+ @media (hover: hover) {
2864
+ .ps .hover\:text-destructive:hover {
2865
+ color: var(--destructive);
2866
+ }
2867
+ }
2868
+ @media (hover: hover) {
2869
+ .ps .hover\:text-foreground:hover {
2870
+ color: var(--foreground);
2871
+ }
2872
+ }
2873
+ @media (hover: hover) {
2874
+ .ps .hover\:text-muted-foreground:hover {
2875
+ color: var(--muted-foreground);
2876
+ }
2877
+ }
2878
+ @media (hover: hover) {
2879
+ .ps .hover\:underline:hover {
2880
+ text-decoration-line: underline;
2881
+ }
2882
+ }
2883
+ @media (hover: hover) {
2884
+ .ps .hover\:opacity-100:hover {
2885
+ opacity: 100%;
2886
+ }
2887
+ }
2888
+ @media (hover: hover) {
2889
+ .ps .hover\:before\:bg-table-border:hover::before {
2890
+ content: var(--tw-content);
2891
+ background-color: var(--border);
2892
+ }
2893
+ }
2894
+ .ps .focus\:bg-accent:focus {
2895
+ background-color: var(--accent);
2896
+ }
2897
+ .ps .focus\:text-accent-foreground:focus {
2898
+ color: var(--accent-foreground);
2899
+ }
2900
+ .ps .focus\:opacity-100:focus {
2901
+ opacity: 100%;
2902
+ }
2903
+ .ps .focus\:ring-1:focus {
2904
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2905
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2906
+ }
2907
+ .ps .focus\:ring-2:focus {
2908
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2909
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2910
+ }
2911
+ .ps .focus\:ring-accent-foreground:focus {
2912
+ --tw-ring-color: var(--accent-foreground);
2913
+ }
2914
+ .ps .focus\:ring-ring:focus {
2915
+ --tw-ring-color: var(--ring);
2916
+ }
2917
+ .ps .focus\:ring-offset-1:focus {
2918
+ --tw-ring-offset-width: 1px;
2919
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2920
+ }
2921
+ .ps .focus\:ring-offset-2:focus {
2922
+ --tw-ring-offset-width: 2px;
2923
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2924
+ }
2925
+ .ps .focus\:ring-offset-background:focus {
2926
+ --tw-ring-offset-color: var(--background);
2927
+ }
2928
+ .ps .focus\:outline-none:focus {
2929
+ --tw-outline-style: none;
2930
+ outline-style: none;
2931
+ }
2932
+ .ps .focus-visible\:opacity-100:focus-visible {
2933
+ opacity: 100%;
2934
+ }
2935
+ .ps .focus-visible\:ring-0:focus-visible {
2936
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2937
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2938
+ }
2939
+ .ps .focus-visible\:ring-1:focus-visible {
2940
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2941
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2942
+ }
2943
+ .ps .focus-visible\:ring-2:focus-visible {
2944
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2945
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2946
+ }
2947
+ .ps .focus-visible\:ring-primary\/25:focus-visible {
2948
+ --tw-ring-color: var(--primary);
2949
+ }
2950
+ @supports (color: color-mix(in lab, red, red)) {
2951
+ .ps .focus-visible\:ring-primary\/25:focus-visible {
2952
+ --tw-ring-color: color-mix(in oklab, var(--primary) 25%, transparent);
2953
+ }
2954
+ }
2955
+ .ps .focus-visible\:ring-ring:focus-visible {
2956
+ --tw-ring-color: var(--ring);
2957
+ }
2958
+ .ps .focus-visible\:ring-offset-2:focus-visible {
2959
+ --tw-ring-offset-width: 2px;
2960
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2961
+ }
2962
+ .ps .focus-visible\:ring-offset-background:focus-visible {
2963
+ --tw-ring-offset-color: var(--background);
2964
+ }
2965
+ .ps .focus-visible\:outline-none:focus-visible {
2966
+ --tw-outline-style: none;
2967
+ outline-style: none;
2968
+ }
2969
+ .ps .focus-visible\:before\:bg-table-border:focus-visible::before {
2970
+ content: var(--tw-content);
2971
+ background-color: var(--border);
2972
+ }
2973
+ .ps .disabled\:pointer-events-none:disabled {
2974
+ pointer-events: none;
2975
+ }
2976
+ .ps .disabled\:cursor-not-allowed:disabled {
2977
+ cursor: not-allowed;
2978
+ }
2979
+ .ps .disabled\:opacity-50:disabled {
2980
+ opacity: 50%;
2981
+ }
2982
+ .ps .aria-selected\:text-muted-foreground[aria-selected="true"] {
2983
+ color: var(--muted-foreground);
2984
+ }
2985
+ .ps .aria-selected\:opacity-30[aria-selected="true"] {
2986
+ opacity: 30%;
2987
+ }
2988
+ .ps .aria-selected\:opacity-100[aria-selected="true"] {
2989
+ opacity: 100%;
2990
+ }
2991
+ .ps .data-disabled\:pointer-events-none[data-disabled] {
2992
+ pointer-events: none;
2993
+ }
2994
+ .ps .data-disabled\:opacity-50[data-disabled] {
2995
+ opacity: 50%;
2996
+ }
2997
+ .ps .data-placeholder\:text-muted-foreground[data-placeholder] {
2998
+ color: var(--muted-foreground);
2999
+ }
3000
+ .ps .data-\[active\=true\]\:bg-accent[data-active="true"] {
3001
+ background-color: var(--accent);
3002
+ }
3003
+ .ps .data-\[active\=true\]\:text-foreground[data-active="true"] {
3004
+ color: var(--foreground);
3005
+ }
3006
+ .ps .data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
3007
+ pointer-events: none;
3008
+ }
3009
+ .ps .data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
3010
+ opacity: 50%;
3011
+ }
3012
+ .ps .data-\[focus\=true\]\:ring-2[data-focus="true"] {
3013
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3014
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3015
+ }
3016
+ .ps .data-\[focus\=true\]\:ring-indigo-400[data-focus="true"] {
3017
+ --tw-ring-color: var(--color-indigo-400);
3018
+ }
3019
+ .ps .data-\[focus\=true\]\:ring-inset[data-focus="true"] {
3020
+ --tw-ring-inset: inset;
3021
+ }
3022
+ .ps .data-\[pinning-animating\=from\]\:transition-none[data-pinning-animating="from"] {
3023
+ transition-property: none;
3024
+ }
3025
+ .ps .data-\[pinning-animating\=true\]\:transition-transform[data-pinning-animating="true"] {
3026
+ transition-property: transform, translate, scale, rotate;
3027
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3028
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
3029
+ }
3030
+ .ps .data-\[pinning-animating\=true\]\:duration-\[1000ms\][data-pinning-animating="true"] {
3031
+ --tw-duration: 1000ms;
3032
+ transition-duration: 1000ms;
3033
+ }
3034
+ .ps .data-\[pinning-animating\=true\]\:ease-out[data-pinning-animating="true"] {
3035
+ --tw-ease: var(--ease-out);
3036
+ transition-timing-function: var(--ease-out);
3037
+ }
3038
+ .ps .data-\[pinning-animating\=true\]\:will-change-transform[data-pinning-animating="true"] {
3039
+ will-change: transform;
3040
+ }
3041
+ .ps .data-\[selected\=true\]\:bg-secondary\/90[data-selected="true"] {
3042
+ background-color: var(--secondary);
3043
+ }
3044
+ @supports (color: color-mix(in lab, red, red)) {
3045
+ .ps .data-\[selected\=true\]\:bg-secondary\/90[data-selected="true"] {
3046
+ background-color: color-mix(in oklab, var(--secondary) 90%, transparent);
3047
+ }
3048
+ }
3049
+ .ps .data-\[selected\=true\]\:ring-1[data-selected="true"] {
3050
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3051
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3052
+ }
3053
+ .ps .data-\[selected\=true\]\:ring-border\/60[data-selected="true"] {
3054
+ --tw-ring-color: var(--border);
3055
+ }
3056
+ @supports (color: color-mix(in lab, red, red)) {
3057
+ .ps .data-\[selected\=true\]\:ring-border\/60[data-selected="true"] {
3058
+ --tw-ring-color: color-mix(in oklab, var(--border) 60%, transparent);
3059
+ }
3060
+ }
3061
+ .ps .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
3062
+ --tw-translate-y: calc(var(--spacing) * 1);
3063
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3064
+ }
3065
+ .ps .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
3066
+ --tw-enter-translate-y: calc(2*var(--spacing)*-1);
3067
+ }
3068
+ .ps .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
3069
+ --tw-translate-x: calc(var(--spacing) * -1);
3070
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3071
+ }
3072
+ .ps .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
3073
+ --tw-enter-translate-x: calc(2*var(--spacing));
3074
+ }
3075
+ .ps .data-\[side\=right\]\:translate-x-1[data-side="right"] {
3076
+ --tw-translate-x: calc(var(--spacing) * 1);
3077
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3078
+ }
3079
+ .ps .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
3080
+ --tw-enter-translate-x: calc(2*var(--spacing)*-1);
3081
+ }
3082
+ .ps .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
3083
+ --tw-translate-y: calc(var(--spacing) * -1);
3084
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3085
+ }
3086
+ .ps .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
3087
+ --tw-enter-translate-y: calc(2*var(--spacing));
3088
+ }
3089
+ .ps .data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
3090
+ --tw-translate-x: calc(var(--spacing) * 4);
3091
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3092
+ }
3093
+ .ps .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
3094
+ background-color: var(--primary);
3095
+ }
3096
+ .ps .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
3097
+ color: var(--primary-foreground);
3098
+ }
3099
+ .ps .data-\[state\=closed\]\:animate-out[data-state="closed"] {
3100
+ 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);
3101
+ }
3102
+ .ps .data-\[state\=closed\]\:duration-300[data-state="closed"] {
3103
+ --tw-duration: 300ms;
3104
+ transition-duration: 300ms;
3105
+ }
3106
+ .ps .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
3107
+ --tw-exit-opacity: calc(0/100);
3108
+ --tw-exit-opacity: 0;
3109
+ }
3110
+ .ps .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
3111
+ --tw-exit-scale: calc(95*1%);
3112
+ --tw-exit-scale: .95;
3113
+ }
3114
+ .ps .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
3115
+ --tw-exit-translate-y: 100%;
3116
+ }
3117
+ .ps .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
3118
+ --tw-exit-translate-x: -100%;
3119
+ }
3120
+ .ps .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
3121
+ --tw-exit-translate-x: calc(1/2*-100%);
3122
+ }
3123
+ .ps .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
3124
+ --tw-exit-translate-x: 100%;
3125
+ }
3126
+ .ps .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
3127
+ --tw-exit-translate-y: -100%;
3128
+ }
3129
+ .ps .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
3130
+ --tw-exit-translate-y: calc(48%*-1);
3131
+ }
3132
+ .ps .data-\[state\=on\]\:bg-accent[data-state="on"] {
3133
+ background-color: var(--accent);
3134
+ }
3135
+ .ps .data-\[state\=on\]\:bg-background[data-state="on"] {
3136
+ background-color: var(--background);
3137
+ }
3138
+ .ps .data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
3139
+ color: var(--accent-foreground);
3140
+ }
3141
+ .ps .data-\[state\=on\]\:text-foreground[data-state="on"] {
3142
+ color: var(--foreground);
3143
+ }
3144
+ .ps .data-\[state\=on\]\:shadow-sm[data-state="on"] {
3145
+ --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));
3146
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3147
+ }
3148
+ .ps .data-\[state\=open\]\:animate-in[data-state="open"] {
3149
+ 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);
3150
+ }
3151
+ .ps .data-\[state\=open\]\:border-primary[data-state="open"] {
3152
+ border-color: var(--primary);
3153
+ }
3154
+ .ps .data-\[state\=open\]\:bg-accent[data-state="open"] {
3155
+ background-color: var(--accent);
3156
+ }
3157
+ .ps .data-\[state\=open\]\:bg-secondary[data-state="open"] {
3158
+ background-color: var(--secondary);
3159
+ }
3160
+ .ps .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
3161
+ color: var(--accent-foreground);
3162
+ }
3163
+ .ps .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
3164
+ color: var(--muted-foreground);
3165
+ }
3166
+ .ps .data-\[state\=open\]\:duration-500[data-state="open"] {
3167
+ --tw-duration: 500ms;
3168
+ transition-duration: 500ms;
3169
+ }
3170
+ .ps .data-\[state\=open\]\:fade-in-0[data-state="open"] {
3171
+ --tw-enter-opacity: calc(0/100);
3172
+ --tw-enter-opacity: 0;
3173
+ }
3174
+ .ps .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
3175
+ --tw-enter-scale: calc(95*1%);
3176
+ --tw-enter-scale: .95;
3177
+ }
3178
+ .ps .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
3179
+ --tw-enter-translate-y: 100%;
3180
+ }
3181
+ .ps .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
3182
+ --tw-enter-translate-x: -100%;
3183
+ }
3184
+ .ps .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
3185
+ --tw-enter-translate-x: calc(1/2*-100%);
3186
+ }
3187
+ .ps .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
3188
+ --tw-enter-translate-x: 100%;
3189
+ }
3190
+ .ps .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
3191
+ --tw-enter-translate-y: -100%;
3192
+ }
3193
+ .ps .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
3194
+ --tw-enter-translate-y: calc(48%*-1);
3195
+ }
3196
+ .ps .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
3197
+ background-color: var(--muted);
3198
+ }
3199
+ .ps .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
3200
+ --tw-translate-x: calc(var(--spacing) * 0);
3201
+ translate: var(--tw-translate-x) var(--tw-translate-y);
3202
+ }
3203
+ .ps .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
3204
+ background-color: var(--input);
3205
+ }
3206
+ @media (prefers-reduced-motion: no-preference) {
3207
+ .ps .motion-safe\:origin-center {
3208
+ transform-origin: center;
3209
+ }
3210
+ }
3211
+ @media (prefers-reduced-motion: no-preference) {
3212
+ .ps .motion-safe\:animate-\[ps-discard-wiggle-a_420ms_ease-in-out\] {
3213
+ animation: ps-discard-wiggle-a 420ms ease-in-out;
3214
+ }
3215
+ }
3216
+ @media (prefers-reduced-motion: no-preference) {
3217
+ .ps .motion-safe\:animate-\[ps-discard-wiggle-b_420ms_ease-in-out\] {
3218
+ animation: ps-discard-wiggle-b 420ms ease-in-out;
3219
+ }
3220
+ }
3221
+ @media (prefers-reduced-motion: no-preference) {
3222
+ .ps .motion-safe\:will-change-transform {
3223
+ will-change: transform;
3224
+ }
3225
+ }
3226
+ @media (prefers-reduced-motion: reduce) {
3227
+ .ps .motion-reduce\:transition-none {
3228
+ transition-property: none;
3229
+ }
3230
+ }
3231
+ @media (width >= 40rem) {
3232
+ .ps .sm\:max-w-sm {
3233
+ max-width: var(--container-sm);
3234
+ }
3235
+ }
3236
+ @media (width >= 40rem) {
3237
+ .ps .sm\:flex-row {
3238
+ flex-direction: row;
3239
+ }
3240
+ }
3241
+ @media (width >= 40rem) {
3242
+ .ps .sm\:justify-end {
3243
+ justify-content: flex-end;
3244
+ }
3245
+ }
3246
+ @media (width >= 40rem) {
3247
+ .ps .sm\:rounded-lg {
3248
+ border-radius: var(--radius);
3249
+ }
3250
+ }
3251
+ @media (width >= 40rem) {
3252
+ .ps .sm\:text-left {
3253
+ text-align: left;
3254
+ }
3255
+ }
3256
+ @media (width >= 48rem) {
3257
+ .ps .md\:text-sm {
3258
+ font-size: var(--text-sm);
3259
+ line-height: var(--tw-leading, var(--text-sm--line-height));
3260
+ }
3261
+ }
3262
+ .ps .dark\:scale-0:is(.dark *) {
3263
+ --tw-scale-x: 0%;
3264
+ --tw-scale-y: 0%;
3265
+ --tw-scale-z: 0%;
3266
+ scale: var(--tw-scale-x) var(--tw-scale-y);
3267
+ }
3268
+ .ps .dark\:scale-100:is(.dark *) {
3269
+ --tw-scale-x: 100%;
3270
+ --tw-scale-y: 100%;
3271
+ --tw-scale-z: 100%;
3272
+ scale: var(--tw-scale-x) var(--tw-scale-y);
3273
+ }
3274
+ .ps .dark\:-rotate-90:is(.dark *) {
3275
+ rotate: calc(90deg * -1);
3276
+ }
3277
+ .ps .dark\:rotate-0:is(.dark *) {
3278
+ rotate: 0deg;
3279
+ }
3280
+ .ps .dark\:bg-orange-950:is(.dark *) {
3281
+ background-color: var(--color-orange-950);
3282
+ }
3283
+ .ps .dark\:bg-yellow-300\/60:is(.dark *) {
3284
+ background-color: color-mix(in srgb, oklch(90.5% 0.182 98.111) 60%, transparent);
3285
+ }
3286
+ @supports (color: color-mix(in lab, red, red)) {
3287
+ .ps .dark\:bg-yellow-300\/60:is(.dark *) {
3288
+ background-color: color-mix(in oklab, var(--color-yellow-300) 60%, transparent);
3289
+ }
3290
+ }
3291
+ .ps .dark\:text-orange-300:is(.dark *) {
3292
+ color: var(--color-orange-300);
3293
+ }
3294
+ .ps .dark\:text-white:is(.dark *) {
3295
+ color: var(--color-white);
3296
+ }
3297
+ .ps .\[\&_\.cm-editor\]\:\!border-0 .cm-editor {
3298
+ border-style: var(--tw-border-style) !important;
3299
+ border-width: 0px !important;
3300
+ }
3301
+ .ps .\[\&_\.cm-editor\]\:font-mono .cm-editor {
3302
+ font-family: var(--font-mono);
3303
+ }
3304
+ .ps .\[\&_\.cm-gutters\]\:border-r .cm-gutters {
3305
+ border-right-style: var(--tw-border-style);
3306
+ border-right-width: 1px;
3307
+ }
3308
+ .ps .\[\&_\.cm-gutters\]\:border-border .cm-gutters {
3309
+ border-color: var(--border);
3310
+ }
3311
+ .ps .\[\&_\.cm-gutters\]\:bg-muted\/30 .cm-gutters {
3312
+ background-color: var(--muted);
3313
+ }
3314
+ @supports (color: color-mix(in lab, red, red)) {
3315
+ .ps .\[\&_\.cm-gutters\]\:bg-muted\/30 .cm-gutters {
3316
+ background-color: color-mix(in oklab, var(--muted) 30%, transparent);
3317
+ }
3318
+ }
3319
+ .ps .\[\&_\.cm-line\]\:text-\[15px\] .cm-line {
3320
+ font-size: 15px;
3321
+ }
3322
+ .ps .\[\&_\.cm-scroller\]\:font-mono .cm-scroller {
3323
+ font-family: var(--font-mono);
3324
+ }
3325
+ .ps .\[\&_\[cmdk-group-heading\]\]\:px-3 [cmdk-group-heading] {
3326
+ padding-inline: calc(var(--spacing) * 3);
3327
+ }
3328
+ .ps .\[\&_\[cmdk-group-heading\]\]\:pt-2\.5 [cmdk-group-heading] {
3329
+ padding-top: calc(var(--spacing) * 2.5);
3330
+ }
3331
+ .ps .\[\&_\[cmdk-group-heading\]\]\:pb-1\.5 [cmdk-group-heading] {
3332
+ padding-bottom: calc(var(--spacing) * 1.5);
3333
+ }
3334
+ .ps .\[\&_\[cmdk-group-heading\]\]\:text-\[10px\] [cmdk-group-heading] {
3335
+ font-size: 10px;
3336
+ }
3337
+ .ps .\[\&_\[cmdk-group-heading\]\]\:font-semibold [cmdk-group-heading] {
3338
+ --tw-font-weight: var(--font-weight-semibold);
3339
+ font-weight: var(--font-weight-semibold);
3340
+ }
3341
+ .ps .\[\&_\[cmdk-group-heading\]\]\:tracking-\[0\.16em\] [cmdk-group-heading] {
3342
+ --tw-tracking: 0.16em;
3343
+ letter-spacing: 0.16em;
3344
+ }
3345
+ .ps .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground\/70 [cmdk-group-heading] {
3346
+ color: var(--muted-foreground);
3347
+ }
3348
+ @supports (color: color-mix(in lab, red, red)) {
3349
+ .ps .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground\/70 [cmdk-group-heading] {
3350
+ color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
3351
+ }
3352
+ }
3353
+ .ps .\[\&_\[cmdk-group-heading\]\]\:uppercase [cmdk-group-heading] {
3354
+ text-transform: uppercase;
3355
+ }
3356
+ .ps .\[\&_button\]\:border button {
3357
+ border-style: var(--tw-border-style);
3358
+ border-width: 1px;
3359
+ }
3360
+ .ps .\[\&_button\]\:border-input button {
3361
+ border-color: var(--input);
3362
+ }
3363
+ .ps .\[\&_button\]\:bg-background button {
3364
+ background-color: var(--background);
3365
+ }
3366
+ .ps .\[\&_button\]\:shadow-sm button {
3367
+ --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));
3368
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3369
+ }
3370
+ @media (hover: hover) {
3371
+ .ps .hover\:\[\&_button\]\:bg-accent:hover button {
3372
+ background-color: var(--accent);
3373
+ }
3374
+ }
3375
+ @media (hover: hover) {
3376
+ .ps .hover\:\[\&_button\]\:text-accent-foreground:hover button {
3377
+ color: var(--accent-foreground);
3378
+ }
3379
+ }
3380
+ .ps .\[\&_button_\>_svg\]\:fill-foreground button > svg {
3381
+ fill: var(--foreground);
3382
+ }
3383
+ .ps .\[\&_svg\]\:pointer-events-none svg {
3384
+ pointer-events: none;
3385
+ }
3386
+ .ps .\[\&_svg\]\:size-4 svg {
3387
+ width: calc(var(--spacing) * 4);
3388
+ height: calc(var(--spacing) * 4);
3389
+ }
3390
+ .ps .\[\&_svg\]\:shrink-0 svg {
3391
+ flex-shrink: 0;
3392
+ }
3393
+ .ps .\[\&_svg_\>_path\]\:fill-background svg > path {
3394
+ fill: var(--background);
3395
+ }
3396
+ .ps .\[\&_svg_\>_path\]\:opacity-50 svg > path {
3397
+ opacity: 50%;
3398
+ }
3399
+ .ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 svg > rect {
3400
+ fill: var(--muted-foreground);
3401
+ }
3402
+ @supports (color: color-mix(in lab, red, red)) {
3403
+ .ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 svg > rect {
3404
+ fill: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
3405
+ }
3406
+ }
3407
+ .ps .\[\&_tr\:last-child\]\:border-0 tr:last-child {
3408
+ border-style: var(--tw-border-style);
3409
+ border-width: 0px;
3410
+ }
3411
+ .ps .\[\&\:last-of-type_td\]\:border-b-0:last-of-type td {
3412
+ border-bottom-style: var(--tw-border-style);
3413
+ border-bottom-width: 0px;
3414
+ }
3415
+ .ps .\[\&\>button\]\:bg-primary>button {
3416
+ background-color: var(--primary);
3417
+ }
3418
+ .ps .\[\&\>button\]\:bg-transparent>button {
3419
+ background-color: transparent;
3420
+ }
3421
+ .ps .\[\&\>button\]\:font-bold>button {
3422
+ --tw-font-weight: var(--font-weight-bold);
3423
+ font-weight: var(--font-weight-bold);
3424
+ }
3425
+ .ps .\[\&\>button\]\:text-accent-foreground>button {
3426
+ color: var(--accent-foreground);
3427
+ }
3428
+ .ps .\[\&\>button\]\:text-foreground\!>button {
3429
+ color: var(--foreground) !important;
3430
+ }
3431
+ .ps .\[\&\>button\]\:text-primary-foreground>button {
3432
+ color: var(--primary-foreground);
3433
+ }
3434
+ @media (hover: hover) {
3435
+ .ps .\[\&\>button\]\:hover\:bg-primary>button:hover {
3436
+ background-color: var(--primary);
3437
+ }
3438
+ }
3439
+ @media (hover: hover) {
3440
+ .ps .\[\&\>button\]\:hover\:bg-transparent>button:hover {
3441
+ background-color: transparent;
3442
+ }
3443
+ }
3444
+ @media (hover: hover) {
3445
+ .ps .\[\&\>button\]\:hover\:text-foreground\!>button:hover {
3446
+ color: var(--foreground) !important;
3447
+ }
3448
+ }
3449
+ @media (hover: hover) {
3450
+ .ps .\[\&\>button\]\:hover\:text-primary-foreground>button:hover {
3451
+ color: var(--primary-foreground);
3452
+ }
3453
+ }
3454
+ .ps .\[\&\>span\]\:line-clamp-1>span {
3455
+ overflow: hidden;
3456
+ display: -webkit-box;
3457
+ -webkit-box-orient: vertical;
3458
+ -webkit-line-clamp: 1;
3459
+ }
3460
+ .ps .\[\&\>svg\]\:size-4>svg {
3461
+ width: calc(var(--spacing) * 4);
3462
+ height: calc(var(--spacing) * 4);
3463
+ }
3464
+ .ps .\[\&\>svg\]\:shrink-0>svg {
3465
+ flex-shrink: 0;
3466
+ }
3467
+ .ps .\[\&\>tr\]\:last\:border-b-0>tr:last-child {
3468
+ border-bottom-style: var(--tw-border-style);
3469
+ border-bottom-width: 0px;
3470
+ }
3471
+ .ps .\[\&\[aria-selected\]\>button\]\:bg-primary[aria-selected]>button {
3472
+ background-color: var(--primary);
3473
+ }
3474
+ .ps .\[\&\[aria-selected\]\>button\]\:text-primary-foreground[aria-selected]>button {
3475
+ color: var(--primary-foreground);
3476
+ }
3477
+ @property --tw-animation-delay {
3478
+ syntax: "*";
3479
+ inherits: false;
3480
+ initial-value: 0s;
3481
+ }
3482
+ @property --tw-animation-direction {
3483
+ syntax: "*";
3484
+ inherits: false;
3485
+ initial-value: normal;
3486
+ }
3487
+ @property --tw-animation-duration {
3488
+ syntax: "*";
3489
+ inherits: false;
3490
+ }
3491
+ @property --tw-animation-fill-mode {
3492
+ syntax: "*";
3493
+ inherits: false;
3494
+ initial-value: none;
3495
+ }
3496
+ @property --tw-animation-iteration-count {
3497
+ syntax: "*";
3498
+ inherits: false;
3499
+ initial-value: 1;
3500
+ }
3501
+ @property --tw-enter-blur {
3502
+ syntax: "*";
3503
+ inherits: false;
3504
+ initial-value: 0;
3505
+ }
3506
+ @property --tw-enter-opacity {
3507
+ syntax: "*";
3508
+ inherits: false;
3509
+ initial-value: 1;
3510
+ }
3511
+ @property --tw-enter-rotate {
3512
+ syntax: "*";
3513
+ inherits: false;
3514
+ initial-value: 0;
3515
+ }
3516
+ @property --tw-enter-scale {
3517
+ syntax: "*";
3518
+ inherits: false;
3519
+ initial-value: 1;
3520
+ }
3521
+ @property --tw-enter-translate-x {
3522
+ syntax: "*";
3523
+ inherits: false;
3524
+ initial-value: 0;
3525
+ }
3526
+ @property --tw-enter-translate-y {
3527
+ syntax: "*";
3528
+ inherits: false;
3529
+ initial-value: 0;
3530
+ }
3531
+ @property --tw-exit-blur {
3532
+ syntax: "*";
3533
+ inherits: false;
3534
+ initial-value: 0;
3535
+ }
3536
+ @property --tw-exit-opacity {
3537
+ syntax: "*";
3538
+ inherits: false;
3539
+ initial-value: 1;
3540
+ }
3541
+ @property --tw-exit-rotate {
3542
+ syntax: "*";
3543
+ inherits: false;
3544
+ initial-value: 0;
3545
+ }
3546
+ @property --tw-exit-scale {
3547
+ syntax: "*";
3548
+ inherits: false;
3549
+ initial-value: 1;
3550
+ }
3551
+ @property --tw-exit-translate-x {
3552
+ syntax: "*";
3553
+ inherits: false;
3554
+ initial-value: 0;
3555
+ }
3556
+ @property --tw-exit-translate-y {
3557
+ syntax: "*";
3558
+ inherits: false;
3559
+ initial-value: 0;
3560
+ }
3561
+ .ps tr:hover .ps-staged-cell::before {
3562
+ background-color: var(--studio-staged-cell-background-hover);
3563
+ }
3564
+ .ps {
3565
+ --radius: 0.5rem;
3566
+ --background: oklch(1 0 0);
3567
+ --foreground: oklch(0.141 0.005 285.823);
3568
+ --card: oklch(1 0 0);
3569
+ --card-foreground: oklch(0.141 0.005 285.823);
3570
+ --popover: oklch(1 0 0);
3571
+ --popover-foreground: oklch(0.141 0.005 285.823);
3572
+ --primary: oklch(0.64 0.1423 268.56);
3573
+ --primary-foreground: oklch(0.985 0 0);
3574
+ --secondary: oklch(0.967 0.001 286.375);
3575
+ --secondary-foreground: oklch(0.21 0.006 285.885);
3576
+ --muted: oklch(0.967 0.001 286.375);
3577
+ --muted-foreground: oklch(0.552 0.016 285.938);
3578
+ --accent: oklch(0.967 0.001 286.375);
3579
+ --accent-foreground: oklch(0.21 0.006 285.885);
3580
+ --destructive: oklch(0.577 0.245 27.325);
3581
+ --destructive-foreground: oklch(0.985 0 0);
3582
+ --border: oklch(0.92 0.004 286.32);
3583
+ --input: oklch(0.92 0.004 286.32);
3584
+ --ring: oklch(0.705 0.015 286.067);
3585
+ --chart-1: oklch(0.646 0.222 41.116);
3586
+ --chart-2: oklch(0.6 0.118 184.704);
3587
+ --chart-3: oklch(0.398 0.07 227.392);
3588
+ --chart-4: oklch(0.828 0.189 84.429);
3589
+ --chart-5: oklch(0.769 0.188 70.08);
3590
+ --studio-cell-spacing: 0.5rem;
3591
+ --studio-cell-height: 38px;
3592
+ --studio-staged-cell-background: oklch(0.97 0.025 95 / 0.78);
3593
+ --studio-staged-cell-background-hover: oklch(0.955 0.035 95 / 0.84);
3594
+ --text-xs: 0.75rem;
3595
+ }
3596
+ .ps.dark {
3597
+ --background: oklch(0.141 0.005 285.823);
3598
+ --foreground: oklch(0.985 0 0);
3599
+ --card: oklch(0.21 0.006 285.885);
3600
+ --card-foreground: oklch(0.985 0 0);
3601
+ --popover: oklch(0.21 0.006 285.885);
3602
+ --popover-foreground: oklch(0.985 0 0);
3603
+ --primary: oklch(0.64 0.1423 268.56);
3604
+ --primary-foreground: oklch(0.21 0.006 285.885);
3605
+ --secondary: oklch(0.274 0.006 286.033);
3606
+ --secondary-foreground: oklch(0.985 0 0);
3607
+ --muted: oklch(0.274 0.006 286.033);
3608
+ --muted-foreground: oklch(0.705 0.015 286.067);
3609
+ --accent: oklch(0.274 0.006 286.033);
3610
+ --accent-foreground: oklch(0.985 0 0);
3611
+ --destructive: oklch(0.704 0.191 22.216);
3612
+ --destructive-foreground: oklch(0.985 0 0);
3613
+ --border: oklch(1 0 0 / 10%);
3614
+ --input: oklch(1 0 0 / 15%);
3615
+ --ring: oklch(0.552 0.016 285.938);
3616
+ --chart-1: oklch(0.488 0.243 264.376);
3617
+ --chart-2: oklch(0.696 0.17 162.48);
3618
+ --chart-3: oklch(0.769 0.188 70.08);
3619
+ --chart-4: oklch(0.627 0.265 303.9);
3620
+ --chart-5: oklch(0.645 0.246 16.439);
3621
+ --studio-staged-cell-background: oklch(0.58 0.042 92 / 0.18);
3622
+ --studio-staged-cell-background-hover: oklch(0.63 0.05 92 / 0.24);
3623
+ }
3624
+ .ps a,
3625
+ .ps button {
3626
+ cursor: pointer;
3627
+ }
3628
+ .ps *, .ps ::after, .ps ::before, .ps ::backdrop, .ps ::file-selector-button {
3629
+ box-sizing: border-box;
3630
+ margin: 0;
3631
+ padding: 0;
3632
+ border: 0 solid;
3633
+ }
3634
+ .ps html, .ps :host {
3635
+ line-height: 1.5;
3636
+ -webkit-text-size-adjust: 100%;
3637
+ tab-size: 4;
3638
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
3639
+ font-feature-settings: var(--default-font-feature-settings, normal);
3640
+ font-variation-settings: var(--default-font-variation-settings, normal);
3641
+ -webkit-tap-highlight-color: transparent;
3642
+ }
3643
+ .ps hr {
3644
+ height: 0;
3645
+ color: inherit;
3646
+ border-top-width: 1px;
3647
+ }
3648
+ .ps abbr:where([title]) {
3649
+ -webkit-text-decoration: underline dotted;
3650
+ text-decoration: underline dotted;
3651
+ }
3652
+ .ps h1, .ps h2, .ps h3, .ps h4, .ps h5, .ps h6 {
3653
+ font-size: inherit;
3654
+ font-weight: inherit;
3655
+ }
3656
+ .ps a {
3657
+ color: inherit;
3658
+ -webkit-text-decoration: inherit;
3659
+ text-decoration: inherit;
3660
+ }
3661
+ .ps b, .ps strong {
3662
+ font-weight: bolder;
3663
+ }
3664
+ .ps code, .ps kbd, .ps samp, .ps pre {
3665
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
3666
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
3667
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
3668
+ font-size: 1em;
3669
+ }
3670
+ .ps small {
3671
+ font-size: 80%;
3672
+ }
3673
+ .ps sub, .ps sup {
3674
+ font-size: 75%;
3675
+ line-height: 0;
3676
+ position: relative;
3677
+ vertical-align: baseline;
3678
+ }
3679
+ .ps sub {
3680
+ bottom: -0.25em;
3681
+ }
3682
+ .ps sup {
3683
+ top: -0.5em;
3684
+ }
3685
+ .ps table {
3686
+ text-indent: 0;
3687
+ border-color: inherit;
3688
+ border-collapse: collapse;
3689
+ }
3690
+ .ps :-moz-focusring {
3691
+ outline: auto;
3692
+ }
3693
+ .ps progress {
3694
+ vertical-align: baseline;
3695
+ }
3696
+ .ps summary {
3697
+ display: list-item;
3698
+ }
3699
+ .ps ol, .ps ul, .ps menu {
3700
+ list-style: none;
3701
+ }
3702
+ .ps img, .ps svg, .ps video, .ps canvas, .ps audio, .ps iframe, .ps embed, .ps object {
3703
+ display: block;
3704
+ vertical-align: middle;
3705
+ }
3706
+ .ps img, .ps video {
3707
+ max-width: 100%;
3708
+ height: auto;
3709
+ }
3710
+ .ps button, .ps input, .ps select, .ps optgroup, .ps textarea, .ps ::file-selector-button {
3711
+ font: inherit;
3712
+ font-feature-settings: inherit;
3713
+ font-variation-settings: inherit;
3714
+ letter-spacing: inherit;
3715
+ color: inherit;
3716
+ border-radius: 0;
3717
+ background-color: transparent;
3718
+ opacity: 1;
3719
+ }
3720
+ .ps :where(select:is([multiple], [size])) optgroup {
3721
+ font-weight: bolder;
3722
+ }
3723
+ .ps :where(select:is([multiple], [size])) optgroup option {
3724
+ padding-inline-start: 20px;
3725
+ }
3726
+ .ps ::file-selector-button {
3727
+ margin-inline-end: 4px;
3728
+ }
3729
+ .ps ::placeholder {
3730
+ opacity: 1;
3731
+ }
3732
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
3733
+ .ps ::placeholder {
3734
+ color: currentcolor;
3735
+ }
3736
+ @supports (color: color-mix(in lab, red, red)) {
3737
+ .ps ::placeholder {
3738
+ color: color-mix(in oklab, currentcolor 50%, transparent);
3739
+ }
3740
+ }
3741
+ }
3742
+ .ps textarea {
3743
+ resize: vertical;
3744
+ }
3745
+ .ps ::-webkit-search-decoration {
3746
+ -webkit-appearance: none;
3747
+ }
3748
+ .ps ::-webkit-date-and-time-value {
3749
+ min-height: 1lh;
3750
+ text-align: inherit;
3751
+ }
3752
+ .ps ::-webkit-datetime-edit {
3753
+ display: inline-flex;
3754
+ }
3755
+ .ps ::-webkit-datetime-edit-fields-wrapper {
3756
+ padding: 0;
3757
+ }
3758
+ .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 {
3759
+ padding-block: 0;
3760
+ }
3761
+ .ps ::-webkit-calendar-picker-indicator {
3762
+ line-height: 1;
3763
+ }
3764
+ .ps :-moz-ui-invalid {
3765
+ box-shadow: none;
3766
+ }
3767
+ .ps button, .ps input:where([type='button'], [type='reset'], [type='submit']), .ps ::file-selector-button {
3768
+ appearance: button;
3769
+ }
3770
+ .ps ::-webkit-inner-spin-button, .ps ::-webkit-outer-spin-button {
3771
+ height: auto;
3772
+ }
3773
+ .ps [hidden]:where(:not([hidden='until-found'])) {
3774
+ display: none !important;
3775
+ }
3776
+ .ps [data-radix-popper-content-wrapper] {
3777
+ z-index: 950 !important;
3778
+ }
3779
+ @property --tw-leading {
3780
+ syntax: "*";
3781
+ inherits: false;
3782
+ }
3783
+ @property --tw-border-spacing-x {
3784
+ syntax: "<length>";
3785
+ inherits: false;
3786
+ initial-value: 0;
3787
+ }
3788
+ @property --tw-border-spacing-y {
3789
+ syntax: "<length>";
3790
+ inherits: false;
3791
+ initial-value: 0;
3792
+ }
3793
+ @property --tw-translate-x {
3794
+ syntax: "*";
3795
+ inherits: false;
3796
+ initial-value: 0;
3797
+ }
3798
+ @property --tw-translate-y {
3799
+ syntax: "*";
3800
+ inherits: false;
3801
+ initial-value: 0;
3802
+ }
3803
+ @property --tw-translate-z {
3804
+ syntax: "*";
3805
+ inherits: false;
3806
+ initial-value: 0;
3807
+ }
3808
+ @property --tw-scale-x {
3809
+ syntax: "*";
3810
+ inherits: false;
3811
+ initial-value: 1;
3812
+ }
3813
+ @property --tw-scale-y {
3814
+ syntax: "*";
3815
+ inherits: false;
3816
+ initial-value: 1;
3817
+ }
3818
+ @property --tw-scale-z {
3819
+ syntax: "*";
3820
+ inherits: false;
3821
+ initial-value: 1;
3822
+ }
3823
+ @property --tw-rotate-x {
3824
+ syntax: "*";
3825
+ inherits: false;
3826
+ }
3827
+ @property --tw-rotate-y {
3828
+ syntax: "*";
3829
+ inherits: false;
3830
+ }
3831
+ @property --tw-rotate-z {
3832
+ syntax: "*";
3833
+ inherits: false;
3834
+ }
3835
+ @property --tw-skew-x {
3836
+ syntax: "*";
3837
+ inherits: false;
3838
+ }
3839
+ @property --tw-skew-y {
3840
+ syntax: "*";
3841
+ inherits: false;
3842
+ }
3843
+ @property --tw-space-y-reverse {
3844
+ syntax: "*";
3845
+ inherits: false;
3846
+ initial-value: 0;
3847
+ }
3848
+ @property --tw-border-style {
3849
+ syntax: "*";
3850
+ inherits: false;
3851
+ initial-value: solid;
3852
+ }
3853
+ @property --tw-font-weight {
3854
+ syntax: "*";
3855
+ inherits: false;
3856
+ }
3857
+ @property --tw-tracking {
3858
+ syntax: "*";
3859
+ inherits: false;
3860
+ }
3861
+ @property --tw-ordinal {
3862
+ syntax: "*";
3863
+ inherits: false;
3864
+ }
3865
+ @property --tw-slashed-zero {
3866
+ syntax: "*";
3867
+ inherits: false;
3868
+ }
3869
+ @property --tw-numeric-figure {
3870
+ syntax: "*";
3871
+ inherits: false;
3872
+ }
3873
+ @property --tw-numeric-spacing {
3874
+ syntax: "*";
3875
+ inherits: false;
3876
+ }
3877
+ @property --tw-numeric-fraction {
3878
+ syntax: "*";
3879
+ inherits: false;
3880
+ }
3881
+ @property --tw-shadow {
3882
+ syntax: "*";
3883
+ inherits: false;
3884
+ initial-value: 0 0 #0000;
3885
+ }
3886
+ @property --tw-shadow-color {
3887
+ syntax: "*";
3888
+ inherits: false;
3889
+ }
3890
+ @property --tw-shadow-alpha {
3891
+ syntax: "<percentage>";
3892
+ inherits: false;
3893
+ initial-value: 100%;
3894
+ }
3895
+ @property --tw-inset-shadow {
3896
+ syntax: "*";
3897
+ inherits: false;
3898
+ initial-value: 0 0 #0000;
3899
+ }
3900
+ @property --tw-inset-shadow-color {
3901
+ syntax: "*";
3902
+ inherits: false;
3903
+ }
3904
+ @property --tw-inset-shadow-alpha {
3905
+ syntax: "<percentage>";
3906
+ inherits: false;
3907
+ initial-value: 100%;
3908
+ }
3909
+ @property --tw-ring-color {
3910
+ syntax: "*";
3911
+ inherits: false;
3912
+ }
3913
+ @property --tw-ring-shadow {
3914
+ syntax: "*";
3915
+ inherits: false;
3916
+ initial-value: 0 0 #0000;
3917
+ }
3918
+ @property --tw-inset-ring-color {
3919
+ syntax: "*";
3920
+ inherits: false;
3921
+ }
3922
+ @property --tw-inset-ring-shadow {
3923
+ syntax: "*";
3924
+ inherits: false;
3925
+ initial-value: 0 0 #0000;
3926
+ }
3927
+ @property --tw-ring-inset {
3928
+ syntax: "*";
3929
+ inherits: false;
3930
+ }
3931
+ @property --tw-ring-offset-width {
3932
+ syntax: "<length>";
3933
+ inherits: false;
3934
+ initial-value: 0px;
3935
+ }
3936
+ @property --tw-ring-offset-color {
3937
+ syntax: "*";
3938
+ inherits: false;
3939
+ initial-value: #fff;
3940
+ }
3941
+ @property --tw-ring-offset-shadow {
3942
+ syntax: "*";
3943
+ inherits: false;
3944
+ initial-value: 0 0 #0000;
3945
+ }
3946
+ @property --tw-outline-style {
3947
+ syntax: "*";
3948
+ inherits: false;
3949
+ initial-value: solid;
3950
+ }
3951
+ @property --tw-blur {
3952
+ syntax: "*";
3953
+ inherits: false;
3954
+ }
3955
+ @property --tw-brightness {
3956
+ syntax: "*";
3957
+ inherits: false;
3958
+ }
3959
+ @property --tw-contrast {
3960
+ syntax: "*";
3961
+ inherits: false;
3962
+ }
3963
+ @property --tw-grayscale {
3964
+ syntax: "*";
3965
+ inherits: false;
3966
+ }
3967
+ @property --tw-hue-rotate {
3968
+ syntax: "*";
3969
+ inherits: false;
3970
+ }
3971
+ @property --tw-invert {
3972
+ syntax: "*";
3973
+ inherits: false;
3974
+ }
3975
+ @property --tw-opacity {
3976
+ syntax: "*";
3977
+ inherits: false;
3978
+ }
3979
+ @property --tw-saturate {
3980
+ syntax: "*";
3981
+ inherits: false;
3982
+ }
3983
+ @property --tw-sepia {
3984
+ syntax: "*";
3985
+ inherits: false;
3986
+ }
3987
+ @property --tw-drop-shadow {
3988
+ syntax: "*";
3989
+ inherits: false;
3990
+ }
3991
+ @property --tw-drop-shadow-color {
3992
+ syntax: "*";
3993
+ inherits: false;
3994
+ }
3995
+ @property --tw-drop-shadow-alpha {
3996
+ syntax: "<percentage>";
3997
+ inherits: false;
3998
+ initial-value: 100%;
3999
+ }
4000
+ @property --tw-drop-shadow-size {
4001
+ syntax: "*";
4002
+ inherits: false;
4003
+ }
4004
+ @property --tw-backdrop-blur {
4005
+ syntax: "*";
4006
+ inherits: false;
4007
+ }
4008
+ @property --tw-backdrop-brightness {
4009
+ syntax: "*";
4010
+ inherits: false;
4011
+ }
4012
+ @property --tw-backdrop-contrast {
4013
+ syntax: "*";
4014
+ inherits: false;
4015
+ }
4016
+ @property --tw-backdrop-grayscale {
4017
+ syntax: "*";
4018
+ inherits: false;
4019
+ }
4020
+ @property --tw-backdrop-hue-rotate {
4021
+ syntax: "*";
4022
+ inherits: false;
4023
+ }
4024
+ @property --tw-backdrop-invert {
4025
+ syntax: "*";
4026
+ inherits: false;
4027
+ }
4028
+ @property --tw-backdrop-opacity {
4029
+ syntax: "*";
4030
+ inherits: false;
4031
+ }
4032
+ @property --tw-backdrop-saturate {
4033
+ syntax: "*";
4034
+ inherits: false;
4035
+ }
4036
+ @property --tw-backdrop-sepia {
4037
+ syntax: "*";
4038
+ inherits: false;
4039
+ }
4040
+ @property --tw-duration {
4041
+ syntax: "*";
4042
+ inherits: false;
4043
+ }
4044
+ @property --tw-ease {
4045
+ syntax: "*";
4046
+ inherits: false;
4047
+ }
4048
+ @property --tw-content {
4049
+ syntax: "*";
4050
+ initial-value: "";
4051
+ inherits: false;
4052
+ }
4053
+ @keyframes spin {
4054
+ to {
4055
+ transform: rotate(360deg);
4056
+ }
4057
+ }
4058
+ @keyframes pulse {
4059
+ 50% {
4060
+ opacity: 0.5;
4061
+ }
4062
+ }
4063
+ @keyframes enter {
4064
+ from {
4065
+ opacity: var(--tw-enter-opacity,1);
4066
+ 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));
4067
+ filter: blur(var(--tw-enter-blur,0));
4068
+ }
4069
+ }
4070
+ @keyframes exit {
4071
+ to {
4072
+ opacity: var(--tw-exit-opacity,1);
4073
+ 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));
4074
+ filter: blur(var(--tw-exit-blur,0));
4075
+ }
4076
+ }
4077
+ @keyframes indeterminate {
4078
+ 0% {
4079
+ transform: translateX(-100%);
4080
+ }
4081
+ 100% {
4082
+ transform: translateX(400%);
4083
+ }
4084
+ }
4085
+ @keyframes ps-discard-wiggle-a {
4086
+ 0%,
4087
+ 100% {
4088
+ transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
4089
+ }
4090
+ 18% {
4091
+ transform: translate3d(-8px, 0, 0) rotate(-3deg) scale(1.05);
4092
+ }
4093
+ 42% {
4094
+ transform: translate3d(8px, -1px, 0) rotate(3deg) scale(1.08);
4095
+ }
4096
+ 64% {
4097
+ transform: translate3d(-5px, 0, 0) rotate(-1.8deg) scale(1.04);
4098
+ }
4099
+ 82% {
4100
+ transform: translate3d(3px, 0, 0) rotate(1deg) scale(1.02);
4101
+ }
4102
+ }
4103
+ @keyframes ps-discard-wiggle-b {
4104
+ 0%,
4105
+ 100% {
4106
+ transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
4107
+ }
4108
+ 18% {
4109
+ transform: translate3d(8px, 0, 0) rotate(3deg) scale(1.05);
4110
+ }
4111
+ 42% {
4112
+ transform: translate3d(-8px, -1px, 0) rotate(-3deg) scale(1.08);
4113
+ }
4114
+ 64% {
4115
+ transform: translate3d(5px, 0, 0) rotate(1.8deg) scale(1.04);
4116
+ }
4117
+ 82% {
4118
+ transform: translate3d(-3px, 0, 0) rotate(-1deg) scale(1.02);
4119
+ }
4120
+ }
4121
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
4122
+ .ps *, .ps ::before, .ps ::after, .ps ::backdrop {
4123
+ --tw-leading: initial;
4124
+ --tw-border-spacing-x: 0;
4125
+ --tw-border-spacing-y: 0;
4126
+ --tw-translate-x: 0;
4127
+ --tw-translate-y: 0;
4128
+ --tw-translate-z: 0;
4129
+ --tw-scale-x: 1;
4130
+ --tw-scale-y: 1;
4131
+ --tw-scale-z: 1;
4132
+ --tw-rotate-x: initial;
4133
+ --tw-rotate-y: initial;
4134
+ --tw-rotate-z: initial;
4135
+ --tw-skew-x: initial;
4136
+ --tw-skew-y: initial;
4137
+ --tw-space-y-reverse: 0;
4138
+ --tw-border-style: solid;
4139
+ --tw-font-weight: initial;
4140
+ --tw-tracking: initial;
4141
+ --tw-ordinal: initial;
4142
+ --tw-slashed-zero: initial;
4143
+ --tw-numeric-figure: initial;
4144
+ --tw-numeric-spacing: initial;
4145
+ --tw-numeric-fraction: initial;
4146
+ --tw-shadow: 0 0 #0000;
4147
+ --tw-shadow-color: initial;
4148
+ --tw-shadow-alpha: 100%;
4149
+ --tw-inset-shadow: 0 0 #0000;
4150
+ --tw-inset-shadow-color: initial;
4151
+ --tw-inset-shadow-alpha: 100%;
4152
+ --tw-ring-color: initial;
4153
+ --tw-ring-shadow: 0 0 #0000;
4154
+ --tw-inset-ring-color: initial;
4155
+ --tw-inset-ring-shadow: 0 0 #0000;
4156
+ --tw-ring-inset: initial;
4157
+ --tw-ring-offset-width: 0px;
4158
+ --tw-ring-offset-color: #fff;
4159
+ --tw-ring-offset-shadow: 0 0 #0000;
4160
+ --tw-outline-style: solid;
4161
+ --tw-blur: initial;
4162
+ --tw-brightness: initial;
4163
+ --tw-contrast: initial;
4164
+ --tw-grayscale: initial;
4165
+ --tw-hue-rotate: initial;
4166
+ --tw-invert: initial;
4167
+ --tw-opacity: initial;
4168
+ --tw-saturate: initial;
4169
+ --tw-sepia: initial;
4170
+ --tw-drop-shadow: initial;
4171
+ --tw-drop-shadow-color: initial;
4172
+ --tw-drop-shadow-alpha: 100%;
4173
+ --tw-drop-shadow-size: initial;
4174
+ --tw-backdrop-blur: initial;
4175
+ --tw-backdrop-brightness: initial;
4176
+ --tw-backdrop-contrast: initial;
4177
+ --tw-backdrop-grayscale: initial;
4178
+ --tw-backdrop-hue-rotate: initial;
4179
+ --tw-backdrop-invert: initial;
4180
+ --tw-backdrop-opacity: initial;
4181
+ --tw-backdrop-saturate: initial;
4182
+ --tw-backdrop-sepia: initial;
4183
+ --tw-duration: initial;
4184
+ --tw-ease: initial;
4185
+ --tw-content: "";
4186
+ --tw-animation-delay: 0s;
4187
+ --tw-animation-direction: normal;
4188
+ --tw-animation-duration: initial;
4189
+ --tw-animation-fill-mode: none;
4190
+ --tw-animation-iteration-count: 1;
4191
+ --tw-enter-blur: 0;
4192
+ --tw-enter-opacity: 1;
4193
+ --tw-enter-rotate: 0;
4194
+ --tw-enter-scale: 1;
4195
+ --tw-enter-translate-x: 0;
4196
+ --tw-enter-translate-y: 0;
4197
+ --tw-exit-blur: 0;
4198
+ --tw-exit-opacity: 1;
4199
+ --tw-exit-rotate: 0;
4200
+ --tw-exit-scale: 1;
4201
+ --tw-exit-translate-x: 0;
4202
+ --tw-exit-translate-y: 0;
4203
+ }
4204
+ }