@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/styles.css CHANGED
@@ -59,7 +59,6 @@
59
59
  --color-slate-400: oklch(70.4% 0.04 256.788);
60
60
  --color-slate-500: oklch(55.4% 0.046 257.417);
61
61
  --color-slate-600: oklch(44.6% 0.043 257.281);
62
- --color-slate-700: oklch(37.2% 0.044 257.287);
63
62
  --color-slate-800: oklch(27.9% 0.041 260.031);
64
63
  --color-slate-900: oklch(20.8% 0.042 265.755);
65
64
  --color-gray-50: oklch(98.5% 0.002 247.839);
@@ -137,24 +136,34 @@
137
136
  --color-nsw-red-600: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
138
137
  --color-primary-200: oklch(0.9266735792514218 0.04166332334226081 227.890755564881);
139
138
  --color-primary-250: oklch(0.9110280326138016 0.05428316129852959 226.81685418252806);
139
+ --color-primary-400: oklch(0.8640913927009413 0.09214267516733594 223.59515003546923);
140
140
  --color-primary-600: oklch(0.5751126532766045 0.2298336295034379 260.75633298199585);
141
141
  --color-primary-700: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
142
142
  --color-primary-800: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
143
+ --color-accent-400: oklch(0.8508832985659317 0.08303006573514653 10.570704332640352);
143
144
  --color-accent-600: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
144
145
  --color-grey-50: oklch(0.9850175274112574 0 0);
145
146
  --color-grey-100: oklch(0.9700350548225147 0 0);
146
147
  --color-grey-200: oklch(0.9400701096450296 0 0);
148
+ --color-grey-250: oklch(0.9208267112856119 0.0019440594503795112 228.8687380011113);
147
149
  --color-grey-300: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
148
150
  --color-grey-400: oklch(0.8630965162073586 0.007776237801518043 228.8687380011113);
151
+ --color-grey-450: oklch(0.7539290831519737 0.008632737257709678 229.8058410593526);
149
152
  --color-grey-500: oklch(0.6447616500965888 0.009489236713901311 230.74294411759388);
153
+ --color-grey-550: oklch(0.5355942170412039 0.010345736170092946 231.68004717583517);
150
154
  --color-grey-600: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
155
+ --color-grey-700: oklch(0.3479196456937804 0.010781103557482309 237.35049475166784);
151
156
  --color-grey-800: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
157
+ --color-grey-850: oklch(0.222265318606437 0.00880597576537803 242.08383926925922);
152
158
  --color-grey-900: oklch(0.17511812981113217 0.007251980042076026 242.08383926925922);
159
+ --color-grey-950: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
153
160
  --color-success-450: oklch(0.6326270919832794 0.153487552492673 142.8252122365381);
154
161
  --color-success-500: oklch(0.6047649705534097 0.16397310554979067 142.81705960187193);
155
162
  --color-success-550: oklch(0.57690284912354 0.17445865860690835 142.80890696720576);
163
+ --color-danger-350: oklch(0.6894558094295998 0.12762346824748136 18.339098516052807);
156
164
  --color-danger-450: oklch(0.5961466901234453 0.1600594003984286 18.251840020312933);
157
165
  --color-danger-500: oklch(0.5647631027123693 0.17094795668235796 18.194273652364046);
166
+ --color-danger-600: oklch(0.5019959278902173 0.19272506925021668 18.079140916466272);
158
167
  --color-border: var(--border);
159
168
  --animate-hide: hide 150ms cubic-bezier(0.16, 1, 0.3, 1);
160
169
  --animate-slide-down-and-fade: slideDownAndFade 150ms cubic-bezier(0.16, 1, 0.3, 1);
@@ -572,6 +581,421 @@
572
581
  .me-1\.5 {
573
582
  margin-inline-end: calc(var(--spacing) * 1.5);
574
583
  }
584
+ .prose {
585
+ color: var(--tw-prose-body);
586
+ max-width: 65ch;
587
+ :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
588
+ margin-top: 1.25em;
589
+ margin-bottom: 1.25em;
590
+ }
591
+ :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
592
+ color: var(--tw-prose-lead);
593
+ font-size: 1.25em;
594
+ line-height: 1.6;
595
+ margin-top: 1.2em;
596
+ margin-bottom: 1.2em;
597
+ }
598
+ :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
599
+ color: var(--tw-prose-links);
600
+ text-decoration: underline;
601
+ font-weight: 500;
602
+ }
603
+ :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
604
+ color: var(--tw-prose-bold);
605
+ font-weight: 600;
606
+ }
607
+ :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
608
+ color: inherit;
609
+ }
610
+ :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
611
+ color: inherit;
612
+ }
613
+ :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
614
+ color: inherit;
615
+ }
616
+ :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
617
+ list-style-type: decimal;
618
+ margin-top: 1.25em;
619
+ margin-bottom: 1.25em;
620
+ padding-inline-start: 1.625em;
621
+ }
622
+ :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
623
+ list-style-type: upper-alpha;
624
+ }
625
+ :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
626
+ list-style-type: lower-alpha;
627
+ }
628
+ :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
629
+ list-style-type: upper-alpha;
630
+ }
631
+ :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
632
+ list-style-type: lower-alpha;
633
+ }
634
+ :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
635
+ list-style-type: upper-roman;
636
+ }
637
+ :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
638
+ list-style-type: lower-roman;
639
+ }
640
+ :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
641
+ list-style-type: upper-roman;
642
+ }
643
+ :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
644
+ list-style-type: lower-roman;
645
+ }
646
+ :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
647
+ list-style-type: decimal;
648
+ }
649
+ :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
650
+ list-style-type: disc;
651
+ margin-top: 1.25em;
652
+ margin-bottom: 1.25em;
653
+ padding-inline-start: 1.625em;
654
+ }
655
+ :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
656
+ font-weight: 400;
657
+ color: var(--tw-prose-counters);
658
+ }
659
+ :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
660
+ color: var(--tw-prose-bullets);
661
+ }
662
+ :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
663
+ color: var(--tw-prose-headings);
664
+ font-weight: 600;
665
+ margin-top: 1.25em;
666
+ }
667
+ :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
668
+ border-color: var(--tw-prose-hr);
669
+ border-top-width: 1;
670
+ margin-top: 3em;
671
+ margin-bottom: 3em;
672
+ }
673
+ :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
674
+ font-weight: 500;
675
+ font-style: italic;
676
+ color: var(--tw-prose-quotes);
677
+ border-inline-start-width: 0.25rem;
678
+ border-inline-start-color: var(--tw-prose-quote-borders);
679
+ quotes: "\201c""\201d""\2018""\2019";
680
+ margin-top: 1.6em;
681
+ margin-bottom: 1.6em;
682
+ padding-inline-start: 1em;
683
+ }
684
+ :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
685
+ content: open-quote;
686
+ }
687
+ :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
688
+ content: close-quote;
689
+ }
690
+ :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
691
+ color: var(--tw-prose-headings);
692
+ font-weight: 800;
693
+ font-size: 2.25em;
694
+ margin-top: 0;
695
+ margin-bottom: 0.8888889em;
696
+ line-height: 1.1111111;
697
+ }
698
+ :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
699
+ font-weight: 900;
700
+ color: inherit;
701
+ }
702
+ :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
703
+ color: var(--tw-prose-headings);
704
+ font-weight: 700;
705
+ font-size: 1.5em;
706
+ margin-top: 2em;
707
+ margin-bottom: 1em;
708
+ line-height: 1.3333333;
709
+ }
710
+ :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
711
+ font-weight: 800;
712
+ color: inherit;
713
+ }
714
+ :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
715
+ color: var(--tw-prose-headings);
716
+ font-weight: 600;
717
+ font-size: 1.25em;
718
+ margin-top: 1.6em;
719
+ margin-bottom: 0.6em;
720
+ line-height: 1.6;
721
+ }
722
+ :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
723
+ font-weight: 700;
724
+ color: inherit;
725
+ }
726
+ :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
727
+ color: var(--tw-prose-headings);
728
+ font-weight: 600;
729
+ margin-top: 1.5em;
730
+ margin-bottom: 0.5em;
731
+ line-height: 1.5;
732
+ }
733
+ :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
734
+ font-weight: 700;
735
+ color: inherit;
736
+ }
737
+ :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
738
+ margin-top: 2em;
739
+ margin-bottom: 2em;
740
+ }
741
+ :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
742
+ display: block;
743
+ margin-top: 2em;
744
+ margin-bottom: 2em;
745
+ }
746
+ :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
747
+ margin-top: 2em;
748
+ margin-bottom: 2em;
749
+ }
750
+ :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
751
+ font-weight: 500;
752
+ font-family: inherit;
753
+ color: var(--tw-prose-kbd);
754
+ box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
755
+ font-size: 0.875em;
756
+ border-radius: 0.3125rem;
757
+ padding-top: 0.1875em;
758
+ padding-inline-end: 0.375em;
759
+ padding-bottom: 0.1875em;
760
+ padding-inline-start: 0.375em;
761
+ }
762
+ :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
763
+ color: var(--tw-prose-code);
764
+ font-weight: 600;
765
+ font-size: 0.875em;
766
+ }
767
+ :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
768
+ content: "`";
769
+ }
770
+ :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
771
+ content: "`";
772
+ }
773
+ :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
774
+ color: inherit;
775
+ }
776
+ :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
777
+ color: inherit;
778
+ }
779
+ :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
780
+ color: inherit;
781
+ font-size: 0.875em;
782
+ }
783
+ :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
784
+ color: inherit;
785
+ font-size: 0.9em;
786
+ }
787
+ :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
788
+ color: inherit;
789
+ }
790
+ :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
791
+ color: inherit;
792
+ }
793
+ :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
794
+ color: inherit;
795
+ }
796
+ :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
797
+ color: var(--tw-prose-pre-code);
798
+ background-color: var(--tw-prose-pre-bg);
799
+ overflow-x: auto;
800
+ font-weight: 400;
801
+ font-size: 0.875em;
802
+ line-height: 1.7142857;
803
+ margin-top: 1.7142857em;
804
+ margin-bottom: 1.7142857em;
805
+ border-radius: 0.375rem;
806
+ padding-top: 0.8571429em;
807
+ padding-inline-end: 1.1428571em;
808
+ padding-bottom: 0.8571429em;
809
+ padding-inline-start: 1.1428571em;
810
+ }
811
+ :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
812
+ background-color: transparent;
813
+ border-width: 0;
814
+ border-radius: 0;
815
+ padding: 0;
816
+ font-weight: inherit;
817
+ color: inherit;
818
+ font-size: inherit;
819
+ font-family: inherit;
820
+ line-height: inherit;
821
+ }
822
+ :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
823
+ content: none;
824
+ }
825
+ :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
826
+ content: none;
827
+ }
828
+ :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
829
+ width: 100%;
830
+ table-layout: auto;
831
+ margin-top: 2em;
832
+ margin-bottom: 2em;
833
+ font-size: 0.875em;
834
+ line-height: 1.7142857;
835
+ }
836
+ :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
837
+ border-bottom-width: 1px;
838
+ border-bottom-color: var(--tw-prose-th-borders);
839
+ }
840
+ :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
841
+ color: var(--tw-prose-headings);
842
+ font-weight: 600;
843
+ vertical-align: bottom;
844
+ padding-inline-end: 0.5714286em;
845
+ padding-bottom: 0.5714286em;
846
+ padding-inline-start: 0.5714286em;
847
+ }
848
+ :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
849
+ border-bottom-width: 1px;
850
+ border-bottom-color: var(--tw-prose-td-borders);
851
+ }
852
+ :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
853
+ border-bottom-width: 0;
854
+ }
855
+ :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
856
+ vertical-align: baseline;
857
+ }
858
+ :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
859
+ border-top-width: 1px;
860
+ border-top-color: var(--tw-prose-th-borders);
861
+ }
862
+ :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
863
+ vertical-align: top;
864
+ }
865
+ :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
866
+ text-align: start;
867
+ }
868
+ :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
869
+ margin-top: 0;
870
+ margin-bottom: 0;
871
+ }
872
+ :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
873
+ color: var(--tw-prose-captions);
874
+ font-size: 0.875em;
875
+ line-height: 1.4285714;
876
+ margin-top: 0.8571429em;
877
+ }
878
+ --tw-prose-body: oklch(37.3% 0.034 259.733);
879
+ --tw-prose-headings: oklch(21% 0.034 264.665);
880
+ --tw-prose-lead: oklch(44.6% 0.03 256.802);
881
+ --tw-prose-links: oklch(21% 0.034 264.665);
882
+ --tw-prose-bold: oklch(21% 0.034 264.665);
883
+ --tw-prose-counters: oklch(55.1% 0.027 264.364);
884
+ --tw-prose-bullets: oklch(87.2% 0.01 258.338);
885
+ --tw-prose-hr: oklch(92.8% 0.006 264.531);
886
+ --tw-prose-quotes: oklch(21% 0.034 264.665);
887
+ --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
888
+ --tw-prose-captions: oklch(55.1% 0.027 264.364);
889
+ --tw-prose-kbd: oklch(21% 0.034 264.665);
890
+ --tw-prose-kbd-shadows: NaN NaN NaN;
891
+ --tw-prose-code: oklch(21% 0.034 264.665);
892
+ --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
893
+ --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
894
+ --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
895
+ --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
896
+ --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
897
+ --tw-prose-invert-headings: #fff;
898
+ --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
899
+ --tw-prose-invert-links: #fff;
900
+ --tw-prose-invert-bold: #fff;
901
+ --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
902
+ --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
903
+ --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
904
+ --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
905
+ --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
906
+ --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
907
+ --tw-prose-invert-kbd: #fff;
908
+ --tw-prose-invert-kbd-shadows: 255 255 255;
909
+ --tw-prose-invert-code: #fff;
910
+ --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
911
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
912
+ --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
913
+ --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
914
+ font-size: 1rem;
915
+ line-height: 1.75;
916
+ :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
917
+ margin-top: 0;
918
+ margin-bottom: 0;
919
+ }
920
+ :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
921
+ margin-top: 0.5em;
922
+ margin-bottom: 0.5em;
923
+ }
924
+ :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
925
+ padding-inline-start: 0.375em;
926
+ }
927
+ :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
928
+ padding-inline-start: 0.375em;
929
+ }
930
+ :where(.prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
931
+ margin-top: 0.75em;
932
+ margin-bottom: 0.75em;
933
+ }
934
+ :where(.prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
935
+ margin-top: 1.25em;
936
+ }
937
+ :where(.prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
938
+ margin-bottom: 1.25em;
939
+ }
940
+ :where(.prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
941
+ margin-top: 1.25em;
942
+ }
943
+ :where(.prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
944
+ margin-bottom: 1.25em;
945
+ }
946
+ :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
947
+ margin-top: 0.75em;
948
+ margin-bottom: 0.75em;
949
+ }
950
+ :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
951
+ margin-top: 1.25em;
952
+ margin-bottom: 1.25em;
953
+ }
954
+ :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
955
+ margin-top: 0.5em;
956
+ padding-inline-start: 1.625em;
957
+ }
958
+ :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
959
+ margin-top: 0;
960
+ }
961
+ :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
962
+ margin-top: 0;
963
+ }
964
+ :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
965
+ margin-top: 0;
966
+ }
967
+ :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
968
+ margin-top: 0;
969
+ }
970
+ :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
971
+ padding-inline-start: 0;
972
+ }
973
+ :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
974
+ padding-inline-end: 0;
975
+ }
976
+ :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
977
+ padding-top: 0.5714286em;
978
+ padding-inline-end: 0.5714286em;
979
+ padding-bottom: 0.5714286em;
980
+ padding-inline-start: 0.5714286em;
981
+ }
982
+ :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
983
+ padding-inline-start: 0;
984
+ }
985
+ :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
986
+ padding-inline-end: 0;
987
+ }
988
+ :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
989
+ margin-top: 2em;
990
+ margin-bottom: 2em;
991
+ }
992
+ :where(.prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
993
+ margin-top: 0;
994
+ }
995
+ :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
996
+ margin-bottom: 0;
997
+ }
998
+ }
575
999
  .-mt-4 {
576
1000
  margin-top: calc(var(--spacing) * -4);
577
1001
  }
@@ -839,9 +1263,6 @@
839
1263
  .h-\[calc\(100vh-4\.75rem\)\] {
840
1264
  height: calc(100vh - 4.75rem);
841
1265
  }
842
- .h-\[var\(--masthead-height\)\] {
843
- height: var(--masthead-height);
844
- }
845
1266
  .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
846
1267
  height: var(--radix-navigation-menu-viewport-height);
847
1268
  }
@@ -1025,6 +1446,9 @@
1025
1446
  .max-w-max {
1026
1447
  max-width: max-content;
1027
1448
  }
1449
+ .max-w-none {
1450
+ max-width: none;
1451
+ }
1028
1452
  .max-w-sm {
1029
1453
  max-width: var(--container-sm);
1030
1454
  }
@@ -1669,6 +2093,9 @@
1669
2093
  .border-grey-600 {
1670
2094
  border-color: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
1671
2095
  }
2096
+ .border-grey-900\/10 {
2097
+ border-color: color-mix(in oklab, oklch(0.17511812981113217 0.007251980042076026 242.08383926925922) 10%, transparent);
2098
+ }
1672
2099
  .border-grey-950\/10 {
1673
2100
  border-color: color-mix(in oklab, oklch(0.12797094101582737 0.005697984318774021 242.08383926925922) 10%, transparent);
1674
2101
  }
@@ -1837,6 +2264,9 @@
1837
2264
  .bg-grey-300 {
1838
2265
  background-color: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
1839
2266
  }
2267
+ .bg-grey-800 {
2268
+ background-color: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
2269
+ }
1840
2270
  .bg-grey-950\/\[2\.5\%\] {
1841
2271
  background-color: color-mix(in oklab, oklch(0.12797094101582737 0.005697984318774021 242.08383926925922) 2.5%, transparent);
1842
2272
  }
@@ -1929,6 +2359,10 @@
1929
2359
  --tw-gradient-position: to right in oklab;
1930
2360
  background-image: linear-gradient(var(--tw-gradient-stops));
1931
2361
  }
2362
+ .from-grey-800 {
2363
+ --tw-gradient-from: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
2364
+ --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));
2365
+ }
1932
2366
  .from-nsw-grey-600 {
1933
2367
  --tw-gradient-from: var(--color-nsw-grey-600);
1934
2368
  --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));
@@ -2164,6 +2598,9 @@
2164
2598
  .py-10 {
2165
2599
  padding-block: calc(var(--spacing) * 10);
2166
2600
  }
2601
+ .py-12 {
2602
+ padding-block: calc(var(--spacing) * 12);
2603
+ }
2167
2604
  .py-16 {
2168
2605
  padding-block: calc(var(--spacing) * 16);
2169
2606
  }
@@ -2295,6 +2732,10 @@
2295
2732
  font-size: var(--text-base);
2296
2733
  line-height: calc(var(--spacing) * 5);
2297
2734
  }
2735
+ .text-base\/6 {
2736
+ font-size: var(--text-base);
2737
+ line-height: calc(var(--spacing) * 6);
2738
+ }
2298
2739
  .text-base\/7 {
2299
2740
  font-size: var(--text-base);
2300
2741
  line-height: calc(var(--spacing) * 7);
@@ -2531,6 +2972,9 @@
2531
2972
  .text-cyan-500 {
2532
2973
  color: var(--color-cyan-500);
2533
2974
  }
2975
+ .text-danger-600 {
2976
+ color: var(--color-danger-600);
2977
+ }
2534
2978
  .text-destructive {
2535
2979
  color: var(--destructive);
2536
2980
  }
@@ -2573,6 +3017,9 @@
2573
3017
  .text-grey-600 {
2574
3018
  color: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
2575
3019
  }
3020
+ .text-grey-700 {
3021
+ color: oklch(0.3479196456937804 0.010781103557482309 237.35049475166784);
3022
+ }
2576
3023
  .text-grey-800 {
2577
3024
  color: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
2578
3025
  }
@@ -2618,9 +3065,6 @@
2618
3065
  .text-primary-700 {
2619
3066
  color: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
2620
3067
  }
2621
- .text-primary-750 {
2622
- color: oklch(0.3612771781572896 0.1454302157585341 260.07053568790974);
2623
- }
2624
3068
  .text-primary-800 {
2625
3069
  color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
2626
3070
  }
@@ -3911,6 +4355,13 @@
3911
4355
  }
3912
4356
  }
3913
4357
  }
4358
+ .hover\:border-primary-800 {
4359
+ &:hover {
4360
+ @media (hover: hover) {
4361
+ border-color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
4362
+ }
4363
+ }
4364
+ }
3914
4365
  .hover\:bg-accent {
3915
4366
  &:hover {
3916
4367
  @media (hover: hover) {
@@ -4141,13 +4592,6 @@
4141
4592
  }
4142
4593
  }
4143
4594
  }
4144
- .hover\:text-slate-700 {
4145
- &:hover {
4146
- @media (hover: hover) {
4147
- color: var(--color-slate-700);
4148
- }
4149
- }
4150
- }
4151
4595
  .hover\:underline {
4152
4596
  &:hover {
4153
4597
  @media (hover: hover) {
@@ -5164,6 +5608,14 @@
5164
5608
  }
5165
5609
  }
5166
5610
  }
5611
+ .\*\:data-\[slot\=label\]\:font-medium {
5612
+ :is(& > *) {
5613
+ &[data-slot=label] {
5614
+ --tw-font-weight: var(--font-weight-medium);
5615
+ font-weight: var(--font-weight-medium);
5616
+ }
5617
+ }
5618
+ }
5167
5619
  .\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 {
5168
5620
  :is(& *) {
5169
5621
  &[data-slot=navigation-menu-link] {
@@ -5220,6 +5672,13 @@
5220
5672
  }
5221
5673
  }
5222
5674
  }
5675
+ .\*\:data-\[slot\=text\]\:mt-1 {
5676
+ :is(& > *) {
5677
+ &[data-slot=text] {
5678
+ margin-top: calc(var(--spacing) * 1);
5679
+ }
5680
+ }
5681
+ }
5223
5682
  .data-\[state\=active\]\:border-accent {
5224
5683
  &[data-state=active] {
5225
5684
  border-color: var(--accent);
@@ -6294,9 +6753,9 @@
6294
6753
  position: sticky;
6295
6754
  }
6296
6755
  }
6297
- .xl\:top-\[4\.75rem\] {
6756
+ .xl\:top-0 {
6298
6757
  @media (width >= 80rem) {
6299
- top: 4.75rem;
6758
+ top: calc(var(--spacing) * 0);
6300
6759
  }
6301
6760
  }
6302
6761
  .xl\:-mr-6 {
@@ -6309,9 +6768,9 @@
6309
6768
  display: block;
6310
6769
  }
6311
6770
  }
6312
- .xl\:h-\[calc\(100vh-4\.75rem\)\] {
6771
+ .xl\:h-screen {
6313
6772
  @media (width >= 80rem) {
6314
- height: calc(100vh - 4.75rem);
6773
+ height: 100vh;
6315
6774
  }
6316
6775
  }
6317
6776
  .xl\:flex-none {
@@ -6439,6 +6898,14 @@
6439
6898
  }
6440
6899
  }
6441
6900
  }
6901
+ .dark\:border-white\/10 {
6902
+ &:where([data-theme=dark], [data-theme=dark] *) {
6903
+ border-color: color-mix(in srgb, #fff 10%, transparent);
6904
+ @supports (color: color-mix(in lab, red, red)) {
6905
+ border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
6906
+ }
6907
+ }
6908
+ }
6442
6909
  .dark\:border-white\/20 {
6443
6910
  &:where([data-theme=dark], [data-theme=dark] *) {
6444
6911
  border-color: color-mix(in srgb, #fff 20%, transparent);
@@ -6762,6 +7229,11 @@
6762
7229
  }
6763
7230
  }
6764
7231
  }
7232
+ .dark\:text-danger-500 {
7233
+ &:where([data-theme=dark], [data-theme=dark] *) {
7234
+ color: var(--color-danger-500);
7235
+ }
7236
+ }
6765
7237
  .dark\:text-gray-50 {
6766
7238
  &:where([data-theme=dark], [data-theme=dark] *) {
6767
7239
  color: var(--color-gray-50);
@@ -6866,6 +7338,28 @@
6866
7338
  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,);
6867
7339
  }
6868
7340
  }
7341
+ .dark\:\!prose-invert {
7342
+ &:where([data-theme=dark], [data-theme=dark] *) {
7343
+ --tw-prose-body: var(--tw-prose-invert-body) !important;
7344
+ --tw-prose-headings: var(--tw-prose-invert-headings) !important;
7345
+ --tw-prose-lead: var(--tw-prose-invert-lead) !important;
7346
+ --tw-prose-links: var(--tw-prose-invert-links) !important;
7347
+ --tw-prose-bold: var(--tw-prose-invert-bold) !important;
7348
+ --tw-prose-counters: var(--tw-prose-invert-counters) !important;
7349
+ --tw-prose-bullets: var(--tw-prose-invert-bullets) !important;
7350
+ --tw-prose-hr: var(--tw-prose-invert-hr) !important;
7351
+ --tw-prose-quotes: var(--tw-prose-invert-quotes) !important;
7352
+ --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders) !important;
7353
+ --tw-prose-captions: var(--tw-prose-invert-captions) !important;
7354
+ --tw-prose-kbd: var(--tw-prose-invert-kbd) !important;
7355
+ --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows) !important;
7356
+ --tw-prose-code: var(--tw-prose-invert-code) !important;
7357
+ --tw-prose-pre-code: var(--tw-prose-invert-pre-code) !important;
7358
+ --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg) !important;
7359
+ --tw-prose-th-borders: var(--tw-prose-invert-th-borders) !important;
7360
+ --tw-prose-td-borders: var(--tw-prose-invert-td-borders) !important;
7361
+ }
7362
+ }
6869
7363
  .dark\:\[--badge-bg\:var\(--color-grey-600\)\] {
6870
7364
  &:where([data-theme=dark], [data-theme=dark] *) {
6871
7365
  --badge-bg: var(--color-grey-600);
@@ -7038,6 +7532,13 @@
7038
7532
  }
7039
7533
  }
7040
7534
  }
7535
+ .dark\:group-data-\[disabled\=true\]\:text-grey-400 {
7536
+ &:where([data-theme=dark], [data-theme=dark] *) {
7537
+ &:is(:where(.group)[data-disabled=true] *) {
7538
+ color: oklch(0.8630965162073586 0.007776237801518043 228.8687380011113);
7539
+ }
7540
+ }
7541
+ }
7041
7542
  .dark\:group-data-\[state\=checked\]\:border-nsw-grey-400 {
7042
7543
  &:where([data-theme=dark], [data-theme=dark] *) {
7043
7544
  &:is(:where(.group)[data-state=checked] *) {
@@ -7089,6 +7590,15 @@
7089
7590
  }
7090
7591
  }
7091
7592
  }
7593
+ .dark\:hover\:border-white {
7594
+ &:where([data-theme=dark], [data-theme=dark] *) {
7595
+ &:hover {
7596
+ @media (hover: hover) {
7597
+ border-color: var(--color-white);
7598
+ }
7599
+ }
7600
+ }
7601
+ }
7092
7602
  .dark\:hover\:bg-gray-700 {
7093
7603
  &:where([data-theme=dark], [data-theme=dark] *) {
7094
7604
  &:hover {
@@ -7582,6 +8092,64 @@
7582
8092
  }
7583
8093
  }
7584
8094
  }
8095
+ .prose-a\:font-medium {
8096
+ & :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
8097
+ --tw-font-weight: var(--font-weight-medium);
8098
+ font-weight: var(--font-weight-medium);
8099
+ }
8100
+ }
8101
+ .prose-a\:text-primary-800 {
8102
+ & :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
8103
+ color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
8104
+ }
8105
+ }
8106
+ .prose-a\:underline {
8107
+ & :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
8108
+ text-decoration-line: underline;
8109
+ }
8110
+ }
8111
+ .prose-a\:decoration-primary-800 {
8112
+ & :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
8113
+ text-decoration-color: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
8114
+ }
8115
+ }
8116
+ .prose-a\:underline-offset-4 {
8117
+ & :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
8118
+ text-underline-offset: 4px;
8119
+ }
8120
+ }
8121
+ .prose-a\:hover\:bg-primary-800\/10 {
8122
+ & :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
8123
+ &:hover {
8124
+ @media (hover: hover) {
8125
+ background-color: color-mix(in oklab, oklch(0.2899986864508513 0.11729574451023282 259.841936589881) 10%, transparent);
8126
+ }
8127
+ }
8128
+ }
8129
+ }
8130
+ .prose-a\:hover\:decoration-2 {
8131
+ & :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
8132
+ &:hover {
8133
+ @media (hover: hover) {
8134
+ text-decoration-thickness: 2px;
8135
+ }
8136
+ }
8137
+ }
8138
+ }
8139
+ .prose-a\:focus-visible\:bg-primary-800\/10 {
8140
+ & :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
8141
+ &:focus-visible {
8142
+ background-color: color-mix(in oklab, oklch(0.2899986864508513 0.11729574451023282 259.841936589881) 10%, transparent);
8143
+ }
8144
+ }
8145
+ }
8146
+ .prose-a\:dark\:text-grey-100 {
8147
+ & :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
8148
+ &:where([data-theme=dark], [data-theme=dark] *) {
8149
+ color: oklch(0.9700350548225147 0 0);
8150
+ }
8151
+ }
8152
+ }
7585
8153
  .\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground {
7586
8154
  & .recharts-cartesian-axis-tick text {
7587
8155
  fill: var(--muted-foreground);
@@ -7895,6 +8463,36 @@
7895
8463
  border-bottom-width: 1px;
7896
8464
  }
7897
8465
  }
8466
+ .\[\&\>\*\+\[data-slot\=control\]\]\:mt-6 {
8467
+ & > * + [data-slot=control] {
8468
+ margin-top: calc(var(--spacing) * 6);
8469
+ }
8470
+ }
8471
+ .\[\&\>\[data-slot\=control\]\+\[data-slot\=description\]\]\:mt-3 {
8472
+ & > [data-slot=control] + [data-slot=description] {
8473
+ margin-top: calc(var(--spacing) * 3);
8474
+ }
8475
+ }
8476
+ .\[\&\>\[data-slot\=control\]\+\[data-slot\=error\]\]\:mt-3 {
8477
+ & > [data-slot=control] + [data-slot=error] {
8478
+ margin-top: calc(var(--spacing) * 3);
8479
+ }
8480
+ }
8481
+ .\[\&\>\[data-slot\=description\]\+\[data-slot\=control\]\]\:mt-3 {
8482
+ & > [data-slot=description] + [data-slot=control] {
8483
+ margin-top: calc(var(--spacing) * 3);
8484
+ }
8485
+ }
8486
+ .\[\&\>\[data-slot\=label\]\+\[data-slot\=control\]\]\:mt-3 {
8487
+ & > [data-slot=label] + [data-slot=control] {
8488
+ margin-top: calc(var(--spacing) * 3);
8489
+ }
8490
+ }
8491
+ .\[\&\>\[data-slot\=label\]\+\[data-slot\=description\]\]\:mt-1 {
8492
+ & > [data-slot=label] + [data-slot=description] {
8493
+ margin-top: calc(var(--spacing) * 1);
8494
+ }
8495
+ }
7898
8496
  .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] {
7899
8497
  & > [role=checkbox] {
7900
8498
  --tw-translate-y: 2px;
@@ -8545,36 +9143,110 @@ code.language-html .token.comment {
8545
9143
  --scaling: 1;
8546
9144
  --radius: 0.25rem;
8547
9145
  --background: oklch(1 0 0);
8548
- --foreground: oklch(0.141 0.005 285.823);
9146
+ --foreground: var(--color-grey-950);
8549
9147
  --card: oklch(1 0 0);
8550
- --card-foreground: oklch(0.141 0.005 285.823);
9148
+ --card-foreground: var(--color-grey-950);
8551
9149
  --popover: oklch(1 0 0);
8552
- --popover-foreground: oklch(0.141 0.005 285.823);
8553
- --primary: oklch(0.21 0.006 285.885);
8554
- --primary-foreground: oklch(0.985 0 0);
8555
- --secondary: oklch(0.967 0.001 286.375);
8556
- --secondary-foreground: oklch(0.21 0.006 285.885);
8557
- --muted: oklch(0.967 0.001 286.375);
8558
- --muted-foreground: oklch(0.552 0.016 285.938);
8559
- --accent: oklch(0.967 0.001 286.375);
8560
- --accent-foreground: oklch(0.21 0.006 285.885);
8561
- --destructive: oklch(0.577 0.245 27.325);
8562
- --border: oklch(0.92 0.004 286.32);
8563
- --input: oklch(0.92 0.004 286.32);
8564
- --ring: oklch(0.705 0.015 286.067);
8565
- --chart-1: oklch(0.646 0.222 41.116);
8566
- --chart-2: oklch(0.6 0.118 184.704);
8567
- --chart-3: oklch(0.398 0.07 227.392);
8568
- --chart-4: oklch(0.828 0.189 84.429);
8569
- --chart-5: oklch(0.769 0.188 70.08);
8570
- --sidebar: oklch(0.985 0 0);
8571
- --sidebar-foreground: oklch(0.141 0.005 285.823);
8572
- --sidebar-primary: oklch(0.21 0.006 285.885);
8573
- --sidebar-primary-foreground: oklch(0.985 0 0);
8574
- --sidebar-accent: oklch(0.967 0.001 286.375);
8575
- --sidebar-accent-foreground: oklch(0.21 0.006 285.885);
8576
- --sidebar-border: oklch(0.92 0.004 286.32);
8577
- --sidebar-ring: oklch(0.705 0.015 286.067);
9150
+ --popover-foreground: var(--color-grey-950);
9151
+ --primary: var(--color-grey-850);
9152
+ --primary-foreground: var(--color-grey-50);
9153
+ --secondary: var(--color-grey-100);
9154
+ --secondary-foreground: var(--color-grey-850);
9155
+ --muted: var(--color-grey-100);
9156
+ --muted-foreground: var(--color-grey-550);
9157
+ --accent: var(--color-grey-100);
9158
+ --accent-foreground: var(--color-grey-850);
9159
+ --destructive: var(--color-danger-500);
9160
+ --border: var(--color-grey-250);
9161
+ --input: var(--color-grey-250);
9162
+ --ring: var(--color-grey-450);
9163
+ --chart-1: var(--color-primary-600);
9164
+ --chart-2: var(--color-primary-400);
9165
+ --chart-3: var(--color-primary-800);
9166
+ --chart-4: var(--color-accent-400);
9167
+ --chart-5: var(--color-accent-600);
9168
+ --sidebar: var(--color-grey-50);
9169
+ --sidebar-foreground: var(--color-grey-950);
9170
+ --sidebar-primary: var(--color-grey-850);
9171
+ --sidebar-primary-foreground: var(--color-grey-50);
9172
+ --sidebar-accent: var(--color-grey-100);
9173
+ --sidebar-accent-foreground: var(--color-grey-850);
9174
+ --sidebar-border: var(--color-grey-250);
9175
+ --sidebar-ring: var(--color-grey-450);
9176
+ }
9177
+ [data-theme=dark] {
9178
+ --background: var(--color-grey-950);
9179
+ --foreground: var(--color-grey-50);
9180
+ --card: var(--color-grey-850);
9181
+ --card-foreground: var(--color-grey-50);
9182
+ --popover: var(--color-grey-850);
9183
+ --popover-foreground: var(--color-grey-50);
9184
+ --primary: var(--color-grey-250);
9185
+ --primary-foreground: var(--color-grey-850);
9186
+ --secondary: var(--color-grey-800);
9187
+ --secondary-foreground: var(--color-grey-50);
9188
+ --muted: var(--color-grey-800);
9189
+ --muted-foreground: var(--color-grey-450);
9190
+ --accent: var(--color-grey-800);
9191
+ --accent-foreground: var(--color-grey-50);
9192
+ --destructive: var(--color-danger-350);
9193
+ --border: oklch(1 0 0 / 10%);
9194
+ --input: oklch(1 0 0 / 15%);
9195
+ --ring: var(--color-grey-550);
9196
+ --chart-1: var(--color-primary-600);
9197
+ --chart-2: var(--color-primary-400);
9198
+ --chart-3: var(--color-primary-800);
9199
+ --chart-4: var(--color-accent-400);
9200
+ --chart-5: var(--color-accent-600);
9201
+ --sidebar: var(--color-grey-850);
9202
+ --sidebar-foreground: var(--color-grey-50);
9203
+ --sidebar-primary: var(--color-primary-600);
9204
+ --sidebar-primary-foreground: var(--color-grey-50);
9205
+ --sidebar-accent: var(--color-grey-800);
9206
+ --sidebar-accent-foreground: var(--color-grey-50);
9207
+ --sidebar-border: oklch(1 0 0 / 10%);
9208
+ --sidebar-ring: var(--color-grey-550);
9209
+ }
9210
+ .prose {
9211
+ --tw-prose-body: var(--color-grey-800);
9212
+ --tw-prose-headings: var(--color-primary-800);
9213
+ --tw-prose-lead: var(--color-grey-600);
9214
+ --tw-prose-links: var(--color-primary-800);
9215
+ --tw-prose-bold: var(--color-grey-900);
9216
+ --tw-prose-counters: var(--color-grey-600);
9217
+ --tw-prose-bullets: var(--color-grey-600);
9218
+ --tw-prose-hr: var(--color-grey-200);
9219
+ --tw-prose-quotes: var(--color-grey-900);
9220
+ --tw-prose-quote-borders: var(--color-grey-200);
9221
+ --tw-prose-captions: var(--color-grey-500);
9222
+ --tw-prose-kbd: var(--color-grey-900);
9223
+ --tw-prose-kbd-shadows: 14 17 19;
9224
+ --tw-prose-code: var(--color-grey-900);
9225
+ --tw-prose-pre-code: var(--color-grey-200);
9226
+ --tw-prose-pre-bg: var(--color-grey-800);
9227
+ --tw-prose-th-borders: var(--color-grey-300);
9228
+ --tw-prose-td-borders: var(--color-grey-200);
9229
+ --tw-prose-invert-body: var(--color-grey-300);
9230
+ --tw-prose-invert-headings: var(--color-white);
9231
+ --tw-prose-invert-lead: var(--color-grey-400);
9232
+ --tw-prose-invert-links: var(--color-white);
9233
+ --tw-prose-invert-bold: var(--color-white);
9234
+ --tw-prose-invert-counters: var(--color-grey-400);
9235
+ --tw-prose-invert-bullets: var(--color-grey-400);
9236
+ --tw-prose-invert-hr: var(--color-grey-700);
9237
+ --tw-prose-invert-quotes: var(--color-grey-100);
9238
+ --tw-prose-invert-quote-borders: var(--color-grey-700);
9239
+ --tw-prose-invert-captions: var(--color-grey-400);
9240
+ --tw-prose-invert-kbd: var(--color-white);
9241
+ --tw-prose-invert-kbd-shadows: 255 255 255;
9242
+ --tw-prose-invert-code: var(--color-white);
9243
+ --tw-prose-invert-pre-code: var(--color-grey-300);
9244
+ --tw-prose-invert-pre-bg: color-mix(in srgb, oklch(0.17511812981113217 0.007251980042076026 242.08383926925922), transparent 50%);
9245
+ @supports (color: color-mix(in lab, red, red)) {
9246
+ --tw-prose-invert-pre-bg: color-mix(in oklch, var(--color-grey-900), transparent 50%);
9247
+ }
9248
+ --tw-prose-invert-th-borders: var(--color-grey-600);
9249
+ --tw-prose-invert-td-borders: var(--color-grey-700);
8578
9250
  }
8579
9251
  :root {
8580
9252
  --font-size-1: calc(18px * var(--scaling));
@@ -8693,40 +9365,10 @@ body {
8693
9365
  -webkit-font-smoothing: antialiased;
8694
9366
  -moz-osx-font-smoothing: grayscale;
8695
9367
  }
8696
- [data-theme=dark] {
8697
- --background: oklch(0.141 0.005 285.823);
8698
- --foreground: oklch(0.985 0 0);
8699
- --card: oklch(0.21 0.006 285.885);
8700
- --card-foreground: oklch(0.985 0 0);
8701
- --popover: oklch(0.21 0.006 285.885);
8702
- --popover-foreground: oklch(0.985 0 0);
8703
- --primary: oklch(0.92 0.004 286.32);
8704
- --primary-foreground: oklch(0.21 0.006 285.885);
8705
- --secondary: oklch(0.274 0.006 286.033);
8706
- --secondary-foreground: oklch(0.985 0 0);
8707
- --muted: oklch(0.274 0.006 286.033);
8708
- --muted-foreground: oklch(0.705 0.015 286.067);
8709
- --accent: oklch(0.274 0.006 286.033);
8710
- --accent-foreground: oklch(0.985 0 0);
8711
- --destructive: oklch(0.704 0.191 22.216);
8712
- --border: oklch(1 0 0 / 10%);
8713
- --input: oklch(1 0 0 / 15%);
8714
- --ring: oklch(0.552 0.016 285.938);
8715
- --chart-1: oklch(0.488 0.243 264.376);
8716
- --chart-2: oklch(0.696 0.17 162.48);
8717
- --chart-3: oklch(0.769 0.188 70.08);
8718
- --chart-4: oklch(0.627 0.265 303.9);
8719
- --chart-5: oklch(0.645 0.246 16.439);
8720
- --sidebar: oklch(0.21 0.006 285.885);
8721
- --sidebar-foreground: oklch(0.985 0 0);
8722
- --sidebar-primary: oklch(0.488 0.243 264.376);
8723
- --sidebar-primary-foreground: oklch(0.985 0 0);
8724
- --sidebar-accent: oklch(0.274 0.006 286.033);
8725
- --sidebar-accent-foreground: oklch(0.985 0 0);
8726
- --sidebar-border: oklch(1 0 0 / 10%);
8727
- --sidebar-ring: oklch(0.552 0.016 285.938);
8728
- }
8729
9368
  @layer base {
9369
+ html {
9370
+ scroll-behavior: smooth;
9371
+ }
8730
9372
  * {
8731
9373
  border-color: var(--border);
8732
9374
  outline-color: var(--ring);