flowcore-fn 6.2.0 → 7.0.0

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.
@@ -1,4 +1,5 @@
1
- /* out/src/styles/index.css */
1
+ /* src/styles/index.css */
2
+ @layer properties;
2
3
  @layer theme, base, components, utilities;
3
4
  @layer theme {
4
5
  :root,
@@ -20,6 +21,87 @@
20
21
  "Liberation Mono",
21
22
  "Courier New",
22
23
  monospace;
24
+ --fc-color-red-50: oklch(97.1% 0.013 17.38);
25
+ --fc-color-red-100: oklch(93.6% 0.032 17.717);
26
+ --fc-color-red-400: oklch(70.4% 0.191 22.216);
27
+ --fc-color-red-500: oklch(63.7% 0.237 25.331);
28
+ --fc-color-red-600: oklch(57.7% 0.245 27.325);
29
+ --fc-color-cyan-200: oklch(91.7% 0.08 205.041);
30
+ --fc-color-cyan-400: oklch(78.9% 0.154 211.53);
31
+ --fc-color-blue-50: oklch(97% 0.014 254.604);
32
+ --fc-color-blue-100: oklch(93.2% 0.032 255.585);
33
+ --fc-color-blue-200: oklch(88.2% 0.059 254.128);
34
+ --fc-color-blue-500: oklch(62.3% 0.214 259.815);
35
+ --fc-color-blue-600: oklch(54.6% 0.245 262.881);
36
+ --fc-color-blue-700: oklch(48.8% 0.243 264.376);
37
+ --fc-color-indigo-50: oklch(96.2% 0.018 272.314);
38
+ --fc-color-indigo-500: oklch(58.5% 0.233 277.117);
39
+ --fc-color-indigo-600: oklch(51.1% 0.262 276.966);
40
+ --fc-color-rose-50: oklch(96.9% 0.015 12.422);
41
+ --fc-color-rose-100: oklch(94.1% 0.03 12.58);
42
+ --fc-color-rose-600: oklch(58.6% 0.253 17.585);
43
+ --fc-color-slate-50: oklch(98.4% 0.003 247.858);
44
+ --fc-color-slate-100: oklch(96.8% 0.007 247.896);
45
+ --fc-color-slate-200: oklch(92.9% 0.013 255.508);
46
+ --fc-color-slate-300: oklch(86.9% 0.022 252.894);
47
+ --fc-color-slate-400: oklch(70.4% 0.04 256.788);
48
+ --fc-color-slate-500: oklch(55.4% 0.046 257.417);
49
+ --fc-color-slate-600: oklch(44.6% 0.043 257.281);
50
+ --fc-color-slate-700: oklch(37.2% 0.044 257.287);
51
+ --fc-color-slate-800: oklch(27.9% 0.041 260.031);
52
+ --fc-color-slate-900: oklch(20.8% 0.042 265.755);
53
+ --fc-color-gray-50: oklch(98.5% 0.002 247.839);
54
+ --fc-color-gray-100: oklch(96.7% 0.003 264.542);
55
+ --fc-color-gray-200: oklch(92.8% 0.006 264.531);
56
+ --fc-color-gray-300: oklch(87.2% 0.01 258.338);
57
+ --fc-color-gray-400: oklch(70.7% 0.022 261.325);
58
+ --fc-color-gray-500: oklch(55.1% 0.027 264.364);
59
+ --fc-color-gray-600: oklch(44.6% 0.03 256.802);
60
+ --fc-color-gray-700: oklch(37.3% 0.034 259.733);
61
+ --fc-color-gray-800: oklch(27.8% 0.033 256.848);
62
+ --fc-color-gray-900: oklch(21% 0.034 264.665);
63
+ --fc-color-black: #000;
64
+ --fc-color-white: #fff;
65
+ --fc-spacing: 0.25rem;
66
+ --fc-container-xs: 20rem;
67
+ --fc-container-sm: 24rem;
68
+ --fc-container-md: 28rem;
69
+ --fc-container-2xl: 42rem;
70
+ --fc-container-3xl: 48rem;
71
+ --fc-container-4xl: 56rem;
72
+ --fc-container-5xl: 64rem;
73
+ --fc-text-xs: 0.75rem;
74
+ --fc-text-xs--line-height: calc(1 / 0.75);
75
+ --fc-text-sm: 0.875rem;
76
+ --fc-text-sm--line-height: calc(1.25 / 0.875);
77
+ --fc-text-base: 1rem;
78
+ --fc-text-base--line-height: calc(1.5 / 1);
79
+ --fc-text-lg: 1.125rem;
80
+ --fc-text-lg--line-height: calc(1.75 / 1.125);
81
+ --fc-text-xl: 1.25rem;
82
+ --fc-text-xl--line-height: calc(1.75 / 1.25);
83
+ --fc-text-2xl: 1.5rem;
84
+ --fc-text-2xl--line-height: calc(2 / 1.5);
85
+ --fc-font-weight-normal: 400;
86
+ --fc-font-weight-medium: 500;
87
+ --fc-font-weight-semibold: 600;
88
+ --fc-font-weight-bold: 700;
89
+ --fc-font-weight-extrabold: 800;
90
+ --fc-tracking-tight: -0.025em;
91
+ --fc-tracking-wider: 0.05em;
92
+ --fc-leading-tight: 1.25;
93
+ --fc-leading-relaxed: 1.625;
94
+ --fc-radius-md: 0.375rem;
95
+ --fc-radius-lg: 0.5rem;
96
+ --fc-radius-xl: 0.75rem;
97
+ --fc-radius-2xl: 1rem;
98
+ --fc-radius-3xl: 1.5rem;
99
+ --fc-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
100
+ --fc-blur-sm: 8px;
101
+ --fc-blur-xl: 24px;
102
+ --fc-blur-3xl: 64px;
103
+ --fc-default-transition-duration: 150ms;
104
+ --fc-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23
105
  --fc-default-font-family: var(--fc-font-sans);
24
106
  --fc-default-mono-font-family: var(--fc-font-mono);
25
107
  }
@@ -213,5 +295,1549 @@
213
295
  display: none !important;
214
296
  }
215
297
  }
216
- @layer utilities;
298
+ @layer utilities {
299
+ .fc\:pointer-events-none {
300
+ pointer-events: none;
301
+ }
302
+ .fc\:sr-only {
303
+ position: absolute;
304
+ width: 1px;
305
+ height: 1px;
306
+ padding: 0;
307
+ margin: -1px;
308
+ overflow: hidden;
309
+ clip-path: inset(50%);
310
+ white-space: nowrap;
311
+ border-width: 0;
312
+ }
313
+ .fc\:absolute {
314
+ position: absolute;
315
+ }
316
+ .fc\:fixed {
317
+ position: fixed;
318
+ }
319
+ .fc\:relative {
320
+ position: relative;
321
+ }
322
+ .fc\:sticky {
323
+ position: sticky;
324
+ }
325
+ .fc\:inset-0 {
326
+ inset: 0;
327
+ }
328
+ .fc\:inset-x-0 {
329
+ inset-inline: 0;
330
+ }
331
+ .fc\:inset-y-0 {
332
+ inset-block: 0;
333
+ }
334
+ .fc\:-top-12 {
335
+ top: calc(var(--fc-spacing) * -12);
336
+ }
337
+ .fc\:top-0 {
338
+ top: 0;
339
+ }
340
+ .fc\:top-4 {
341
+ top: calc(var(--fc-spacing) * 4);
342
+ }
343
+ .fc\:top-\[30px\] {
344
+ top: 30px;
345
+ }
346
+ .fc\:-right-12 {
347
+ right: calc(var(--fc-spacing) * -12);
348
+ }
349
+ .fc\:right-0 {
350
+ right: 0;
351
+ }
352
+ .fc\:right-4 {
353
+ right: calc(var(--fc-spacing) * 4);
354
+ }
355
+ .fc\:-bottom-10 {
356
+ bottom: calc(var(--fc-spacing) * -10);
357
+ }
358
+ .fc\:bottom-0 {
359
+ bottom: 0;
360
+ }
361
+ .fc\:-left-10 {
362
+ left: calc(var(--fc-spacing) * -10);
363
+ }
364
+ .fc\:left-0 {
365
+ left: 0;
366
+ }
367
+ .fc\:left-\[20px\] {
368
+ left: 20px;
369
+ }
370
+ .fc\:z-10 {
371
+ z-index: 10;
372
+ }
373
+ .fc\:z-30 {
374
+ z-index: 30;
375
+ }
376
+ .fc\:z-50 {
377
+ z-index: 50;
378
+ }
379
+ .fc\:z-\[100\] {
380
+ z-index: 100;
381
+ }
382
+ .fc\:m-0 {
383
+ margin: 0;
384
+ }
385
+ .fc\:mx-2 {
386
+ margin-inline: calc(var(--fc-spacing) * 2);
387
+ }
388
+ .fc\:mx-auto {
389
+ margin-inline: auto;
390
+ }
391
+ .fc\:mt-0\.5 {
392
+ margin-top: calc(var(--fc-spacing) * 0.5);
393
+ }
394
+ .fc\:mt-1 {
395
+ margin-top: var(--fc-spacing);
396
+ }
397
+ .fc\:mt-2 {
398
+ margin-top: calc(var(--fc-spacing) * 2);
399
+ }
400
+ .fc\:mt-4 {
401
+ margin-top: calc(var(--fc-spacing) * 4);
402
+ }
403
+ .fc\:mt-5 {
404
+ margin-top: calc(var(--fc-spacing) * 5);
405
+ }
406
+ .fc\:mt-6 {
407
+ margin-top: calc(var(--fc-spacing) * 6);
408
+ }
409
+ .fc\:mt-\[39px\] {
410
+ margin-top: 39px;
411
+ }
412
+ .fc\:mr-2 {
413
+ margin-right: calc(var(--fc-spacing) * 2);
414
+ }
415
+ .fc\:mb-1 {
416
+ margin-bottom: var(--fc-spacing);
417
+ }
418
+ .fc\:mb-1\.5 {
419
+ margin-bottom: calc(var(--fc-spacing) * 1.5);
420
+ }
421
+ .fc\:mb-2 {
422
+ margin-bottom: calc(var(--fc-spacing) * 2);
423
+ }
424
+ .fc\:mb-3 {
425
+ margin-bottom: calc(var(--fc-spacing) * 3);
426
+ }
427
+ .fc\:mb-4 {
428
+ margin-bottom: calc(var(--fc-spacing) * 4);
429
+ }
430
+ .fc\:mb-5 {
431
+ margin-bottom: calc(var(--fc-spacing) * 5);
432
+ }
433
+ .fc\:mb-6 {
434
+ margin-bottom: calc(var(--fc-spacing) * 6);
435
+ }
436
+ .fc\:mb-\[19px\] {
437
+ margin-bottom: 19px;
438
+ }
439
+ .fc\:ml-1 {
440
+ margin-left: var(--fc-spacing);
441
+ }
442
+ .fc\:ml-2 {
443
+ margin-left: calc(var(--fc-spacing) * 2);
444
+ }
445
+ .fc\:ml-\[2px\] {
446
+ margin-left: 2px;
447
+ }
448
+ .fc\:ml-\[15px\] {
449
+ margin-left: 15px;
450
+ }
451
+ .fc\:block {
452
+ display: block;
453
+ }
454
+ .fc\:flex {
455
+ display: flex;
456
+ }
457
+ .fc\:grid {
458
+ display: grid;
459
+ }
460
+ .fc\:inline-block {
461
+ display: inline-block;
462
+ }
463
+ .fc\:inline-flex {
464
+ display: inline-flex;
465
+ }
466
+ .fc\:h-1 {
467
+ height: var(--fc-spacing);
468
+ }
469
+ .fc\:h-4 {
470
+ height: calc(var(--fc-spacing) * 4);
471
+ }
472
+ .fc\:h-4\.5 {
473
+ height: calc(var(--fc-spacing) * 4.5);
474
+ }
475
+ .fc\:h-5 {
476
+ height: calc(var(--fc-spacing) * 5);
477
+ }
478
+ .fc\:h-5\.5 {
479
+ height: calc(var(--fc-spacing) * 5.5);
480
+ }
481
+ .fc\:h-6 {
482
+ height: calc(var(--fc-spacing) * 6);
483
+ }
484
+ .fc\:h-7 {
485
+ height: calc(var(--fc-spacing) * 7);
486
+ }
487
+ .fc\:h-8 {
488
+ height: calc(var(--fc-spacing) * 8);
489
+ }
490
+ .fc\:h-9 {
491
+ height: calc(var(--fc-spacing) * 9);
492
+ }
493
+ .fc\:h-10 {
494
+ height: calc(var(--fc-spacing) * 10);
495
+ }
496
+ .fc\:h-12 {
497
+ height: calc(var(--fc-spacing) * 12);
498
+ }
499
+ .fc\:h-14 {
500
+ height: calc(var(--fc-spacing) * 14);
501
+ }
502
+ .fc\:h-32 {
503
+ height: calc(var(--fc-spacing) * 32);
504
+ }
505
+ .fc\:h-40 {
506
+ height: calc(var(--fc-spacing) * 40);
507
+ }
508
+ .fc\:h-\[20px\] {
509
+ height: 20px;
510
+ }
511
+ .fc\:h-\[46px\] {
512
+ height: 46px;
513
+ }
514
+ .fc\:h-\[48px\] {
515
+ height: 48px;
516
+ }
517
+ .fc\:h-\[50px\] {
518
+ height: 50px;
519
+ }
520
+ .fc\:h-\[66px\] {
521
+ height: 66px;
522
+ }
523
+ .fc\:h-\[84px\] {
524
+ height: 84px;
525
+ }
526
+ .fc\:h-full {
527
+ height: 100%;
528
+ }
529
+ .fc\:h-screen {
530
+ height: 100vh;
531
+ }
532
+ .fc\:max-h-\[90vh\] {
533
+ max-height: 90vh;
534
+ }
535
+ .fc\:max-h-\[92vh\] {
536
+ max-height: 92vh;
537
+ }
538
+ .fc\:max-h-\[350px\] {
539
+ max-height: 350px;
540
+ }
541
+ .fc\:max-h-\[400px\] {
542
+ max-height: 400px;
543
+ }
544
+ .fc\:max-h-\[420px\] {
545
+ max-height: 420px;
546
+ }
547
+ .fc\:max-h-\[calc\(92vh-170px\)\] {
548
+ max-height: calc(92vh - 170px);
549
+ }
550
+ .fc\:min-h-0 {
551
+ min-height: 0;
552
+ }
553
+ .fc\:min-h-full {
554
+ min-height: 100%;
555
+ }
556
+ .fc\:min-h-screen {
557
+ min-height: 100vh;
558
+ }
559
+ .fc\:w-1\/2 {
560
+ width: calc(1 / 2 * 100%);
561
+ }
562
+ .fc\:w-4 {
563
+ width: calc(var(--fc-spacing) * 4);
564
+ }
565
+ .fc\:w-4\.5 {
566
+ width: calc(var(--fc-spacing) * 4.5);
567
+ }
568
+ .fc\:w-5 {
569
+ width: calc(var(--fc-spacing) * 5);
570
+ }
571
+ .fc\:w-6 {
572
+ width: calc(var(--fc-spacing) * 6);
573
+ }
574
+ .fc\:w-7 {
575
+ width: calc(var(--fc-spacing) * 7);
576
+ }
577
+ .fc\:w-8 {
578
+ width: calc(var(--fc-spacing) * 8);
579
+ }
580
+ .fc\:w-9 {
581
+ width: calc(var(--fc-spacing) * 9);
582
+ }
583
+ .fc\:w-10 {
584
+ width: calc(var(--fc-spacing) * 10);
585
+ }
586
+ .fc\:w-11 {
587
+ width: calc(var(--fc-spacing) * 11);
588
+ }
589
+ .fc\:w-12 {
590
+ width: calc(var(--fc-spacing) * 12);
591
+ }
592
+ .fc\:w-14 {
593
+ width: calc(var(--fc-spacing) * 14);
594
+ }
595
+ .fc\:w-16 {
596
+ width: calc(var(--fc-spacing) * 16);
597
+ }
598
+ .fc\:w-20 {
599
+ width: calc(var(--fc-spacing) * 20);
600
+ }
601
+ .fc\:w-32 {
602
+ width: calc(var(--fc-spacing) * 32);
603
+ }
604
+ .fc\:w-36 {
605
+ width: calc(var(--fc-spacing) * 36);
606
+ }
607
+ .fc\:w-40 {
608
+ width: calc(var(--fc-spacing) * 40);
609
+ }
610
+ .fc\:w-44 {
611
+ width: calc(var(--fc-spacing) * 44);
612
+ }
613
+ .fc\:w-56 {
614
+ width: calc(var(--fc-spacing) * 56);
615
+ }
616
+ .fc\:w-60 {
617
+ width: calc(var(--fc-spacing) * 60);
618
+ }
619
+ .fc\:w-\[6\%\] {
620
+ width: 6%;
621
+ }
622
+ .fc\:w-\[12\%\] {
623
+ width: 12%;
624
+ }
625
+ .fc\:w-\[16\%\] {
626
+ width: 16%;
627
+ }
628
+ .fc\:w-\[20\%\] {
629
+ width: 20%;
630
+ }
631
+ .fc\:w-\[20px\] {
632
+ width: 20px;
633
+ }
634
+ .fc\:w-\[22\%\] {
635
+ width: 22%;
636
+ }
637
+ .fc\:w-\[46px\] {
638
+ width: 46px;
639
+ }
640
+ .fc\:w-full {
641
+ width: 100%;
642
+ }
643
+ .fc\:max-w-2xl {
644
+ max-width: var(--fc-container-2xl);
645
+ }
646
+ .fc\:max-w-3xl {
647
+ max-width: var(--fc-container-3xl);
648
+ }
649
+ .fc\:max-w-4xl {
650
+ max-width: var(--fc-container-4xl);
651
+ }
652
+ .fc\:max-w-5xl {
653
+ max-width: var(--fc-container-5xl);
654
+ }
655
+ .fc\:max-w-md {
656
+ max-width: var(--fc-container-md);
657
+ }
658
+ .fc\:max-w-sm {
659
+ max-width: var(--fc-container-sm);
660
+ }
661
+ .fc\:max-w-xs {
662
+ max-width: var(--fc-container-xs);
663
+ }
664
+ .fc\:min-w-0 {
665
+ min-width: 0;
666
+ }
667
+ .fc\:min-w-\[28px\] {
668
+ min-width: 28px;
669
+ }
670
+ .fc\:min-w-\[900px\] {
671
+ min-width: 900px;
672
+ }
673
+ .fc\:min-w-\[1050px\] {
674
+ min-width: 1050px;
675
+ }
676
+ .fc\:min-w-full {
677
+ min-width: 100%;
678
+ }
679
+ .fc\:min-w-max {
680
+ min-width: max-content;
681
+ }
682
+ .fc\:flex-1 {
683
+ flex: 1;
684
+ }
685
+ .fc\:flex-shrink-0 {
686
+ flex-shrink: 0;
687
+ }
688
+ .fc\:shrink-0 {
689
+ flex-shrink: 0;
690
+ }
691
+ .fc\:table-auto {
692
+ table-layout: auto;
693
+ }
694
+ .fc\:table-fixed {
695
+ table-layout: fixed;
696
+ }
697
+ .fc\:border-collapse {
698
+ border-collapse: collapse;
699
+ }
700
+ .fc\:-translate-x-full {
701
+ --tw-translate-x: -100%;
702
+ translate: var(--tw-translate-x) var(--tw-translate-y);
703
+ }
704
+ .fc\:scale-100 {
705
+ --tw-scale-x: 100%;
706
+ --tw-scale-y: 100%;
707
+ --tw-scale-z: 100%;
708
+ scale: var(--tw-scale-x) var(--tw-scale-y);
709
+ }
710
+ .fc\:skew-x-12 {
711
+ --tw-skew-x: skewX(12deg);
712
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
713
+ }
714
+ .fc\:transform {
715
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
716
+ }
717
+ .fc\:cursor-not-allowed {
718
+ cursor: not-allowed;
719
+ }
720
+ .fc\:cursor-pointer {
721
+ cursor: pointer;
722
+ }
723
+ .fc\:resize-none {
724
+ resize: none;
725
+ }
726
+ .fc\:grid-cols-1 {
727
+ grid-template-columns: repeat(1, minmax(0, 1fr));
728
+ }
729
+ .fc\:grid-cols-2 {
730
+ grid-template-columns: repeat(2, minmax(0, 1fr));
731
+ }
732
+ .fc\:flex-col {
733
+ flex-direction: column;
734
+ }
735
+ .fc\:flex-wrap {
736
+ flex-wrap: wrap;
737
+ }
738
+ .fc\:items-center {
739
+ align-items: center;
740
+ }
741
+ .fc\:justify-between {
742
+ justify-content: space-between;
743
+ }
744
+ .fc\:justify-center {
745
+ justify-content: center;
746
+ }
747
+ .fc\:justify-end {
748
+ justify-content: flex-end;
749
+ }
750
+ .fc\:gap-1 {
751
+ gap: var(--fc-spacing);
752
+ }
753
+ .fc\:gap-1\.5 {
754
+ gap: calc(var(--fc-spacing) * 1.5);
755
+ }
756
+ .fc\:gap-2 {
757
+ gap: calc(var(--fc-spacing) * 2);
758
+ }
759
+ .fc\:gap-2\.5 {
760
+ gap: calc(var(--fc-spacing) * 2.5);
761
+ }
762
+ .fc\:gap-3 {
763
+ gap: calc(var(--fc-spacing) * 3);
764
+ }
765
+ .fc\:gap-4 {
766
+ gap: calc(var(--fc-spacing) * 4);
767
+ }
768
+ .fc\:gap-5 {
769
+ gap: calc(var(--fc-spacing) * 5);
770
+ }
771
+ .fc\:gap-6 {
772
+ gap: calc(var(--fc-spacing) * 6);
773
+ }
774
+ .fc\:gap-\[3px\] {
775
+ gap: 3px;
776
+ }
777
+ .fc\:gap-\[6px\] {
778
+ gap: 6px;
779
+ }
780
+ .fc\:gap-\[8px\] {
781
+ gap: 8px;
782
+ }
783
+ .fc\:gap-\[18px\] {
784
+ gap: 18px;
785
+ }
786
+ .fc\:space-y-3 {
787
+ :where(& > :not(:last-child)) {
788
+ --tw-space-y-reverse: 0;
789
+ margin-block-start: calc(calc(var(--fc-spacing) * 3) * var(--tw-space-y-reverse));
790
+ margin-block-end: calc(calc(var(--fc-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
791
+ }
792
+ }
793
+ .fc\:space-y-4 {
794
+ :where(& > :not(:last-child)) {
795
+ --tw-space-y-reverse: 0;
796
+ margin-block-start: calc(calc(var(--fc-spacing) * 4) * var(--tw-space-y-reverse));
797
+ margin-block-end: calc(calc(var(--fc-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
798
+ }
799
+ }
800
+ .fc\:space-y-5 {
801
+ :where(& > :not(:last-child)) {
802
+ --tw-space-y-reverse: 0;
803
+ margin-block-start: calc(calc(var(--fc-spacing) * 5) * var(--tw-space-y-reverse));
804
+ margin-block-end: calc(calc(var(--fc-spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
805
+ }
806
+ }
807
+ .fc\:space-y-6 {
808
+ :where(& > :not(:last-child)) {
809
+ --tw-space-y-reverse: 0;
810
+ margin-block-start: calc(calc(var(--fc-spacing) * 6) * var(--tw-space-y-reverse));
811
+ margin-block-end: calc(calc(var(--fc-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
812
+ }
813
+ }
814
+ .fc\:space-y-8 {
815
+ :where(& > :not(:last-child)) {
816
+ --tw-space-y-reverse: 0;
817
+ margin-block-start: calc(calc(var(--fc-spacing) * 8) * var(--tw-space-y-reverse));
818
+ margin-block-end: calc(calc(var(--fc-spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
819
+ }
820
+ }
821
+ .fc\:divide-y {
822
+ :where(& > :not(:last-child)) {
823
+ --tw-divide-y-reverse: 0;
824
+ border-bottom-style: var(--tw-border-style);
825
+ border-top-style: var(--tw-border-style);
826
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
827
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
828
+ }
829
+ }
830
+ .fc\:divide-slate-100 {
831
+ :where(& > :not(:last-child)) {
832
+ border-color: var(--fc-color-slate-100);
833
+ }
834
+ }
835
+ .fc\:truncate {
836
+ overflow: hidden;
837
+ text-overflow: ellipsis;
838
+ white-space: nowrap;
839
+ }
840
+ .fc\:overflow-auto {
841
+ overflow: auto;
842
+ }
843
+ .fc\:overflow-hidden {
844
+ overflow: hidden;
845
+ }
846
+ .fc\:overflow-x-auto {
847
+ overflow-x: auto;
848
+ }
849
+ .fc\:overflow-x-hidden {
850
+ overflow-x: hidden;
851
+ }
852
+ .fc\:overflow-y-auto {
853
+ overflow-y: auto;
854
+ }
855
+ .fc\:rounded {
856
+ border-radius: 0.25rem;
857
+ }
858
+ .fc\:rounded-2xl {
859
+ border-radius: var(--fc-radius-2xl);
860
+ }
861
+ .fc\:rounded-3xl {
862
+ border-radius: var(--fc-radius-3xl);
863
+ }
864
+ .fc\:rounded-\[6px\] {
865
+ border-radius: 6px;
866
+ }
867
+ .fc\:rounded-\[9px\] {
868
+ border-radius: 9px;
869
+ }
870
+ .fc\:rounded-\[10px\] {
871
+ border-radius: 10px;
872
+ }
873
+ .fc\:rounded-full {
874
+ border-radius: calc(infinity * 1px);
875
+ }
876
+ .fc\:rounded-lg {
877
+ border-radius: var(--fc-radius-lg);
878
+ }
879
+ .fc\:rounded-md {
880
+ border-radius: var(--fc-radius-md);
881
+ }
882
+ .fc\:rounded-xl {
883
+ border-radius: var(--fc-radius-xl);
884
+ }
885
+ .fc\:border {
886
+ border-style: var(--tw-border-style);
887
+ border-width: 1px;
888
+ }
889
+ .fc\:border-2 {
890
+ border-style: var(--tw-border-style);
891
+ border-width: 2px;
892
+ }
893
+ .fc\:border-t {
894
+ border-top-style: var(--tw-border-style);
895
+ border-top-width: 1px;
896
+ }
897
+ .fc\:border-r {
898
+ border-right-style: var(--tw-border-style);
899
+ border-right-width: 1px;
900
+ }
901
+ .fc\:border-b {
902
+ border-bottom-style: var(--tw-border-style);
903
+ border-bottom-width: 1px;
904
+ }
905
+ .fc\:border-l {
906
+ border-left-style: var(--tw-border-style);
907
+ border-left-width: 1px;
908
+ }
909
+ .fc\:border-\[\#E1E5ED\] {
910
+ border-color: #E1E5ED;
911
+ }
912
+ .fc\:border-\[\#E5E9F1\] {
913
+ border-color: #E5E9F1;
914
+ }
915
+ .fc\:border-\[\#EDF0F5\] {
916
+ border-color: #EDF0F5;
917
+ }
918
+ .fc\:border-blue-100 {
919
+ border-color: var(--fc-color-blue-100);
920
+ }
921
+ .fc\:border-gray-100 {
922
+ border-color: var(--fc-color-gray-100);
923
+ }
924
+ .fc\:border-gray-200 {
925
+ border-color: var(--fc-color-gray-200);
926
+ }
927
+ .fc\:border-gray-300 {
928
+ border-color: var(--fc-color-gray-300);
929
+ }
930
+ .fc\:border-red-100 {
931
+ border-color: var(--fc-color-red-100);
932
+ }
933
+ .fc\:border-slate-50 {
934
+ border-color: var(--fc-color-slate-50);
935
+ }
936
+ .fc\:border-slate-100 {
937
+ border-color: var(--fc-color-slate-100);
938
+ }
939
+ .fc\:border-slate-100\/80 {
940
+ border-color: var(--fc-color-slate-100);
941
+ @supports (color: color-mix(in lab, red, red)) {
942
+ border-color: color-mix(in oklab, var(--fc-color-slate-100) 80%, transparent);
943
+ }
944
+ }
945
+ .fc\:border-slate-200 {
946
+ border-color: var(--fc-color-slate-200);
947
+ }
948
+ .fc\:border-slate-200\/80 {
949
+ border-color: var(--fc-color-slate-200);
950
+ @supports (color: color-mix(in lab, red, red)) {
951
+ border-color: color-mix(in oklab, var(--fc-color-slate-200) 80%, transparent);
952
+ }
953
+ }
954
+ .fc\:border-slate-300 {
955
+ border-color: var(--fc-color-slate-300);
956
+ }
957
+ .fc\:border-transparent {
958
+ border-color: transparent;
959
+ }
960
+ .fc\:bg-\[\#2563eb\] {
961
+ background-color: #2563eb;
962
+ }
963
+ .fc\:bg-\[\#F5F7FB\] {
964
+ background-color: #F5F7FB;
965
+ }
966
+ .fc\:bg-\[\#f5f7fb\] {
967
+ background-color: #f5f7fb;
968
+ }
969
+ .fc\:bg-black\/10 {
970
+ background-color: var(--fc-color-black);
971
+ @supports (color: color-mix(in lab, red, red)) {
972
+ background-color: color-mix(in oklab, var(--fc-color-black) 10%, transparent);
973
+ }
974
+ }
975
+ .fc\:bg-black\/40 {
976
+ background-color: var(--fc-color-black);
977
+ @supports (color: color-mix(in lab, red, red)) {
978
+ background-color: color-mix(in oklab, var(--fc-color-black) 40%, transparent);
979
+ }
980
+ }
981
+ .fc\:bg-blue-50 {
982
+ background-color: var(--fc-color-blue-50);
983
+ }
984
+ .fc\:bg-blue-100\/70 {
985
+ background-color: var(--fc-color-blue-100);
986
+ @supports (color: color-mix(in lab, red, red)) {
987
+ background-color: color-mix(in oklab, var(--fc-color-blue-100) 70%, transparent);
988
+ }
989
+ }
990
+ .fc\:bg-blue-200\/20 {
991
+ background-color: var(--fc-color-blue-200);
992
+ @supports (color: color-mix(in lab, red, red)) {
993
+ background-color: color-mix(in oklab, var(--fc-color-blue-200) 20%, transparent);
994
+ }
995
+ }
996
+ .fc\:bg-blue-600 {
997
+ background-color: var(--fc-color-blue-600);
998
+ }
999
+ .fc\:bg-cyan-200\/20 {
1000
+ background-color: var(--fc-color-cyan-200);
1001
+ @supports (color: color-mix(in lab, red, red)) {
1002
+ background-color: color-mix(in oklab, var(--fc-color-cyan-200) 20%, transparent);
1003
+ }
1004
+ }
1005
+ .fc\:bg-gray-50 {
1006
+ background-color: var(--fc-color-gray-50);
1007
+ }
1008
+ .fc\:bg-gray-50\/70 {
1009
+ background-color: var(--fc-color-gray-50);
1010
+ @supports (color: color-mix(in lab, red, red)) {
1011
+ background-color: color-mix(in oklab, var(--fc-color-gray-50) 70%, transparent);
1012
+ }
1013
+ }
1014
+ .fc\:bg-gray-100 {
1015
+ background-color: var(--fc-color-gray-100);
1016
+ }
1017
+ .fc\:bg-gray-100\/80 {
1018
+ background-color: var(--fc-color-gray-100);
1019
+ @supports (color: color-mix(in lab, red, red)) {
1020
+ background-color: color-mix(in oklab, var(--fc-color-gray-100) 80%, transparent);
1021
+ }
1022
+ }
1023
+ .fc\:bg-indigo-50 {
1024
+ background-color: var(--fc-color-indigo-50);
1025
+ }
1026
+ .fc\:bg-indigo-600 {
1027
+ background-color: var(--fc-color-indigo-600);
1028
+ }
1029
+ .fc\:bg-red-50 {
1030
+ background-color: var(--fc-color-red-50);
1031
+ }
1032
+ .fc\:bg-red-600 {
1033
+ background-color: var(--fc-color-red-600);
1034
+ }
1035
+ .fc\:bg-rose-50 {
1036
+ background-color: var(--fc-color-rose-50);
1037
+ }
1038
+ .fc\:bg-rose-100 {
1039
+ background-color: var(--fc-color-rose-100);
1040
+ }
1041
+ .fc\:bg-rose-100\/70 {
1042
+ background-color: var(--fc-color-rose-100);
1043
+ @supports (color: color-mix(in lab, red, red)) {
1044
+ background-color: color-mix(in oklab, var(--fc-color-rose-100) 70%, transparent);
1045
+ }
1046
+ }
1047
+ .fc\:bg-rose-600 {
1048
+ background-color: var(--fc-color-rose-600);
1049
+ }
1050
+ .fc\:bg-slate-50 {
1051
+ background-color: var(--fc-color-slate-50);
1052
+ }
1053
+ .fc\:bg-slate-50\/30 {
1054
+ background-color: var(--fc-color-slate-50);
1055
+ @supports (color: color-mix(in lab, red, red)) {
1056
+ background-color: color-mix(in oklab, var(--fc-color-slate-50) 30%, transparent);
1057
+ }
1058
+ }
1059
+ .fc\:bg-slate-50\/50 {
1060
+ background-color: var(--fc-color-slate-50);
1061
+ @supports (color: color-mix(in lab, red, red)) {
1062
+ background-color: color-mix(in oklab, var(--fc-color-slate-50) 50%, transparent);
1063
+ }
1064
+ }
1065
+ .fc\:bg-slate-50\/70 {
1066
+ background-color: var(--fc-color-slate-50);
1067
+ @supports (color: color-mix(in lab, red, red)) {
1068
+ background-color: color-mix(in oklab, var(--fc-color-slate-50) 70%, transparent);
1069
+ }
1070
+ }
1071
+ .fc\:bg-slate-100 {
1072
+ background-color: var(--fc-color-slate-100);
1073
+ }
1074
+ .fc\:bg-slate-200 {
1075
+ background-color: var(--fc-color-slate-200);
1076
+ }
1077
+ .fc\:bg-slate-900\/50 {
1078
+ background-color: var(--fc-color-slate-900);
1079
+ @supports (color: color-mix(in lab, red, red)) {
1080
+ background-color: color-mix(in oklab, var(--fc-color-slate-900) 50%, transparent);
1081
+ }
1082
+ }
1083
+ .fc\:bg-white {
1084
+ background-color: var(--fc-color-white);
1085
+ }
1086
+ .fc\:bg-white\/20 {
1087
+ background-color: var(--fc-color-white);
1088
+ @supports (color: color-mix(in lab, red, red)) {
1089
+ background-color: color-mix(in oklab, var(--fc-color-white) 20%, transparent);
1090
+ }
1091
+ }
1092
+ .fc\:bg-white\/90 {
1093
+ background-color: var(--fc-color-white);
1094
+ @supports (color: color-mix(in lab, red, red)) {
1095
+ background-color: color-mix(in oklab, var(--fc-color-white) 90%, transparent);
1096
+ }
1097
+ }
1098
+ .fc\:bg-gradient-to-br {
1099
+ --tw-gradient-position: to bottom right in oklab;
1100
+ background-image: linear-gradient(var(--tw-gradient-stops));
1101
+ }
1102
+ .fc\:bg-gradient-to-r {
1103
+ --tw-gradient-position: to right in oklab;
1104
+ background-image: linear-gradient(var(--tw-gradient-stops));
1105
+ }
1106
+ .fc\:from-blue-500 {
1107
+ --tw-gradient-from: var(--fc-color-blue-500);
1108
+ --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));
1109
+ }
1110
+ .fc\:from-blue-600 {
1111
+ --tw-gradient-from: var(--fc-color-blue-600);
1112
+ --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));
1113
+ }
1114
+ .fc\:via-cyan-400 {
1115
+ --tw-gradient-via: var(--fc-color-cyan-400);
1116
+ --tw-gradient-via-stops:
1117
+ var(--tw-gradient-position),
1118
+ var(--tw-gradient-from) var(--tw-gradient-from-position),
1119
+ var(--tw-gradient-via) var(--tw-gradient-via-position),
1120
+ var(--tw-gradient-to) var(--tw-gradient-to-position);
1121
+ --tw-gradient-stops: var(--tw-gradient-via-stops);
1122
+ }
1123
+ .fc\:to-indigo-500 {
1124
+ --tw-gradient-to: var(--fc-color-indigo-500);
1125
+ --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));
1126
+ }
1127
+ .fc\:to-indigo-600 {
1128
+ --tw-gradient-to: var(--fc-color-indigo-600);
1129
+ --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));
1130
+ }
1131
+ .fc\:stroke-\[2\.5\] {
1132
+ stroke-width: 2.5;
1133
+ }
1134
+ .fc\:p-1\.5 {
1135
+ padding: calc(var(--fc-spacing) * 1.5);
1136
+ }
1137
+ .fc\:p-2 {
1138
+ padding: calc(var(--fc-spacing) * 2);
1139
+ }
1140
+ .fc\:p-2\.5 {
1141
+ padding: calc(var(--fc-spacing) * 2.5);
1142
+ }
1143
+ .fc\:p-3 {
1144
+ padding: calc(var(--fc-spacing) * 3);
1145
+ }
1146
+ .fc\:p-3\.5 {
1147
+ padding: calc(var(--fc-spacing) * 3.5);
1148
+ }
1149
+ .fc\:p-4 {
1150
+ padding: calc(var(--fc-spacing) * 4);
1151
+ }
1152
+ .fc\:p-5 {
1153
+ padding: calc(var(--fc-spacing) * 5);
1154
+ }
1155
+ .fc\:p-6 {
1156
+ padding: calc(var(--fc-spacing) * 6);
1157
+ }
1158
+ .fc\:p-8 {
1159
+ padding: calc(var(--fc-spacing) * 8);
1160
+ }
1161
+ .fc\:px-2 {
1162
+ padding-inline: calc(var(--fc-spacing) * 2);
1163
+ }
1164
+ .fc\:px-2\.5 {
1165
+ padding-inline: calc(var(--fc-spacing) * 2.5);
1166
+ }
1167
+ .fc\:px-3 {
1168
+ padding-inline: calc(var(--fc-spacing) * 3);
1169
+ }
1170
+ .fc\:px-3\.5 {
1171
+ padding-inline: calc(var(--fc-spacing) * 3.5);
1172
+ }
1173
+ .fc\:px-4 {
1174
+ padding-inline: calc(var(--fc-spacing) * 4);
1175
+ }
1176
+ .fc\:px-5 {
1177
+ padding-inline: calc(var(--fc-spacing) * 5);
1178
+ }
1179
+ .fc\:px-6 {
1180
+ padding-inline: calc(var(--fc-spacing) * 6);
1181
+ }
1182
+ .fc\:px-8 {
1183
+ padding-inline: calc(var(--fc-spacing) * 8);
1184
+ }
1185
+ .fc\:px-\[8px\] {
1186
+ padding-inline: 8px;
1187
+ }
1188
+ .fc\:px-\[14px\] {
1189
+ padding-inline: 14px;
1190
+ }
1191
+ .fc\:px-\[17px\] {
1192
+ padding-inline: 17px;
1193
+ }
1194
+ .fc\:px-\[23px\] {
1195
+ padding-inline: 23px;
1196
+ }
1197
+ .fc\:px-\[27px\] {
1198
+ padding-inline: 27px;
1199
+ }
1200
+ .fc\:py-0\.5 {
1201
+ padding-block: calc(var(--fc-spacing) * 0.5);
1202
+ }
1203
+ .fc\:py-1 {
1204
+ padding-block: var(--fc-spacing);
1205
+ }
1206
+ .fc\:py-2 {
1207
+ padding-block: calc(var(--fc-spacing) * 2);
1208
+ }
1209
+ .fc\:py-2\.5 {
1210
+ padding-block: calc(var(--fc-spacing) * 2.5);
1211
+ }
1212
+ .fc\:py-3 {
1213
+ padding-block: calc(var(--fc-spacing) * 3);
1214
+ }
1215
+ .fc\:py-4 {
1216
+ padding-block: calc(var(--fc-spacing) * 4);
1217
+ }
1218
+ .fc\:py-4\.5 {
1219
+ padding-block: calc(var(--fc-spacing) * 4.5);
1220
+ }
1221
+ .fc\:py-5 {
1222
+ padding-block: calc(var(--fc-spacing) * 5);
1223
+ }
1224
+ .fc\:py-6 {
1225
+ padding-block: calc(var(--fc-spacing) * 6);
1226
+ }
1227
+ .fc\:py-8 {
1228
+ padding-block: calc(var(--fc-spacing) * 8);
1229
+ }
1230
+ .fc\:pt-1 {
1231
+ padding-top: var(--fc-spacing);
1232
+ }
1233
+ .fc\:pt-2 {
1234
+ padding-top: calc(var(--fc-spacing) * 2);
1235
+ }
1236
+ .fc\:pt-4 {
1237
+ padding-top: calc(var(--fc-spacing) * 4);
1238
+ }
1239
+ .fc\:pt-6 {
1240
+ padding-top: calc(var(--fc-spacing) * 6);
1241
+ }
1242
+ .fc\:pt-\[18px\] {
1243
+ padding-top: 18px;
1244
+ }
1245
+ .fc\:pt-\[31px\] {
1246
+ padding-top: 31px;
1247
+ }
1248
+ .fc\:pr-3 {
1249
+ padding-right: calc(var(--fc-spacing) * 3);
1250
+ }
1251
+ .fc\:pr-4 {
1252
+ padding-right: calc(var(--fc-spacing) * 4);
1253
+ }
1254
+ .fc\:pb-3 {
1255
+ padding-bottom: calc(var(--fc-spacing) * 3);
1256
+ }
1257
+ .fc\:pb-\[30px\] {
1258
+ padding-bottom: 30px;
1259
+ }
1260
+ .fc\:pb-\[34px\] {
1261
+ padding-bottom: 34px;
1262
+ }
1263
+ .fc\:pl-3 {
1264
+ padding-left: calc(var(--fc-spacing) * 3);
1265
+ }
1266
+ .fc\:pl-3\.5 {
1267
+ padding-left: calc(var(--fc-spacing) * 3.5);
1268
+ }
1269
+ .fc\:pl-9 {
1270
+ padding-left: calc(var(--fc-spacing) * 9);
1271
+ }
1272
+ .fc\:pl-10 {
1273
+ padding-left: calc(var(--fc-spacing) * 10);
1274
+ }
1275
+ .fc\:pl-\[2px\] {
1276
+ padding-left: 2px;
1277
+ }
1278
+ .fc\:text-center {
1279
+ text-align: center;
1280
+ }
1281
+ .fc\:text-left {
1282
+ text-align: left;
1283
+ }
1284
+ .fc\:font-mono {
1285
+ font-family: var(--fc-font-mono);
1286
+ }
1287
+ .fc\:font-sans {
1288
+ font-family: var(--fc-font-sans);
1289
+ }
1290
+ .fc\:text-2xl {
1291
+ font-size: var(--fc-text-2xl);
1292
+ line-height: var(--tw-leading, var(--fc-text-2xl--line-height));
1293
+ }
1294
+ .fc\:text-base {
1295
+ font-size: var(--fc-text-base);
1296
+ line-height: var(--tw-leading, var(--fc-text-base--line-height));
1297
+ }
1298
+ .fc\:text-lg {
1299
+ font-size: var(--fc-text-lg);
1300
+ line-height: var(--tw-leading, var(--fc-text-lg--line-height));
1301
+ }
1302
+ .fc\:text-sm {
1303
+ font-size: var(--fc-text-sm);
1304
+ line-height: var(--tw-leading, var(--fc-text-sm--line-height));
1305
+ }
1306
+ .fc\:text-xl {
1307
+ font-size: var(--fc-text-xl);
1308
+ line-height: var(--tw-leading, var(--fc-text-xl--line-height));
1309
+ }
1310
+ .fc\:text-xs {
1311
+ font-size: var(--fc-text-xs);
1312
+ line-height: var(--tw-leading, var(--fc-text-xs--line-height));
1313
+ }
1314
+ .fc\:text-\[9px\] {
1315
+ font-size: 9px;
1316
+ }
1317
+ .fc\:text-\[10px\] {
1318
+ font-size: 10px;
1319
+ }
1320
+ .fc\:text-\[11px\] {
1321
+ font-size: 11px;
1322
+ }
1323
+ .fc\:text-\[12px\] {
1324
+ font-size: 12px;
1325
+ }
1326
+ .fc\:text-\[13px\] {
1327
+ font-size: 13px;
1328
+ }
1329
+ .fc\:text-\[14px\] {
1330
+ font-size: 14px;
1331
+ }
1332
+ .fc\:text-\[15px\] {
1333
+ font-size: 15px;
1334
+ }
1335
+ .fc\:text-\[16px\] {
1336
+ font-size: 16px;
1337
+ }
1338
+ .fc\:text-\[18px\] {
1339
+ font-size: 18px;
1340
+ }
1341
+ .fc\:text-\[30px\] {
1342
+ font-size: 30px;
1343
+ }
1344
+ .fc\:leading-\[20px\] {
1345
+ --tw-leading: 20px;
1346
+ line-height: 20px;
1347
+ }
1348
+ .fc\:leading-relaxed {
1349
+ --tw-leading: var(--fc-leading-relaxed);
1350
+ line-height: var(--fc-leading-relaxed);
1351
+ }
1352
+ .fc\:leading-tight {
1353
+ --tw-leading: var(--fc-leading-tight);
1354
+ line-height: var(--fc-leading-tight);
1355
+ }
1356
+ .fc\:font-bold {
1357
+ --tw-font-weight: var(--fc-font-weight-bold);
1358
+ font-weight: var(--fc-font-weight-bold);
1359
+ }
1360
+ .fc\:font-extrabold {
1361
+ --tw-font-weight: var(--fc-font-weight-extrabold);
1362
+ font-weight: var(--fc-font-weight-extrabold);
1363
+ }
1364
+ .fc\:font-medium {
1365
+ --tw-font-weight: var(--fc-font-weight-medium);
1366
+ font-weight: var(--fc-font-weight-medium);
1367
+ }
1368
+ .fc\:font-normal {
1369
+ --tw-font-weight: var(--fc-font-weight-normal);
1370
+ font-weight: var(--fc-font-weight-normal);
1371
+ }
1372
+ .fc\:font-semibold {
1373
+ --tw-font-weight: var(--fc-font-weight-semibold);
1374
+ font-weight: var(--fc-font-weight-semibold);
1375
+ }
1376
+ .fc\:tracking-\[0\.2px\] {
1377
+ --tw-tracking: 0.2px;
1378
+ letter-spacing: 0.2px;
1379
+ }
1380
+ .fc\:tracking-tight {
1381
+ --tw-tracking: var(--fc-tracking-tight);
1382
+ letter-spacing: var(--fc-tracking-tight);
1383
+ }
1384
+ .fc\:tracking-wider {
1385
+ --tw-tracking: var(--fc-tracking-wider);
1386
+ letter-spacing: var(--fc-tracking-wider);
1387
+ }
1388
+ .fc\:break-words {
1389
+ overflow-wrap: break-word;
1390
+ }
1391
+ .fc\:whitespace-normal {
1392
+ white-space: normal;
1393
+ }
1394
+ .fc\:whitespace-nowrap {
1395
+ white-space: nowrap;
1396
+ }
1397
+ .fc\:text-\[\#1E293B\] {
1398
+ color: #1E293B;
1399
+ }
1400
+ .fc\:text-\[\#2D3A58\] {
1401
+ color: #2D3A58;
1402
+ }
1403
+ .fc\:text-\[\#3C4D74\] {
1404
+ color: #3C4D74;
1405
+ }
1406
+ .fc\:text-\[\#2563eb\] {
1407
+ color: #2563eb;
1408
+ }
1409
+ .fc\:text-\[\#101318\] {
1410
+ color: #101318;
1411
+ }
1412
+ .fc\:text-\[\#273657\] {
1413
+ color: #273657;
1414
+ }
1415
+ .fc\:text-\[\#344261\] {
1416
+ color: #344261;
1417
+ }
1418
+ .fc\:text-\[\#405170\] {
1419
+ color: #405170;
1420
+ }
1421
+ .fc\:text-blue-600 {
1422
+ color: var(--fc-color-blue-600);
1423
+ }
1424
+ .fc\:text-blue-700 {
1425
+ color: var(--fc-color-blue-700);
1426
+ }
1427
+ .fc\:text-gray-400 {
1428
+ color: var(--fc-color-gray-400);
1429
+ }
1430
+ .fc\:text-gray-500 {
1431
+ color: var(--fc-color-gray-500);
1432
+ }
1433
+ .fc\:text-gray-600 {
1434
+ color: var(--fc-color-gray-600);
1435
+ }
1436
+ .fc\:text-gray-700 {
1437
+ color: var(--fc-color-gray-700);
1438
+ }
1439
+ .fc\:text-gray-800 {
1440
+ color: var(--fc-color-gray-800);
1441
+ }
1442
+ .fc\:text-gray-900 {
1443
+ color: var(--fc-color-gray-900);
1444
+ }
1445
+ .fc\:text-indigo-600 {
1446
+ color: var(--fc-color-indigo-600);
1447
+ }
1448
+ .fc\:text-red-400 {
1449
+ color: var(--fc-color-red-400);
1450
+ }
1451
+ .fc\:text-red-500 {
1452
+ color: var(--fc-color-red-500);
1453
+ }
1454
+ .fc\:text-red-600 {
1455
+ color: var(--fc-color-red-600);
1456
+ }
1457
+ .fc\:text-rose-600 {
1458
+ color: var(--fc-color-rose-600);
1459
+ }
1460
+ .fc\:text-slate-300 {
1461
+ color: var(--fc-color-slate-300);
1462
+ }
1463
+ .fc\:text-slate-400 {
1464
+ color: var(--fc-color-slate-400);
1465
+ }
1466
+ .fc\:text-slate-500 {
1467
+ color: var(--fc-color-slate-500);
1468
+ }
1469
+ .fc\:text-slate-600 {
1470
+ color: var(--fc-color-slate-600);
1471
+ }
1472
+ .fc\:text-slate-700 {
1473
+ color: var(--fc-color-slate-700);
1474
+ }
1475
+ .fc\:text-slate-800 {
1476
+ color: var(--fc-color-slate-800);
1477
+ }
1478
+ .fc\:text-slate-900 {
1479
+ color: var(--fc-color-slate-900);
1480
+ }
1481
+ .fc\:text-white {
1482
+ color: var(--fc-color-white);
1483
+ }
1484
+ .fc\:uppercase {
1485
+ text-transform: uppercase;
1486
+ }
1487
+ .fc\:antialiased {
1488
+ -webkit-font-smoothing: antialiased;
1489
+ -moz-osx-font-smoothing: grayscale;
1490
+ }
1491
+ .fc\:placeholder-slate-400 {
1492
+ &::placeholder {
1493
+ color: var(--fc-color-slate-400);
1494
+ }
1495
+ }
1496
+ .fc\:shadow {
1497
+ --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));
1498
+ box-shadow:
1499
+ var(--tw-inset-shadow),
1500
+ var(--tw-inset-ring-shadow),
1501
+ var(--tw-ring-offset-shadow),
1502
+ var(--tw-ring-shadow),
1503
+ var(--tw-shadow);
1504
+ }
1505
+ .fc\:shadow-2xl {
1506
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
1507
+ box-shadow:
1508
+ var(--tw-inset-shadow),
1509
+ var(--tw-inset-ring-shadow),
1510
+ var(--tw-ring-offset-shadow),
1511
+ var(--tw-ring-shadow),
1512
+ var(--tw-shadow);
1513
+ }
1514
+ .fc\:shadow-\[0_1px_0_0_rgba\(226\,232\,240\,1\)\] {
1515
+ --tw-shadow: 0 1px 0 0 var(--tw-shadow-color, rgba(226,232,240,1));
1516
+ box-shadow:
1517
+ var(--tw-inset-shadow),
1518
+ var(--tw-inset-ring-shadow),
1519
+ var(--tw-ring-offset-shadow),
1520
+ var(--tw-ring-shadow),
1521
+ var(--tw-shadow);
1522
+ }
1523
+ .fc\:shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.08\)\] {
1524
+ --tw-shadow: 0 2px 8px var(--tw-shadow-color, rgba(0,0,0,0.08));
1525
+ box-shadow:
1526
+ var(--tw-inset-shadow),
1527
+ var(--tw-inset-ring-shadow),
1528
+ var(--tw-ring-offset-shadow),
1529
+ var(--tw-ring-shadow),
1530
+ var(--tw-shadow);
1531
+ }
1532
+ .fc\:shadow-inner {
1533
+ --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
1534
+ box-shadow:
1535
+ var(--tw-inset-shadow),
1536
+ var(--tw-inset-ring-shadow),
1537
+ var(--tw-ring-offset-shadow),
1538
+ var(--tw-ring-shadow),
1539
+ var(--tw-shadow);
1540
+ }
1541
+ .fc\:shadow-lg {
1542
+ --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));
1543
+ box-shadow:
1544
+ var(--tw-inset-shadow),
1545
+ var(--tw-inset-ring-shadow),
1546
+ var(--tw-ring-offset-shadow),
1547
+ var(--tw-ring-shadow),
1548
+ var(--tw-shadow);
1549
+ }
1550
+ .fc\:shadow-md {
1551
+ --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));
1552
+ box-shadow:
1553
+ var(--tw-inset-shadow),
1554
+ var(--tw-inset-ring-shadow),
1555
+ var(--tw-ring-offset-shadow),
1556
+ var(--tw-ring-shadow),
1557
+ var(--tw-shadow);
1558
+ }
1559
+ .fc\:shadow-sm {
1560
+ --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));
1561
+ box-shadow:
1562
+ var(--tw-inset-shadow),
1563
+ var(--tw-inset-ring-shadow),
1564
+ var(--tw-ring-offset-shadow),
1565
+ var(--tw-ring-shadow),
1566
+ var(--tw-shadow);
1567
+ }
1568
+ .fc\:ring-0 {
1569
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1570
+ box-shadow:
1571
+ var(--tw-inset-shadow),
1572
+ var(--tw-inset-ring-shadow),
1573
+ var(--tw-ring-offset-shadow),
1574
+ var(--tw-ring-shadow),
1575
+ var(--tw-shadow);
1576
+ }
1577
+ .fc\:shadow-blue-500\/10 {
1578
+ --tw-shadow-color: var(--fc-color-blue-500);
1579
+ @supports (color: color-mix(in lab, red, red)) {
1580
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--fc-color-blue-500) 10%, transparent) var(--tw-shadow-alpha), transparent);
1581
+ }
1582
+ }
1583
+ .fc\:shadow-blue-500\/20 {
1584
+ --tw-shadow-color: var(--fc-color-blue-500);
1585
+ @supports (color: color-mix(in lab, red, red)) {
1586
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--fc-color-blue-500) 20%, transparent) var(--tw-shadow-alpha), transparent);
1587
+ }
1588
+ }
1589
+ .fc\:shadow-indigo-500\/10 {
1590
+ --tw-shadow-color: var(--fc-color-indigo-500);
1591
+ @supports (color: color-mix(in lab, red, red)) {
1592
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--fc-color-indigo-500) 10%, transparent) var(--tw-shadow-alpha), transparent);
1593
+ }
1594
+ }
1595
+ .fc\:shadow-red-500\/20 {
1596
+ --tw-shadow-color: var(--fc-color-red-500);
1597
+ @supports (color: color-mix(in lab, red, red)) {
1598
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--fc-color-red-500) 20%, transparent) var(--tw-shadow-alpha), transparent);
1599
+ }
1600
+ }
1601
+ .fc\:blur-3xl {
1602
+ --tw-blur: blur(var(--fc-blur-3xl));
1603
+ 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,);
1604
+ }
1605
+ .fc\:backdrop-blur-sm {
1606
+ --tw-backdrop-blur: blur(var(--fc-blur-sm));
1607
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1608
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1609
+ }
1610
+ .fc\:backdrop-blur-xl {
1611
+ --tw-backdrop-blur: blur(var(--fc-blur-xl));
1612
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1613
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1614
+ }
1615
+ .fc\:transition {
1616
+ transition-property:
1617
+ color,
1618
+ background-color,
1619
+ border-color,
1620
+ outline-color,
1621
+ text-decoration-color,
1622
+ fill,
1623
+ stroke,
1624
+ --tw-gradient-from,
1625
+ --tw-gradient-via,
1626
+ --tw-gradient-to,
1627
+ opacity,
1628
+ box-shadow,
1629
+ transform,
1630
+ translate,
1631
+ scale,
1632
+ rotate,
1633
+ filter,
1634
+ -webkit-backdrop-filter,
1635
+ backdrop-filter,
1636
+ display,
1637
+ content-visibility,
1638
+ overlay,
1639
+ pointer-events;
1640
+ transition-timing-function: var(--tw-ease, var(--fc-default-transition-timing-function));
1641
+ transition-duration: var(--tw-duration, var(--fc-default-transition-duration));
1642
+ }
1643
+ .fc\:transition-all {
1644
+ transition-property: all;
1645
+ transition-timing-function: var(--tw-ease, var(--fc-default-transition-timing-function));
1646
+ transition-duration: var(--tw-duration, var(--fc-default-transition-duration));
1647
+ }
1648
+ .fc\:transition-colors {
1649
+ transition-property:
1650
+ color,
1651
+ background-color,
1652
+ border-color,
1653
+ outline-color,
1654
+ text-decoration-color,
1655
+ fill,
1656
+ stroke,
1657
+ --tw-gradient-from,
1658
+ --tw-gradient-via,
1659
+ --tw-gradient-to;
1660
+ transition-timing-function: var(--tw-ease, var(--fc-default-transition-timing-function));
1661
+ transition-duration: var(--tw-duration, var(--fc-default-transition-duration));
1662
+ }
1663
+ .fc\:transition-opacity {
1664
+ transition-property: opacity;
1665
+ transition-timing-function: var(--tw-ease, var(--fc-default-transition-timing-function));
1666
+ transition-duration: var(--tw-duration, var(--fc-default-transition-duration));
1667
+ }
1668
+ .fc\:transition-transform {
1669
+ transition-property:
1670
+ transform,
1671
+ translate,
1672
+ scale,
1673
+ rotate;
1674
+ transition-timing-function: var(--tw-ease, var(--fc-default-transition-timing-function));
1675
+ transition-duration: var(--tw-duration, var(--fc-default-transition-duration));
1676
+ }
1677
+ .fc\:duration-150 {
1678
+ --tw-duration: 150ms;
1679
+ transition-duration: 150ms;
1680
+ }
1681
+ .fc\:duration-200 {
1682
+ --tw-duration: 200ms;
1683
+ transition-duration: 200ms;
1684
+ }
1685
+ .fc\:duration-300 {
1686
+ --tw-duration: 300ms;
1687
+ transition-duration: 300ms;
1688
+ }
1689
+ .fc\:duration-1000 {
1690
+ --tw-duration: 1000ms;
1691
+ transition-duration: 1000ms;
1692
+ }
1693
+ .fc\:ease-in-out {
1694
+ --tw-ease: var(--fc-ease-in-out);
1695
+ transition-timing-function: var(--fc-ease-in-out);
1696
+ }
1697
+ .fc\:outline-none {
1698
+ --tw-outline-style: none;
1699
+ outline-style: none;
1700
+ }
1701
+ .fc\:select-none {
1702
+ -webkit-user-select: none;
1703
+ user-select: none;
1704
+ }
1705
+ }
1706
+ @property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
1707
+ @property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
1708
+ @property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
1709
+ @property --tw-scale-x { syntax: "*"; inherits: false; initial-value: 1; }
1710
+ @property --tw-scale-y { syntax: "*"; inherits: false; initial-value: 1; }
1711
+ @property --tw-scale-z { syntax: "*"; inherits: false; initial-value: 1; }
1712
+ @property --tw-rotate-x { syntax: "*"; inherits: false; }
1713
+ @property --tw-rotate-y { syntax: "*"; inherits: false; }
1714
+ @property --tw-rotate-z { syntax: "*"; inherits: false; }
1715
+ @property --tw-skew-x { syntax: "*"; inherits: false; }
1716
+ @property --tw-skew-y { syntax: "*"; inherits: false; }
1717
+ @property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
1718
+ @property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
1719
+ @property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
1720
+ @property --tw-gradient-position { syntax: "*"; inherits: false; }
1721
+ @property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
1722
+ @property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
1723
+ @property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
1724
+ @property --tw-gradient-stops { syntax: "*"; inherits: false; }
1725
+ @property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
1726
+ @property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
1727
+ @property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
1728
+ @property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
1729
+ @property --tw-leading { syntax: "*"; inherits: false; }
1730
+ @property --tw-font-weight { syntax: "*"; inherits: false; }
1731
+ @property --tw-tracking { syntax: "*"; inherits: false; }
1732
+ @property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
1733
+ @property --tw-shadow-color { syntax: "*"; inherits: false; }
1734
+ @property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
1735
+ @property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
1736
+ @property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
1737
+ @property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
1738
+ @property --tw-ring-color { syntax: "*"; inherits: false; }
1739
+ @property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
1740
+ @property --tw-inset-ring-color { syntax: "*"; inherits: false; }
1741
+ @property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
1742
+ @property --tw-ring-inset { syntax: "*"; inherits: false; }
1743
+ @property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
1744
+ @property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
1745
+ @property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
1746
+ @property --tw-blur { syntax: "*"; inherits: false; }
1747
+ @property --tw-brightness { syntax: "*"; inherits: false; }
1748
+ @property --tw-contrast { syntax: "*"; inherits: false; }
1749
+ @property --tw-grayscale { syntax: "*"; inherits: false; }
1750
+ @property --tw-hue-rotate { syntax: "*"; inherits: false; }
1751
+ @property --tw-invert { syntax: "*"; inherits: false; }
1752
+ @property --tw-opacity { syntax: "*"; inherits: false; }
1753
+ @property --tw-saturate { syntax: "*"; inherits: false; }
1754
+ @property --tw-sepia { syntax: "*"; inherits: false; }
1755
+ @property --tw-drop-shadow { syntax: "*"; inherits: false; }
1756
+ @property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
1757
+ @property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
1758
+ @property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
1759
+ @property --tw-backdrop-blur { syntax: "*"; inherits: false; }
1760
+ @property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
1761
+ @property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
1762
+ @property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
1763
+ @property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
1764
+ @property --tw-backdrop-invert { syntax: "*"; inherits: false; }
1765
+ @property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
1766
+ @property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
1767
+ @property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
1768
+ @property --tw-duration { syntax: "*"; inherits: false; }
1769
+ @property --tw-ease { syntax: "*"; inherits: false; }
1770
+ @layer properties {
1771
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1772
+ *,
1773
+ ::before,
1774
+ ::after,
1775
+ ::backdrop {
1776
+ --tw-translate-x: 0;
1777
+ --tw-translate-y: 0;
1778
+ --tw-translate-z: 0;
1779
+ --tw-scale-x: 1;
1780
+ --tw-scale-y: 1;
1781
+ --tw-scale-z: 1;
1782
+ --tw-rotate-x: initial;
1783
+ --tw-rotate-y: initial;
1784
+ --tw-rotate-z: initial;
1785
+ --tw-skew-x: initial;
1786
+ --tw-skew-y: initial;
1787
+ --tw-space-y-reverse: 0;
1788
+ --tw-divide-y-reverse: 0;
1789
+ --tw-border-style: solid;
1790
+ --tw-gradient-position: initial;
1791
+ --tw-gradient-from: #0000;
1792
+ --tw-gradient-via: #0000;
1793
+ --tw-gradient-to: #0000;
1794
+ --tw-gradient-stops: initial;
1795
+ --tw-gradient-via-stops: initial;
1796
+ --tw-gradient-from-position: 0%;
1797
+ --tw-gradient-via-position: 50%;
1798
+ --tw-gradient-to-position: 100%;
1799
+ --tw-leading: initial;
1800
+ --tw-font-weight: initial;
1801
+ --tw-tracking: initial;
1802
+ --tw-shadow: 0 0 #0000;
1803
+ --tw-shadow-color: initial;
1804
+ --tw-shadow-alpha: 100%;
1805
+ --tw-inset-shadow: 0 0 #0000;
1806
+ --tw-inset-shadow-color: initial;
1807
+ --tw-inset-shadow-alpha: 100%;
1808
+ --tw-ring-color: initial;
1809
+ --tw-ring-shadow: 0 0 #0000;
1810
+ --tw-inset-ring-color: initial;
1811
+ --tw-inset-ring-shadow: 0 0 #0000;
1812
+ --tw-ring-inset: initial;
1813
+ --tw-ring-offset-width: 0px;
1814
+ --tw-ring-offset-color: #fff;
1815
+ --tw-ring-offset-shadow: 0 0 #0000;
1816
+ --tw-blur: initial;
1817
+ --tw-brightness: initial;
1818
+ --tw-contrast: initial;
1819
+ --tw-grayscale: initial;
1820
+ --tw-hue-rotate: initial;
1821
+ --tw-invert: initial;
1822
+ --tw-opacity: initial;
1823
+ --tw-saturate: initial;
1824
+ --tw-sepia: initial;
1825
+ --tw-drop-shadow: initial;
1826
+ --tw-drop-shadow-color: initial;
1827
+ --tw-drop-shadow-alpha: 100%;
1828
+ --tw-drop-shadow-size: initial;
1829
+ --tw-backdrop-blur: initial;
1830
+ --tw-backdrop-brightness: initial;
1831
+ --tw-backdrop-contrast: initial;
1832
+ --tw-backdrop-grayscale: initial;
1833
+ --tw-backdrop-hue-rotate: initial;
1834
+ --tw-backdrop-invert: initial;
1835
+ --tw-backdrop-opacity: initial;
1836
+ --tw-backdrop-saturate: initial;
1837
+ --tw-backdrop-sepia: initial;
1838
+ --tw-duration: initial;
1839
+ --tw-ease: initial;
1840
+ }
1841
+ }
1842
+ }
217
1843
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */