@supabase/lite 0.0.1-next.1

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.
Files changed (37) hide show
  1. package/dist/Connection-rAPmec1m.d.ts +710 -0
  2. package/dist/cli/index.d.ts +1 -0
  3. package/dist/cli/index.js +30950 -0
  4. package/dist/cli/lib.d.ts +158 -0
  5. package/dist/cli/lib.js +18598 -0
  6. package/dist/db/browser/index.d.ts +550 -0
  7. package/dist/db/browser/index.js +16112 -0
  8. package/dist/db/bun/index.d.ts +548 -0
  9. package/dist/db/bun/index.js +16100 -0
  10. package/dist/db/fallback.d.ts +182 -0
  11. package/dist/db/fallback.js +15996 -0
  12. package/dist/db/node/index.d.ts +547 -0
  13. package/dist/db/node/index.js +16093 -0
  14. package/dist/db/postgres/BasePostgresConnection-B7zHDAib.d.ts +24 -0
  15. package/dist/db/postgres/PostgresConnection.d.ts +16 -0
  16. package/dist/db/postgres/PostgresConnection.js +611 -0
  17. package/dist/db/postgres/pglite/PgliteConnection.d.ts +38 -0
  18. package/dist/db/postgres/pglite/PgliteConnection.js +890 -0
  19. package/dist/db/workerd/index.d.ts +570 -0
  20. package/dist/db/workerd/index.js +16218 -0
  21. package/dist/index-xv_pDjEt.d.ts +769 -0
  22. package/dist/index.d.ts +2498 -0
  23. package/dist/index.js +32305 -0
  24. package/dist/static/.vite/manifest.json +11 -0
  25. package/dist/static/assets/main-BsWx0q9l.js +40913 -0
  26. package/dist/static/assets/main-DexXgo9R.css +4002 -0
  27. package/dist/static/favicon.ico +0 -0
  28. package/dist/static/fonts/CustomFont-Black.woff2 +0 -0
  29. package/dist/static/fonts/CustomFont-BlackItalic.woff2 +0 -0
  30. package/dist/static/fonts/CustomFont-Bold.woff2 +0 -0
  31. package/dist/static/fonts/CustomFont-BoldItalic.woff2 +0 -0
  32. package/dist/static/fonts/CustomFont-Book.woff2 +0 -0
  33. package/dist/static/fonts/CustomFont-BookItalic.woff2 +0 -0
  34. package/dist/static/fonts/CustomFont-Medium.woff2 +0 -0
  35. package/dist/vite/index.d.ts +3017 -0
  36. package/dist/vite/index.js +1923 -0
  37. package/package.json +195 -0
@@ -0,0 +1,4002 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
2
+
3
+ @font-face {
4
+ font-family: "CustomFont";
5
+ src: url("/fonts/CustomFont-Book.woff2") format("woff2");
6
+ font-weight: 400;
7
+ font-style: normal;
8
+ font-display: swap;
9
+ }
10
+
11
+ @font-face {
12
+ font-family: "CustomFont";
13
+ src: url("/fonts/CustomFont-BookItalic.woff2") format("woff2");
14
+ font-weight: 400;
15
+ font-style: italic;
16
+ font-display: swap;
17
+ }
18
+
19
+ @font-face {
20
+ font-family: "CustomFont";
21
+ src: url("/fonts/CustomFont-Medium.woff2") format("woff2");
22
+ font-weight: 500;
23
+ font-style: normal;
24
+ font-display: swap;
25
+ }
26
+
27
+ @font-face {
28
+ font-family: "CustomFont";
29
+ src: url("/fonts/CustomFont-Bold.woff2") format("woff2");
30
+ font-weight: 700;
31
+ font-style: normal;
32
+ font-display: swap;
33
+ }
34
+
35
+ @font-face {
36
+ font-family: "CustomFont";
37
+ src: url("/fonts/CustomFont-BoldItalic.woff2") format("woff2");
38
+ font-weight: 700;
39
+ font-style: italic;
40
+ font-display: swap;
41
+ }
42
+
43
+ @font-face {
44
+ font-family: "CustomFont";
45
+ src: url("/fonts/CustomFont-Black.woff2") format("woff2");
46
+ font-weight: 800;
47
+ font-style: normal;
48
+ font-display: swap;
49
+ }
50
+
51
+ @font-face {
52
+ font-family: "CustomFont";
53
+ src: url("/fonts/CustomFont-BlackItalic.woff2") format("woff2");
54
+ font-weight: 800;
55
+ font-style: italic;
56
+ font-display: swap;
57
+ }
58
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
59
+ @layer properties {
60
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
61
+ *, :before, :after, ::backdrop {
62
+ --tw-translate-x: 0;
63
+ --tw-translate-y: 0;
64
+ --tw-translate-z: 0;
65
+ --tw-scale-x: 1;
66
+ --tw-scale-y: 1;
67
+ --tw-scale-z: 1;
68
+ --tw-rotate-x: initial;
69
+ --tw-rotate-y: initial;
70
+ --tw-rotate-z: initial;
71
+ --tw-skew-x: initial;
72
+ --tw-skew-y: initial;
73
+ --tw-space-y-reverse: 0;
74
+ --tw-space-x-reverse: 0;
75
+ --tw-border-style: solid;
76
+ --tw-leading: initial;
77
+ --tw-font-weight: initial;
78
+ --tw-tracking: initial;
79
+ --tw-ordinal: initial;
80
+ --tw-slashed-zero: initial;
81
+ --tw-numeric-figure: initial;
82
+ --tw-numeric-spacing: initial;
83
+ --tw-numeric-fraction: initial;
84
+ --tw-shadow: 0 0 #0000;
85
+ --tw-shadow-color: initial;
86
+ --tw-shadow-alpha: 100%;
87
+ --tw-inset-shadow: 0 0 #0000;
88
+ --tw-inset-shadow-color: initial;
89
+ --tw-inset-shadow-alpha: 100%;
90
+ --tw-ring-color: initial;
91
+ --tw-ring-shadow: 0 0 #0000;
92
+ --tw-inset-ring-color: initial;
93
+ --tw-inset-ring-shadow: 0 0 #0000;
94
+ --tw-ring-inset: initial;
95
+ --tw-ring-offset-width: 0px;
96
+ --tw-ring-offset-color: #fff;
97
+ --tw-ring-offset-shadow: 0 0 #0000;
98
+ --tw-outline-style: solid;
99
+ --tw-blur: initial;
100
+ --tw-brightness: initial;
101
+ --tw-contrast: initial;
102
+ --tw-grayscale: initial;
103
+ --tw-hue-rotate: initial;
104
+ --tw-invert: initial;
105
+ --tw-opacity: initial;
106
+ --tw-saturate: initial;
107
+ --tw-sepia: initial;
108
+ --tw-drop-shadow: initial;
109
+ --tw-drop-shadow-color: initial;
110
+ --tw-drop-shadow-alpha: 100%;
111
+ --tw-drop-shadow-size: initial;
112
+ --tw-backdrop-blur: initial;
113
+ --tw-backdrop-brightness: initial;
114
+ --tw-backdrop-contrast: initial;
115
+ --tw-backdrop-grayscale: initial;
116
+ --tw-backdrop-hue-rotate: initial;
117
+ --tw-backdrop-invert: initial;
118
+ --tw-backdrop-opacity: initial;
119
+ --tw-backdrop-saturate: initial;
120
+ --tw-backdrop-sepia: initial;
121
+ --tw-duration: initial;
122
+ --tw-ease: initial;
123
+ --tw-content: "";
124
+ }
125
+ }
126
+ }
127
+
128
+ @layer theme {
129
+ :root, :host {
130
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
131
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
132
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
133
+ "Courier New", monospace;
134
+ --color-red-500: oklch(63.7% .237 25.331);
135
+ --color-amber-700: oklch(55.5% .163 48.998);
136
+ --color-yellow-500: oklch(79.5% .184 86.047);
137
+ --color-yellow-900: oklch(42.1% .095 57.708);
138
+ --color-blue-300: oklch(80.9% .105 251.813);
139
+ --color-purple-500: oklch(62.7% .265 303.9);
140
+ --spacing: .25rem;
141
+ --container-md: 28rem;
142
+ --container-2xl: 42rem;
143
+ --container-3xl: 48rem;
144
+ --container-4xl: 56rem;
145
+ --container-5xl: 64rem;
146
+ --container-6xl: 72rem;
147
+ --container-7xl: 80rem;
148
+ --text-xs: .75rem;
149
+ --text-xs--line-height: calc(1 / .75);
150
+ --text-sm: .875rem;
151
+ --text-sm--line-height: calc(1.25 / .875);
152
+ --text-base: 1rem;
153
+ --text-base--line-height: calc(1.5 / 1);
154
+ --text-lg: 1.125rem;
155
+ --text-lg--line-height: calc(1.75 / 1.125);
156
+ --font-weight-normal: 400;
157
+ --font-weight-medium: 500;
158
+ --font-weight-bold: 700;
159
+ --tracking-widest: .1em;
160
+ --leading-snug: 1.375;
161
+ --radius-sm: .25rem;
162
+ --radius-md: .375rem;
163
+ --radius-lg: .5rem;
164
+ --radius-xl: .75rem;
165
+ --ease-out: cubic-bezier(0, 0, .2, 1);
166
+ --animate-spin: spin 1s linear infinite;
167
+ --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
168
+ --blur-sm: 8px;
169
+ --default-transition-duration: .15s;
170
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
171
+ --default-font-family: var(--font-sans);
172
+ --default-mono-font-family: var(--font-mono);
173
+ --font-custom: "CustomFont", "Circular", "Helvetica Neue", "Helvetica", Arial,
174
+ sans-serif;
175
+ --color-background: #171717;
176
+ --color-foreground: hsl(var(--sb-color-foreground-default));
177
+ --color-border-default: hsl(var(--sb-color-border-default));
178
+ --color-stronger: hsl(var(--sb-color-border-stronger));
179
+ --color-foreground-light: hsl(var(--sb-color-foreground-light));
180
+ --color-foreground-lighter: hsl(var(--sb-color-foreground-lighter));
181
+ --color-foreground-muted: hsl(var(--sb-color-foreground-muted));
182
+ --color-background-alternative: hsl(var(--sb-color-background-alternative-default));
183
+ --color-background-muted: hsl(var(--sb-color-background-muted));
184
+ --color-background-control: hsl(var(--sb-color-background-control));
185
+ --color-warning: hsl(var(--sb-color-warning-default));
186
+ --color-warning-500: hsl(var(--sb-color-warning-500));
187
+ --color-control: hsl(var(--sb-color-background-control));
188
+ --color-selection: hsl(var(--sb-color-background-selection));
189
+ --color-overlay: hsl(var(--sb-color-background-overlay-default));
190
+ --color-overlay-hover: hsl(var(--sb-color-background-overlay-hover));
191
+ --color-background-surface-100: hsl(var(--sb-color-background-surface-100));
192
+ --color-brand: hsl(var(--sb-color-brand-default));
193
+ --color-brand-400: hsl(var(--sb-color-brand-400));
194
+ --color-brand-500: hsl(var(--sb-color-brand-500));
195
+ --color-brand-600: hsl(var(--sb-color-brand-600));
196
+ --color-sidebar-accent: hsl(var(--sb-color-background-selection));
197
+ --color-sidebar-accent-foreground: hsl(var(--sb-color-foreground-default));
198
+ --color-sidebar-border: hsl(var(--sb-color-border-default));
199
+ --color-sidebar-ring: 217.2 91.2% 59.8%;
200
+ --animate-in: animateIn .3s ease .15s both;
201
+ }
202
+ }
203
+
204
+ @layer base {
205
+ *, :after, :before, ::backdrop {
206
+ box-sizing: border-box;
207
+ border: 0 solid;
208
+ margin: 0;
209
+ padding: 0;
210
+ }
211
+
212
+ ::file-selector-button {
213
+ box-sizing: border-box;
214
+ border: 0 solid;
215
+ margin: 0;
216
+ padding: 0;
217
+ }
218
+
219
+ html, :host {
220
+ -webkit-text-size-adjust: 100%;
221
+ tab-size: 4;
222
+ line-height: 1.5;
223
+ 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");
224
+ font-feature-settings: var(--default-font-feature-settings, normal);
225
+ font-variation-settings: var(--default-font-variation-settings, normal);
226
+ -webkit-tap-highlight-color: transparent;
227
+ }
228
+
229
+ hr {
230
+ height: 0;
231
+ color: inherit;
232
+ border-top-width: 1px;
233
+ }
234
+
235
+ abbr:where([title]) {
236
+ -webkit-text-decoration: underline dotted;
237
+ text-decoration: underline dotted;
238
+ }
239
+
240
+ h1, h2, h3, h4, h5, h6 {
241
+ font-size: inherit;
242
+ font-weight: inherit;
243
+ }
244
+
245
+ a {
246
+ color: inherit;
247
+ -webkit-text-decoration: inherit;
248
+ -webkit-text-decoration: inherit;
249
+ -webkit-text-decoration: inherit;
250
+ text-decoration: inherit;
251
+ }
252
+
253
+ b, strong {
254
+ font-weight: bolder;
255
+ }
256
+
257
+ code, kbd, samp, pre {
258
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
259
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
260
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
261
+ font-size: 1em;
262
+ }
263
+
264
+ small {
265
+ font-size: 80%;
266
+ }
267
+
268
+ sub, sup {
269
+ vertical-align: baseline;
270
+ font-size: 75%;
271
+ line-height: 0;
272
+ position: relative;
273
+ }
274
+
275
+ sub {
276
+ bottom: -.25em;
277
+ }
278
+
279
+ sup {
280
+ top: -.5em;
281
+ }
282
+
283
+ table {
284
+ text-indent: 0;
285
+ border-color: inherit;
286
+ border-collapse: collapse;
287
+ }
288
+
289
+ :-moz-focusring {
290
+ outline: auto;
291
+ }
292
+
293
+ progress {
294
+ vertical-align: baseline;
295
+ }
296
+
297
+ summary {
298
+ display: list-item;
299
+ }
300
+
301
+ ol, ul, menu {
302
+ list-style: none;
303
+ }
304
+
305
+ img, svg, video, canvas, audio, iframe, embed, object {
306
+ vertical-align: middle;
307
+ display: block;
308
+ }
309
+
310
+ img, video {
311
+ max-width: 100%;
312
+ height: auto;
313
+ }
314
+
315
+ button, input, select, optgroup, textarea {
316
+ font: inherit;
317
+ font-feature-settings: inherit;
318
+ font-variation-settings: inherit;
319
+ letter-spacing: inherit;
320
+ color: inherit;
321
+ opacity: 1;
322
+ background-color: #0000;
323
+ border-radius: 0;
324
+ }
325
+
326
+ ::file-selector-button {
327
+ font: inherit;
328
+ font-feature-settings: inherit;
329
+ font-variation-settings: inherit;
330
+ letter-spacing: inherit;
331
+ color: inherit;
332
+ opacity: 1;
333
+ background-color: #0000;
334
+ border-radius: 0;
335
+ }
336
+
337
+ :where(select:is([multiple], [size])) optgroup {
338
+ font-weight: bolder;
339
+ }
340
+
341
+ :where(select:is([multiple], [size])) optgroup option {
342
+ padding-inline-start: 20px;
343
+ }
344
+
345
+ ::file-selector-button {
346
+ margin-inline-end: 4px;
347
+ }
348
+
349
+ ::placeholder {
350
+ opacity: 1;
351
+ }
352
+
353
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
354
+ ::placeholder {
355
+ color: currentColor;
356
+ }
357
+
358
+ @supports (color: color-mix(in lab, red, red)) {
359
+ ::placeholder {
360
+ color: color-mix(in oklab, currentcolor 50%, transparent);
361
+ }
362
+ }
363
+ }
364
+
365
+ textarea {
366
+ resize: vertical;
367
+ }
368
+
369
+ ::-webkit-search-decoration {
370
+ -webkit-appearance: none;
371
+ }
372
+
373
+ ::-webkit-date-and-time-value {
374
+ min-height: 1lh;
375
+ text-align: inherit;
376
+ }
377
+
378
+ ::-webkit-datetime-edit {
379
+ display: inline-flex;
380
+ }
381
+
382
+ ::-webkit-datetime-edit-fields-wrapper {
383
+ padding: 0;
384
+ }
385
+
386
+ ::-webkit-datetime-edit {
387
+ padding-block: 0;
388
+ }
389
+
390
+ ::-webkit-datetime-edit-year-field {
391
+ padding-block: 0;
392
+ }
393
+
394
+ ::-webkit-datetime-edit-month-field {
395
+ padding-block: 0;
396
+ }
397
+
398
+ ::-webkit-datetime-edit-day-field {
399
+ padding-block: 0;
400
+ }
401
+
402
+ ::-webkit-datetime-edit-hour-field {
403
+ padding-block: 0;
404
+ }
405
+
406
+ ::-webkit-datetime-edit-minute-field {
407
+ padding-block: 0;
408
+ }
409
+
410
+ ::-webkit-datetime-edit-second-field {
411
+ padding-block: 0;
412
+ }
413
+
414
+ ::-webkit-datetime-edit-millisecond-field {
415
+ padding-block: 0;
416
+ }
417
+
418
+ ::-webkit-datetime-edit-meridiem-field {
419
+ padding-block: 0;
420
+ }
421
+
422
+ ::-webkit-calendar-picker-indicator {
423
+ line-height: 1;
424
+ }
425
+
426
+ :-moz-ui-invalid {
427
+ box-shadow: none;
428
+ }
429
+
430
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
431
+ appearance: button;
432
+ }
433
+
434
+ ::file-selector-button {
435
+ appearance: button;
436
+ }
437
+
438
+ ::-webkit-inner-spin-button {
439
+ height: auto;
440
+ }
441
+
442
+ ::-webkit-outer-spin-button {
443
+ height: auto;
444
+ }
445
+
446
+ [hidden]:where(:not([hidden="until-found"])) {
447
+ display: none !important;
448
+ }
449
+
450
+ * {
451
+ border-color: var(--color-border-default);
452
+ }
453
+ }
454
+
455
+ @layer components;
456
+
457
+ @layer utilities {
458
+ .\@container {
459
+ container-type: inline-size;
460
+ }
461
+
462
+ .\!pointer-events-auto {
463
+ pointer-events: auto !important;
464
+ }
465
+
466
+ .pointer-events-none {
467
+ pointer-events: none;
468
+ }
469
+
470
+ .collapse {
471
+ visibility: collapse;
472
+ }
473
+
474
+ .invisible {
475
+ visibility: hidden;
476
+ }
477
+
478
+ .visible {
479
+ visibility: visible;
480
+ }
481
+
482
+ .sr-only {
483
+ clip-path: inset(50%);
484
+ white-space: nowrap;
485
+ border-width: 0;
486
+ width: 1px;
487
+ height: 1px;
488
+ margin: -1px;
489
+ padding: 0;
490
+ position: absolute;
491
+ overflow: hidden;
492
+ }
493
+
494
+ .absolute {
495
+ position: absolute;
496
+ }
497
+
498
+ .fixed {
499
+ position: fixed;
500
+ }
501
+
502
+ .relative {
503
+ position: relative;
504
+ }
505
+
506
+ .static {
507
+ position: static;
508
+ }
509
+
510
+ .inset-0 {
511
+ inset: calc(var(--spacing) * 0);
512
+ }
513
+
514
+ .inset-x-0 {
515
+ inset-inline: calc(var(--spacing) * 0);
516
+ }
517
+
518
+ .inset-y-0 {
519
+ inset-block: calc(var(--spacing) * 0);
520
+ }
521
+
522
+ .start {
523
+ inset-inline-start: var(--spacing);
524
+ }
525
+
526
+ .end {
527
+ inset-inline-end: var(--spacing);
528
+ }
529
+
530
+ .top-0 {
531
+ top: calc(var(--spacing) * 0);
532
+ }
533
+
534
+ .top-1\.5 {
535
+ top: calc(var(--spacing) * 1.5);
536
+ }
537
+
538
+ .top-3\.5 {
539
+ top: calc(var(--spacing) * 3.5);
540
+ }
541
+
542
+ .top-4 {
543
+ top: calc(var(--spacing) * 4);
544
+ }
545
+
546
+ .right-0 {
547
+ right: calc(var(--spacing) * 0);
548
+ }
549
+
550
+ .right-1 {
551
+ right: calc(var(--spacing) * 1);
552
+ }
553
+
554
+ .right-2 {
555
+ right: calc(var(--spacing) * 2);
556
+ }
557
+
558
+ .right-3 {
559
+ right: calc(var(--spacing) * 3);
560
+ }
561
+
562
+ .right-4 {
563
+ right: calc(var(--spacing) * 4);
564
+ }
565
+
566
+ .bottom-0 {
567
+ bottom: calc(var(--spacing) * 0);
568
+ }
569
+
570
+ .left-0 {
571
+ left: calc(var(--spacing) * 0);
572
+ }
573
+
574
+ .left-2 {
575
+ left: calc(var(--spacing) * 2);
576
+ }
577
+
578
+ .isolate {
579
+ isolation: isolate;
580
+ }
581
+
582
+ .z-1 {
583
+ z-index: 1;
584
+ }
585
+
586
+ .z-10 {
587
+ z-index: 10;
588
+ }
589
+
590
+ .z-20 {
591
+ z-index: 20;
592
+ }
593
+
594
+ .z-50 {
595
+ z-index: 50;
596
+ }
597
+
598
+ .z-\[100\] {
599
+ z-index: 100;
600
+ }
601
+
602
+ .container {
603
+ width: 100%;
604
+ }
605
+
606
+ @media (min-width: 40rem) {
607
+ .container {
608
+ max-width: 40rem;
609
+ }
610
+ }
611
+
612
+ @media (min-width: 48rem) {
613
+ .container {
614
+ max-width: 48rem;
615
+ }
616
+ }
617
+
618
+ @media (min-width: 64rem) {
619
+ .container {
620
+ max-width: 64rem;
621
+ }
622
+ }
623
+
624
+ @media (min-width: 80rem) {
625
+ .container {
626
+ max-width: 80rem;
627
+ }
628
+ }
629
+
630
+ @media (min-width: 96rem) {
631
+ .container {
632
+ max-width: 96rem;
633
+ }
634
+ }
635
+
636
+ .-mx-1 {
637
+ margin-inline: calc(var(--spacing) * -1);
638
+ }
639
+
640
+ .mx-2 {
641
+ margin-inline: calc(var(--spacing) * 2);
642
+ }
643
+
644
+ .mx-3\.5 {
645
+ margin-inline: calc(var(--spacing) * 3.5);
646
+ }
647
+
648
+ .mx-4 {
649
+ margin-inline: calc(var(--spacing) * 4);
650
+ }
651
+
652
+ .mx-\[2px\] {
653
+ margin-inline: 2px;
654
+ }
655
+
656
+ .my-0\.5 {
657
+ margin-block: calc(var(--spacing) * .5);
658
+ }
659
+
660
+ .my-1 {
661
+ margin-block: calc(var(--spacing) * 1);
662
+ }
663
+
664
+ .my-2 {
665
+ margin-block: calc(var(--spacing) * 2);
666
+ }
667
+
668
+ .my-\[2px\] {
669
+ margin-block: 2px;
670
+ }
671
+
672
+ .my-auto {
673
+ margin-block: auto;
674
+ }
675
+
676
+ .-mt-2 {
677
+ margin-top: calc(var(--spacing) * -2);
678
+ }
679
+
680
+ .mt-0\.5 {
681
+ margin-top: calc(var(--spacing) * .5);
682
+ }
683
+
684
+ .mt-1 {
685
+ margin-top: calc(var(--spacing) * 1);
686
+ }
687
+
688
+ .mt-3 {
689
+ margin-top: calc(var(--spacing) * 3);
690
+ }
691
+
692
+ .mr-0\.5 {
693
+ margin-right: calc(var(--spacing) * .5);
694
+ }
695
+
696
+ .mr-2 {
697
+ margin-right: calc(var(--spacing) * 2);
698
+ }
699
+
700
+ .mb-0\.5 {
701
+ margin-bottom: calc(var(--spacing) * .5);
702
+ }
703
+
704
+ .\!ml-auto {
705
+ margin-left: auto !important;
706
+ }
707
+
708
+ .-ml-0\.5 {
709
+ margin-left: calc(var(--spacing) * -.5);
710
+ }
711
+
712
+ .ml-1 {
713
+ margin-left: calc(var(--spacing) * 1);
714
+ }
715
+
716
+ .ml-auto {
717
+ margin-left: auto;
718
+ }
719
+
720
+ .block {
721
+ display: block;
722
+ }
723
+
724
+ .contents {
725
+ display: contents;
726
+ }
727
+
728
+ .flex {
729
+ display: flex;
730
+ }
731
+
732
+ .grid {
733
+ display: grid;
734
+ }
735
+
736
+ .hidden {
737
+ display: none;
738
+ }
739
+
740
+ .inline {
741
+ display: inline;
742
+ }
743
+
744
+ .inline-block {
745
+ display: inline-block;
746
+ }
747
+
748
+ .inline-flex {
749
+ display: inline-flex;
750
+ }
751
+
752
+ .table {
753
+ display: table;
754
+ }
755
+
756
+ .aspect-square {
757
+ aspect-ratio: 1;
758
+ }
759
+
760
+ .size-4 {
761
+ width: calc(var(--spacing) * 4);
762
+ height: calc(var(--spacing) * 4);
763
+ }
764
+
765
+ .size-\[32px\] {
766
+ width: 32px;
767
+ height: 32px;
768
+ }
769
+
770
+ .h-1\/2 {
771
+ height: 50%;
772
+ }
773
+
774
+ .h-1\/3 {
775
+ height: 33.3333%;
776
+ }
777
+
778
+ .h-1\/4 {
779
+ height: 25%;
780
+ }
781
+
782
+ .h-2 {
783
+ height: calc(var(--spacing) * 2);
784
+ }
785
+
786
+ .h-3\.5 {
787
+ height: calc(var(--spacing) * 3.5);
788
+ }
789
+
790
+ .h-4 {
791
+ height: calc(var(--spacing) * 4);
792
+ }
793
+
794
+ .h-4\.5 {
795
+ height: calc(var(--spacing) * 4.5);
796
+ }
797
+
798
+ .h-5 {
799
+ height: calc(var(--spacing) * 5);
800
+ }
801
+
802
+ .h-5\/6 {
803
+ height: 83.3333%;
804
+ }
805
+
806
+ .h-6 {
807
+ height: calc(var(--spacing) * 6);
808
+ }
809
+
810
+ .h-7 {
811
+ height: calc(var(--spacing) * 7);
812
+ }
813
+
814
+ .h-8 {
815
+ height: calc(var(--spacing) * 8);
816
+ }
817
+
818
+ .h-9 {
819
+ height: calc(var(--spacing) * 9);
820
+ }
821
+
822
+ .h-10 {
823
+ height: calc(var(--spacing) * 10);
824
+ }
825
+
826
+ .h-11 {
827
+ height: calc(var(--spacing) * 11);
828
+ }
829
+
830
+ .h-12 {
831
+ height: calc(var(--spacing) * 12);
832
+ }
833
+
834
+ .h-\[1px\] {
835
+ height: 1px;
836
+ }
837
+
838
+ .h-\[4px\] {
839
+ height: 4px;
840
+ }
841
+
842
+ .h-\[15px\] {
843
+ height: 15px;
844
+ }
845
+
846
+ .h-\[20px\] {
847
+ height: 20px;
848
+ }
849
+
850
+ .h-\[24px\] {
851
+ height: 24px;
852
+ }
853
+
854
+ .h-\[26px\] {
855
+ height: 26px;
856
+ }
857
+
858
+ .h-\[28px\] {
859
+ height: 28px;
860
+ }
861
+
862
+ .h-\[30px\] {
863
+ height: 30px;
864
+ }
865
+
866
+ .h-\[32px\] {
867
+ height: 32px;
868
+ }
869
+
870
+ .h-\[34px\] {
871
+ height: 34px;
872
+ }
873
+
874
+ .h-\[36px\] {
875
+ height: 36px;
876
+ }
877
+
878
+ .h-\[38px\] {
879
+ height: 38px;
880
+ }
881
+
882
+ .h-\[42px\] {
883
+ height: 42px;
884
+ }
885
+
886
+ .h-\[44px\] {
887
+ height: 44px;
888
+ }
889
+
890
+ .h-\[50px\] {
891
+ height: 50px;
892
+ }
893
+
894
+ .h-\[calc\(100vh-48px\)\] {
895
+ height: calc(100vh - 48px);
896
+ }
897
+
898
+ .h-full {
899
+ height: 100%;
900
+ }
901
+
902
+ .h-px {
903
+ height: 1px;
904
+ }
905
+
906
+ .h-screen {
907
+ height: 100vh;
908
+ }
909
+
910
+ .h-svh {
911
+ height: 100svh;
912
+ }
913
+
914
+ .max-h-screen {
915
+ max-height: 100vh;
916
+ }
917
+
918
+ .min-h-0 {
919
+ min-height: calc(var(--spacing) * 0);
920
+ }
921
+
922
+ .min-h-\[120px\] {
923
+ min-height: 120px;
924
+ }
925
+
926
+ .min-h-svh {
927
+ min-height: 100svh;
928
+ }
929
+
930
+ .w-0\.5 {
931
+ width: calc(var(--spacing) * .5);
932
+ }
933
+
934
+ .w-2 {
935
+ width: calc(var(--spacing) * 2);
936
+ }
937
+
938
+ .w-3\.5 {
939
+ width: calc(var(--spacing) * 3.5);
940
+ }
941
+
942
+ .w-4 {
943
+ width: calc(var(--spacing) * 4);
944
+ }
945
+
946
+ .w-5 {
947
+ width: calc(var(--spacing) * 5);
948
+ }
949
+
950
+ .w-5\/6 {
951
+ width: 83.3333%;
952
+ }
953
+
954
+ .w-6 {
955
+ width: calc(var(--spacing) * 6);
956
+ }
957
+
958
+ .w-7 {
959
+ width: calc(var(--spacing) * 7);
960
+ }
961
+
962
+ .w-10 {
963
+ width: calc(var(--spacing) * 10);
964
+ }
965
+
966
+ .w-12 {
967
+ width: calc(var(--spacing) * 12);
968
+ }
969
+
970
+ .w-32 {
971
+ width: calc(var(--spacing) * 32);
972
+ }
973
+
974
+ .w-40 {
975
+ width: calc(var(--spacing) * 40);
976
+ }
977
+
978
+ .w-44 {
979
+ width: calc(var(--spacing) * 44);
980
+ }
981
+
982
+ .w-52 {
983
+ width: calc(var(--spacing) * 52);
984
+ }
985
+
986
+ .w-64 {
987
+ width: calc(var(--spacing) * 64);
988
+ }
989
+
990
+ .w-72 {
991
+ width: calc(var(--spacing) * 72);
992
+ }
993
+
994
+ .w-120 {
995
+ width: calc(var(--spacing) * 120);
996
+ }
997
+
998
+ .w-\[--sidebar-width\] {
999
+ width: --sidebar-width;
1000
+ }
1001
+
1002
+ .w-\[1px\] {
1003
+ width: 1px;
1004
+ }
1005
+
1006
+ .w-\[4px\] {
1007
+ width: 4px;
1008
+ }
1009
+
1010
+ .w-\[15px\] {
1011
+ width: 15px;
1012
+ }
1013
+
1014
+ .w-auto {
1015
+ width: auto;
1016
+ }
1017
+
1018
+ .w-full {
1019
+ width: 100%;
1020
+ }
1021
+
1022
+ .w-px {
1023
+ width: 1px;
1024
+ }
1025
+
1026
+ .w-screen {
1027
+ width: 100vw;
1028
+ }
1029
+
1030
+ .max-w-2xl {
1031
+ max-width: var(--container-2xl);
1032
+ }
1033
+
1034
+ .max-w-3xl {
1035
+ max-width: var(--container-3xl);
1036
+ }
1037
+
1038
+ .max-w-4xl {
1039
+ max-width: var(--container-4xl);
1040
+ }
1041
+
1042
+ .max-w-5xl {
1043
+ max-width: var(--container-5xl);
1044
+ }
1045
+
1046
+ .max-w-6xl {
1047
+ max-width: var(--container-6xl);
1048
+ }
1049
+
1050
+ .max-w-7xl {
1051
+ max-width: var(--container-7xl);
1052
+ }
1053
+
1054
+ .max-w-\[--skeleton-width\] {
1055
+ max-width: --skeleton-width;
1056
+ }
1057
+
1058
+ .max-w-md {
1059
+ max-width: var(--container-md);
1060
+ }
1061
+
1062
+ .max-w-screen {
1063
+ max-width: 100vw;
1064
+ }
1065
+
1066
+ .min-w-0 {
1067
+ min-width: calc(var(--spacing) * 0);
1068
+ }
1069
+
1070
+ .min-w-4 {
1071
+ min-width: calc(var(--spacing) * 4);
1072
+ }
1073
+
1074
+ .min-w-5 {
1075
+ min-width: calc(var(--spacing) * 5);
1076
+ }
1077
+
1078
+ .min-w-\[8rem\] {
1079
+ min-width: 8rem;
1080
+ }
1081
+
1082
+ .flex-1 {
1083
+ flex: 1;
1084
+ }
1085
+
1086
+ .flex-shrink-0, .shrink-0 {
1087
+ flex-shrink: 0;
1088
+ }
1089
+
1090
+ .flex-grow, .grow {
1091
+ flex-grow: 1;
1092
+ }
1093
+
1094
+ .-translate-x-1\/2 {
1095
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
1096
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1097
+ }
1098
+
1099
+ .-translate-x-\[2px\] {
1100
+ --tw-translate-x: calc(2px * -1);
1101
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1102
+ }
1103
+
1104
+ .-translate-x-px {
1105
+ --tw-translate-x: -1px;
1106
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1107
+ }
1108
+
1109
+ .translate-x-px {
1110
+ --tw-translate-x: 1px;
1111
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1112
+ }
1113
+
1114
+ .translate-y-1 {
1115
+ --tw-translate-y: calc(var(--spacing) * 1);
1116
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1117
+ }
1118
+
1119
+ .scale-100 {
1120
+ --tw-scale-x: 100%;
1121
+ --tw-scale-y: 100%;
1122
+ --tw-scale-z: 100%;
1123
+ scale: var(--tw-scale-x) var(--tw-scale-y);
1124
+ }
1125
+
1126
+ .rotate-45 {
1127
+ rotate: 45deg;
1128
+ }
1129
+
1130
+ .rotate-90 {
1131
+ rotate: 90deg;
1132
+ }
1133
+
1134
+ .transform {
1135
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
1136
+ }
1137
+
1138
+ .animate-in {
1139
+ animation: var(--animate-in);
1140
+ }
1141
+
1142
+ .animate-pulse {
1143
+ animation: var(--animate-pulse);
1144
+ }
1145
+
1146
+ .animate-spin {
1147
+ animation: var(--animate-spin);
1148
+ }
1149
+
1150
+ .cursor-default {
1151
+ cursor: default;
1152
+ }
1153
+
1154
+ .cursor-not-allowed {
1155
+ cursor: not-allowed;
1156
+ }
1157
+
1158
+ .cursor-pointer {
1159
+ cursor: pointer;
1160
+ }
1161
+
1162
+ .\!resize {
1163
+ resize: both !important;
1164
+ }
1165
+
1166
+ .resize {
1167
+ resize: both;
1168
+ }
1169
+
1170
+ .flex-col {
1171
+ flex-direction: column;
1172
+ }
1173
+
1174
+ .flex-col-reverse {
1175
+ flex-direction: column-reverse;
1176
+ }
1177
+
1178
+ .flex-row {
1179
+ flex-direction: row;
1180
+ }
1181
+
1182
+ .items-center {
1183
+ align-items: center;
1184
+ }
1185
+
1186
+ .items-end {
1187
+ align-items: flex-end;
1188
+ }
1189
+
1190
+ .items-start {
1191
+ align-items: flex-start;
1192
+ }
1193
+
1194
+ .justify-between {
1195
+ justify-content: space-between;
1196
+ }
1197
+
1198
+ .justify-center {
1199
+ justify-content: center;
1200
+ }
1201
+
1202
+ .justify-end {
1203
+ justify-content: flex-end;
1204
+ }
1205
+
1206
+ .justify-start {
1207
+ justify-content: flex-start;
1208
+ }
1209
+
1210
+ .gap-0 {
1211
+ gap: calc(var(--spacing) * 0);
1212
+ }
1213
+
1214
+ .gap-0\.5 {
1215
+ gap: calc(var(--spacing) * .5);
1216
+ }
1217
+
1218
+ .gap-1 {
1219
+ gap: calc(var(--spacing) * 1);
1220
+ }
1221
+
1222
+ .gap-2 {
1223
+ gap: calc(var(--spacing) * 2);
1224
+ }
1225
+
1226
+ .gap-3 {
1227
+ gap: calc(var(--spacing) * 3);
1228
+ }
1229
+
1230
+ .gap-4 {
1231
+ gap: calc(var(--spacing) * 4);
1232
+ }
1233
+
1234
+ :where(.space-y-1 > :not(:last-child)) {
1235
+ --tw-space-y-reverse: 0;
1236
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
1237
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
1238
+ }
1239
+
1240
+ :where(.space-y-2 > :not(:last-child)) {
1241
+ --tw-space-y-reverse: 0;
1242
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
1243
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
1244
+ }
1245
+
1246
+ :where(.space-y-8 > :not(:last-child)) {
1247
+ --tw-space-y-reverse: 0;
1248
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
1249
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
1250
+ }
1251
+
1252
+ .gap-x-6 {
1253
+ column-gap: calc(var(--spacing) * 6);
1254
+ }
1255
+
1256
+ :where(.space-x-1 > :not(:last-child)) {
1257
+ --tw-space-x-reverse: 0;
1258
+ margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
1259
+ margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
1260
+ }
1261
+
1262
+ :where(.space-x-1\.5 > :not(:last-child)) {
1263
+ --tw-space-x-reverse: 0;
1264
+ margin-inline-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-x-reverse));
1265
+ margin-inline-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
1266
+ }
1267
+
1268
+ :where(.space-x-2 > :not(:last-child)) {
1269
+ --tw-space-x-reverse: 0;
1270
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
1271
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
1272
+ }
1273
+
1274
+ .truncate {
1275
+ text-overflow: ellipsis;
1276
+ white-space: nowrap;
1277
+ overflow: hidden;
1278
+ }
1279
+
1280
+ .overflow-auto {
1281
+ overflow: auto;
1282
+ }
1283
+
1284
+ .overflow-hidden {
1285
+ overflow: hidden;
1286
+ }
1287
+
1288
+ .overflow-x-auto {
1289
+ overflow-x: auto;
1290
+ }
1291
+
1292
+ .overflow-y-auto {
1293
+ overflow-y: auto;
1294
+ }
1295
+
1296
+ .overscroll-none {
1297
+ overscroll-behavior: none;
1298
+ }
1299
+
1300
+ .rounded {
1301
+ border-radius: .25rem;
1302
+ }
1303
+
1304
+ .rounded-\[2px\] {
1305
+ border-radius: 2px;
1306
+ }
1307
+
1308
+ .rounded-full {
1309
+ border-radius: 3.40282e38px;
1310
+ }
1311
+
1312
+ .rounded-lg {
1313
+ border-radius: var(--radius-lg);
1314
+ }
1315
+
1316
+ .rounded-md {
1317
+ border-radius: var(--radius-md);
1318
+ }
1319
+
1320
+ .rounded-sm {
1321
+ border-radius: var(--radius-sm);
1322
+ }
1323
+
1324
+ .debug {
1325
+ border-style: var(--tw-border-style);
1326
+ border-width: 1px;
1327
+ border-color: var(--color-red-500);
1328
+ }
1329
+
1330
+ .border {
1331
+ border-style: var(--tw-border-style);
1332
+ border-width: 1px;
1333
+ }
1334
+
1335
+ .border-t {
1336
+ border-top-style: var(--tw-border-style);
1337
+ border-top-width: 1px;
1338
+ }
1339
+
1340
+ .border-r {
1341
+ border-right-style: var(--tw-border-style);
1342
+ border-right-width: 1px;
1343
+ }
1344
+
1345
+ .border-b {
1346
+ border-bottom-style: var(--tw-border-style);
1347
+ border-bottom-width: 1px;
1348
+ }
1349
+
1350
+ .border-l {
1351
+ border-left-style: var(--tw-border-style);
1352
+ border-left-width: 1px;
1353
+ }
1354
+
1355
+ .border-dashed {
1356
+ --tw-border-style: dashed;
1357
+ border-style: dashed;
1358
+ }
1359
+
1360
+ .border-border-default {
1361
+ border-color: var(--color-border-default);
1362
+ }
1363
+
1364
+ .border-brand-500 {
1365
+ border-color: var(--color-brand-500);
1366
+ }
1367
+
1368
+ .border-brand-500\/75 {
1369
+ border-color: color-mix(in srgb, hsl(var(--sb-color-brand-500)) 75%, transparent);
1370
+ }
1371
+
1372
+ @supports (color: color-mix(in lab, red, red)) {
1373
+ .border-brand-500\/75 {
1374
+ border-color: color-mix(in oklab, var(--color-brand-500) 75%, transparent);
1375
+ }
1376
+ }
1377
+
1378
+ .border-control {
1379
+ border-color: var(--color-control);
1380
+ }
1381
+
1382
+ .border-foreground-light {
1383
+ border-color: var(--color-foreground-light);
1384
+ }
1385
+
1386
+ .border-foreground-lighter {
1387
+ border-color: var(--color-foreground-lighter);
1388
+ }
1389
+
1390
+ .border-overlay {
1391
+ border-color: var(--color-overlay);
1392
+ }
1393
+
1394
+ .border-sidebar-border {
1395
+ border-color: var(--color-sidebar-border);
1396
+ }
1397
+
1398
+ .border-transparent {
1399
+ border-color: #0000;
1400
+ }
1401
+
1402
+ .border-warning-500 {
1403
+ border-color: var(--color-warning-500);
1404
+ }
1405
+
1406
+ .\!bg-selection {
1407
+ background-color: var(--color-selection) !important;
1408
+ }
1409
+
1410
+ .bg-\[\#121212\] {
1411
+ background-color: #121212;
1412
+ }
1413
+
1414
+ .bg-alternative {
1415
+ background-color: var(--color-background-alternative);
1416
+ }
1417
+
1418
+ .bg-background {
1419
+ background-color: var(--color-background);
1420
+ }
1421
+
1422
+ .bg-background-muted {
1423
+ background-color: var(--color-background-muted);
1424
+ }
1425
+
1426
+ .bg-background-muted\/85 {
1427
+ background-color: color-mix(in srgb, hsl(var(--sb-color-background-muted)) 85%, transparent);
1428
+ }
1429
+
1430
+ @supports (color: color-mix(in lab, red, red)) {
1431
+ .bg-background-muted\/85 {
1432
+ background-color: color-mix(in oklab, var(--color-background-muted) 85%, transparent);
1433
+ }
1434
+ }
1435
+
1436
+ .bg-background-surface-100 {
1437
+ background-color: var(--color-background-surface-100);
1438
+ }
1439
+
1440
+ .bg-blue-300 {
1441
+ background-color: var(--color-blue-300);
1442
+ }
1443
+
1444
+ .bg-border-default {
1445
+ background-color: var(--color-border-default);
1446
+ }
1447
+
1448
+ .bg-border-default\/60 {
1449
+ background-color: color-mix(in srgb, hsl(var(--sb-color-border-default)) 60%, transparent);
1450
+ }
1451
+
1452
+ @supports (color: color-mix(in lab, red, red)) {
1453
+ .bg-border-default\/60 {
1454
+ background-color: color-mix(in oklab, var(--color-border-default) 60%, transparent);
1455
+ }
1456
+ }
1457
+
1458
+ .bg-brand {
1459
+ background-color: var(--color-brand);
1460
+ }
1461
+
1462
+ .bg-brand-400 {
1463
+ background-color: var(--color-brand-400);
1464
+ }
1465
+
1466
+ .bg-control {
1467
+ background-color: var(--color-control);
1468
+ }
1469
+
1470
+ .bg-dash-sidebar {
1471
+ background-color: hsl(var(--sb-color-background-dash-sidebar));
1472
+ }
1473
+
1474
+ .bg-foreground {
1475
+ background-color: var(--color-foreground);
1476
+ }
1477
+
1478
+ .bg-foreground\/\[\.026\] {
1479
+ background-color: color-mix(in srgb, hsl(var(--sb-color-foreground-default)) 2.6%, transparent);
1480
+ }
1481
+
1482
+ @supports (color: color-mix(in lab, red, red)) {
1483
+ .bg-foreground\/\[\.026\] {
1484
+ background-color: color-mix(in oklab, var(--color-foreground) 2.6%, transparent);
1485
+ }
1486
+ }
1487
+
1488
+ .bg-muted {
1489
+ background-color: var(--color-background-muted);
1490
+ }
1491
+
1492
+ .bg-overlay {
1493
+ background-color: var(--color-overlay);
1494
+ }
1495
+
1496
+ .bg-purple-500 {
1497
+ background-color: var(--color-purple-500);
1498
+ }
1499
+
1500
+ .bg-sidebar-border {
1501
+ background-color: var(--color-sidebar-border);
1502
+ }
1503
+
1504
+ .bg-transparent {
1505
+ background-color: #0000;
1506
+ }
1507
+
1508
+ .bg-warning\/10 {
1509
+ background-color: color-mix(in srgb, hsl(var(--sb-color-warning-default)) 10%, transparent);
1510
+ }
1511
+
1512
+ @supports (color: color-mix(in lab, red, red)) {
1513
+ .bg-warning\/10 {
1514
+ background-color: color-mix(in oklab, var(--color-warning) 10%, transparent);
1515
+ }
1516
+ }
1517
+
1518
+ .bg-yellow-500 {
1519
+ background-color: var(--color-yellow-500);
1520
+ }
1521
+
1522
+ .fill-current {
1523
+ fill: currentColor;
1524
+ }
1525
+
1526
+ .fill-foreground-muted {
1527
+ fill: var(--color-foreground-muted);
1528
+ }
1529
+
1530
+ .p-0 {
1531
+ padding: calc(var(--spacing) * 0);
1532
+ }
1533
+
1534
+ .p-1 {
1535
+ padding: calc(var(--spacing) * 1);
1536
+ }
1537
+
1538
+ .p-2 {
1539
+ padding: calc(var(--spacing) * 2);
1540
+ }
1541
+
1542
+ .p-4 {
1543
+ padding: calc(var(--spacing) * 4);
1544
+ }
1545
+
1546
+ .px-1 {
1547
+ padding-inline: calc(var(--spacing) * 1);
1548
+ }
1549
+
1550
+ .px-1\.5 {
1551
+ padding-inline: calc(var(--spacing) * 1.5);
1552
+ }
1553
+
1554
+ .px-2 {
1555
+ padding-inline: calc(var(--spacing) * 2);
1556
+ }
1557
+
1558
+ .px-2\.5 {
1559
+ padding-inline: calc(var(--spacing) * 2.5);
1560
+ }
1561
+
1562
+ .px-3 {
1563
+ padding-inline: calc(var(--spacing) * 3);
1564
+ }
1565
+
1566
+ .px-4 {
1567
+ padding-inline: calc(var(--spacing) * 4);
1568
+ }
1569
+
1570
+ .px-5 {
1571
+ padding-inline: calc(var(--spacing) * 5);
1572
+ }
1573
+
1574
+ .px-6 {
1575
+ padding-inline: calc(var(--spacing) * 6);
1576
+ }
1577
+
1578
+ .px-8 {
1579
+ padding-inline: calc(var(--spacing) * 8);
1580
+ }
1581
+
1582
+ .px-\[5\.5px\] {
1583
+ padding-inline: 5.5px;
1584
+ }
1585
+
1586
+ .py-0\.5 {
1587
+ padding-block: calc(var(--spacing) * .5);
1588
+ }
1589
+
1590
+ .py-1 {
1591
+ padding-block: calc(var(--spacing) * 1);
1592
+ }
1593
+
1594
+ .py-1\.5 {
1595
+ padding-block: calc(var(--spacing) * 1.5);
1596
+ }
1597
+
1598
+ .py-2 {
1599
+ padding-block: calc(var(--spacing) * 2);
1600
+ }
1601
+
1602
+ .py-3 {
1603
+ padding-block: calc(var(--spacing) * 3);
1604
+ }
1605
+
1606
+ .py-4 {
1607
+ padding-block: calc(var(--spacing) * 4);
1608
+ }
1609
+
1610
+ .py-\[3px\] {
1611
+ padding-block: 3px;
1612
+ }
1613
+
1614
+ .pt-2 {
1615
+ padding-top: calc(var(--spacing) * 2);
1616
+ }
1617
+
1618
+ .pt-4 {
1619
+ padding-top: calc(var(--spacing) * 4);
1620
+ }
1621
+
1622
+ .\!pr-1 {
1623
+ padding-right: calc(var(--spacing) * 1) !important;
1624
+ }
1625
+
1626
+ .pr-1 {
1627
+ padding-right: calc(var(--spacing) * 1);
1628
+ }
1629
+
1630
+ .pr-1\.5 {
1631
+ padding-right: calc(var(--spacing) * 1.5);
1632
+ }
1633
+
1634
+ .pr-2 {
1635
+ padding-right: calc(var(--spacing) * 2);
1636
+ }
1637
+
1638
+ .pr-7 {
1639
+ padding-right: calc(var(--spacing) * 7);
1640
+ }
1641
+
1642
+ .pb-4 {
1643
+ padding-bottom: calc(var(--spacing) * 4);
1644
+ }
1645
+
1646
+ .pl-1\.5 {
1647
+ padding-left: calc(var(--spacing) * 1.5);
1648
+ }
1649
+
1650
+ .pl-4 {
1651
+ padding-left: calc(var(--spacing) * 4);
1652
+ }
1653
+
1654
+ .pl-7 {
1655
+ padding-left: calc(var(--spacing) * 7);
1656
+ }
1657
+
1658
+ .pl-8 {
1659
+ padding-left: calc(var(--spacing) * 8);
1660
+ }
1661
+
1662
+ .text-center {
1663
+ text-align: center;
1664
+ }
1665
+
1666
+ .text-left {
1667
+ text-align: left;
1668
+ }
1669
+
1670
+ .font-mono {
1671
+ font-family: var(--font-mono);
1672
+ }
1673
+
1674
+ .text-base {
1675
+ font-size: var(--text-base);
1676
+ line-height: var(--tw-leading, var(--text-base--line-height));
1677
+ }
1678
+
1679
+ .text-lg {
1680
+ font-size: var(--text-lg);
1681
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1682
+ }
1683
+
1684
+ .text-sm {
1685
+ font-size: var(--text-sm);
1686
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1687
+ }
1688
+
1689
+ .text-xs {
1690
+ font-size: var(--text-xs);
1691
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1692
+ }
1693
+
1694
+ .text-\[9px\] {
1695
+ font-size: 9px;
1696
+ }
1697
+
1698
+ .text-\[12px\] {
1699
+ font-size: 12px;
1700
+ }
1701
+
1702
+ .leading-3 {
1703
+ --tw-leading: calc(var(--spacing) * 3);
1704
+ line-height: calc(var(--spacing) * 3);
1705
+ }
1706
+
1707
+ .leading-4 {
1708
+ --tw-leading: calc(var(--spacing) * 4);
1709
+ line-height: calc(var(--spacing) * 4);
1710
+ }
1711
+
1712
+ .leading-none {
1713
+ --tw-leading: 1;
1714
+ line-height: 1;
1715
+ }
1716
+
1717
+ .leading-snug {
1718
+ --tw-leading: var(--leading-snug);
1719
+ line-height: var(--leading-snug);
1720
+ }
1721
+
1722
+ .font-bold {
1723
+ --tw-font-weight: var(--font-weight-bold);
1724
+ font-weight: var(--font-weight-bold);
1725
+ }
1726
+
1727
+ .font-medium {
1728
+ --tw-font-weight: var(--font-weight-medium);
1729
+ font-weight: var(--font-weight-medium);
1730
+ }
1731
+
1732
+ .font-normal {
1733
+ --tw-font-weight: var(--font-weight-normal);
1734
+ font-weight: var(--font-weight-normal);
1735
+ }
1736
+
1737
+ .tracking-\[0\.07em\] {
1738
+ --tw-tracking: .07em;
1739
+ letter-spacing: .07em;
1740
+ }
1741
+
1742
+ .tracking-widest {
1743
+ --tw-tracking: var(--tracking-widest);
1744
+ letter-spacing: var(--tracking-widest);
1745
+ }
1746
+
1747
+ .text-ellipsis {
1748
+ text-overflow: ellipsis;
1749
+ }
1750
+
1751
+ .whitespace-nowrap {
1752
+ white-space: nowrap;
1753
+ }
1754
+
1755
+ .text-background {
1756
+ color: var(--color-background);
1757
+ }
1758
+
1759
+ .text-brand {
1760
+ color: var(--color-brand);
1761
+ }
1762
+
1763
+ .text-brand-600 {
1764
+ color: var(--color-brand-600);
1765
+ }
1766
+
1767
+ .text-foreground {
1768
+ color: var(--color-foreground);
1769
+ }
1770
+
1771
+ .text-foreground-light {
1772
+ color: var(--color-foreground-light);
1773
+ }
1774
+
1775
+ .text-foreground-lighter {
1776
+ color: var(--color-foreground-lighter);
1777
+ }
1778
+
1779
+ .text-foreground-muted {
1780
+ color: var(--color-foreground-muted);
1781
+ }
1782
+
1783
+ .text-stronger {
1784
+ color: var(--color-stronger);
1785
+ }
1786
+
1787
+ .text-transparent {
1788
+ color: #0000;
1789
+ }
1790
+
1791
+ .text-warning {
1792
+ color: var(--color-warning);
1793
+ }
1794
+
1795
+ .lowercase {
1796
+ text-transform: lowercase;
1797
+ }
1798
+
1799
+ .uppercase {
1800
+ text-transform: uppercase;
1801
+ }
1802
+
1803
+ .ordinal {
1804
+ --tw-ordinal: ordinal;
1805
+ font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
1806
+ }
1807
+
1808
+ .tabular-nums {
1809
+ --tw-numeric-spacing: tabular-nums;
1810
+ font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
1811
+ }
1812
+
1813
+ .underline-offset-4 {
1814
+ text-underline-offset: 4px;
1815
+ }
1816
+
1817
+ .accent-foreground {
1818
+ accent-color: var(--color-foreground);
1819
+ }
1820
+
1821
+ .opacity-50 {
1822
+ opacity: .5;
1823
+ }
1824
+
1825
+ .opacity-60 {
1826
+ opacity: .6;
1827
+ }
1828
+
1829
+ .opacity-70 {
1830
+ opacity: .7;
1831
+ }
1832
+
1833
+ .opacity-100 {
1834
+ opacity: 1;
1835
+ }
1836
+
1837
+ .shadow {
1838
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
1839
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1840
+ }
1841
+
1842
+ .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
1843
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
1844
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1845
+ }
1846
+
1847
+ .shadow-lg {
1848
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
1849
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1850
+ }
1851
+
1852
+ .shadow-md {
1853
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
1854
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1855
+ }
1856
+
1857
+ .shadow-none {
1858
+ --tw-shadow: 0 0 #0000;
1859
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1860
+ }
1861
+
1862
+ .shadow-xl {
1863
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
1864
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1865
+ }
1866
+
1867
+ .ring-sidebar-ring {
1868
+ --tw-ring-color: var(--color-sidebar-ring);
1869
+ }
1870
+
1871
+ .ring-offset-background {
1872
+ --tw-ring-offset-color: var(--color-background);
1873
+ }
1874
+
1875
+ .outline {
1876
+ outline-style: var(--tw-outline-style);
1877
+ outline-width: 1px;
1878
+ }
1879
+
1880
+ .outline-0 {
1881
+ outline-style: var(--tw-outline-style);
1882
+ outline-width: 0;
1883
+ }
1884
+
1885
+ .filter {
1886
+ 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, );
1887
+ }
1888
+
1889
+ .backdrop-blur-sm {
1890
+ --tw-backdrop-blur: blur(var(--blur-sm));
1891
+ -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, );
1892
+ 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, );
1893
+ }
1894
+
1895
+ .transition {
1896
+ 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;
1897
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1898
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1899
+ }
1900
+
1901
+ .transition-\[left\,right\,width\] {
1902
+ transition-property: left, right, width;
1903
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1904
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1905
+ }
1906
+
1907
+ .transition-\[margin\,opa\] {
1908
+ transition-property: margin, opa;
1909
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1910
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1911
+ }
1912
+
1913
+ .transition-\[width\] {
1914
+ transition-property: width;
1915
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1916
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1917
+ }
1918
+
1919
+ .transition-all {
1920
+ transition-property: all;
1921
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1922
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1923
+ }
1924
+
1925
+ .transition-colors {
1926
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1927
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1928
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1929
+ }
1930
+
1931
+ .transition-opacity {
1932
+ transition-property: opacity;
1933
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1934
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1935
+ }
1936
+
1937
+ .transition-transform {
1938
+ transition-property: transform, translate, scale, rotate;
1939
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1940
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1941
+ }
1942
+
1943
+ .duration-100 {
1944
+ --tw-duration: .1s;
1945
+ transition-duration: .1s;
1946
+ }
1947
+
1948
+ .duration-200 {
1949
+ --tw-duration: .2s;
1950
+ transition-duration: .2s;
1951
+ }
1952
+
1953
+ .ease-linear {
1954
+ --tw-ease: linear;
1955
+ transition-timing-function: linear;
1956
+ }
1957
+
1958
+ .ease-out {
1959
+ --tw-ease: var(--ease-out);
1960
+ transition-timing-function: var(--ease-out);
1961
+ }
1962
+
1963
+ .animate-in {
1964
+ --tw-enter-opacity: initial;
1965
+ --tw-enter-scale: initial;
1966
+ --tw-enter-rotate: initial;
1967
+ --tw-enter-translate-x: initial;
1968
+ --tw-enter-translate-y: initial;
1969
+ animation-name: enter;
1970
+ animation-duration: .15s;
1971
+ }
1972
+
1973
+ .outline-none {
1974
+ --tw-outline-style: none;
1975
+ outline-style: none;
1976
+ }
1977
+
1978
+ .select-none {
1979
+ -webkit-user-select: none;
1980
+ user-select: none;
1981
+ }
1982
+
1983
+ .\[browser\:sqlite\] {
1984
+ browser: sqlite;
1985
+ }
1986
+
1987
+ .\[bun\:sqlite\] {
1988
+ bun: sqlite;
1989
+ }
1990
+
1991
+ .duration-100 {
1992
+ animation-duration: .1s;
1993
+ }
1994
+
1995
+ .duration-200 {
1996
+ animation-duration: .2s;
1997
+ }
1998
+
1999
+ .ease-linear {
2000
+ animation-timing-function: linear;
2001
+ }
2002
+
2003
+ .ease-out {
2004
+ animation-timing-function: cubic-bezier(0, 0, .2, 1);
2005
+ }
2006
+
2007
+ .fade-in-50 {
2008
+ --tw-enter-opacity: .5;
2009
+ }
2010
+
2011
+ .running {
2012
+ animation-play-state: running;
2013
+ }
2014
+
2015
+ .group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *) {
2016
+ opacity: 1;
2017
+ }
2018
+
2019
+ @media (hover: hover) {
2020
+ .group-hover\:text-foreground:is(:where(.group):hover *) {
2021
+ color: var(--color-foreground);
2022
+ }
2023
+
2024
+ .group-hover\:text-foreground-light:is(:where(.group):hover *) {
2025
+ color: var(--color-foreground-light);
2026
+ }
2027
+
2028
+ .group-hover\:text-foreground-lighter:is(:where(.group):hover *) {
2029
+ color: var(--color-foreground-lighter);
2030
+ }
2031
+
2032
+ .group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *) {
2033
+ opacity: 1;
2034
+ }
2035
+ }
2036
+
2037
+ .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar="menu-action"]) *) {
2038
+ padding-right: calc(var(--spacing) * 8);
2039
+ }
2040
+
2041
+ .group-aria-selected\:fill-foreground:is(:where(.group)[aria-selected="true"] *) {
2042
+ fill: var(--color-foreground);
2043
+ }
2044
+
2045
+ .group-aria-selected\:text-foreground:is(:where(.group)[aria-selected="true"] *) {
2046
+ color: var(--color-foreground);
2047
+ }
2048
+
2049
+ .group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *) {
2050
+ margin-top: calc(var(--spacing) * -8);
2051
+ }
2052
+
2053
+ .group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible="icon"] *) {
2054
+ display: none;
2055
+ }
2056
+
2057
+ .group-data-\[collapsible\=icon\]\:\!size-8:is(:where(.group)[data-collapsible="icon"] *) {
2058
+ width: calc(var(--spacing) * 8) !important;
2059
+ height: calc(var(--spacing) * 8) !important;
2060
+ }
2061
+
2062
+ .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]:is(:where(.group)[data-collapsible="icon"] *) {
2063
+ width: --sidebar-width-icon;
2064
+ }
2065
+
2066
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]:is(:where(.group)[data-collapsible="icon"] *) {
2067
+ width: calc(var(--sidebar-width-icon) + 1rem);
2068
+ }
2069
+
2070
+ .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]:is(:where(.group)[data-collapsible="icon"] *) {
2071
+ width: calc(var(--sidebar-width-icon) + 1rem + 2px);
2072
+ }
2073
+
2074
+ .group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible="icon"] *) {
2075
+ overflow: hidden;
2076
+ }
2077
+
2078
+ .group-data-\[collapsible\=icon\]\:\!p-0:is(:where(.group)[data-collapsible="icon"] *) {
2079
+ padding: calc(var(--spacing) * 0) !important;
2080
+ }
2081
+
2082
+ .group-data-\[collapsible\=icon\]\:\!pr-2:is(:where(.group)[data-collapsible="icon"] *) {
2083
+ padding-right: calc(var(--spacing) * 2) !important;
2084
+ }
2085
+
2086
+ .group-data-\[collapsible\=icon\]\:\!pl-1\.5:is(:where(.group)[data-collapsible="icon"] *) {
2087
+ padding-left: calc(var(--spacing) * 1.5) !important;
2088
+ }
2089
+
2090
+ .group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible="icon"] *) {
2091
+ opacity: 0;
2092
+ }
2093
+
2094
+ .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
2095
+ right: calc(var(--sidebar-width) * -1);
2096
+ }
2097
+
2098
+ .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
2099
+ left: calc(var(--sidebar-width) * -1);
2100
+ }
2101
+
2102
+ .group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
2103
+ width: calc(var(--spacing) * 0);
2104
+ }
2105
+
2106
+ .group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
2107
+ --tw-translate-x: calc(var(--spacing) * 0);
2108
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2109
+ }
2110
+
2111
+ .group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
2112
+ right: calc(var(--spacing) * -4);
2113
+ }
2114
+
2115
+ .group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side="left"] *) {
2116
+ border-right-style: var(--tw-border-style);
2117
+ border-right-width: 1px;
2118
+ }
2119
+
2120
+ .group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *) {
2121
+ left: calc(var(--spacing) * 0);
2122
+ }
2123
+
2124
+ .group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side="right"] *) {
2125
+ rotate: 180deg;
2126
+ }
2127
+
2128
+ .group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side="right"] *) {
2129
+ border-left-style: var(--tw-border-style);
2130
+ border-left-width: 1px;
2131
+ }
2132
+
2133
+ .group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *) {
2134
+ border-radius: var(--radius-lg);
2135
+ }
2136
+
2137
+ .group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant="floating"] *) {
2138
+ border-style: var(--tw-border-style);
2139
+ border-width: 1px;
2140
+ }
2141
+
2142
+ .group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant="floating"] *) {
2143
+ border-color: var(--color-sidebar-border);
2144
+ }
2145
+
2146
+ .group-data-\[variant\=floating\]\:shadow:is(:where(.group)[data-variant="floating"] *) {
2147
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
2148
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2149
+ }
2150
+
2151
+ @media (hover: hover) {
2152
+ .peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover ~ *) {
2153
+ color: var(--color-sidebar-accent-foreground);
2154
+ }
2155
+ }
2156
+
2157
+ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active="true"] ~ *) {
2158
+ color: var(--color-sidebar-accent-foreground);
2159
+ }
2160
+
2161
+ .peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
2162
+ top: calc(var(--spacing) * 1.5);
2163
+ }
2164
+
2165
+ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
2166
+ top: calc(var(--spacing) * 2.5);
2167
+ }
2168
+
2169
+ .peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
2170
+ top: calc(var(--spacing) * 1);
2171
+ }
2172
+
2173
+ .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]:is(:where(.peer)[data-variant="inset"] ~ *) {
2174
+ min-height: calc(100svh - 1rem);
2175
+ }
2176
+
2177
+ .file\:border-0::file-selector-button {
2178
+ border-style: var(--tw-border-style);
2179
+ border-width: 0;
2180
+ }
2181
+
2182
+ .file\:bg-transparent::file-selector-button {
2183
+ background-color: #0000;
2184
+ }
2185
+
2186
+ .file\:text-sm::file-selector-button {
2187
+ font-size: var(--text-sm);
2188
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2189
+ }
2190
+
2191
+ .file\:font-medium::file-selector-button {
2192
+ --tw-font-weight: var(--font-weight-medium);
2193
+ font-weight: var(--font-weight-medium);
2194
+ }
2195
+
2196
+ .placeholder\:text-foreground-muted::placeholder {
2197
+ color: var(--color-foreground-muted);
2198
+ }
2199
+
2200
+ .before\:absolute:before {
2201
+ content: var(--tw-content);
2202
+ position: absolute;
2203
+ }
2204
+
2205
+ .before\:top-1\/2:before {
2206
+ content: var(--tw-content);
2207
+ top: 50%;
2208
+ }
2209
+
2210
+ .before\:left-1\/2:before {
2211
+ content: var(--tw-content);
2212
+ left: 50%;
2213
+ }
2214
+
2215
+ .before\:z-50:before {
2216
+ content: var(--tw-content);
2217
+ z-index: 50;
2218
+ }
2219
+
2220
+ .before\:block:before {
2221
+ content: var(--tw-content);
2222
+ display: block;
2223
+ }
2224
+
2225
+ .before\:h-full:before {
2226
+ content: var(--tw-content);
2227
+ height: 100%;
2228
+ }
2229
+
2230
+ .before\:min-h-6:before {
2231
+ content: var(--tw-content);
2232
+ min-height: calc(var(--spacing) * 6);
2233
+ }
2234
+
2235
+ .before\:w-full:before {
2236
+ content: var(--tw-content);
2237
+ width: 100%;
2238
+ }
2239
+
2240
+ .before\:min-w-6:before {
2241
+ content: var(--tw-content);
2242
+ min-width: calc(var(--spacing) * 6);
2243
+ }
2244
+
2245
+ .before\:-translate-x-1\/2:before {
2246
+ content: var(--tw-content);
2247
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
2248
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2249
+ }
2250
+
2251
+ .before\:-translate-y-1\/2:before {
2252
+ content: var(--tw-content);
2253
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
2254
+ translate: var(--tw-translate-x) var(--tw-translate-y);
2255
+ }
2256
+
2257
+ .before\:outline-2:before {
2258
+ content: var(--tw-content);
2259
+ outline-style: var(--tw-outline-style);
2260
+ outline-width: 2px;
2261
+ }
2262
+
2263
+ .before\:outline-red-500:before {
2264
+ content: var(--tw-content);
2265
+ outline-color: var(--color-red-500);
2266
+ }
2267
+
2268
+ .before\:content-\[\"\"\]:before {
2269
+ --tw-content: "";
2270
+ content: var(--tw-content);
2271
+ }
2272
+
2273
+ .after\:absolute:after {
2274
+ content: var(--tw-content);
2275
+ position: absolute;
2276
+ }
2277
+
2278
+ .after\:-inset-2:after {
2279
+ content: var(--tw-content);
2280
+ inset: calc(var(--spacing) * -2);
2281
+ }
2282
+
2283
+ .after\:inset-y-0:after {
2284
+ content: var(--tw-content);
2285
+ inset-block: calc(var(--spacing) * 0);
2286
+ }
2287
+
2288
+ .after\:left-1\/2:after {
2289
+ content: var(--tw-content);
2290
+ left: 50%;
2291
+ }
2292
+
2293
+ .after\:w-\[2px\]:after {
2294
+ content: var(--tw-content);
2295
+ width: 2px;
2296
+ }
2297
+
2298
+ .group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible="offcanvas"] *):after {
2299
+ content: var(--tw-content);
2300
+ left: 100%;
2301
+ }
2302
+
2303
+ .read-only\:text-foreground-light:read-only {
2304
+ color: var(--color-foreground-light);
2305
+ }
2306
+
2307
+ @media (hover: hover) {
2308
+ .hover\:border-brand-600:hover {
2309
+ border-color: var(--color-brand-600);
2310
+ }
2311
+
2312
+ .hover\:border-foreground-lighter:hover {
2313
+ border-color: var(--color-foreground-lighter);
2314
+ }
2315
+
2316
+ .hover\:border-foreground-muted:hover {
2317
+ border-color: var(--color-foreground-muted);
2318
+ }
2319
+
2320
+ .hover\:border-stronger:hover {
2321
+ border-color: var(--color-stronger);
2322
+ }
2323
+
2324
+ .hover\:border-warning:hover {
2325
+ border-color: var(--color-warning);
2326
+ }
2327
+
2328
+ .hover\:bg-brand-400:hover {
2329
+ background-color: var(--color-brand-400);
2330
+ }
2331
+
2332
+ .hover\:bg-brand-500:hover {
2333
+ background-color: var(--color-brand-500);
2334
+ }
2335
+
2336
+ .hover\:bg-brand\/80:hover {
2337
+ background-color: color-mix(in srgb, hsl(var(--sb-color-brand-default)) 80%, transparent);
2338
+ }
2339
+
2340
+ @supports (color: color-mix(in lab, red, red)) {
2341
+ .hover\:bg-brand\/80:hover {
2342
+ background-color: color-mix(in oklab, var(--color-brand) 80%, transparent);
2343
+ }
2344
+ }
2345
+
2346
+ .hover\:bg-control:hover {
2347
+ background-color: var(--color-control);
2348
+ }
2349
+
2350
+ .hover\:bg-selection:hover {
2351
+ background-color: var(--color-selection);
2352
+ }
2353
+
2354
+ .hover\:bg-sidebar-accent:hover {
2355
+ background-color: var(--color-sidebar-accent);
2356
+ }
2357
+
2358
+ .hover\:text-foreground:hover {
2359
+ color: var(--color-foreground);
2360
+ }
2361
+
2362
+ .hover\:text-sidebar-accent-foreground:hover {
2363
+ color: var(--color-sidebar-accent-foreground);
2364
+ }
2365
+
2366
+ .hover\:underline:hover {
2367
+ text-decoration-line: underline;
2368
+ }
2369
+
2370
+ .hover\:opacity-100:hover {
2371
+ opacity: 1;
2372
+ }
2373
+
2374
+ .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
2375
+ --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
2376
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2377
+ }
2378
+
2379
+ .hover\:after\:bg-sidebar-border:hover:after {
2380
+ content: var(--tw-content);
2381
+ background-color: var(--color-sidebar-border);
2382
+ }
2383
+ }
2384
+
2385
+ .focus\:bg-overlay-hover:focus {
2386
+ background-color: var(--color-overlay-hover);
2387
+ }
2388
+
2389
+ .focus\:text-foreground:focus {
2390
+ color: var(--color-foreground);
2391
+ }
2392
+
2393
+ .focus\:ring-2:focus {
2394
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2395
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2396
+ }
2397
+
2398
+ .focus\:ring-offset-2:focus {
2399
+ --tw-ring-offset-width: 2px;
2400
+ --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2401
+ }
2402
+
2403
+ .focus\:outline-none:focus {
2404
+ --tw-outline-style: none;
2405
+ outline-style: none;
2406
+ }
2407
+
2408
+ .focus-visible\:border-brand-500:focus-visible {
2409
+ border-color: var(--color-brand-500);
2410
+ }
2411
+
2412
+ .focus-visible\:ring-2:focus-visible {
2413
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2414
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2415
+ }
2416
+
2417
+ .focus-visible\:ring-4:focus-visible {
2418
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2419
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2420
+ }
2421
+
2422
+ .focus-visible\:ring-background-control:focus-visible {
2423
+ --tw-ring-color: var(--color-background-control);
2424
+ }
2425
+
2426
+ .focus-visible\:ring-foreground-muted:focus-visible {
2427
+ --tw-ring-color: var(--color-foreground-muted);
2428
+ }
2429
+
2430
+ .focus-visible\:ring-sidebar-ring:focus-visible {
2431
+ --tw-ring-color: var(--color-sidebar-ring);
2432
+ }
2433
+
2434
+ .focus-visible\:ring-offset-1:focus-visible {
2435
+ --tw-ring-offset-width: 1px;
2436
+ --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2437
+ }
2438
+
2439
+ .focus-visible\:ring-offset-2:focus-visible {
2440
+ --tw-ring-offset-width: 2px;
2441
+ --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2442
+ }
2443
+
2444
+ .focus-visible\:ring-offset-background:focus-visible {
2445
+ --tw-ring-offset-color: var(--color-background);
2446
+ }
2447
+
2448
+ .focus-visible\:ring-offset-foreground-muted:focus-visible {
2449
+ --tw-ring-offset-color: var(--color-foreground-muted);
2450
+ }
2451
+
2452
+ .focus-visible\:outline-4:focus-visible {
2453
+ outline-style: var(--tw-outline-style);
2454
+ outline-width: 4px;
2455
+ }
2456
+
2457
+ .focus-visible\:outline-offset-1:focus-visible {
2458
+ outline-offset: 1px;
2459
+ }
2460
+
2461
+ .focus-visible\:outline-amber-700:focus-visible {
2462
+ outline-color: var(--color-amber-700);
2463
+ }
2464
+
2465
+ .focus-visible\:outline-brand-600:focus-visible {
2466
+ outline-color: var(--color-brand-600);
2467
+ }
2468
+
2469
+ .focus-visible\:outline-none:focus-visible {
2470
+ --tw-outline-style: none;
2471
+ outline-style: none;
2472
+ }
2473
+
2474
+ .active\:bg-sidebar-accent:active {
2475
+ background-color: var(--color-sidebar-accent);
2476
+ }
2477
+
2478
+ .active\:text-sidebar-accent-foreground:active {
2479
+ color: var(--color-sidebar-accent-foreground);
2480
+ }
2481
+
2482
+ .disabled\:pointer-events-none:disabled {
2483
+ pointer-events: none;
2484
+ }
2485
+
2486
+ .disabled\:cursor-not-allowed:disabled {
2487
+ cursor: not-allowed;
2488
+ }
2489
+
2490
+ .disabled\:text-foreground-muted:disabled {
2491
+ color: var(--color-foreground-muted);
2492
+ }
2493
+
2494
+ .disabled\:opacity-50:disabled {
2495
+ opacity: .5;
2496
+ }
2497
+
2498
+ .aria-disabled\:pointer-events-none[aria-disabled="true"] {
2499
+ pointer-events: none;
2500
+ }
2501
+
2502
+ .aria-disabled\:opacity-50[aria-disabled="true"] {
2503
+ opacity: .5;
2504
+ }
2505
+
2506
+ .aria-expanded\:bg-transparent[aria-expanded="true"] {
2507
+ background-color: #0000;
2508
+ }
2509
+
2510
+ .aria-selected\:\!bg-selection[aria-selected="true"] {
2511
+ background-color: var(--color-selection) !important;
2512
+ }
2513
+
2514
+ .aria-selected\:text-foreground[aria-selected="true"] {
2515
+ color: var(--color-foreground);
2516
+ }
2517
+
2518
+ .data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
2519
+ background-color: var(--color-sidebar-accent);
2520
+ }
2521
+
2522
+ .data-\[active\=true\]\:font-medium[data-active="true"] {
2523
+ --tw-font-weight: var(--font-weight-medium);
2524
+ font-weight: var(--font-weight-medium);
2525
+ }
2526
+
2527
+ .data-\[active\=true\]\:text-foreground[data-active="true"] {
2528
+ color: var(--color-foreground);
2529
+ }
2530
+
2531
+ .data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
2532
+ color: var(--color-sidebar-accent-foreground);
2533
+ }
2534
+
2535
+ .data-\[disabled\]\:pointer-events-none[data-disabled] {
2536
+ pointer-events: none;
2537
+ }
2538
+
2539
+ .data-\[disabled\]\:opacity-50[data-disabled] {
2540
+ opacity: .5;
2541
+ }
2542
+
2543
+ .data-\[side\=bottom\]\:slide-in-from-top-1[data-side="bottom"] {
2544
+ --tw-enter-translate-y: -.25rem;
2545
+ }
2546
+
2547
+ .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
2548
+ --tw-enter-translate-y: -.5rem;
2549
+ }
2550
+
2551
+ .data-\[side\=left\]\:slide-in-from-right-1[data-side="left"] {
2552
+ --tw-enter-translate-x: .25rem;
2553
+ }
2554
+
2555
+ .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
2556
+ --tw-enter-translate-x: .5rem;
2557
+ }
2558
+
2559
+ .data-\[side\=right\]\:slide-in-from-left-1[data-side="right"] {
2560
+ --tw-enter-translate-x: -.25rem;
2561
+ }
2562
+
2563
+ .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
2564
+ --tw-enter-translate-x: -.5rem;
2565
+ }
2566
+
2567
+ .data-\[side\=top\]\:slide-in-from-bottom-1[data-side="top"] {
2568
+ --tw-enter-translate-y: .25rem;
2569
+ }
2570
+
2571
+ .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
2572
+ --tw-enter-translate-y: .5rem;
2573
+ }
2574
+
2575
+ .data-\[state\=closed\]\:duration-200[data-state="closed"] {
2576
+ --tw-duration: .2s;
2577
+ transition-duration: .2s;
2578
+ }
2579
+
2580
+ .data-\[state\=closed\]\:duration-300[data-state="closed"] {
2581
+ --tw-duration: .3s;
2582
+ transition-duration: .3s;
2583
+ }
2584
+
2585
+ .data-\[state\=closed\]\:animate-out[data-state="closed"] {
2586
+ --tw-exit-opacity: initial;
2587
+ --tw-exit-scale: initial;
2588
+ --tw-exit-rotate: initial;
2589
+ --tw-exit-translate-x: initial;
2590
+ --tw-exit-translate-y: initial;
2591
+ animation-name: exit;
2592
+ animation-duration: .15s;
2593
+ }
2594
+
2595
+ .data-\[state\=closed\]\:duration-200[data-state="closed"] {
2596
+ animation-duration: .2s;
2597
+ }
2598
+
2599
+ .data-\[state\=closed\]\:duration-300[data-state="closed"] {
2600
+ animation-duration: .3s;
2601
+ }
2602
+
2603
+ .data-\[state\=closed\]\:fade-out[data-state="closed"], .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
2604
+ --tw-exit-opacity: 0;
2605
+ }
2606
+
2607
+ .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
2608
+ --tw-exit-translate-y: 100%;
2609
+ }
2610
+
2611
+ .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
2612
+ --tw-exit-translate-x: -100%;
2613
+ }
2614
+
2615
+ .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
2616
+ --tw-exit-translate-x: 100%;
2617
+ }
2618
+
2619
+ .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
2620
+ --tw-exit-translate-y: -100%;
2621
+ }
2622
+
2623
+ .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
2624
+ --tw-exit-scale: .95;
2625
+ }
2626
+
2627
+ .data-\[state\=open\]\:animate-in[data-state="open"] {
2628
+ animation: var(--animate-in);
2629
+ }
2630
+
2631
+ .data-\[state\=open\]\:border-brand-500[data-state="open"] {
2632
+ border-color: var(--color-brand-500);
2633
+ }
2634
+
2635
+ .data-\[state\=open\]\:border-foreground-lighter[data-state="open"] {
2636
+ border-color: var(--color-foreground-lighter);
2637
+ }
2638
+
2639
+ .data-\[state\=open\]\:border-stronger[data-state="open"] {
2640
+ border-color: var(--color-stronger);
2641
+ }
2642
+
2643
+ .data-\[state\=open\]\:border-warning[data-state="open"] {
2644
+ border-color: var(--color-warning);
2645
+ }
2646
+
2647
+ .data-\[state\=open\]\:bg-brand-400[data-state="open"] {
2648
+ background-color: var(--color-brand-400);
2649
+ }
2650
+
2651
+ .data-\[state\=open\]\:bg-brand-400\/80[data-state="open"] {
2652
+ background-color: color-mix(in srgb, hsl(var(--sb-color-brand-400)) 80%, transparent);
2653
+ }
2654
+
2655
+ @supports (color: color-mix(in lab, red, red)) {
2656
+ .data-\[state\=open\]\:bg-brand-400\/80[data-state="open"] {
2657
+ background-color: color-mix(in oklab, var(--color-brand-400) 80%, transparent);
2658
+ }
2659
+ }
2660
+
2661
+ .data-\[state\=open\]\:bg-brand-500[data-state="open"] {
2662
+ background-color: var(--color-brand-500);
2663
+ }
2664
+
2665
+ .data-\[state\=open\]\:bg-control[data-state="open"] {
2666
+ background-color: var(--color-control);
2667
+ }
2668
+
2669
+ .data-\[state\=open\]\:bg-overlay-hover[data-state="open"] {
2670
+ background-color: var(--color-overlay-hover);
2671
+ }
2672
+
2673
+ .data-\[state\=open\]\:bg-selection[data-state="open"] {
2674
+ background-color: var(--color-selection);
2675
+ }
2676
+
2677
+ .data-\[state\=open\]\:bg-transparent[data-state="open"] {
2678
+ background-color: #0000;
2679
+ }
2680
+
2681
+ .data-\[state\=open\]\:text-foreground[data-state="open"] {
2682
+ color: var(--color-foreground);
2683
+ }
2684
+
2685
+ .data-\[state\=open\]\:opacity-100[data-state="open"] {
2686
+ opacity: 1;
2687
+ }
2688
+
2689
+ .data-\[state\=open\]\:outline-brand-600[data-state="open"] {
2690
+ outline-color: var(--color-brand-600);
2691
+ }
2692
+
2693
+ .data-\[state\=open\]\:outline-warning[data-state="open"] {
2694
+ outline-color: var(--color-warning);
2695
+ }
2696
+
2697
+ .data-\[state\=open\]\:duration-200[data-state="open"] {
2698
+ --tw-duration: .2s;
2699
+ transition-duration: .2s;
2700
+ }
2701
+
2702
+ .data-\[state\=open\]\:duration-300[data-state="open"] {
2703
+ --tw-duration: .3s;
2704
+ transition-duration: .3s;
2705
+ }
2706
+
2707
+ .data-\[state\=open\]\:animate-in[data-state="open"] {
2708
+ --tw-enter-opacity: initial;
2709
+ --tw-enter-scale: initial;
2710
+ --tw-enter-rotate: initial;
2711
+ --tw-enter-translate-x: initial;
2712
+ --tw-enter-translate-y: initial;
2713
+ animation-name: enter;
2714
+ animation-duration: .15s;
2715
+ }
2716
+
2717
+ .data-\[state\=open\]\:duration-200[data-state="open"] {
2718
+ animation-duration: .2s;
2719
+ }
2720
+
2721
+ .data-\[state\=open\]\:duration-300[data-state="open"] {
2722
+ animation-duration: .3s;
2723
+ }
2724
+
2725
+ .data-\[state\=open\]\:fade-in[data-state="open"], .data-\[state\=open\]\:fade-in-0[data-state="open"] {
2726
+ --tw-enter-opacity: 0;
2727
+ }
2728
+
2729
+ .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
2730
+ --tw-enter-translate-y: 100%;
2731
+ }
2732
+
2733
+ .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
2734
+ --tw-enter-translate-x: -100%;
2735
+ }
2736
+
2737
+ .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
2738
+ --tw-enter-translate-x: 100%;
2739
+ }
2740
+
2741
+ .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
2742
+ --tw-enter-translate-y: -100%;
2743
+ }
2744
+
2745
+ .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
2746
+ --tw-enter-scale: .95;
2747
+ }
2748
+
2749
+ @media (hover: hover) {
2750
+ .data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state="open"]:hover {
2751
+ background-color: var(--color-sidebar-accent);
2752
+ }
2753
+
2754
+ .data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state="open"]:hover {
2755
+ color: var(--color-sidebar-accent-foreground);
2756
+ }
2757
+ }
2758
+
2759
+ @media (min-width: 40rem) {
2760
+ .sm\:mt-2 {
2761
+ margin-top: calc(var(--spacing) * 2);
2762
+ }
2763
+
2764
+ .sm\:flex {
2765
+ display: flex;
2766
+ }
2767
+
2768
+ .sm\:w-44 {
2769
+ width: calc(var(--spacing) * 44);
2770
+ }
2771
+
2772
+ .sm\:shrink-0 {
2773
+ flex-shrink: 0;
2774
+ }
2775
+
2776
+ .sm\:flex-row {
2777
+ flex-direction: row;
2778
+ }
2779
+
2780
+ .sm\:items-start {
2781
+ align-items: flex-start;
2782
+ }
2783
+
2784
+ .sm\:justify-end {
2785
+ justify-content: flex-end;
2786
+ }
2787
+
2788
+ .sm\:gap-6 {
2789
+ gap: calc(var(--spacing) * 6);
2790
+ }
2791
+
2792
+ .sm\:px-6 {
2793
+ padding-inline: calc(var(--spacing) * 6);
2794
+ }
2795
+
2796
+ .sm\:py-0 {
2797
+ padding-block: calc(var(--spacing) * 0);
2798
+ }
2799
+
2800
+ .sm\:text-left {
2801
+ text-align: left;
2802
+ }
2803
+ }
2804
+
2805
+ @media (min-width: 48rem) {
2806
+ .md\:block {
2807
+ display: block;
2808
+ }
2809
+
2810
+ .md\:flex {
2811
+ display: flex;
2812
+ }
2813
+
2814
+ .md\:min-w-32 {
2815
+ min-width: calc(var(--spacing) * 32);
2816
+ }
2817
+
2818
+ .md\:min-w-44 {
2819
+ min-width: calc(var(--spacing) * 44);
2820
+ }
2821
+
2822
+ .md\:pl-2 {
2823
+ padding-left: calc(var(--spacing) * 2);
2824
+ }
2825
+
2826
+ .md\:opacity-0 {
2827
+ opacity: 0;
2828
+ }
2829
+
2830
+ .md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant="inset"] ~ *) {
2831
+ margin: calc(var(--spacing) * 2);
2832
+ }
2833
+
2834
+ .md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant="inset"] ~ *) {
2835
+ margin-left: calc(var(--spacing) * 0);
2836
+ }
2837
+
2838
+ .md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant="inset"] ~ *) {
2839
+ border-radius: var(--radius-xl);
2840
+ }
2841
+
2842
+ .md\:peer-data-\[variant\=inset\]\:shadow:is(:where(.peer)[data-variant="inset"] ~ *) {
2843
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
2844
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2845
+ }
2846
+
2847
+ .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2:is(:where(.peer)[data-state="collapsed"] ~ *):is(:where(.peer)[data-variant="inset"] ~ *) {
2848
+ margin-left: calc(var(--spacing) * 2);
2849
+ }
2850
+ }
2851
+
2852
+ .after\:md\:hidden:after {
2853
+ content: var(--tw-content);
2854
+ }
2855
+
2856
+ @media (min-width: 48rem) {
2857
+ .after\:md\:hidden:after {
2858
+ display: none;
2859
+ }
2860
+ }
2861
+
2862
+ @media (min-width: 64rem) {
2863
+ .lg\:h-screen {
2864
+ height: 100vh;
2865
+ }
2866
+
2867
+ .lg\:w-1\/2 {
2868
+ width: 50%;
2869
+ }
2870
+
2871
+ .lg\:w-1\/3 {
2872
+ width: 33.3333%;
2873
+ }
2874
+
2875
+ .lg\:w-1\/4 {
2876
+ width: 25%;
2877
+ }
2878
+
2879
+ .lg\:w-4\/6 {
2880
+ width: 66.6667%;
2881
+ }
2882
+
2883
+ .lg\:gap-x-8 {
2884
+ column-gap: calc(var(--spacing) * 8);
2885
+ }
2886
+ }
2887
+
2888
+ @media (min-width: 80rem) {
2889
+ .xl\:min-w-32 {
2890
+ min-width: calc(var(--spacing) * 32);
2891
+ }
2892
+
2893
+ .xl\:min-w-56 {
2894
+ min-width: calc(var(--spacing) * 56);
2895
+ }
2896
+ }
2897
+
2898
+ @container (min-width: 28rem) {
2899
+ .\@md\:mt-0 {
2900
+ margin-top: calc(var(--spacing) * 0);
2901
+ }
2902
+
2903
+ .\@md\:flex-row {
2904
+ flex-direction: row;
2905
+ }
2906
+
2907
+ .\@md\:items-center {
2908
+ align-items: center;
2909
+ }
2910
+
2911
+ .\@md\:justify-between {
2912
+ justify-content: space-between;
2913
+ }
2914
+
2915
+ .\@md\:gap-x-6 {
2916
+ column-gap: calc(var(--spacing) * 6);
2917
+ }
2918
+ }
2919
+
2920
+ @container (min-width: 32rem) {
2921
+ .\@lg\:gap-x-8 {
2922
+ column-gap: calc(var(--spacing) * 8);
2923
+ }
2924
+ }
2925
+
2926
+ .dark\:border-brand\/30:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
2927
+ border-color: color-mix(in srgb, hsl(var(--sb-color-brand-default)) 30%, transparent);
2928
+ }
2929
+
2930
+ @supports (color: color-mix(in lab, red, red)) {
2931
+ .dark\:border-brand\/30:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
2932
+ border-color: color-mix(in oklab, var(--color-brand) 30%, transparent);
2933
+ }
2934
+ }
2935
+
2936
+ .dark\:bg-brand-500:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
2937
+ background-color: var(--color-brand-500);
2938
+ }
2939
+
2940
+ .dark\:bg-muted:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
2941
+ background-color: var(--color-background-muted);
2942
+ }
2943
+
2944
+ .dark\:bg-surface-100:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
2945
+ background-color: hsl(var(--sb-color-background-surface-100));
2946
+ }
2947
+
2948
+ .dark\:text-yellow-900:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
2949
+ color: var(--color-yellow-900);
2950
+ }
2951
+
2952
+ @media (hover: hover) {
2953
+ .dark\:hover\:border-brand:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *):hover {
2954
+ border-color: var(--color-brand);
2955
+ }
2956
+
2957
+ .dark\:hover\:bg-brand\/50:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *):hover {
2958
+ background-color: color-mix(in srgb, hsl(var(--sb-color-brand-default)) 50%, transparent);
2959
+ }
2960
+
2961
+ @supports (color: color-mix(in lab, red, red)) {
2962
+ .dark\:hover\:bg-brand\/50:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *):hover {
2963
+ background-color: color-mix(in oklab, var(--color-brand) 50%, transparent);
2964
+ }
2965
+ }
2966
+
2967
+ .dark\:hover\:bg-warning\/50:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *):hover {
2968
+ background-color: color-mix(in srgb, hsl(var(--sb-color-warning-default)) 50%, transparent);
2969
+ }
2970
+
2971
+ @supports (color: color-mix(in lab, red, red)) {
2972
+ .dark\:hover\:bg-warning\/50:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *):hover {
2973
+ background-color: color-mix(in oklab, var(--color-warning) 50%, transparent);
2974
+ }
2975
+ }
2976
+ }
2977
+
2978
+ .dark\:data-\[state\=open\]\:bg-brand-500\/80:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *)[data-state="open"] {
2979
+ background-color: color-mix(in srgb, hsl(var(--sb-color-brand-500)) 80%, transparent);
2980
+ }
2981
+
2982
+ @supports (color: color-mix(in lab, red, red)) {
2983
+ .dark\:data-\[state\=open\]\:bg-brand-500\/80:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *)[data-state="open"] {
2984
+ background-color: color-mix(in oklab, var(--color-brand-500) 80%, transparent);
2985
+ }
2986
+ }
2987
+
2988
+ .\[\&_\.command-shortcut\>div\]\:border-none .command-shortcut > div {
2989
+ --tw-border-style: none;
2990
+ border-style: none;
2991
+ }
2992
+
2993
+ .\[\&_\.command-shortcut\>div\]\:bg-transparent .command-shortcut > div {
2994
+ background-color: #0000;
2995
+ }
2996
+
2997
+ .\[\&_\.command-shortcut\>div\]\:pr-2 .command-shortcut > div {
2998
+ padding-right: calc(var(--spacing) * 2);
2999
+ }
3000
+
3001
+ .\[\&_\.command-shortcut\>div\]\:text-foreground-lighter .command-shortcut > div {
3002
+ color: var(--color-foreground-lighter);
3003
+ }
3004
+
3005
+ .\[\&_p\]\:mt-0 p {
3006
+ margin-top: calc(var(--spacing) * 0);
3007
+ }
3008
+
3009
+ .\[\&_p\]\:mb-0\.5 p {
3010
+ margin-bottom: calc(var(--spacing) * .5);
3011
+ }
3012
+
3013
+ .\[\&_p\]\:mb-1\.5 p {
3014
+ margin-bottom: calc(var(--spacing) * 1.5);
3015
+ }
3016
+
3017
+ .\[\&_p\:last-child\]\:mb-0 p:last-child {
3018
+ margin-bottom: calc(var(--spacing) * 0);
3019
+ }
3020
+
3021
+ .\[\&_svg\]\:h-\[14px\] svg {
3022
+ height: 14px;
3023
+ }
3024
+
3025
+ .\[\&_svg\]\:h-\[18px\] svg {
3026
+ height: 18px;
3027
+ }
3028
+
3029
+ .\[\&_svg\]\:h-\[20px\] svg {
3030
+ height: 20px;
3031
+ }
3032
+
3033
+ .\[\&_svg\]\:h-\[24px\] svg {
3034
+ height: 24px;
3035
+ }
3036
+
3037
+ .\[\&_svg\]\:h-\[30px\] svg {
3038
+ height: 30px;
3039
+ }
3040
+
3041
+ .\[\&_svg\]\:h-\[42px\] svg {
3042
+ height: 42px;
3043
+ }
3044
+
3045
+ .\[\&_svg\]\:w-\[14px\] svg {
3046
+ width: 14px;
3047
+ }
3048
+
3049
+ .\[\&_svg\]\:w-\[18px\] svg {
3050
+ width: 18px;
3051
+ }
3052
+
3053
+ .\[\&_svg\]\:w-\[20px\] svg {
3054
+ width: 20px;
3055
+ }
3056
+
3057
+ .\[\&_svg\]\:w-\[24px\] svg {
3058
+ width: 24px;
3059
+ }
3060
+
3061
+ .\[\&_svg\]\:w-\[30px\] svg {
3062
+ width: 30px;
3063
+ }
3064
+
3065
+ .\[\&_svg\]\:w-\[42px\] svg {
3066
+ width: 42px;
3067
+ }
3068
+
3069
+ .\[\&\>button\]\:hidden > button {
3070
+ display: none;
3071
+ }
3072
+
3073
+ .\[\&\>span\]\:w-full > span {
3074
+ width: 100%;
3075
+ }
3076
+
3077
+ .\[\&\>span\:last-child\]\:truncate > span:last-child {
3078
+ text-overflow: ellipsis;
3079
+ white-space: nowrap;
3080
+ overflow: hidden;
3081
+ }
3082
+
3083
+ .\[\&\>svg\]\:absolute > svg {
3084
+ position: absolute;
3085
+ }
3086
+
3087
+ .\[\&\>svg\]\:top-4 > svg {
3088
+ top: calc(var(--spacing) * 4);
3089
+ }
3090
+
3091
+ .\[\&\>svg\]\:left-4 > svg {
3092
+ left: calc(var(--spacing) * 4);
3093
+ }
3094
+
3095
+ .\[\&\>svg\]\:flex > svg {
3096
+ display: flex;
3097
+ }
3098
+
3099
+ .\[\&\>svg\]\:size-5 > svg {
3100
+ width: calc(var(--spacing) * 5);
3101
+ height: calc(var(--spacing) * 5);
3102
+ }
3103
+
3104
+ .\[\&\>svg\]\:h-\[23px\] > svg {
3105
+ height: 23px;
3106
+ }
3107
+
3108
+ .\[\&\>svg\]\:w-\[23px\] > svg {
3109
+ width: 23px;
3110
+ }
3111
+
3112
+ .\[\&\>svg\]\:shrink-0 > svg {
3113
+ flex-shrink: 0;
3114
+ }
3115
+
3116
+ .\[\&\>svg\]\:rounded > svg {
3117
+ border-radius: .25rem;
3118
+ }
3119
+
3120
+ .\[\&\>svg\]\:bg-foreground > svg {
3121
+ background-color: var(--color-foreground);
3122
+ }
3123
+
3124
+ .\[\&\>svg\]\:bg-foreground-muted > svg {
3125
+ background-color: var(--color-foreground-muted);
3126
+ }
3127
+
3128
+ .\[\&\>svg\]\:p-1 > svg {
3129
+ padding: calc(var(--spacing) * 1);
3130
+ }
3131
+
3132
+ .\[\&\>svg\]\:text-background > svg {
3133
+ color: var(--color-background);
3134
+ }
3135
+
3136
+ .\[\&\>svg\]\:text-foreground > svg {
3137
+ color: var(--color-foreground);
3138
+ }
3139
+
3140
+ .\[\&\>svg\]\:text-sidebar-accent-foreground > svg {
3141
+ color: var(--color-sidebar-accent-foreground);
3142
+ }
3143
+
3144
+ .\[\&\>svg\~\*\]\:pl-10 > svg ~ * {
3145
+ padding-left: calc(var(--spacing) * 10);
3146
+ }
3147
+
3148
+ [data-side="left"] .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
3149
+ cursor: w-resize;
3150
+ }
3151
+
3152
+ [data-side="left"][data-collapsible="offcanvas"] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
3153
+ right: calc(var(--spacing) * -2);
3154
+ }
3155
+
3156
+ [data-side="left"][data-state="collapsed"] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize, [data-side="right"] .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
3157
+ cursor: e-resize;
3158
+ }
3159
+
3160
+ [data-side="right"][data-collapsible="offcanvas"] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
3161
+ left: calc(var(--spacing) * -2);
3162
+ }
3163
+
3164
+ [data-side="right"][data-state="collapsed"] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
3165
+ cursor: w-resize;
3166
+ }
3167
+ }
3168
+
3169
+ @layer rdg {
3170
+ @layer Defaults, FocusSink, CheckboxInput, CheckboxIcon, CheckboxLabel, Cell, HeaderCell, SummaryCell, EditCell, Row, HeaderRow, SummaryRow, GroupedRow, Root;
3171
+ }
3172
+
3173
+ @layer rdg.MeasuringCell {
3174
+ .rdg-7-0-0-beta-58-fa71d63e {
3175
+ contain: strict;
3176
+ visibility: hidden;
3177
+ grid-row: 1;
3178
+ }
3179
+ }
3180
+
3181
+ @layer rdg.Cell {
3182
+ .rdg-7-0-0-beta-58-85c48527 {
3183
+ border-inline-end: var(--rdg-border-width) solid var(--rdg-border-color);
3184
+ border-block-end: var(--rdg-border-width) solid var(--rdg-border-color);
3185
+ grid-row-start: var(--rdg-grid-row-start);
3186
+ background-color: inherit;
3187
+ white-space: nowrap;
3188
+ text-overflow: ellipsis;
3189
+ outline: none;
3190
+ align-content: center;
3191
+ padding-block: 0;
3192
+ padding-inline: 8px;
3193
+ position: relative;
3194
+ overflow: clip;
3195
+ }
3196
+
3197
+ .rdg-7-0-0-beta-58-85c48527[aria-selected="true"] {
3198
+ outline: var(--rdg-selection-width) solid var(--rdg-selection-color);
3199
+ outline-offset: calc(var(--rdg-selection-width) * -1);
3200
+ }
3201
+
3202
+ .rdg-7-0-0-beta-58-17a9a6d4 {
3203
+ z-index: 1;
3204
+ position: sticky;
3205
+ }
3206
+
3207
+ .rdg-7-0-0-beta-58-17a9a6d4:nth-last-child(1 of .rdg-7-0-0-beta-58-17a9a6d4) {
3208
+ box-shadow: var(--rdg-cell-frozen-box-shadow);
3209
+ }
3210
+
3211
+ .rdg-7-0-0-beta-58-35ccb4c8 {
3212
+ background-color: #ccf;
3213
+ }
3214
+ }
3215
+
3216
+ @layer rdg.DragHandle {
3217
+ .rdg-7-0-0-beta-58-bfba19bc {
3218
+ --rdg-drag-handle-size: 8px;
3219
+ z-index: 0;
3220
+ cursor: move;
3221
+ inline-size: var(--rdg-drag-handle-size);
3222
+ block-size: var(--rdg-drag-handle-size);
3223
+ background-color: var(--rdg-selection-color);
3224
+ place-self: end;
3225
+ }
3226
+
3227
+ .rdg-7-0-0-beta-58-bfba19bc:hover {
3228
+ --rdg-drag-handle-size: 16px;
3229
+ border: 2px solid var(--rdg-selection-color);
3230
+ background-color: var(--rdg-background-color);
3231
+ }
3232
+
3233
+ .rdg-7-0-0-beta-58-7abddb3e {
3234
+ z-index: 1;
3235
+ position: sticky;
3236
+ }
3237
+ }
3238
+
3239
+ @layer rdg.CheckboxInput {
3240
+ .rdg-7-0-0-beta-58-3b807ead {
3241
+ block-size: 20px;
3242
+ inline-size: 20px;
3243
+ margin: auto;
3244
+ display: block;
3245
+ }
3246
+
3247
+ .rdg-7-0-0-beta-58-3b807ead:focus-visible {
3248
+ outline: 2px solid var(--rdg-checkbox-focus-color);
3249
+ outline-offset: -3px;
3250
+ }
3251
+
3252
+ .rdg-7-0-0-beta-58-3b807ead:enabled {
3253
+ cursor: pointer;
3254
+ }
3255
+ }
3256
+
3257
+ @layer rdg.GroupCellContent {
3258
+ .rdg-7-0-0-beta-58-07919382 {
3259
+ outline: none;
3260
+ }
3261
+ }
3262
+
3263
+ @layer rdg.GroupCellCaret {
3264
+ .rdg-7-0-0-beta-58-02a50147 {
3265
+ stroke: currentColor;
3266
+ stroke-width: 1.5px;
3267
+ fill: #0000;
3268
+ vertical-align: middle;
3269
+ margin-inline-start: 4px;
3270
+ }
3271
+
3272
+ .rdg-7-0-0-beta-58-02a50147 > path {
3273
+ transition: d .1s;
3274
+ }
3275
+ }
3276
+
3277
+ @layer rdg.SortableHeaderCell {
3278
+ .rdg-7-0-0-beta-58-56a248e4 {
3279
+ display: flex;
3280
+ }
3281
+ }
3282
+
3283
+ @layer rdg.SortableHeaderCellName {
3284
+ .rdg-7-0-0-beta-58-7fad8c83 {
3285
+ text-overflow: ellipsis;
3286
+ flex-grow: 1;
3287
+ overflow: clip;
3288
+ }
3289
+ }
3290
+
3291
+ @layer rdg.EditCell {
3292
+ .rdg-7-0-0-beta-58-46f9ea88 {
3293
+ padding: 0;
3294
+ }
3295
+ }
3296
+
3297
+ @layer rdg.HeaderRow {
3298
+ .rdg-7-0-0-beta-58-0dbd5994 {
3299
+ background-color: var(--rdg-header-background-color);
3300
+ font-weight: bold;
3301
+ display: contents;
3302
+ }
3303
+
3304
+ .rdg-7-0-0-beta-58-0dbd5994 > .rdg-7-0-0-beta-58-85c48527 {
3305
+ z-index: 2;
3306
+ position: sticky;
3307
+ }
3308
+
3309
+ .rdg-7-0-0-beta-58-0dbd5994 > .rdg-7-0-0-beta-58-17a9a6d4 {
3310
+ z-index: 3;
3311
+ }
3312
+ }
3313
+
3314
+ @layer rdg.HeaderCell {
3315
+ .rdg-7-0-0-beta-58-2a7e240d {
3316
+ cursor: pointer;
3317
+ }
3318
+
3319
+ .rdg-7-0-0-beta-58-1893dc0f {
3320
+ touch-action: none;
3321
+ }
3322
+
3323
+ .rdg-7-0-0-beta-58-4e60db91 {
3324
+ cursor: col-resize;
3325
+ inline-size: 10px;
3326
+ position: absolute;
3327
+ inset-block: 0;
3328
+ inset-inline-end: 0;
3329
+ }
3330
+
3331
+ .rdg-7-0-0-beta-58-3e1a4ad4, .rdg-7-0-0-beta-58-51abd8b8 {
3332
+ background-color: var(--rdg-header-draggable-background-color);
3333
+ }
3334
+
3335
+ .rdg-7-0-0-beta-58-c8d7aa64 {
3336
+ outline-offset: -2px;
3337
+ border-radius: 4px;
3338
+ outline: 2px solid #008cff;
3339
+ width: fit-content;
3340
+ }
3341
+ }
3342
+
3343
+ @layer rdg.Row {
3344
+ .rdg-7-0-0-beta-58-3c083f1b {
3345
+ background-color: var(--rdg-background-color);
3346
+ display: contents;
3347
+ }
3348
+
3349
+ .rdg-7-0-0-beta-58-3c083f1b:hover {
3350
+ background-color: var(--rdg-row-hover-background-color);
3351
+ }
3352
+
3353
+ .rdg-7-0-0-beta-58-3c083f1b[aria-selected="true"] {
3354
+ background-color: var(--rdg-row-selected-background-color);
3355
+ }
3356
+
3357
+ .rdg-7-0-0-beta-58-3c083f1b[aria-selected="true"]:hover {
3358
+ background-color: var(--rdg-row-selected-hover-background-color);
3359
+ }
3360
+ }
3361
+
3362
+ @layer rdg.FocusSink {
3363
+ .rdg-7-0-0-beta-58-3fe773c3 {
3364
+ outline: 2px solid var(--rdg-selection-color);
3365
+ outline-offset: -2px;
3366
+ }
3367
+
3368
+ .rdg-7-0-0-beta-58-97ce3fde:before {
3369
+ content: "";
3370
+ border-inline-start: 2px solid var(--rdg-selection-color);
3371
+ block-size: 100%;
3372
+ display: inline-block;
3373
+ position: sticky;
3374
+ inset-inline-start: 0;
3375
+ }
3376
+
3377
+ .rdg-7-0-0-beta-58-dbb8b3c5 {
3378
+ pointer-events: none;
3379
+ z-index: 1;
3380
+ grid-column: 1 / -1;
3381
+ }
3382
+
3383
+ .rdg-7-0-0-beta-58-e9f55541 {
3384
+ z-index: 3;
3385
+ }
3386
+ }
3387
+
3388
+ @layer rdg.SortIcon {
3389
+ .rdg-7-0-0-beta-58-3d5115f3 {
3390
+ fill: currentColor;
3391
+ }
3392
+
3393
+ .rdg-7-0-0-beta-58-3d5115f3 > path {
3394
+ transition: d .1s;
3395
+ }
3396
+ }
3397
+
3398
+ @layer rdg.Defaults {
3399
+ .rdg-7-0-0-beta-58-ccd2e5d9 *, .rdg-7-0-0-beta-58-ccd2e5d9 :before, .rdg-7-0-0-beta-58-ccd2e5d9 :after {
3400
+ box-sizing: inherit;
3401
+ }
3402
+ }
3403
+
3404
+ @layer rdg.Root {
3405
+ .rdg-7-0-0-beta-58-ccd2e5d9 {
3406
+ --rdg-selection-width: 2px;
3407
+ --rdg-selection-color: #67afe9;
3408
+ --rdg-font-size: 14px;
3409
+ --rdg-cell-frozen-box-shadow: 2px 0 5px -2px #8888884d;
3410
+ --rdg-border-width: 1px;
3411
+ --rdg-summary-border-width: calc(var(--rdg-border-width) * 2);
3412
+ --rdg-color: light-dark(#000, #ddd);
3413
+ --rdg-border-color: light-dark(#ddd, #444);
3414
+ --rdg-summary-border-color: light-dark(#aaa, #555);
3415
+ --rdg-background-color: light-dark(#fff, #212121);
3416
+ --rdg-header-background-color: light-dark(#f9f9f9, #1b1b1b);
3417
+ --rdg-header-draggable-background-color: light-dark(#e7e7e7, #2d2d2d);
3418
+ --rdg-row-hover-background-color: light-dark(#f5f5f5, #171717);
3419
+ --rdg-row-selected-background-color: light-dark(#dbecfa, #1a73bc);
3420
+ --rdg-row-selected-hover-background-color: light-dark(#c9e3f8, #1768ab);
3421
+ --rdg-checkbox-focus-color: #61b8ff;
3422
+ }
3423
+
3424
+ .rdg-7-0-0-beta-58-ccd2e5d9.rdg-dark {
3425
+ --rdg-color-scheme: dark;
3426
+ }
3427
+
3428
+ .rdg-7-0-0-beta-58-ccd2e5d9.rdg-light {
3429
+ --rdg-color-scheme: light;
3430
+ }
3431
+
3432
+ .rdg-7-0-0-beta-58-ccd2e5d9 {
3433
+ color-scheme: var(--rdg-color-scheme, light dark);
3434
+ }
3435
+
3436
+ .rdg-7-0-0-beta-58-ccd2e5d9:dir(rtl) {
3437
+ --rdg-cell-frozen-box-shadow: -2px 0 5px -2px #8888884d;
3438
+ }
3439
+
3440
+ .rdg-7-0-0-beta-58-ccd2e5d9 {
3441
+ accent-color: light-dark(#005194, #94cfff);
3442
+ contain: content;
3443
+ content-visibility: auto;
3444
+ border: 1px solid var(--rdg-border-color);
3445
+ box-sizing: border-box;
3446
+ background-color: var(--rdg-background-color);
3447
+ block-size: 350px;
3448
+ color: var(--rdg-color);
3449
+ font-size: var(--rdg-font-size);
3450
+ display: grid;
3451
+ overflow: auto;
3452
+ }
3453
+
3454
+ .rdg-7-0-0-beta-58-ccd2e5d9:before {
3455
+ content: "";
3456
+ grid-area: 1 / 1 / -1 / -1;
3457
+ }
3458
+
3459
+ .rdg-7-0-0-beta-58-ccd2e5d9 > :nth-last-child(1 of .rdg-top-summary-row) > .rdg-7-0-0-beta-58-85c48527 {
3460
+ border-block-end: var(--rdg-summary-border-width) solid var(--rdg-summary-border-color);
3461
+ }
3462
+
3463
+ .rdg-7-0-0-beta-58-ccd2e5d9 > :nth-child(1 of .rdg-bottom-summary-row) > .rdg-7-0-0-beta-58-85c48527 {
3464
+ border-block-start: var(--rdg-summary-border-width) solid var(--rdg-summary-border-color);
3465
+ }
3466
+
3467
+ .rdg-7-0-0-beta-58-e9b0e1c9 {
3468
+ -webkit-user-select: none;
3469
+ user-select: none;
3470
+ }
3471
+
3472
+ .rdg-7-0-0-beta-58-e9b0e1c9 .rdg-7-0-0-beta-58-3c083f1b {
3473
+ cursor: move;
3474
+ }
3475
+ }
3476
+
3477
+ @layer rdg.SummaryRow {
3478
+ .rdg-7-0-0-beta-58-0b90c82c > .rdg-7-0-0-beta-58-85c48527 {
3479
+ position: sticky;
3480
+ }
3481
+
3482
+ .rdg-7-0-0-beta-58-d0520eab > .rdg-7-0-0-beta-58-85c48527 {
3483
+ z-index: 2;
3484
+ }
3485
+
3486
+ .rdg-7-0-0-beta-58-d0520eab > .rdg-7-0-0-beta-58-17a9a6d4 {
3487
+ z-index: 3;
3488
+ }
3489
+ }
3490
+
3491
+ @layer rdg.SummaryCell {
3492
+ .rdg-7-0-0-beta-58-d907aa87 {
3493
+ inset-block-start: var(--rdg-summary-row-top);
3494
+ inset-block-end: var(--rdg-summary-row-bottom);
3495
+ }
3496
+ }
3497
+
3498
+ @layer rdg.GroupedRow {
3499
+ .rdg-7-0-0-beta-58-e74a2be3:not([aria-selected="true"]) {
3500
+ background-color: var(--rdg-header-background-color);
3501
+ }
3502
+
3503
+ .rdg-7-0-0-beta-58-e74a2be3 > .rdg-7-0-0-beta-58-85c48527:not(:last-child, .rdg-7-0-0-beta-58-17a9a6d4), .rdg-7-0-0-beta-58-e74a2be3 > :nth-last-child(n+2 of .rdg-7-0-0-beta-58-17a9a6d4) {
3504
+ border-inline-end: none;
3505
+ }
3506
+ }
3507
+
3508
+ @layer rdg.TextEditor {
3509
+ .rdg-7-0-0-beta-58-2f8db206 {
3510
+ appearance: none;
3511
+ box-sizing: border-box;
3512
+ vertical-align: top;
3513
+ block-size: 100%;
3514
+ inline-size: 100%;
3515
+ color: var(--rdg-color);
3516
+ background-color: var(--rdg-background-color);
3517
+ font-family: inherit;
3518
+ font-size: var(--rdg-font-size);
3519
+ border: 2px solid #ccc;
3520
+ padding-block: 0;
3521
+ padding-inline: 6px;
3522
+ }
3523
+
3524
+ .rdg-7-0-0-beta-58-2f8db206:focus {
3525
+ border-color: var(--rdg-selection-color);
3526
+ outline: none;
3527
+ }
3528
+
3529
+ .rdg-7-0-0-beta-58-2f8db206::placeholder {
3530
+ color: #999;
3531
+ opacity: 1;
3532
+ }
3533
+ }
3534
+
3535
+ [data-theme="deep-dark"], .deep-dark, [data-theme="dark"], .dark {
3536
+ --sb-color-helpers-os-appearance: Dark;
3537
+ --sb-color-code-block-5: 13.8deg 89.7% 69.6%;
3538
+ --sb-color-code-block-4: 276.1deg 67.7% 74.5%;
3539
+ --sb-color-code-block-3: 83.8deg 61.7% 63.1%;
3540
+ --sb-color-code-block-2: 33.2deg 90.3% 75.7%;
3541
+ --sb-color-code-block-1: 170.8deg 43.1% 61.4%;
3542
+ --sb-color-secondary-default: 247.8deg 100% 70%;
3543
+ --sb-color-secondary-400: 248.3deg 54.5% 25.9%;
3544
+ --sb-color-secondary-200: 248deg 53.6% 11%;
3545
+ --sb-color-brand-link: 155deg 100% 38.6%;
3546
+ --sb-color-brand-default: 153.1deg 60.2% 52.7%;
3547
+ --sb-color-brand-600: 154.9deg 59.5% 70%;
3548
+ --sb-color-brand-500: 154.9deg 100% 19.2%;
3549
+ --sb-color-brand-400: 155.5deg 100% 9.6%;
3550
+ --sb-color-brand-300: 155.1deg 100% 8%;
3551
+ --sb-color-brand-200: 162deg 100% 2%;
3552
+ --sb-color-warning-default: 38.9deg 100% 42.9%;
3553
+ --sb-color-warning-600: 38.9deg 100% 42.9%;
3554
+ --sb-color-warning-500: 34.8deg 90.9% 21.6%;
3555
+ --sb-color-warning-400: 33.2deg 100% 14.5%;
3556
+ --sb-color-warning-300: 32.3deg 100% 10.2%;
3557
+ --sb-color-warning-200: 36.6deg 100% 8%;
3558
+ --sb-color-destructive-default: 10.2deg 77.9% 53.9%;
3559
+ --sb-color-destructive-600: 9.7deg 85.2% 62.9%;
3560
+ --sb-color-destructive-500: 7.9deg 71.6% 29%;
3561
+ --sb-color-destructive-400: 6.7deg 60% 20.6%;
3562
+ --sb-color-destructive-300: 7.5deg 51.3% 15.3%;
3563
+ --sb-color-destructive-200: 10.9deg 23.4% 9.2%;
3564
+ --sb-color-border-stronger: 0deg 0% 27.1%;
3565
+ --sb-color-border-strong: 0deg 0% 21.2%;
3566
+ --sb-color-border-alternative: 0deg 0% 26.7%;
3567
+ --sb-color-border-control: 0deg 0% 22.4%;
3568
+ --sb-color-border-overlay: 0deg 0% 20%;
3569
+ --sb-color-border-secondary: 0deg 0% 14.1%;
3570
+ --sb-color-border-muted: 0deg 0% 14.1%;
3571
+ --sb-color-border-default: 0deg 0% 18%;
3572
+ --sb-color-background-dash-canvas: 0deg 0% 7.1%;
3573
+ --sb-color-background-dash-sidebar: 0deg 0% 9%;
3574
+ --sb-color-background-dialog-default: 0deg 0% 7.1%;
3575
+ --sb-color-background-muted: 0deg 0% 14.1%;
3576
+ --sb-color-background-overlay-hover: 0deg 0% 18%;
3577
+ --sb-color-background-overlay-default: 0deg 0% 14.1%;
3578
+ --sb-color-background-surface-400: 0deg 0% 16.1%;
3579
+ --sb-color-background-surface-300: 0deg 0% 16.1%;
3580
+ --sb-color-background-surface-200: 0deg 0% 12.9%;
3581
+ --sb-color-background-surface-100: 0deg 0% 12.2%;
3582
+ --sb-color-background-surface-75: 0deg 0% 9%;
3583
+ --sb-color-background-control: 0deg 0% 14.1%;
3584
+ --sb-color-background-selection: 0deg 0% 19.2%;
3585
+ --sb-color-background-alternative-default: 0deg 0% 5.9%;
3586
+ --sb-color-background-default: 0deg 0% 7.1%;
3587
+ --sb-color-background-200: 0deg 0% 9%;
3588
+ --sb-color-foreground-contrast: 0deg 0% 8.6%;
3589
+ --sb-color-foreground-muted: 0deg 0% 30.2%;
3590
+ --sb-color-foreground-lighter: 0deg 0% 53.7%;
3591
+ --sb-color-foreground-light: 0deg 0% 70.6%;
3592
+ --sb-color-foreground-default: 0deg 0% 98%;
3593
+ --sb-color-border-button-hover: var(--sb-color-colors-gray-dark-800);
3594
+ --sb-color-border-button-default: var(--sb-color-colors-gray-dark-700);
3595
+ --sb-color-background-button-default: var(--sb-color-colors-gray-dark-500);
3596
+ --sb-color-background-alternative-200: var(--sb-color-colors-gray-dark-200);
3597
+ }
3598
+
3599
+ .sb-grid .rdg {
3600
+ --rdg-background-color: hsl(var(--sb-color-background-default));
3601
+ --rdg-color: hsl(var(--sb-color-foreground-default));
3602
+ --rdg-border-color: hsl(var(--sb-color-border-default));
3603
+ --rdg-summary-border-color: hsl(var(--sb-color-border-default));
3604
+ --rdg-header-background-color: hsl(var(--sb-color-background-surface-100));
3605
+ --rdg-row-hover-background-color: hsl(var(--sb-color-background-selection));
3606
+ border: none;
3607
+ }
3608
+
3609
+ .sb-grid .rdg-cell, .sb-grid .rdg-header-row .rdg-cell {
3610
+ font-size: 12px;
3611
+ }
3612
+
3613
+ html, body {
3614
+ background-color: var(--color-background);
3615
+ font-family: var(--font-custom);
3616
+ color: var(--color-foreground);
3617
+ font-synthesis-weight: none;
3618
+ text-rendering: optimizelegibility;
3619
+ -webkit-font-smoothing: antialiased;
3620
+ -moz-osx-font-smoothing: grayscale;
3621
+ font-size: 1rem;
3622
+ line-height: 1.5;
3623
+ }
3624
+
3625
+ html, body, #root {
3626
+ width: 100%;
3627
+ height: 100%;
3628
+ position: fixed;
3629
+ }
3630
+
3631
+ [data-sidebar="content"] li {
3632
+ list-style-type: none;
3633
+ }
3634
+
3635
+ @keyframes enter {
3636
+ from {
3637
+ opacity: var(--tw-enter-opacity, 1);
3638
+ 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));
3639
+ }
3640
+ }
3641
+
3642
+ @keyframes exit {
3643
+ to {
3644
+ opacity: var(--tw-exit-opacity, 1);
3645
+ 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));
3646
+ }
3647
+ }
3648
+
3649
+ @property --tw-translate-x {
3650
+ syntax: "*";
3651
+ inherits: false;
3652
+ initial-value: 0;
3653
+ }
3654
+
3655
+ @property --tw-translate-y {
3656
+ syntax: "*";
3657
+ inherits: false;
3658
+ initial-value: 0;
3659
+ }
3660
+
3661
+ @property --tw-translate-z {
3662
+ syntax: "*";
3663
+ inherits: false;
3664
+ initial-value: 0;
3665
+ }
3666
+
3667
+ @property --tw-scale-x {
3668
+ syntax: "*";
3669
+ inherits: false;
3670
+ initial-value: 1;
3671
+ }
3672
+
3673
+ @property --tw-scale-y {
3674
+ syntax: "*";
3675
+ inherits: false;
3676
+ initial-value: 1;
3677
+ }
3678
+
3679
+ @property --tw-scale-z {
3680
+ syntax: "*";
3681
+ inherits: false;
3682
+ initial-value: 1;
3683
+ }
3684
+
3685
+ @property --tw-rotate-x {
3686
+ syntax: "*";
3687
+ inherits: false
3688
+ }
3689
+
3690
+ @property --tw-rotate-y {
3691
+ syntax: "*";
3692
+ inherits: false
3693
+ }
3694
+
3695
+ @property --tw-rotate-z {
3696
+ syntax: "*";
3697
+ inherits: false
3698
+ }
3699
+
3700
+ @property --tw-skew-x {
3701
+ syntax: "*";
3702
+ inherits: false
3703
+ }
3704
+
3705
+ @property --tw-skew-y {
3706
+ syntax: "*";
3707
+ inherits: false
3708
+ }
3709
+
3710
+ @property --tw-space-y-reverse {
3711
+ syntax: "*";
3712
+ inherits: false;
3713
+ initial-value: 0;
3714
+ }
3715
+
3716
+ @property --tw-space-x-reverse {
3717
+ syntax: "*";
3718
+ inherits: false;
3719
+ initial-value: 0;
3720
+ }
3721
+
3722
+ @property --tw-border-style {
3723
+ syntax: "*";
3724
+ inherits: false;
3725
+ initial-value: solid;
3726
+ }
3727
+
3728
+ @property --tw-leading {
3729
+ syntax: "*";
3730
+ inherits: false
3731
+ }
3732
+
3733
+ @property --tw-font-weight {
3734
+ syntax: "*";
3735
+ inherits: false
3736
+ }
3737
+
3738
+ @property --tw-tracking {
3739
+ syntax: "*";
3740
+ inherits: false
3741
+ }
3742
+
3743
+ @property --tw-ordinal {
3744
+ syntax: "*";
3745
+ inherits: false
3746
+ }
3747
+
3748
+ @property --tw-slashed-zero {
3749
+ syntax: "*";
3750
+ inherits: false
3751
+ }
3752
+
3753
+ @property --tw-numeric-figure {
3754
+ syntax: "*";
3755
+ inherits: false
3756
+ }
3757
+
3758
+ @property --tw-numeric-spacing {
3759
+ syntax: "*";
3760
+ inherits: false
3761
+ }
3762
+
3763
+ @property --tw-numeric-fraction {
3764
+ syntax: "*";
3765
+ inherits: false
3766
+ }
3767
+
3768
+ @property --tw-shadow {
3769
+ syntax: "*";
3770
+ inherits: false;
3771
+ initial-value: 0 0 #0000;
3772
+ }
3773
+
3774
+ @property --tw-shadow-color {
3775
+ syntax: "*";
3776
+ inherits: false
3777
+ }
3778
+
3779
+ @property --tw-shadow-alpha {
3780
+ syntax: "<percentage>";
3781
+ inherits: false;
3782
+ initial-value: 100%;
3783
+ }
3784
+
3785
+ @property --tw-inset-shadow {
3786
+ syntax: "*";
3787
+ inherits: false;
3788
+ initial-value: 0 0 #0000;
3789
+ }
3790
+
3791
+ @property --tw-inset-shadow-color {
3792
+ syntax: "*";
3793
+ inherits: false
3794
+ }
3795
+
3796
+ @property --tw-inset-shadow-alpha {
3797
+ syntax: "<percentage>";
3798
+ inherits: false;
3799
+ initial-value: 100%;
3800
+ }
3801
+
3802
+ @property --tw-ring-color {
3803
+ syntax: "*";
3804
+ inherits: false
3805
+ }
3806
+
3807
+ @property --tw-ring-shadow {
3808
+ syntax: "*";
3809
+ inherits: false;
3810
+ initial-value: 0 0 #0000;
3811
+ }
3812
+
3813
+ @property --tw-inset-ring-color {
3814
+ syntax: "*";
3815
+ inherits: false
3816
+ }
3817
+
3818
+ @property --tw-inset-ring-shadow {
3819
+ syntax: "*";
3820
+ inherits: false;
3821
+ initial-value: 0 0 #0000;
3822
+ }
3823
+
3824
+ @property --tw-ring-inset {
3825
+ syntax: "*";
3826
+ inherits: false
3827
+ }
3828
+
3829
+ @property --tw-ring-offset-width {
3830
+ syntax: "<length>";
3831
+ inherits: false;
3832
+ initial-value: 0;
3833
+ }
3834
+
3835
+ @property --tw-ring-offset-color {
3836
+ syntax: "*";
3837
+ inherits: false;
3838
+ initial-value: #fff;
3839
+ }
3840
+
3841
+ @property --tw-ring-offset-shadow {
3842
+ syntax: "*";
3843
+ inherits: false;
3844
+ initial-value: 0 0 #0000;
3845
+ }
3846
+
3847
+ @property --tw-outline-style {
3848
+ syntax: "*";
3849
+ inherits: false;
3850
+ initial-value: solid;
3851
+ }
3852
+
3853
+ @property --tw-blur {
3854
+ syntax: "*";
3855
+ inherits: false
3856
+ }
3857
+
3858
+ @property --tw-brightness {
3859
+ syntax: "*";
3860
+ inherits: false
3861
+ }
3862
+
3863
+ @property --tw-contrast {
3864
+ syntax: "*";
3865
+ inherits: false
3866
+ }
3867
+
3868
+ @property --tw-grayscale {
3869
+ syntax: "*";
3870
+ inherits: false
3871
+ }
3872
+
3873
+ @property --tw-hue-rotate {
3874
+ syntax: "*";
3875
+ inherits: false
3876
+ }
3877
+
3878
+ @property --tw-invert {
3879
+ syntax: "*";
3880
+ inherits: false
3881
+ }
3882
+
3883
+ @property --tw-opacity {
3884
+ syntax: "*";
3885
+ inherits: false
3886
+ }
3887
+
3888
+ @property --tw-saturate {
3889
+ syntax: "*";
3890
+ inherits: false
3891
+ }
3892
+
3893
+ @property --tw-sepia {
3894
+ syntax: "*";
3895
+ inherits: false
3896
+ }
3897
+
3898
+ @property --tw-drop-shadow {
3899
+ syntax: "*";
3900
+ inherits: false
3901
+ }
3902
+
3903
+ @property --tw-drop-shadow-color {
3904
+ syntax: "*";
3905
+ inherits: false
3906
+ }
3907
+
3908
+ @property --tw-drop-shadow-alpha {
3909
+ syntax: "<percentage>";
3910
+ inherits: false;
3911
+ initial-value: 100%;
3912
+ }
3913
+
3914
+ @property --tw-drop-shadow-size {
3915
+ syntax: "*";
3916
+ inherits: false
3917
+ }
3918
+
3919
+ @property --tw-backdrop-blur {
3920
+ syntax: "*";
3921
+ inherits: false
3922
+ }
3923
+
3924
+ @property --tw-backdrop-brightness {
3925
+ syntax: "*";
3926
+ inherits: false
3927
+ }
3928
+
3929
+ @property --tw-backdrop-contrast {
3930
+ syntax: "*";
3931
+ inherits: false
3932
+ }
3933
+
3934
+ @property --tw-backdrop-grayscale {
3935
+ syntax: "*";
3936
+ inherits: false
3937
+ }
3938
+
3939
+ @property --tw-backdrop-hue-rotate {
3940
+ syntax: "*";
3941
+ inherits: false
3942
+ }
3943
+
3944
+ @property --tw-backdrop-invert {
3945
+ syntax: "*";
3946
+ inherits: false
3947
+ }
3948
+
3949
+ @property --tw-backdrop-opacity {
3950
+ syntax: "*";
3951
+ inherits: false
3952
+ }
3953
+
3954
+ @property --tw-backdrop-saturate {
3955
+ syntax: "*";
3956
+ inherits: false
3957
+ }
3958
+
3959
+ @property --tw-backdrop-sepia {
3960
+ syntax: "*";
3961
+ inherits: false
3962
+ }
3963
+
3964
+ @property --tw-duration {
3965
+ syntax: "*";
3966
+ inherits: false
3967
+ }
3968
+
3969
+ @property --tw-ease {
3970
+ syntax: "*";
3971
+ inherits: false
3972
+ }
3973
+
3974
+ @property --tw-content {
3975
+ syntax: "*";
3976
+ inherits: false;
3977
+ initial-value: "";
3978
+ }
3979
+
3980
+ @keyframes spin {
3981
+ to {
3982
+ transform: rotate(360deg);
3983
+ }
3984
+ }
3985
+
3986
+ @keyframes pulse {
3987
+ 50% {
3988
+ opacity: .5;
3989
+ }
3990
+ }
3991
+
3992
+ @keyframes animateIn {
3993
+ from {
3994
+ opacity: 0;
3995
+ transform: translateY(10px);
3996
+ }
3997
+
3998
+ to {
3999
+ opacity: 1;
4000
+ transform: translateY(0);
4001
+ }
4002
+ }