knowns 0.1.5 → 0.1.7

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