knowns 0.1.4 → 0.1.6

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,3091 +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
- .overflow-y-hidden {
810
- overflow-y: hidden;
811
- }
812
- .rounded {
813
- border-radius: 0.25rem;
814
- }
815
- .rounded-full {
816
- border-radius: calc(infinity * 1px);
817
- }
818
- .rounded-lg {
819
- border-radius: var(--radius-lg);
820
- }
821
- .rounded-md {
822
- border-radius: var(--radius-md);
823
- }
824
- .rounded-sm {
825
- border-radius: var(--radius-sm);
826
- }
827
- .rounded-xl {
828
- border-radius: var(--radius-xl);
829
- }
830
- .rounded-tl-sm {
831
- border-top-left-radius: var(--radius-sm);
832
- }
833
- .rounded-r-lg {
834
- border-top-right-radius: var(--radius-lg);
835
- border-bottom-right-radius: var(--radius-lg);
836
- }
837
- .border {
838
- border-style: var(--tw-border-style);
839
- border-width: 1px;
840
- }
841
- .border-0 {
842
- border-style: var(--tw-border-style);
843
- border-width: 0px;
844
- }
845
- .border-2 {
846
- border-style: var(--tw-border-style);
847
- border-width: 2px;
848
- }
849
- .border-t {
850
- border-top-style: var(--tw-border-style);
851
- border-top-width: 1px;
852
- }
853
- .border-r {
854
- border-right-style: var(--tw-border-style);
855
- border-right-width: 1px;
856
- }
857
- .border-b {
858
- border-bottom-style: var(--tw-border-style);
859
- border-bottom-width: 1px;
860
- }
861
- .border-b-2 {
862
- border-bottom-style: var(--tw-border-style);
863
- border-bottom-width: 2px;
864
- }
865
- .border-l {
866
- border-left-style: var(--tw-border-style);
867
- border-left-width: 1px;
868
- }
869
- .border-blue-400 {
870
- border-color: var(--color-blue-400);
871
- }
872
- .border-blue-500\/30 {
873
- border-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 30%, transparent);
874
- @supports (color: color-mix(in lab, red, red)) {
875
- border-color: color-mix(in oklab, var(--color-blue-500) 30%, transparent);
876
- }
877
- }
878
- .border-gray-200 {
879
- border-color: var(--color-gray-200);
880
- }
881
- .border-gray-300 {
882
- border-color: var(--color-gray-300);
883
- }
884
- .border-gray-500 {
885
- border-color: var(--color-gray-500);
886
- }
887
- .border-gray-600 {
888
- border-color: var(--color-gray-600);
889
- }
890
- .border-gray-700 {
891
- border-color: var(--color-gray-700);
892
- }
893
- .border-gray-900 {
894
- border-color: var(--color-gray-900);
895
- }
896
- .border-green-200 {
897
- border-color: var(--color-green-200);
898
- }
899
- .border-green-500\/30 {
900
- border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 30%, transparent);
901
- @supports (color: color-mix(in lab, red, red)) {
902
- border-color: color-mix(in oklab, var(--color-green-500) 30%, transparent);
903
- }
904
- }
905
- .border-green-700 {
906
- border-color: var(--color-green-700);
907
- }
908
- .border-red-200 {
909
- border-color: var(--color-red-200);
910
- }
911
- .border-red-700 {
912
- border-color: var(--color-red-700);
913
- }
914
- .border-sidebar-border {
915
- border-color: var(--sidebar-border);
916
- }
917
- .bg-background {
918
- background-color: var(--background);
919
- }
920
- .bg-black {
921
- background-color: var(--color-black);
922
- }
923
- .bg-black\/80 {
924
- background-color: color-mix(in srgb, #000 80%, transparent);
925
- @supports (color: color-mix(in lab, red, red)) {
926
- background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
927
- }
928
- }
929
- .bg-blue-100 {
930
- background-color: var(--color-blue-100);
931
- }
932
- .bg-blue-100\/50 {
933
- background-color: color-mix(in srgb, oklch(93.2% 0.032 255.585) 50%, transparent);
934
- @supports (color: color-mix(in lab, red, red)) {
935
- background-color: color-mix(in oklab, var(--color-blue-100) 50%, transparent);
936
- }
937
- }
938
- .bg-blue-500 {
939
- background-color: var(--color-blue-500);
940
- }
941
- .bg-blue-600 {
942
- background-color: var(--color-blue-600);
943
- }
944
- .bg-blue-900 {
945
- background-color: var(--color-blue-900);
946
- }
947
- .bg-blue-900\/20 {
948
- background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 20%, transparent);
949
- @supports (color: color-mix(in lab, red, red)) {
950
- background-color: color-mix(in oklab, var(--color-blue-900) 20%, transparent);
951
- }
952
- }
953
- .bg-blue-900\/50 {
954
- background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 50%, transparent);
955
- @supports (color: color-mix(in lab, red, red)) {
956
- background-color: color-mix(in oklab, var(--color-blue-900) 50%, transparent);
957
- }
958
- }
959
- .bg-border {
960
- background-color: var(--border);
961
- }
962
- .bg-gray-50 {
963
- background-color: var(--color-gray-50);
964
- }
965
- .bg-gray-100 {
966
- background-color: var(--color-gray-100);
967
- }
968
- .bg-gray-200 {
969
- background-color: var(--color-gray-200);
970
- }
971
- .bg-gray-400 {
972
- background-color: var(--color-gray-400);
973
- }
974
- .bg-gray-600 {
975
- background-color: var(--color-gray-600);
976
- }
977
- .bg-gray-700 {
978
- background-color: var(--color-gray-700);
979
- }
980
- .bg-gray-800 {
981
- background-color: var(--color-gray-800);
982
- }
983
- .bg-gray-900 {
984
- background-color: var(--color-gray-900);
985
- }
986
- .bg-green-50 {
987
- background-color: var(--color-green-50);
988
- }
989
- .bg-green-100 {
990
- background-color: var(--color-green-100);
991
- }
992
- .bg-green-100\/50 {
993
- background-color: color-mix(in srgb, oklch(96.2% 0.044 156.743) 50%, transparent);
994
- @supports (color: color-mix(in lab, red, red)) {
995
- background-color: color-mix(in oklab, var(--color-green-100) 50%, transparent);
996
- }
997
- }
998
- .bg-green-500 {
999
- background-color: var(--color-green-500);
1000
- }
1001
- .bg-green-600 {
1002
- background-color: var(--color-green-600);
1003
- }
1004
- .bg-green-900 {
1005
- background-color: var(--color-green-900);
1006
- }
1007
- .bg-green-900\/20 {
1008
- background-color: color-mix(in srgb, oklch(39.3% 0.095 152.535) 20%, transparent);
1009
- @supports (color: color-mix(in lab, red, red)) {
1010
- background-color: color-mix(in oklab, var(--color-green-900) 20%, transparent);
1011
- }
1012
- }
1013
- .bg-green-900\/50 {
1014
- background-color: color-mix(in srgb, oklch(39.3% 0.095 152.535) 50%, transparent);
1015
- @supports (color: color-mix(in lab, red, red)) {
1016
- background-color: color-mix(in oklab, var(--color-green-900) 50%, transparent);
1017
- }
1018
- }
1019
- .bg-purple-100 {
1020
- background-color: var(--color-purple-100);
1021
- }
1022
- .bg-purple-900 {
1023
- background-color: var(--color-purple-900);
1024
- }
1025
- .bg-purple-900\/50 {
1026
- background-color: color-mix(in srgb, oklch(38.1% 0.176 304.987) 50%, transparent);
1027
- @supports (color: color-mix(in lab, red, red)) {
1028
- background-color: color-mix(in oklab, var(--color-purple-900) 50%, transparent);
1029
- }
1030
- }
1031
- .bg-red-50 {
1032
- background-color: var(--color-red-50);
1033
- }
1034
- .bg-red-100 {
1035
- background-color: var(--color-red-100);
1036
- }
1037
- .bg-red-600 {
1038
- background-color: var(--color-red-600);
1039
- }
1040
- .bg-red-900\/50 {
1041
- background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 50%, transparent);
1042
- @supports (color: color-mix(in lab, red, red)) {
1043
- background-color: color-mix(in oklab, var(--color-red-900) 50%, transparent);
1044
- }
1045
- }
1046
- .bg-sidebar {
1047
- background-color: var(--sidebar);
1048
- }
1049
- .bg-sidebar-border {
1050
- background-color: var(--sidebar-border);
1051
- }
1052
- .bg-sidebar-primary {
1053
- background-color: var(--sidebar-primary);
1054
- }
1055
- .bg-transparent {
1056
- background-color: transparent;
1057
- }
1058
- .bg-white {
1059
- background-color: var(--color-white);
1060
- }
1061
- .bg-white\/20 {
1062
- background-color: color-mix(in srgb, #fff 20%, transparent);
1063
- @supports (color: color-mix(in lab, red, red)) {
1064
- background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
1065
- }
1066
- }
1067
- .bg-yellow-100 {
1068
- background-color: var(--color-yellow-100);
1069
- }
1070
- .bg-yellow-600 {
1071
- background-color: var(--color-yellow-600);
1072
- }
1073
- .bg-yellow-900\/50 {
1074
- background-color: color-mix(in srgb, oklch(42.1% 0.095 57.708) 50%, transparent);
1075
- @supports (color: color-mix(in lab, red, red)) {
1076
- background-color: color-mix(in oklab, var(--color-yellow-900) 50%, transparent);
1077
- }
1078
- }
1079
- .bg-gradient-to-r {
1080
- --tw-gradient-position: to right in oklab;
1081
- background-image: linear-gradient(var(--tw-gradient-stops));
1082
- }
1083
- .from-blue-500 {
1084
- --tw-gradient-from: var(--color-blue-500);
1085
- --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));
1086
- }
1087
- .from-green-500 {
1088
- --tw-gradient-from: var(--color-green-500);
1089
- --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));
1090
- }
1091
- .to-blue-600 {
1092
- --tw-gradient-to: var(--color-blue-600);
1093
- --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));
1094
- }
1095
- .to-green-600 {
1096
- --tw-gradient-to: var(--color-green-600);
1097
- --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));
1098
- }
1099
- .p-0 {
1100
- padding: calc(var(--spacing) * 0);
1101
- }
1102
- .p-1 {
1103
- padding: calc(var(--spacing) * 1);
1104
- }
1105
- .p-2 {
1106
- padding: calc(var(--spacing) * 2);
1107
- }
1108
- .p-3 {
1109
- padding: calc(var(--spacing) * 3);
1110
- }
1111
- .p-4 {
1112
- padding: calc(var(--spacing) * 4);
1113
- }
1114
- .p-6 {
1115
- padding: calc(var(--spacing) * 6);
1116
- }
1117
- .p-8 {
1118
- padding: calc(var(--spacing) * 8);
1119
- }
1120
- .p-12 {
1121
- padding: calc(var(--spacing) * 12);
1122
- }
1123
- .px-1 {
1124
- padding-inline: calc(var(--spacing) * 1);
1125
- }
1126
- .px-1\.5 {
1127
- padding-inline: calc(var(--spacing) * 1.5);
1128
- }
1129
- .px-2 {
1130
- padding-inline: calc(var(--spacing) * 2);
1131
- }
1132
- .px-2\.5 {
1133
- padding-inline: calc(var(--spacing) * 2.5);
1134
- }
1135
- .px-3 {
1136
- padding-inline: calc(var(--spacing) * 3);
1137
- }
1138
- .px-4 {
1139
- padding-inline: calc(var(--spacing) * 4);
1140
- }
1141
- .px-6 {
1142
- padding-inline: calc(var(--spacing) * 6);
1143
- }
1144
- .px-8 {
1145
- padding-inline: calc(var(--spacing) * 8);
1146
- }
1147
- .py-0\.5 {
1148
- padding-block: calc(var(--spacing) * 0.5);
1149
- }
1150
- .py-1 {
1151
- padding-block: calc(var(--spacing) * 1);
1152
- }
1153
- .py-1\.5 {
1154
- padding-block: calc(var(--spacing) * 1.5);
1155
- }
1156
- .py-2 {
1157
- padding-block: calc(var(--spacing) * 2);
1158
- }
1159
- .py-3 {
1160
- padding-block: calc(var(--spacing) * 3);
1161
- }
1162
- .py-4 {
1163
- padding-block: calc(var(--spacing) * 4);
1164
- }
1165
- .py-6 {
1166
- padding-block: calc(var(--spacing) * 6);
1167
- }
1168
- .py-8 {
1169
- padding-block: calc(var(--spacing) * 8);
1170
- }
1171
- .py-12 {
1172
- padding-block: calc(var(--spacing) * 12);
1173
- }
1174
- .pt-2 {
1175
- padding-top: calc(var(--spacing) * 2);
1176
- }
1177
- .pt-4 {
1178
- padding-top: calc(var(--spacing) * 4);
1179
- }
1180
- .pt-12 {
1181
- padding-top: calc(var(--spacing) * 12);
1182
- }
1183
- .pr-3 {
1184
- padding-right: calc(var(--spacing) * 3);
1185
- }
1186
- .pr-10 {
1187
- padding-right: calc(var(--spacing) * 10);
1188
- }
1189
- .pb-0 {
1190
- padding-bottom: calc(var(--spacing) * 0);
1191
- }
1192
- .pb-2 {
1193
- padding-bottom: calc(var(--spacing) * 2);
1194
- }
1195
- .pb-4 {
1196
- padding-bottom: calc(var(--spacing) * 4);
1197
- }
1198
- .pb-6 {
1199
- padding-bottom: calc(var(--spacing) * 6);
1200
- }
1201
- .pb-8 {
1202
- padding-bottom: calc(var(--spacing) * 8);
1203
- }
1204
- .pl-3 {
1205
- padding-left: calc(var(--spacing) * 3);
1206
- }
1207
- .pl-10 {
1208
- padding-left: calc(var(--spacing) * 10);
1209
- }
1210
- .text-center {
1211
- text-align: center;
1212
- }
1213
- .text-left {
1214
- text-align: left;
1215
- }
1216
- .font-mono {
1217
- font-family: var(--font-mono);
1218
- }
1219
- .text-2xl {
1220
- font-size: var(--text-2xl);
1221
- line-height: var(--tw-leading, var(--text-2xl--line-height));
1222
- }
1223
- .text-3xl {
1224
- font-size: var(--text-3xl);
1225
- line-height: var(--tw-leading, var(--text-3xl--line-height));
1226
- }
1227
- .text-base {
1228
- font-size: var(--text-base);
1229
- line-height: var(--tw-leading, var(--text-base--line-height));
1230
- }
1231
- .text-lg {
1232
- font-size: var(--text-lg);
1233
- line-height: var(--tw-leading, var(--text-lg--line-height));
1234
- }
1235
- .text-sm {
1236
- font-size: var(--text-sm);
1237
- line-height: var(--tw-leading, var(--text-sm--line-height));
1238
- }
1239
- .text-xl {
1240
- font-size: var(--text-xl);
1241
- line-height: var(--tw-leading, var(--text-xl--line-height));
1242
- }
1243
- .text-xs {
1244
- font-size: var(--text-xs);
1245
- line-height: var(--tw-leading, var(--text-xs--line-height));
1246
- }
1247
- .text-\[10px\] {
1248
- font-size: 10px;
1249
- }
1250
- .leading-none {
1251
- --tw-leading: 1;
1252
- line-height: 1;
1253
- }
1254
- .leading-tight {
1255
- --tw-leading: var(--leading-tight);
1256
- line-height: var(--leading-tight);
1257
- }
1258
- .font-bold {
1259
- --tw-font-weight: var(--font-weight-bold);
1260
- font-weight: var(--font-weight-bold);
1261
- }
1262
- .font-medium {
1263
- --tw-font-weight: var(--font-weight-medium);
1264
- font-weight: var(--font-weight-medium);
1265
- }
1266
- .font-semibold {
1267
- --tw-font-weight: var(--font-weight-semibold);
1268
- font-weight: var(--font-weight-semibold);
1269
- }
1270
- .tracking-tight {
1271
- --tw-tracking: var(--tracking-tight);
1272
- letter-spacing: var(--tracking-tight);
1273
- }
1274
- .tracking-wide {
1275
- --tw-tracking: var(--tracking-wide);
1276
- letter-spacing: var(--tracking-wide);
1277
- }
1278
- .tracking-widest {
1279
- --tw-tracking: var(--tracking-widest);
1280
- letter-spacing: var(--tracking-widest);
1281
- }
1282
- .whitespace-nowrap {
1283
- white-space: nowrap;
1284
- }
1285
- .text-blue-100 {
1286
- color: var(--color-blue-100);
1287
- }
1288
- .text-blue-200 {
1289
- color: var(--color-blue-200);
1290
- }
1291
- .text-blue-300 {
1292
- color: var(--color-blue-300);
1293
- }
1294
- .text-blue-400 {
1295
- color: var(--color-blue-400);
1296
- }
1297
- .text-blue-500 {
1298
- color: var(--color-blue-500);
1299
- }
1300
- .text-blue-600 {
1301
- color: var(--color-blue-600);
1302
- }
1303
- .text-blue-700 {
1304
- color: var(--color-blue-700);
1305
- }
1306
- .text-foreground {
1307
- color: var(--foreground);
1308
- }
1309
- .text-gray-100 {
1310
- color: var(--color-gray-100);
1311
- }
1312
- .text-gray-200 {
1313
- color: var(--color-gray-200);
1314
- }
1315
- .text-gray-300 {
1316
- color: var(--color-gray-300);
1317
- }
1318
- .text-gray-400 {
1319
- color: var(--color-gray-400);
1320
- }
1321
- .text-gray-500 {
1322
- color: var(--color-gray-500);
1323
- }
1324
- .text-gray-600 {
1325
- color: var(--color-gray-600);
1326
- }
1327
- .text-gray-700 {
1328
- color: var(--color-gray-700);
1329
- }
1330
- .text-gray-800 {
1331
- color: var(--color-gray-800);
1332
- }
1333
- .text-gray-900 {
1334
- color: var(--color-gray-900);
1335
- }
1336
- .text-green-100 {
1337
- color: var(--color-green-100);
1338
- }
1339
- .text-green-200 {
1340
- color: var(--color-green-200);
1341
- }
1342
- .text-green-300 {
1343
- color: var(--color-green-300);
1344
- }
1345
- .text-green-700 {
1346
- color: var(--color-green-700);
1347
- }
1348
- .text-green-800 {
1349
- color: var(--color-green-800);
1350
- }
1351
- .text-purple-200 {
1352
- color: var(--color-purple-200);
1353
- }
1354
- .text-purple-300 {
1355
- color: var(--color-purple-300);
1356
- }
1357
- .text-purple-700 {
1358
- color: var(--color-purple-700);
1359
- }
1360
- .text-red-300 {
1361
- color: var(--color-red-300);
1362
- }
1363
- .text-red-500 {
1364
- color: var(--color-red-500);
1365
- }
1366
- .text-red-700 {
1367
- color: var(--color-red-700);
1368
- }
1369
- .text-red-800 {
1370
- color: var(--color-red-800);
1371
- }
1372
- .text-sidebar-foreground {
1373
- color: var(--sidebar-foreground);
1374
- }
1375
- .text-sidebar-foreground\/50 {
1376
- color: var(--sidebar-foreground);
1377
- @supports (color: color-mix(in lab, red, red)) {
1378
- color: color-mix(in oklab, var(--sidebar-foreground) 50%, transparent);
1379
- }
1380
- }
1381
- .text-sidebar-foreground\/70 {
1382
- color: var(--sidebar-foreground);
1383
- @supports (color: color-mix(in lab, red, red)) {
1384
- color: color-mix(in oklab, var(--sidebar-foreground) 70%, transparent);
1385
- }
1386
- }
1387
- .text-sidebar-primary-foreground {
1388
- color: var(--sidebar-primary-foreground);
1389
- }
1390
- .text-white {
1391
- color: var(--color-white);
1392
- }
1393
- .text-white\/80 {
1394
- color: color-mix(in srgb, #fff 80%, transparent);
1395
- @supports (color: color-mix(in lab, red, red)) {
1396
- color: color-mix(in oklab, var(--color-white) 80%, transparent);
1397
- }
1398
- }
1399
- .text-yellow-300 {
1400
- color: var(--color-yellow-300);
1401
- }
1402
- .text-yellow-700 {
1403
- color: var(--color-yellow-700);
1404
- }
1405
- .uppercase {
1406
- text-transform: uppercase;
1407
- }
1408
- .italic {
1409
- font-style: italic;
1410
- }
1411
- .tabular-nums {
1412
- --tw-numeric-spacing: tabular-nums;
1413
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1414
- }
1415
- .line-through {
1416
- text-decoration-line: line-through;
1417
- }
1418
- .underline {
1419
- text-decoration-line: underline;
1420
- }
1421
- .underline-offset-4 {
1422
- text-underline-offset: 4px;
1423
- }
1424
- .placeholder-gray-400 {
1425
- &::placeholder {
1426
- color: var(--color-gray-400);
1427
- }
1428
- }
1429
- .placeholder-gray-500 {
1430
- &::placeholder {
1431
- color: var(--color-gray-500);
1432
- }
1433
- }
1434
- .placeholder-white\/60 {
1435
- &::placeholder {
1436
- color: color-mix(in srgb, #fff 60%, transparent);
1437
- @supports (color: color-mix(in lab, red, red)) {
1438
- color: color-mix(in oklab, var(--color-white) 60%, transparent);
1439
- }
1440
- }
1441
- }
1442
- .accent-blue-600 {
1443
- accent-color: var(--color-blue-600);
1444
- }
1445
- .opacity-0 {
1446
- opacity: 0%;
1447
- }
1448
- .opacity-50 {
1449
- opacity: 50%;
1450
- }
1451
- .opacity-70 {
1452
- opacity: 70%;
1453
- }
1454
- .opacity-100 {
1455
- opacity: 100%;
1456
- }
1457
- .shadow {
1458
- --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));
1459
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1460
- }
1461
- .shadow-2xl {
1462
- --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
1463
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1464
- }
1465
- .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
1466
- --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
1467
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1468
- }
1469
- .shadow-lg {
1470
- --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));
1471
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1472
- }
1473
- .shadow-md {
1474
- --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));
1475
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1476
- }
1477
- .shadow-none {
1478
- --tw-shadow: 0 0 #0000;
1479
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1480
- }
1481
- .shadow-sm {
1482
- --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));
1483
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1484
- }
1485
- .shadow-xl {
1486
- --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));
1487
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1488
- }
1489
- .ring-2 {
1490
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1491
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1492
- }
1493
- .ring-blue-400 {
1494
- --tw-ring-color: var(--color-blue-400);
1495
- }
1496
- .ring-sidebar-ring {
1497
- --tw-ring-color: var(--sidebar-ring);
1498
- }
1499
- .ring-offset-background {
1500
- --tw-ring-offset-color: var(--background);
1501
- }
1502
- .outline {
1503
- outline-style: var(--tw-outline-style);
1504
- outline-width: 1px;
1505
- }
1506
- .filter {
1507
- 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,);
1508
- }
1509
- .transition {
1510
- 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;
1511
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1512
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1513
- }
1514
- .transition-\[left\,right\,width\] {
1515
- transition-property: left,right,width;
1516
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1517
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1518
- }
1519
- .transition-\[margin\,opacity\] {
1520
- transition-property: margin,opacity;
1521
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1522
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1523
- }
1524
- .transition-\[width\,height\,padding\] {
1525
- transition-property: width,height,padding;
1526
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1527
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1528
- }
1529
- .transition-\[width\] {
1530
- transition-property: width;
1531
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1532
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1533
- }
1534
- .transition-all {
1535
- transition-property: all;
1536
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1537
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1538
- }
1539
- .transition-colors {
1540
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1541
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1542
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1543
- }
1544
- .transition-opacity {
1545
- transition-property: opacity;
1546
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1547
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1548
- }
1549
- .transition-shadow {
1550
- transition-property: box-shadow;
1551
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1552
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1553
- }
1554
- .transition-transform {
1555
- transition-property: transform, translate, scale, rotate;
1556
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1557
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1558
- }
1559
- .duration-200 {
1560
- --tw-duration: 200ms;
1561
- transition-duration: 200ms;
1562
- }
1563
- .duration-300 {
1564
- --tw-duration: 300ms;
1565
- transition-duration: 300ms;
1566
- }
1567
- .ease-in-out {
1568
- --tw-ease: var(--ease-in-out);
1569
- transition-timing-function: var(--ease-in-out);
1570
- }
1571
- .ease-linear {
1572
- --tw-ease: linear;
1573
- transition-timing-function: linear;
1574
- }
1575
- .outline-none {
1576
- --tw-outline-style: none;
1577
- outline-style: none;
1578
- }
1579
- .select-none {
1580
- -webkit-user-select: none;
1581
- user-select: none;
1582
- }
1583
- .group-focus-within\/menu-item\:opacity-100 {
1584
- &:is(:where(.group\/menu-item):focus-within *) {
1585
- opacity: 100%;
1586
- }
1587
- }
1588
- .group-hover\:opacity-100 {
1589
- &:is(:where(.group):hover *) {
1590
- @media (hover: hover) {
1591
- opacity: 100%;
1592
- }
1593
- }
1594
- }
1595
- .group-hover\/menu-item\:opacity-100 {
1596
- &:is(:where(.group\/menu-item):hover *) {
1597
- @media (hover: hover) {
1598
- opacity: 100%;
1599
- }
1600
- }
1601
- }
1602
- .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8 {
1603
- &:is(:where(.group\/menu-item):has(*:is([data-sidebar=menu-action])) *) {
1604
- padding-right: calc(var(--spacing) * 8);
1605
- }
1606
- }
1607
- .group-data-\[collapsible\=icon\]\:-mt-8 {
1608
- &:is(:where(.group)[data-collapsible="icon"] *) {
1609
- margin-top: calc(var(--spacing) * -8);
1610
- }
1611
- }
1612
- .group-data-\[collapsible\=icon\]\:hidden {
1613
- &:is(:where(.group)[data-collapsible="icon"] *) {
1614
- display: none;
1615
- }
1616
- }
1617
- .group-data-\[collapsible\=icon\]\:\!size-8 {
1618
- &:is(:where(.group)[data-collapsible="icon"] *) {
1619
- width: calc(var(--spacing) * 8) !important;
1620
- height: calc(var(--spacing) * 8) !important;
1621
- }
1622
- }
1623
- .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\] {
1624
- &:is(:where(.group)[data-collapsible="icon"] *) {
1625
- width: calc(var(--sidebar-width-icon) + 1rem);
1626
- }
1627
- }
1628
- .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\] {
1629
- &:is(:where(.group)[data-collapsible="icon"] *) {
1630
- width: calc(var(--sidebar-width-icon) + 1rem + 2px);
1631
- }
1632
- }
1633
- .group-data-\[collapsible\=icon\]\:w-\[var\(--sidebar-width-icon\)\] {
1634
- &:is(:where(.group)[data-collapsible="icon"] *) {
1635
- width: var(--sidebar-width-icon);
1636
- }
1637
- }
1638
- .group-data-\[collapsible\=icon\]\:overflow-hidden {
1639
- &:is(:where(.group)[data-collapsible="icon"] *) {
1640
- overflow: hidden;
1641
- }
1642
- }
1643
- .group-data-\[collapsible\=icon\]\:\!p-0 {
1644
- &:is(:where(.group)[data-collapsible="icon"] *) {
1645
- padding: calc(var(--spacing) * 0) !important;
1646
- }
1647
- }
1648
- .group-data-\[collapsible\=icon\]\:\!p-2 {
1649
- &:is(:where(.group)[data-collapsible="icon"] *) {
1650
- padding: calc(var(--spacing) * 2) !important;
1651
- }
1652
- }
1653
- .group-data-\[collapsible\=icon\]\:opacity-0 {
1654
- &:is(:where(.group)[data-collapsible="icon"] *) {
1655
- opacity: 0%;
1656
- }
1657
- }
1658
- .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\] {
1659
- &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1660
- right: calc(var(--sidebar-width) * -1);
1661
- }
1662
- }
1663
- .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\] {
1664
- &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1665
- left: calc(var(--sidebar-width) * -1);
1666
- }
1667
- }
1668
- .group-data-\[collapsible\=offcanvas\]\:w-0 {
1669
- &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1670
- width: calc(var(--spacing) * 0);
1671
- }
1672
- }
1673
- .group-data-\[collapsible\=offcanvas\]\:translate-x-0 {
1674
- &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1675
- --tw-translate-x: calc(var(--spacing) * 0);
1676
- translate: var(--tw-translate-x) var(--tw-translate-y);
1677
- }
1678
- }
1679
- .group-data-\[side\=left\]\:-right-4 {
1680
- &:is(:where(.group)[data-side="left"] *) {
1681
- right: calc(var(--spacing) * -4);
1682
- }
1683
- }
1684
- .group-data-\[side\=left\]\:border-r {
1685
- &:is(:where(.group)[data-side="left"] *) {
1686
- border-right-style: var(--tw-border-style);
1687
- border-right-width: 1px;
1688
- }
1689
- }
1690
- .group-data-\[side\=right\]\:left-0 {
1691
- &:is(:where(.group)[data-side="right"] *) {
1692
- left: calc(var(--spacing) * 0);
1693
- }
1694
- }
1695
- .group-data-\[side\=right\]\:rotate-180 {
1696
- &:is(:where(.group)[data-side="right"] *) {
1697
- rotate: 180deg;
1698
- }
1699
- }
1700
- .group-data-\[side\=right\]\:border-l {
1701
- &:is(:where(.group)[data-side="right"] *) {
1702
- border-left-style: var(--tw-border-style);
1703
- border-left-width: 1px;
1704
- }
1705
- }
1706
- .group-data-\[state\=open\]\:rotate-180 {
1707
- &:is(:where(.group)[data-state="open"] *) {
1708
- rotate: 180deg;
1709
- }
1710
- }
1711
- .group-data-\[variant\=floating\]\:rounded-lg {
1712
- &:is(:where(.group)[data-variant="floating"] *) {
1713
- border-radius: var(--radius-lg);
1714
- }
1715
- }
1716
- .group-data-\[variant\=floating\]\:border {
1717
- &:is(:where(.group)[data-variant="floating"] *) {
1718
- border-style: var(--tw-border-style);
1719
- border-width: 1px;
1720
- }
1721
- }
1722
- .group-data-\[variant\=floating\]\:border-sidebar-border {
1723
- &:is(:where(.group)[data-variant="floating"] *) {
1724
- border-color: var(--sidebar-border);
1725
- }
1726
- }
1727
- .group-data-\[variant\=floating\]\:shadow {
1728
- &:is(:where(.group)[data-variant="floating"] *) {
1729
- --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));
1730
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1731
- }
1732
- }
1733
- .peer-hover\/menu-button\:text-sidebar-accent-foreground {
1734
- &:is(:where(.peer\/menu-button):hover ~ *) {
1735
- @media (hover: hover) {
1736
- color: var(--sidebar-accent-foreground);
1737
- }
1738
- }
1739
- }
1740
- .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground {
1741
- &:is(:where(.peer\/menu-button)[data-active="true"] ~ *) {
1742
- color: var(--sidebar-accent-foreground);
1743
- }
1744
- }
1745
- .peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
1746
- &:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
1747
- top: calc(var(--spacing) * 1.5);
1748
- }
1749
- }
1750
- .peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
1751
- &:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
1752
- top: calc(var(--spacing) * 2.5);
1753
- }
1754
- }
1755
- .peer-data-\[size\=sm\]\/menu-button\:top-1 {
1756
- &:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
1757
- top: calc(var(--spacing) * 1);
1758
- }
1759
- }
1760
- .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\] {
1761
- &:is(:where(.peer)[data-variant="inset"] ~ *) {
1762
- min-height: calc(100svh - 1rem);
1763
- }
1764
- }
1765
- .file\:border-0 {
1766
- &::file-selector-button {
1767
- border-style: var(--tw-border-style);
1768
- border-width: 0px;
1769
- }
1770
- }
1771
- .file\:bg-transparent {
1772
- &::file-selector-button {
1773
- background-color: transparent;
1774
- }
1775
- }
1776
- .file\:text-sm {
1777
- &::file-selector-button {
1778
- font-size: var(--text-sm);
1779
- line-height: var(--tw-leading, var(--text-sm--line-height));
1780
- }
1781
- }
1782
- .file\:font-medium {
1783
- &::file-selector-button {
1784
- --tw-font-weight: var(--font-weight-medium);
1785
- font-weight: var(--font-weight-medium);
1786
- }
1787
- }
1788
- .file\:text-foreground {
1789
- &::file-selector-button {
1790
- color: var(--foreground);
1791
- }
1792
- }
1793
- .backdrop\:bg-black {
1794
- &::backdrop {
1795
- background-color: var(--color-black);
1796
- }
1797
- }
1798
- .after\:absolute {
1799
- &::after {
1800
- content: var(--tw-content);
1801
- position: absolute;
1802
- }
1803
- }
1804
- .after\:-inset-2 {
1805
- &::after {
1806
- content: var(--tw-content);
1807
- inset: calc(var(--spacing) * -2);
1808
- }
1809
- }
1810
- .after\:inset-y-0 {
1811
- &::after {
1812
- content: var(--tw-content);
1813
- inset-block: calc(var(--spacing) * 0);
1814
- }
1815
- }
1816
- .after\:left-1\/2 {
1817
- &::after {
1818
- content: var(--tw-content);
1819
- left: calc(1/2 * 100%);
1820
- }
1821
- }
1822
- .after\:w-\[2px\] {
1823
- &::after {
1824
- content: var(--tw-content);
1825
- width: 2px;
1826
- }
1827
- }
1828
- .group-data-\[collapsible\=offcanvas\]\:after\:left-full {
1829
- &:is(:where(.group)[data-collapsible="offcanvas"] *) {
1830
- &::after {
1831
- content: var(--tw-content);
1832
- left: 100%;
1833
- }
1834
- }
1835
- }
1836
- .hover\:scale-105 {
1837
- &:hover {
1838
- @media (hover: hover) {
1839
- --tw-scale-x: 105%;
1840
- --tw-scale-y: 105%;
1841
- --tw-scale-z: 105%;
1842
- scale: var(--tw-scale-x) var(--tw-scale-y);
1843
- }
1844
- }
1845
- }
1846
- .hover\:border-blue-500\/50 {
1847
- &:hover {
1848
- @media (hover: hover) {
1849
- border-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 50%, transparent);
1850
- @supports (color: color-mix(in lab, red, red)) {
1851
- border-color: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
1852
- }
1853
- }
1854
- }
1855
- }
1856
- .hover\:border-green-500\/50 {
1857
- &:hover {
1858
- @media (hover: hover) {
1859
- border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 50%, transparent);
1860
- @supports (color: color-mix(in lab, red, red)) {
1861
- border-color: color-mix(in oklab, var(--color-green-500) 50%, transparent);
1862
- }
1863
- }
1864
- }
1865
- }
1866
- .hover\:bg-blue-100 {
1867
- &:hover {
1868
- @media (hover: hover) {
1869
- background-color: var(--color-blue-100);
1870
- }
1871
- }
1872
- }
1873
- .hover\:bg-blue-700 {
1874
- &:hover {
1875
- @media (hover: hover) {
1876
- background-color: var(--color-blue-700);
1877
- }
1878
- }
1879
- }
1880
- .hover\:bg-blue-900\/30 {
1881
- &:hover {
1882
- @media (hover: hover) {
1883
- background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 30%, transparent);
1884
- @supports (color: color-mix(in lab, red, red)) {
1885
- background-color: color-mix(in oklab, var(--color-blue-900) 30%, transparent);
1886
- }
1887
- }
1888
- }
1889
- }
1890
- .hover\:bg-gray-50 {
1891
- &:hover {
1892
- @media (hover: hover) {
1893
- background-color: var(--color-gray-50);
1894
- }
1895
- }
1896
- }
1897
- .hover\:bg-gray-100 {
1898
- &:hover {
1899
- @media (hover: hover) {
1900
- background-color: var(--color-gray-100);
1901
- }
1902
- }
1903
- }
1904
- .hover\:bg-gray-200 {
1905
- &:hover {
1906
- @media (hover: hover) {
1907
- background-color: var(--color-gray-200);
1908
- }
1909
- }
1910
- }
1911
- .hover\:bg-gray-300 {
1912
- &:hover {
1913
- @media (hover: hover) {
1914
- background-color: var(--color-gray-300);
1915
- }
1916
- }
1917
- }
1918
- .hover\:bg-gray-600 {
1919
- &:hover {
1920
- @media (hover: hover) {
1921
- background-color: var(--color-gray-600);
1922
- }
1923
- }
1924
- }
1925
- .hover\:bg-gray-700 {
1926
- &:hover {
1927
- @media (hover: hover) {
1928
- background-color: var(--color-gray-700);
1929
- }
1930
- }
1931
- }
1932
- .hover\:bg-green-100 {
1933
- &:hover {
1934
- @media (hover: hover) {
1935
- background-color: var(--color-green-100);
1936
- }
1937
- }
1938
- }
1939
- .hover\:bg-green-700 {
1940
- &:hover {
1941
- @media (hover: hover) {
1942
- background-color: var(--color-green-700);
1943
- }
1944
- }
1945
- }
1946
- .hover\:bg-green-900\/30 {
1947
- &:hover {
1948
- @media (hover: hover) {
1949
- background-color: color-mix(in srgb, oklch(39.3% 0.095 152.535) 30%, transparent);
1950
- @supports (color: color-mix(in lab, red, red)) {
1951
- background-color: color-mix(in oklab, var(--color-green-900) 30%, transparent);
1952
- }
1953
- }
1954
- }
1955
- }
1956
- .hover\:bg-red-50 {
1957
- &:hover {
1958
- @media (hover: hover) {
1959
- background-color: var(--color-red-50);
1960
- }
1961
- }
1962
- }
1963
- .hover\:bg-red-100 {
1964
- &:hover {
1965
- @media (hover: hover) {
1966
- background-color: var(--color-red-100);
1967
- }
1968
- }
1969
- }
1970
- .hover\:bg-red-700 {
1971
- &:hover {
1972
- @media (hover: hover) {
1973
- background-color: var(--color-red-700);
1974
- }
1975
- }
1976
- }
1977
- .hover\:bg-red-900\/30 {
1978
- &:hover {
1979
- @media (hover: hover) {
1980
- background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 30%, transparent);
1981
- @supports (color: color-mix(in lab, red, red)) {
1982
- background-color: color-mix(in oklab, var(--color-red-900) 30%, transparent);
1983
- }
1984
- }
1985
- }
1986
- }
1987
- .hover\:bg-sidebar-accent {
1988
- &:hover {
1989
- @media (hover: hover) {
1990
- background-color: var(--sidebar-accent);
1991
- }
1992
- }
1993
- }
1994
- .hover\:bg-white\/10 {
1995
- &:hover {
1996
- @media (hover: hover) {
1997
- background-color: color-mix(in srgb, #fff 10%, transparent);
1998
- @supports (color: color-mix(in lab, red, red)) {
1999
- background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
2000
- }
2001
- }
2002
- }
2003
- }
2004
- .hover\:bg-white\/20 {
2005
- &:hover {
2006
- @media (hover: hover) {
2007
- background-color: color-mix(in srgb, #fff 20%, transparent);
2008
- @supports (color: color-mix(in lab, red, red)) {
2009
- background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
2010
- }
2011
- }
2012
- }
2013
- }
2014
- .hover\:bg-yellow-700 {
2015
- &:hover {
2016
- @media (hover: hover) {
2017
- background-color: var(--color-yellow-700);
2018
- }
2019
- }
2020
- }
2021
- .hover\:text-blue-300 {
2022
- &:hover {
2023
- @media (hover: hover) {
2024
- color: var(--color-blue-300);
2025
- }
2026
- }
2027
- }
2028
- .hover\:text-blue-600 {
2029
- &:hover {
2030
- @media (hover: hover) {
2031
- color: var(--color-blue-600);
2032
- }
2033
- }
2034
- }
2035
- .hover\:text-blue-700 {
2036
- &:hover {
2037
- @media (hover: hover) {
2038
- color: var(--color-blue-700);
2039
- }
2040
- }
2041
- }
2042
- .hover\:text-red-500 {
2043
- &:hover {
2044
- @media (hover: hover) {
2045
- color: var(--color-red-500);
2046
- }
2047
- }
2048
- }
2049
- .hover\:text-red-600 {
2050
- &:hover {
2051
- @media (hover: hover) {
2052
- color: var(--color-red-600);
2053
- }
2054
- }
2055
- }
2056
- .hover\:text-sidebar-accent-foreground {
2057
- &:hover {
2058
- @media (hover: hover) {
2059
- color: var(--sidebar-accent-foreground);
2060
- }
2061
- }
2062
- }
2063
- .hover\:text-sidebar-foreground {
2064
- &:hover {
2065
- @media (hover: hover) {
2066
- color: var(--sidebar-foreground);
2067
- }
2068
- }
2069
- }
2070
- .hover\:text-white {
2071
- &:hover {
2072
- @media (hover: hover) {
2073
- color: var(--color-white);
2074
- }
2075
- }
2076
- }
2077
- .hover\:underline {
2078
- &:hover {
2079
- @media (hover: hover) {
2080
- text-decoration-line: underline;
2081
- }
2082
- }
2083
- }
2084
- .hover\:opacity-80 {
2085
- &:hover {
2086
- @media (hover: hover) {
2087
- opacity: 80%;
2088
- }
2089
- }
2090
- }
2091
- .hover\:opacity-100 {
2092
- &:hover {
2093
- @media (hover: hover) {
2094
- opacity: 100%;
2095
- }
2096
- }
2097
- }
2098
- .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\] {
2099
- &:hover {
2100
- @media (hover: hover) {
2101
- --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
2102
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2103
- }
2104
- }
2105
- }
2106
- .hover\:shadow-md {
2107
- &:hover {
2108
- @media (hover: hover) {
2109
- --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));
2110
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2111
- }
2112
- }
2113
- }
2114
- .hover\:shadow-sm {
2115
- &:hover {
2116
- @media (hover: hover) {
2117
- --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));
2118
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2119
- }
2120
- }
2121
- }
2122
- .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar {
2123
- &:is(:where(.group)[data-collapsible="offcanvas"] *) {
2124
- &:hover {
2125
- @media (hover: hover) {
2126
- background-color: var(--sidebar);
2127
- }
2128
- }
2129
- }
2130
- }
2131
- .hover\:after\:bg-sidebar-border {
2132
- &:hover {
2133
- @media (hover: hover) {
2134
- &::after {
2135
- content: var(--tw-content);
2136
- background-color: var(--sidebar-border);
2137
- }
2138
- }
2139
- }
2140
- }
2141
- .focus\:ring-2 {
2142
- &:focus {
2143
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2144
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2145
- }
2146
- }
2147
- .focus\:ring-blue-500 {
2148
- &:focus {
2149
- --tw-ring-color: var(--color-blue-500);
2150
- }
2151
- }
2152
- .focus\:ring-green-500 {
2153
- &:focus {
2154
- --tw-ring-color: var(--color-green-500);
2155
- }
2156
- }
2157
- .focus\:ring-ring {
2158
- &:focus {
2159
- --tw-ring-color: var(--ring);
2160
- }
2161
- }
2162
- .focus\:ring-white\/50 {
2163
- &:focus {
2164
- --tw-ring-color: color-mix(in srgb, #fff 50%, transparent);
2165
- @supports (color: color-mix(in lab, red, red)) {
2166
- --tw-ring-color: color-mix(in oklab, var(--color-white) 50%, transparent);
2167
- }
2168
- }
2169
- }
2170
- .focus\:ring-offset-2 {
2171
- &:focus {
2172
- --tw-ring-offset-width: 2px;
2173
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2174
- }
2175
- }
2176
- .focus\:ring-offset-gray-800 {
2177
- &:focus {
2178
- --tw-ring-offset-color: var(--color-gray-800);
2179
- }
2180
- }
2181
- .focus\:outline-none {
2182
- &:focus {
2183
- --tw-outline-style: none;
2184
- outline-style: none;
2185
- }
2186
- }
2187
- .focus-visible\:ring-1 {
2188
- &:focus-visible {
2189
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2190
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2191
- }
2192
- }
2193
- .focus-visible\:ring-2 {
2194
- &:focus-visible {
2195
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2196
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2197
- }
2198
- }
2199
- .focus-visible\:ring-ring {
2200
- &:focus-visible {
2201
- --tw-ring-color: var(--ring);
2202
- }
2203
- }
2204
- .focus-visible\:ring-sidebar-ring {
2205
- &:focus-visible {
2206
- --tw-ring-color: var(--sidebar-ring);
2207
- }
2208
- }
2209
- .focus-visible\:outline-none {
2210
- &:focus-visible {
2211
- --tw-outline-style: none;
2212
- outline-style: none;
2213
- }
2214
- }
2215
- .active\:cursor-grabbing {
2216
- &:active {
2217
- cursor: grabbing;
2218
- }
2219
- }
2220
- .active\:bg-sidebar-accent {
2221
- &:active {
2222
- background-color: var(--sidebar-accent);
2223
- }
2224
- }
2225
- .active\:text-sidebar-accent-foreground {
2226
- &:active {
2227
- color: var(--sidebar-accent-foreground);
2228
- }
2229
- }
2230
- .disabled\:pointer-events-none {
2231
- &:disabled {
2232
- pointer-events: none;
2233
- }
2234
- }
2235
- .disabled\:cursor-not-allowed {
2236
- &:disabled {
2237
- cursor: not-allowed;
2238
- }
2239
- }
2240
- .disabled\:opacity-50 {
2241
- &:disabled {
2242
- opacity: 50%;
2243
- }
2244
- }
2245
- .has-\[\[data-variant\=inset\]\]\:bg-sidebar {
2246
- &:has(*:is([data-variant=inset])) {
2247
- background-color: var(--sidebar);
2248
- }
2249
- }
2250
- .aria-disabled\:pointer-events-none {
2251
- &[aria-disabled="true"] {
2252
- pointer-events: none;
2253
- }
2254
- }
2255
- .aria-disabled\:opacity-50 {
2256
- &[aria-disabled="true"] {
2257
- opacity: 50%;
2258
- }
2259
- }
2260
- .data-\[active\=true\]\:bg-sidebar-accent {
2261
- &[data-active="true"] {
2262
- background-color: var(--sidebar-accent);
2263
- }
2264
- }
2265
- .data-\[active\=true\]\:font-medium {
2266
- &[data-active="true"] {
2267
- --tw-font-weight: var(--font-weight-medium);
2268
- font-weight: var(--font-weight-medium);
2269
- }
2270
- }
2271
- .data-\[active\=true\]\:text-sidebar-accent-foreground {
2272
- &[data-active="true"] {
2273
- color: var(--sidebar-accent-foreground);
2274
- }
2275
- }
2276
- .data-\[disabled\=true\]\:pointer-events-none {
2277
- &[data-disabled="true"] {
2278
- pointer-events: none;
2279
- }
2280
- }
2281
- .data-\[disabled\=true\]\:opacity-50 {
2282
- &[data-disabled="true"] {
2283
- opacity: 50%;
2284
- }
2285
- }
2286
- .data-\[state\=closed\]\:duration-300 {
2287
- &[data-state="closed"] {
2288
- --tw-duration: 300ms;
2289
- transition-duration: 300ms;
2290
- }
2291
- }
2292
- .data-\[state\=open\]\:opacity-100 {
2293
- &[data-state="open"] {
2294
- opacity: 100%;
2295
- }
2296
- }
2297
- .data-\[state\=open\]\:duration-500 {
2298
- &[data-state="open"] {
2299
- --tw-duration: 500ms;
2300
- transition-duration: 500ms;
2301
- }
2302
- }
2303
- .data-\[state\=open\]\:hover\:bg-sidebar-accent {
2304
- &[data-state="open"] {
2305
- &:hover {
2306
- @media (hover: hover) {
2307
- background-color: var(--sidebar-accent);
2308
- }
2309
- }
2310
- }
2311
- }
2312
- .data-\[state\=open\]\:hover\:text-sidebar-accent-foreground {
2313
- &[data-state="open"] {
2314
- &:hover {
2315
- @media (hover: hover) {
2316
- color: var(--sidebar-accent-foreground);
2317
- }
2318
- }
2319
- }
2320
- }
2321
- .sm\:flex {
2322
- @media (width >= 40rem) {
2323
- display: flex;
2324
- }
2325
- }
2326
- .sm\:max-w-sm {
2327
- @media (width >= 40rem) {
2328
- max-width: var(--container-sm);
2329
- }
2330
- }
2331
- .sm\:flex-row {
2332
- @media (width >= 40rem) {
2333
- flex-direction: row;
2334
- }
2335
- }
2336
- .sm\:justify-end {
2337
- @media (width >= 40rem) {
2338
- justify-content: flex-end;
2339
- }
2340
- }
2341
- .sm\:space-x-2 {
2342
- @media (width >= 40rem) {
2343
- :where(& > :not(:last-child)) {
2344
- --tw-space-x-reverse: 0;
2345
- margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
2346
- margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
2347
- }
2348
- }
2349
- }
2350
- .sm\:rounded-lg {
2351
- @media (width >= 40rem) {
2352
- border-radius: var(--radius-lg);
2353
- }
2354
- }
2355
- .sm\:text-left {
2356
- @media (width >= 40rem) {
2357
- text-align: left;
2358
- }
2359
- }
2360
- .md\:absolute {
2361
- @media (width >= 48rem) {
2362
- position: absolute;
2363
- }
2364
- }
2365
- .md\:block {
2366
- @media (width >= 48rem) {
2367
- display: block;
2368
- }
2369
- }
2370
- .md\:flex {
2371
- @media (width >= 48rem) {
2372
- display: flex;
2373
- }
2374
- }
2375
- .md\:w-64 {
2376
- @media (width >= 48rem) {
2377
- width: calc(var(--spacing) * 64);
2378
- }
2379
- }
2380
- .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
2381
- @media (width >= 48rem) {
2382
- width: var(--radix-navigation-menu-viewport-width);
2383
- }
2384
- }
2385
- .md\:w-auto {
2386
- @media (width >= 48rem) {
2387
- width: auto;
2388
- }
2389
- }
2390
- .md\:flex-row {
2391
- @media (width >= 48rem) {
2392
- flex-direction: row;
2393
- }
2394
- }
2395
- .md\:border-t-0 {
2396
- @media (width >= 48rem) {
2397
- border-top-style: var(--tw-border-style);
2398
- border-top-width: 0px;
2399
- }
2400
- }
2401
- .md\:border-l {
2402
- @media (width >= 48rem) {
2403
- border-left-style: var(--tw-border-style);
2404
- border-left-width: 1px;
2405
- }
2406
- }
2407
- .md\:text-sm {
2408
- @media (width >= 48rem) {
2409
- font-size: var(--text-sm);
2410
- line-height: var(--tw-leading, var(--text-sm--line-height));
2411
- }
2412
- }
2413
- .md\:opacity-0 {
2414
- @media (width >= 48rem) {
2415
- opacity: 0%;
2416
- }
2417
- }
2418
- .md\:peer-data-\[variant\=inset\]\:m-2 {
2419
- @media (width >= 48rem) {
2420
- &:is(:where(.peer)[data-variant="inset"] ~ *) {
2421
- margin: calc(var(--spacing) * 2);
2422
- }
2423
- }
2424
- }
2425
- .md\:peer-data-\[variant\=inset\]\:ml-0 {
2426
- @media (width >= 48rem) {
2427
- &:is(:where(.peer)[data-variant="inset"] ~ *) {
2428
- margin-left: calc(var(--spacing) * 0);
2429
- }
2430
- }
2431
- }
2432
- .md\:peer-data-\[variant\=inset\]\:rounded-xl {
2433
- @media (width >= 48rem) {
2434
- &:is(:where(.peer)[data-variant="inset"] ~ *) {
2435
- border-radius: var(--radius-xl);
2436
- }
2437
- }
2438
- }
2439
- .md\:peer-data-\[variant\=inset\]\:shadow {
2440
- @media (width >= 48rem) {
2441
- &:is(:where(.peer)[data-variant="inset"] ~ *) {
2442
- --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));
2443
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2444
- }
2445
- }
2446
- }
2447
- .after\:md\:hidden {
2448
- &::after {
2449
- content: var(--tw-content);
2450
- @media (width >= 48rem) {
2451
- display: none;
2452
- }
2453
- }
2454
- }
2455
- .lg\:col-span-1 {
2456
- @media (width >= 64rem) {
2457
- grid-column: span 1 / span 1;
2458
- }
2459
- }
2460
- .lg\:col-span-2 {
2461
- @media (width >= 64rem) {
2462
- grid-column: span 2 / span 2;
2463
- }
2464
- }
2465
- .lg\:grid-cols-3 {
2466
- @media (width >= 64rem) {
2467
- grid-template-columns: repeat(3, minmax(0, 1fr));
2468
- }
2469
- }
2470
- .dark\:bg-blue-900 {
2471
- &:is(.dark *) {
2472
- background-color: var(--color-blue-900);
2473
- }
2474
- }
2475
- .dark\:bg-gray-700 {
2476
- &:is(.dark *) {
2477
- background-color: var(--color-gray-700);
2478
- }
2479
- }
2480
- .dark\:bg-gray-800 {
2481
- &:is(.dark *) {
2482
- background-color: var(--color-gray-800);
2483
- }
2484
- }
2485
- .dark\:bg-green-900 {
2486
- &:is(.dark *) {
2487
- background-color: var(--color-green-900);
2488
- }
2489
- }
2490
- .dark\:bg-purple-900 {
2491
- &:is(.dark *) {
2492
- background-color: var(--color-purple-900);
2493
- }
2494
- }
2495
- .dark\:bg-red-900 {
2496
- &:is(.dark *) {
2497
- background-color: var(--color-red-900);
2498
- }
2499
- }
2500
- .dark\:bg-yellow-900 {
2501
- &:is(.dark *) {
2502
- background-color: var(--color-yellow-900);
2503
- }
2504
- }
2505
- .dark\:text-blue-300 {
2506
- &:is(.dark *) {
2507
- color: var(--color-blue-300);
2508
- }
2509
- }
2510
- .dark\:text-gray-300 {
2511
- &:is(.dark *) {
2512
- color: var(--color-gray-300);
2513
- }
2514
- }
2515
- .dark\:text-green-200 {
2516
- &:is(.dark *) {
2517
- color: var(--color-green-200);
2518
- }
2519
- }
2520
- .dark\:text-green-300 {
2521
- &:is(.dark *) {
2522
- color: var(--color-green-300);
2523
- }
2524
- }
2525
- .dark\:text-purple-300 {
2526
- &:is(.dark *) {
2527
- color: var(--color-purple-300);
2528
- }
2529
- }
2530
- .dark\:text-red-200 {
2531
- &:is(.dark *) {
2532
- color: var(--color-red-200);
2533
- }
2534
- }
2535
- .dark\:text-red-300 {
2536
- &:is(.dark *) {
2537
- color: var(--color-red-300);
2538
- }
2539
- }
2540
- .dark\:text-yellow-200 {
2541
- &:is(.dark *) {
2542
- color: var(--color-yellow-200);
2543
- }
2544
- }
2545
- .dark\:text-yellow-300 {
2546
- &:is(.dark *) {
2547
- color: var(--color-yellow-300);
2548
- }
2549
- }
2550
- .dark\:hover\:bg-red-900\/30 {
2551
- &:is(.dark *) {
2552
- &:hover {
2553
- @media (hover: hover) {
2554
- background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 30%, transparent);
2555
- @supports (color: color-mix(in lab, red, red)) {
2556
- background-color: color-mix(in oklab, var(--color-red-900) 30%, transparent);
2557
- }
2558
- }
2559
- }
2560
- }
2561
- }
2562
- .\[\&_\[cmdk-group-heading\]\]\:px-2 {
2563
- & [cmdk-group-heading] {
2564
- padding-inline: calc(var(--spacing) * 2);
2565
- }
2566
- }
2567
- .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 {
2568
- & [cmdk-group-heading] {
2569
- padding-block: calc(var(--spacing) * 1.5);
2570
- }
2571
- }
2572
- .\[\&_\[cmdk-group-heading\]\]\:text-xs {
2573
- & [cmdk-group-heading] {
2574
- font-size: var(--text-xs);
2575
- line-height: var(--tw-leading, var(--text-xs--line-height));
2576
- }
2577
- }
2578
- .\[\&_\[cmdk-group-heading\]\]\:font-medium {
2579
- & [cmdk-group-heading] {
2580
- --tw-font-weight: var(--font-weight-medium);
2581
- font-weight: var(--font-weight-medium);
2582
- }
2583
- }
2584
- .\[\&_\[cmdk-group\]\]\:px-2 {
2585
- & [cmdk-group] {
2586
- padding-inline: calc(var(--spacing) * 2);
2587
- }
2588
- }
2589
- .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 {
2590
- & [cmdk-group]:not([hidden]) ~[cmdk-group] {
2591
- padding-top: calc(var(--spacing) * 0);
2592
- }
2593
- }
2594
- .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 {
2595
- & [cmdk-input-wrapper] svg {
2596
- height: calc(var(--spacing) * 5);
2597
- }
2598
- }
2599
- .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 {
2600
- & [cmdk-input-wrapper] svg {
2601
- width: calc(var(--spacing) * 5);
2602
- }
2603
- }
2604
- .\[\&_\[cmdk-input\]\]\:h-12 {
2605
- & [cmdk-input] {
2606
- height: calc(var(--spacing) * 12);
2607
- }
2608
- }
2609
- .\[\&_\[cmdk-item\]\]\:px-2 {
2610
- & [cmdk-item] {
2611
- padding-inline: calc(var(--spacing) * 2);
2612
- }
2613
- }
2614
- .\[\&_\[cmdk-item\]\]\:py-3 {
2615
- & [cmdk-item] {
2616
- padding-block: calc(var(--spacing) * 3);
2617
- }
2618
- }
2619
- .\[\&_\[cmdk-item\]_svg\]\:h-5 {
2620
- & [cmdk-item] svg {
2621
- height: calc(var(--spacing) * 5);
2622
- }
2623
- }
2624
- .\[\&_\[cmdk-item\]_svg\]\:w-5 {
2625
- & [cmdk-item] svg {
2626
- width: calc(var(--spacing) * 5);
2627
- }
2628
- }
2629
- .\[\&_svg\]\:pointer-events-none {
2630
- & svg {
2631
- pointer-events: none;
2632
- }
2633
- }
2634
- .\[\&_svg\]\:size-4 {
2635
- & svg {
2636
- width: calc(var(--spacing) * 4);
2637
- height: calc(var(--spacing) * 4);
2638
- }
2639
- }
2640
- .\[\&_svg\]\:shrink-0 {
2641
- & svg {
2642
- flex-shrink: 0;
2643
- }
2644
- }
2645
- .\[\&\>button\]\:hidden {
2646
- &>button {
2647
- display: none;
2648
- }
2649
- }
2650
- .\[\&\>span\:last-child\]\:truncate {
2651
- &>span:last-child {
2652
- overflow: hidden;
2653
- text-overflow: ellipsis;
2654
- white-space: nowrap;
2655
- }
2656
- }
2657
- .\[\&\>svg\]\:size-4 {
2658
- &>svg {
2659
- width: calc(var(--spacing) * 4);
2660
- height: calc(var(--spacing) * 4);
2661
- }
2662
- }
2663
- .\[\&\>svg\]\:shrink-0 {
2664
- &>svg {
2665
- flex-shrink: 0;
2666
- }
2667
- }
2668
- .\[\&\>svg\]\:text-sidebar-accent-foreground {
2669
- &>svg {
2670
- color: var(--sidebar-accent-foreground);
2671
- }
2672
- }
2673
- .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
2674
- [data-side=left] & {
2675
- cursor: w-resize;
2676
- }
2677
- }
2678
- .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
2679
- [data-side=left][data-collapsible=offcanvas] & {
2680
- right: calc(var(--spacing) * -2);
2681
- }
2682
- }
2683
- .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
2684
- [data-side=left][data-state=collapsed] & {
2685
- cursor: e-resize;
2686
- }
2687
- }
2688
- .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
2689
- [data-side=right] & {
2690
- cursor: e-resize;
2691
- }
2692
- }
2693
- .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
2694
- [data-side=right][data-collapsible=offcanvas] & {
2695
- left: calc(var(--spacing) * -2);
2696
- }
2697
- }
2698
- .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
2699
- [data-side=right][data-state=collapsed] & {
2700
- cursor: w-resize;
2701
- }
2702
- }
2703
- }
2704
- :root {
2705
- font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
2706
- Arial, sans-serif;
2707
- line-height: 1.5;
2708
- font-weight: 400;
2709
- --background: hsl(0 0% 100%);
2710
- --foreground: hsl(240 10% 3.9%);
2711
- --border: hsl(240 5.9% 90%);
2712
- --ring: hsl(240 5.9% 10%);
2713
- --sidebar: hsl(0 0% 98%);
2714
- --sidebar-foreground: hsl(240 5.3% 26.1%);
2715
- --sidebar-primary: hsl(240 5.9% 10%);
2716
- --sidebar-primary-foreground: hsl(0 0% 98%);
2717
- --sidebar-accent: hsl(240 4.8% 95.9%);
2718
- --sidebar-accent-foreground: hsl(240 5.9% 10%);
2719
- --sidebar-border: hsl(220 13% 91%);
2720
- --sidebar-ring: hsl(217.2 91.2% 59.8%);
2721
- }
2722
- html,
2723
- body {
2724
- margin: 0;
2725
- min-height: 100svh;
2726
- height: 100svh;
2727
- }
2728
- #root {
2729
- min-height: 100svh;
2730
- height: 100svh;
2731
- display: flex;
2732
- flex-direction: column;
2733
- }
2734
- * {
2735
- box-sizing: border-box;
2736
- }
2737
- .dark {
2738
- --background: hsl(240 10% 3.9%);
2739
- --foreground: hsl(0 0% 98%);
2740
- --border: hsl(240 3.7% 15.9%);
2741
- --ring: hsl(240 4.9% 83.9%);
2742
- --sidebar: hsl(240 5.9% 10%);
2743
- --sidebar-foreground: hsl(240 4.8% 95.9%);
2744
- --sidebar-primary: hsl(224.3 76.3% 48%);
2745
- --sidebar-primary-foreground: hsl(0 0% 100%);
2746
- --sidebar-accent: hsl(240 3.7% 15.9%);
2747
- --sidebar-accent-foreground: hsl(240 4.8% 95.9%);
2748
- --sidebar-border: hsl(240 3.7% 15.9%);
2749
- --sidebar-ring: hsl(217.2 91.2% 59.8%);
2750
- }
2751
- @layer base {
2752
- * {
2753
- border-color: var(--border);
2754
- outline-color: var(--ring);
2755
- @supports (color: color-mix(in lab, red, red)) {
2756
- outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
2757
- }
2758
- }
2759
- body {
2760
- background-color: var(--background);
2761
- color: var(--foreground);
2762
- }
2763
- }
2764
- @property --tw-translate-x {
2765
- syntax: "*";
2766
- inherits: false;
2767
- initial-value: 0;
2768
- }
2769
- @property --tw-translate-y {
2770
- syntax: "*";
2771
- inherits: false;
2772
- initial-value: 0;
2773
- }
2774
- @property --tw-translate-z {
2775
- syntax: "*";
2776
- inherits: false;
2777
- initial-value: 0;
2778
- }
2779
- @property --tw-space-y-reverse {
2780
- syntax: "*";
2781
- inherits: false;
2782
- initial-value: 0;
2783
- }
2784
- @property --tw-space-x-reverse {
2785
- syntax: "*";
2786
- inherits: false;
2787
- initial-value: 0;
2788
- }
2789
- @property --tw-border-style {
2790
- syntax: "*";
2791
- inherits: false;
2792
- initial-value: solid;
2793
- }
2794
- @property --tw-gradient-position {
2795
- syntax: "*";
2796
- inherits: false;
2797
- }
2798
- @property --tw-gradient-from {
2799
- syntax: "<color>";
2800
- inherits: false;
2801
- initial-value: #0000;
2802
- }
2803
- @property --tw-gradient-via {
2804
- syntax: "<color>";
2805
- inherits: false;
2806
- initial-value: #0000;
2807
- }
2808
- @property --tw-gradient-to {
2809
- syntax: "<color>";
2810
- inherits: false;
2811
- initial-value: #0000;
2812
- }
2813
- @property --tw-gradient-stops {
2814
- syntax: "*";
2815
- inherits: false;
2816
- }
2817
- @property --tw-gradient-via-stops {
2818
- syntax: "*";
2819
- inherits: false;
2820
- }
2821
- @property --tw-gradient-from-position {
2822
- syntax: "<length-percentage>";
2823
- inherits: false;
2824
- initial-value: 0%;
2825
- }
2826
- @property --tw-gradient-via-position {
2827
- syntax: "<length-percentage>";
2828
- inherits: false;
2829
- initial-value: 50%;
2830
- }
2831
- @property --tw-gradient-to-position {
2832
- syntax: "<length-percentage>";
2833
- inherits: false;
2834
- initial-value: 100%;
2835
- }
2836
- @property --tw-leading {
2837
- syntax: "*";
2838
- inherits: false;
2839
- }
2840
- @property --tw-font-weight {
2841
- syntax: "*";
2842
- inherits: false;
2843
- }
2844
- @property --tw-tracking {
2845
- syntax: "*";
2846
- inherits: false;
2847
- }
2848
- @property --tw-ordinal {
2849
- syntax: "*";
2850
- inherits: false;
2851
- }
2852
- @property --tw-slashed-zero {
2853
- syntax: "*";
2854
- inherits: false;
2855
- }
2856
- @property --tw-numeric-figure {
2857
- syntax: "*";
2858
- inherits: false;
2859
- }
2860
- @property --tw-numeric-spacing {
2861
- syntax: "*";
2862
- inherits: false;
2863
- }
2864
- @property --tw-numeric-fraction {
2865
- syntax: "*";
2866
- inherits: false;
2867
- }
2868
- @property --tw-shadow {
2869
- syntax: "*";
2870
- inherits: false;
2871
- initial-value: 0 0 #0000;
2872
- }
2873
- @property --tw-shadow-color {
2874
- syntax: "*";
2875
- inherits: false;
2876
- }
2877
- @property --tw-shadow-alpha {
2878
- syntax: "<percentage>";
2879
- inherits: false;
2880
- initial-value: 100%;
2881
- }
2882
- @property --tw-inset-shadow {
2883
- syntax: "*";
2884
- inherits: false;
2885
- initial-value: 0 0 #0000;
2886
- }
2887
- @property --tw-inset-shadow-color {
2888
- syntax: "*";
2889
- inherits: false;
2890
- }
2891
- @property --tw-inset-shadow-alpha {
2892
- syntax: "<percentage>";
2893
- inherits: false;
2894
- initial-value: 100%;
2895
- }
2896
- @property --tw-ring-color {
2897
- syntax: "*";
2898
- inherits: false;
2899
- }
2900
- @property --tw-ring-shadow {
2901
- syntax: "*";
2902
- inherits: false;
2903
- initial-value: 0 0 #0000;
2904
- }
2905
- @property --tw-inset-ring-color {
2906
- syntax: "*";
2907
- inherits: false;
2908
- }
2909
- @property --tw-inset-ring-shadow {
2910
- syntax: "*";
2911
- inherits: false;
2912
- initial-value: 0 0 #0000;
2913
- }
2914
- @property --tw-ring-inset {
2915
- syntax: "*";
2916
- inherits: false;
2917
- }
2918
- @property --tw-ring-offset-width {
2919
- syntax: "<length>";
2920
- inherits: false;
2921
- initial-value: 0px;
2922
- }
2923
- @property --tw-ring-offset-color {
2924
- syntax: "*";
2925
- inherits: false;
2926
- initial-value: #fff;
2927
- }
2928
- @property --tw-ring-offset-shadow {
2929
- syntax: "*";
2930
- inherits: false;
2931
- initial-value: 0 0 #0000;
2932
- }
2933
- @property --tw-outline-style {
2934
- syntax: "*";
2935
- inherits: false;
2936
- initial-value: solid;
2937
- }
2938
- @property --tw-blur {
2939
- syntax: "*";
2940
- inherits: false;
2941
- }
2942
- @property --tw-brightness {
2943
- syntax: "*";
2944
- inherits: false;
2945
- }
2946
- @property --tw-contrast {
2947
- syntax: "*";
2948
- inherits: false;
2949
- }
2950
- @property --tw-grayscale {
2951
- syntax: "*";
2952
- inherits: false;
2953
- }
2954
- @property --tw-hue-rotate {
2955
- syntax: "*";
2956
- inherits: false;
2957
- }
2958
- @property --tw-invert {
2959
- syntax: "*";
2960
- inherits: false;
2961
- }
2962
- @property --tw-opacity {
2963
- syntax: "*";
2964
- inherits: false;
2965
- }
2966
- @property --tw-saturate {
2967
- syntax: "*";
2968
- inherits: false;
2969
- }
2970
- @property --tw-sepia {
2971
- syntax: "*";
2972
- inherits: false;
2973
- }
2974
- @property --tw-drop-shadow {
2975
- syntax: "*";
2976
- inherits: false;
2977
- }
2978
- @property --tw-drop-shadow-color {
2979
- syntax: "*";
2980
- inherits: false;
2981
- }
2982
- @property --tw-drop-shadow-alpha {
2983
- syntax: "<percentage>";
2984
- inherits: false;
2985
- initial-value: 100%;
2986
- }
2987
- @property --tw-drop-shadow-size {
2988
- syntax: "*";
2989
- inherits: false;
2990
- }
2991
- @property --tw-duration {
2992
- syntax: "*";
2993
- inherits: false;
2994
- }
2995
- @property --tw-ease {
2996
- syntax: "*";
2997
- inherits: false;
2998
- }
2999
- @property --tw-content {
3000
- syntax: "*";
3001
- initial-value: "";
3002
- inherits: false;
3003
- }
3004
- @property --tw-scale-x {
3005
- syntax: "*";
3006
- inherits: false;
3007
- initial-value: 1;
3008
- }
3009
- @property --tw-scale-y {
3010
- syntax: "*";
3011
- inherits: false;
3012
- initial-value: 1;
3013
- }
3014
- @property --tw-scale-z {
3015
- syntax: "*";
3016
- inherits: false;
3017
- initial-value: 1;
3018
- }
3019
- @keyframes spin {
3020
- to {
3021
- transform: rotate(360deg);
3022
- }
3023
- }
3024
- @keyframes pulse {
3025
- 50% {
3026
- opacity: 0.5;
3027
- }
3028
- }
3029
- @layer properties {
3030
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3031
- *, ::before, ::after, ::backdrop {
3032
- --tw-translate-x: 0;
3033
- --tw-translate-y: 0;
3034
- --tw-translate-z: 0;
3035
- --tw-space-y-reverse: 0;
3036
- --tw-space-x-reverse: 0;
3037
- --tw-border-style: solid;
3038
- --tw-gradient-position: initial;
3039
- --tw-gradient-from: #0000;
3040
- --tw-gradient-via: #0000;
3041
- --tw-gradient-to: #0000;
3042
- --tw-gradient-stops: initial;
3043
- --tw-gradient-via-stops: initial;
3044
- --tw-gradient-from-position: 0%;
3045
- --tw-gradient-via-position: 50%;
3046
- --tw-gradient-to-position: 100%;
3047
- --tw-leading: initial;
3048
- --tw-font-weight: initial;
3049
- --tw-tracking: initial;
3050
- --tw-ordinal: initial;
3051
- --tw-slashed-zero: initial;
3052
- --tw-numeric-figure: initial;
3053
- --tw-numeric-spacing: initial;
3054
- --tw-numeric-fraction: initial;
3055
- --tw-shadow: 0 0 #0000;
3056
- --tw-shadow-color: initial;
3057
- --tw-shadow-alpha: 100%;
3058
- --tw-inset-shadow: 0 0 #0000;
3059
- --tw-inset-shadow-color: initial;
3060
- --tw-inset-shadow-alpha: 100%;
3061
- --tw-ring-color: initial;
3062
- --tw-ring-shadow: 0 0 #0000;
3063
- --tw-inset-ring-color: initial;
3064
- --tw-inset-ring-shadow: 0 0 #0000;
3065
- --tw-ring-inset: initial;
3066
- --tw-ring-offset-width: 0px;
3067
- --tw-ring-offset-color: #fff;
3068
- --tw-ring-offset-shadow: 0 0 #0000;
3069
- --tw-outline-style: solid;
3070
- --tw-blur: initial;
3071
- --tw-brightness: initial;
3072
- --tw-contrast: initial;
3073
- --tw-grayscale: initial;
3074
- --tw-hue-rotate: initial;
3075
- --tw-invert: initial;
3076
- --tw-opacity: initial;
3077
- --tw-saturate: initial;
3078
- --tw-sepia: initial;
3079
- --tw-drop-shadow: initial;
3080
- --tw-drop-shadow-color: initial;
3081
- --tw-drop-shadow-alpha: 100%;
3082
- --tw-drop-shadow-size: initial;
3083
- --tw-duration: initial;
3084
- --tw-ease: initial;
3085
- --tw-content: "";
3086
- --tw-scale-x: 1;
3087
- --tw-scale-y: 1;
3088
- --tw-scale-z: 1;
3089
- }
3090
- }
3091
- }