@nswds/app 1.35.0 → 1.37.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.
package/dist/globals.css CHANGED
@@ -45,7 +45,6 @@
45
45
  --color-slate-400: oklch(70.4% 0.04 256.788);
46
46
  --color-slate-500: oklch(55.4% 0.046 257.417);
47
47
  --color-slate-600: oklch(44.6% 0.043 257.281);
48
- --color-slate-700: oklch(37.2% 0.044 257.287);
49
48
  --color-slate-800: oklch(27.9% 0.041 260.031);
50
49
  --color-slate-900: oklch(20.8% 0.042 265.755);
51
50
  --color-gray-50: oklch(98.5% 0.002 247.839);
@@ -124,24 +123,34 @@
124
123
  --color-nsw-red-600: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
125
124
  --color-primary-200: oklch(0.9266735792514218 0.04166332334226081 227.890755564881);
126
125
  --color-primary-250: oklch(0.9110280326138016 0.05428316129852959 226.81685418252806);
126
+ --color-primary-400: oklch(0.8640913927009413 0.09214267516733594 223.59515003546923);
127
127
  --color-primary-600: oklch(0.5751126532766045 0.2298336295034379 260.75633298199585);
128
128
  --color-primary-700: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
129
129
  --color-primary-800: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
130
+ --color-accent-400: oklch(0.8508832985659317 0.08303006573514653 10.570704332640352);
130
131
  --color-accent-600: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
131
132
  --color-grey-50: oklch(0.9850175274112574 0 0);
132
133
  --color-grey-100: oklch(0.9700350548225147 0 0);
133
134
  --color-grey-200: oklch(0.9400701096450296 0 0);
135
+ --color-grey-250: oklch(0.9208267112856119 0.0019440594503795112 228.8687380011113);
134
136
  --color-grey-300: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
135
137
  --color-grey-400: oklch(0.8630965162073586 0.007776237801518043 228.8687380011113);
138
+ --color-grey-450: oklch(0.7539290831519737 0.008632737257709678 229.8058410593526);
136
139
  --color-grey-500: oklch(0.6447616500965888 0.009489236713901311 230.74294411759388);
140
+ --color-grey-550: oklch(0.5355942170412039 0.010345736170092946 231.68004717583517);
137
141
  --color-grey-600: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
142
+ --color-grey-700: oklch(0.3479196456937804 0.010781103557482309 237.35049475166784);
138
143
  --color-grey-800: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
144
+ --color-grey-850: oklch(0.222265318606437 0.00880597576537803 242.08383926925922);
139
145
  --color-grey-900: oklch(0.17511812981113217 0.007251980042076026 242.08383926925922);
146
+ --color-grey-950: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
140
147
  --color-success-450: oklch(0.6326270919832794 0.153487552492673 142.8252122365381);
141
148
  --color-success-500: oklch(0.6047649705534097 0.16397310554979067 142.81705960187193);
142
149
  --color-success-550: oklch(0.57690284912354 0.17445865860690835 142.80890696720576);
150
+ --color-danger-350: oklch(0.6894558094295998 0.12762346824748136 18.339098516052807);
143
151
  --color-danger-450: oklch(0.5961466901234453 0.1600594003984286 18.251840020312933);
144
152
  --color-danger-500: oklch(0.5647631027123693 0.17094795668235796 18.194273652364046);
153
+ --color-danger-600: oklch(0.5019959278902173 0.19272506925021668 18.079140916466272);
145
154
  --color-border: var(--border);
146
155
  --animate-hide: hide 150ms cubic-bezier(0.16, 1, 0.3, 1);
147
156
  --animate-slide-down-and-fade: slideDownAndFade 150ms cubic-bezier(0.16, 1, 0.3, 1);
@@ -530,6 +539,421 @@
530
539
  .me-1\.5 {
531
540
  margin-inline-end: calc(var(--spacing) * 1.5);
532
541
  }
542
+ .prose {
543
+ color: var(--tw-prose-body);
544
+ max-width: 65ch;
545
+ :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
546
+ margin-top: 1.25em;
547
+ margin-bottom: 1.25em;
548
+ }
549
+ :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
550
+ color: var(--tw-prose-lead);
551
+ font-size: 1.25em;
552
+ line-height: 1.6;
553
+ margin-top: 1.2em;
554
+ margin-bottom: 1.2em;
555
+ }
556
+ :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
557
+ color: var(--tw-prose-links);
558
+ text-decoration: underline;
559
+ font-weight: 500;
560
+ }
561
+ :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
562
+ color: var(--tw-prose-bold);
563
+ font-weight: 600;
564
+ }
565
+ :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
566
+ color: inherit;
567
+ }
568
+ :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
569
+ color: inherit;
570
+ }
571
+ :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
572
+ color: inherit;
573
+ }
574
+ :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
575
+ list-style-type: decimal;
576
+ margin-top: 1.25em;
577
+ margin-bottom: 1.25em;
578
+ padding-inline-start: 1.625em;
579
+ }
580
+ :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
581
+ list-style-type: upper-alpha;
582
+ }
583
+ :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
584
+ list-style-type: lower-alpha;
585
+ }
586
+ :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
587
+ list-style-type: upper-alpha;
588
+ }
589
+ :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
590
+ list-style-type: lower-alpha;
591
+ }
592
+ :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
593
+ list-style-type: upper-roman;
594
+ }
595
+ :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
596
+ list-style-type: lower-roman;
597
+ }
598
+ :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
599
+ list-style-type: upper-roman;
600
+ }
601
+ :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
602
+ list-style-type: lower-roman;
603
+ }
604
+ :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
605
+ list-style-type: decimal;
606
+ }
607
+ :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
608
+ list-style-type: disc;
609
+ margin-top: 1.25em;
610
+ margin-bottom: 1.25em;
611
+ padding-inline-start: 1.625em;
612
+ }
613
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
614
+ font-weight: 400;
615
+ color: var(--tw-prose-counters);
616
+ }
617
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
618
+ color: var(--tw-prose-bullets);
619
+ }
620
+ :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
621
+ color: var(--tw-prose-headings);
622
+ font-weight: 600;
623
+ margin-top: 1.25em;
624
+ }
625
+ :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
626
+ border-color: var(--tw-prose-hr);
627
+ border-top-width: 1;
628
+ margin-top: 3em;
629
+ margin-bottom: 3em;
630
+ }
631
+ :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
632
+ font-weight: 500;
633
+ font-style: italic;
634
+ color: var(--tw-prose-quotes);
635
+ border-inline-start-width: 0.25rem;
636
+ border-inline-start-color: var(--tw-prose-quote-borders);
637
+ quotes: "\201C""\201D""\2018""\2019";
638
+ margin-top: 1.6em;
639
+ margin-bottom: 1.6em;
640
+ padding-inline-start: 1em;
641
+ }
642
+ :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
643
+ content: open-quote;
644
+ }
645
+ :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
646
+ content: close-quote;
647
+ }
648
+ :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
649
+ color: var(--tw-prose-headings);
650
+ font-weight: 800;
651
+ font-size: 2.25em;
652
+ margin-top: 0;
653
+ margin-bottom: 0.8888889em;
654
+ line-height: 1.1111111;
655
+ }
656
+ :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
657
+ font-weight: 900;
658
+ color: inherit;
659
+ }
660
+ :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
661
+ color: var(--tw-prose-headings);
662
+ font-weight: 700;
663
+ font-size: 1.5em;
664
+ margin-top: 2em;
665
+ margin-bottom: 1em;
666
+ line-height: 1.3333333;
667
+ }
668
+ :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
669
+ font-weight: 800;
670
+ color: inherit;
671
+ }
672
+ :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
673
+ color: var(--tw-prose-headings);
674
+ font-weight: 600;
675
+ font-size: 1.25em;
676
+ margin-top: 1.6em;
677
+ margin-bottom: 0.6em;
678
+ line-height: 1.6;
679
+ }
680
+ :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
681
+ font-weight: 700;
682
+ color: inherit;
683
+ }
684
+ :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
685
+ color: var(--tw-prose-headings);
686
+ font-weight: 600;
687
+ margin-top: 1.5em;
688
+ margin-bottom: 0.5em;
689
+ line-height: 1.5;
690
+ }
691
+ :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
692
+ font-weight: 700;
693
+ color: inherit;
694
+ }
695
+ :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
696
+ margin-top: 2em;
697
+ margin-bottom: 2em;
698
+ }
699
+ :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
700
+ display: block;
701
+ margin-top: 2em;
702
+ margin-bottom: 2em;
703
+ }
704
+ :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
705
+ margin-top: 2em;
706
+ margin-bottom: 2em;
707
+ }
708
+ :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
709
+ font-weight: 500;
710
+ font-family: inherit;
711
+ color: var(--tw-prose-kbd);
712
+ box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
713
+ font-size: 0.875em;
714
+ border-radius: 0.3125rem;
715
+ padding-top: 0.1875em;
716
+ padding-inline-end: 0.375em;
717
+ padding-bottom: 0.1875em;
718
+ padding-inline-start: 0.375em;
719
+ }
720
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
721
+ color: var(--tw-prose-code);
722
+ font-weight: 600;
723
+ font-size: 0.875em;
724
+ }
725
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
726
+ content: "`";
727
+ }
728
+ :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
729
+ content: "`";
730
+ }
731
+ :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
732
+ color: inherit;
733
+ }
734
+ :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
735
+ color: inherit;
736
+ }
737
+ :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
738
+ color: inherit;
739
+ font-size: 0.875em;
740
+ }
741
+ :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
742
+ color: inherit;
743
+ font-size: 0.9em;
744
+ }
745
+ :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
746
+ color: inherit;
747
+ }
748
+ :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
749
+ color: inherit;
750
+ }
751
+ :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
752
+ color: inherit;
753
+ }
754
+ :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
755
+ color: var(--tw-prose-pre-code);
756
+ background-color: var(--tw-prose-pre-bg);
757
+ overflow-x: auto;
758
+ font-weight: 400;
759
+ font-size: 0.875em;
760
+ line-height: 1.7142857;
761
+ margin-top: 1.7142857em;
762
+ margin-bottom: 1.7142857em;
763
+ border-radius: 0.375rem;
764
+ padding-top: 0.8571429em;
765
+ padding-inline-end: 1.1428571em;
766
+ padding-bottom: 0.8571429em;
767
+ padding-inline-start: 1.1428571em;
768
+ }
769
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
770
+ background-color: transparent;
771
+ border-width: 0;
772
+ border-radius: 0;
773
+ padding: 0;
774
+ font-weight: inherit;
775
+ color: inherit;
776
+ font-size: inherit;
777
+ font-family: inherit;
778
+ line-height: inherit;
779
+ }
780
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
781
+ content: none;
782
+ }
783
+ :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
784
+ content: none;
785
+ }
786
+ :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
787
+ width: 100%;
788
+ table-layout: auto;
789
+ margin-top: 2em;
790
+ margin-bottom: 2em;
791
+ font-size: 0.875em;
792
+ line-height: 1.7142857;
793
+ }
794
+ :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
795
+ border-bottom-width: 1px;
796
+ border-bottom-color: var(--tw-prose-th-borders);
797
+ }
798
+ :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
799
+ color: var(--tw-prose-headings);
800
+ font-weight: 600;
801
+ vertical-align: bottom;
802
+ padding-inline-end: 0.5714286em;
803
+ padding-bottom: 0.5714286em;
804
+ padding-inline-start: 0.5714286em;
805
+ }
806
+ :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
807
+ border-bottom-width: 1px;
808
+ border-bottom-color: var(--tw-prose-td-borders);
809
+ }
810
+ :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
811
+ border-bottom-width: 0;
812
+ }
813
+ :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
814
+ vertical-align: baseline;
815
+ }
816
+ :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
817
+ border-top-width: 1px;
818
+ border-top-color: var(--tw-prose-th-borders);
819
+ }
820
+ :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
821
+ vertical-align: top;
822
+ }
823
+ :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
824
+ text-align: start;
825
+ }
826
+ :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
827
+ margin-top: 0;
828
+ margin-bottom: 0;
829
+ }
830
+ :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
831
+ color: var(--tw-prose-captions);
832
+ font-size: 0.875em;
833
+ line-height: 1.4285714;
834
+ margin-top: 0.8571429em;
835
+ }
836
+ --tw-prose-body: oklch(37.3% 0.034 259.733);
837
+ --tw-prose-headings: oklch(21% 0.034 264.665);
838
+ --tw-prose-lead: oklch(44.6% 0.03 256.802);
839
+ --tw-prose-links: oklch(21% 0.034 264.665);
840
+ --tw-prose-bold: oklch(21% 0.034 264.665);
841
+ --tw-prose-counters: oklch(55.1% 0.027 264.364);
842
+ --tw-prose-bullets: oklch(87.2% 0.01 258.338);
843
+ --tw-prose-hr: oklch(92.8% 0.006 264.531);
844
+ --tw-prose-quotes: oklch(21% 0.034 264.665);
845
+ --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
846
+ --tw-prose-captions: oklch(55.1% 0.027 264.364);
847
+ --tw-prose-kbd: oklch(21% 0.034 264.665);
848
+ --tw-prose-kbd-shadows: NaN NaN NaN;
849
+ --tw-prose-code: oklch(21% 0.034 264.665);
850
+ --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
851
+ --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
852
+ --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
853
+ --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
854
+ --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
855
+ --tw-prose-invert-headings: #fff;
856
+ --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
857
+ --tw-prose-invert-links: #fff;
858
+ --tw-prose-invert-bold: #fff;
859
+ --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
860
+ --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
861
+ --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
862
+ --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
863
+ --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
864
+ --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
865
+ --tw-prose-invert-kbd: #fff;
866
+ --tw-prose-invert-kbd-shadows: 255 255 255;
867
+ --tw-prose-invert-code: #fff;
868
+ --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
869
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
870
+ --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
871
+ --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
872
+ font-size: 1rem;
873
+ line-height: 1.75;
874
+ :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
875
+ margin-top: 0;
876
+ margin-bottom: 0;
877
+ }
878
+ :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
879
+ margin-top: 0.5em;
880
+ margin-bottom: 0.5em;
881
+ }
882
+ :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
883
+ padding-inline-start: 0.375em;
884
+ }
885
+ :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
886
+ padding-inline-start: 0.375em;
887
+ }
888
+ :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
889
+ margin-top: 0.75em;
890
+ margin-bottom: 0.75em;
891
+ }
892
+ :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
893
+ margin-top: 1.25em;
894
+ }
895
+ :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
896
+ margin-bottom: 1.25em;
897
+ }
898
+ :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
899
+ margin-top: 1.25em;
900
+ }
901
+ :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
902
+ margin-bottom: 1.25em;
903
+ }
904
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
905
+ margin-top: 0.75em;
906
+ margin-bottom: 0.75em;
907
+ }
908
+ :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
909
+ margin-top: 1.25em;
910
+ margin-bottom: 1.25em;
911
+ }
912
+ :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
913
+ margin-top: 0.5em;
914
+ padding-inline-start: 1.625em;
915
+ }
916
+ :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
917
+ margin-top: 0;
918
+ }
919
+ :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
920
+ margin-top: 0;
921
+ }
922
+ :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
923
+ margin-top: 0;
924
+ }
925
+ :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
926
+ margin-top: 0;
927
+ }
928
+ :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
929
+ padding-inline-start: 0;
930
+ }
931
+ :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
932
+ padding-inline-end: 0;
933
+ }
934
+ :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
935
+ padding-top: 0.5714286em;
936
+ padding-inline-end: 0.5714286em;
937
+ padding-bottom: 0.5714286em;
938
+ padding-inline-start: 0.5714286em;
939
+ }
940
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
941
+ padding-inline-start: 0;
942
+ }
943
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
944
+ padding-inline-end: 0;
945
+ }
946
+ :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
947
+ margin-top: 2em;
948
+ margin-bottom: 2em;
949
+ }
950
+ :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
951
+ margin-top: 0;
952
+ }
953
+ :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
954
+ margin-bottom: 0;
955
+ }
956
+ }
533
957
  .-mt-4 {
534
958
  margin-top: calc(var(--spacing) * -4);
535
959
  }
@@ -809,9 +1233,6 @@
809
1233
  .h-\[calc\(100vh-4\.75rem\)\] {
810
1234
  height: calc(100vh - 4.75rem);
811
1235
  }
812
- .h-\[var\(--masthead-height\)\] {
813
- height: var(--masthead-height);
814
- }
815
1236
  .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
816
1237
  height: var(--radix-navigation-menu-viewport-height);
817
1238
  }
@@ -995,6 +1416,9 @@
995
1416
  .max-w-max {
996
1417
  max-width: max-content;
997
1418
  }
1419
+ .max-w-none {
1420
+ max-width: none;
1421
+ }
998
1422
  .max-w-sm {
999
1423
  max-width: var(--container-sm);
1000
1424
  }
@@ -1669,6 +2093,12 @@
1669
2093
  .border-grey-600 {
1670
2094
  border-color: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
1671
2095
  }
2096
+ .border-grey-900 {
2097
+ border-color: oklch(0.17511812981113217 0.007251980042076026 242.08383926925922);
2098
+ }
2099
+ .border-grey-900\/10 {
2100
+ border-color: color-mix(in oklab, oklch(0.17511812981113217 0.007251980042076026 242.08383926925922) 10%, transparent);
2101
+ }
1672
2102
  .border-grey-950 {
1673
2103
  border-color: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
1674
2104
  }
@@ -1843,6 +2273,9 @@
1843
2273
  .bg-grey-300 {
1844
2274
  background-color: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
1845
2275
  }
2276
+ .bg-grey-800 {
2277
+ background-color: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
2278
+ }
1846
2279
  .bg-grey-950 {
1847
2280
  background-color: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
1848
2281
  }
@@ -1938,6 +2371,10 @@
1938
2371
  --tw-gradient-position: to right in oklab;
1939
2372
  background-image: linear-gradient(var(--tw-gradient-stops));
1940
2373
  }
2374
+ .from-grey-800 {
2375
+ --tw-gradient-from: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
2376
+ --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));
2377
+ }
1941
2378
  .from-nsw-grey-600 {
1942
2379
  --tw-gradient-from: var(--color-nsw-grey-600);
1943
2380
  --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));
@@ -2179,6 +2616,9 @@
2179
2616
  .py-10 {
2180
2617
  padding-block: calc(var(--spacing) * 10);
2181
2618
  }
2619
+ .py-12 {
2620
+ padding-block: calc(var(--spacing) * 12);
2621
+ }
2182
2622
  .py-16 {
2183
2623
  padding-block: calc(var(--spacing) * 16);
2184
2624
  }
@@ -2313,6 +2753,10 @@
2313
2753
  font-size: var(--text-base);
2314
2754
  line-height: calc(var(--spacing) * 5);
2315
2755
  }
2756
+ .text-base\/6 {
2757
+ font-size: var(--text-base);
2758
+ line-height: calc(var(--spacing) * 6);
2759
+ }
2316
2760
  .text-base\/7 {
2317
2761
  font-size: var(--text-base);
2318
2762
  line-height: calc(var(--spacing) * 7);
@@ -2552,6 +2996,9 @@
2552
2996
  .text-cyan-500 {
2553
2997
  color: var(--color-cyan-500);
2554
2998
  }
2999
+ .text-danger-600 {
3000
+ color: var(--color-danger-600);
3001
+ }
2555
3002
  .text-destructive {
2556
3003
  color: var(--destructive);
2557
3004
  }
@@ -2594,6 +3041,9 @@
2594
3041
  .text-grey-600 {
2595
3042
  color: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
2596
3043
  }
3044
+ .text-grey-700 {
3045
+ color: oklch(0.3479196456937804 0.010781103557482309 237.35049475166784);
3046
+ }
2597
3047
  .text-grey-800 {
2598
3048
  color: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
2599
3049
  }
@@ -2639,9 +3089,6 @@
2639
3089
  .text-primary-700 {
2640
3090
  color: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
2641
3091
  }
2642
- .text-primary-750 {
2643
- color: oklch(0.3612771781572896 0.1454302157585341 260.07053568790974);
2644
- }
2645
3092
  .text-primary-800 {
2646
3093
  color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
2647
3094
  }
@@ -3857,6 +4304,13 @@
3857
4304
  }
3858
4305
  }
3859
4306
  }
4307
+ .hover\:border-primary-800 {
4308
+ &:hover {
4309
+ @media (hover: hover) {
4310
+ border-color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
4311
+ }
4312
+ }
4313
+ }
3860
4314
  .hover\:bg-accent {
3861
4315
  &:hover {
3862
4316
  @media (hover: hover) {
@@ -4087,13 +4541,6 @@
4087
4541
  }
4088
4542
  }
4089
4543
  }
4090
- .hover\:text-slate-700 {
4091
- &:hover {
4092
- @media (hover: hover) {
4093
- color: var(--color-slate-700);
4094
- }
4095
- }
4096
- }
4097
4544
  .hover\:underline {
4098
4545
  &:hover {
4099
4546
  @media (hover: hover) {
@@ -5050,6 +5497,14 @@
5050
5497
  }
5051
5498
  }
5052
5499
  }
5500
+ .\*\:data-\[slot\=label\]\:font-medium {
5501
+ :is(& > *) {
5502
+ &[data-slot="label"] {
5503
+ --tw-font-weight: var(--font-weight-medium);
5504
+ font-weight: var(--font-weight-medium);
5505
+ }
5506
+ }
5507
+ }
5053
5508
  .\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 {
5054
5509
  :is(& *) {
5055
5510
  &[data-slot="navigation-menu-link"] {
@@ -5101,6 +5556,13 @@
5101
5556
  }
5102
5557
  }
5103
5558
  }
5559
+ .\*\:data-\[slot\=text\]\:mt-1 {
5560
+ :is(& > *) {
5561
+ &[data-slot="text"] {
5562
+ margin-top: calc(var(--spacing) * 1);
5563
+ }
5564
+ }
5565
+ }
5104
5566
  .data-\[state\=active\]\:border-accent {
5105
5567
  &[data-state="active"] {
5106
5568
  border-color: var(--accent);
@@ -6165,9 +6627,9 @@
6165
6627
  position: sticky;
6166
6628
  }
6167
6629
  }
6168
- .xl\:top-\[4\.75rem\] {
6630
+ .xl\:top-0 {
6169
6631
  @media (width >= 80rem) {
6170
- top: 4.75rem;
6632
+ top: calc(var(--spacing) * 0);
6171
6633
  }
6172
6634
  }
6173
6635
  .xl\:-mr-6 {
@@ -6180,9 +6642,9 @@
6180
6642
  display: block;
6181
6643
  }
6182
6644
  }
6183
- .xl\:h-\[calc\(100vh-4\.75rem\)\] {
6645
+ .xl\:h-screen {
6184
6646
  @media (width >= 80rem) {
6185
- height: calc(100vh - 4.75rem);
6647
+ height: 100vh;
6186
6648
  }
6187
6649
  }
6188
6650
  .xl\:flex-none {
@@ -6310,6 +6772,14 @@
6310
6772
  }
6311
6773
  }
6312
6774
  }
6775
+ .dark\:border-white\/10 {
6776
+ &:where([data-theme=dark], [data-theme=dark] *) {
6777
+ border-color: color-mix(in srgb, #fff 10%, transparent);
6778
+ @supports (color: color-mix(in lab, red, red)) {
6779
+ border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
6780
+ }
6781
+ }
6782
+ }
6313
6783
  .dark\:border-white\/20 {
6314
6784
  &:where([data-theme=dark], [data-theme=dark] *) {
6315
6785
  border-color: color-mix(in srgb, #fff 20%, transparent);
@@ -6633,6 +7103,11 @@
6633
7103
  }
6634
7104
  }
6635
7105
  }
7106
+ .dark\:text-danger-500 {
7107
+ &:where([data-theme=dark], [data-theme=dark] *) {
7108
+ color: var(--color-danger-500);
7109
+ }
7110
+ }
6636
7111
  .dark\:text-gray-50 {
6637
7112
  &:where([data-theme=dark], [data-theme=dark] *) {
6638
7113
  color: var(--color-gray-50);
@@ -6732,6 +7207,28 @@
6732
7207
  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,);
6733
7208
  }
6734
7209
  }
7210
+ .dark\:\!prose-invert {
7211
+ &:where([data-theme=dark], [data-theme=dark] *) {
7212
+ --tw-prose-body: var(--tw-prose-invert-body) !important;
7213
+ --tw-prose-headings: var(--tw-prose-invert-headings) !important;
7214
+ --tw-prose-lead: var(--tw-prose-invert-lead) !important;
7215
+ --tw-prose-links: var(--tw-prose-invert-links) !important;
7216
+ --tw-prose-bold: var(--tw-prose-invert-bold) !important;
7217
+ --tw-prose-counters: var(--tw-prose-invert-counters) !important;
7218
+ --tw-prose-bullets: var(--tw-prose-invert-bullets) !important;
7219
+ --tw-prose-hr: var(--tw-prose-invert-hr) !important;
7220
+ --tw-prose-quotes: var(--tw-prose-invert-quotes) !important;
7221
+ --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders) !important;
7222
+ --tw-prose-captions: var(--tw-prose-invert-captions) !important;
7223
+ --tw-prose-kbd: var(--tw-prose-invert-kbd) !important;
7224
+ --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows) !important;
7225
+ --tw-prose-code: var(--tw-prose-invert-code) !important;
7226
+ --tw-prose-pre-code: var(--tw-prose-invert-pre-code) !important;
7227
+ --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg) !important;
7228
+ --tw-prose-th-borders: var(--tw-prose-invert-th-borders) !important;
7229
+ --tw-prose-td-borders: var(--tw-prose-invert-td-borders) !important;
7230
+ }
7231
+ }
6735
7232
  .dark\:\[--badge-bg\:var\(--color-grey-600\)\] {
6736
7233
  &:where([data-theme=dark], [data-theme=dark] *) {
6737
7234
  --badge-bg: var(--color-grey-600);
@@ -6904,6 +7401,13 @@
6904
7401
  }
6905
7402
  }
6906
7403
  }
7404
+ .dark\:group-data-\[disabled\=true\]\:text-grey-400 {
7405
+ &:where([data-theme=dark], [data-theme=dark] *) {
7406
+ &:is(:where(.group)[data-disabled="true"] *) {
7407
+ color: oklch(0.8630965162073586 0.007776237801518043 228.8687380011113);
7408
+ }
7409
+ }
7410
+ }
6907
7411
  .dark\:group-data-\[state\=checked\]\:border-nsw-grey-400 {
6908
7412
  &:where([data-theme=dark], [data-theme=dark] *) {
6909
7413
  &:is(:where(.group)[data-state="checked"] *) {
@@ -6955,6 +7459,15 @@
6955
7459
  }
6956
7460
  }
6957
7461
  }
7462
+ .dark\:hover\:border-white {
7463
+ &:where([data-theme=dark], [data-theme=dark] *) {
7464
+ &:hover {
7465
+ @media (hover: hover) {
7466
+ border-color: var(--color-white);
7467
+ }
7468
+ }
7469
+ }
7470
+ }
6958
7471
  .dark\:hover\:bg-gray-700 {
6959
7472
  &:where([data-theme=dark], [data-theme=dark] *) {
6960
7473
  &:hover {
@@ -7448,6 +7961,64 @@
7448
7961
  }
7449
7962
  }
7450
7963
  }
7964
+ .prose-a\:font-medium {
7965
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7966
+ --tw-font-weight: var(--font-weight-medium);
7967
+ font-weight: var(--font-weight-medium);
7968
+ }
7969
+ }
7970
+ .prose-a\:text-primary-800 {
7971
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7972
+ color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
7973
+ }
7974
+ }
7975
+ .prose-a\:underline {
7976
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7977
+ text-decoration-line: underline;
7978
+ }
7979
+ }
7980
+ .prose-a\:decoration-primary-800 {
7981
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7982
+ text-decoration-color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
7983
+ }
7984
+ }
7985
+ .prose-a\:underline-offset-4 {
7986
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7987
+ text-underline-offset: 4px;
7988
+ }
7989
+ }
7990
+ .prose-a\:hover\:bg-primary-800\/10 {
7991
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
7992
+ &:hover {
7993
+ @media (hover: hover) {
7994
+ background-color: color-mix(in oklab, oklch(0.2899986864508513 0.11729574451023282 259.841936589881) 10%, transparent);
7995
+ }
7996
+ }
7997
+ }
7998
+ }
7999
+ .prose-a\:hover\:decoration-2 {
8000
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
8001
+ &:hover {
8002
+ @media (hover: hover) {
8003
+ text-decoration-thickness: 2px;
8004
+ }
8005
+ }
8006
+ }
8007
+ }
8008
+ .prose-a\:focus-visible\:bg-primary-800\/10 {
8009
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
8010
+ &:focus-visible {
8011
+ background-color: color-mix(in oklab, oklch(0.2899986864508513 0.11729574451023282 259.841936589881) 10%, transparent);
8012
+ }
8013
+ }
8014
+ }
8015
+ .prose-a\:dark\:text-grey-100 {
8016
+ & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
8017
+ &:where([data-theme=dark], [data-theme=dark] *) {
8018
+ color: oklch(0.9700350548225147 0 0);
8019
+ }
8020
+ }
8021
+ }
7451
8022
  .\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground {
7452
8023
  & .recharts-cartesian-axis-tick text {
7453
8024
  fill: var(--muted-foreground);
@@ -7785,6 +8356,36 @@
7785
8356
  border-bottom-width: 1px;
7786
8357
  }
7787
8358
  }
8359
+ .\[\&\>\*\+\[data-slot\=control\]\]\:mt-6 {
8360
+ &>*+[data-slot=control] {
8361
+ margin-top: calc(var(--spacing) * 6);
8362
+ }
8363
+ }
8364
+ .\[\&\>\[data-slot\=control\]\+\[data-slot\=description\]\]\:mt-3 {
8365
+ &>[data-slot=control]+[data-slot=description] {
8366
+ margin-top: calc(var(--spacing) * 3);
8367
+ }
8368
+ }
8369
+ .\[\&\>\[data-slot\=control\]\+\[data-slot\=error\]\]\:mt-3 {
8370
+ &>[data-slot=control]+[data-slot=error] {
8371
+ margin-top: calc(var(--spacing) * 3);
8372
+ }
8373
+ }
8374
+ .\[\&\>\[data-slot\=description\]\+\[data-slot\=control\]\]\:mt-3 {
8375
+ &>[data-slot=description]+[data-slot=control] {
8376
+ margin-top: calc(var(--spacing) * 3);
8377
+ }
8378
+ }
8379
+ .\[\&\>\[data-slot\=label\]\+\[data-slot\=control\]\]\:mt-3 {
8380
+ &>[data-slot=label]+[data-slot=control] {
8381
+ margin-top: calc(var(--spacing) * 3);
8382
+ }
8383
+ }
8384
+ .\[\&\>\[data-slot\=label\]\+\[data-slot\=description\]\]\:mt-1 {
8385
+ &>[data-slot=label]+[data-slot=description] {
8386
+ margin-top: calc(var(--spacing) * 1);
8387
+ }
8388
+ }
7788
8389
  .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] {
7789
8390
  &>[role=checkbox] {
7790
8391
  --tw-translate-y: 2px;
@@ -8341,36 +8942,110 @@ code.language-html .token.comment {
8341
8942
  --scaling: 1;
8342
8943
  --radius: 0.25rem;
8343
8944
  --background: oklch(1 0 0);
8344
- --foreground: oklch(0.141 0.005 285.823);
8945
+ --foreground: var(--color-grey-950);
8345
8946
  --card: oklch(1 0 0);
8346
- --card-foreground: oklch(0.141 0.005 285.823);
8947
+ --card-foreground: var(--color-grey-950);
8347
8948
  --popover: oklch(1 0 0);
8348
- --popover-foreground: oklch(0.141 0.005 285.823);
8349
- --primary: oklch(0.21 0.006 285.885);
8350
- --primary-foreground: oklch(0.985 0 0);
8351
- --secondary: oklch(0.967 0.001 286.375);
8352
- --secondary-foreground: oklch(0.21 0.006 285.885);
8353
- --muted: oklch(0.967 0.001 286.375);
8354
- --muted-foreground: oklch(0.552 0.016 285.938);
8355
- --accent: oklch(0.967 0.001 286.375);
8356
- --accent-foreground: oklch(0.21 0.006 285.885);
8357
- --destructive: oklch(0.577 0.245 27.325);
8358
- --border: oklch(0.92 0.004 286.32);
8359
- --input: oklch(0.92 0.004 286.32);
8360
- --ring: oklch(0.705 0.015 286.067);
8361
- --chart-1: oklch(0.646 0.222 41.116);
8362
- --chart-2: oklch(0.6 0.118 184.704);
8363
- --chart-3: oklch(0.398 0.07 227.392);
8364
- --chart-4: oklch(0.828 0.189 84.429);
8365
- --chart-5: oklch(0.769 0.188 70.08);
8366
- --sidebar: oklch(0.985 0 0);
8367
- --sidebar-foreground: oklch(0.141 0.005 285.823);
8368
- --sidebar-primary: oklch(0.21 0.006 285.885);
8369
- --sidebar-primary-foreground: oklch(0.985 0 0);
8370
- --sidebar-accent: oklch(0.967 0.001 286.375);
8371
- --sidebar-accent-foreground: oklch(0.21 0.006 285.885);
8372
- --sidebar-border: oklch(0.92 0.004 286.32);
8373
- --sidebar-ring: oklch(0.705 0.015 286.067);
8949
+ --popover-foreground: var(--color-grey-950);
8950
+ --primary: var(--color-grey-850);
8951
+ --primary-foreground: var(--color-grey-50);
8952
+ --secondary: var(--color-grey-100);
8953
+ --secondary-foreground: var(--color-grey-850);
8954
+ --muted: var(--color-grey-100);
8955
+ --muted-foreground: var(--color-grey-550);
8956
+ --accent: var(--color-grey-100);
8957
+ --accent-foreground: var(--color-grey-850);
8958
+ --destructive: var(--color-danger-500);
8959
+ --border: var(--color-grey-250);
8960
+ --input: var(--color-grey-250);
8961
+ --ring: var(--color-grey-450);
8962
+ --chart-1: var(--color-primary-600);
8963
+ --chart-2: var(--color-primary-400);
8964
+ --chart-3: var(--color-primary-800);
8965
+ --chart-4: var(--color-accent-400);
8966
+ --chart-5: var(--color-accent-600);
8967
+ --sidebar: var(--color-grey-50);
8968
+ --sidebar-foreground: var(--color-grey-950);
8969
+ --sidebar-primary: var(--color-grey-850);
8970
+ --sidebar-primary-foreground: var(--color-grey-50);
8971
+ --sidebar-accent: var(--color-grey-100);
8972
+ --sidebar-accent-foreground: var(--color-grey-850);
8973
+ --sidebar-border: var(--color-grey-250);
8974
+ --sidebar-ring: var(--color-grey-450);
8975
+ }
8976
+ [data-theme='dark'] {
8977
+ --background: var(--color-grey-950);
8978
+ --foreground: var(--color-grey-50);
8979
+ --card: var(--color-grey-850);
8980
+ --card-foreground: var(--color-grey-50);
8981
+ --popover: var(--color-grey-850);
8982
+ --popover-foreground: var(--color-grey-50);
8983
+ --primary: var(--color-grey-250);
8984
+ --primary-foreground: var(--color-grey-850);
8985
+ --secondary: var(--color-grey-800);
8986
+ --secondary-foreground: var(--color-grey-50);
8987
+ --muted: var(--color-grey-800);
8988
+ --muted-foreground: var(--color-grey-450);
8989
+ --accent: var(--color-grey-800);
8990
+ --accent-foreground: var(--color-grey-50);
8991
+ --destructive: var(--color-danger-350);
8992
+ --border: oklch(1 0 0 / 10%);
8993
+ --input: oklch(1 0 0 / 15%);
8994
+ --ring: var(--color-grey-550);
8995
+ --chart-1: var(--color-primary-600);
8996
+ --chart-2: var(--color-primary-400);
8997
+ --chart-3: var(--color-primary-800);
8998
+ --chart-4: var(--color-accent-400);
8999
+ --chart-5: var(--color-accent-600);
9000
+ --sidebar: var(--color-grey-850);
9001
+ --sidebar-foreground: var(--color-grey-50);
9002
+ --sidebar-primary: var(--color-primary-600);
9003
+ --sidebar-primary-foreground: var(--color-grey-50);
9004
+ --sidebar-accent: var(--color-grey-800);
9005
+ --sidebar-accent-foreground: var(--color-grey-50);
9006
+ --sidebar-border: oklch(1 0 0 / 10%);
9007
+ --sidebar-ring: var(--color-grey-550);
9008
+ }
9009
+ .prose {
9010
+ --tw-prose-body: var(--color-grey-800);
9011
+ --tw-prose-headings: var(--color-primary-800);
9012
+ --tw-prose-lead: var(--color-grey-600);
9013
+ --tw-prose-links: var(--color-primary-800);
9014
+ --tw-prose-bold: var(--color-grey-900);
9015
+ --tw-prose-counters: var(--color-grey-600);
9016
+ --tw-prose-bullets: var(--color-grey-600);
9017
+ --tw-prose-hr: var(--color-grey-200);
9018
+ --tw-prose-quotes: var(--color-grey-900);
9019
+ --tw-prose-quote-borders: var(--color-grey-200);
9020
+ --tw-prose-captions: var(--color-grey-500);
9021
+ --tw-prose-kbd: var(--color-grey-900);
9022
+ --tw-prose-kbd-shadows: 14 17 19;
9023
+ --tw-prose-code: var(--color-grey-900);
9024
+ --tw-prose-pre-code: var(--color-grey-200);
9025
+ --tw-prose-pre-bg: var(--color-grey-800);
9026
+ --tw-prose-th-borders: var(--color-grey-300);
9027
+ --tw-prose-td-borders: var(--color-grey-200);
9028
+ --tw-prose-invert-body: var(--color-grey-300);
9029
+ --tw-prose-invert-headings: var(--color-white);
9030
+ --tw-prose-invert-lead: var(--color-grey-400);
9031
+ --tw-prose-invert-links: var(--color-white);
9032
+ --tw-prose-invert-bold: var(--color-white);
9033
+ --tw-prose-invert-counters: var(--color-grey-400);
9034
+ --tw-prose-invert-bullets: var(--color-grey-400);
9035
+ --tw-prose-invert-hr: var(--color-grey-700);
9036
+ --tw-prose-invert-quotes: var(--color-grey-100);
9037
+ --tw-prose-invert-quote-borders: var(--color-grey-700);
9038
+ --tw-prose-invert-captions: var(--color-grey-400);
9039
+ --tw-prose-invert-kbd: var(--color-white);
9040
+ --tw-prose-invert-kbd-shadows: 255 255 255;
9041
+ --tw-prose-invert-code: var(--color-white);
9042
+ --tw-prose-invert-pre-code: var(--color-grey-300);
9043
+ --tw-prose-invert-pre-bg: color-mix(in srgb, oklch(0.17511812981113217 0.007251980042076026 242.08383926925922), transparent 50%);
9044
+ @supports (color: color-mix(in lab, red, red)) {
9045
+ --tw-prose-invert-pre-bg: color-mix(in oklch, var(--color-grey-900), transparent 50%);
9046
+ }
9047
+ --tw-prose-invert-th-borders: var(--color-grey-600);
9048
+ --tw-prose-invert-td-borders: var(--color-grey-700);
8374
9049
  }
8375
9050
  :root {
8376
9051
  --font-size-1: calc(18px * var(--scaling));
@@ -8468,40 +9143,10 @@ body {
8468
9143
  -webkit-font-smoothing: antialiased;
8469
9144
  -moz-osx-font-smoothing: grayscale;
8470
9145
  }
8471
- [data-theme='dark'] {
8472
- --background: oklch(0.141 0.005 285.823);
8473
- --foreground: oklch(0.985 0 0);
8474
- --card: oklch(0.21 0.006 285.885);
8475
- --card-foreground: oklch(0.985 0 0);
8476
- --popover: oklch(0.21 0.006 285.885);
8477
- --popover-foreground: oklch(0.985 0 0);
8478
- --primary: oklch(0.92 0.004 286.32);
8479
- --primary-foreground: oklch(0.21 0.006 285.885);
8480
- --secondary: oklch(0.274 0.006 286.033);
8481
- --secondary-foreground: oklch(0.985 0 0);
8482
- --muted: oklch(0.274 0.006 286.033);
8483
- --muted-foreground: oklch(0.705 0.015 286.067);
8484
- --accent: oklch(0.274 0.006 286.033);
8485
- --accent-foreground: oklch(0.985 0 0);
8486
- --destructive: oklch(0.704 0.191 22.216);
8487
- --border: oklch(1 0 0 / 10%);
8488
- --input: oklch(1 0 0 / 15%);
8489
- --ring: oklch(0.552 0.016 285.938);
8490
- --chart-1: oklch(0.488 0.243 264.376);
8491
- --chart-2: oklch(0.696 0.17 162.48);
8492
- --chart-3: oklch(0.769 0.188 70.08);
8493
- --chart-4: oklch(0.627 0.265 303.9);
8494
- --chart-5: oklch(0.645 0.246 16.439);
8495
- --sidebar: oklch(0.21 0.006 285.885);
8496
- --sidebar-foreground: oklch(0.985 0 0);
8497
- --sidebar-primary: oklch(0.488 0.243 264.376);
8498
- --sidebar-primary-foreground: oklch(0.985 0 0);
8499
- --sidebar-accent: oklch(0.274 0.006 286.033);
8500
- --sidebar-accent-foreground: oklch(0.985 0 0);
8501
- --sidebar-border: oklch(1 0 0 / 10%);
8502
- --sidebar-ring: oklch(0.552 0.016 285.938);
8503
- }
8504
9146
  @layer base {
9147
+ html {
9148
+ scroll-behavior: smooth;
9149
+ }
8505
9150
  * {
8506
9151
  border-color: var(--border);
8507
9152
  outline-color: var(--ring);