@flexkit/automations 0.0.22

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/index.css ADDED
@@ -0,0 +1,1008 @@
1
+ /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --fk-color-red-700: oklch(50.5% 0.213 27.518);
7
+ --fk-color-amber-500: oklch(76.9% 0.188 70.08);
8
+ --fk-color-green-700: oklch(52.7% 0.154 150.069);
9
+ --fk-spacing: 0.25rem;
10
+ --fk-container-md: 28rem;
11
+ --fk-container-3xl: 48rem;
12
+ --fk-container-5xl: 64rem;
13
+ --fk-text-xs: 0.75rem;
14
+ --fk-text-xs--line-height: calc(1 / 0.75);
15
+ --fk-text-sm: 0.875rem;
16
+ --fk-text-sm--line-height: calc(1.25 / 0.875);
17
+ --fk-text-lg: 1.125rem;
18
+ --fk-text-lg--line-height: calc(1.75 / 1.125);
19
+ --fk-text-2xl: 1.5rem;
20
+ --fk-text-2xl--line-height: calc(2 / 1.5);
21
+ --fk-font-weight-light: 300;
22
+ --fk-font-weight-normal: 400;
23
+ --fk-font-weight-medium: 500;
24
+ --fk-font-weight-semibold: 600;
25
+ --fk-tracking-tight: -0.025em;
26
+ --fk-tracking-wide: 0.025em;
27
+ --fk-leading-relaxed: 1.625;
28
+ --fk-radius-xl: 0.75rem;
29
+ --fk-animate-spin: spin 1s linear infinite;
30
+ --fk-default-font-family: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
31
+ --fk-default-mono-font-family: var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
32
+ }
33
+ }
34
+ @layer base {
35
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
36
+ box-sizing: border-box;
37
+ margin: 0;
38
+ padding: 0;
39
+ border: 0 solid;
40
+ }
41
+ html, :host {
42
+ line-height: 1.5;
43
+ -webkit-text-size-adjust: 100%;
44
+ tab-size: 4;
45
+ font-family: var(--fk-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
46
+ font-feature-settings: var(--fk-default-font-feature-settings, normal);
47
+ font-variation-settings: var(--fk-default-font-variation-settings, normal);
48
+ -webkit-tap-highlight-color: transparent;
49
+ }
50
+ hr {
51
+ height: 0;
52
+ color: inherit;
53
+ border-top-width: 1px;
54
+ }
55
+ abbr:where([title]) {
56
+ -webkit-text-decoration: underline dotted;
57
+ text-decoration: underline dotted;
58
+ }
59
+ h1, h2, h3, h4, h5, h6 {
60
+ font-size: inherit;
61
+ font-weight: inherit;
62
+ }
63
+ a {
64
+ color: inherit;
65
+ -webkit-text-decoration: inherit;
66
+ text-decoration: inherit;
67
+ }
68
+ b, strong {
69
+ font-weight: bolder;
70
+ }
71
+ code, kbd, samp, pre {
72
+ font-family: var(--fk-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
73
+ font-feature-settings: var(--fk-default-mono-font-feature-settings, normal);
74
+ font-variation-settings: var(--fk-default-mono-font-variation-settings, normal);
75
+ font-size: 1em;
76
+ }
77
+ small {
78
+ font-size: 80%;
79
+ }
80
+ sub, sup {
81
+ font-size: 75%;
82
+ line-height: 0;
83
+ position: relative;
84
+ vertical-align: baseline;
85
+ }
86
+ sub {
87
+ bottom: -0.25em;
88
+ }
89
+ sup {
90
+ top: -0.5em;
91
+ }
92
+ table {
93
+ text-indent: 0;
94
+ border-color: inherit;
95
+ border-collapse: collapse;
96
+ }
97
+ :-moz-focusring {
98
+ outline: auto;
99
+ }
100
+ progress {
101
+ vertical-align: baseline;
102
+ }
103
+ summary {
104
+ display: list-item;
105
+ }
106
+ ol, ul, menu {
107
+ list-style: none;
108
+ }
109
+ img, svg, video, canvas, audio, iframe, embed, object {
110
+ display: block;
111
+ vertical-align: middle;
112
+ }
113
+ img, video {
114
+ max-width: 100%;
115
+ height: auto;
116
+ }
117
+ button, input, select, optgroup, textarea, ::file-selector-button {
118
+ font: inherit;
119
+ font-feature-settings: inherit;
120
+ font-variation-settings: inherit;
121
+ letter-spacing: inherit;
122
+ color: inherit;
123
+ border-radius: 0;
124
+ background-color: transparent;
125
+ opacity: 1;
126
+ }
127
+ :where(select:is([multiple], [size])) optgroup {
128
+ font-weight: bolder;
129
+ }
130
+ :where(select:is([multiple], [size])) optgroup option {
131
+ padding-inline-start: 20px;
132
+ }
133
+ ::file-selector-button {
134
+ margin-inline-end: 4px;
135
+ }
136
+ ::placeholder {
137
+ opacity: 1;
138
+ }
139
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
140
+ ::placeholder {
141
+ color: currentcolor;
142
+ @supports (color: color-mix(in lab, red, red)) {
143
+ color: color-mix(in oklab, currentcolor 50%, transparent);
144
+ }
145
+ }
146
+ }
147
+ textarea {
148
+ resize: vertical;
149
+ }
150
+ ::-webkit-search-decoration {
151
+ -webkit-appearance: none;
152
+ }
153
+ ::-webkit-date-and-time-value {
154
+ min-height: 1lh;
155
+ text-align: inherit;
156
+ }
157
+ ::-webkit-datetime-edit {
158
+ display: inline-flex;
159
+ }
160
+ ::-webkit-datetime-edit-fields-wrapper {
161
+ padding: 0;
162
+ }
163
+ ::-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 {
164
+ padding-block: 0;
165
+ }
166
+ ::-webkit-calendar-picker-indicator {
167
+ line-height: 1;
168
+ }
169
+ :-moz-ui-invalid {
170
+ box-shadow: none;
171
+ }
172
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
173
+ appearance: button;
174
+ }
175
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
176
+ height: auto;
177
+ }
178
+ [hidden]:where(:not([hidden="until-found"])) {
179
+ display: none !important;
180
+ }
181
+ }
182
+ @layer utilities {
183
+ .fk\:absolute {
184
+ position: absolute;
185
+ }
186
+ .fk\:relative {
187
+ position: relative;
188
+ }
189
+ .fk\:top-0 {
190
+ top: calc(var(--fk-spacing) * 0);
191
+ }
192
+ .fk\:left-0 {
193
+ left: calc(var(--fk-spacing) * 0);
194
+ }
195
+ .fk\:z-50 {
196
+ z-index: 50;
197
+ }
198
+ .fk\:m-1\.5 {
199
+ margin: calc(var(--fk-spacing) * 1.5);
200
+ }
201
+ .fk\:mx-auto {
202
+ margin-inline: auto;
203
+ }
204
+ .fk\:mt-0\.5 {
205
+ margin-top: calc(var(--fk-spacing) * 0.5);
206
+ }
207
+ .fk\:mt-1 {
208
+ margin-top: calc(var(--fk-spacing) * 1);
209
+ }
210
+ .fk\:mt-1\.5 {
211
+ margin-top: calc(var(--fk-spacing) * 1.5);
212
+ }
213
+ .fk\:mt-2 {
214
+ margin-top: calc(var(--fk-spacing) * 2);
215
+ }
216
+ .fk\:mt-4 {
217
+ margin-top: calc(var(--fk-spacing) * 4);
218
+ }
219
+ .fk\:mr-2 {
220
+ margin-right: calc(var(--fk-spacing) * 2);
221
+ }
222
+ .fk\:mr-3 {
223
+ margin-right: calc(var(--fk-spacing) * 3);
224
+ }
225
+ .fk\:mb-1 {
226
+ margin-bottom: calc(var(--fk-spacing) * 1);
227
+ }
228
+ .fk\:mb-2 {
229
+ margin-bottom: calc(var(--fk-spacing) * 2);
230
+ }
231
+ .fk\:mb-3 {
232
+ margin-bottom: calc(var(--fk-spacing) * 3);
233
+ }
234
+ .fk\:mb-4 {
235
+ margin-bottom: calc(var(--fk-spacing) * 4);
236
+ }
237
+ .fk\:-ml-1 {
238
+ margin-left: calc(var(--fk-spacing) * -1);
239
+ }
240
+ .fk\:ml-1 {
241
+ margin-left: calc(var(--fk-spacing) * 1);
242
+ }
243
+ .fk\:ml-auto {
244
+ margin-left: auto;
245
+ }
246
+ .fk\:flex {
247
+ display: flex;
248
+ }
249
+ .fk\:grid {
250
+ display: grid;
251
+ }
252
+ .fk\:size-3 {
253
+ width: calc(var(--fk-spacing) * 3);
254
+ height: calc(var(--fk-spacing) * 3);
255
+ }
256
+ .fk\:size-3\.5 {
257
+ width: calc(var(--fk-spacing) * 3.5);
258
+ height: calc(var(--fk-spacing) * 3.5);
259
+ }
260
+ .fk\:size-4 {
261
+ width: calc(var(--fk-spacing) * 4);
262
+ height: calc(var(--fk-spacing) * 4);
263
+ }
264
+ .fk\:h-0 {
265
+ height: calc(var(--fk-spacing) * 0);
266
+ }
267
+ .fk\:h-4 {
268
+ height: calc(var(--fk-spacing) * 4);
269
+ }
270
+ .fk\:h-7 {
271
+ height: calc(var(--fk-spacing) * 7);
272
+ }
273
+ .fk\:h-8 {
274
+ height: calc(var(--fk-spacing) * 8);
275
+ }
276
+ .fk\:h-10 {
277
+ height: calc(var(--fk-spacing) * 10);
278
+ }
279
+ .fk\:h-\[19px\] {
280
+ height: 19px;
281
+ }
282
+ .fk\:h-auto {
283
+ height: auto;
284
+ }
285
+ .fk\:h-full {
286
+ height: 100%;
287
+ }
288
+ .fk\:h-px {
289
+ height: 1px;
290
+ }
291
+ .fk\:max-h-56 {
292
+ max-height: calc(var(--fk-spacing) * 56);
293
+ }
294
+ .fk\:max-h-64 {
295
+ max-height: calc(var(--fk-spacing) * 64);
296
+ }
297
+ .fk\:max-h-\[320px\] {
298
+ max-height: 320px;
299
+ }
300
+ .fk\:min-h-0 {
301
+ min-height: calc(var(--fk-spacing) * 0);
302
+ }
303
+ .fk\:min-h-5 {
304
+ min-height: calc(var(--fk-spacing) * 5);
305
+ }
306
+ .fk\:min-h-8 {
307
+ min-height: calc(var(--fk-spacing) * 8);
308
+ }
309
+ .fk\:min-h-\[160px\] {
310
+ min-height: 160px;
311
+ }
312
+ .fk\:w-4 {
313
+ width: calc(var(--fk-spacing) * 4);
314
+ }
315
+ .fk\:w-40 {
316
+ width: calc(var(--fk-spacing) * 40);
317
+ }
318
+ .fk\:w-56 {
319
+ width: calc(var(--fk-spacing) * 56);
320
+ }
321
+ .fk\:w-72 {
322
+ width: calc(var(--fk-spacing) * 72);
323
+ }
324
+ .fk\:w-fit {
325
+ width: fit-content;
326
+ }
327
+ .fk\:w-full {
328
+ width: 100%;
329
+ }
330
+ .fk\:max-w-3xl {
331
+ max-width: var(--fk-container-3xl);
332
+ }
333
+ .fk\:max-w-5xl {
334
+ max-width: var(--fk-container-5xl);
335
+ }
336
+ .fk\:max-w-60 {
337
+ max-width: calc(var(--fk-spacing) * 60);
338
+ }
339
+ .fk\:max-w-96 {
340
+ max-width: calc(var(--fk-spacing) * 96);
341
+ }
342
+ .fk\:max-w-100 {
343
+ max-width: calc(var(--fk-spacing) * 100);
344
+ }
345
+ .fk\:max-w-\[70\%\] {
346
+ max-width: 70%;
347
+ }
348
+ .fk\:max-w-full {
349
+ max-width: 100%;
350
+ }
351
+ .fk\:max-w-md {
352
+ max-width: var(--fk-container-md);
353
+ }
354
+ .fk\:min-w-0 {
355
+ min-width: calc(var(--fk-spacing) * 0);
356
+ }
357
+ .fk\:flex-1 {
358
+ flex: 1;
359
+ }
360
+ .fk\:shrink-0 {
361
+ flex-shrink: 0;
362
+ }
363
+ .fk\:animate-spin {
364
+ animation: var(--fk-animate-spin);
365
+ }
366
+ .fk\:cursor-pointer {
367
+ cursor: pointer;
368
+ }
369
+ .fk\:flex-col {
370
+ flex-direction: column;
371
+ }
372
+ .fk\:flex-wrap {
373
+ flex-wrap: wrap;
374
+ }
375
+ .fk\:items-center {
376
+ align-items: center;
377
+ }
378
+ .fk\:items-start {
379
+ align-items: flex-start;
380
+ }
381
+ .fk\:justify-between {
382
+ justify-content: space-between;
383
+ }
384
+ .fk\:justify-center {
385
+ justify-content: center;
386
+ }
387
+ .fk\:justify-end {
388
+ justify-content: flex-end;
389
+ }
390
+ .fk\:justify-start {
391
+ justify-content: flex-start;
392
+ }
393
+ .fk\:gap-1 {
394
+ gap: calc(var(--fk-spacing) * 1);
395
+ }
396
+ .fk\:gap-1\.5 {
397
+ gap: calc(var(--fk-spacing) * 1.5);
398
+ }
399
+ .fk\:gap-2 {
400
+ gap: calc(var(--fk-spacing) * 2);
401
+ }
402
+ .fk\:gap-3 {
403
+ gap: calc(var(--fk-spacing) * 3);
404
+ }
405
+ .fk\:gap-6 {
406
+ gap: calc(var(--fk-spacing) * 6);
407
+ }
408
+ .fk\:space-y-0\.5 {
409
+ :where(& > :not(:last-child)) {
410
+ --tw-space-y-reverse: 0;
411
+ margin-block-start: calc(calc(var(--fk-spacing) * 0.5) * var(--tw-space-y-reverse));
412
+ margin-block-end: calc(calc(var(--fk-spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
413
+ }
414
+ }
415
+ .fk\:space-y-1 {
416
+ :where(& > :not(:last-child)) {
417
+ --tw-space-y-reverse: 0;
418
+ margin-block-start: calc(calc(var(--fk-spacing) * 1) * var(--tw-space-y-reverse));
419
+ margin-block-end: calc(calc(var(--fk-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
420
+ }
421
+ }
422
+ .fk\:space-y-2 {
423
+ :where(& > :not(:last-child)) {
424
+ --tw-space-y-reverse: 0;
425
+ margin-block-start: calc(calc(var(--fk-spacing) * 2) * var(--tw-space-y-reverse));
426
+ margin-block-end: calc(calc(var(--fk-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
427
+ }
428
+ }
429
+ .fk\:space-y-3 {
430
+ :where(& > :not(:last-child)) {
431
+ --tw-space-y-reverse: 0;
432
+ margin-block-start: calc(calc(var(--fk-spacing) * 3) * var(--tw-space-y-reverse));
433
+ margin-block-end: calc(calc(var(--fk-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
434
+ }
435
+ }
436
+ .fk\:space-y-4 {
437
+ :where(& > :not(:last-child)) {
438
+ --tw-space-y-reverse: 0;
439
+ margin-block-start: calc(calc(var(--fk-spacing) * 4) * var(--tw-space-y-reverse));
440
+ margin-block-end: calc(calc(var(--fk-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
441
+ }
442
+ }
443
+ .fk\:space-y-5 {
444
+ :where(& > :not(:last-child)) {
445
+ --tw-space-y-reverse: 0;
446
+ margin-block-start: calc(calc(var(--fk-spacing) * 5) * var(--tw-space-y-reverse));
447
+ margin-block-end: calc(calc(var(--fk-spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
448
+ }
449
+ }
450
+ .fk\:space-y-6 {
451
+ :where(& > :not(:last-child)) {
452
+ --tw-space-y-reverse: 0;
453
+ margin-block-start: calc(calc(var(--fk-spacing) * 6) * var(--tw-space-y-reverse));
454
+ margin-block-end: calc(calc(var(--fk-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
455
+ }
456
+ }
457
+ .fk\:space-y-8 {
458
+ :where(& > :not(:last-child)) {
459
+ --tw-space-y-reverse: 0;
460
+ margin-block-start: calc(calc(var(--fk-spacing) * 8) * var(--tw-space-y-reverse));
461
+ margin-block-end: calc(calc(var(--fk-spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
462
+ }
463
+ }
464
+ .fk\:truncate {
465
+ overflow: hidden;
466
+ text-overflow: ellipsis;
467
+ white-space: nowrap;
468
+ }
469
+ .fk\:overflow-auto {
470
+ overflow: auto;
471
+ }
472
+ .fk\:overflow-hidden {
473
+ overflow: hidden;
474
+ }
475
+ .fk\:overflow-x-auto {
476
+ overflow-x: auto;
477
+ }
478
+ .fk\:rounded-lg {
479
+ border-radius: var(--radius);
480
+ }
481
+ .fk\:rounded-md {
482
+ border-radius: calc(var(--radius) - 2px);
483
+ }
484
+ .fk\:rounded-none {
485
+ border-radius: 0;
486
+ }
487
+ .fk\:rounded-sm {
488
+ border-radius: calc(var(--radius) - 4px);
489
+ }
490
+ .fk\:rounded-xl {
491
+ border-radius: var(--fk-radius-xl);
492
+ }
493
+ .fk\:rounded-t-lg {
494
+ border-top-left-radius: var(--radius);
495
+ border-top-right-radius: var(--radius);
496
+ }
497
+ .fk\:rounded-t-md {
498
+ border-top-left-radius: calc(var(--radius) - 2px);
499
+ border-top-right-radius: calc(var(--radius) - 2px);
500
+ }
501
+ .fk\:rounded-b-lg {
502
+ border-bottom-right-radius: var(--radius);
503
+ border-bottom-left-radius: var(--radius);
504
+ }
505
+ .fk\:rounded-b-md {
506
+ border-bottom-right-radius: calc(var(--radius) - 2px);
507
+ border-bottom-left-radius: calc(var(--radius) - 2px);
508
+ }
509
+ .fk\:border {
510
+ border-style: var(--tw-border-style);
511
+ border-width: 1px;
512
+ }
513
+ .fk\:border-0 {
514
+ border-style: var(--tw-border-style);
515
+ border-width: 0px;
516
+ }
517
+ .fk\:border-x {
518
+ border-inline-style: var(--tw-border-style);
519
+ border-inline-width: 1px;
520
+ }
521
+ .fk\:border-t {
522
+ border-top-style: var(--tw-border-style);
523
+ border-top-width: 1px;
524
+ }
525
+ .fk\:border-b {
526
+ border-bottom-style: var(--tw-border-style);
527
+ border-bottom-width: 1px;
528
+ }
529
+ .fk\:border-dashed {
530
+ --tw-border-style: dashed;
531
+ border-style: dashed;
532
+ }
533
+ .fk\:border-none {
534
+ --tw-border-style: none;
535
+ border-style: none;
536
+ }
537
+ .fk\:border-amber-500\/30 {
538
+ border-color: var(--fk-color-amber-500);
539
+ @supports (color: color-mix(in lab, red, red)) {
540
+ border-color: color-mix(in oklab, var(--fk-color-amber-500) 30%, transparent);
541
+ }
542
+ }
543
+ .fk\:border-border {
544
+ border-color: hsl(var(--border));
545
+ }
546
+ .fk\:border-destructive {
547
+ border-color: hsl(var(--destructive));
548
+ }
549
+ .fk\:border-destructive\/30 {
550
+ border-color: hsl(var(--destructive));
551
+ @supports (color: color-mix(in lab, red, red)) {
552
+ border-color: color-mix(in oklab, hsl(var(--destructive)) 30%, transparent);
553
+ }
554
+ }
555
+ .fk\:border-green-700\/40 {
556
+ border-color: var(--fk-color-green-700);
557
+ @supports (color: color-mix(in lab, red, red)) {
558
+ border-color: color-mix(in oklab, var(--fk-color-green-700) 40%, transparent);
559
+ }
560
+ }
561
+ .fk\:border-input {
562
+ border-color: hsl(var(--input));
563
+ }
564
+ .fk\:border-red-700\/40 {
565
+ border-color: var(--fk-color-red-700);
566
+ @supports (color: color-mix(in lab, red, red)) {
567
+ border-color: color-mix(in oklab, var(--fk-color-red-700) 40%, transparent);
568
+ }
569
+ }
570
+ .fk\:border-transparent {
571
+ border-color: transparent;
572
+ }
573
+ .fk\:bg-accent {
574
+ background-color: hsl(var(--accent));
575
+ }
576
+ .fk\:bg-amber-500\/5 {
577
+ background-color: var(--fk-color-amber-500);
578
+ @supports (color: color-mix(in lab, red, red)) {
579
+ background-color: color-mix(in oklab, var(--fk-color-amber-500) 5%, transparent);
580
+ }
581
+ }
582
+ .fk\:bg-background {
583
+ background-color: hsl(var(--background));
584
+ }
585
+ .fk\:bg-background\/90 {
586
+ background-color: hsl(var(--background));
587
+ @supports (color: color-mix(in lab, red, red)) {
588
+ background-color: color-mix(in oklab, hsl(var(--background)) 90%, transparent);
589
+ }
590
+ }
591
+ .fk\:bg-destructive\/5 {
592
+ background-color: hsl(var(--destructive));
593
+ @supports (color: color-mix(in lab, red, red)) {
594
+ background-color: color-mix(in oklab, hsl(var(--destructive)) 5%, transparent);
595
+ }
596
+ }
597
+ .fk\:bg-muted {
598
+ background-color: hsl(var(--muted));
599
+ }
600
+ .fk\:bg-muted\/30 {
601
+ background-color: hsl(var(--muted));
602
+ @supports (color: color-mix(in lab, red, red)) {
603
+ background-color: color-mix(in oklab, hsl(var(--muted)) 30%, transparent);
604
+ }
605
+ }
606
+ .fk\:bg-muted\/60 {
607
+ background-color: hsl(var(--muted));
608
+ @supports (color: color-mix(in lab, red, red)) {
609
+ background-color: color-mix(in oklab, hsl(var(--muted)) 60%, transparent);
610
+ }
611
+ }
612
+ .fk\:bg-popover {
613
+ background-color: hsl(var(--popover));
614
+ }
615
+ .fk\:bg-secondary {
616
+ background-color: hsl(var(--secondary));
617
+ }
618
+ .fk\:bg-success\/20 {
619
+ background-color: hsl(var(--success));
620
+ @supports (color: color-mix(in lab, red, red)) {
621
+ background-color: color-mix(in oklab, hsl(var(--success)) 20%, transparent);
622
+ }
623
+ }
624
+ .fk\:bg-transparent {
625
+ background-color: transparent;
626
+ }
627
+ .fk\:mask-\[linear-gradient\(to_bottom\,black_calc\(100\%-2\.75rem\)\,\#0009_calc\(100\%-1\.25rem\)\,\#0003_calc\(100\%-0\.5rem\)\,transparent\)\] {
628
+ mask-image: linear-gradient(to bottom,black calc(100% - 2.75rem),#0009 calc(100% - 1.25rem),#0003 calc(100% - 0.5rem),transparent);
629
+ }
630
+ .fk\:p-0 {
631
+ padding: calc(var(--fk-spacing) * 0);
632
+ }
633
+ .fk\:p-1 {
634
+ padding: calc(var(--fk-spacing) * 1);
635
+ }
636
+ .fk\:p-1\.5 {
637
+ padding: calc(var(--fk-spacing) * 1.5);
638
+ }
639
+ .fk\:p-2 {
640
+ padding: calc(var(--fk-spacing) * 2);
641
+ }
642
+ .fk\:p-3 {
643
+ padding: calc(var(--fk-spacing) * 3);
644
+ }
645
+ .fk\:p-4 {
646
+ padding: calc(var(--fk-spacing) * 4);
647
+ }
648
+ .fk\:p-8 {
649
+ padding: calc(var(--fk-spacing) * 8);
650
+ }
651
+ .fk\:px-1 {
652
+ padding-inline: calc(var(--fk-spacing) * 1);
653
+ }
654
+ .fk\:px-2 {
655
+ padding-inline: calc(var(--fk-spacing) * 2);
656
+ }
657
+ .fk\:px-2\.5 {
658
+ padding-inline: calc(var(--fk-spacing) * 2.5);
659
+ }
660
+ .fk\:px-3 {
661
+ padding-inline: calc(var(--fk-spacing) * 3);
662
+ }
663
+ .fk\:px-3\.5 {
664
+ padding-inline: calc(var(--fk-spacing) * 3.5);
665
+ }
666
+ .fk\:px-4 {
667
+ padding-inline: calc(var(--fk-spacing) * 4);
668
+ }
669
+ .fk\:py-0 {
670
+ padding-block: calc(var(--fk-spacing) * 0);
671
+ }
672
+ .fk\:py-1 {
673
+ padding-block: calc(var(--fk-spacing) * 1);
674
+ }
675
+ .fk\:py-1\.5 {
676
+ padding-block: calc(var(--fk-spacing) * 1.5);
677
+ }
678
+ .fk\:py-2 {
679
+ padding-block: calc(var(--fk-spacing) * 2);
680
+ }
681
+ .fk\:py-3 {
682
+ padding-block: calc(var(--fk-spacing) * 3);
683
+ }
684
+ .fk\:py-4 {
685
+ padding-block: calc(var(--fk-spacing) * 4);
686
+ }
687
+ .fk\:py-6 {
688
+ padding-block: calc(var(--fk-spacing) * 6);
689
+ }
690
+ .fk\:pt-3 {
691
+ padding-top: calc(var(--fk-spacing) * 3);
692
+ }
693
+ .fk\:pr-4 {
694
+ padding-right: calc(var(--fk-spacing) * 4);
695
+ }
696
+ .fk\:pb-0\.5 {
697
+ padding-bottom: calc(var(--fk-spacing) * 0.5);
698
+ }
699
+ .fk\:pb-6 {
700
+ padding-bottom: calc(var(--fk-spacing) * 6);
701
+ }
702
+ .fk\:pb-11 {
703
+ padding-bottom: calc(var(--fk-spacing) * 11);
704
+ }
705
+ .fk\:pl-6 {
706
+ padding-left: calc(var(--fk-spacing) * 6);
707
+ }
708
+ .fk\:pl-7 {
709
+ padding-left: calc(var(--fk-spacing) * 7);
710
+ }
711
+ .fk\:text-center {
712
+ text-align: center;
713
+ }
714
+ .fk\:text-left {
715
+ text-align: left;
716
+ }
717
+ .fk\:text-right {
718
+ text-align: right;
719
+ }
720
+ .fk\:font-mono {
721
+ font-family: var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
722
+ }
723
+ .fk\:text-2xl {
724
+ font-size: var(--fk-text-2xl);
725
+ line-height: var(--tw-leading, var(--fk-text-2xl--line-height));
726
+ }
727
+ .fk\:text-lg {
728
+ font-size: var(--fk-text-lg);
729
+ line-height: var(--tw-leading, var(--fk-text-lg--line-height));
730
+ }
731
+ .fk\:text-sm {
732
+ font-size: var(--fk-text-sm);
733
+ line-height: var(--tw-leading, var(--fk-text-sm--line-height));
734
+ }
735
+ .fk\:text-xs {
736
+ font-size: var(--fk-text-xs);
737
+ line-height: var(--tw-leading, var(--fk-text-xs--line-height));
738
+ }
739
+ .fk\:text-\[0\.6875rem\] {
740
+ font-size: 0.6875rem;
741
+ }
742
+ .fk\:text-\[10px\] {
743
+ font-size: 10px;
744
+ }
745
+ .fk\:leading-4\.5 {
746
+ --tw-leading: calc(var(--fk-spacing) * 4.5);
747
+ line-height: calc(var(--fk-spacing) * 4.5);
748
+ }
749
+ .fk\:leading-none {
750
+ --tw-leading: 1;
751
+ line-height: 1;
752
+ }
753
+ .fk\:leading-relaxed {
754
+ --tw-leading: var(--fk-leading-relaxed);
755
+ line-height: var(--fk-leading-relaxed);
756
+ }
757
+ .fk\:font-light {
758
+ --tw-font-weight: var(--fk-font-weight-light);
759
+ font-weight: var(--fk-font-weight-light);
760
+ }
761
+ .fk\:font-medium {
762
+ --tw-font-weight: var(--fk-font-weight-medium);
763
+ font-weight: var(--fk-font-weight-medium);
764
+ }
765
+ .fk\:font-normal {
766
+ --tw-font-weight: var(--fk-font-weight-normal);
767
+ font-weight: var(--fk-font-weight-normal);
768
+ }
769
+ .fk\:font-semibold {
770
+ --tw-font-weight: var(--fk-font-weight-semibold);
771
+ font-weight: var(--fk-font-weight-semibold);
772
+ }
773
+ .fk\:tracking-tight {
774
+ --tw-tracking: var(--fk-tracking-tight);
775
+ letter-spacing: var(--fk-tracking-tight);
776
+ }
777
+ .fk\:tracking-wide {
778
+ --tw-tracking: var(--fk-tracking-wide);
779
+ letter-spacing: var(--fk-tracking-wide);
780
+ }
781
+ .fk\:break-all {
782
+ word-break: break-all;
783
+ }
784
+ .fk\:whitespace-pre-wrap {
785
+ white-space: pre-wrap;
786
+ }
787
+ .fk\:text-destructive {
788
+ color: hsl(var(--destructive));
789
+ }
790
+ .fk\:text-green-700 {
791
+ color: var(--fk-color-green-700);
792
+ }
793
+ .fk\:text-muted-foreground {
794
+ color: hsl(var(--muted-foreground));
795
+ }
796
+ .fk\:text-popover-foreground {
797
+ color: hsl(var(--popover-foreground));
798
+ }
799
+ .fk\:text-primary {
800
+ color: hsl(var(--primary));
801
+ }
802
+ .fk\:text-red-700 {
803
+ color: var(--fk-color-red-700);
804
+ }
805
+ .fk\:text-secondary-foreground {
806
+ color: hsl(var(--secondary-foreground));
807
+ }
808
+ .fk\:text-success {
809
+ color: hsl(var(--success));
810
+ }
811
+ .fk\:text-warning {
812
+ color: hsl(var(--warning));
813
+ }
814
+ .fk\:capitalize {
815
+ text-transform: capitalize;
816
+ }
817
+ .fk\:opacity-0 {
818
+ opacity: 0%;
819
+ }
820
+ .fk\:opacity-50 {
821
+ opacity: 50%;
822
+ }
823
+ .fk\:opacity-60 {
824
+ opacity: 60%;
825
+ }
826
+ .fk\:opacity-100 {
827
+ opacity: 100%;
828
+ }
829
+ .fk\:shadow-md {
830
+ --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));
831
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
832
+ }
833
+ .fk\:shadow-none {
834
+ --tw-shadow: 0 0 #0000;
835
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
836
+ }
837
+ .fk\:shadow-sm {
838
+ --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));
839
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
840
+ }
841
+ .fk\:ring-offset-background {
842
+ --tw-ring-offset-color: hsl(var(--background));
843
+ }
844
+ .fk\:group-hover\:opacity-100 {
845
+ &:is(:where(.fk\:group):hover *) {
846
+ @media (hover: hover) {
847
+ opacity: 100%;
848
+ }
849
+ }
850
+ }
851
+ .fk\:hover\:bg-muted {
852
+ &:hover {
853
+ @media (hover: hover) {
854
+ background-color: hsl(var(--muted));
855
+ }
856
+ }
857
+ }
858
+ .fk\:md\:grid-cols-4 {
859
+ @media (width >= 48rem) {
860
+ grid-template-columns: repeat(4, minmax(0, 1fr));
861
+ }
862
+ }
863
+ .fk\:dark\:bg-muted\/30 {
864
+ &:is(.dark *) {
865
+ background-color: hsl(var(--muted));
866
+ @supports (color: color-mix(in lab, red, red)) {
867
+ background-color: color-mix(in oklab, hsl(var(--muted)) 30%, transparent);
868
+ }
869
+ }
870
+ }
871
+ .fk\:dark\:bg-transparent {
872
+ &:is(.dark *) {
873
+ background-color: transparent;
874
+ }
875
+ }
876
+ }
877
+ html, body {
878
+ height: 100%;
879
+ }
880
+ @keyframes enter {
881
+ from {
882
+ opacity: var(--tw-enter-opacity, 1);
883
+ transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
884
+ }
885
+ }
886
+ @keyframes exit {
887
+ to {
888
+ opacity: var(--tw-exit-opacity, 1);
889
+ transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
890
+ }
891
+ }
892
+ @property --tw-space-y-reverse {
893
+ syntax: "*";
894
+ inherits: false;
895
+ initial-value: 0;
896
+ }
897
+ @property --tw-border-style {
898
+ syntax: "*";
899
+ inherits: false;
900
+ initial-value: solid;
901
+ }
902
+ @property --tw-leading {
903
+ syntax: "*";
904
+ inherits: false;
905
+ }
906
+ @property --tw-font-weight {
907
+ syntax: "*";
908
+ inherits: false;
909
+ }
910
+ @property --tw-tracking {
911
+ syntax: "*";
912
+ inherits: false;
913
+ }
914
+ @property --tw-shadow {
915
+ syntax: "*";
916
+ inherits: false;
917
+ initial-value: 0 0 #0000;
918
+ }
919
+ @property --tw-shadow-color {
920
+ syntax: "*";
921
+ inherits: false;
922
+ }
923
+ @property --tw-shadow-alpha {
924
+ syntax: "<percentage>";
925
+ inherits: false;
926
+ initial-value: 100%;
927
+ }
928
+ @property --tw-inset-shadow {
929
+ syntax: "*";
930
+ inherits: false;
931
+ initial-value: 0 0 #0000;
932
+ }
933
+ @property --tw-inset-shadow-color {
934
+ syntax: "*";
935
+ inherits: false;
936
+ }
937
+ @property --tw-inset-shadow-alpha {
938
+ syntax: "<percentage>";
939
+ inherits: false;
940
+ initial-value: 100%;
941
+ }
942
+ @property --tw-ring-color {
943
+ syntax: "*";
944
+ inherits: false;
945
+ }
946
+ @property --tw-ring-shadow {
947
+ syntax: "*";
948
+ inherits: false;
949
+ initial-value: 0 0 #0000;
950
+ }
951
+ @property --tw-inset-ring-color {
952
+ syntax: "*";
953
+ inherits: false;
954
+ }
955
+ @property --tw-inset-ring-shadow {
956
+ syntax: "*";
957
+ inherits: false;
958
+ initial-value: 0 0 #0000;
959
+ }
960
+ @property --tw-ring-inset {
961
+ syntax: "*";
962
+ inherits: false;
963
+ }
964
+ @property --tw-ring-offset-width {
965
+ syntax: "<length>";
966
+ inherits: false;
967
+ initial-value: 0px;
968
+ }
969
+ @property --tw-ring-offset-color {
970
+ syntax: "*";
971
+ inherits: false;
972
+ initial-value: #fff;
973
+ }
974
+ @property --tw-ring-offset-shadow {
975
+ syntax: "*";
976
+ inherits: false;
977
+ initial-value: 0 0 #0000;
978
+ }
979
+ @keyframes spin {
980
+ to {
981
+ transform: rotate(360deg);
982
+ }
983
+ }
984
+ @layer properties {
985
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
986
+ *, ::before, ::after, ::backdrop {
987
+ --tw-space-y-reverse: 0;
988
+ --tw-border-style: solid;
989
+ --tw-leading: initial;
990
+ --tw-font-weight: initial;
991
+ --tw-tracking: initial;
992
+ --tw-shadow: 0 0 #0000;
993
+ --tw-shadow-color: initial;
994
+ --tw-shadow-alpha: 100%;
995
+ --tw-inset-shadow: 0 0 #0000;
996
+ --tw-inset-shadow-color: initial;
997
+ --tw-inset-shadow-alpha: 100%;
998
+ --tw-ring-color: initial;
999
+ --tw-ring-shadow: 0 0 #0000;
1000
+ --tw-inset-ring-color: initial;
1001
+ --tw-inset-ring-shadow: 0 0 #0000;
1002
+ --tw-ring-inset: initial;
1003
+ --tw-ring-offset-width: 0px;
1004
+ --tw-ring-offset-color: #fff;
1005
+ --tw-ring-offset-shadow: 0 0 #0000;
1006
+ }
1007
+ }
1008
+ }