@stackoverflow/stacks 2.3.3 → 2.4.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.
@@ -1570,21 +1570,6 @@ body.theme-highcontrast .s-btn.s-btn__muted {
1570
1570
  --_bu-number-fc-filled: var(--black);
1571
1571
  --_bu-number-fc-selected: var(--white);
1572
1572
  }
1573
- .s-btn.s-btn__primary {
1574
- --_bu-bg: var(--theme-button-primary-background-color, var(--theme-secondary-400));
1575
- --_bu-bg-active: var(--theme-button-primary-active-background-color, var(--theme-secondary-600));
1576
- --_bu-bg-hover: var(--theme-button-primary-hover-background-color, var(--theme-secondary-500));
1577
- --_bu-bg-selected: var(--theme-button-primary-selected-background-color, var(--theme-secondary-500));
1578
- --_bu-fc: var(--theme-button-primary-color, var(--white));
1579
- --_bu-fc-active: var(--theme-button-primary-hover-color, var(--white));
1580
- --_bu-fc-hover: var(--theme-button-primary-hover-color, var(--white));
1581
- --_bu-fc-selected: var(--theme-button-primary-selected-color, var(--white));
1582
- --_bu-number-fc: var(--theme-button-primary-number-color, var(--theme-secondary-600));
1583
- --_bu-number-fc-selected: var(--theme-button-primary-number-color, var(--theme-secondary-600));
1584
- }
1585
- body.theme-highcontrast .s-btn.s-btn__primary {
1586
- --_bu-bc: transparent;
1587
- }
1588
1573
  body.theme-highcontrast .s-btn.s-btn__facebook,
1589
1574
  body.theme-highcontrast .s-btn.s-btn__github {
1590
1575
  --_bu-bc: transparent;
@@ -5854,6 +5839,8 @@ input[type="checkbox"].s-toggle-switch[disabled] {
5854
5839
  cursor: default;
5855
5840
  }
5856
5841
  .s-topbar {
5842
+ --_tb-bt: var(--theme-topbar-accent-border, 3px solid var(--theme-primary));
5843
+ --_tb-h: var(--theme-topbar-height, calc(var(--su-static48) + var(--su-static8)));
5857
5844
  --_tb-item-bg: unset;
5858
5845
  --_tb-item-fc: var(--theme-topbar-item-color, var(--black-400));
5859
5846
  --_tb-item-ai-bs: 0 0 0 var(--su-static2) var(--theme-topbar-background-color, var(--white));
@@ -5880,9 +5867,9 @@ input[type="checkbox"].s-toggle-switch[disabled] {
5880
5867
  align-items: center;
5881
5868
  background-color: var(--theme-topbar-background-color, var(--white));
5882
5869
  border-bottom: var(--theme-topbar-bottom-border, var(--su-static1) solid var(--black-225));
5883
- border-top: var(--theme-topbar-accent-border, 3px solid var(--theme-primary));
5870
+ border-top: var(--_tb-bt);
5884
5871
  display: flex;
5885
- height: var(--theme-topbar-height, calc(var(--su-static48) + var(--su-static8)));
5872
+ height: var(--_tb-h);
5886
5873
  min-width: auto;
5887
5874
  position: relative;
5888
5875
  width: 100%;
@@ -5954,6 +5941,17 @@ body.theme-highcontrast.theme-dark .s-topbar.s-topbar__light {
5954
5941
  --focus-neutral: hsl(210, 8%, 5%);
5955
5942
  --focus-theme: var(--theme-dark-secondary-custom-400, hsl(210, 89%, 77%));
5956
5943
  }
5944
+ .s-topbar:has( > .s-topbar--skip-link:focus) {
5945
+ border-top: none;
5946
+ display: block;
5947
+ height: auto;
5948
+ }
5949
+ .s-topbar:has( > .s-topbar--skip-link:focus) .s-topbar--container {
5950
+ height: var(--_tb-h);
5951
+ }
5952
+ .s-topbar:has( > .s-topbar--skip-link:focus) .s-topbar--skip-link {
5953
+ border-bottom: var(--_tb-bt);
5954
+ }
5957
5955
  .s-topbar a.s-topbar--logo:focus-visible {
5958
5956
  box-shadow: inset 0 0 0 var(--su-static2) var(--focus-theme), inset 0 0 0 var(--su-static4) var(--focus-neutral);
5959
5957
  outline: var(--su-static2) solid transparent !important;
@@ -6236,6 +6234,14 @@ body.theme-highcontrast.theme-dark .s-topbar.s-topbar__light {
6236
6234
  max-width: var(--_tb-searchbar-open-mxw);
6237
6235
  }
6238
6236
  }
6237
+ .s-topbar .s-topbar--skip-link {
6238
+ background-color: var(--theme-secondary-100);
6239
+ border-bottom: var(--_tb-bt);
6240
+ display: block;
6241
+ outline: none;
6242
+ padding: var(--su12);
6243
+ text-align: center;
6244
+ }
6239
6245
  .s-topbar .s-navigation .s-navigation--item:not(.is-selected) {
6240
6246
  color: var(--theme-topbar-item-color, var(--black-400));
6241
6247
  }
@@ -6677,894 +6683,6 @@ body {
6677
6683
  --s-full: 97.2307692rem;
6678
6684
  --s-step: calc(var(--s-full) / 12);
6679
6685
  }
6680
- :root {
6681
- --theme-base-primary-color-legacy-h: 27;
6682
- --theme-base-primary-color-legacy-s: 90%;
6683
- --theme-base-primary-color-legacy-l: 55%;
6684
- --theme-base-primary-color-legacy-r: 243.525;
6685
- --theme-base-primary-color-legacy-g: 129.9225;
6686
- --theme-base-primary-color-legacy-b: 36.975;
6687
- --theme-base-secondary-color-legacy-h: 206;
6688
- --theme-base-secondary-color-legacy-s: 100%;
6689
- --theme-base-secondary-color-legacy-l: 40%;
6690
- --theme-base-secondary-color-legacy-r: 0;
6691
- --theme-base-secondary-color-legacy-g: 115.6;
6692
- --theme-base-secondary-color-legacy-b: 204;
6693
- }
6694
- body:not(.theme-dark),
6695
- body.theme-dark .theme-light__forced,
6696
- body.theme-system .theme-light__forced {
6697
- --white-legacy: hsl(0, 0%, 100%);
6698
- --black-legacy: hsl(210, 8%, 5%);
6699
- --orange-legacy: hsl(27, 90%, 55%);
6700
- --yellow-legacy: hsl(47, 83%, 91%);
6701
- --green-legacy: hsl(140, 40%, 55%);
6702
- --blue-legacy: hsl(206, 100%, 40%);
6703
- --powder-legacy: hsl(205, 46%, 92%);
6704
- --red-legacy: hsl(358, 62%, 52%);
6705
- --black-legacy-025: hsl(210, 8%, 97.5%);
6706
- --black-legacy-050: hsl(210, 8%, 95%);
6707
- --black-legacy-075: hsl(210, 8%, 90%);
6708
- --black-legacy-100: hsl(210, 8%, 85%);
6709
- --black-legacy-150: hsl(210, 8%, 80%);
6710
- --black-legacy-200: hsl(210, 8%, 75%);
6711
- --black-legacy-300: hsl(210, 8%, 65%);
6712
- --black-legacy-350: hsl(210, 8%, 60%);
6713
- --black-legacy-400: hsl(210, 8%, 55%);
6714
- --black-legacy-500: hsl(210, 8%, 45%);
6715
- --black-legacy-600: hsl(210, 8%, 35%);
6716
- --black-legacy-700: hsl(210, 8%, 25%);
6717
- --black-legacy-750: hsl(210, 8%, 20%);
6718
- --black-legacy-800: hsl(210, 8%, 15%);
6719
- --black-legacy-900: hsl(210, 8%, 5%);
6720
- --orange-legacy-050: hsl(27, 100%, 97%);
6721
- --orange-legacy-100: hsl(27, 95%, 90%);
6722
- --orange-legacy-200: hsl(27, 90%, 83%);
6723
- --orange-legacy-300: hsl(27, 90%, 70%);
6724
- --orange-legacy-400: hsl(27, 90%, 55%);
6725
- --orange-legacy-500: hsl(27, 90%, 50%);
6726
- --orange-legacy-600: hsl(27, 90%, 45%);
6727
- --orange-legacy-700: hsl(27, 90%, 39%);
6728
- --orange-legacy-800: hsl(27, 87%, 35%);
6729
- --orange-legacy-900: hsl(27, 80%, 30%);
6730
- --blue-legacy-050: hsl(206, 100%, 97%);
6731
- --blue-legacy-100: hsl(206, 96%, 90%);
6732
- --blue-legacy-200: hsl(206, 93%, 83.5%);
6733
- --blue-legacy-300: hsl(206, 90%, 69.5%);
6734
- --blue-legacy-400: hsl(206, 85%, 57.5%);
6735
- --blue-legacy-500: hsl(206, 100%, 52%);
6736
- --blue-legacy-600: hsl(206, 100%, 40%);
6737
- --blue-legacy-700: hsl(209, 100%, 37.5%);
6738
- --blue-legacy-800: hsl(209, 100%, 32%);
6739
- --blue-legacy-900: hsl(209, 100%, 26%);
6740
- --powder-legacy-050: hsl(205, 47%, 97%);
6741
- --powder-legacy-100: hsl(205, 46%, 92%);
6742
- --powder-legacy-200: hsl(205, 53%, 88%);
6743
- --powder-legacy-300: hsl(205, 57%, 81%);
6744
- --powder-legacy-400: hsl(205, 56%, 76%);
6745
- --powder-legacy-500: hsl(205, 41%, 63%);
6746
- --powder-legacy-600: hsl(205, 36%, 53%);
6747
- --powder-legacy-700: hsl(205, 47%, 42%);
6748
- --powder-legacy-800: hsl(205, 46%, 32%);
6749
- --powder-legacy-900: hsl(205, 46%, 22%);
6750
- --green-legacy-025: hsl(140, 42%, 95%);
6751
- --green-legacy-050: hsl(140, 40%, 90%);
6752
- --green-legacy-100: hsl(140, 40%, 85%);
6753
- --green-legacy-200: hsl(140, 40%, 75%);
6754
- --green-legacy-300: hsl(140, 40%, 65%);
6755
- --green-legacy-400: hsl(140, 40%, 55%);
6756
- --green-legacy-500: hsl(140, 40%, 47%);
6757
- --green-legacy-600: hsl(140, 40%, 40%);
6758
- --green-legacy-700: hsl(140, 41%, 31%);
6759
- --green-legacy-800: hsl(140, 40%, 27%);
6760
- --green-legacy-900: hsl(140, 40%, 20%);
6761
- --yellow-legacy-050: hsl(47, 87%, 94%);
6762
- --yellow-legacy-100: hsl(47, 83%, 91%);
6763
- --yellow-legacy-200: hsl(47, 65%, 84%);
6764
- --yellow-legacy-300: hsl(47, 69%, 69%);
6765
- --yellow-legacy-400: hsl(47, 79%, 58%);
6766
- --yellow-legacy-500: hsl(47, 73%, 50%);
6767
- --yellow-legacy-600: hsl(47, 76%, 46%);
6768
- --yellow-legacy-700: hsl(47, 79%, 40%);
6769
- --yellow-legacy-800: hsl(47, 82%, 34%);
6770
- --yellow-legacy-900: hsl(47, 84%, 28%);
6771
- --red-legacy-025: hsl(358, 80%, 98%);
6772
- --red-legacy-050: hsl(358, 75%, 97%);
6773
- --red-legacy-100: hsl(358, 76%, 90%);
6774
- --red-legacy-200: hsl(358, 74%, 83%);
6775
- --red-legacy-300: hsl(358, 70%, 70%);
6776
- --red-legacy-400: hsl(358, 68%, 59%);
6777
- --red-legacy-500: hsl(358, 62%, 52%);
6778
- --red-legacy-600: hsl(358, 62%, 47%);
6779
- --red-legacy-700: hsl(358, 64%, 41%);
6780
- --red-legacy-800: hsl(358, 64%, 35%);
6781
- --red-legacy-900: hsl(358, 67%, 29%);
6782
- --gold-legacy: hsl(48, 100%, 50%);
6783
- --gold-legacy-lighter: hsl(48, 100%, 91%);
6784
- --gold-legacy-darker: hsl(45, 100%, 47%);
6785
- --silver-legacy: hsl(210, 6%, 72%);
6786
- --silver-legacy-lighter: hsl(0, 0%, 91%);
6787
- --silver-legacy-darker: hsl(210, 3%, 61%);
6788
- --bronze-legacy: hsl(28, 38%, 67%);
6789
- --bronze-legacy-lighter: hsl(28, 40%, 92%);
6790
- --bronze-legacy-darker: hsl(28, 31%, 52%);
6791
- --bc-lightest-legacy: var(--black-legacy-025);
6792
- --bc-lighter-legacy: var(--black-legacy-050);
6793
- --bc-light-legacy: var(--black-legacy-075);
6794
- --bc-medium-legacy: var(--black-legacy-100);
6795
- --bc-dark-legacy: var(--black-legacy-150);
6796
- --bc-darker-legacy: var(--black-legacy-200);
6797
- --fc-dark-legacy: hsl(210, 8%, 5%);
6798
- --fc-medium-legacy: hsl(210, 8%, 25%);
6799
- --fc-light-legacy: hsl(210, 8%, 45%);
6800
- --focus-ring-success-legacy: hsla(140, 40%, 75%, 0.4);
6801
- --focus-ring-warning-legacy: hsla(47, 79%, 58%, 0.4);
6802
- --focus-ring-error-legacy: hsla(358, 62%, 47%, 0.15);
6803
- --focus-ring-muted-legacy: hsla(210, 8%, 15%, 0.1);
6804
- }
6805
- body:not(.theme-dark),
6806
- body.theme-dark .theme-light__forced,
6807
- body.theme-system .theme-light__forced,
6808
- body:not(.theme-dark) .themed,
6809
- body.theme-dark .theme-light__forced .themed,
6810
- body.theme-system .theme-light__forced .themed {
6811
- color: var(--theme-body-font-color, var(--black-600));
6812
- --theme-primary-color-legacy-h: var(--theme-light-primary-color-legacy-h, var(--theme-base-primary-color-legacy-h));
6813
- --theme-primary-color-legacy-s: var(--theme-light-primary-color-legacy-s, var(--theme-base-primary-color-legacy-s));
6814
- --theme-primary-color-legacy-l: var(--theme-light-primary-color-legacy-l, var(--theme-base-primary-color-legacy-l));
6815
- --theme-primary-color-legacy-r: var(--theme-light-primary-color-legacy-r, var(--theme-base-primary-color-legacy-r));
6816
- --theme-primary-color-legacy-g: var(--theme-light-primary-color-legacy-g, var(--theme-base-primary-color-legacy-g));
6817
- --theme-primary-color-legacy-b: var(--theme-light-primary-color-legacy-b, var(--theme-base-primary-color-legacy-b));
6818
- --theme-secondary-color-legacy-h: var(--theme-light-secondary-color-legacy-h, var(--theme-base-secondary-color-legacy-h));
6819
- --theme-secondary-color-legacy-s: var(--theme-light-secondary-color-legacy-s, var(--theme-base-secondary-color-legacy-s));
6820
- --theme-secondary-color-legacy-l: var(--theme-light-secondary-color-legacy-l, var(--theme-base-secondary-color-legacy-l));
6821
- --theme-secondary-color-legacy-r: var(--theme-light-secondary-color-legacy-r, var(--theme-base-secondary-color-legacy-r));
6822
- --theme-secondary-color-legacy-g: var(--theme-light-secondary-color-legacy-g, var(--theme-base-secondary-color-legacy-g));
6823
- --theme-secondary-color-legacy-b: var(--theme-light-secondary-color-legacy-b, var(--theme-base-secondary-color-legacy-b));
6824
- --theme-primary-color-legacy: hsl(var(--theme-primary-color-legacy-h), var(--theme-primary-color-legacy-s), var(--theme-primary-color-legacy-l));
6825
- --theme-primary-legacy-900: hsl(var(--theme-primary-color-legacy-h), var(--theme-primary-color-legacy-s), calc(var(--theme-primary-color-legacy-l) - 26%));
6826
- --theme-primary-legacy-800: hsl(var(--theme-primary-color-legacy-h), var(--theme-primary-color-legacy-s), calc(var(--theme-primary-color-legacy-l) - 21%));
6827
- --theme-primary-legacy-700: hsl(var(--theme-primary-color-legacy-h), var(--theme-primary-color-legacy-s), calc(var(--theme-primary-color-legacy-l) - 16%));
6828
- --theme-primary-legacy-600: hsl(var(--theme-primary-color-legacy-h), var(--theme-primary-color-legacy-s), calc(var(--theme-primary-color-legacy-l) - 10%));
6829
- --theme-primary-legacy-500: hsl(var(--theme-primary-color-legacy-h), var(--theme-primary-color-legacy-s), calc(var(--theme-primary-color-legacy-l) - 5%));
6830
- --theme-primary-legacy-400: var(--theme-primary-color-legacy);
6831
- --theme-primary-legacy-350: rgb(calc(51 + var(--theme-primary-color-legacy-r) * 0.8), calc(51 + var(--theme-primary-color-legacy-g) * 0.8), calc(51 + var(--theme-primary-color-legacy-b) * 0.8));
6832
- --theme-primary-legacy-300: rgb(calc(89.25 + var(--theme-primary-color-legacy-r) * 0.65), calc(89.25 + var(--theme-primary-color-legacy-g) * 0.65), calc(89.25 + var(--theme-primary-color-legacy-b) * 0.65));
6833
- --theme-primary-legacy-200: rgb(calc(122.4 + var(--theme-primary-color-legacy-r) * 0.52), calc(122.4 + var(--theme-primary-color-legacy-g) * 0.52), calc(122.4 + var(--theme-primary-color-legacy-b) * 0.52));
6834
- --theme-primary-legacy-150: rgb(calc(165.75 + var(--theme-primary-color-legacy-r) * 0.35), calc(165.75 + var(--theme-primary-color-legacy-g) * 0.35), calc(165.75 + var(--theme-primary-color-legacy-b) * 0.35));
6835
- --theme-primary-legacy-100: rgb(calc(198.9 + var(--theme-primary-color-legacy-r) * 0.22), calc(198.9 + var(--theme-primary-color-legacy-g) * 0.22), calc(198.9 + var(--theme-primary-color-legacy-b) * 0.22));
6836
- --theme-primary-legacy-075: rgb(calc(216.75 + var(--theme-primary-color-legacy-r) * 0.15), calc(216.75 + var(--theme-primary-color-legacy-g) * 0.15), calc(216.75 + var(--theme-primary-color-legacy-b) * 0.15));
6837
- --theme-primary-legacy-050: rgb(calc(234.6 + var(--theme-primary-color-legacy-r) * 0.08), calc(234.6 + var(--theme-primary-color-legacy-g) * 0.08), calc(234.6 + var(--theme-primary-color-legacy-b) * 0.08));
6838
- --theme-primary-legacy-025: rgb(calc(244.8 + var(--theme-primary-color-legacy-r) * 0.04), calc(244.8 + var(--theme-primary-color-legacy-g) * 0.04), calc(244.8 + var(--theme-primary-color-legacy-b) * 0.04));
6839
- --theme-secondary-color-legacy: hsl(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), var(--theme-secondary-color-legacy-l));
6840
- --theme-secondary-legacy-900: hsl(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), calc(var(--theme-secondary-color-legacy-l) - 26%));
6841
- --theme-secondary-legacy-800: hsl(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), calc(var(--theme-secondary-color-legacy-l) - 21%));
6842
- --theme-secondary-legacy-700: hsl(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), calc(var(--theme-secondary-color-legacy-l) - 16%));
6843
- --theme-secondary-legacy-600: hsl(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), calc(var(--theme-secondary-color-legacy-l) - 10%));
6844
- --theme-secondary-legacy-500: hsl(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), calc(var(--theme-secondary-color-legacy-l) - 5%));
6845
- --theme-secondary-legacy-400: var(--theme-secondary-color-legacy);
6846
- --theme-secondary-legacy-350: rgb(calc(51 + var(--theme-secondary-color-legacy-r) * 0.8), calc(51 + var(--theme-secondary-color-legacy-g) * 0.8), calc(51 + var(--theme-secondary-color-legacy-b) * 0.8));
6847
- --theme-secondary-legacy-300: rgb(calc(89.25 + var(--theme-secondary-color-legacy-r) * 0.65), calc(89.25 + var(--theme-secondary-color-legacy-g) * 0.65), calc(89.25 + var(--theme-secondary-color-legacy-b) * 0.65));
6848
- --theme-secondary-legacy-200: rgb(calc(122.4 + var(--theme-secondary-color-legacy-r) * 0.52), calc(122.4 + var(--theme-secondary-color-legacy-g) * 0.52), calc(122.4 + var(--theme-secondary-color-legacy-b) * 0.52));
6849
- --theme-secondary-legacy-150: rgb(calc(165.75 + var(--theme-secondary-color-legacy-r) * 0.35), calc(165.75 + var(--theme-secondary-color-legacy-g) * 0.35), calc(165.75 + var(--theme-secondary-color-legacy-b) * 0.35));
6850
- --theme-secondary-legacy-100: rgb(calc(198.9 + var(--theme-secondary-color-legacy-r) * 0.22), calc(198.9 + var(--theme-secondary-color-legacy-g) * 0.22), calc(198.9 + var(--theme-secondary-color-legacy-b) * 0.22));
6851
- --theme-secondary-legacy-075: rgb(calc(216.75 + var(--theme-secondary-color-legacy-r) * 0.15), calc(216.75 + var(--theme-secondary-color-legacy-g) * 0.15), calc(216.75 + var(--theme-secondary-color-legacy-b) * 0.15));
6852
- --theme-secondary-legacy-050: rgb(calc(234.6 + var(--theme-secondary-color-legacy-r) * 0.08), calc(234.6 + var(--theme-secondary-color-legacy-g) * 0.08), calc(234.6 + var(--theme-secondary-color-legacy-b) * 0.08));
6853
- --theme-secondary-legacy-025: rgb(calc(244.8 + var(--theme-secondary-color-legacy-r) * 0.04), calc(244.8 + var(--theme-secondary-color-legacy-g) * 0.04), calc(244.8 + var(--theme-secondary-color-legacy-b) * 0.04));
6854
- --focus-ring-legacy: hsla(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), var(--theme-secondary-color-legacy-l), 0.15);
6855
- }
6856
- body.theme-dark,
6857
- body:not(.theme-dark) .theme-dark__forced {
6858
- --white-legacy: hsl(0, 0%, 17.5%);
6859
- --black-legacy: hsl(0, 0%, 100%);
6860
- --black-legacy-025: hsl(0, 0%, 22.5%);
6861
- --black-legacy-050: hsl(0, 0%, 24%);
6862
- --black-legacy-075: hsl(210, 4%, 26%);
6863
- --black-legacy-100: hsl(210, 4.5%, 30.5%);
6864
- --black-legacy-150: hsl(210, 5%, 35%);
6865
- --black-legacy-200: hsl(210, 5.5%, 43.5%);
6866
- --black-legacy-300: hsl(210, 6.5%, 52%);
6867
- --black-legacy-350: hsl(210, 7%, 61%);
6868
- --black-legacy-400: hsl(210, 8%, 65%);
6869
- --black-legacy-500: hsl(210, 8%, 70%);
6870
- --black-legacy-600: hsl(210, 7%, 78.5%);
6871
- --black-legacy-700: hsl(210, 8%, 82.5%);
6872
- --black-legacy-750: hsl(210, 9%, 86.5%);
6873
- --black-legacy-800: hsl(210, 9%, 91.5%);
6874
- --black-legacy-900: hsl(210, 4%, 95%);
6875
- --orange-legacy-050: hsl(27, 16.5%, 23.9%);
6876
- --orange-legacy-100: hsl(27, 30%, 28.4%);
6877
- --orange-legacy-200: hsl(27, 50%, 36.9%);
6878
- --orange-legacy-300: hsl(27, 70%, 47.3%);
6879
- --orange-legacy-400: hsl(27, 90.5%, 54.9%);
6880
- --orange-legacy-500: hsl(27, 100%, 59%);
6881
- --orange-legacy-600: hsl(27, 100%, 68.4%);
6882
- --orange-legacy-700: hsl(27, 89.5%, 74.1%);
6883
- --orange-legacy-800: hsl(27, 92%, 85.7%);
6884
- --orange-legacy-900: hsl(27, 95%, 91.8%);
6885
- --blue-legacy-050: hsl(206, 40%, 23%);
6886
- --blue-legacy-100: hsl(206, 44%, 26%);
6887
- --blue-legacy-200: hsl(206, 46%, 30%);
6888
- --blue-legacy-300: hsl(206, 53%, 35%);
6889
- --blue-legacy-400: hsl(209, 56%, 43%);
6890
- --blue-legacy-500: hsl(206, 64%, 51%);
6891
- --blue-legacy-600: hsl(206, 100%, 60%);
6892
- --blue-legacy-700: hsl(206, 90%, 74%);
6893
- --blue-legacy-800: hsl(206, 95%, 86%);
6894
- --blue-legacy-900: hsl(206, 91%, 91.5%);
6895
- --powder-legacy-050: hsl(205, 5%, 27%);
6896
- --powder-legacy-100: hsl(205, 14%, 28%);
6897
- --powder-legacy-200: hsl(205, 17.5%, 32%);
6898
- --powder-legacy-300: hsl(205, 19.5%, 37%);
6899
- --powder-legacy-400: hsl(205, 22.5%, 44%);
6900
- --powder-legacy-500: hsl(205, 29%, 54%);
6901
- --powder-legacy-600: hsl(205, 50%, 65.5%);
6902
- --powder-legacy-700: hsl(205, 46.5%, 73.5%);
6903
- --powder-legacy-800: hsl(205, 49.5%, 87%);
6904
- --powder-legacy-900: hsl(205, 100%, 95%);
6905
- --green-legacy-025: hsl(140, 18%, 22%);
6906
- --green-legacy-050: hsl(140, 18%, 25%);
6907
- --green-legacy-100: hsl(140, 22.5%, 31%);
6908
- --green-legacy-200: hsl(140, 23.5%, 37%);
6909
- --green-legacy-300: hsl(140, 25%, 40.5%);
6910
- --green-legacy-400: hsl(140, 27.5%, 48.5%);
6911
- --green-legacy-500: hsl(140, 35%, 54.5%);
6912
- --green-legacy-600: hsl(140, 40%, 61.5%);
6913
- --green-legacy-700: hsl(140, 39.5%, 69.5%);
6914
- --green-legacy-800: hsl(140, 39.5%, 78.5%);
6915
- --green-legacy-900: hsl(140, 38%, 86.5%);
6916
- --yellow-legacy-050: hsl(47, 13%, 24.5%);
6917
- --yellow-legacy-100: hsl(47, 19%, 27%);
6918
- --yellow-legacy-200: hsl(47, 30.5%, 31%);
6919
- --yellow-legacy-300: hsl(47, 37%, 36%);
6920
- --yellow-legacy-400: hsl(47, 45.5%, 42.5%);
6921
- --yellow-legacy-500: hsl(47, 55.5%, 48%);
6922
- --yellow-legacy-600: hsl(47, 67.5%, 55.5%);
6923
- --yellow-legacy-700: hsl(47, 84.5%, 64%);
6924
- --yellow-legacy-800: hsl(47, 90%, 72.5%);
6925
- --yellow-legacy-900: hsl(47, 93%, 83.5%);
6926
- --red-legacy-025: hsl(1, 10%, 24%);
6927
- --red-legacy-050: hsl(1, 30%, 26.5%);
6928
- --red-legacy-100: hsl(1, 35%, 33%);
6929
- --red-legacy-200: hsl(1, 37%, 38.5%);
6930
- --red-legacy-300: hsl(1, 39%, 43.5%);
6931
- --red-legacy-400: hsl(1, 42%, 49%);
6932
- --red-legacy-500: hsl(1, 50%, 54%);
6933
- --red-legacy-600: hsl(1, 56.5%, 59.5%);
6934
- --red-legacy-700: hsl(1, 62.5%, 65.5%);
6935
- --red-legacy-800: hsl(1, 64%, 74%);
6936
- --red-legacy-900: hsl(1, 65.5%, 85.5%);
6937
- --gold-legacy: hsl(48, 100%, 50%);
6938
- --gold-legacy-lighter: hsl(48, 22%, 30%);
6939
- --gold-legacy-darker: hsl(45, 100%, 47%);
6940
- --silver-legacy: hsl(210, 6%, 72%);
6941
- --silver-legacy-lighter: hsl(0, 0%, 26%);
6942
- --silver-legacy-darker: hsl(210, 3%, 61%);
6943
- --bronze-legacy: hsl(28, 38%, 67%);
6944
- --bronze-legacy-lighter: hsl(28, 13%, 27%);
6945
- --bronze-legacy-darker: hsl(28, 31%, 52%);
6946
- --bc-lightest-legacy: var(--black-legacy-025);
6947
- --bc-lighter-legacy: var(--black-legacy-050);
6948
- --bc-light-legacy: var(--black-legacy-075);
6949
- --bc-medium-legacy: var(--black-legacy-100);
6950
- --bc-dark-legacy: var(--black-legacy-150);
6951
- --bc-darker-legacy: var(--black-legacy-200);
6952
- --fc-dark-legacy: var(--black-legacy-900);
6953
- --fc-medium-legacy: var(--black-legacy-700);
6954
- --fc-light-legacy: var(--black-legacy-500);
6955
- --focus-ring-success-legacy: hsla(140, 40%, 75%, 0.4);
6956
- --focus-ring-warning-legacy: hsla(47, 79%, 58%, 0.4);
6957
- --focus-ring-error-legacy: hsla(358, 62%, 52%, 0.3);
6958
- --focus-ring-muted-legacy: hsla(0, 0%, 100%, 0.1);
6959
- }
6960
- body.theme-dark,
6961
- body:not(.theme-dark) .theme-dark__forced,
6962
- body.theme-dark .themed,
6963
- body:not(.theme-dark) .theme-dark__forced .themed {
6964
- color: var(--theme-body-font-color, var(--black-600));
6965
- --theme-primary-color-legacy-h: var(--theme-dark-primary-color-legacy-h, var(--theme-base-primary-color-legacy-h));
6966
- --theme-primary-color-legacy-s: var(--theme-dark-primary-color-legacy-s, var(--theme-base-primary-color-legacy-s));
6967
- --theme-primary-color-legacy-l: var(--theme-dark-primary-color-legacy-l, var(--theme-base-primary-color-legacy-l));
6968
- --theme-primary-color-legacy-r: var(--theme-dark-primary-color-legacy-r, var(--theme-base-primary-color-legacy-r));
6969
- --theme-primary-color-legacy-g: var(--theme-dark-primary-color-legacy-g, var(--theme-base-primary-color-legacy-g));
6970
- --theme-primary-color-legacy-b: var(--theme-dark-primary-color-legacy-b, var(--theme-base-primary-color-legacy-b));
6971
- --theme-secondary-color-legacy-h: var(--theme-dark-secondary-color-legacy-h, var(--theme-base-secondary-color-legacy-h));
6972
- --theme-secondary-color-legacy-s: var(--theme-dark-secondary-color-legacy-s, var(--theme-base-secondary-color-legacy-s));
6973
- --theme-secondary-color-legacy-l: var(--theme-dark-secondary-color-legacy-l, var(--theme-base-secondary-color-legacy-l));
6974
- --theme-secondary-color-legacy-r: var(--theme-dark-secondary-color-legacy-r, var(--theme-base-secondary-color-legacy-r));
6975
- --theme-secondary-color-legacy-g: var(--theme-dark-secondary-color-legacy-g, var(--theme-base-secondary-color-legacy-g));
6976
- --theme-secondary-color-legacy-b: var(--theme-dark-secondary-color-legacy-b, var(--theme-base-secondary-color-legacy-b));
6977
- --theme-primary-color-legacy: hsl(var(--theme-primary-color-legacy-h), var(--theme-primary-color-legacy-s), var(--theme-primary-color-legacy-l));
6978
- --theme-secondary-color-legacy: hsl(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), var(--theme-secondary-color-legacy-l));
6979
- --theme-primary-legacy-025: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 73.3%), calc(var(--theme-primary-color-legacy-l) - 31%));
6980
- --theme-primary-legacy-050: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 47%), calc(var(--theme-primary-color-legacy-l) - 15%));
6981
- --theme-primary-legacy-075: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 39%), calc(var(--theme-primary-color-legacy-l) - 13%));
6982
- --theme-primary-legacy-100: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 32%), calc(var(--theme-primary-color-legacy-l) - 11%));
6983
- --theme-primary-legacy-150: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 23%), calc(var(--theme-primary-color-legacy-l) - 9%));
6984
- --theme-primary-legacy-200: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 15%), calc(var(--theme-primary-color-legacy-l) - 7%));
6985
- --theme-primary-legacy-300: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 7%), calc(var(--theme-primary-color-legacy-l) - 5%));
6986
- --theme-primary-legacy-350: var(--theme-primary-color-legacy);
6987
- --theme-primary-legacy-400: rgb(calc(53.55 + var(--theme-primary-color-legacy-r) * 0.79), calc(53.55 + var(--theme-primary-color-legacy-g) * 0.79), calc(53.55 + var(--theme-primary-color-legacy-b) * 0.79));
6988
- --theme-primary-legacy-500: rgb(calc(91.8 + var(--theme-primary-color-legacy-r) * 0.64), calc(91.8 + var(--theme-primary-color-legacy-g) * 0.64), calc(91.8 + var(--theme-primary-color-legacy-b) * 0.64));
6989
- --theme-primary-legacy-600: rgb(calc(130.05 + var(--theme-primary-color-legacy-r) * 0.49), calc(130.05 + var(--theme-primary-color-legacy-g) * 0.49), calc(130.05 + var(--theme-primary-color-legacy-b) * 0.49));
6990
- --theme-primary-legacy-700: rgb(calc(168.3 + var(--theme-primary-color-legacy-r) * 0.34), calc(168.3 + var(--theme-primary-color-legacy-g) * 0.34), calc(168.3 + var(--theme-primary-color-legacy-b) * 0.34));
6991
- --theme-primary-legacy-800: rgb(calc(206.55 + var(--theme-primary-color-legacy-r) * 0.19), calc(206.55 + var(--theme-primary-color-legacy-g) * 0.19), calc(206.55 + var(--theme-primary-color-legacy-b) * 0.19));
6992
- --theme-primary-legacy-900: rgb(calc(244.8 + var(--theme-primary-color-legacy-r) * 0.04), calc(244.8 + var(--theme-primary-color-legacy-g) * 0.04), calc(244.8 + var(--theme-primary-color-legacy-b) * 0.04));
6993
- --theme-secondary-legacy-025: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 73.3%), calc(var(--theme-secondary-color-legacy-l) - 31%));
6994
- --theme-secondary-legacy-050: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 47%), calc(var(--theme-secondary-color-legacy-l) - 15%));
6995
- --theme-secondary-legacy-075: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 39%), calc(var(--theme-secondary-color-legacy-l) - 13%));
6996
- --theme-secondary-legacy-100: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 32%), calc(var(--theme-secondary-color-legacy-l) - 11%));
6997
- --theme-secondary-legacy-150: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 23%), calc(var(--theme-secondary-color-legacy-l) - 9%));
6998
- --theme-secondary-legacy-200: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 15%), calc(var(--theme-secondary-color-legacy-l) - 7%));
6999
- --theme-secondary-legacy-300: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 7%), calc(var(--theme-secondary-color-legacy-l) - 5%));
7000
- --theme-secondary-legacy-350: var(--theme-secondary-color-legacy);
7001
- --theme-secondary-legacy-400: rgb(calc(53.55 + var(--theme-secondary-color-legacy-r) * 0.79), calc(53.55 + var(--theme-secondary-color-legacy-g) * 0.79), calc(53.55 + var(--theme-secondary-color-legacy-b) * 0.79));
7002
- --theme-secondary-legacy-500: rgb(calc(91.8 + var(--theme-secondary-color-legacy-r) * 0.64), calc(91.8 + var(--theme-secondary-color-legacy-g) * 0.64), calc(91.8 + var(--theme-secondary-color-legacy-b) * 0.64));
7003
- --theme-secondary-legacy-600: rgb(calc(130.05 + var(--theme-secondary-color-legacy-r) * 0.49), calc(130.05 + var(--theme-secondary-color-legacy-g) * 0.49), calc(130.05 + var(--theme-secondary-color-legacy-b) * 0.49));
7004
- --theme-secondary-legacy-700: rgb(calc(168.3 + var(--theme-secondary-color-legacy-r) * 0.34), calc(168.3 + var(--theme-secondary-color-legacy-g) * 0.34), calc(168.3 + var(--theme-secondary-color-legacy-b) * 0.34));
7005
- --theme-secondary-legacy-800: rgb(calc(206.55 + var(--theme-secondary-color-legacy-r) * 0.19), calc(206.55 + var(--theme-secondary-color-legacy-g) * 0.19), calc(206.55 + var(--theme-secondary-color-legacy-b) * 0.19));
7006
- --theme-secondary-legacy-900: rgb(calc(244.8 + var(--theme-secondary-color-legacy-r) * 0.04), calc(244.8 + var(--theme-secondary-color-legacy-g) * 0.04), calc(244.8 + var(--theme-secondary-color-legacy-b) * 0.04));
7007
- --focus-ring-legacy: hsla(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), var(--theme-secondary-color-legacy-l), 0.25);
7008
- }
7009
- @media (prefers-color-scheme: dark) {
7010
- body.theme-system {
7011
- --white-legacy: hsl(0, 0%, 17.5%);
7012
- --black-legacy: hsl(0, 0%, 100%);
7013
- --black-legacy-025: hsl(0, 0%, 22.5%);
7014
- --black-legacy-050: hsl(0, 0%, 24%);
7015
- --black-legacy-075: hsl(210, 4%, 26%);
7016
- --black-legacy-100: hsl(210, 4.5%, 30.5%);
7017
- --black-legacy-150: hsl(210, 5%, 35%);
7018
- --black-legacy-200: hsl(210, 5.5%, 43.5%);
7019
- --black-legacy-300: hsl(210, 6.5%, 52%);
7020
- --black-legacy-350: hsl(210, 7%, 61%);
7021
- --black-legacy-400: hsl(210, 8%, 65%);
7022
- --black-legacy-500: hsl(210, 8%, 70%);
7023
- --black-legacy-600: hsl(210, 7%, 78.5%);
7024
- --black-legacy-700: hsl(210, 8%, 82.5%);
7025
- --black-legacy-750: hsl(210, 9%, 86.5%);
7026
- --black-legacy-800: hsl(210, 9%, 91.5%);
7027
- --black-legacy-900: hsl(210, 4%, 95%);
7028
- --orange-legacy-050: hsl(27, 16.5%, 23.9%);
7029
- --orange-legacy-100: hsl(27, 30%, 28.4%);
7030
- --orange-legacy-200: hsl(27, 50%, 36.9%);
7031
- --orange-legacy-300: hsl(27, 70%, 47.3%);
7032
- --orange-legacy-400: hsl(27, 90.5%, 54.9%);
7033
- --orange-legacy-500: hsl(27, 100%, 59%);
7034
- --orange-legacy-600: hsl(27, 100%, 68.4%);
7035
- --orange-legacy-700: hsl(27, 89.5%, 74.1%);
7036
- --orange-legacy-800: hsl(27, 92%, 85.7%);
7037
- --orange-legacy-900: hsl(27, 95%, 91.8%);
7038
- --blue-legacy-050: hsl(206, 40%, 23%);
7039
- --blue-legacy-100: hsl(206, 44%, 26%);
7040
- --blue-legacy-200: hsl(206, 46%, 30%);
7041
- --blue-legacy-300: hsl(206, 53%, 35%);
7042
- --blue-legacy-400: hsl(209, 56%, 43%);
7043
- --blue-legacy-500: hsl(206, 64%, 51%);
7044
- --blue-legacy-600: hsl(206, 100%, 60%);
7045
- --blue-legacy-700: hsl(206, 90%, 74%);
7046
- --blue-legacy-800: hsl(206, 95%, 86%);
7047
- --blue-legacy-900: hsl(206, 91%, 91.5%);
7048
- --powder-legacy-050: hsl(205, 5%, 27%);
7049
- --powder-legacy-100: hsl(205, 14%, 28%);
7050
- --powder-legacy-200: hsl(205, 17.5%, 32%);
7051
- --powder-legacy-300: hsl(205, 19.5%, 37%);
7052
- --powder-legacy-400: hsl(205, 22.5%, 44%);
7053
- --powder-legacy-500: hsl(205, 29%, 54%);
7054
- --powder-legacy-600: hsl(205, 50%, 65.5%);
7055
- --powder-legacy-700: hsl(205, 46.5%, 73.5%);
7056
- --powder-legacy-800: hsl(205, 49.5%, 87%);
7057
- --powder-legacy-900: hsl(205, 100%, 95%);
7058
- --green-legacy-025: hsl(140, 18%, 22%);
7059
- --green-legacy-050: hsl(140, 18%, 25%);
7060
- --green-legacy-100: hsl(140, 22.5%, 31%);
7061
- --green-legacy-200: hsl(140, 23.5%, 37%);
7062
- --green-legacy-300: hsl(140, 25%, 40.5%);
7063
- --green-legacy-400: hsl(140, 27.5%, 48.5%);
7064
- --green-legacy-500: hsl(140, 35%, 54.5%);
7065
- --green-legacy-600: hsl(140, 40%, 61.5%);
7066
- --green-legacy-700: hsl(140, 39.5%, 69.5%);
7067
- --green-legacy-800: hsl(140, 39.5%, 78.5%);
7068
- --green-legacy-900: hsl(140, 38%, 86.5%);
7069
- --yellow-legacy-050: hsl(47, 13%, 24.5%);
7070
- --yellow-legacy-100: hsl(47, 19%, 27%);
7071
- --yellow-legacy-200: hsl(47, 30.5%, 31%);
7072
- --yellow-legacy-300: hsl(47, 37%, 36%);
7073
- --yellow-legacy-400: hsl(47, 45.5%, 42.5%);
7074
- --yellow-legacy-500: hsl(47, 55.5%, 48%);
7075
- --yellow-legacy-600: hsl(47, 67.5%, 55.5%);
7076
- --yellow-legacy-700: hsl(47, 84.5%, 64%);
7077
- --yellow-legacy-800: hsl(47, 90%, 72.5%);
7078
- --yellow-legacy-900: hsl(47, 93%, 83.5%);
7079
- --red-legacy-025: hsl(1, 10%, 24%);
7080
- --red-legacy-050: hsl(1, 30%, 26.5%);
7081
- --red-legacy-100: hsl(1, 35%, 33%);
7082
- --red-legacy-200: hsl(1, 37%, 38.5%);
7083
- --red-legacy-300: hsl(1, 39%, 43.5%);
7084
- --red-legacy-400: hsl(1, 42%, 49%);
7085
- --red-legacy-500: hsl(1, 50%, 54%);
7086
- --red-legacy-600: hsl(1, 56.5%, 59.5%);
7087
- --red-legacy-700: hsl(1, 62.5%, 65.5%);
7088
- --red-legacy-800: hsl(1, 64%, 74%);
7089
- --red-legacy-900: hsl(1, 65.5%, 85.5%);
7090
- --gold-legacy: hsl(48, 100%, 50%);
7091
- --gold-legacy-lighter: hsl(48, 22%, 30%);
7092
- --gold-legacy-darker: hsl(45, 100%, 47%);
7093
- --silver-legacy: hsl(210, 6%, 72%);
7094
- --silver-legacy-lighter: hsl(0, 0%, 26%);
7095
- --silver-legacy-darker: hsl(210, 3%, 61%);
7096
- --bronze-legacy: hsl(28, 38%, 67%);
7097
- --bronze-legacy-lighter: hsl(28, 13%, 27%);
7098
- --bronze-legacy-darker: hsl(28, 31%, 52%);
7099
- --bc-lightest-legacy: var(--black-legacy-025);
7100
- --bc-lighter-legacy: var(--black-legacy-050);
7101
- --bc-light-legacy: var(--black-legacy-075);
7102
- --bc-medium-legacy: var(--black-legacy-100);
7103
- --bc-dark-legacy: var(--black-legacy-150);
7104
- --bc-darker-legacy: var(--black-legacy-200);
7105
- --fc-dark-legacy: var(--black-legacy-900);
7106
- --fc-medium-legacy: var(--black-legacy-700);
7107
- --fc-light-legacy: var(--black-legacy-500);
7108
- --focus-ring-success-legacy: hsla(140, 40%, 75%, 0.4);
7109
- --focus-ring-warning-legacy: hsla(47, 79%, 58%, 0.4);
7110
- --focus-ring-error-legacy: hsla(358, 62%, 52%, 0.3);
7111
- --focus-ring-muted-legacy: hsla(0, 0%, 100%, 0.1);
7112
- }
7113
- body.theme-system,
7114
- body.theme-system .themed {
7115
- color: var(--theme-body-font-color, var(--black-600));
7116
- --theme-primary-color-legacy-h: var(--theme-dark-primary-color-legacy-h, var(--theme-base-primary-color-legacy-h));
7117
- --theme-primary-color-legacy-s: var(--theme-dark-primary-color-legacy-s, var(--theme-base-primary-color-legacy-s));
7118
- --theme-primary-color-legacy-l: var(--theme-dark-primary-color-legacy-l, var(--theme-base-primary-color-legacy-l));
7119
- --theme-primary-color-legacy-r: var(--theme-dark-primary-color-legacy-r, var(--theme-base-primary-color-legacy-r));
7120
- --theme-primary-color-legacy-g: var(--theme-dark-primary-color-legacy-g, var(--theme-base-primary-color-legacy-g));
7121
- --theme-primary-color-legacy-b: var(--theme-dark-primary-color-legacy-b, var(--theme-base-primary-color-legacy-b));
7122
- --theme-secondary-color-legacy-h: var(--theme-dark-secondary-color-legacy-h, var(--theme-base-secondary-color-legacy-h));
7123
- --theme-secondary-color-legacy-s: var(--theme-dark-secondary-color-legacy-s, var(--theme-base-secondary-color-legacy-s));
7124
- --theme-secondary-color-legacy-l: var(--theme-dark-secondary-color-legacy-l, var(--theme-base-secondary-color-legacy-l));
7125
- --theme-secondary-color-legacy-r: var(--theme-dark-secondary-color-legacy-r, var(--theme-base-secondary-color-legacy-r));
7126
- --theme-secondary-color-legacy-g: var(--theme-dark-secondary-color-legacy-g, var(--theme-base-secondary-color-legacy-g));
7127
- --theme-secondary-color-legacy-b: var(--theme-dark-secondary-color-legacy-b, var(--theme-base-secondary-color-legacy-b));
7128
- --theme-primary-color-legacy: hsl(var(--theme-primary-color-legacy-h), var(--theme-primary-color-legacy-s), var(--theme-primary-color-legacy-l));
7129
- --theme-secondary-color-legacy: hsl(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), var(--theme-secondary-color-legacy-l));
7130
- --theme-primary-legacy-025: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 73.3%), calc(var(--theme-primary-color-legacy-l) - 31%));
7131
- --theme-primary-legacy-050: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 47%), calc(var(--theme-primary-color-legacy-l) - 15%));
7132
- --theme-primary-legacy-075: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 39%), calc(var(--theme-primary-color-legacy-l) - 13%));
7133
- --theme-primary-legacy-100: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 32%), calc(var(--theme-primary-color-legacy-l) - 11%));
7134
- --theme-primary-legacy-150: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 23%), calc(var(--theme-primary-color-legacy-l) - 9%));
7135
- --theme-primary-legacy-200: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 15%), calc(var(--theme-primary-color-legacy-l) - 7%));
7136
- --theme-primary-legacy-300: hsl(var(--theme-primary-color-legacy-h), calc(var(--theme-primary-color-legacy-s) - 7%), calc(var(--theme-primary-color-legacy-l) - 5%));
7137
- --theme-primary-legacy-350: var(--theme-primary-color-legacy);
7138
- --theme-primary-legacy-400: rgb(calc(53.55 + var(--theme-primary-color-legacy-r) * 0.79), calc(53.55 + var(--theme-primary-color-legacy-g) * 0.79), calc(53.55 + var(--theme-primary-color-legacy-b) * 0.79));
7139
- --theme-primary-legacy-500: rgb(calc(91.8 + var(--theme-primary-color-legacy-r) * 0.64), calc(91.8 + var(--theme-primary-color-legacy-g) * 0.64), calc(91.8 + var(--theme-primary-color-legacy-b) * 0.64));
7140
- --theme-primary-legacy-600: rgb(calc(130.05 + var(--theme-primary-color-legacy-r) * 0.49), calc(130.05 + var(--theme-primary-color-legacy-g) * 0.49), calc(130.05 + var(--theme-primary-color-legacy-b) * 0.49));
7141
- --theme-primary-legacy-700: rgb(calc(168.3 + var(--theme-primary-color-legacy-r) * 0.34), calc(168.3 + var(--theme-primary-color-legacy-g) * 0.34), calc(168.3 + var(--theme-primary-color-legacy-b) * 0.34));
7142
- --theme-primary-legacy-800: rgb(calc(206.55 + var(--theme-primary-color-legacy-r) * 0.19), calc(206.55 + var(--theme-primary-color-legacy-g) * 0.19), calc(206.55 + var(--theme-primary-color-legacy-b) * 0.19));
7143
- --theme-primary-legacy-900: rgb(calc(244.8 + var(--theme-primary-color-legacy-r) * 0.04), calc(244.8 + var(--theme-primary-color-legacy-g) * 0.04), calc(244.8 + var(--theme-primary-color-legacy-b) * 0.04));
7144
- --theme-secondary-legacy-025: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 73.3%), calc(var(--theme-secondary-color-legacy-l) - 31%));
7145
- --theme-secondary-legacy-050: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 47%), calc(var(--theme-secondary-color-legacy-l) - 15%));
7146
- --theme-secondary-legacy-075: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 39%), calc(var(--theme-secondary-color-legacy-l) - 13%));
7147
- --theme-secondary-legacy-100: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 32%), calc(var(--theme-secondary-color-legacy-l) - 11%));
7148
- --theme-secondary-legacy-150: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 23%), calc(var(--theme-secondary-color-legacy-l) - 9%));
7149
- --theme-secondary-legacy-200: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 15%), calc(var(--theme-secondary-color-legacy-l) - 7%));
7150
- --theme-secondary-legacy-300: hsl(var(--theme-secondary-color-legacy-h), calc(var(--theme-secondary-color-legacy-s) - 7%), calc(var(--theme-secondary-color-legacy-l) - 5%));
7151
- --theme-secondary-legacy-350: var(--theme-secondary-color-legacy);
7152
- --theme-secondary-legacy-400: rgb(calc(53.55 + var(--theme-secondary-color-legacy-r) * 0.79), calc(53.55 + var(--theme-secondary-color-legacy-g) * 0.79), calc(53.55 + var(--theme-secondary-color-legacy-b) * 0.79));
7153
- --theme-secondary-legacy-500: rgb(calc(91.8 + var(--theme-secondary-color-legacy-r) * 0.64), calc(91.8 + var(--theme-secondary-color-legacy-g) * 0.64), calc(91.8 + var(--theme-secondary-color-legacy-b) * 0.64));
7154
- --theme-secondary-legacy-600: rgb(calc(130.05 + var(--theme-secondary-color-legacy-r) * 0.49), calc(130.05 + var(--theme-secondary-color-legacy-g) * 0.49), calc(130.05 + var(--theme-secondary-color-legacy-b) * 0.49));
7155
- --theme-secondary-legacy-700: rgb(calc(168.3 + var(--theme-secondary-color-legacy-r) * 0.34), calc(168.3 + var(--theme-secondary-color-legacy-g) * 0.34), calc(168.3 + var(--theme-secondary-color-legacy-b) * 0.34));
7156
- --theme-secondary-legacy-800: rgb(calc(206.55 + var(--theme-secondary-color-legacy-r) * 0.19), calc(206.55 + var(--theme-secondary-color-legacy-g) * 0.19), calc(206.55 + var(--theme-secondary-color-legacy-b) * 0.19));
7157
- --theme-secondary-legacy-900: rgb(calc(244.8 + var(--theme-secondary-color-legacy-r) * 0.04), calc(244.8 + var(--theme-secondary-color-legacy-g) * 0.04), calc(244.8 + var(--theme-secondary-color-legacy-b) * 0.04));
7158
- --focus-ring-legacy: hsla(var(--theme-secondary-color-legacy-h), var(--theme-secondary-color-legacy-s), var(--theme-secondary-color-legacy-l), 0.25);
7159
- }
7160
- }
7161
- body.theme-highcontrast:not(.theme-dark),
7162
- body.theme-dark.theme-highcontrast .theme-light__forced,
7163
- body.theme-system.theme-highcontrast .theme-light__forced {
7164
- --white-legacy: hsl(0, 0%, 100%);
7165
- --black-legacy: hsl(0, 0%, 0%);
7166
- --black-legacy-025: hsl(210, 8%, 97.5%);
7167
- --black-legacy-050: hsl(210, 8%, 95%);
7168
- --black-legacy-075: hsl(210, 8%, 92.5%);
7169
- --black-legacy-100: hsl(210, 8%, 90%);
7170
- --black-legacy-150: hsl(210, 8%, 87.5%);
7171
- --black-legacy-200: hsl(210, 8%, 85%);
7172
- --black-legacy-300: hsl(210, 8%, 35%);
7173
- --black-legacy-350: hsl(210, 8%, 32.5%);
7174
- --black-legacy-400: hsl(210, 8%, 30%);
7175
- --black-legacy-500: hsl(210, 8%, 25%);
7176
- --black-legacy-600: hsl(210, 8%, 20%);
7177
- --black-legacy-700: hsl(210, 8%, 15%);
7178
- --black-legacy-750: hsl(210, 8%, 10%);
7179
- --black-legacy-800: hsl(210, 8%, 5%);
7180
- --black-legacy-900: hsl(0, 0%, 0%);
7181
- --orange-legacy-050: hsl(27, 100%, 93%);
7182
- --orange-legacy-100: hsl(27, 100%, 90%);
7183
- --orange-legacy-200: hsl(27, 100%, 86%);
7184
- --orange-legacy-300: hsl(27, 100%, 81%);
7185
- --orange-legacy-400: hsl(27, 100%, 34%);
7186
- --orange-legacy-500: hsl(27, 100%, 29%);
7187
- --orange-legacy-600: hsl(27, 100%, 24%);
7188
- --orange-legacy-700: hsl(27, 100%, 19%);
7189
- --orange-legacy-800: hsl(27, 100%, 13%);
7190
- --orange-legacy-900: hsl(27, 100%, 8%);
7191
- --blue-legacy-050: hsl(206, 100%, 94%);
7192
- --blue-legacy-100: hsl(206, 100%, 92%);
7193
- --blue-legacy-200: hsl(206, 100%, 89%);
7194
- --blue-legacy-300: hsl(206, 100%, 86%);
7195
- --blue-legacy-400: hsl(206, 100%, 25%);
7196
- --blue-legacy-500: hsl(206, 100%, 20%);
7197
- --blue-legacy-600: hsl(206, 100%, 15%);
7198
- --blue-legacy-700: hsl(206, 100%, 10%);
7199
- --blue-legacy-800: hsl(206, 100%, 7.5%);
7200
- --blue-legacy-900: hsl(206, 100%, 5%);
7201
- --powder-legacy-050: hsl(205, 100%, 95%);
7202
- --powder-legacy-100: hsl(205, 85%, 93%);
7203
- --powder-legacy-200: hsl(205, 75%, 89%);
7204
- --powder-legacy-300: hsl(205, 70%, 86%);
7205
- --powder-legacy-400: hsl(205, 55%, 28%);
7206
- --powder-legacy-500: hsl(205, 60%, 24%);
7207
- --powder-legacy-600: hsl(205, 70%, 20%);
7208
- --powder-legacy-700: hsl(205, 75%, 16%);
7209
- --powder-legacy-800: hsl(205, 75%, 12%);
7210
- --powder-legacy-900: hsl(205, 75%, 8%);
7211
- --green-legacy-025: hsl(140, 100%, 94%);
7212
- --green-legacy-050: hsl(140, 100%, 91%);
7213
- --green-legacy-100: hsl(140, 100%, 87%);
7214
- --green-legacy-200: hsl(140, 100%, 83%);
7215
- --green-legacy-300: hsl(140, 100%, 78%);
7216
- --green-legacy-400: hsl(140, 100%, 18%);
7217
- --green-legacy-500: hsl(140, 100%, 15%);
7218
- --green-legacy-600: hsl(140, 100%, 12%);
7219
- --green-legacy-700: hsl(140, 100%, 9%);
7220
- --green-legacy-800: hsl(140, 100%, 6%);
7221
- --green-legacy-900: hsl(140, 100%, 3%);
7222
- --yellow-legacy-050: hsl(47, 100%, 92%);
7223
- --yellow-legacy-100: hsl(47, 100%, 88%);
7224
- --yellow-legacy-200: hsl(47, 95%, 83%);
7225
- --yellow-legacy-300: hsl(47, 95%, 75%);
7226
- --yellow-legacy-400: hsl(47, 100%, 28%);
7227
- --yellow-legacy-500: hsl(47, 100%, 26%);
7228
- --yellow-legacy-600: hsl(47, 100%, 23%);
7229
- --yellow-legacy-700: hsl(47, 100%, 19%);
7230
- --yellow-legacy-800: hsl(47, 100%, 13%);
7231
- --yellow-legacy-900: hsl(47, 100%, 7%);
7232
- --red-legacy-025: hsl(358, 100%, 97%);
7233
- --red-legacy-050: hsl(358, 100%, 94%);
7234
- --red-legacy-100: hsl(358, 100%, 92%);
7235
- --red-legacy-200: hsl(358, 100%, 89%);
7236
- --red-legacy-300: hsl(358, 100%, 86%);
7237
- --red-legacy-400: hsl(358, 100%, 35%);
7238
- --red-legacy-500: hsl(358, 100%, 29%);
7239
- --red-legacy-600: hsl(358, 100%, 23%);
7240
- --red-legacy-700: hsl(358, 100%, 17%);
7241
- --red-legacy-800: hsl(358, 100%, 11%);
7242
- --red-legacy-900: hsl(358, 100%, 7%);
7243
- --gold-legacy: hsl(48, 100%, 50%);
7244
- --gold-legacy-lighter: hsl(48, 100%, 91%);
7245
- --gold-legacy-darker: hsl(45, 100%, 20%);
7246
- --silver-legacy: hsl(210, 6%, 72%);
7247
- --silver-legacy-lighter: hsl(210, 6%, 91%);
7248
- --silver-legacy-darker: hsl(210, 6%, 30%);
7249
- --bronze-legacy: hsl(28, 38%, 65%);
7250
- --bronze-legacy-lighter: hsl(28, 40%, 92%);
7251
- --bronze-legacy-darker: hsl(28, 31%, 25%);
7252
- --bc-lightest-legacy: var(--black-legacy-400);
7253
- --bc-lighter-legacy: var(--black-legacy-400);
7254
- --bc-light-legacy: var(--black-legacy-400);
7255
- --bc-medium-legacy: var(--black-legacy-400);
7256
- --bc-dark-legacy: var(--black-legacy-700);
7257
- --bc-darker-legacy: var(--black-legacy-900);
7258
- --fc-dark-legacy: var(--black-legacy-900);
7259
- --fc-medium-legacy: var(--black-legacy-700);
7260
- --fc-light-legacy: var(--black-legacy-500);
7261
- --focus-ring-legacy: hsla(206, 100%, 40%, 0.9);
7262
- --focus-ring-success-legacy: hsla(140, 40%, 40%, 0.9);
7263
- --focus-ring-warning-legacy: hsla(47, 76%, 46%, 0.9);
7264
- --focus-ring-error-legacy: hsla(358, 62%, 47%, 0.9);
7265
- --focus-ring-muted-legacy: hsla(210, 8%, 55%, 0.95);
7266
- --theme-primary-color-legacy: var(--orange-legacy-400);
7267
- --theme-primary-legacy-025: var(--orange-legacy-050);
7268
- --theme-primary-legacy-050: var(--orange-legacy-050);
7269
- --theme-primary-legacy-075: var(--orange-legacy-050);
7270
- --theme-primary-legacy-100: var(--orange-legacy-100);
7271
- --theme-primary-legacy-150: var(--orange-legacy-100);
7272
- --theme-primary-legacy-200: var(--orange-legacy-200);
7273
- --theme-primary-legacy-300: var(--orange-legacy-300);
7274
- --theme-primary-legacy-350: var(--orange-legacy-300);
7275
- --theme-primary-legacy-400: var(--orange-legacy-400);
7276
- --theme-primary-legacy-500: var(--orange-legacy-500);
7277
- --theme-primary-legacy-600: var(--orange-legacy-600);
7278
- --theme-primary-legacy-700: var(--orange-legacy-700);
7279
- --theme-primary-legacy-800: var(--orange-legacy-800);
7280
- --theme-primary-legacy-900: var(--orange-legacy-900);
7281
- --theme-secondary-color-legacy: var(--blue-legacy-400);
7282
- --theme-secondary-legacy-025: var(--blue-legacy-050);
7283
- --theme-secondary-legacy-050: var(--blue-legacy-050);
7284
- --theme-secondary-legacy-075: var(--blue-legacy-050);
7285
- --theme-secondary-legacy-100: var(--blue-legacy-100);
7286
- --theme-secondary-legacy-150: var(--blue-legacy-100);
7287
- --theme-secondary-legacy-200: var(--blue-legacy-200);
7288
- --theme-secondary-legacy-300: var(--blue-legacy-300);
7289
- --theme-secondary-legacy-350: var(--blue-legacy-300);
7290
- --theme-secondary-legacy-400: var(--blue-legacy-400);
7291
- --theme-secondary-legacy-500: var(--blue-legacy-500);
7292
- --theme-secondary-legacy-600: var(--blue-legacy-600);
7293
- --theme-secondary-legacy-700: var(--blue-legacy-700);
7294
- --theme-secondary-legacy-800: var(--blue-legacy-800);
7295
- --theme-secondary-legacy-900: var(--blue-legacy-900);
7296
- }
7297
- body.theme-dark.theme-highcontrast,
7298
- body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
7299
- --white-legacy: hsl(0, 0%, 0%);
7300
- --black-legacy: hsl(0, 0%, 100%);
7301
- --black-legacy-025: hsl(210, 8%, 2.5%);
7302
- --black-legacy-050: hsl(210, 8%, 5%);
7303
- --black-legacy-075: hsl(210, 8%, 7.5%);
7304
- --black-legacy-100: hsl(210, 8%, 10%);
7305
- --black-legacy-150: hsl(210, 8%, 12.5%);
7306
- --black-legacy-200: hsl(210, 8%, 15%);
7307
- --black-legacy-300: hsl(210, 8%, 65%);
7308
- --black-legacy-350: hsl(210, 8%, 67.5%);
7309
- --black-legacy-400: hsl(210, 8%, 70%);
7310
- --black-legacy-500: hsl(210, 8%, 75%);
7311
- --black-legacy-600: hsl(210, 8%, 80%);
7312
- --black-legacy-700: hsl(210, 8%, 85%);
7313
- --black-legacy-750: hsl(210, 8%, 90%);
7314
- --black-legacy-800: hsl(210, 8%, 95%);
7315
- --black-legacy-900: hsl(0, 0%, 100%);
7316
- --orange-legacy-050: hsl(27, 100%, 7%);
7317
- --orange-legacy-100: hsl(27, 100%, 9%);
7318
- --orange-legacy-200: hsl(27, 100%, 15%);
7319
- --orange-legacy-300: hsl(27, 100%, 22%);
7320
- --orange-legacy-400: hsl(27, 100%, 64%);
7321
- --orange-legacy-500: hsl(27, 100%, 71%);
7322
- --orange-legacy-600: hsl(27, 100%, 77%);
7323
- --orange-legacy-700: hsl(27, 100%, 82%);
7324
- --orange-legacy-800: hsl(27, 100%, 87%);
7325
- --orange-legacy-900: hsl(27, 100%, 91%);
7326
- --blue-legacy-050: hsl(206, 100%, 7%);
7327
- --blue-legacy-100: hsl(206, 100%, 11%);
7328
- --blue-legacy-200: hsl(206, 100%, 17%);
7329
- --blue-legacy-300: hsl(206, 100%, 24%);
7330
- --blue-legacy-400: hsl(206, 100%, 75%);
7331
- --blue-legacy-500: hsl(206, 100%, 80%);
7332
- --blue-legacy-600: hsl(206, 100%, 85%);
7333
- --blue-legacy-700: hsl(206, 100%, 90%);
7334
- --blue-legacy-800: hsl(206, 100%, 92.5%);
7335
- --blue-legacy-900: hsl(206, 100%, 95%);
7336
- --powder-legacy-050: hsl(205, 100%, 7%);
7337
- --powder-legacy-100: hsl(205, 95%, 10%);
7338
- --powder-legacy-200: hsl(205, 80%, 14%);
7339
- --powder-legacy-300: hsl(205, 76%, 19%);
7340
- --powder-legacy-400: hsl(205, 55%, 72%);
7341
- --powder-legacy-500: hsl(205, 60%, 76%);
7342
- --powder-legacy-600: hsl(205, 70%, 80%);
7343
- --powder-legacy-700: hsl(205, 75%, 84%);
7344
- --powder-legacy-800: hsl(205, 75%, 88%);
7345
- --powder-legacy-900: hsl(205, 75%, 92%);
7346
- --green-legacy-025: hsl(140, 100%, 5%);
7347
- --green-legacy-050: hsl(140, 100%, 6%);
7348
- --green-legacy-100: hsl(140, 100%, 7%);
7349
- --green-legacy-200: hsl(140, 100%, 11%);
7350
- --green-legacy-300: hsl(140, 100%, 15%);
7351
- --green-legacy-400: hsl(140, 100%, 65%);
7352
- --green-legacy-500: hsl(140, 100%, 71%);
7353
- --green-legacy-600: hsl(140, 100%, 77%);
7354
- --green-legacy-700: hsl(140, 100%, 83%);
7355
- --green-legacy-800: hsl(140, 100%, 89%);
7356
- --green-legacy-900: hsl(140, 100%, 94%);
7357
- --yellow-legacy-050: hsl(47, 100%, 6%);
7358
- --yellow-legacy-100: hsl(47, 100%, 9%);
7359
- --yellow-legacy-200: hsl(47, 100%, 14%);
7360
- --yellow-legacy-300: hsl(47, 100%, 20%);
7361
- --yellow-legacy-400: hsl(47, 100%, 55%);
7362
- --yellow-legacy-500: hsl(47, 100%, 63%);
7363
- --yellow-legacy-600: hsl(47, 100%, 71%);
7364
- --yellow-legacy-700: hsl(47, 100%, 79%);
7365
- --yellow-legacy-800: hsl(47, 100%, 87%);
7366
- --yellow-legacy-900: hsl(47, 100%, 95%);
7367
- --red-legacy-025: hsl(358, 100%, 7%);
7368
- --red-legacy-050: hsl(358, 100%, 9%);
7369
- --red-legacy-100: hsl(358, 100%, 12%);
7370
- --red-legacy-200: hsl(358, 100%, 17%);
7371
- --red-legacy-300: hsl(358, 100%, 22%);
7372
- --red-legacy-400: hsl(358, 100%, 70%);
7373
- --red-legacy-500: hsl(358, 100%, 75%);
7374
- --red-legacy-600: hsl(358, 100%, 80%);
7375
- --red-legacy-700: hsl(358, 100%, 85%);
7376
- --red-legacy-800: hsl(358, 100%, 90%);
7377
- --red-legacy-900: hsl(358, 100%, 95%);
7378
- --gold-legacy: hsl(48, 100%, 50%);
7379
- --gold-legacy-lighter: hsl(45, 100%, 9%);
7380
- --gold-legacy-darker: hsl(45, 100%, 80%);
7381
- --silver-legacy: hsl(210, 6%, 72%);
7382
- --silver-legacy-lighter: hsl(210, 5%, 9%);
7383
- --silver-legacy-darker: hsl(210, 5%, 70%);
7384
- --bronze-legacy: hsl(28, 38%, 65%);
7385
- --bronze-legacy-lighter: hsl(28, 40%, 8%);
7386
- --bronze-legacy-darker: hsl(28, 46.7%, 75%);
7387
- --bc-lightest-legacy: var(--black-legacy-400);
7388
- --bc-lighter-legacy: var(--black-legacy-400);
7389
- --bc-light-legacy: var(--black-legacy-400);
7390
- --bc-medium-legacy: var(--black-legacy-400);
7391
- --bc-dark-legacy: var(--black-legacy-700);
7392
- --bc-darker-legacy: var(--black-legacy-900);
7393
- --focus-ring-legacy: hsla(206, 100%, 40%, 0.9);
7394
- --focus-ring-success-legacy: hsla(140, 40%, 40%, 0.9);
7395
- --focus-ring-warning-legacy: hsla(47, 76%, 46%, 0.9);
7396
- --focus-ring-error-legacy: hsla(358, 62%, 47%, 0.9);
7397
- --focus-ring-muted-legacy: hsla(210, 8%, 55%, 0.95);
7398
- --fc-dark-legacy: var(--black-legacy-900);
7399
- --fc-medium-legacy: var(--black-legacy-700);
7400
- --fc-light-legacy: var(--black-legacy-500);
7401
- --theme-primary-color-legacy: var(--orange-legacy-400);
7402
- --theme-primary-legacy-025: var(--orange-legacy-050);
7403
- --theme-primary-legacy-050: var(--orange-legacy-050);
7404
- --theme-primary-legacy-075: var(--orange-legacy-050);
7405
- --theme-primary-legacy-100: var(--orange-legacy-100);
7406
- --theme-primary-legacy-150: var(--orange-legacy-100);
7407
- --theme-primary-legacy-200: var(--orange-legacy-200);
7408
- --theme-primary-legacy-300: var(--orange-legacy-300);
7409
- --theme-primary-legacy-350: var(--orange-legacy-300);
7410
- --theme-primary-legacy-400: var(--orange-legacy-400);
7411
- --theme-primary-legacy-500: var(--orange-legacy-500);
7412
- --theme-primary-legacy-600: var(--orange-legacy-600);
7413
- --theme-primary-legacy-700: var(--orange-legacy-700);
7414
- --theme-primary-legacy-800: var(--orange-legacy-800);
7415
- --theme-primary-legacy-900: var(--orange-legacy-900);
7416
- --theme-secondary-color-legacy: var(--blue-legacy-400);
7417
- --theme-secondary-legacy-025: var(--blue-legacy-050);
7418
- --theme-secondary-legacy-050: var(--blue-legacy-050);
7419
- --theme-secondary-legacy-075: var(--blue-legacy-050);
7420
- --theme-secondary-legacy-100: var(--blue-legacy-100);
7421
- --theme-secondary-legacy-150: var(--blue-legacy-100);
7422
- --theme-secondary-legacy-200: var(--blue-legacy-200);
7423
- --theme-secondary-legacy-300: var(--blue-legacy-300);
7424
- --theme-secondary-legacy-350: var(--blue-legacy-300);
7425
- --theme-secondary-legacy-400: var(--blue-legacy-400);
7426
- --theme-secondary-legacy-500: var(--blue-legacy-500);
7427
- --theme-secondary-legacy-600: var(--blue-legacy-600);
7428
- --theme-secondary-legacy-700: var(--blue-legacy-700);
7429
- --theme-secondary-legacy-800: var(--blue-legacy-800);
7430
- --theme-secondary-legacy-900: var(--blue-legacy-900);
7431
- }
7432
- @media (prefers-color-scheme: dark) {
7433
- body.theme-system.theme-highcontrast {
7434
- --white-legacy: hsl(0, 0%, 0%);
7435
- --black-legacy: hsl(0, 0%, 100%);
7436
- --black-legacy-025: hsl(210, 8%, 2.5%);
7437
- --black-legacy-050: hsl(210, 8%, 5%);
7438
- --black-legacy-075: hsl(210, 8%, 7.5%);
7439
- --black-legacy-100: hsl(210, 8%, 10%);
7440
- --black-legacy-150: hsl(210, 8%, 12.5%);
7441
- --black-legacy-200: hsl(210, 8%, 15%);
7442
- --black-legacy-300: hsl(210, 8%, 65%);
7443
- --black-legacy-350: hsl(210, 8%, 67.5%);
7444
- --black-legacy-400: hsl(210, 8%, 70%);
7445
- --black-legacy-500: hsl(210, 8%, 75%);
7446
- --black-legacy-600: hsl(210, 8%, 80%);
7447
- --black-legacy-700: hsl(210, 8%, 85%);
7448
- --black-legacy-750: hsl(210, 8%, 90%);
7449
- --black-legacy-800: hsl(210, 8%, 95%);
7450
- --black-legacy-900: hsl(0, 0%, 100%);
7451
- --orange-legacy-050: hsl(27, 100%, 7%);
7452
- --orange-legacy-100: hsl(27, 100%, 9%);
7453
- --orange-legacy-200: hsl(27, 100%, 15%);
7454
- --orange-legacy-300: hsl(27, 100%, 22%);
7455
- --orange-legacy-400: hsl(27, 100%, 64%);
7456
- --orange-legacy-500: hsl(27, 100%, 71%);
7457
- --orange-legacy-600: hsl(27, 100%, 77%);
7458
- --orange-legacy-700: hsl(27, 100%, 82%);
7459
- --orange-legacy-800: hsl(27, 100%, 87%);
7460
- --orange-legacy-900: hsl(27, 100%, 91%);
7461
- --blue-legacy-050: hsl(206, 100%, 7%);
7462
- --blue-legacy-100: hsl(206, 100%, 11%);
7463
- --blue-legacy-200: hsl(206, 100%, 17%);
7464
- --blue-legacy-300: hsl(206, 100%, 24%);
7465
- --blue-legacy-400: hsl(206, 100%, 75%);
7466
- --blue-legacy-500: hsl(206, 100%, 80%);
7467
- --blue-legacy-600: hsl(206, 100%, 85%);
7468
- --blue-legacy-700: hsl(206, 100%, 90%);
7469
- --blue-legacy-800: hsl(206, 100%, 92.5%);
7470
- --blue-legacy-900: hsl(206, 100%, 95%);
7471
- --powder-legacy-050: hsl(205, 100%, 7%);
7472
- --powder-legacy-100: hsl(205, 95%, 10%);
7473
- --powder-legacy-200: hsl(205, 80%, 14%);
7474
- --powder-legacy-300: hsl(205, 76%, 19%);
7475
- --powder-legacy-400: hsl(205, 55%, 72%);
7476
- --powder-legacy-500: hsl(205, 60%, 76%);
7477
- --powder-legacy-600: hsl(205, 70%, 80%);
7478
- --powder-legacy-700: hsl(205, 75%, 84%);
7479
- --powder-legacy-800: hsl(205, 75%, 88%);
7480
- --powder-legacy-900: hsl(205, 75%, 92%);
7481
- --green-legacy-025: hsl(140, 100%, 5%);
7482
- --green-legacy-050: hsl(140, 100%, 6%);
7483
- --green-legacy-100: hsl(140, 100%, 7%);
7484
- --green-legacy-200: hsl(140, 100%, 11%);
7485
- --green-legacy-300: hsl(140, 100%, 15%);
7486
- --green-legacy-400: hsl(140, 100%, 65%);
7487
- --green-legacy-500: hsl(140, 100%, 71%);
7488
- --green-legacy-600: hsl(140, 100%, 77%);
7489
- --green-legacy-700: hsl(140, 100%, 83%);
7490
- --green-legacy-800: hsl(140, 100%, 89%);
7491
- --green-legacy-900: hsl(140, 100%, 94%);
7492
- --yellow-legacy-050: hsl(47, 100%, 6%);
7493
- --yellow-legacy-100: hsl(47, 100%, 9%);
7494
- --yellow-legacy-200: hsl(47, 100%, 14%);
7495
- --yellow-legacy-300: hsl(47, 100%, 20%);
7496
- --yellow-legacy-400: hsl(47, 100%, 55%);
7497
- --yellow-legacy-500: hsl(47, 100%, 63%);
7498
- --yellow-legacy-600: hsl(47, 100%, 71%);
7499
- --yellow-legacy-700: hsl(47, 100%, 79%);
7500
- --yellow-legacy-800: hsl(47, 100%, 87%);
7501
- --yellow-legacy-900: hsl(47, 100%, 95%);
7502
- --red-legacy-025: hsl(358, 100%, 7%);
7503
- --red-legacy-050: hsl(358, 100%, 9%);
7504
- --red-legacy-100: hsl(358, 100%, 12%);
7505
- --red-legacy-200: hsl(358, 100%, 17%);
7506
- --red-legacy-300: hsl(358, 100%, 22%);
7507
- --red-legacy-400: hsl(358, 100%, 70%);
7508
- --red-legacy-500: hsl(358, 100%, 75%);
7509
- --red-legacy-600: hsl(358, 100%, 80%);
7510
- --red-legacy-700: hsl(358, 100%, 85%);
7511
- --red-legacy-800: hsl(358, 100%, 90%);
7512
- --red-legacy-900: hsl(358, 100%, 95%);
7513
- --gold-legacy: hsl(48, 100%, 50%);
7514
- --gold-legacy-lighter: hsl(45, 100%, 9%);
7515
- --gold-legacy-darker: hsl(45, 100%, 80%);
7516
- --silver-legacy: hsl(210, 6%, 72%);
7517
- --silver-legacy-lighter: hsl(210, 5%, 9%);
7518
- --silver-legacy-darker: hsl(210, 5%, 70%);
7519
- --bronze-legacy: hsl(28, 38%, 65%);
7520
- --bronze-legacy-lighter: hsl(28, 40%, 8%);
7521
- --bronze-legacy-darker: hsl(28, 46.7%, 75%);
7522
- --bc-lightest-legacy: var(--black-legacy-400);
7523
- --bc-lighter-legacy: var(--black-legacy-400);
7524
- --bc-light-legacy: var(--black-legacy-400);
7525
- --bc-medium-legacy: var(--black-legacy-400);
7526
- --bc-dark-legacy: var(--black-legacy-700);
7527
- --bc-darker-legacy: var(--black-legacy-900);
7528
- --focus-ring-legacy: hsla(206, 100%, 40%, 0.9);
7529
- --focus-ring-success-legacy: hsla(140, 40%, 40%, 0.9);
7530
- --focus-ring-warning-legacy: hsla(47, 76%, 46%, 0.9);
7531
- --focus-ring-error-legacy: hsla(358, 62%, 47%, 0.9);
7532
- --focus-ring-muted-legacy: hsla(210, 8%, 55%, 0.95);
7533
- --fc-dark-legacy: var(--black-legacy-900);
7534
- --fc-medium-legacy: var(--black-legacy-700);
7535
- --fc-light-legacy: var(--black-legacy-500);
7536
- --theme-primary-color-legacy: var(--orange-legacy-400);
7537
- --theme-primary-legacy-025: var(--orange-legacy-050);
7538
- --theme-primary-legacy-050: var(--orange-legacy-050);
7539
- --theme-primary-legacy-075: var(--orange-legacy-050);
7540
- --theme-primary-legacy-100: var(--orange-legacy-100);
7541
- --theme-primary-legacy-150: var(--orange-legacy-100);
7542
- --theme-primary-legacy-200: var(--orange-legacy-200);
7543
- --theme-primary-legacy-300: var(--orange-legacy-300);
7544
- --theme-primary-legacy-350: var(--orange-legacy-300);
7545
- --theme-primary-legacy-400: var(--orange-legacy-400);
7546
- --theme-primary-legacy-500: var(--orange-legacy-500);
7547
- --theme-primary-legacy-600: var(--orange-legacy-600);
7548
- --theme-primary-legacy-700: var(--orange-legacy-700);
7549
- --theme-primary-legacy-800: var(--orange-legacy-800);
7550
- --theme-primary-legacy-900: var(--orange-legacy-900);
7551
- --theme-secondary-color-legacy: var(--blue-legacy-400);
7552
- --theme-secondary-legacy-025: var(--blue-legacy-050);
7553
- --theme-secondary-legacy-050: var(--blue-legacy-050);
7554
- --theme-secondary-legacy-075: var(--blue-legacy-050);
7555
- --theme-secondary-legacy-100: var(--blue-legacy-100);
7556
- --theme-secondary-legacy-150: var(--blue-legacy-100);
7557
- --theme-secondary-legacy-200: var(--blue-legacy-200);
7558
- --theme-secondary-legacy-300: var(--blue-legacy-300);
7559
- --theme-secondary-legacy-350: var(--blue-legacy-300);
7560
- --theme-secondary-legacy-400: var(--blue-legacy-400);
7561
- --theme-secondary-legacy-500: var(--blue-legacy-500);
7562
- --theme-secondary-legacy-600: var(--blue-legacy-600);
7563
- --theme-secondary-legacy-700: var(--blue-legacy-700);
7564
- --theme-secondary-legacy-800: var(--blue-legacy-800);
7565
- --theme-secondary-legacy-900: var(--blue-legacy-900);
7566
- }
7567
- }
7568
6686
  body {
7569
6687
  --_o-disabled: 0.5;
7570
6688
  --_o-disabled-static: 0.5;
@@ -8381,3926 +7499,6 @@ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
8381
7499
  * @inset: boolean - whether the focus style be placed inside the element.
8382
7500
  * @border: boolean - whether the element's border color change to match the focus style.
8383
7501
  */
8384
- .bc-white-legacy-1 {
8385
- border-color: var(--black-legacy-500) !important;
8386
- }
8387
- .bc-white-legacy-2 {
8388
- border-color: var(--black-legacy-300) !important;
8389
- }
8390
- .bc-white-legacy-3,
8391
- .bc-white-legacy {
8392
- border-color: var(--white-legacy) !important;
8393
- }
8394
- body.theme-highcontrast .bc-white-legacy-1 {
8395
- border-color: var(--black-legacy-025) !important;
8396
- }
8397
- body.theme-highcontrast .bc-white-legacy-2 {
8398
- border-color: var(--black-legacy-050) !important;
8399
- }
8400
- .bc-black-legacy-025 {
8401
- border-color: var(--black-legacy-025) !important;
8402
- }
8403
- .bc-black-legacy-1,
8404
- .bc-black-legacy-050 {
8405
- border-color: var(--black-legacy-050) !important;
8406
- }
8407
- .bc-black-legacy-2,
8408
- .bc-black-legacy-075 {
8409
- border-color: var(--black-legacy-075) !important;
8410
- }
8411
- .bc-black-legacy-3,
8412
- .bc-black-legacy-100 {
8413
- border-color: var(--black-legacy-100) !important;
8414
- }
8415
- .bc-black-legacy-150 {
8416
- border-color: var(--black-legacy-150) !important;
8417
- }
8418
- .bc-black-legacy-4,
8419
- .bc-black-legacy-200 {
8420
- border-color: var(--black-legacy-200) !important;
8421
- }
8422
- .bc-black-legacy-5,
8423
- .bc-black-legacy-300 {
8424
- border-color: var(--black-legacy-300) !important;
8425
- }
8426
- .bc-black-legacy-350 {
8427
- border-color: var(--black-legacy-350) !important;
8428
- }
8429
- .bc-black-legacy-6,
8430
- .bc-black-legacy-400 {
8431
- border-color: var(--black-legacy-400) !important;
8432
- }
8433
- .bc-black-legacy-7,
8434
- .bc-black-legacy-500 {
8435
- border-color: var(--black-legacy-500) !important;
8436
- }
8437
- .bc-black-legacy-600 {
8438
- border-color: var(--black-legacy-600) !important;
8439
- }
8440
- .bc-black-legacy-8,
8441
- .bc-black-legacy-700 {
8442
- border-color: var(--black-legacy-700) !important;
8443
- }
8444
- .bc-black-legacy-750 {
8445
- border-color: var(--black-legacy-750) !important;
8446
- }
8447
- .bc-black-legacy-9,
8448
- .bc-black-legacy-800 {
8449
- border-color: var(--black-legacy-800) !important;
8450
- }
8451
- .bc-black-legacy-10,
8452
- .bc-black-legacy-900 {
8453
- border-color: var(--black-legacy-900) !important;
8454
- }
8455
- body.theme-highcontrast .bc-black-legacy-1,
8456
- body.theme-highcontrast .bc-black-legacy-2,
8457
- body.theme-highcontrast .bc-black-legacy-3,
8458
- body.theme-highcontrast .bc-black-legacy-4,
8459
- body.theme-highcontrast .bc-black-legacy-025,
8460
- body.theme-highcontrast .bc-black-legacy-050,
8461
- body.theme-highcontrast .bc-black-legacy-075,
8462
- body.theme-highcontrast .bc-black-legacy-100,
8463
- body.theme-highcontrast .bc-black-legacy-150,
8464
- body.theme-highcontrast .bc-black-legacy-200 {
8465
- border-color: var(--black-legacy-300) !important;
8466
- }
8467
- .bc-orange-legacy-050 {
8468
- border-color: var(--orange-legacy-050) !important;
8469
- }
8470
- .bc-orange-legacy-1,
8471
- .bc-orange-legacy-100 {
8472
- border-color: var(--orange-legacy-100) !important;
8473
- }
8474
- .bc-orange-legacy-200 {
8475
- border-color: var(--orange-legacy-200) !important;
8476
- }
8477
- .bc-orange-legacy-300 {
8478
- border-color: var(--orange-legacy-300) !important;
8479
- }
8480
- .bc-orange-legacy-2,
8481
- .bc-orange-legacy-400 {
8482
- border-color: var(--orange-legacy-400) !important;
8483
- }
8484
- .bc-orange-legacy-500 {
8485
- border-color: var(--orange-legacy-500) !important;
8486
- }
8487
- .bc-orange-legacy-3,
8488
- .bc-orange-legacy-600 {
8489
- border-color: var(--orange-legacy-600) !important;
8490
- }
8491
- .bc-orange-legacy-700 {
8492
- border-color: var(--orange-legacy-700) !important;
8493
- }
8494
- .bc-orange-legacy-800 {
8495
- border-color: var(--orange-legacy-800) !important;
8496
- }
8497
- .bc-orange-legacy-900 {
8498
- border-color: var(--orange-legacy-900) !important;
8499
- }
8500
- .bc-blue-legacy-050 {
8501
- border-color: var(--blue-legacy-050) !important;
8502
- }
8503
- .bc-blue-legacy-1,
8504
- .bc-blue-legacy-100 {
8505
- border-color: var(--blue-legacy-100) !important;
8506
- }
8507
- .bc-blue-legacy-200 {
8508
- border-color: var(--blue-legacy-200) !important;
8509
- }
8510
- .bc-blue-legacy-300 {
8511
- border-color: var(--blue-legacy-300) !important;
8512
- }
8513
- .bc-blue-legacy-2,
8514
- .bc-blue-legacy-400 {
8515
- border-color: var(--blue-legacy-400) !important;
8516
- }
8517
- .bc-blue-legacy-500 {
8518
- border-color: var(--blue-legacy-500) !important;
8519
- }
8520
- .bc-blue-legacy-3,
8521
- .bc-blue-legacy-600 {
8522
- border-color: var(--blue-legacy-600) !important;
8523
- }
8524
- .bc-blue-legacy-700 {
8525
- border-color: var(--blue-legacy-700) !important;
8526
- }
8527
- .bc-blue-legacy-800 {
8528
- border-color: var(--blue-legacy-800) !important;
8529
- }
8530
- .bc-blue-legacy-900 {
8531
- border-color: var(--blue-legacy-900) !important;
8532
- }
8533
- .bc-powder-legacy-050 {
8534
- border-color: var(--powder-legacy-050) !important;
8535
- }
8536
- .bc-powder-legacy-1,
8537
- .bc-powder-legacy-100 {
8538
- border-color: var(--powder-legacy-100) !important;
8539
- }
8540
- .bc-powder-legacy-200 {
8541
- border-color: var(--powder-legacy-200) !important;
8542
- }
8543
- .bc-powder-legacy-300 {
8544
- border-color: var(--powder-legacy-300) !important;
8545
- }
8546
- .bc-powder-legacy-2,
8547
- .bc-powder-legacy-400 {
8548
- border-color: var(--powder-legacy-400) !important;
8549
- }
8550
- .bc-powder-legacy-500 {
8551
- border-color: var(--powder-legacy-500) !important;
8552
- }
8553
- .bc-powder-legacy-3,
8554
- .bc-powder-legacy-600 {
8555
- border-color: var(--powder-legacy-600) !important;
8556
- }
8557
- .bc-powder-legacy-700 {
8558
- border-color: var(--powder-legacy-700) !important;
8559
- }
8560
- .bc-powder-legacy-800 {
8561
- border-color: var(--powder-legacy-800) !important;
8562
- }
8563
- .bc-powder-legacy-900 {
8564
- border-color: var(--powder-legacy-900) !important;
8565
- }
8566
- .bc-green-legacy-025 {
8567
- border-color: var(--green-legacy-025) !important;
8568
- }
8569
- .bc-green-legacy-050 {
8570
- border-color: var(--green-legacy-050) !important;
8571
- }
8572
- .bc-green-legacy-1,
8573
- .bc-green-legacy-100 {
8574
- border-color: var(--green-legacy-100) !important;
8575
- }
8576
- .bc-green-legacy-200 {
8577
- border-color: var(--green-legacy-200) !important;
8578
- }
8579
- .bc-green-legacy-300 {
8580
- border-color: var(--green-legacy-300) !important;
8581
- }
8582
- .bc-green-legacy-2,
8583
- .bc-green-legacy-400 {
8584
- border-color: var(--green-legacy-400) !important;
8585
- }
8586
- .bc-green-legacy-500 {
8587
- border-color: var(--green-legacy-500) !important;
8588
- }
8589
- .bc-green-legacy-3,
8590
- .bc-success-legacy,
8591
- .bc-green-legacy-600 {
8592
- border-color: var(--green-legacy-600) !important;
8593
- }
8594
- .bc-green-legacy-700 {
8595
- border-color: var(--green-legacy-700) !important;
8596
- }
8597
- .bc-green-legacy-800 {
8598
- border-color: var(--green-legacy-800) !important;
8599
- }
8600
- .bc-green-legacy-900 {
8601
- border-color: var(--green-legacy-900) !important;
8602
- }
8603
- .bc-red-legacy-025 {
8604
- border-color: var(--red-legacy-025) !important;
8605
- }
8606
- .bc-red-legacy-050 {
8607
- border-color: var(--red-legacy-050) !important;
8608
- }
8609
- .bc-red-legacy-1,
8610
- .bc-red-legacy-100 {
8611
- border-color: var(--red-legacy-100) !important;
8612
- }
8613
- .bc-red-legacy-200 {
8614
- border-color: var(--red-legacy-200) !important;
8615
- }
8616
- .bc-red-legacy-300 {
8617
- border-color: var(--red-legacy-300) !important;
8618
- }
8619
- .bc-red-legacy-2,
8620
- .bc-error-legacy,
8621
- .bc-red-legacy-400 {
8622
- border-color: var(--red-legacy-400) !important;
8623
- }
8624
- .bc-red-legacy-500 {
8625
- border-color: var(--red-legacy-500) !important;
8626
- }
8627
- .bc-red-legacy-3,
8628
- .bc-red-legacy-600 {
8629
- border-color: var(--red-legacy-600) !important;
8630
- }
8631
- .bc-red-legacy-700 {
8632
- border-color: var(--red-legacy-700) !important;
8633
- }
8634
- .bc-red-legacy-800 {
8635
- border-color: var(--red-legacy-800) !important;
8636
- }
8637
- .bc-red-legacy-900 {
8638
- border-color: var(--red-legacy-900) !important;
8639
- }
8640
- .bc-yellow-legacy-050 {
8641
- border-color: var(--yellow-legacy-050) !important;
8642
- }
8643
- .bc-yellow-legacy-100 {
8644
- border-color: var(--yellow-legacy-100) !important;
8645
- }
8646
- .bc-yellow-legacy-1,
8647
- .bc-yellow-legacy-200 {
8648
- border-color: var(--yellow-legacy-200) !important;
8649
- }
8650
- .bc-yellow-legacy-300 {
8651
- border-color: var(--yellow-legacy-300) !important;
8652
- }
8653
- .bc-yellow-legacy-2,
8654
- .bc-yellow-legacy-400 {
8655
- border-color: var(--yellow-legacy-400) !important;
8656
- }
8657
- .bc-yellow-legacy-500 {
8658
- border-color: var(--yellow-legacy-500) !important;
8659
- }
8660
- .bc-yellow-legacy-3,
8661
- .bc-warning-legacy,
8662
- .bc-yellow-legacy-600 {
8663
- border-color: var(--yellow-legacy-600) !important;
8664
- }
8665
- .bc-yellow-legacy-700 {
8666
- border-color: var(--yellow-legacy-700) !important;
8667
- }
8668
- .bc-yellow-legacy-800 {
8669
- border-color: var(--yellow-legacy-800) !important;
8670
- }
8671
- .bc-yellow-legacy-900 {
8672
- border-color: var(--yellow-legacy-900) !important;
8673
- }
8674
- .bc-gold-legacy-lighter {
8675
- border-color: var(--gold-legacy-lighter) !important;
8676
- }
8677
- .bc-gold-legacy {
8678
- border-color: var(--gold-legacy) !important;
8679
- }
8680
- .bc-gold-legacy-darker {
8681
- border-color: var(--gold-legacy-darker) !important;
8682
- }
8683
- .bc-silver-legacy-lighter {
8684
- border-color: var(--silver-legacy-lighter) !important;
8685
- }
8686
- .bc-silver-legacy {
8687
- border-color: var(--silver-legacy) !important;
8688
- }
8689
- .bc-silver-legacy-darker {
8690
- border-color: var(--silver-legacy-darker) !important;
8691
- }
8692
- .bc-bronze-legacy-lighter {
8693
- border-color: var(--bronze-legacy-lighter) !important;
8694
- }
8695
- .bc-bronze-legacy {
8696
- border-color: var(--bronze-legacy) !important;
8697
- }
8698
- .bc-bronze-legacy-darker {
8699
- border-color: var(--bronze-legacy-darker) !important;
8700
- }
8701
- .bc-theme-primary-legacy-025 {
8702
- border-color: var(--theme-primary-legacy-025) !important;
8703
- }
8704
- .bc-theme-primary-legacy-050 {
8705
- border-color: var(--theme-primary-legacy-050) !important;
8706
- }
8707
- .bc-theme-primary-legacy-075 {
8708
- border-color: var(--theme-primary-legacy-075) !important;
8709
- }
8710
- .bc-theme-primary-legacy-100 {
8711
- border-color: var(--theme-primary-legacy-100) !important;
8712
- }
8713
- .bc-theme-primary-legacy-150 {
8714
- border-color: var(--theme-primary-legacy-150) !important;
8715
- }
8716
- .bc-theme-primary-legacy-200 {
8717
- border-color: var(--theme-primary-legacy-200) !important;
8718
- }
8719
- .bc-theme-primary-legacy-300 {
8720
- border-color: var(--theme-primary-legacy-300) !important;
8721
- }
8722
- .bc-theme-primary-legacy-350 {
8723
- border-color: var(--theme-primary-legacy-350) !important;
8724
- }
8725
- .bc-theme-primary-legacy-400 {
8726
- border-color: var(--theme-primary-legacy-400) !important;
8727
- }
8728
- .bc-theme-primary-legacy-500 {
8729
- border-color: var(--theme-primary-legacy-500) !important;
8730
- }
8731
- .bc-theme-primary-legacy-600 {
8732
- border-color: var(--theme-primary-legacy-600) !important;
8733
- }
8734
- .bc-theme-primary-legacy-700 {
8735
- border-color: var(--theme-primary-legacy-700) !important;
8736
- }
8737
- .bc-theme-primary-legacy-800 {
8738
- border-color: var(--theme-primary-legacy-800) !important;
8739
- }
8740
- .bc-theme-primary-legacy-900 {
8741
- border-color: var(--theme-primary-legacy-900) !important;
8742
- }
8743
- .bc-theme-secondary-legacy-025 {
8744
- border-color: var(--theme-secondary-legacy-025) !important;
8745
- }
8746
- .bc-theme-secondary-legacy-050 {
8747
- border-color: var(--theme-secondary-legacy-050) !important;
8748
- }
8749
- .bc-theme-secondary-legacy-075 {
8750
- border-color: var(--theme-secondary-legacy-075) !important;
8751
- }
8752
- .bc-theme-secondary-legacy-100 {
8753
- border-color: var(--theme-secondary-legacy-100) !important;
8754
- }
8755
- .bc-theme-secondary-legacy-150 {
8756
- border-color: var(--theme-secondary-legacy-150) !important;
8757
- }
8758
- .bc-theme-secondary-legacy-200 {
8759
- border-color: var(--theme-secondary-legacy-200) !important;
8760
- }
8761
- .bc-theme-secondary-legacy-300 {
8762
- border-color: var(--theme-secondary-legacy-300) !important;
8763
- }
8764
- .bc-theme-secondary-legacy-350 {
8765
- border-color: var(--theme-secondary-legacy-350) !important;
8766
- }
8767
- .bc-theme-secondary-legacy-400 {
8768
- border-color: var(--theme-secondary-legacy-400) !important;
8769
- }
8770
- .bc-theme-secondary-legacy-500 {
8771
- border-color: var(--theme-secondary-legacy-500) !important;
8772
- }
8773
- .bc-theme-secondary-legacy-600 {
8774
- border-color: var(--theme-secondary-legacy-600) !important;
8775
- }
8776
- .bc-theme-secondary-legacy-700 {
8777
- border-color: var(--theme-secondary-legacy-700) !important;
8778
- }
8779
- .bc-theme-secondary-legacy-800 {
8780
- border-color: var(--theme-secondary-legacy-800) !important;
8781
- }
8782
- .bc-theme-secondary-legacy-900 {
8783
- border-color: var(--theme-secondary-legacy-900) !important;
8784
- }
8785
- .fc-black-legacy-900,
8786
- .h\:fc-black-legacy-900:hover,
8787
- .f\:fc-black-legacy-900:focus,
8788
- .f\:fc-black-legacy-900:focus-within {
8789
- color: var(--black-legacy-900) !important;
8790
- }
8791
- @media (prefers-color-scheme: dark) {
8792
- body.theme-system .d\:fc-black-legacy-900 {
8793
- color: var(--black-legacy-900) !important;
8794
- }
8795
- }
8796
- body.theme-dark .d\:fc-black-legacy-900,
8797
- .theme-dark__forced .d\:fc-black-legacy-900,
8798
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-900 {
8799
- color: var(--black-legacy-900) !important;
8800
- }
8801
- .bg-black-legacy-900,
8802
- .h\:bg-black-legacy-900:hover,
8803
- .f\:bg-black-legacy-900:focus,
8804
- .f\:bg-black-legacy-900:focus-within {
8805
- background-color: var(--black-legacy-900) !important;
8806
- }
8807
- @media (prefers-color-scheme: dark) {
8808
- body.theme-system .d\:bg-black-legacy-900 {
8809
- background-color: var(--black-legacy-900) !important;
8810
- }
8811
- }
8812
- body.theme-dark .d\:bg-black-legacy-900,
8813
- .theme-dark__forced .d\:bg-black-legacy-900,
8814
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-900 {
8815
- background-color: var(--black-legacy-900) !important;
8816
- }
8817
- .fc-black-legacy-800,
8818
- .h\:fc-black-legacy-800:hover,
8819
- .f\:fc-black-legacy-800:focus,
8820
- .f\:fc-black-legacy-800:focus-within {
8821
- color: var(--black-legacy-800) !important;
8822
- }
8823
- @media (prefers-color-scheme: dark) {
8824
- body.theme-system .d\:fc-black-legacy-800 {
8825
- color: var(--black-legacy-800) !important;
8826
- }
8827
- }
8828
- body.theme-dark .d\:fc-black-legacy-800,
8829
- .theme-dark__forced .d\:fc-black-legacy-800,
8830
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-800 {
8831
- color: var(--black-legacy-800) !important;
8832
- }
8833
- .bg-black-legacy-800,
8834
- .h\:bg-black-legacy-800:hover,
8835
- .f\:bg-black-legacy-800:focus,
8836
- .f\:bg-black-legacy-800:focus-within {
8837
- background-color: var(--black-legacy-800) !important;
8838
- }
8839
- @media (prefers-color-scheme: dark) {
8840
- body.theme-system .d\:bg-black-legacy-800 {
8841
- background-color: var(--black-legacy-800) !important;
8842
- }
8843
- }
8844
- body.theme-dark .d\:bg-black-legacy-800,
8845
- .theme-dark__forced .d\:bg-black-legacy-800,
8846
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-800 {
8847
- background-color: var(--black-legacy-800) !important;
8848
- }
8849
- .fc-black-legacy-700,
8850
- .h\:fc-black-legacy-700:hover,
8851
- .f\:fc-black-legacy-700:focus,
8852
- .f\:fc-black-legacy-700:focus-within {
8853
- color: var(--black-legacy-700) !important;
8854
- }
8855
- @media (prefers-color-scheme: dark) {
8856
- body.theme-system .d\:fc-black-legacy-700 {
8857
- color: var(--black-legacy-700) !important;
8858
- }
8859
- }
8860
- body.theme-dark .d\:fc-black-legacy-700,
8861
- .theme-dark__forced .d\:fc-black-legacy-700,
8862
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-700 {
8863
- color: var(--black-legacy-700) !important;
8864
- }
8865
- .bg-black-legacy-700,
8866
- .h\:bg-black-legacy-700:hover,
8867
- .f\:bg-black-legacy-700:focus,
8868
- .f\:bg-black-legacy-700:focus-within {
8869
- background-color: var(--black-legacy-700) !important;
8870
- }
8871
- @media (prefers-color-scheme: dark) {
8872
- body.theme-system .d\:bg-black-legacy-700 {
8873
- background-color: var(--black-legacy-700) !important;
8874
- }
8875
- }
8876
- body.theme-dark .d\:bg-black-legacy-700,
8877
- .theme-dark__forced .d\:bg-black-legacy-700,
8878
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-700 {
8879
- background-color: var(--black-legacy-700) !important;
8880
- }
8881
- .fc-black-legacy-600,
8882
- .h\:fc-black-legacy-600:hover,
8883
- .f\:fc-black-legacy-600:focus,
8884
- .f\:fc-black-legacy-600:focus-within {
8885
- color: var(--black-legacy-600) !important;
8886
- }
8887
- @media (prefers-color-scheme: dark) {
8888
- body.theme-system .d\:fc-black-legacy-600 {
8889
- color: var(--black-legacy-600) !important;
8890
- }
8891
- }
8892
- body.theme-dark .d\:fc-black-legacy-600,
8893
- .theme-dark__forced .d\:fc-black-legacy-600,
8894
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-600 {
8895
- color: var(--black-legacy-600) !important;
8896
- }
8897
- .bg-black-legacy-600,
8898
- .h\:bg-black-legacy-600:hover,
8899
- .f\:bg-black-legacy-600:focus,
8900
- .f\:bg-black-legacy-600:focus-within {
8901
- background-color: var(--black-legacy-600) !important;
8902
- }
8903
- @media (prefers-color-scheme: dark) {
8904
- body.theme-system .d\:bg-black-legacy-600 {
8905
- background-color: var(--black-legacy-600) !important;
8906
- }
8907
- }
8908
- body.theme-dark .d\:bg-black-legacy-600,
8909
- .theme-dark__forced .d\:bg-black-legacy-600,
8910
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-600 {
8911
- background-color: var(--black-legacy-600) !important;
8912
- }
8913
- .fc-black-legacy-500,
8914
- .h\:fc-black-legacy-500:hover,
8915
- .f\:fc-black-legacy-500:focus,
8916
- .f\:fc-black-legacy-500:focus-within {
8917
- color: var(--black-legacy-500) !important;
8918
- }
8919
- @media (prefers-color-scheme: dark) {
8920
- body.theme-system .d\:fc-black-legacy-500 {
8921
- color: var(--black-legacy-500) !important;
8922
- }
8923
- }
8924
- body.theme-dark .d\:fc-black-legacy-500,
8925
- .theme-dark__forced .d\:fc-black-legacy-500,
8926
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-500 {
8927
- color: var(--black-legacy-500) !important;
8928
- }
8929
- .bg-black-legacy-500,
8930
- .h\:bg-black-legacy-500:hover,
8931
- .f\:bg-black-legacy-500:focus,
8932
- .f\:bg-black-legacy-500:focus-within {
8933
- background-color: var(--black-legacy-500) !important;
8934
- }
8935
- @media (prefers-color-scheme: dark) {
8936
- body.theme-system .d\:bg-black-legacy-500 {
8937
- background-color: var(--black-legacy-500) !important;
8938
- }
8939
- }
8940
- body.theme-dark .d\:bg-black-legacy-500,
8941
- .theme-dark__forced .d\:bg-black-legacy-500,
8942
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-500 {
8943
- background-color: var(--black-legacy-500) !important;
8944
- }
8945
- .fc-black-legacy-400,
8946
- .h\:fc-black-legacy-400:hover,
8947
- .f\:fc-black-legacy-400:focus,
8948
- .f\:fc-black-legacy-400:focus-within {
8949
- color: var(--black-legacy-400) !important;
8950
- }
8951
- @media (prefers-color-scheme: dark) {
8952
- body.theme-system .d\:fc-black-legacy-400 {
8953
- color: var(--black-legacy-400) !important;
8954
- }
8955
- }
8956
- body.theme-dark .d\:fc-black-legacy-400,
8957
- .theme-dark__forced .d\:fc-black-legacy-400,
8958
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-400 {
8959
- color: var(--black-legacy-400) !important;
8960
- }
8961
- .bg-black-legacy-400,
8962
- .h\:bg-black-legacy-400:hover,
8963
- .f\:bg-black-legacy-400:focus,
8964
- .f\:bg-black-legacy-400:focus-within {
8965
- background-color: var(--black-legacy-400) !important;
8966
- }
8967
- @media (prefers-color-scheme: dark) {
8968
- body.theme-system .d\:bg-black-legacy-400 {
8969
- background-color: var(--black-legacy-400) !important;
8970
- }
8971
- }
8972
- body.theme-dark .d\:bg-black-legacy-400,
8973
- .theme-dark__forced .d\:bg-black-legacy-400,
8974
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-400 {
8975
- background-color: var(--black-legacy-400) !important;
8976
- }
8977
- .fc-black-legacy-300,
8978
- .h\:fc-black-legacy-300:hover,
8979
- .f\:fc-black-legacy-300:focus,
8980
- .f\:fc-black-legacy-300:focus-within {
8981
- color: var(--black-legacy-300) !important;
8982
- }
8983
- @media (prefers-color-scheme: dark) {
8984
- body.theme-system .d\:fc-black-legacy-300 {
8985
- color: var(--black-legacy-300) !important;
8986
- }
8987
- }
8988
- body.theme-dark .d\:fc-black-legacy-300,
8989
- .theme-dark__forced .d\:fc-black-legacy-300,
8990
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-300 {
8991
- color: var(--black-legacy-300) !important;
8992
- }
8993
- .bg-black-legacy-300,
8994
- .h\:bg-black-legacy-300:hover,
8995
- .f\:bg-black-legacy-300:focus,
8996
- .f\:bg-black-legacy-300:focus-within {
8997
- background-color: var(--black-legacy-300) !important;
8998
- }
8999
- @media (prefers-color-scheme: dark) {
9000
- body.theme-system .d\:bg-black-legacy-300 {
9001
- background-color: var(--black-legacy-300) !important;
9002
- }
9003
- }
9004
- body.theme-dark .d\:bg-black-legacy-300,
9005
- .theme-dark__forced .d\:bg-black-legacy-300,
9006
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-300 {
9007
- background-color: var(--black-legacy-300) !important;
9008
- }
9009
- .fc-black-legacy-200,
9010
- .h\:fc-black-legacy-200:hover,
9011
- .f\:fc-black-legacy-200:focus,
9012
- .f\:fc-black-legacy-200:focus-within {
9013
- color: var(--black-legacy-200) !important;
9014
- }
9015
- @media (prefers-color-scheme: dark) {
9016
- body.theme-system .d\:fc-black-legacy-200 {
9017
- color: var(--black-legacy-200) !important;
9018
- }
9019
- }
9020
- body.theme-dark .d\:fc-black-legacy-200,
9021
- .theme-dark__forced .d\:fc-black-legacy-200,
9022
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-200 {
9023
- color: var(--black-legacy-200) !important;
9024
- }
9025
- .bg-black-legacy-200,
9026
- .h\:bg-black-legacy-200:hover,
9027
- .f\:bg-black-legacy-200:focus,
9028
- .f\:bg-black-legacy-200:focus-within {
9029
- background-color: var(--black-legacy-200) !important;
9030
- }
9031
- @media (prefers-color-scheme: dark) {
9032
- body.theme-system .d\:bg-black-legacy-200 {
9033
- background-color: var(--black-legacy-200) !important;
9034
- }
9035
- }
9036
- body.theme-dark .d\:bg-black-legacy-200,
9037
- .theme-dark__forced .d\:bg-black-legacy-200,
9038
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-200 {
9039
- background-color: var(--black-legacy-200) !important;
9040
- }
9041
- .fc-black-legacy-100,
9042
- .h\:fc-black-legacy-100:hover,
9043
- .f\:fc-black-legacy-100:focus,
9044
- .f\:fc-black-legacy-100:focus-within {
9045
- color: var(--black-legacy-100) !important;
9046
- }
9047
- @media (prefers-color-scheme: dark) {
9048
- body.theme-system .d\:fc-black-legacy-100 {
9049
- color: var(--black-legacy-100) !important;
9050
- }
9051
- }
9052
- body.theme-dark .d\:fc-black-legacy-100,
9053
- .theme-dark__forced .d\:fc-black-legacy-100,
9054
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-100 {
9055
- color: var(--black-legacy-100) !important;
9056
- }
9057
- .bg-black-legacy-100,
9058
- .h\:bg-black-legacy-100:hover,
9059
- .f\:bg-black-legacy-100:focus,
9060
- .f\:bg-black-legacy-100:focus-within {
9061
- background-color: var(--black-legacy-100) !important;
9062
- }
9063
- @media (prefers-color-scheme: dark) {
9064
- body.theme-system .d\:bg-black-legacy-100 {
9065
- background-color: var(--black-legacy-100) !important;
9066
- }
9067
- }
9068
- body.theme-dark .d\:bg-black-legacy-100,
9069
- .theme-dark__forced .d\:bg-black-legacy-100,
9070
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-100 {
9071
- background-color: var(--black-legacy-100) !important;
9072
- }
9073
- .fc-black-legacy-050,
9074
- .h\:fc-black-legacy-050:hover,
9075
- .f\:fc-black-legacy-050:focus,
9076
- .f\:fc-black-legacy-050:focus-within {
9077
- color: var(--black-legacy-050) !important;
9078
- }
9079
- @media (prefers-color-scheme: dark) {
9080
- body.theme-system .d\:fc-black-legacy-050 {
9081
- color: var(--black-legacy-050) !important;
9082
- }
9083
- }
9084
- body.theme-dark .d\:fc-black-legacy-050,
9085
- .theme-dark__forced .d\:fc-black-legacy-050,
9086
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-050 {
9087
- color: var(--black-legacy-050) !important;
9088
- }
9089
- .bg-black-legacy-050,
9090
- .h\:bg-black-legacy-050:hover,
9091
- .f\:bg-black-legacy-050:focus,
9092
- .f\:bg-black-legacy-050:focus-within {
9093
- background-color: var(--black-legacy-050) !important;
9094
- }
9095
- @media (prefers-color-scheme: dark) {
9096
- body.theme-system .d\:bg-black-legacy-050 {
9097
- background-color: var(--black-legacy-050) !important;
9098
- }
9099
- }
9100
- body.theme-dark .d\:bg-black-legacy-050,
9101
- .theme-dark__forced .d\:bg-black-legacy-050,
9102
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-050 {
9103
- background-color: var(--black-legacy-050) !important;
9104
- }
9105
- .fc-orange-legacy-900,
9106
- .h\:fc-orange-legacy-900:hover,
9107
- .f\:fc-orange-legacy-900:focus,
9108
- .f\:fc-orange-legacy-900:focus-within {
9109
- color: var(--orange-legacy-900) !important;
9110
- }
9111
- @media (prefers-color-scheme: dark) {
9112
- body.theme-system .d\:fc-orange-legacy-900 {
9113
- color: var(--orange-legacy-900) !important;
9114
- }
9115
- }
9116
- body.theme-dark .d\:fc-orange-legacy-900,
9117
- .theme-dark__forced .d\:fc-orange-legacy-900,
9118
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-900 {
9119
- color: var(--orange-legacy-900) !important;
9120
- }
9121
- .bg-orange-legacy-900,
9122
- .h\:bg-orange-legacy-900:hover,
9123
- .f\:bg-orange-legacy-900:focus,
9124
- .f\:bg-orange-legacy-900:focus-within {
9125
- background-color: var(--orange-legacy-900) !important;
9126
- }
9127
- @media (prefers-color-scheme: dark) {
9128
- body.theme-system .d\:bg-orange-legacy-900 {
9129
- background-color: var(--orange-legacy-900) !important;
9130
- }
9131
- }
9132
- body.theme-dark .d\:bg-orange-legacy-900,
9133
- .theme-dark__forced .d\:bg-orange-legacy-900,
9134
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-900 {
9135
- background-color: var(--orange-legacy-900) !important;
9136
- }
9137
- .fc-orange-legacy-800,
9138
- .h\:fc-orange-legacy-800:hover,
9139
- .f\:fc-orange-legacy-800:focus,
9140
- .f\:fc-orange-legacy-800:focus-within {
9141
- color: var(--orange-legacy-800) !important;
9142
- }
9143
- @media (prefers-color-scheme: dark) {
9144
- body.theme-system .d\:fc-orange-legacy-800 {
9145
- color: var(--orange-legacy-800) !important;
9146
- }
9147
- }
9148
- body.theme-dark .d\:fc-orange-legacy-800,
9149
- .theme-dark__forced .d\:fc-orange-legacy-800,
9150
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-800 {
9151
- color: var(--orange-legacy-800) !important;
9152
- }
9153
- .bg-orange-legacy-800,
9154
- .h\:bg-orange-legacy-800:hover,
9155
- .f\:bg-orange-legacy-800:focus,
9156
- .f\:bg-orange-legacy-800:focus-within {
9157
- background-color: var(--orange-legacy-800) !important;
9158
- }
9159
- @media (prefers-color-scheme: dark) {
9160
- body.theme-system .d\:bg-orange-legacy-800 {
9161
- background-color: var(--orange-legacy-800) !important;
9162
- }
9163
- }
9164
- body.theme-dark .d\:bg-orange-legacy-800,
9165
- .theme-dark__forced .d\:bg-orange-legacy-800,
9166
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-800 {
9167
- background-color: var(--orange-legacy-800) !important;
9168
- }
9169
- .fc-orange-legacy-700,
9170
- .h\:fc-orange-legacy-700:hover,
9171
- .f\:fc-orange-legacy-700:focus,
9172
- .f\:fc-orange-legacy-700:focus-within {
9173
- color: var(--orange-legacy-700) !important;
9174
- }
9175
- @media (prefers-color-scheme: dark) {
9176
- body.theme-system .d\:fc-orange-legacy-700 {
9177
- color: var(--orange-legacy-700) !important;
9178
- }
9179
- }
9180
- body.theme-dark .d\:fc-orange-legacy-700,
9181
- .theme-dark__forced .d\:fc-orange-legacy-700,
9182
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-700 {
9183
- color: var(--orange-legacy-700) !important;
9184
- }
9185
- .bg-orange-legacy-700,
9186
- .h\:bg-orange-legacy-700:hover,
9187
- .f\:bg-orange-legacy-700:focus,
9188
- .f\:bg-orange-legacy-700:focus-within {
9189
- background-color: var(--orange-legacy-700) !important;
9190
- }
9191
- @media (prefers-color-scheme: dark) {
9192
- body.theme-system .d\:bg-orange-legacy-700 {
9193
- background-color: var(--orange-legacy-700) !important;
9194
- }
9195
- }
9196
- body.theme-dark .d\:bg-orange-legacy-700,
9197
- .theme-dark__forced .d\:bg-orange-legacy-700,
9198
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-700 {
9199
- background-color: var(--orange-legacy-700) !important;
9200
- }
9201
- .fc-orange-legacy-600,
9202
- .h\:fc-orange-legacy-600:hover,
9203
- .f\:fc-orange-legacy-600:focus,
9204
- .f\:fc-orange-legacy-600:focus-within {
9205
- color: var(--orange-legacy-600) !important;
9206
- }
9207
- @media (prefers-color-scheme: dark) {
9208
- body.theme-system .d\:fc-orange-legacy-600 {
9209
- color: var(--orange-legacy-600) !important;
9210
- }
9211
- }
9212
- body.theme-dark .d\:fc-orange-legacy-600,
9213
- .theme-dark__forced .d\:fc-orange-legacy-600,
9214
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-600 {
9215
- color: var(--orange-legacy-600) !important;
9216
- }
9217
- .bg-orange-legacy-600,
9218
- .h\:bg-orange-legacy-600:hover,
9219
- .f\:bg-orange-legacy-600:focus,
9220
- .f\:bg-orange-legacy-600:focus-within {
9221
- background-color: var(--orange-legacy-600) !important;
9222
- }
9223
- @media (prefers-color-scheme: dark) {
9224
- body.theme-system .d\:bg-orange-legacy-600 {
9225
- background-color: var(--orange-legacy-600) !important;
9226
- }
9227
- }
9228
- body.theme-dark .d\:bg-orange-legacy-600,
9229
- .theme-dark__forced .d\:bg-orange-legacy-600,
9230
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-600 {
9231
- background-color: var(--orange-legacy-600) !important;
9232
- }
9233
- .fc-orange-legacy-500,
9234
- .h\:fc-orange-legacy-500:hover,
9235
- .f\:fc-orange-legacy-500:focus,
9236
- .f\:fc-orange-legacy-500:focus-within {
9237
- color: var(--orange-legacy-500) !important;
9238
- }
9239
- @media (prefers-color-scheme: dark) {
9240
- body.theme-system .d\:fc-orange-legacy-500 {
9241
- color: var(--orange-legacy-500) !important;
9242
- }
9243
- }
9244
- body.theme-dark .d\:fc-orange-legacy-500,
9245
- .theme-dark__forced .d\:fc-orange-legacy-500,
9246
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-500 {
9247
- color: var(--orange-legacy-500) !important;
9248
- }
9249
- .bg-orange-legacy-500,
9250
- .h\:bg-orange-legacy-500:hover,
9251
- .f\:bg-orange-legacy-500:focus,
9252
- .f\:bg-orange-legacy-500:focus-within {
9253
- background-color: var(--orange-legacy-500) !important;
9254
- }
9255
- @media (prefers-color-scheme: dark) {
9256
- body.theme-system .d\:bg-orange-legacy-500 {
9257
- background-color: var(--orange-legacy-500) !important;
9258
- }
9259
- }
9260
- body.theme-dark .d\:bg-orange-legacy-500,
9261
- .theme-dark__forced .d\:bg-orange-legacy-500,
9262
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-500 {
9263
- background-color: var(--orange-legacy-500) !important;
9264
- }
9265
- .fc-orange-legacy-400,
9266
- .h\:fc-orange-legacy-400:hover,
9267
- .f\:fc-orange-legacy-400:focus,
9268
- .f\:fc-orange-legacy-400:focus-within {
9269
- color: var(--orange-legacy-400) !important;
9270
- }
9271
- @media (prefers-color-scheme: dark) {
9272
- body.theme-system .d\:fc-orange-legacy-400 {
9273
- color: var(--orange-legacy-400) !important;
9274
- }
9275
- }
9276
- body.theme-dark .d\:fc-orange-legacy-400,
9277
- .theme-dark__forced .d\:fc-orange-legacy-400,
9278
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-400 {
9279
- color: var(--orange-legacy-400) !important;
9280
- }
9281
- .bg-orange-legacy-400,
9282
- .h\:bg-orange-legacy-400:hover,
9283
- .f\:bg-orange-legacy-400:focus,
9284
- .f\:bg-orange-legacy-400:focus-within {
9285
- background-color: var(--orange-legacy-400) !important;
9286
- }
9287
- @media (prefers-color-scheme: dark) {
9288
- body.theme-system .d\:bg-orange-legacy-400 {
9289
- background-color: var(--orange-legacy-400) !important;
9290
- }
9291
- }
9292
- body.theme-dark .d\:bg-orange-legacy-400,
9293
- .theme-dark__forced .d\:bg-orange-legacy-400,
9294
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-400 {
9295
- background-color: var(--orange-legacy-400) !important;
9296
- }
9297
- .fc-orange-legacy-300,
9298
- .h\:fc-orange-legacy-300:hover,
9299
- .f\:fc-orange-legacy-300:focus,
9300
- .f\:fc-orange-legacy-300:focus-within {
9301
- color: var(--orange-legacy-300) !important;
9302
- }
9303
- @media (prefers-color-scheme: dark) {
9304
- body.theme-system .d\:fc-orange-legacy-300 {
9305
- color: var(--orange-legacy-300) !important;
9306
- }
9307
- }
9308
- body.theme-dark .d\:fc-orange-legacy-300,
9309
- .theme-dark__forced .d\:fc-orange-legacy-300,
9310
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-300 {
9311
- color: var(--orange-legacy-300) !important;
9312
- }
9313
- .bg-orange-legacy-300,
9314
- .h\:bg-orange-legacy-300:hover,
9315
- .f\:bg-orange-legacy-300:focus,
9316
- .f\:bg-orange-legacy-300:focus-within {
9317
- background-color: var(--orange-legacy-300) !important;
9318
- }
9319
- @media (prefers-color-scheme: dark) {
9320
- body.theme-system .d\:bg-orange-legacy-300 {
9321
- background-color: var(--orange-legacy-300) !important;
9322
- }
9323
- }
9324
- body.theme-dark .d\:bg-orange-legacy-300,
9325
- .theme-dark__forced .d\:bg-orange-legacy-300,
9326
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-300 {
9327
- background-color: var(--orange-legacy-300) !important;
9328
- }
9329
- .fc-orange-legacy-200,
9330
- .h\:fc-orange-legacy-200:hover,
9331
- .f\:fc-orange-legacy-200:focus,
9332
- .f\:fc-orange-legacy-200:focus-within {
9333
- color: var(--orange-legacy-200) !important;
9334
- }
9335
- @media (prefers-color-scheme: dark) {
9336
- body.theme-system .d\:fc-orange-legacy-200 {
9337
- color: var(--orange-legacy-200) !important;
9338
- }
9339
- }
9340
- body.theme-dark .d\:fc-orange-legacy-200,
9341
- .theme-dark__forced .d\:fc-orange-legacy-200,
9342
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-200 {
9343
- color: var(--orange-legacy-200) !important;
9344
- }
9345
- .bg-orange-legacy-200,
9346
- .h\:bg-orange-legacy-200:hover,
9347
- .f\:bg-orange-legacy-200:focus,
9348
- .f\:bg-orange-legacy-200:focus-within {
9349
- background-color: var(--orange-legacy-200) !important;
9350
- }
9351
- @media (prefers-color-scheme: dark) {
9352
- body.theme-system .d\:bg-orange-legacy-200 {
9353
- background-color: var(--orange-legacy-200) !important;
9354
- }
9355
- }
9356
- body.theme-dark .d\:bg-orange-legacy-200,
9357
- .theme-dark__forced .d\:bg-orange-legacy-200,
9358
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-200 {
9359
- background-color: var(--orange-legacy-200) !important;
9360
- }
9361
- .fc-orange-legacy-100,
9362
- .h\:fc-orange-legacy-100:hover,
9363
- .f\:fc-orange-legacy-100:focus,
9364
- .f\:fc-orange-legacy-100:focus-within {
9365
- color: var(--orange-legacy-100) !important;
9366
- }
9367
- @media (prefers-color-scheme: dark) {
9368
- body.theme-system .d\:fc-orange-legacy-100 {
9369
- color: var(--orange-legacy-100) !important;
9370
- }
9371
- }
9372
- body.theme-dark .d\:fc-orange-legacy-100,
9373
- .theme-dark__forced .d\:fc-orange-legacy-100,
9374
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-100 {
9375
- color: var(--orange-legacy-100) !important;
9376
- }
9377
- .bg-orange-legacy-100,
9378
- .h\:bg-orange-legacy-100:hover,
9379
- .f\:bg-orange-legacy-100:focus,
9380
- .f\:bg-orange-legacy-100:focus-within {
9381
- background-color: var(--orange-legacy-100) !important;
9382
- }
9383
- @media (prefers-color-scheme: dark) {
9384
- body.theme-system .d\:bg-orange-legacy-100 {
9385
- background-color: var(--orange-legacy-100) !important;
9386
- }
9387
- }
9388
- body.theme-dark .d\:bg-orange-legacy-100,
9389
- .theme-dark__forced .d\:bg-orange-legacy-100,
9390
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-100 {
9391
- background-color: var(--orange-legacy-100) !important;
9392
- }
9393
- .fc-orange-legacy-050,
9394
- .h\:fc-orange-legacy-050:hover,
9395
- .f\:fc-orange-legacy-050:focus,
9396
- .f\:fc-orange-legacy-050:focus-within {
9397
- color: var(--orange-legacy-050) !important;
9398
- }
9399
- @media (prefers-color-scheme: dark) {
9400
- body.theme-system .d\:fc-orange-legacy-050 {
9401
- color: var(--orange-legacy-050) !important;
9402
- }
9403
- }
9404
- body.theme-dark .d\:fc-orange-legacy-050,
9405
- .theme-dark__forced .d\:fc-orange-legacy-050,
9406
- body.theme-system .theme-dark__forced .d\:fc-orange-legacy-050 {
9407
- color: var(--orange-legacy-050) !important;
9408
- }
9409
- .bg-orange-legacy-050,
9410
- .h\:bg-orange-legacy-050:hover,
9411
- .f\:bg-orange-legacy-050:focus,
9412
- .f\:bg-orange-legacy-050:focus-within {
9413
- background-color: var(--orange-legacy-050) !important;
9414
- }
9415
- @media (prefers-color-scheme: dark) {
9416
- body.theme-system .d\:bg-orange-legacy-050 {
9417
- background-color: var(--orange-legacy-050) !important;
9418
- }
9419
- }
9420
- body.theme-dark .d\:bg-orange-legacy-050,
9421
- .theme-dark__forced .d\:bg-orange-legacy-050,
9422
- body.theme-system .theme-dark__forced .d\:bg-orange-legacy-050 {
9423
- background-color: var(--orange-legacy-050) !important;
9424
- }
9425
- .fc-blue-legacy-900,
9426
- .h\:fc-blue-legacy-900:hover,
9427
- .f\:fc-blue-legacy-900:focus,
9428
- .f\:fc-blue-legacy-900:focus-within {
9429
- color: var(--blue-legacy-900) !important;
9430
- }
9431
- @media (prefers-color-scheme: dark) {
9432
- body.theme-system .d\:fc-blue-legacy-900 {
9433
- color: var(--blue-legacy-900) !important;
9434
- }
9435
- }
9436
- body.theme-dark .d\:fc-blue-legacy-900,
9437
- .theme-dark__forced .d\:fc-blue-legacy-900,
9438
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-900 {
9439
- color: var(--blue-legacy-900) !important;
9440
- }
9441
- .bg-blue-legacy-900,
9442
- .h\:bg-blue-legacy-900:hover,
9443
- .f\:bg-blue-legacy-900:focus,
9444
- .f\:bg-blue-legacy-900:focus-within {
9445
- background-color: var(--blue-legacy-900) !important;
9446
- }
9447
- @media (prefers-color-scheme: dark) {
9448
- body.theme-system .d\:bg-blue-legacy-900 {
9449
- background-color: var(--blue-legacy-900) !important;
9450
- }
9451
- }
9452
- body.theme-dark .d\:bg-blue-legacy-900,
9453
- .theme-dark__forced .d\:bg-blue-legacy-900,
9454
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-900 {
9455
- background-color: var(--blue-legacy-900) !important;
9456
- }
9457
- .fc-blue-legacy-800,
9458
- .h\:fc-blue-legacy-800:hover,
9459
- .f\:fc-blue-legacy-800:focus,
9460
- .f\:fc-blue-legacy-800:focus-within {
9461
- color: var(--blue-legacy-800) !important;
9462
- }
9463
- @media (prefers-color-scheme: dark) {
9464
- body.theme-system .d\:fc-blue-legacy-800 {
9465
- color: var(--blue-legacy-800) !important;
9466
- }
9467
- }
9468
- body.theme-dark .d\:fc-blue-legacy-800,
9469
- .theme-dark__forced .d\:fc-blue-legacy-800,
9470
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-800 {
9471
- color: var(--blue-legacy-800) !important;
9472
- }
9473
- .bg-blue-legacy-800,
9474
- .h\:bg-blue-legacy-800:hover,
9475
- .f\:bg-blue-legacy-800:focus,
9476
- .f\:bg-blue-legacy-800:focus-within {
9477
- background-color: var(--blue-legacy-800) !important;
9478
- }
9479
- @media (prefers-color-scheme: dark) {
9480
- body.theme-system .d\:bg-blue-legacy-800 {
9481
- background-color: var(--blue-legacy-800) !important;
9482
- }
9483
- }
9484
- body.theme-dark .d\:bg-blue-legacy-800,
9485
- .theme-dark__forced .d\:bg-blue-legacy-800,
9486
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-800 {
9487
- background-color: var(--blue-legacy-800) !important;
9488
- }
9489
- .fc-blue-legacy-700,
9490
- .h\:fc-blue-legacy-700:hover,
9491
- .f\:fc-blue-legacy-700:focus,
9492
- .f\:fc-blue-legacy-700:focus-within {
9493
- color: var(--blue-legacy-700) !important;
9494
- }
9495
- @media (prefers-color-scheme: dark) {
9496
- body.theme-system .d\:fc-blue-legacy-700 {
9497
- color: var(--blue-legacy-700) !important;
9498
- }
9499
- }
9500
- body.theme-dark .d\:fc-blue-legacy-700,
9501
- .theme-dark__forced .d\:fc-blue-legacy-700,
9502
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-700 {
9503
- color: var(--blue-legacy-700) !important;
9504
- }
9505
- .bg-blue-legacy-700,
9506
- .h\:bg-blue-legacy-700:hover,
9507
- .f\:bg-blue-legacy-700:focus,
9508
- .f\:bg-blue-legacy-700:focus-within {
9509
- background-color: var(--blue-legacy-700) !important;
9510
- }
9511
- @media (prefers-color-scheme: dark) {
9512
- body.theme-system .d\:bg-blue-legacy-700 {
9513
- background-color: var(--blue-legacy-700) !important;
9514
- }
9515
- }
9516
- body.theme-dark .d\:bg-blue-legacy-700,
9517
- .theme-dark__forced .d\:bg-blue-legacy-700,
9518
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-700 {
9519
- background-color: var(--blue-legacy-700) !important;
9520
- }
9521
- .fc-blue-legacy-600,
9522
- .h\:fc-blue-legacy-600:hover,
9523
- .f\:fc-blue-legacy-600:focus,
9524
- .f\:fc-blue-legacy-600:focus-within {
9525
- color: var(--blue-legacy-600) !important;
9526
- }
9527
- @media (prefers-color-scheme: dark) {
9528
- body.theme-system .d\:fc-blue-legacy-600 {
9529
- color: var(--blue-legacy-600) !important;
9530
- }
9531
- }
9532
- body.theme-dark .d\:fc-blue-legacy-600,
9533
- .theme-dark__forced .d\:fc-blue-legacy-600,
9534
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-600 {
9535
- color: var(--blue-legacy-600) !important;
9536
- }
9537
- .bg-blue-legacy-600,
9538
- .h\:bg-blue-legacy-600:hover,
9539
- .f\:bg-blue-legacy-600:focus,
9540
- .f\:bg-blue-legacy-600:focus-within {
9541
- background-color: var(--blue-legacy-600) !important;
9542
- }
9543
- @media (prefers-color-scheme: dark) {
9544
- body.theme-system .d\:bg-blue-legacy-600 {
9545
- background-color: var(--blue-legacy-600) !important;
9546
- }
9547
- }
9548
- body.theme-dark .d\:bg-blue-legacy-600,
9549
- .theme-dark__forced .d\:bg-blue-legacy-600,
9550
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-600 {
9551
- background-color: var(--blue-legacy-600) !important;
9552
- }
9553
- .fc-blue-legacy-500,
9554
- .h\:fc-blue-legacy-500:hover,
9555
- .f\:fc-blue-legacy-500:focus,
9556
- .f\:fc-blue-legacy-500:focus-within {
9557
- color: var(--blue-legacy-500) !important;
9558
- }
9559
- @media (prefers-color-scheme: dark) {
9560
- body.theme-system .d\:fc-blue-legacy-500 {
9561
- color: var(--blue-legacy-500) !important;
9562
- }
9563
- }
9564
- body.theme-dark .d\:fc-blue-legacy-500,
9565
- .theme-dark__forced .d\:fc-blue-legacy-500,
9566
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-500 {
9567
- color: var(--blue-legacy-500) !important;
9568
- }
9569
- .bg-blue-legacy-500,
9570
- .h\:bg-blue-legacy-500:hover,
9571
- .f\:bg-blue-legacy-500:focus,
9572
- .f\:bg-blue-legacy-500:focus-within {
9573
- background-color: var(--blue-legacy-500) !important;
9574
- }
9575
- @media (prefers-color-scheme: dark) {
9576
- body.theme-system .d\:bg-blue-legacy-500 {
9577
- background-color: var(--blue-legacy-500) !important;
9578
- }
9579
- }
9580
- body.theme-dark .d\:bg-blue-legacy-500,
9581
- .theme-dark__forced .d\:bg-blue-legacy-500,
9582
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-500 {
9583
- background-color: var(--blue-legacy-500) !important;
9584
- }
9585
- .fc-blue-legacy-400,
9586
- .h\:fc-blue-legacy-400:hover,
9587
- .f\:fc-blue-legacy-400:focus,
9588
- .f\:fc-blue-legacy-400:focus-within {
9589
- color: var(--blue-legacy-400) !important;
9590
- }
9591
- @media (prefers-color-scheme: dark) {
9592
- body.theme-system .d\:fc-blue-legacy-400 {
9593
- color: var(--blue-legacy-400) !important;
9594
- }
9595
- }
9596
- body.theme-dark .d\:fc-blue-legacy-400,
9597
- .theme-dark__forced .d\:fc-blue-legacy-400,
9598
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-400 {
9599
- color: var(--blue-legacy-400) !important;
9600
- }
9601
- .bg-blue-legacy-400,
9602
- .h\:bg-blue-legacy-400:hover,
9603
- .f\:bg-blue-legacy-400:focus,
9604
- .f\:bg-blue-legacy-400:focus-within {
9605
- background-color: var(--blue-legacy-400) !important;
9606
- }
9607
- @media (prefers-color-scheme: dark) {
9608
- body.theme-system .d\:bg-blue-legacy-400 {
9609
- background-color: var(--blue-legacy-400) !important;
9610
- }
9611
- }
9612
- body.theme-dark .d\:bg-blue-legacy-400,
9613
- .theme-dark__forced .d\:bg-blue-legacy-400,
9614
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-400 {
9615
- background-color: var(--blue-legacy-400) !important;
9616
- }
9617
- .fc-blue-legacy-300,
9618
- .h\:fc-blue-legacy-300:hover,
9619
- .f\:fc-blue-legacy-300:focus,
9620
- .f\:fc-blue-legacy-300:focus-within {
9621
- color: var(--blue-legacy-300) !important;
9622
- }
9623
- @media (prefers-color-scheme: dark) {
9624
- body.theme-system .d\:fc-blue-legacy-300 {
9625
- color: var(--blue-legacy-300) !important;
9626
- }
9627
- }
9628
- body.theme-dark .d\:fc-blue-legacy-300,
9629
- .theme-dark__forced .d\:fc-blue-legacy-300,
9630
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-300 {
9631
- color: var(--blue-legacy-300) !important;
9632
- }
9633
- .bg-blue-legacy-300,
9634
- .h\:bg-blue-legacy-300:hover,
9635
- .f\:bg-blue-legacy-300:focus,
9636
- .f\:bg-blue-legacy-300:focus-within {
9637
- background-color: var(--blue-legacy-300) !important;
9638
- }
9639
- @media (prefers-color-scheme: dark) {
9640
- body.theme-system .d\:bg-blue-legacy-300 {
9641
- background-color: var(--blue-legacy-300) !important;
9642
- }
9643
- }
9644
- body.theme-dark .d\:bg-blue-legacy-300,
9645
- .theme-dark__forced .d\:bg-blue-legacy-300,
9646
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-300 {
9647
- background-color: var(--blue-legacy-300) !important;
9648
- }
9649
- .fc-blue-legacy-200,
9650
- .h\:fc-blue-legacy-200:hover,
9651
- .f\:fc-blue-legacy-200:focus,
9652
- .f\:fc-blue-legacy-200:focus-within {
9653
- color: var(--blue-legacy-200) !important;
9654
- }
9655
- @media (prefers-color-scheme: dark) {
9656
- body.theme-system .d\:fc-blue-legacy-200 {
9657
- color: var(--blue-legacy-200) !important;
9658
- }
9659
- }
9660
- body.theme-dark .d\:fc-blue-legacy-200,
9661
- .theme-dark__forced .d\:fc-blue-legacy-200,
9662
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-200 {
9663
- color: var(--blue-legacy-200) !important;
9664
- }
9665
- .bg-blue-legacy-200,
9666
- .h\:bg-blue-legacy-200:hover,
9667
- .f\:bg-blue-legacy-200:focus,
9668
- .f\:bg-blue-legacy-200:focus-within {
9669
- background-color: var(--blue-legacy-200) !important;
9670
- }
9671
- @media (prefers-color-scheme: dark) {
9672
- body.theme-system .d\:bg-blue-legacy-200 {
9673
- background-color: var(--blue-legacy-200) !important;
9674
- }
9675
- }
9676
- body.theme-dark .d\:bg-blue-legacy-200,
9677
- .theme-dark__forced .d\:bg-blue-legacy-200,
9678
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-200 {
9679
- background-color: var(--blue-legacy-200) !important;
9680
- }
9681
- .fc-blue-legacy-100,
9682
- .h\:fc-blue-legacy-100:hover,
9683
- .f\:fc-blue-legacy-100:focus,
9684
- .f\:fc-blue-legacy-100:focus-within {
9685
- color: var(--blue-legacy-100) !important;
9686
- }
9687
- @media (prefers-color-scheme: dark) {
9688
- body.theme-system .d\:fc-blue-legacy-100 {
9689
- color: var(--blue-legacy-100) !important;
9690
- }
9691
- }
9692
- body.theme-dark .d\:fc-blue-legacy-100,
9693
- .theme-dark__forced .d\:fc-blue-legacy-100,
9694
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-100 {
9695
- color: var(--blue-legacy-100) !important;
9696
- }
9697
- .bg-blue-legacy-100,
9698
- .h\:bg-blue-legacy-100:hover,
9699
- .f\:bg-blue-legacy-100:focus,
9700
- .f\:bg-blue-legacy-100:focus-within {
9701
- background-color: var(--blue-legacy-100) !important;
9702
- }
9703
- @media (prefers-color-scheme: dark) {
9704
- body.theme-system .d\:bg-blue-legacy-100 {
9705
- background-color: var(--blue-legacy-100) !important;
9706
- }
9707
- }
9708
- body.theme-dark .d\:bg-blue-legacy-100,
9709
- .theme-dark__forced .d\:bg-blue-legacy-100,
9710
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-100 {
9711
- background-color: var(--blue-legacy-100) !important;
9712
- }
9713
- .fc-blue-legacy-050,
9714
- .h\:fc-blue-legacy-050:hover,
9715
- .f\:fc-blue-legacy-050:focus,
9716
- .f\:fc-blue-legacy-050:focus-within {
9717
- color: var(--blue-legacy-050) !important;
9718
- }
9719
- @media (prefers-color-scheme: dark) {
9720
- body.theme-system .d\:fc-blue-legacy-050 {
9721
- color: var(--blue-legacy-050) !important;
9722
- }
9723
- }
9724
- body.theme-dark .d\:fc-blue-legacy-050,
9725
- .theme-dark__forced .d\:fc-blue-legacy-050,
9726
- body.theme-system .theme-dark__forced .d\:fc-blue-legacy-050 {
9727
- color: var(--blue-legacy-050) !important;
9728
- }
9729
- .bg-blue-legacy-050,
9730
- .h\:bg-blue-legacy-050:hover,
9731
- .f\:bg-blue-legacy-050:focus,
9732
- .f\:bg-blue-legacy-050:focus-within {
9733
- background-color: var(--blue-legacy-050) !important;
9734
- }
9735
- @media (prefers-color-scheme: dark) {
9736
- body.theme-system .d\:bg-blue-legacy-050 {
9737
- background-color: var(--blue-legacy-050) !important;
9738
- }
9739
- }
9740
- body.theme-dark .d\:bg-blue-legacy-050,
9741
- .theme-dark__forced .d\:bg-blue-legacy-050,
9742
- body.theme-system .theme-dark__forced .d\:bg-blue-legacy-050 {
9743
- background-color: var(--blue-legacy-050) !important;
9744
- }
9745
- .fc-powder-legacy-900,
9746
- .h\:fc-powder-legacy-900:hover,
9747
- .f\:fc-powder-legacy-900:focus,
9748
- .f\:fc-powder-legacy-900:focus-within {
9749
- color: var(--powder-legacy-900) !important;
9750
- }
9751
- @media (prefers-color-scheme: dark) {
9752
- body.theme-system .d\:fc-powder-legacy-900 {
9753
- color: var(--powder-legacy-900) !important;
9754
- }
9755
- }
9756
- body.theme-dark .d\:fc-powder-legacy-900,
9757
- .theme-dark__forced .d\:fc-powder-legacy-900,
9758
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-900 {
9759
- color: var(--powder-legacy-900) !important;
9760
- }
9761
- .bg-powder-legacy-900,
9762
- .h\:bg-powder-legacy-900:hover,
9763
- .f\:bg-powder-legacy-900:focus,
9764
- .f\:bg-powder-legacy-900:focus-within {
9765
- background-color: var(--powder-legacy-900) !important;
9766
- }
9767
- @media (prefers-color-scheme: dark) {
9768
- body.theme-system .d\:bg-powder-legacy-900 {
9769
- background-color: var(--powder-legacy-900) !important;
9770
- }
9771
- }
9772
- body.theme-dark .d\:bg-powder-legacy-900,
9773
- .theme-dark__forced .d\:bg-powder-legacy-900,
9774
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-900 {
9775
- background-color: var(--powder-legacy-900) !important;
9776
- }
9777
- .fc-powder-legacy-800,
9778
- .h\:fc-powder-legacy-800:hover,
9779
- .f\:fc-powder-legacy-800:focus,
9780
- .f\:fc-powder-legacy-800:focus-within {
9781
- color: var(--powder-legacy-800) !important;
9782
- }
9783
- @media (prefers-color-scheme: dark) {
9784
- body.theme-system .d\:fc-powder-legacy-800 {
9785
- color: var(--powder-legacy-800) !important;
9786
- }
9787
- }
9788
- body.theme-dark .d\:fc-powder-legacy-800,
9789
- .theme-dark__forced .d\:fc-powder-legacy-800,
9790
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-800 {
9791
- color: var(--powder-legacy-800) !important;
9792
- }
9793
- .bg-powder-legacy-800,
9794
- .h\:bg-powder-legacy-800:hover,
9795
- .f\:bg-powder-legacy-800:focus,
9796
- .f\:bg-powder-legacy-800:focus-within {
9797
- background-color: var(--powder-legacy-800) !important;
9798
- }
9799
- @media (prefers-color-scheme: dark) {
9800
- body.theme-system .d\:bg-powder-legacy-800 {
9801
- background-color: var(--powder-legacy-800) !important;
9802
- }
9803
- }
9804
- body.theme-dark .d\:bg-powder-legacy-800,
9805
- .theme-dark__forced .d\:bg-powder-legacy-800,
9806
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-800 {
9807
- background-color: var(--powder-legacy-800) !important;
9808
- }
9809
- .fc-powder-legacy-700,
9810
- .h\:fc-powder-legacy-700:hover,
9811
- .f\:fc-powder-legacy-700:focus,
9812
- .f\:fc-powder-legacy-700:focus-within {
9813
- color: var(--powder-legacy-700) !important;
9814
- }
9815
- @media (prefers-color-scheme: dark) {
9816
- body.theme-system .d\:fc-powder-legacy-700 {
9817
- color: var(--powder-legacy-700) !important;
9818
- }
9819
- }
9820
- body.theme-dark .d\:fc-powder-legacy-700,
9821
- .theme-dark__forced .d\:fc-powder-legacy-700,
9822
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-700 {
9823
- color: var(--powder-legacy-700) !important;
9824
- }
9825
- .bg-powder-legacy-700,
9826
- .h\:bg-powder-legacy-700:hover,
9827
- .f\:bg-powder-legacy-700:focus,
9828
- .f\:bg-powder-legacy-700:focus-within {
9829
- background-color: var(--powder-legacy-700) !important;
9830
- }
9831
- @media (prefers-color-scheme: dark) {
9832
- body.theme-system .d\:bg-powder-legacy-700 {
9833
- background-color: var(--powder-legacy-700) !important;
9834
- }
9835
- }
9836
- body.theme-dark .d\:bg-powder-legacy-700,
9837
- .theme-dark__forced .d\:bg-powder-legacy-700,
9838
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-700 {
9839
- background-color: var(--powder-legacy-700) !important;
9840
- }
9841
- .fc-powder-legacy-600,
9842
- .h\:fc-powder-legacy-600:hover,
9843
- .f\:fc-powder-legacy-600:focus,
9844
- .f\:fc-powder-legacy-600:focus-within {
9845
- color: var(--powder-legacy-600) !important;
9846
- }
9847
- @media (prefers-color-scheme: dark) {
9848
- body.theme-system .d\:fc-powder-legacy-600 {
9849
- color: var(--powder-legacy-600) !important;
9850
- }
9851
- }
9852
- body.theme-dark .d\:fc-powder-legacy-600,
9853
- .theme-dark__forced .d\:fc-powder-legacy-600,
9854
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-600 {
9855
- color: var(--powder-legacy-600) !important;
9856
- }
9857
- .bg-powder-legacy-600,
9858
- .h\:bg-powder-legacy-600:hover,
9859
- .f\:bg-powder-legacy-600:focus,
9860
- .f\:bg-powder-legacy-600:focus-within {
9861
- background-color: var(--powder-legacy-600) !important;
9862
- }
9863
- @media (prefers-color-scheme: dark) {
9864
- body.theme-system .d\:bg-powder-legacy-600 {
9865
- background-color: var(--powder-legacy-600) !important;
9866
- }
9867
- }
9868
- body.theme-dark .d\:bg-powder-legacy-600,
9869
- .theme-dark__forced .d\:bg-powder-legacy-600,
9870
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-600 {
9871
- background-color: var(--powder-legacy-600) !important;
9872
- }
9873
- .fc-powder-legacy-500,
9874
- .h\:fc-powder-legacy-500:hover,
9875
- .f\:fc-powder-legacy-500:focus,
9876
- .f\:fc-powder-legacy-500:focus-within {
9877
- color: var(--powder-legacy-500) !important;
9878
- }
9879
- @media (prefers-color-scheme: dark) {
9880
- body.theme-system .d\:fc-powder-legacy-500 {
9881
- color: var(--powder-legacy-500) !important;
9882
- }
9883
- }
9884
- body.theme-dark .d\:fc-powder-legacy-500,
9885
- .theme-dark__forced .d\:fc-powder-legacy-500,
9886
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-500 {
9887
- color: var(--powder-legacy-500) !important;
9888
- }
9889
- .bg-powder-legacy-500,
9890
- .h\:bg-powder-legacy-500:hover,
9891
- .f\:bg-powder-legacy-500:focus,
9892
- .f\:bg-powder-legacy-500:focus-within {
9893
- background-color: var(--powder-legacy-500) !important;
9894
- }
9895
- @media (prefers-color-scheme: dark) {
9896
- body.theme-system .d\:bg-powder-legacy-500 {
9897
- background-color: var(--powder-legacy-500) !important;
9898
- }
9899
- }
9900
- body.theme-dark .d\:bg-powder-legacy-500,
9901
- .theme-dark__forced .d\:bg-powder-legacy-500,
9902
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-500 {
9903
- background-color: var(--powder-legacy-500) !important;
9904
- }
9905
- .fc-powder-legacy-400,
9906
- .h\:fc-powder-legacy-400:hover,
9907
- .f\:fc-powder-legacy-400:focus,
9908
- .f\:fc-powder-legacy-400:focus-within {
9909
- color: var(--powder-legacy-400) !important;
9910
- }
9911
- @media (prefers-color-scheme: dark) {
9912
- body.theme-system .d\:fc-powder-legacy-400 {
9913
- color: var(--powder-legacy-400) !important;
9914
- }
9915
- }
9916
- body.theme-dark .d\:fc-powder-legacy-400,
9917
- .theme-dark__forced .d\:fc-powder-legacy-400,
9918
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-400 {
9919
- color: var(--powder-legacy-400) !important;
9920
- }
9921
- .bg-powder-legacy-400,
9922
- .h\:bg-powder-legacy-400:hover,
9923
- .f\:bg-powder-legacy-400:focus,
9924
- .f\:bg-powder-legacy-400:focus-within {
9925
- background-color: var(--powder-legacy-400) !important;
9926
- }
9927
- @media (prefers-color-scheme: dark) {
9928
- body.theme-system .d\:bg-powder-legacy-400 {
9929
- background-color: var(--powder-legacy-400) !important;
9930
- }
9931
- }
9932
- body.theme-dark .d\:bg-powder-legacy-400,
9933
- .theme-dark__forced .d\:bg-powder-legacy-400,
9934
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-400 {
9935
- background-color: var(--powder-legacy-400) !important;
9936
- }
9937
- .fc-powder-legacy-300,
9938
- .h\:fc-powder-legacy-300:hover,
9939
- .f\:fc-powder-legacy-300:focus,
9940
- .f\:fc-powder-legacy-300:focus-within {
9941
- color: var(--powder-legacy-300) !important;
9942
- }
9943
- @media (prefers-color-scheme: dark) {
9944
- body.theme-system .d\:fc-powder-legacy-300 {
9945
- color: var(--powder-legacy-300) !important;
9946
- }
9947
- }
9948
- body.theme-dark .d\:fc-powder-legacy-300,
9949
- .theme-dark__forced .d\:fc-powder-legacy-300,
9950
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-300 {
9951
- color: var(--powder-legacy-300) !important;
9952
- }
9953
- .bg-powder-legacy-300,
9954
- .h\:bg-powder-legacy-300:hover,
9955
- .f\:bg-powder-legacy-300:focus,
9956
- .f\:bg-powder-legacy-300:focus-within {
9957
- background-color: var(--powder-legacy-300) !important;
9958
- }
9959
- @media (prefers-color-scheme: dark) {
9960
- body.theme-system .d\:bg-powder-legacy-300 {
9961
- background-color: var(--powder-legacy-300) !important;
9962
- }
9963
- }
9964
- body.theme-dark .d\:bg-powder-legacy-300,
9965
- .theme-dark__forced .d\:bg-powder-legacy-300,
9966
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-300 {
9967
- background-color: var(--powder-legacy-300) !important;
9968
- }
9969
- .fc-powder-legacy-200,
9970
- .h\:fc-powder-legacy-200:hover,
9971
- .f\:fc-powder-legacy-200:focus,
9972
- .f\:fc-powder-legacy-200:focus-within {
9973
- color: var(--powder-legacy-200) !important;
9974
- }
9975
- @media (prefers-color-scheme: dark) {
9976
- body.theme-system .d\:fc-powder-legacy-200 {
9977
- color: var(--powder-legacy-200) !important;
9978
- }
9979
- }
9980
- body.theme-dark .d\:fc-powder-legacy-200,
9981
- .theme-dark__forced .d\:fc-powder-legacy-200,
9982
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-200 {
9983
- color: var(--powder-legacy-200) !important;
9984
- }
9985
- .bg-powder-legacy-200,
9986
- .h\:bg-powder-legacy-200:hover,
9987
- .f\:bg-powder-legacy-200:focus,
9988
- .f\:bg-powder-legacy-200:focus-within {
9989
- background-color: var(--powder-legacy-200) !important;
9990
- }
9991
- @media (prefers-color-scheme: dark) {
9992
- body.theme-system .d\:bg-powder-legacy-200 {
9993
- background-color: var(--powder-legacy-200) !important;
9994
- }
9995
- }
9996
- body.theme-dark .d\:bg-powder-legacy-200,
9997
- .theme-dark__forced .d\:bg-powder-legacy-200,
9998
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-200 {
9999
- background-color: var(--powder-legacy-200) !important;
10000
- }
10001
- .fc-powder-legacy-100,
10002
- .h\:fc-powder-legacy-100:hover,
10003
- .f\:fc-powder-legacy-100:focus,
10004
- .f\:fc-powder-legacy-100:focus-within {
10005
- color: var(--powder-legacy-100) !important;
10006
- }
10007
- @media (prefers-color-scheme: dark) {
10008
- body.theme-system .d\:fc-powder-legacy-100 {
10009
- color: var(--powder-legacy-100) !important;
10010
- }
10011
- }
10012
- body.theme-dark .d\:fc-powder-legacy-100,
10013
- .theme-dark__forced .d\:fc-powder-legacy-100,
10014
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-100 {
10015
- color: var(--powder-legacy-100) !important;
10016
- }
10017
- .bg-powder-legacy-100,
10018
- .h\:bg-powder-legacy-100:hover,
10019
- .f\:bg-powder-legacy-100:focus,
10020
- .f\:bg-powder-legacy-100:focus-within {
10021
- background-color: var(--powder-legacy-100) !important;
10022
- }
10023
- @media (prefers-color-scheme: dark) {
10024
- body.theme-system .d\:bg-powder-legacy-100 {
10025
- background-color: var(--powder-legacy-100) !important;
10026
- }
10027
- }
10028
- body.theme-dark .d\:bg-powder-legacy-100,
10029
- .theme-dark__forced .d\:bg-powder-legacy-100,
10030
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-100 {
10031
- background-color: var(--powder-legacy-100) !important;
10032
- }
10033
- .fc-powder-legacy-050,
10034
- .h\:fc-powder-legacy-050:hover,
10035
- .f\:fc-powder-legacy-050:focus,
10036
- .f\:fc-powder-legacy-050:focus-within {
10037
- color: var(--powder-legacy-050) !important;
10038
- }
10039
- @media (prefers-color-scheme: dark) {
10040
- body.theme-system .d\:fc-powder-legacy-050 {
10041
- color: var(--powder-legacy-050) !important;
10042
- }
10043
- }
10044
- body.theme-dark .d\:fc-powder-legacy-050,
10045
- .theme-dark__forced .d\:fc-powder-legacy-050,
10046
- body.theme-system .theme-dark__forced .d\:fc-powder-legacy-050 {
10047
- color: var(--powder-legacy-050) !important;
10048
- }
10049
- .bg-powder-legacy-050,
10050
- .h\:bg-powder-legacy-050:hover,
10051
- .f\:bg-powder-legacy-050:focus,
10052
- .f\:bg-powder-legacy-050:focus-within {
10053
- background-color: var(--powder-legacy-050) !important;
10054
- }
10055
- @media (prefers-color-scheme: dark) {
10056
- body.theme-system .d\:bg-powder-legacy-050 {
10057
- background-color: var(--powder-legacy-050) !important;
10058
- }
10059
- }
10060
- body.theme-dark .d\:bg-powder-legacy-050,
10061
- .theme-dark__forced .d\:bg-powder-legacy-050,
10062
- body.theme-system .theme-dark__forced .d\:bg-powder-legacy-050 {
10063
- background-color: var(--powder-legacy-050) !important;
10064
- }
10065
- .fc-green-legacy-900,
10066
- .h\:fc-green-legacy-900:hover,
10067
- .f\:fc-green-legacy-900:focus,
10068
- .f\:fc-green-legacy-900:focus-within {
10069
- color: var(--green-legacy-900) !important;
10070
- }
10071
- @media (prefers-color-scheme: dark) {
10072
- body.theme-system .d\:fc-green-legacy-900 {
10073
- color: var(--green-legacy-900) !important;
10074
- }
10075
- }
10076
- body.theme-dark .d\:fc-green-legacy-900,
10077
- .theme-dark__forced .d\:fc-green-legacy-900,
10078
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-900 {
10079
- color: var(--green-legacy-900) !important;
10080
- }
10081
- .bg-green-legacy-900,
10082
- .h\:bg-green-legacy-900:hover,
10083
- .f\:bg-green-legacy-900:focus,
10084
- .f\:bg-green-legacy-900:focus-within {
10085
- background-color: var(--green-legacy-900) !important;
10086
- }
10087
- @media (prefers-color-scheme: dark) {
10088
- body.theme-system .d\:bg-green-legacy-900 {
10089
- background-color: var(--green-legacy-900) !important;
10090
- }
10091
- }
10092
- body.theme-dark .d\:bg-green-legacy-900,
10093
- .theme-dark__forced .d\:bg-green-legacy-900,
10094
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-900 {
10095
- background-color: var(--green-legacy-900) !important;
10096
- }
10097
- .fc-green-legacy-800,
10098
- .h\:fc-green-legacy-800:hover,
10099
- .f\:fc-green-legacy-800:focus,
10100
- .f\:fc-green-legacy-800:focus-within {
10101
- color: var(--green-legacy-800) !important;
10102
- }
10103
- @media (prefers-color-scheme: dark) {
10104
- body.theme-system .d\:fc-green-legacy-800 {
10105
- color: var(--green-legacy-800) !important;
10106
- }
10107
- }
10108
- body.theme-dark .d\:fc-green-legacy-800,
10109
- .theme-dark__forced .d\:fc-green-legacy-800,
10110
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-800 {
10111
- color: var(--green-legacy-800) !important;
10112
- }
10113
- .bg-green-legacy-800,
10114
- .h\:bg-green-legacy-800:hover,
10115
- .f\:bg-green-legacy-800:focus,
10116
- .f\:bg-green-legacy-800:focus-within {
10117
- background-color: var(--green-legacy-800) !important;
10118
- }
10119
- @media (prefers-color-scheme: dark) {
10120
- body.theme-system .d\:bg-green-legacy-800 {
10121
- background-color: var(--green-legacy-800) !important;
10122
- }
10123
- }
10124
- body.theme-dark .d\:bg-green-legacy-800,
10125
- .theme-dark__forced .d\:bg-green-legacy-800,
10126
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-800 {
10127
- background-color: var(--green-legacy-800) !important;
10128
- }
10129
- .fc-green-legacy-700,
10130
- .h\:fc-green-legacy-700:hover,
10131
- .f\:fc-green-legacy-700:focus,
10132
- .f\:fc-green-legacy-700:focus-within {
10133
- color: var(--green-legacy-700) !important;
10134
- }
10135
- @media (prefers-color-scheme: dark) {
10136
- body.theme-system .d\:fc-green-legacy-700 {
10137
- color: var(--green-legacy-700) !important;
10138
- }
10139
- }
10140
- body.theme-dark .d\:fc-green-legacy-700,
10141
- .theme-dark__forced .d\:fc-green-legacy-700,
10142
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-700 {
10143
- color: var(--green-legacy-700) !important;
10144
- }
10145
- .bg-green-legacy-700,
10146
- .h\:bg-green-legacy-700:hover,
10147
- .f\:bg-green-legacy-700:focus,
10148
- .f\:bg-green-legacy-700:focus-within {
10149
- background-color: var(--green-legacy-700) !important;
10150
- }
10151
- @media (prefers-color-scheme: dark) {
10152
- body.theme-system .d\:bg-green-legacy-700 {
10153
- background-color: var(--green-legacy-700) !important;
10154
- }
10155
- }
10156
- body.theme-dark .d\:bg-green-legacy-700,
10157
- .theme-dark__forced .d\:bg-green-legacy-700,
10158
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-700 {
10159
- background-color: var(--green-legacy-700) !important;
10160
- }
10161
- .fc-green-legacy-600,
10162
- .h\:fc-green-legacy-600:hover,
10163
- .f\:fc-green-legacy-600:focus,
10164
- .f\:fc-green-legacy-600:focus-within,
10165
- .fc-success-legacy {
10166
- color: var(--green-legacy-600) !important;
10167
- }
10168
- @media (prefers-color-scheme: dark) {
10169
- body.theme-system .d\:fc-green-legacy-600 {
10170
- color: var(--green-legacy-600) !important;
10171
- }
10172
- }
10173
- body.theme-dark .d\:fc-green-legacy-600,
10174
- .theme-dark__forced .d\:fc-green-legacy-600,
10175
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-600 {
10176
- color: var(--green-legacy-600) !important;
10177
- }
10178
- .bg-green-legacy-600,
10179
- .h\:bg-green-legacy-600:hover,
10180
- .f\:bg-green-legacy-600:focus,
10181
- .f\:bg-green-legacy-600:focus-within {
10182
- background-color: var(--green-legacy-600) !important;
10183
- }
10184
- @media (prefers-color-scheme: dark) {
10185
- body.theme-system .d\:bg-green-legacy-600 {
10186
- background-color: var(--green-legacy-600) !important;
10187
- }
10188
- }
10189
- body.theme-dark .d\:bg-green-legacy-600,
10190
- .theme-dark__forced .d\:bg-green-legacy-600,
10191
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-600 {
10192
- background-color: var(--green-legacy-600) !important;
10193
- }
10194
- .fc-green-legacy-500,
10195
- .h\:fc-green-legacy-500:hover,
10196
- .f\:fc-green-legacy-500:focus,
10197
- .f\:fc-green-legacy-500:focus-within {
10198
- color: var(--green-legacy-500) !important;
10199
- }
10200
- @media (prefers-color-scheme: dark) {
10201
- body.theme-system .d\:fc-green-legacy-500 {
10202
- color: var(--green-legacy-500) !important;
10203
- }
10204
- }
10205
- body.theme-dark .d\:fc-green-legacy-500,
10206
- .theme-dark__forced .d\:fc-green-legacy-500,
10207
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-500 {
10208
- color: var(--green-legacy-500) !important;
10209
- }
10210
- .bg-green-legacy-500,
10211
- .h\:bg-green-legacy-500:hover,
10212
- .f\:bg-green-legacy-500:focus,
10213
- .f\:bg-green-legacy-500:focus-within,
10214
- .bg-success-legacy {
10215
- background-color: var(--green-legacy-500) !important;
10216
- }
10217
- @media (prefers-color-scheme: dark) {
10218
- body.theme-system .d\:bg-green-legacy-500 {
10219
- background-color: var(--green-legacy-500) !important;
10220
- }
10221
- }
10222
- body.theme-dark .d\:bg-green-legacy-500,
10223
- .theme-dark__forced .d\:bg-green-legacy-500,
10224
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-500 {
10225
- background-color: var(--green-legacy-500) !important;
10226
- }
10227
- .fc-green-legacy-400,
10228
- .h\:fc-green-legacy-400:hover,
10229
- .f\:fc-green-legacy-400:focus,
10230
- .f\:fc-green-legacy-400:focus-within {
10231
- color: var(--green-legacy-400) !important;
10232
- }
10233
- @media (prefers-color-scheme: dark) {
10234
- body.theme-system .d\:fc-green-legacy-400 {
10235
- color: var(--green-legacy-400) !important;
10236
- }
10237
- }
10238
- body.theme-dark .d\:fc-green-legacy-400,
10239
- .theme-dark__forced .d\:fc-green-legacy-400,
10240
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-400 {
10241
- color: var(--green-legacy-400) !important;
10242
- }
10243
- .bg-green-legacy-400,
10244
- .h\:bg-green-legacy-400:hover,
10245
- .f\:bg-green-legacy-400:focus,
10246
- .f\:bg-green-legacy-400:focus-within {
10247
- background-color: var(--green-legacy-400) !important;
10248
- }
10249
- @media (prefers-color-scheme: dark) {
10250
- body.theme-system .d\:bg-green-legacy-400 {
10251
- background-color: var(--green-legacy-400) !important;
10252
- }
10253
- }
10254
- body.theme-dark .d\:bg-green-legacy-400,
10255
- .theme-dark__forced .d\:bg-green-legacy-400,
10256
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-400 {
10257
- background-color: var(--green-legacy-400) !important;
10258
- }
10259
- .fc-green-legacy-300,
10260
- .h\:fc-green-legacy-300:hover,
10261
- .f\:fc-green-legacy-300:focus,
10262
- .f\:fc-green-legacy-300:focus-within {
10263
- color: var(--green-legacy-300) !important;
10264
- }
10265
- @media (prefers-color-scheme: dark) {
10266
- body.theme-system .d\:fc-green-legacy-300 {
10267
- color: var(--green-legacy-300) !important;
10268
- }
10269
- }
10270
- body.theme-dark .d\:fc-green-legacy-300,
10271
- .theme-dark__forced .d\:fc-green-legacy-300,
10272
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-300 {
10273
- color: var(--green-legacy-300) !important;
10274
- }
10275
- .bg-green-legacy-300,
10276
- .h\:bg-green-legacy-300:hover,
10277
- .f\:bg-green-legacy-300:focus,
10278
- .f\:bg-green-legacy-300:focus-within {
10279
- background-color: var(--green-legacy-300) !important;
10280
- }
10281
- @media (prefers-color-scheme: dark) {
10282
- body.theme-system .d\:bg-green-legacy-300 {
10283
- background-color: var(--green-legacy-300) !important;
10284
- }
10285
- }
10286
- body.theme-dark .d\:bg-green-legacy-300,
10287
- .theme-dark__forced .d\:bg-green-legacy-300,
10288
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-300 {
10289
- background-color: var(--green-legacy-300) !important;
10290
- }
10291
- .fc-green-legacy-200,
10292
- .h\:fc-green-legacy-200:hover,
10293
- .f\:fc-green-legacy-200:focus,
10294
- .f\:fc-green-legacy-200:focus-within {
10295
- color: var(--green-legacy-200) !important;
10296
- }
10297
- @media (prefers-color-scheme: dark) {
10298
- body.theme-system .d\:fc-green-legacy-200 {
10299
- color: var(--green-legacy-200) !important;
10300
- }
10301
- }
10302
- body.theme-dark .d\:fc-green-legacy-200,
10303
- .theme-dark__forced .d\:fc-green-legacy-200,
10304
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-200 {
10305
- color: var(--green-legacy-200) !important;
10306
- }
10307
- .bg-green-legacy-200,
10308
- .h\:bg-green-legacy-200:hover,
10309
- .f\:bg-green-legacy-200:focus,
10310
- .f\:bg-green-legacy-200:focus-within {
10311
- background-color: var(--green-legacy-200) !important;
10312
- }
10313
- @media (prefers-color-scheme: dark) {
10314
- body.theme-system .d\:bg-green-legacy-200 {
10315
- background-color: var(--green-legacy-200) !important;
10316
- }
10317
- }
10318
- body.theme-dark .d\:bg-green-legacy-200,
10319
- .theme-dark__forced .d\:bg-green-legacy-200,
10320
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-200 {
10321
- background-color: var(--green-legacy-200) !important;
10322
- }
10323
- .fc-green-legacy-100,
10324
- .h\:fc-green-legacy-100:hover,
10325
- .f\:fc-green-legacy-100:focus,
10326
- .f\:fc-green-legacy-100:focus-within {
10327
- color: var(--green-legacy-100) !important;
10328
- }
10329
- @media (prefers-color-scheme: dark) {
10330
- body.theme-system .d\:fc-green-legacy-100 {
10331
- color: var(--green-legacy-100) !important;
10332
- }
10333
- }
10334
- body.theme-dark .d\:fc-green-legacy-100,
10335
- .theme-dark__forced .d\:fc-green-legacy-100,
10336
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-100 {
10337
- color: var(--green-legacy-100) !important;
10338
- }
10339
- .bg-green-legacy-100,
10340
- .h\:bg-green-legacy-100:hover,
10341
- .f\:bg-green-legacy-100:focus,
10342
- .f\:bg-green-legacy-100:focus-within {
10343
- background-color: var(--green-legacy-100) !important;
10344
- }
10345
- @media (prefers-color-scheme: dark) {
10346
- body.theme-system .d\:bg-green-legacy-100 {
10347
- background-color: var(--green-legacy-100) !important;
10348
- }
10349
- }
10350
- body.theme-dark .d\:bg-green-legacy-100,
10351
- .theme-dark__forced .d\:bg-green-legacy-100,
10352
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-100 {
10353
- background-color: var(--green-legacy-100) !important;
10354
- }
10355
- .fc-green-legacy-050,
10356
- .h\:fc-green-legacy-050:hover,
10357
- .f\:fc-green-legacy-050:focus,
10358
- .f\:fc-green-legacy-050:focus-within {
10359
- color: var(--green-legacy-050) !important;
10360
- }
10361
- @media (prefers-color-scheme: dark) {
10362
- body.theme-system .d\:fc-green-legacy-050 {
10363
- color: var(--green-legacy-050) !important;
10364
- }
10365
- }
10366
- body.theme-dark .d\:fc-green-legacy-050,
10367
- .theme-dark__forced .d\:fc-green-legacy-050,
10368
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-050 {
10369
- color: var(--green-legacy-050) !important;
10370
- }
10371
- .bg-green-legacy-050,
10372
- .h\:bg-green-legacy-050:hover,
10373
- .f\:bg-green-legacy-050:focus,
10374
- .f\:bg-green-legacy-050:focus-within {
10375
- background-color: var(--green-legacy-050) !important;
10376
- }
10377
- @media (prefers-color-scheme: dark) {
10378
- body.theme-system .d\:bg-green-legacy-050 {
10379
- background-color: var(--green-legacy-050) !important;
10380
- }
10381
- }
10382
- body.theme-dark .d\:bg-green-legacy-050,
10383
- .theme-dark__forced .d\:bg-green-legacy-050,
10384
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-050 {
10385
- background-color: var(--green-legacy-050) !important;
10386
- }
10387
- .fc-yellow-legacy-900,
10388
- .h\:fc-yellow-legacy-900:hover,
10389
- .f\:fc-yellow-legacy-900:focus,
10390
- .f\:fc-yellow-legacy-900:focus-within {
10391
- color: var(--yellow-legacy-900) !important;
10392
- }
10393
- @media (prefers-color-scheme: dark) {
10394
- body.theme-system .d\:fc-yellow-legacy-900 {
10395
- color: var(--yellow-legacy-900) !important;
10396
- }
10397
- }
10398
- body.theme-dark .d\:fc-yellow-legacy-900,
10399
- .theme-dark__forced .d\:fc-yellow-legacy-900,
10400
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-900 {
10401
- color: var(--yellow-legacy-900) !important;
10402
- }
10403
- .bg-yellow-legacy-900,
10404
- .h\:bg-yellow-legacy-900:hover,
10405
- .f\:bg-yellow-legacy-900:focus,
10406
- .f\:bg-yellow-legacy-900:focus-within {
10407
- background-color: var(--yellow-legacy-900) !important;
10408
- }
10409
- @media (prefers-color-scheme: dark) {
10410
- body.theme-system .d\:bg-yellow-legacy-900 {
10411
- background-color: var(--yellow-legacy-900) !important;
10412
- }
10413
- }
10414
- body.theme-dark .d\:bg-yellow-legacy-900,
10415
- .theme-dark__forced .d\:bg-yellow-legacy-900,
10416
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-900 {
10417
- background-color: var(--yellow-legacy-900) !important;
10418
- }
10419
- .fc-yellow-legacy-800,
10420
- .h\:fc-yellow-legacy-800:hover,
10421
- .f\:fc-yellow-legacy-800:focus,
10422
- .f\:fc-yellow-legacy-800:focus-within {
10423
- color: var(--yellow-legacy-800) !important;
10424
- }
10425
- @media (prefers-color-scheme: dark) {
10426
- body.theme-system .d\:fc-yellow-legacy-800 {
10427
- color: var(--yellow-legacy-800) !important;
10428
- }
10429
- }
10430
- body.theme-dark .d\:fc-yellow-legacy-800,
10431
- .theme-dark__forced .d\:fc-yellow-legacy-800,
10432
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-800 {
10433
- color: var(--yellow-legacy-800) !important;
10434
- }
10435
- .bg-yellow-legacy-800,
10436
- .h\:bg-yellow-legacy-800:hover,
10437
- .f\:bg-yellow-legacy-800:focus,
10438
- .f\:bg-yellow-legacy-800:focus-within {
10439
- background-color: var(--yellow-legacy-800) !important;
10440
- }
10441
- @media (prefers-color-scheme: dark) {
10442
- body.theme-system .d\:bg-yellow-legacy-800 {
10443
- background-color: var(--yellow-legacy-800) !important;
10444
- }
10445
- }
10446
- body.theme-dark .d\:bg-yellow-legacy-800,
10447
- .theme-dark__forced .d\:bg-yellow-legacy-800,
10448
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-800 {
10449
- background-color: var(--yellow-legacy-800) !important;
10450
- }
10451
- .fc-yellow-legacy-700,
10452
- .h\:fc-yellow-legacy-700:hover,
10453
- .f\:fc-yellow-legacy-700:focus,
10454
- .f\:fc-yellow-legacy-700:focus-within {
10455
- color: var(--yellow-legacy-700) !important;
10456
- }
10457
- @media (prefers-color-scheme: dark) {
10458
- body.theme-system .d\:fc-yellow-legacy-700 {
10459
- color: var(--yellow-legacy-700) !important;
10460
- }
10461
- }
10462
- body.theme-dark .d\:fc-yellow-legacy-700,
10463
- .theme-dark__forced .d\:fc-yellow-legacy-700,
10464
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-700 {
10465
- color: var(--yellow-legacy-700) !important;
10466
- }
10467
- .bg-yellow-legacy-700,
10468
- .h\:bg-yellow-legacy-700:hover,
10469
- .f\:bg-yellow-legacy-700:focus,
10470
- .f\:bg-yellow-legacy-700:focus-within {
10471
- background-color: var(--yellow-legacy-700) !important;
10472
- }
10473
- @media (prefers-color-scheme: dark) {
10474
- body.theme-system .d\:bg-yellow-legacy-700 {
10475
- background-color: var(--yellow-legacy-700) !important;
10476
- }
10477
- }
10478
- body.theme-dark .d\:bg-yellow-legacy-700,
10479
- .theme-dark__forced .d\:bg-yellow-legacy-700,
10480
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-700 {
10481
- background-color: var(--yellow-legacy-700) !important;
10482
- }
10483
- .fc-yellow-legacy-600,
10484
- .h\:fc-yellow-legacy-600:hover,
10485
- .f\:fc-yellow-legacy-600:focus,
10486
- .f\:fc-yellow-legacy-600:focus-within,
10487
- .fc-warning-legacy {
10488
- color: var(--yellow-legacy-600) !important;
10489
- }
10490
- @media (prefers-color-scheme: dark) {
10491
- body.theme-system .d\:fc-yellow-legacy-600 {
10492
- color: var(--yellow-legacy-600) !important;
10493
- }
10494
- }
10495
- body.theme-dark .d\:fc-yellow-legacy-600,
10496
- .theme-dark__forced .d\:fc-yellow-legacy-600,
10497
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-600 {
10498
- color: var(--yellow-legacy-600) !important;
10499
- }
10500
- .bg-yellow-legacy-600,
10501
- .h\:bg-yellow-legacy-600:hover,
10502
- .f\:bg-yellow-legacy-600:focus,
10503
- .f\:bg-yellow-legacy-600:focus-within,
10504
- .bg-warning-legacy {
10505
- background-color: var(--yellow-legacy-600) !important;
10506
- }
10507
- @media (prefers-color-scheme: dark) {
10508
- body.theme-system .d\:bg-yellow-legacy-600 {
10509
- background-color: var(--yellow-legacy-600) !important;
10510
- }
10511
- }
10512
- body.theme-dark .d\:bg-yellow-legacy-600,
10513
- .theme-dark__forced .d\:bg-yellow-legacy-600,
10514
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-600 {
10515
- background-color: var(--yellow-legacy-600) !important;
10516
- }
10517
- .fc-yellow-legacy-500,
10518
- .h\:fc-yellow-legacy-500:hover,
10519
- .f\:fc-yellow-legacy-500:focus,
10520
- .f\:fc-yellow-legacy-500:focus-within {
10521
- color: var(--yellow-legacy-500) !important;
10522
- }
10523
- @media (prefers-color-scheme: dark) {
10524
- body.theme-system .d\:fc-yellow-legacy-500 {
10525
- color: var(--yellow-legacy-500) !important;
10526
- }
10527
- }
10528
- body.theme-dark .d\:fc-yellow-legacy-500,
10529
- .theme-dark__forced .d\:fc-yellow-legacy-500,
10530
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-500 {
10531
- color: var(--yellow-legacy-500) !important;
10532
- }
10533
- .bg-yellow-legacy-500,
10534
- .h\:bg-yellow-legacy-500:hover,
10535
- .f\:bg-yellow-legacy-500:focus,
10536
- .f\:bg-yellow-legacy-500:focus-within {
10537
- background-color: var(--yellow-legacy-500) !important;
10538
- }
10539
- @media (prefers-color-scheme: dark) {
10540
- body.theme-system .d\:bg-yellow-legacy-500 {
10541
- background-color: var(--yellow-legacy-500) !important;
10542
- }
10543
- }
10544
- body.theme-dark .d\:bg-yellow-legacy-500,
10545
- .theme-dark__forced .d\:bg-yellow-legacy-500,
10546
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-500 {
10547
- background-color: var(--yellow-legacy-500) !important;
10548
- }
10549
- .fc-yellow-legacy-400,
10550
- .h\:fc-yellow-legacy-400:hover,
10551
- .f\:fc-yellow-legacy-400:focus,
10552
- .f\:fc-yellow-legacy-400:focus-within {
10553
- color: var(--yellow-legacy-400) !important;
10554
- }
10555
- @media (prefers-color-scheme: dark) {
10556
- body.theme-system .d\:fc-yellow-legacy-400 {
10557
- color: var(--yellow-legacy-400) !important;
10558
- }
10559
- }
10560
- body.theme-dark .d\:fc-yellow-legacy-400,
10561
- .theme-dark__forced .d\:fc-yellow-legacy-400,
10562
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-400 {
10563
- color: var(--yellow-legacy-400) !important;
10564
- }
10565
- .bg-yellow-legacy-400,
10566
- .h\:bg-yellow-legacy-400:hover,
10567
- .f\:bg-yellow-legacy-400:focus,
10568
- .f\:bg-yellow-legacy-400:focus-within {
10569
- background-color: var(--yellow-legacy-400) !important;
10570
- }
10571
- @media (prefers-color-scheme: dark) {
10572
- body.theme-system .d\:bg-yellow-legacy-400 {
10573
- background-color: var(--yellow-legacy-400) !important;
10574
- }
10575
- }
10576
- body.theme-dark .d\:bg-yellow-legacy-400,
10577
- .theme-dark__forced .d\:bg-yellow-legacy-400,
10578
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-400 {
10579
- background-color: var(--yellow-legacy-400) !important;
10580
- }
10581
- .fc-yellow-legacy-300,
10582
- .h\:fc-yellow-legacy-300:hover,
10583
- .f\:fc-yellow-legacy-300:focus,
10584
- .f\:fc-yellow-legacy-300:focus-within {
10585
- color: var(--yellow-legacy-300) !important;
10586
- }
10587
- @media (prefers-color-scheme: dark) {
10588
- body.theme-system .d\:fc-yellow-legacy-300 {
10589
- color: var(--yellow-legacy-300) !important;
10590
- }
10591
- }
10592
- body.theme-dark .d\:fc-yellow-legacy-300,
10593
- .theme-dark__forced .d\:fc-yellow-legacy-300,
10594
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-300 {
10595
- color: var(--yellow-legacy-300) !important;
10596
- }
10597
- .bg-yellow-legacy-300,
10598
- .h\:bg-yellow-legacy-300:hover,
10599
- .f\:bg-yellow-legacy-300:focus,
10600
- .f\:bg-yellow-legacy-300:focus-within {
10601
- background-color: var(--yellow-legacy-300) !important;
10602
- }
10603
- @media (prefers-color-scheme: dark) {
10604
- body.theme-system .d\:bg-yellow-legacy-300 {
10605
- background-color: var(--yellow-legacy-300) !important;
10606
- }
10607
- }
10608
- body.theme-dark .d\:bg-yellow-legacy-300,
10609
- .theme-dark__forced .d\:bg-yellow-legacy-300,
10610
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-300 {
10611
- background-color: var(--yellow-legacy-300) !important;
10612
- }
10613
- .fc-yellow-legacy-200,
10614
- .h\:fc-yellow-legacy-200:hover,
10615
- .f\:fc-yellow-legacy-200:focus,
10616
- .f\:fc-yellow-legacy-200:focus-within {
10617
- color: var(--yellow-legacy-200) !important;
10618
- }
10619
- @media (prefers-color-scheme: dark) {
10620
- body.theme-system .d\:fc-yellow-legacy-200 {
10621
- color: var(--yellow-legacy-200) !important;
10622
- }
10623
- }
10624
- body.theme-dark .d\:fc-yellow-legacy-200,
10625
- .theme-dark__forced .d\:fc-yellow-legacy-200,
10626
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-200 {
10627
- color: var(--yellow-legacy-200) !important;
10628
- }
10629
- .bg-yellow-legacy-200,
10630
- .h\:bg-yellow-legacy-200:hover,
10631
- .f\:bg-yellow-legacy-200:focus,
10632
- .f\:bg-yellow-legacy-200:focus-within {
10633
- background-color: var(--yellow-legacy-200) !important;
10634
- }
10635
- @media (prefers-color-scheme: dark) {
10636
- body.theme-system .d\:bg-yellow-legacy-200 {
10637
- background-color: var(--yellow-legacy-200) !important;
10638
- }
10639
- }
10640
- body.theme-dark .d\:bg-yellow-legacy-200,
10641
- .theme-dark__forced .d\:bg-yellow-legacy-200,
10642
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-200 {
10643
- background-color: var(--yellow-legacy-200) !important;
10644
- }
10645
- .fc-yellow-legacy-100,
10646
- .h\:fc-yellow-legacy-100:hover,
10647
- .f\:fc-yellow-legacy-100:focus,
10648
- .f\:fc-yellow-legacy-100:focus-within {
10649
- color: var(--yellow-legacy-100) !important;
10650
- }
10651
- @media (prefers-color-scheme: dark) {
10652
- body.theme-system .d\:fc-yellow-legacy-100 {
10653
- color: var(--yellow-legacy-100) !important;
10654
- }
10655
- }
10656
- body.theme-dark .d\:fc-yellow-legacy-100,
10657
- .theme-dark__forced .d\:fc-yellow-legacy-100,
10658
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-100 {
10659
- color: var(--yellow-legacy-100) !important;
10660
- }
10661
- .bg-yellow-legacy-100,
10662
- .h\:bg-yellow-legacy-100:hover,
10663
- .f\:bg-yellow-legacy-100:focus,
10664
- .f\:bg-yellow-legacy-100:focus-within {
10665
- background-color: var(--yellow-legacy-100) !important;
10666
- }
10667
- @media (prefers-color-scheme: dark) {
10668
- body.theme-system .d\:bg-yellow-legacy-100 {
10669
- background-color: var(--yellow-legacy-100) !important;
10670
- }
10671
- }
10672
- body.theme-dark .d\:bg-yellow-legacy-100,
10673
- .theme-dark__forced .d\:bg-yellow-legacy-100,
10674
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-100 {
10675
- background-color: var(--yellow-legacy-100) !important;
10676
- }
10677
- .fc-yellow-legacy-050,
10678
- .h\:fc-yellow-legacy-050:hover,
10679
- .f\:fc-yellow-legacy-050:focus,
10680
- .f\:fc-yellow-legacy-050:focus-within {
10681
- color: var(--yellow-legacy-050) !important;
10682
- }
10683
- @media (prefers-color-scheme: dark) {
10684
- body.theme-system .d\:fc-yellow-legacy-050 {
10685
- color: var(--yellow-legacy-050) !important;
10686
- }
10687
- }
10688
- body.theme-dark .d\:fc-yellow-legacy-050,
10689
- .theme-dark__forced .d\:fc-yellow-legacy-050,
10690
- body.theme-system .theme-dark__forced .d\:fc-yellow-legacy-050 {
10691
- color: var(--yellow-legacy-050) !important;
10692
- }
10693
- .bg-yellow-legacy-050,
10694
- .h\:bg-yellow-legacy-050:hover,
10695
- .f\:bg-yellow-legacy-050:focus,
10696
- .f\:bg-yellow-legacy-050:focus-within {
10697
- background-color: var(--yellow-legacy-050) !important;
10698
- }
10699
- @media (prefers-color-scheme: dark) {
10700
- body.theme-system .d\:bg-yellow-legacy-050 {
10701
- background-color: var(--yellow-legacy-050) !important;
10702
- }
10703
- }
10704
- body.theme-dark .d\:bg-yellow-legacy-050,
10705
- .theme-dark__forced .d\:bg-yellow-legacy-050,
10706
- body.theme-system .theme-dark__forced .d\:bg-yellow-legacy-050 {
10707
- background-color: var(--yellow-legacy-050) !important;
10708
- }
10709
- .fc-red-legacy-900,
10710
- .h\:fc-red-legacy-900:hover,
10711
- .f\:fc-red-legacy-900:focus,
10712
- .f\:fc-red-legacy-900:focus-within {
10713
- color: var(--red-legacy-900) !important;
10714
- }
10715
- @media (prefers-color-scheme: dark) {
10716
- body.theme-system .d\:fc-red-legacy-900 {
10717
- color: var(--red-legacy-900) !important;
10718
- }
10719
- }
10720
- body.theme-dark .d\:fc-red-legacy-900,
10721
- .theme-dark__forced .d\:fc-red-legacy-900,
10722
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-900 {
10723
- color: var(--red-legacy-900) !important;
10724
- }
10725
- .bg-red-legacy-900,
10726
- .h\:bg-red-legacy-900:hover,
10727
- .f\:bg-red-legacy-900:focus,
10728
- .f\:bg-red-legacy-900:focus-within {
10729
- background-color: var(--red-legacy-900) !important;
10730
- }
10731
- @media (prefers-color-scheme: dark) {
10732
- body.theme-system .d\:bg-red-legacy-900 {
10733
- background-color: var(--red-legacy-900) !important;
10734
- }
10735
- }
10736
- body.theme-dark .d\:bg-red-legacy-900,
10737
- .theme-dark__forced .d\:bg-red-legacy-900,
10738
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-900 {
10739
- background-color: var(--red-legacy-900) !important;
10740
- }
10741
- .fc-red-legacy-800,
10742
- .h\:fc-red-legacy-800:hover,
10743
- .f\:fc-red-legacy-800:focus,
10744
- .f\:fc-red-legacy-800:focus-within {
10745
- color: var(--red-legacy-800) !important;
10746
- }
10747
- @media (prefers-color-scheme: dark) {
10748
- body.theme-system .d\:fc-red-legacy-800 {
10749
- color: var(--red-legacy-800) !important;
10750
- }
10751
- }
10752
- body.theme-dark .d\:fc-red-legacy-800,
10753
- .theme-dark__forced .d\:fc-red-legacy-800,
10754
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-800 {
10755
- color: var(--red-legacy-800) !important;
10756
- }
10757
- .bg-red-legacy-800,
10758
- .h\:bg-red-legacy-800:hover,
10759
- .f\:bg-red-legacy-800:focus,
10760
- .f\:bg-red-legacy-800:focus-within {
10761
- background-color: var(--red-legacy-800) !important;
10762
- }
10763
- @media (prefers-color-scheme: dark) {
10764
- body.theme-system .d\:bg-red-legacy-800 {
10765
- background-color: var(--red-legacy-800) !important;
10766
- }
10767
- }
10768
- body.theme-dark .d\:bg-red-legacy-800,
10769
- .theme-dark__forced .d\:bg-red-legacy-800,
10770
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-800 {
10771
- background-color: var(--red-legacy-800) !important;
10772
- }
10773
- .fc-red-legacy-700,
10774
- .h\:fc-red-legacy-700:hover,
10775
- .f\:fc-red-legacy-700:focus,
10776
- .f\:fc-red-legacy-700:focus-within {
10777
- color: var(--red-legacy-700) !important;
10778
- }
10779
- @media (prefers-color-scheme: dark) {
10780
- body.theme-system .d\:fc-red-legacy-700 {
10781
- color: var(--red-legacy-700) !important;
10782
- }
10783
- }
10784
- body.theme-dark .d\:fc-red-legacy-700,
10785
- .theme-dark__forced .d\:fc-red-legacy-700,
10786
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-700 {
10787
- color: var(--red-legacy-700) !important;
10788
- }
10789
- .bg-red-legacy-700,
10790
- .h\:bg-red-legacy-700:hover,
10791
- .f\:bg-red-legacy-700:focus,
10792
- .f\:bg-red-legacy-700:focus-within {
10793
- background-color: var(--red-legacy-700) !important;
10794
- }
10795
- @media (prefers-color-scheme: dark) {
10796
- body.theme-system .d\:bg-red-legacy-700 {
10797
- background-color: var(--red-legacy-700) !important;
10798
- }
10799
- }
10800
- body.theme-dark .d\:bg-red-legacy-700,
10801
- .theme-dark__forced .d\:bg-red-legacy-700,
10802
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-700 {
10803
- background-color: var(--red-legacy-700) !important;
10804
- }
10805
- .fc-red-legacy-600,
10806
- .h\:fc-red-legacy-600:hover,
10807
- .f\:fc-red-legacy-600:focus,
10808
- .f\:fc-red-legacy-600:focus-within {
10809
- color: var(--red-legacy-600) !important;
10810
- }
10811
- @media (prefers-color-scheme: dark) {
10812
- body.theme-system .d\:fc-red-legacy-600 {
10813
- color: var(--red-legacy-600) !important;
10814
- }
10815
- }
10816
- body.theme-dark .d\:fc-red-legacy-600,
10817
- .theme-dark__forced .d\:fc-red-legacy-600,
10818
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-600 {
10819
- color: var(--red-legacy-600) !important;
10820
- }
10821
- .bg-red-legacy-600,
10822
- .h\:bg-red-legacy-600:hover,
10823
- .f\:bg-red-legacy-600:focus,
10824
- .f\:bg-red-legacy-600:focus-within {
10825
- background-color: var(--red-legacy-600) !important;
10826
- }
10827
- @media (prefers-color-scheme: dark) {
10828
- body.theme-system .d\:bg-red-legacy-600 {
10829
- background-color: var(--red-legacy-600) !important;
10830
- }
10831
- }
10832
- body.theme-dark .d\:bg-red-legacy-600,
10833
- .theme-dark__forced .d\:bg-red-legacy-600,
10834
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-600 {
10835
- background-color: var(--red-legacy-600) !important;
10836
- }
10837
- .fc-red-legacy-500,
10838
- .h\:fc-red-legacy-500:hover,
10839
- .f\:fc-red-legacy-500:focus,
10840
- .f\:fc-red-legacy-500:focus-within,
10841
- .fc-error-legacy,
10842
- .fc-danger-legacy {
10843
- color: var(--red-legacy-500) !important;
10844
- }
10845
- @media (prefers-color-scheme: dark) {
10846
- body.theme-system .d\:fc-red-legacy-500 {
10847
- color: var(--red-legacy-500) !important;
10848
- }
10849
- }
10850
- body.theme-dark .d\:fc-red-legacy-500,
10851
- .theme-dark__forced .d\:fc-red-legacy-500,
10852
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-500 {
10853
- color: var(--red-legacy-500) !important;
10854
- }
10855
- .bg-red-legacy-500,
10856
- .h\:bg-red-legacy-500:hover,
10857
- .f\:bg-red-legacy-500:focus,
10858
- .f\:bg-red-legacy-500:focus-within,
10859
- .bg-error-legacy,
10860
- .bg-danger-legacy {
10861
- background-color: var(--red-legacy-500) !important;
10862
- }
10863
- @media (prefers-color-scheme: dark) {
10864
- body.theme-system .d\:bg-red-legacy-500 {
10865
- background-color: var(--red-legacy-500) !important;
10866
- }
10867
- }
10868
- body.theme-dark .d\:bg-red-legacy-500,
10869
- .theme-dark__forced .d\:bg-red-legacy-500,
10870
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-500 {
10871
- background-color: var(--red-legacy-500) !important;
10872
- }
10873
- .fc-red-legacy-400,
10874
- .h\:fc-red-legacy-400:hover,
10875
- .f\:fc-red-legacy-400:focus,
10876
- .f\:fc-red-legacy-400:focus-within {
10877
- color: var(--red-legacy-400) !important;
10878
- }
10879
- @media (prefers-color-scheme: dark) {
10880
- body.theme-system .d\:fc-red-legacy-400 {
10881
- color: var(--red-legacy-400) !important;
10882
- }
10883
- }
10884
- body.theme-dark .d\:fc-red-legacy-400,
10885
- .theme-dark__forced .d\:fc-red-legacy-400,
10886
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-400 {
10887
- color: var(--red-legacy-400) !important;
10888
- }
10889
- .bg-red-legacy-400,
10890
- .h\:bg-red-legacy-400:hover,
10891
- .f\:bg-red-legacy-400:focus,
10892
- .f\:bg-red-legacy-400:focus-within {
10893
- background-color: var(--red-legacy-400) !important;
10894
- }
10895
- @media (prefers-color-scheme: dark) {
10896
- body.theme-system .d\:bg-red-legacy-400 {
10897
- background-color: var(--red-legacy-400) !important;
10898
- }
10899
- }
10900
- body.theme-dark .d\:bg-red-legacy-400,
10901
- .theme-dark__forced .d\:bg-red-legacy-400,
10902
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-400 {
10903
- background-color: var(--red-legacy-400) !important;
10904
- }
10905
- .fc-red-legacy-300,
10906
- .h\:fc-red-legacy-300:hover,
10907
- .f\:fc-red-legacy-300:focus,
10908
- .f\:fc-red-legacy-300:focus-within {
10909
- color: var(--red-legacy-300) !important;
10910
- }
10911
- @media (prefers-color-scheme: dark) {
10912
- body.theme-system .d\:fc-red-legacy-300 {
10913
- color: var(--red-legacy-300) !important;
10914
- }
10915
- }
10916
- body.theme-dark .d\:fc-red-legacy-300,
10917
- .theme-dark__forced .d\:fc-red-legacy-300,
10918
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-300 {
10919
- color: var(--red-legacy-300) !important;
10920
- }
10921
- .bg-red-legacy-300,
10922
- .h\:bg-red-legacy-300:hover,
10923
- .f\:bg-red-legacy-300:focus,
10924
- .f\:bg-red-legacy-300:focus-within {
10925
- background-color: var(--red-legacy-300) !important;
10926
- }
10927
- @media (prefers-color-scheme: dark) {
10928
- body.theme-system .d\:bg-red-legacy-300 {
10929
- background-color: var(--red-legacy-300) !important;
10930
- }
10931
- }
10932
- body.theme-dark .d\:bg-red-legacy-300,
10933
- .theme-dark__forced .d\:bg-red-legacy-300,
10934
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-300 {
10935
- background-color: var(--red-legacy-300) !important;
10936
- }
10937
- .fc-red-legacy-200,
10938
- .h\:fc-red-legacy-200:hover,
10939
- .f\:fc-red-legacy-200:focus,
10940
- .f\:fc-red-legacy-200:focus-within {
10941
- color: var(--red-legacy-200) !important;
10942
- }
10943
- @media (prefers-color-scheme: dark) {
10944
- body.theme-system .d\:fc-red-legacy-200 {
10945
- color: var(--red-legacy-200) !important;
10946
- }
10947
- }
10948
- body.theme-dark .d\:fc-red-legacy-200,
10949
- .theme-dark__forced .d\:fc-red-legacy-200,
10950
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-200 {
10951
- color: var(--red-legacy-200) !important;
10952
- }
10953
- .bg-red-legacy-200,
10954
- .h\:bg-red-legacy-200:hover,
10955
- .f\:bg-red-legacy-200:focus,
10956
- .f\:bg-red-legacy-200:focus-within {
10957
- background-color: var(--red-legacy-200) !important;
10958
- }
10959
- @media (prefers-color-scheme: dark) {
10960
- body.theme-system .d\:bg-red-legacy-200 {
10961
- background-color: var(--red-legacy-200) !important;
10962
- }
10963
- }
10964
- body.theme-dark .d\:bg-red-legacy-200,
10965
- .theme-dark__forced .d\:bg-red-legacy-200,
10966
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-200 {
10967
- background-color: var(--red-legacy-200) !important;
10968
- }
10969
- .fc-red-legacy-100,
10970
- .h\:fc-red-legacy-100:hover,
10971
- .f\:fc-red-legacy-100:focus,
10972
- .f\:fc-red-legacy-100:focus-within {
10973
- color: var(--red-legacy-100) !important;
10974
- }
10975
- @media (prefers-color-scheme: dark) {
10976
- body.theme-system .d\:fc-red-legacy-100 {
10977
- color: var(--red-legacy-100) !important;
10978
- }
10979
- }
10980
- body.theme-dark .d\:fc-red-legacy-100,
10981
- .theme-dark__forced .d\:fc-red-legacy-100,
10982
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-100 {
10983
- color: var(--red-legacy-100) !important;
10984
- }
10985
- .bg-red-legacy-100,
10986
- .h\:bg-red-legacy-100:hover,
10987
- .f\:bg-red-legacy-100:focus,
10988
- .f\:bg-red-legacy-100:focus-within {
10989
- background-color: var(--red-legacy-100) !important;
10990
- }
10991
- @media (prefers-color-scheme: dark) {
10992
- body.theme-system .d\:bg-red-legacy-100 {
10993
- background-color: var(--red-legacy-100) !important;
10994
- }
10995
- }
10996
- body.theme-dark .d\:bg-red-legacy-100,
10997
- .theme-dark__forced .d\:bg-red-legacy-100,
10998
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-100 {
10999
- background-color: var(--red-legacy-100) !important;
11000
- }
11001
- .fc-red-legacy-050,
11002
- .h\:fc-red-legacy-050:hover,
11003
- .f\:fc-red-legacy-050:focus,
11004
- .f\:fc-red-legacy-050:focus-within {
11005
- color: var(--red-legacy-050) !important;
11006
- }
11007
- @media (prefers-color-scheme: dark) {
11008
- body.theme-system .d\:fc-red-legacy-050 {
11009
- color: var(--red-legacy-050) !important;
11010
- }
11011
- }
11012
- body.theme-dark .d\:fc-red-legacy-050,
11013
- .theme-dark__forced .d\:fc-red-legacy-050,
11014
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-050 {
11015
- color: var(--red-legacy-050) !important;
11016
- }
11017
- .bg-red-legacy-050,
11018
- .h\:bg-red-legacy-050:hover,
11019
- .f\:bg-red-legacy-050:focus,
11020
- .f\:bg-red-legacy-050:focus-within {
11021
- background-color: var(--red-legacy-050) !important;
11022
- }
11023
- @media (prefers-color-scheme: dark) {
11024
- body.theme-system .d\:bg-red-legacy-050 {
11025
- background-color: var(--red-legacy-050) !important;
11026
- }
11027
- }
11028
- body.theme-dark .d\:bg-red-legacy-050,
11029
- .theme-dark__forced .d\:bg-red-legacy-050,
11030
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-050 {
11031
- background-color: var(--red-legacy-050) !important;
11032
- }
11033
- .fc-theme-primary-legacy-900,
11034
- .h\:fc-theme-primary-legacy-900:hover,
11035
- .f\:fc-theme-primary-legacy-900:focus,
11036
- .f\:fc-theme-primary-legacy-900:focus-within {
11037
- color: var(--theme-primary-legacy-900) !important;
11038
- }
11039
- @media (prefers-color-scheme: dark) {
11040
- body.theme-system .d\:fc-theme-primary-legacy-900 {
11041
- color: var(--theme-primary-legacy-900) !important;
11042
- }
11043
- }
11044
- body.theme-dark .d\:fc-theme-primary-legacy-900,
11045
- .theme-dark__forced .d\:fc-theme-primary-legacy-900,
11046
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-900 {
11047
- color: var(--theme-primary-legacy-900) !important;
11048
- }
11049
- .bg-theme-primary-legacy-900,
11050
- .h\:bg-theme-primary-legacy-900:hover,
11051
- .f\:bg-theme-primary-legacy-900:focus,
11052
- .f\:bg-theme-primary-legacy-900:focus-within {
11053
- background-color: var(--theme-primary-legacy-900) !important;
11054
- }
11055
- @media (prefers-color-scheme: dark) {
11056
- body.theme-system .d\:bg-theme-primary-legacy-900 {
11057
- background-color: var(--theme-primary-legacy-900) !important;
11058
- }
11059
- }
11060
- body.theme-dark .d\:bg-theme-primary-legacy-900,
11061
- .theme-dark__forced .d\:bg-theme-primary-legacy-900,
11062
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-900 {
11063
- background-color: var(--theme-primary-legacy-900) !important;
11064
- }
11065
- .fc-theme-primary-legacy-800,
11066
- .h\:fc-theme-primary-legacy-800:hover,
11067
- .f\:fc-theme-primary-legacy-800:focus,
11068
- .f\:fc-theme-primary-legacy-800:focus-within {
11069
- color: var(--theme-primary-legacy-800) !important;
11070
- }
11071
- @media (prefers-color-scheme: dark) {
11072
- body.theme-system .d\:fc-theme-primary-legacy-800 {
11073
- color: var(--theme-primary-legacy-800) !important;
11074
- }
11075
- }
11076
- body.theme-dark .d\:fc-theme-primary-legacy-800,
11077
- .theme-dark__forced .d\:fc-theme-primary-legacy-800,
11078
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-800 {
11079
- color: var(--theme-primary-legacy-800) !important;
11080
- }
11081
- .bg-theme-primary-legacy-800,
11082
- .h\:bg-theme-primary-legacy-800:hover,
11083
- .f\:bg-theme-primary-legacy-800:focus,
11084
- .f\:bg-theme-primary-legacy-800:focus-within {
11085
- background-color: var(--theme-primary-legacy-800) !important;
11086
- }
11087
- @media (prefers-color-scheme: dark) {
11088
- body.theme-system .d\:bg-theme-primary-legacy-800 {
11089
- background-color: var(--theme-primary-legacy-800) !important;
11090
- }
11091
- }
11092
- body.theme-dark .d\:bg-theme-primary-legacy-800,
11093
- .theme-dark__forced .d\:bg-theme-primary-legacy-800,
11094
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-800 {
11095
- background-color: var(--theme-primary-legacy-800) !important;
11096
- }
11097
- .fc-theme-primary-legacy-700,
11098
- .h\:fc-theme-primary-legacy-700:hover,
11099
- .f\:fc-theme-primary-legacy-700:focus,
11100
- .f\:fc-theme-primary-legacy-700:focus-within {
11101
- color: var(--theme-primary-legacy-700) !important;
11102
- }
11103
- @media (prefers-color-scheme: dark) {
11104
- body.theme-system .d\:fc-theme-primary-legacy-700 {
11105
- color: var(--theme-primary-legacy-700) !important;
11106
- }
11107
- }
11108
- body.theme-dark .d\:fc-theme-primary-legacy-700,
11109
- .theme-dark__forced .d\:fc-theme-primary-legacy-700,
11110
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-700 {
11111
- color: var(--theme-primary-legacy-700) !important;
11112
- }
11113
- .bg-theme-primary-legacy-700,
11114
- .h\:bg-theme-primary-legacy-700:hover,
11115
- .f\:bg-theme-primary-legacy-700:focus,
11116
- .f\:bg-theme-primary-legacy-700:focus-within {
11117
- background-color: var(--theme-primary-legacy-700) !important;
11118
- }
11119
- @media (prefers-color-scheme: dark) {
11120
- body.theme-system .d\:bg-theme-primary-legacy-700 {
11121
- background-color: var(--theme-primary-legacy-700) !important;
11122
- }
11123
- }
11124
- body.theme-dark .d\:bg-theme-primary-legacy-700,
11125
- .theme-dark__forced .d\:bg-theme-primary-legacy-700,
11126
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-700 {
11127
- background-color: var(--theme-primary-legacy-700) !important;
11128
- }
11129
- .fc-theme-primary-legacy-600,
11130
- .h\:fc-theme-primary-legacy-600:hover,
11131
- .f\:fc-theme-primary-legacy-600:focus,
11132
- .f\:fc-theme-primary-legacy-600:focus-within {
11133
- color: var(--theme-primary-legacy-600) !important;
11134
- }
11135
- @media (prefers-color-scheme: dark) {
11136
- body.theme-system .d\:fc-theme-primary-legacy-600 {
11137
- color: var(--theme-primary-legacy-600) !important;
11138
- }
11139
- }
11140
- body.theme-dark .d\:fc-theme-primary-legacy-600,
11141
- .theme-dark__forced .d\:fc-theme-primary-legacy-600,
11142
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-600 {
11143
- color: var(--theme-primary-legacy-600) !important;
11144
- }
11145
- .bg-theme-primary-legacy-600,
11146
- .h\:bg-theme-primary-legacy-600:hover,
11147
- .f\:bg-theme-primary-legacy-600:focus,
11148
- .f\:bg-theme-primary-legacy-600:focus-within {
11149
- background-color: var(--theme-primary-legacy-600) !important;
11150
- }
11151
- @media (prefers-color-scheme: dark) {
11152
- body.theme-system .d\:bg-theme-primary-legacy-600 {
11153
- background-color: var(--theme-primary-legacy-600) !important;
11154
- }
11155
- }
11156
- body.theme-dark .d\:bg-theme-primary-legacy-600,
11157
- .theme-dark__forced .d\:bg-theme-primary-legacy-600,
11158
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-600 {
11159
- background-color: var(--theme-primary-legacy-600) !important;
11160
- }
11161
- .fc-theme-primary-legacy-500,
11162
- .h\:fc-theme-primary-legacy-500:hover,
11163
- .f\:fc-theme-primary-legacy-500:focus,
11164
- .f\:fc-theme-primary-legacy-500:focus-within {
11165
- color: var(--theme-primary-legacy-500) !important;
11166
- }
11167
- @media (prefers-color-scheme: dark) {
11168
- body.theme-system .d\:fc-theme-primary-legacy-500 {
11169
- color: var(--theme-primary-legacy-500) !important;
11170
- }
11171
- }
11172
- body.theme-dark .d\:fc-theme-primary-legacy-500,
11173
- .theme-dark__forced .d\:fc-theme-primary-legacy-500,
11174
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-500 {
11175
- color: var(--theme-primary-legacy-500) !important;
11176
- }
11177
- .bg-theme-primary-legacy-500,
11178
- .h\:bg-theme-primary-legacy-500:hover,
11179
- .f\:bg-theme-primary-legacy-500:focus,
11180
- .f\:bg-theme-primary-legacy-500:focus-within {
11181
- background-color: var(--theme-primary-legacy-500) !important;
11182
- }
11183
- @media (prefers-color-scheme: dark) {
11184
- body.theme-system .d\:bg-theme-primary-legacy-500 {
11185
- background-color: var(--theme-primary-legacy-500) !important;
11186
- }
11187
- }
11188
- body.theme-dark .d\:bg-theme-primary-legacy-500,
11189
- .theme-dark__forced .d\:bg-theme-primary-legacy-500,
11190
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-500 {
11191
- background-color: var(--theme-primary-legacy-500) !important;
11192
- }
11193
- .fc-theme-primary-legacy-400,
11194
- .h\:fc-theme-primary-legacy-400:hover,
11195
- .f\:fc-theme-primary-legacy-400:focus,
11196
- .f\:fc-theme-primary-legacy-400:focus-within {
11197
- color: var(--theme-primary-legacy-400) !important;
11198
- }
11199
- @media (prefers-color-scheme: dark) {
11200
- body.theme-system .d\:fc-theme-primary-legacy-400 {
11201
- color: var(--theme-primary-legacy-400) !important;
11202
- }
11203
- }
11204
- body.theme-dark .d\:fc-theme-primary-legacy-400,
11205
- .theme-dark__forced .d\:fc-theme-primary-legacy-400,
11206
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-400 {
11207
- color: var(--theme-primary-legacy-400) !important;
11208
- }
11209
- .bg-theme-primary-legacy-400,
11210
- .h\:bg-theme-primary-legacy-400:hover,
11211
- .f\:bg-theme-primary-legacy-400:focus,
11212
- .f\:bg-theme-primary-legacy-400:focus-within {
11213
- background-color: var(--theme-primary-legacy-400) !important;
11214
- }
11215
- @media (prefers-color-scheme: dark) {
11216
- body.theme-system .d\:bg-theme-primary-legacy-400 {
11217
- background-color: var(--theme-primary-legacy-400) !important;
11218
- }
11219
- }
11220
- body.theme-dark .d\:bg-theme-primary-legacy-400,
11221
- .theme-dark__forced .d\:bg-theme-primary-legacy-400,
11222
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-400 {
11223
- background-color: var(--theme-primary-legacy-400) !important;
11224
- }
11225
- .fc-theme-primary-legacy-300,
11226
- .h\:fc-theme-primary-legacy-300:hover,
11227
- .f\:fc-theme-primary-legacy-300:focus,
11228
- .f\:fc-theme-primary-legacy-300:focus-within {
11229
- color: var(--theme-primary-legacy-300) !important;
11230
- }
11231
- @media (prefers-color-scheme: dark) {
11232
- body.theme-system .d\:fc-theme-primary-legacy-300 {
11233
- color: var(--theme-primary-legacy-300) !important;
11234
- }
11235
- }
11236
- body.theme-dark .d\:fc-theme-primary-legacy-300,
11237
- .theme-dark__forced .d\:fc-theme-primary-legacy-300,
11238
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-300 {
11239
- color: var(--theme-primary-legacy-300) !important;
11240
- }
11241
- .bg-theme-primary-legacy-300,
11242
- .h\:bg-theme-primary-legacy-300:hover,
11243
- .f\:bg-theme-primary-legacy-300:focus,
11244
- .f\:bg-theme-primary-legacy-300:focus-within {
11245
- background-color: var(--theme-primary-legacy-300) !important;
11246
- }
11247
- @media (prefers-color-scheme: dark) {
11248
- body.theme-system .d\:bg-theme-primary-legacy-300 {
11249
- background-color: var(--theme-primary-legacy-300) !important;
11250
- }
11251
- }
11252
- body.theme-dark .d\:bg-theme-primary-legacy-300,
11253
- .theme-dark__forced .d\:bg-theme-primary-legacy-300,
11254
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-300 {
11255
- background-color: var(--theme-primary-legacy-300) !important;
11256
- }
11257
- .fc-theme-primary-legacy-200,
11258
- .h\:fc-theme-primary-legacy-200:hover,
11259
- .f\:fc-theme-primary-legacy-200:focus,
11260
- .f\:fc-theme-primary-legacy-200:focus-within {
11261
- color: var(--theme-primary-legacy-200) !important;
11262
- }
11263
- @media (prefers-color-scheme: dark) {
11264
- body.theme-system .d\:fc-theme-primary-legacy-200 {
11265
- color: var(--theme-primary-legacy-200) !important;
11266
- }
11267
- }
11268
- body.theme-dark .d\:fc-theme-primary-legacy-200,
11269
- .theme-dark__forced .d\:fc-theme-primary-legacy-200,
11270
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-200 {
11271
- color: var(--theme-primary-legacy-200) !important;
11272
- }
11273
- .bg-theme-primary-legacy-200,
11274
- .h\:bg-theme-primary-legacy-200:hover,
11275
- .f\:bg-theme-primary-legacy-200:focus,
11276
- .f\:bg-theme-primary-legacy-200:focus-within {
11277
- background-color: var(--theme-primary-legacy-200) !important;
11278
- }
11279
- @media (prefers-color-scheme: dark) {
11280
- body.theme-system .d\:bg-theme-primary-legacy-200 {
11281
- background-color: var(--theme-primary-legacy-200) !important;
11282
- }
11283
- }
11284
- body.theme-dark .d\:bg-theme-primary-legacy-200,
11285
- .theme-dark__forced .d\:bg-theme-primary-legacy-200,
11286
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-200 {
11287
- background-color: var(--theme-primary-legacy-200) !important;
11288
- }
11289
- .fc-theme-primary-legacy-100,
11290
- .h\:fc-theme-primary-legacy-100:hover,
11291
- .f\:fc-theme-primary-legacy-100:focus,
11292
- .f\:fc-theme-primary-legacy-100:focus-within {
11293
- color: var(--theme-primary-legacy-100) !important;
11294
- }
11295
- @media (prefers-color-scheme: dark) {
11296
- body.theme-system .d\:fc-theme-primary-legacy-100 {
11297
- color: var(--theme-primary-legacy-100) !important;
11298
- }
11299
- }
11300
- body.theme-dark .d\:fc-theme-primary-legacy-100,
11301
- .theme-dark__forced .d\:fc-theme-primary-legacy-100,
11302
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-100 {
11303
- color: var(--theme-primary-legacy-100) !important;
11304
- }
11305
- .bg-theme-primary-legacy-100,
11306
- .h\:bg-theme-primary-legacy-100:hover,
11307
- .f\:bg-theme-primary-legacy-100:focus,
11308
- .f\:bg-theme-primary-legacy-100:focus-within {
11309
- background-color: var(--theme-primary-legacy-100) !important;
11310
- }
11311
- @media (prefers-color-scheme: dark) {
11312
- body.theme-system .d\:bg-theme-primary-legacy-100 {
11313
- background-color: var(--theme-primary-legacy-100) !important;
11314
- }
11315
- }
11316
- body.theme-dark .d\:bg-theme-primary-legacy-100,
11317
- .theme-dark__forced .d\:bg-theme-primary-legacy-100,
11318
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-100 {
11319
- background-color: var(--theme-primary-legacy-100) !important;
11320
- }
11321
- .fc-theme-primary-legacy-050,
11322
- .h\:fc-theme-primary-legacy-050:hover,
11323
- .f\:fc-theme-primary-legacy-050:focus,
11324
- .f\:fc-theme-primary-legacy-050:focus-within {
11325
- color: var(--theme-primary-legacy-050) !important;
11326
- }
11327
- @media (prefers-color-scheme: dark) {
11328
- body.theme-system .d\:fc-theme-primary-legacy-050 {
11329
- color: var(--theme-primary-legacy-050) !important;
11330
- }
11331
- }
11332
- body.theme-dark .d\:fc-theme-primary-legacy-050,
11333
- .theme-dark__forced .d\:fc-theme-primary-legacy-050,
11334
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-050 {
11335
- color: var(--theme-primary-legacy-050) !important;
11336
- }
11337
- .bg-theme-primary-legacy-050,
11338
- .h\:bg-theme-primary-legacy-050:hover,
11339
- .f\:bg-theme-primary-legacy-050:focus,
11340
- .f\:bg-theme-primary-legacy-050:focus-within {
11341
- background-color: var(--theme-primary-legacy-050) !important;
11342
- }
11343
- @media (prefers-color-scheme: dark) {
11344
- body.theme-system .d\:bg-theme-primary-legacy-050 {
11345
- background-color: var(--theme-primary-legacy-050) !important;
11346
- }
11347
- }
11348
- body.theme-dark .d\:bg-theme-primary-legacy-050,
11349
- .theme-dark__forced .d\:bg-theme-primary-legacy-050,
11350
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-050 {
11351
- background-color: var(--theme-primary-legacy-050) !important;
11352
- }
11353
- .fc-theme-secondary-legacy-900,
11354
- .h\:fc-theme-secondary-legacy-900:hover,
11355
- .f\:fc-theme-secondary-legacy-900:focus,
11356
- .f\:fc-theme-secondary-legacy-900:focus-within {
11357
- color: var(--theme-secondary-legacy-900) !important;
11358
- }
11359
- @media (prefers-color-scheme: dark) {
11360
- body.theme-system .d\:fc-theme-secondary-legacy-900 {
11361
- color: var(--theme-secondary-legacy-900) !important;
11362
- }
11363
- }
11364
- body.theme-dark .d\:fc-theme-secondary-legacy-900,
11365
- .theme-dark__forced .d\:fc-theme-secondary-legacy-900,
11366
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-900 {
11367
- color: var(--theme-secondary-legacy-900) !important;
11368
- }
11369
- .bg-theme-secondary-legacy-900,
11370
- .h\:bg-theme-secondary-legacy-900:hover,
11371
- .f\:bg-theme-secondary-legacy-900:focus,
11372
- .f\:bg-theme-secondary-legacy-900:focus-within {
11373
- background-color: var(--theme-secondary-legacy-900) !important;
11374
- }
11375
- @media (prefers-color-scheme: dark) {
11376
- body.theme-system .d\:bg-theme-secondary-legacy-900 {
11377
- background-color: var(--theme-secondary-legacy-900) !important;
11378
- }
11379
- }
11380
- body.theme-dark .d\:bg-theme-secondary-legacy-900,
11381
- .theme-dark__forced .d\:bg-theme-secondary-legacy-900,
11382
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-900 {
11383
- background-color: var(--theme-secondary-legacy-900) !important;
11384
- }
11385
- .fc-theme-secondary-legacy-800,
11386
- .h\:fc-theme-secondary-legacy-800:hover,
11387
- .f\:fc-theme-secondary-legacy-800:focus,
11388
- .f\:fc-theme-secondary-legacy-800:focus-within {
11389
- color: var(--theme-secondary-legacy-800) !important;
11390
- }
11391
- @media (prefers-color-scheme: dark) {
11392
- body.theme-system .d\:fc-theme-secondary-legacy-800 {
11393
- color: var(--theme-secondary-legacy-800) !important;
11394
- }
11395
- }
11396
- body.theme-dark .d\:fc-theme-secondary-legacy-800,
11397
- .theme-dark__forced .d\:fc-theme-secondary-legacy-800,
11398
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-800 {
11399
- color: var(--theme-secondary-legacy-800) !important;
11400
- }
11401
- .bg-theme-secondary-legacy-800,
11402
- .h\:bg-theme-secondary-legacy-800:hover,
11403
- .f\:bg-theme-secondary-legacy-800:focus,
11404
- .f\:bg-theme-secondary-legacy-800:focus-within {
11405
- background-color: var(--theme-secondary-legacy-800) !important;
11406
- }
11407
- @media (prefers-color-scheme: dark) {
11408
- body.theme-system .d\:bg-theme-secondary-legacy-800 {
11409
- background-color: var(--theme-secondary-legacy-800) !important;
11410
- }
11411
- }
11412
- body.theme-dark .d\:bg-theme-secondary-legacy-800,
11413
- .theme-dark__forced .d\:bg-theme-secondary-legacy-800,
11414
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-800 {
11415
- background-color: var(--theme-secondary-legacy-800) !important;
11416
- }
11417
- .fc-theme-secondary-legacy-700,
11418
- .h\:fc-theme-secondary-legacy-700:hover,
11419
- .f\:fc-theme-secondary-legacy-700:focus,
11420
- .f\:fc-theme-secondary-legacy-700:focus-within {
11421
- color: var(--theme-secondary-legacy-700) !important;
11422
- }
11423
- @media (prefers-color-scheme: dark) {
11424
- body.theme-system .d\:fc-theme-secondary-legacy-700 {
11425
- color: var(--theme-secondary-legacy-700) !important;
11426
- }
11427
- }
11428
- body.theme-dark .d\:fc-theme-secondary-legacy-700,
11429
- .theme-dark__forced .d\:fc-theme-secondary-legacy-700,
11430
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-700 {
11431
- color: var(--theme-secondary-legacy-700) !important;
11432
- }
11433
- .bg-theme-secondary-legacy-700,
11434
- .h\:bg-theme-secondary-legacy-700:hover,
11435
- .f\:bg-theme-secondary-legacy-700:focus,
11436
- .f\:bg-theme-secondary-legacy-700:focus-within {
11437
- background-color: var(--theme-secondary-legacy-700) !important;
11438
- }
11439
- @media (prefers-color-scheme: dark) {
11440
- body.theme-system .d\:bg-theme-secondary-legacy-700 {
11441
- background-color: var(--theme-secondary-legacy-700) !important;
11442
- }
11443
- }
11444
- body.theme-dark .d\:bg-theme-secondary-legacy-700,
11445
- .theme-dark__forced .d\:bg-theme-secondary-legacy-700,
11446
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-700 {
11447
- background-color: var(--theme-secondary-legacy-700) !important;
11448
- }
11449
- .fc-theme-secondary-legacy-600,
11450
- .h\:fc-theme-secondary-legacy-600:hover,
11451
- .f\:fc-theme-secondary-legacy-600:focus,
11452
- .f\:fc-theme-secondary-legacy-600:focus-within {
11453
- color: var(--theme-secondary-legacy-600) !important;
11454
- }
11455
- @media (prefers-color-scheme: dark) {
11456
- body.theme-system .d\:fc-theme-secondary-legacy-600 {
11457
- color: var(--theme-secondary-legacy-600) !important;
11458
- }
11459
- }
11460
- body.theme-dark .d\:fc-theme-secondary-legacy-600,
11461
- .theme-dark__forced .d\:fc-theme-secondary-legacy-600,
11462
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-600 {
11463
- color: var(--theme-secondary-legacy-600) !important;
11464
- }
11465
- .bg-theme-secondary-legacy-600,
11466
- .h\:bg-theme-secondary-legacy-600:hover,
11467
- .f\:bg-theme-secondary-legacy-600:focus,
11468
- .f\:bg-theme-secondary-legacy-600:focus-within {
11469
- background-color: var(--theme-secondary-legacy-600) !important;
11470
- }
11471
- @media (prefers-color-scheme: dark) {
11472
- body.theme-system .d\:bg-theme-secondary-legacy-600 {
11473
- background-color: var(--theme-secondary-legacy-600) !important;
11474
- }
11475
- }
11476
- body.theme-dark .d\:bg-theme-secondary-legacy-600,
11477
- .theme-dark__forced .d\:bg-theme-secondary-legacy-600,
11478
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-600 {
11479
- background-color: var(--theme-secondary-legacy-600) !important;
11480
- }
11481
- .fc-theme-secondary-legacy-500,
11482
- .h\:fc-theme-secondary-legacy-500:hover,
11483
- .f\:fc-theme-secondary-legacy-500:focus,
11484
- .f\:fc-theme-secondary-legacy-500:focus-within {
11485
- color: var(--theme-secondary-legacy-500) !important;
11486
- }
11487
- @media (prefers-color-scheme: dark) {
11488
- body.theme-system .d\:fc-theme-secondary-legacy-500 {
11489
- color: var(--theme-secondary-legacy-500) !important;
11490
- }
11491
- }
11492
- body.theme-dark .d\:fc-theme-secondary-legacy-500,
11493
- .theme-dark__forced .d\:fc-theme-secondary-legacy-500,
11494
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-500 {
11495
- color: var(--theme-secondary-legacy-500) !important;
11496
- }
11497
- .bg-theme-secondary-legacy-500,
11498
- .h\:bg-theme-secondary-legacy-500:hover,
11499
- .f\:bg-theme-secondary-legacy-500:focus,
11500
- .f\:bg-theme-secondary-legacy-500:focus-within {
11501
- background-color: var(--theme-secondary-legacy-500) !important;
11502
- }
11503
- @media (prefers-color-scheme: dark) {
11504
- body.theme-system .d\:bg-theme-secondary-legacy-500 {
11505
- background-color: var(--theme-secondary-legacy-500) !important;
11506
- }
11507
- }
11508
- body.theme-dark .d\:bg-theme-secondary-legacy-500,
11509
- .theme-dark__forced .d\:bg-theme-secondary-legacy-500,
11510
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-500 {
11511
- background-color: var(--theme-secondary-legacy-500) !important;
11512
- }
11513
- .fc-theme-secondary-legacy-400,
11514
- .h\:fc-theme-secondary-legacy-400:hover,
11515
- .f\:fc-theme-secondary-legacy-400:focus,
11516
- .f\:fc-theme-secondary-legacy-400:focus-within {
11517
- color: var(--theme-secondary-legacy-400) !important;
11518
- }
11519
- @media (prefers-color-scheme: dark) {
11520
- body.theme-system .d\:fc-theme-secondary-legacy-400 {
11521
- color: var(--theme-secondary-legacy-400) !important;
11522
- }
11523
- }
11524
- body.theme-dark .d\:fc-theme-secondary-legacy-400,
11525
- .theme-dark__forced .d\:fc-theme-secondary-legacy-400,
11526
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-400 {
11527
- color: var(--theme-secondary-legacy-400) !important;
11528
- }
11529
- .bg-theme-secondary-legacy-400,
11530
- .h\:bg-theme-secondary-legacy-400:hover,
11531
- .f\:bg-theme-secondary-legacy-400:focus,
11532
- .f\:bg-theme-secondary-legacy-400:focus-within {
11533
- background-color: var(--theme-secondary-legacy-400) !important;
11534
- }
11535
- @media (prefers-color-scheme: dark) {
11536
- body.theme-system .d\:bg-theme-secondary-legacy-400 {
11537
- background-color: var(--theme-secondary-legacy-400) !important;
11538
- }
11539
- }
11540
- body.theme-dark .d\:bg-theme-secondary-legacy-400,
11541
- .theme-dark__forced .d\:bg-theme-secondary-legacy-400,
11542
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-400 {
11543
- background-color: var(--theme-secondary-legacy-400) !important;
11544
- }
11545
- .fc-theme-secondary-legacy-300,
11546
- .h\:fc-theme-secondary-legacy-300:hover,
11547
- .f\:fc-theme-secondary-legacy-300:focus,
11548
- .f\:fc-theme-secondary-legacy-300:focus-within {
11549
- color: var(--theme-secondary-legacy-300) !important;
11550
- }
11551
- @media (prefers-color-scheme: dark) {
11552
- body.theme-system .d\:fc-theme-secondary-legacy-300 {
11553
- color: var(--theme-secondary-legacy-300) !important;
11554
- }
11555
- }
11556
- body.theme-dark .d\:fc-theme-secondary-legacy-300,
11557
- .theme-dark__forced .d\:fc-theme-secondary-legacy-300,
11558
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-300 {
11559
- color: var(--theme-secondary-legacy-300) !important;
11560
- }
11561
- .bg-theme-secondary-legacy-300,
11562
- .h\:bg-theme-secondary-legacy-300:hover,
11563
- .f\:bg-theme-secondary-legacy-300:focus,
11564
- .f\:bg-theme-secondary-legacy-300:focus-within {
11565
- background-color: var(--theme-secondary-legacy-300) !important;
11566
- }
11567
- @media (prefers-color-scheme: dark) {
11568
- body.theme-system .d\:bg-theme-secondary-legacy-300 {
11569
- background-color: var(--theme-secondary-legacy-300) !important;
11570
- }
11571
- }
11572
- body.theme-dark .d\:bg-theme-secondary-legacy-300,
11573
- .theme-dark__forced .d\:bg-theme-secondary-legacy-300,
11574
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-300 {
11575
- background-color: var(--theme-secondary-legacy-300) !important;
11576
- }
11577
- .fc-theme-secondary-legacy-200,
11578
- .h\:fc-theme-secondary-legacy-200:hover,
11579
- .f\:fc-theme-secondary-legacy-200:focus,
11580
- .f\:fc-theme-secondary-legacy-200:focus-within {
11581
- color: var(--theme-secondary-legacy-200) !important;
11582
- }
11583
- @media (prefers-color-scheme: dark) {
11584
- body.theme-system .d\:fc-theme-secondary-legacy-200 {
11585
- color: var(--theme-secondary-legacy-200) !important;
11586
- }
11587
- }
11588
- body.theme-dark .d\:fc-theme-secondary-legacy-200,
11589
- .theme-dark__forced .d\:fc-theme-secondary-legacy-200,
11590
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-200 {
11591
- color: var(--theme-secondary-legacy-200) !important;
11592
- }
11593
- .bg-theme-secondary-legacy-200,
11594
- .h\:bg-theme-secondary-legacy-200:hover,
11595
- .f\:bg-theme-secondary-legacy-200:focus,
11596
- .f\:bg-theme-secondary-legacy-200:focus-within {
11597
- background-color: var(--theme-secondary-legacy-200) !important;
11598
- }
11599
- @media (prefers-color-scheme: dark) {
11600
- body.theme-system .d\:bg-theme-secondary-legacy-200 {
11601
- background-color: var(--theme-secondary-legacy-200) !important;
11602
- }
11603
- }
11604
- body.theme-dark .d\:bg-theme-secondary-legacy-200,
11605
- .theme-dark__forced .d\:bg-theme-secondary-legacy-200,
11606
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-200 {
11607
- background-color: var(--theme-secondary-legacy-200) !important;
11608
- }
11609
- .fc-theme-secondary-legacy-100,
11610
- .h\:fc-theme-secondary-legacy-100:hover,
11611
- .f\:fc-theme-secondary-legacy-100:focus,
11612
- .f\:fc-theme-secondary-legacy-100:focus-within {
11613
- color: var(--theme-secondary-legacy-100) !important;
11614
- }
11615
- @media (prefers-color-scheme: dark) {
11616
- body.theme-system .d\:fc-theme-secondary-legacy-100 {
11617
- color: var(--theme-secondary-legacy-100) !important;
11618
- }
11619
- }
11620
- body.theme-dark .d\:fc-theme-secondary-legacy-100,
11621
- .theme-dark__forced .d\:fc-theme-secondary-legacy-100,
11622
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-100 {
11623
- color: var(--theme-secondary-legacy-100) !important;
11624
- }
11625
- .bg-theme-secondary-legacy-100,
11626
- .h\:bg-theme-secondary-legacy-100:hover,
11627
- .f\:bg-theme-secondary-legacy-100:focus,
11628
- .f\:bg-theme-secondary-legacy-100:focus-within {
11629
- background-color: var(--theme-secondary-legacy-100) !important;
11630
- }
11631
- @media (prefers-color-scheme: dark) {
11632
- body.theme-system .d\:bg-theme-secondary-legacy-100 {
11633
- background-color: var(--theme-secondary-legacy-100) !important;
11634
- }
11635
- }
11636
- body.theme-dark .d\:bg-theme-secondary-legacy-100,
11637
- .theme-dark__forced .d\:bg-theme-secondary-legacy-100,
11638
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-100 {
11639
- background-color: var(--theme-secondary-legacy-100) !important;
11640
- }
11641
- .fc-theme-secondary-legacy-050,
11642
- .h\:fc-theme-secondary-legacy-050:hover,
11643
- .f\:fc-theme-secondary-legacy-050:focus,
11644
- .f\:fc-theme-secondary-legacy-050:focus-within {
11645
- color: var(--theme-secondary-legacy-050) !important;
11646
- }
11647
- @media (prefers-color-scheme: dark) {
11648
- body.theme-system .d\:fc-theme-secondary-legacy-050 {
11649
- color: var(--theme-secondary-legacy-050) !important;
11650
- }
11651
- }
11652
- body.theme-dark .d\:fc-theme-secondary-legacy-050,
11653
- .theme-dark__forced .d\:fc-theme-secondary-legacy-050,
11654
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-050 {
11655
- color: var(--theme-secondary-legacy-050) !important;
11656
- }
11657
- .bg-theme-secondary-legacy-050,
11658
- .h\:bg-theme-secondary-legacy-050:hover,
11659
- .f\:bg-theme-secondary-legacy-050:focus,
11660
- .f\:bg-theme-secondary-legacy-050:focus-within {
11661
- background-color: var(--theme-secondary-legacy-050) !important;
11662
- }
11663
- @media (prefers-color-scheme: dark) {
11664
- body.theme-system .d\:bg-theme-secondary-legacy-050 {
11665
- background-color: var(--theme-secondary-legacy-050) !important;
11666
- }
11667
- }
11668
- body.theme-dark .d\:bg-theme-secondary-legacy-050,
11669
- .theme-dark__forced .d\:bg-theme-secondary-legacy-050,
11670
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-050 {
11671
- background-color: var(--theme-secondary-legacy-050) !important;
11672
- }
11673
- .fc-white-legacy,
11674
- .h\:fc-white-legacy:hover,
11675
- .f\:fc-white-legacy:focus,
11676
- .f\:fc-white-legacy:focus-within {
11677
- color: var(--white-legacy) !important;
11678
- }
11679
- @media (prefers-color-scheme: dark) {
11680
- body.theme-system .d\:fc-white-legacy {
11681
- color: var(--white-legacy) !important;
11682
- }
11683
- }
11684
- body.theme-dark .d\:fc-white-legacy,
11685
- .theme-dark__forced .d\:fc-white-legacy,
11686
- body.theme-system .theme-dark__forced .d\:fc-white-legacy {
11687
- color: var(--white-legacy) !important;
11688
- }
11689
- .bg-white-legacy,
11690
- .h\:bg-white-legacy:hover,
11691
- .f\:bg-white-legacy:focus,
11692
- .f\:bg-white-legacy:focus-within {
11693
- background-color: var(--white-legacy) !important;
11694
- }
11695
- @media (prefers-color-scheme: dark) {
11696
- body.theme-system .d\:bg-white-legacy {
11697
- background-color: var(--white-legacy) !important;
11698
- }
11699
- }
11700
- body.theme-dark .d\:bg-white-legacy,
11701
- .theme-dark__forced .d\:bg-white-legacy,
11702
- body.theme-system .theme-dark__forced .d\:bg-white-legacy {
11703
- background-color: var(--white-legacy) !important;
11704
- }
11705
- .fc-black-legacy,
11706
- .h\:fc-black-legacy:hover,
11707
- .f\:fc-black-legacy:focus,
11708
- .f\:fc-black-legacy:focus-within {
11709
- color: var(--black-legacy) !important;
11710
- }
11711
- @media (prefers-color-scheme: dark) {
11712
- body.theme-system .d\:fc-black-legacy {
11713
- color: var(--black-legacy) !important;
11714
- }
11715
- }
11716
- body.theme-dark .d\:fc-black-legacy,
11717
- .theme-dark__forced .d\:fc-black-legacy,
11718
- body.theme-system .theme-dark__forced .d\:fc-black-legacy {
11719
- color: var(--black-legacy) !important;
11720
- }
11721
- .bg-black-legacy,
11722
- .h\:bg-black-legacy:hover,
11723
- .f\:bg-black-legacy:focus,
11724
- .f\:bg-black-legacy:focus-within {
11725
- background-color: var(--black-legacy) !important;
11726
- }
11727
- @media (prefers-color-scheme: dark) {
11728
- body.theme-system .d\:bg-black-legacy {
11729
- background-color: var(--black-legacy) !important;
11730
- }
11731
- }
11732
- body.theme-dark .d\:bg-black-legacy,
11733
- .theme-dark__forced .d\:bg-black-legacy,
11734
- body.theme-system .theme-dark__forced .d\:bg-black-legacy {
11735
- background-color: var(--black-legacy) !important;
11736
- }
11737
- .fc-black-legacy-750,
11738
- .h\:fc-black-legacy-750:hover,
11739
- .f\:fc-black-legacy-750:focus,
11740
- .f\:fc-black-legacy-750:focus-within {
11741
- color: var(--black-legacy-750) !important;
11742
- }
11743
- @media (prefers-color-scheme: dark) {
11744
- body.theme-system .d\:fc-black-legacy-750 {
11745
- color: var(--black-legacy-750) !important;
11746
- }
11747
- }
11748
- body.theme-dark .d\:fc-black-legacy-750,
11749
- .theme-dark__forced .d\:fc-black-legacy-750,
11750
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-750 {
11751
- color: var(--black-legacy-750) !important;
11752
- }
11753
- .bg-black-legacy-750,
11754
- .h\:bg-black-legacy-750:hover,
11755
- .f\:bg-black-legacy-750:focus,
11756
- .f\:bg-black-legacy-750:focus-within {
11757
- background-color: var(--black-legacy-750) !important;
11758
- }
11759
- @media (prefers-color-scheme: dark) {
11760
- body.theme-system .d\:bg-black-legacy-750 {
11761
- background-color: var(--black-legacy-750) !important;
11762
- }
11763
- }
11764
- body.theme-dark .d\:bg-black-legacy-750,
11765
- .theme-dark__forced .d\:bg-black-legacy-750,
11766
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-750 {
11767
- background-color: var(--black-legacy-750) !important;
11768
- }
11769
- .fc-black-legacy-350,
11770
- .h\:fc-black-legacy-350:hover,
11771
- .f\:fc-black-legacy-350:focus,
11772
- .f\:fc-black-legacy-350:focus-within {
11773
- color: var(--black-legacy-350) !important;
11774
- }
11775
- @media (prefers-color-scheme: dark) {
11776
- body.theme-system .d\:fc-black-legacy-350 {
11777
- color: var(--black-legacy-350) !important;
11778
- }
11779
- }
11780
- body.theme-dark .d\:fc-black-legacy-350,
11781
- .theme-dark__forced .d\:fc-black-legacy-350,
11782
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-350 {
11783
- color: var(--black-legacy-350) !important;
11784
- }
11785
- .bg-black-legacy-350,
11786
- .h\:bg-black-legacy-350:hover,
11787
- .f\:bg-black-legacy-350:focus,
11788
- .f\:bg-black-legacy-350:focus-within {
11789
- background-color: var(--black-legacy-350) !important;
11790
- }
11791
- @media (prefers-color-scheme: dark) {
11792
- body.theme-system .d\:bg-black-legacy-350 {
11793
- background-color: var(--black-legacy-350) !important;
11794
- }
11795
- }
11796
- body.theme-dark .d\:bg-black-legacy-350,
11797
- .theme-dark__forced .d\:bg-black-legacy-350,
11798
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-350 {
11799
- background-color: var(--black-legacy-350) !important;
11800
- }
11801
- .fc-black-legacy-150,
11802
- .h\:fc-black-legacy-150:hover,
11803
- .f\:fc-black-legacy-150:focus,
11804
- .f\:fc-black-legacy-150:focus-within {
11805
- color: var(--black-legacy-150) !important;
11806
- }
11807
- @media (prefers-color-scheme: dark) {
11808
- body.theme-system .d\:fc-black-legacy-150 {
11809
- color: var(--black-legacy-150) !important;
11810
- }
11811
- }
11812
- body.theme-dark .d\:fc-black-legacy-150,
11813
- .theme-dark__forced .d\:fc-black-legacy-150,
11814
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-150 {
11815
- color: var(--black-legacy-150) !important;
11816
- }
11817
- .bg-black-legacy-150,
11818
- .h\:bg-black-legacy-150:hover,
11819
- .f\:bg-black-legacy-150:focus,
11820
- .f\:bg-black-legacy-150:focus-within {
11821
- background-color: var(--black-legacy-150) !important;
11822
- }
11823
- @media (prefers-color-scheme: dark) {
11824
- body.theme-system .d\:bg-black-legacy-150 {
11825
- background-color: var(--black-legacy-150) !important;
11826
- }
11827
- }
11828
- body.theme-dark .d\:bg-black-legacy-150,
11829
- .theme-dark__forced .d\:bg-black-legacy-150,
11830
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-150 {
11831
- background-color: var(--black-legacy-150) !important;
11832
- }
11833
- .fc-black-legacy-075,
11834
- .h\:fc-black-legacy-075:hover,
11835
- .f\:fc-black-legacy-075:focus,
11836
- .f\:fc-black-legacy-075:focus-within {
11837
- color: var(--black-legacy-075) !important;
11838
- }
11839
- @media (prefers-color-scheme: dark) {
11840
- body.theme-system .d\:fc-black-legacy-075 {
11841
- color: var(--black-legacy-075) !important;
11842
- }
11843
- }
11844
- body.theme-dark .d\:fc-black-legacy-075,
11845
- .theme-dark__forced .d\:fc-black-legacy-075,
11846
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-075 {
11847
- color: var(--black-legacy-075) !important;
11848
- }
11849
- .bg-black-legacy-075,
11850
- .h\:bg-black-legacy-075:hover,
11851
- .f\:bg-black-legacy-075:focus,
11852
- .f\:bg-black-legacy-075:focus-within {
11853
- background-color: var(--black-legacy-075) !important;
11854
- }
11855
- @media (prefers-color-scheme: dark) {
11856
- body.theme-system .d\:bg-black-legacy-075 {
11857
- background-color: var(--black-legacy-075) !important;
11858
- }
11859
- }
11860
- body.theme-dark .d\:bg-black-legacy-075,
11861
- .theme-dark__forced .d\:bg-black-legacy-075,
11862
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-075 {
11863
- background-color: var(--black-legacy-075) !important;
11864
- }
11865
- .fc-black-legacy-025,
11866
- .h\:fc-black-legacy-025:hover,
11867
- .f\:fc-black-legacy-025:focus,
11868
- .f\:fc-black-legacy-025:focus-within {
11869
- color: var(--black-legacy-025) !important;
11870
- }
11871
- @media (prefers-color-scheme: dark) {
11872
- body.theme-system .d\:fc-black-legacy-025 {
11873
- color: var(--black-legacy-025) !important;
11874
- }
11875
- }
11876
- body.theme-dark .d\:fc-black-legacy-025,
11877
- .theme-dark__forced .d\:fc-black-legacy-025,
11878
- body.theme-system .theme-dark__forced .d\:fc-black-legacy-025 {
11879
- color: var(--black-legacy-025) !important;
11880
- }
11881
- .bg-black-legacy-025,
11882
- .h\:bg-black-legacy-025:hover,
11883
- .f\:bg-black-legacy-025:focus,
11884
- .f\:bg-black-legacy-025:focus-within {
11885
- background-color: var(--black-legacy-025) !important;
11886
- }
11887
- @media (prefers-color-scheme: dark) {
11888
- body.theme-system .d\:bg-black-legacy-025 {
11889
- background-color: var(--black-legacy-025) !important;
11890
- }
11891
- }
11892
- body.theme-dark .d\:bg-black-legacy-025,
11893
- .theme-dark__forced .d\:bg-black-legacy-025,
11894
- body.theme-system .theme-dark__forced .d\:bg-black-legacy-025 {
11895
- background-color: var(--black-legacy-025) !important;
11896
- }
11897
- .fc-green-legacy-025,
11898
- .h\:fc-green-legacy-025:hover,
11899
- .f\:fc-green-legacy-025:focus,
11900
- .f\:fc-green-legacy-025:focus-within {
11901
- color: var(--green-legacy-025) !important;
11902
- }
11903
- @media (prefers-color-scheme: dark) {
11904
- body.theme-system .d\:fc-green-legacy-025 {
11905
- color: var(--green-legacy-025) !important;
11906
- }
11907
- }
11908
- body.theme-dark .d\:fc-green-legacy-025,
11909
- .theme-dark__forced .d\:fc-green-legacy-025,
11910
- body.theme-system .theme-dark__forced .d\:fc-green-legacy-025 {
11911
- color: var(--green-legacy-025) !important;
11912
- }
11913
- .bg-green-legacy-025,
11914
- .h\:bg-green-legacy-025:hover,
11915
- .f\:bg-green-legacy-025:focus,
11916
- .f\:bg-green-legacy-025:focus-within {
11917
- background-color: var(--green-legacy-025) !important;
11918
- }
11919
- @media (prefers-color-scheme: dark) {
11920
- body.theme-system .d\:bg-green-legacy-025 {
11921
- background-color: var(--green-legacy-025) !important;
11922
- }
11923
- }
11924
- body.theme-dark .d\:bg-green-legacy-025,
11925
- .theme-dark__forced .d\:bg-green-legacy-025,
11926
- body.theme-system .theme-dark__forced .d\:bg-green-legacy-025 {
11927
- background-color: var(--green-legacy-025) !important;
11928
- }
11929
- .fc-red-legacy-025,
11930
- .h\:fc-red-legacy-025:hover,
11931
- .f\:fc-red-legacy-025:focus,
11932
- .f\:fc-red-legacy-025:focus-within {
11933
- color: var(--red-legacy-025) !important;
11934
- }
11935
- @media (prefers-color-scheme: dark) {
11936
- body.theme-system .d\:fc-red-legacy-025 {
11937
- color: var(--red-legacy-025) !important;
11938
- }
11939
- }
11940
- body.theme-dark .d\:fc-red-legacy-025,
11941
- .theme-dark__forced .d\:fc-red-legacy-025,
11942
- body.theme-system .theme-dark__forced .d\:fc-red-legacy-025 {
11943
- color: var(--red-legacy-025) !important;
11944
- }
11945
- .bg-red-legacy-025,
11946
- .h\:bg-red-legacy-025:hover,
11947
- .f\:bg-red-legacy-025:focus,
11948
- .f\:bg-red-legacy-025:focus-within {
11949
- background-color: var(--red-legacy-025) !important;
11950
- }
11951
- @media (prefers-color-scheme: dark) {
11952
- body.theme-system .d\:bg-red-legacy-025 {
11953
- background-color: var(--red-legacy-025) !important;
11954
- }
11955
- }
11956
- body.theme-dark .d\:bg-red-legacy-025,
11957
- .theme-dark__forced .d\:bg-red-legacy-025,
11958
- body.theme-system .theme-dark__forced .d\:bg-red-legacy-025 {
11959
- background-color: var(--red-legacy-025) !important;
11960
- }
11961
- .fc-theme-primary-legacy-350,
11962
- .h\:fc-theme-primary-legacy-350:hover,
11963
- .f\:fc-theme-primary-legacy-350:focus,
11964
- .f\:fc-theme-primary-legacy-350:focus-within {
11965
- color: var(--theme-primary-legacy-350) !important;
11966
- }
11967
- @media (prefers-color-scheme: dark) {
11968
- body.theme-system .d\:fc-theme-primary-legacy-350 {
11969
- color: var(--theme-primary-legacy-350) !important;
11970
- }
11971
- }
11972
- body.theme-dark .d\:fc-theme-primary-legacy-350,
11973
- .theme-dark__forced .d\:fc-theme-primary-legacy-350,
11974
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-350 {
11975
- color: var(--theme-primary-legacy-350) !important;
11976
- }
11977
- .bg-theme-primary-legacy-350,
11978
- .h\:bg-theme-primary-legacy-350:hover,
11979
- .f\:bg-theme-primary-legacy-350:focus,
11980
- .f\:bg-theme-primary-legacy-350:focus-within {
11981
- background-color: var(--theme-primary-legacy-350) !important;
11982
- }
11983
- @media (prefers-color-scheme: dark) {
11984
- body.theme-system .d\:bg-theme-primary-legacy-350 {
11985
- background-color: var(--theme-primary-legacy-350) !important;
11986
- }
11987
- }
11988
- body.theme-dark .d\:bg-theme-primary-legacy-350,
11989
- .theme-dark__forced .d\:bg-theme-primary-legacy-350,
11990
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-350 {
11991
- background-color: var(--theme-primary-legacy-350) !important;
11992
- }
11993
- .fc-theme-primary-legacy-150,
11994
- .h\:fc-theme-primary-legacy-150:hover,
11995
- .f\:fc-theme-primary-legacy-150:focus,
11996
- .f\:fc-theme-primary-legacy-150:focus-within {
11997
- color: var(--theme-primary-legacy-150) !important;
11998
- }
11999
- @media (prefers-color-scheme: dark) {
12000
- body.theme-system .d\:fc-theme-primary-legacy-150 {
12001
- color: var(--theme-primary-legacy-150) !important;
12002
- }
12003
- }
12004
- body.theme-dark .d\:fc-theme-primary-legacy-150,
12005
- .theme-dark__forced .d\:fc-theme-primary-legacy-150,
12006
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-150 {
12007
- color: var(--theme-primary-legacy-150) !important;
12008
- }
12009
- .bg-theme-primary-legacy-150,
12010
- .h\:bg-theme-primary-legacy-150:hover,
12011
- .f\:bg-theme-primary-legacy-150:focus,
12012
- .f\:bg-theme-primary-legacy-150:focus-within {
12013
- background-color: var(--theme-primary-legacy-150) !important;
12014
- }
12015
- @media (prefers-color-scheme: dark) {
12016
- body.theme-system .d\:bg-theme-primary-legacy-150 {
12017
- background-color: var(--theme-primary-legacy-150) !important;
12018
- }
12019
- }
12020
- body.theme-dark .d\:bg-theme-primary-legacy-150,
12021
- .theme-dark__forced .d\:bg-theme-primary-legacy-150,
12022
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-150 {
12023
- background-color: var(--theme-primary-legacy-150) !important;
12024
- }
12025
- .fc-theme-primary-legacy-075,
12026
- .h\:fc-theme-primary-legacy-075:hover,
12027
- .f\:fc-theme-primary-legacy-075:focus,
12028
- .f\:fc-theme-primary-legacy-075:focus-within {
12029
- color: var(--theme-primary-legacy-075) !important;
12030
- }
12031
- @media (prefers-color-scheme: dark) {
12032
- body.theme-system .d\:fc-theme-primary-legacy-075 {
12033
- color: var(--theme-primary-legacy-075) !important;
12034
- }
12035
- }
12036
- body.theme-dark .d\:fc-theme-primary-legacy-075,
12037
- .theme-dark__forced .d\:fc-theme-primary-legacy-075,
12038
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-075 {
12039
- color: var(--theme-primary-legacy-075) !important;
12040
- }
12041
- .bg-theme-primary-legacy-075,
12042
- .h\:bg-theme-primary-legacy-075:hover,
12043
- .f\:bg-theme-primary-legacy-075:focus,
12044
- .f\:bg-theme-primary-legacy-075:focus-within {
12045
- background-color: var(--theme-primary-legacy-075) !important;
12046
- }
12047
- @media (prefers-color-scheme: dark) {
12048
- body.theme-system .d\:bg-theme-primary-legacy-075 {
12049
- background-color: var(--theme-primary-legacy-075) !important;
12050
- }
12051
- }
12052
- body.theme-dark .d\:bg-theme-primary-legacy-075,
12053
- .theme-dark__forced .d\:bg-theme-primary-legacy-075,
12054
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-075 {
12055
- background-color: var(--theme-primary-legacy-075) !important;
12056
- }
12057
- .fc-theme-primary-legacy-025,
12058
- .h\:fc-theme-primary-legacy-025:hover,
12059
- .f\:fc-theme-primary-legacy-025:focus,
12060
- .f\:fc-theme-primary-legacy-025:focus-within {
12061
- color: var(--theme-primary-legacy-025) !important;
12062
- }
12063
- @media (prefers-color-scheme: dark) {
12064
- body.theme-system .d\:fc-theme-primary-legacy-025 {
12065
- color: var(--theme-primary-legacy-025) !important;
12066
- }
12067
- }
12068
- body.theme-dark .d\:fc-theme-primary-legacy-025,
12069
- .theme-dark__forced .d\:fc-theme-primary-legacy-025,
12070
- body.theme-system .theme-dark__forced .d\:fc-theme-primary-legacy-025 {
12071
- color: var(--theme-primary-legacy-025) !important;
12072
- }
12073
- .bg-theme-primary-legacy-025,
12074
- .h\:bg-theme-primary-legacy-025:hover,
12075
- .f\:bg-theme-primary-legacy-025:focus,
12076
- .f\:bg-theme-primary-legacy-025:focus-within {
12077
- background-color: var(--theme-primary-legacy-025) !important;
12078
- }
12079
- @media (prefers-color-scheme: dark) {
12080
- body.theme-system .d\:bg-theme-primary-legacy-025 {
12081
- background-color: var(--theme-primary-legacy-025) !important;
12082
- }
12083
- }
12084
- body.theme-dark .d\:bg-theme-primary-legacy-025,
12085
- .theme-dark__forced .d\:bg-theme-primary-legacy-025,
12086
- body.theme-system .theme-dark__forced .d\:bg-theme-primary-legacy-025 {
12087
- background-color: var(--theme-primary-legacy-025) !important;
12088
- }
12089
- .fc-theme-secondary-legacy-350,
12090
- .h\:fc-theme-secondary-legacy-350:hover,
12091
- .f\:fc-theme-secondary-legacy-350:focus,
12092
- .f\:fc-theme-secondary-legacy-350:focus-within {
12093
- color: var(--theme-secondary-legacy-350) !important;
12094
- }
12095
- @media (prefers-color-scheme: dark) {
12096
- body.theme-system .d\:fc-theme-secondary-legacy-350 {
12097
- color: var(--theme-secondary-legacy-350) !important;
12098
- }
12099
- }
12100
- body.theme-dark .d\:fc-theme-secondary-legacy-350,
12101
- .theme-dark__forced .d\:fc-theme-secondary-legacy-350,
12102
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-350 {
12103
- color: var(--theme-secondary-legacy-350) !important;
12104
- }
12105
- .bg-theme-secondary-legacy-350,
12106
- .h\:bg-theme-secondary-legacy-350:hover,
12107
- .f\:bg-theme-secondary-legacy-350:focus,
12108
- .f\:bg-theme-secondary-legacy-350:focus-within {
12109
- background-color: var(--theme-secondary-legacy-350) !important;
12110
- }
12111
- @media (prefers-color-scheme: dark) {
12112
- body.theme-system .d\:bg-theme-secondary-legacy-350 {
12113
- background-color: var(--theme-secondary-legacy-350) !important;
12114
- }
12115
- }
12116
- body.theme-dark .d\:bg-theme-secondary-legacy-350,
12117
- .theme-dark__forced .d\:bg-theme-secondary-legacy-350,
12118
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-350 {
12119
- background-color: var(--theme-secondary-legacy-350) !important;
12120
- }
12121
- .fc-theme-secondary-legacy-150,
12122
- .h\:fc-theme-secondary-legacy-150:hover,
12123
- .f\:fc-theme-secondary-legacy-150:focus,
12124
- .f\:fc-theme-secondary-legacy-150:focus-within {
12125
- color: var(--theme-secondary-legacy-150) !important;
12126
- }
12127
- @media (prefers-color-scheme: dark) {
12128
- body.theme-system .d\:fc-theme-secondary-legacy-150 {
12129
- color: var(--theme-secondary-legacy-150) !important;
12130
- }
12131
- }
12132
- body.theme-dark .d\:fc-theme-secondary-legacy-150,
12133
- .theme-dark__forced .d\:fc-theme-secondary-legacy-150,
12134
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-150 {
12135
- color: var(--theme-secondary-legacy-150) !important;
12136
- }
12137
- .bg-theme-secondary-legacy-150,
12138
- .h\:bg-theme-secondary-legacy-150:hover,
12139
- .f\:bg-theme-secondary-legacy-150:focus,
12140
- .f\:bg-theme-secondary-legacy-150:focus-within {
12141
- background-color: var(--theme-secondary-legacy-150) !important;
12142
- }
12143
- @media (prefers-color-scheme: dark) {
12144
- body.theme-system .d\:bg-theme-secondary-legacy-150 {
12145
- background-color: var(--theme-secondary-legacy-150) !important;
12146
- }
12147
- }
12148
- body.theme-dark .d\:bg-theme-secondary-legacy-150,
12149
- .theme-dark__forced .d\:bg-theme-secondary-legacy-150,
12150
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-150 {
12151
- background-color: var(--theme-secondary-legacy-150) !important;
12152
- }
12153
- .fc-theme-secondary-legacy-075,
12154
- .h\:fc-theme-secondary-legacy-075:hover,
12155
- .f\:fc-theme-secondary-legacy-075:focus,
12156
- .f\:fc-theme-secondary-legacy-075:focus-within {
12157
- color: var(--theme-secondary-legacy-075) !important;
12158
- }
12159
- @media (prefers-color-scheme: dark) {
12160
- body.theme-system .d\:fc-theme-secondary-legacy-075 {
12161
- color: var(--theme-secondary-legacy-075) !important;
12162
- }
12163
- }
12164
- body.theme-dark .d\:fc-theme-secondary-legacy-075,
12165
- .theme-dark__forced .d\:fc-theme-secondary-legacy-075,
12166
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-075 {
12167
- color: var(--theme-secondary-legacy-075) !important;
12168
- }
12169
- .bg-theme-secondary-legacy-075,
12170
- .h\:bg-theme-secondary-legacy-075:hover,
12171
- .f\:bg-theme-secondary-legacy-075:focus,
12172
- .f\:bg-theme-secondary-legacy-075:focus-within {
12173
- background-color: var(--theme-secondary-legacy-075) !important;
12174
- }
12175
- @media (prefers-color-scheme: dark) {
12176
- body.theme-system .d\:bg-theme-secondary-legacy-075 {
12177
- background-color: var(--theme-secondary-legacy-075) !important;
12178
- }
12179
- }
12180
- body.theme-dark .d\:bg-theme-secondary-legacy-075,
12181
- .theme-dark__forced .d\:bg-theme-secondary-legacy-075,
12182
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-075 {
12183
- background-color: var(--theme-secondary-legacy-075) !important;
12184
- }
12185
- .fc-theme-secondary-legacy-025,
12186
- .h\:fc-theme-secondary-legacy-025:hover,
12187
- .f\:fc-theme-secondary-legacy-025:focus,
12188
- .f\:fc-theme-secondary-legacy-025:focus-within {
12189
- color: var(--theme-secondary-legacy-025) !important;
12190
- }
12191
- @media (prefers-color-scheme: dark) {
12192
- body.theme-system .d\:fc-theme-secondary-legacy-025 {
12193
- color: var(--theme-secondary-legacy-025) !important;
12194
- }
12195
- }
12196
- body.theme-dark .d\:fc-theme-secondary-legacy-025,
12197
- .theme-dark__forced .d\:fc-theme-secondary-legacy-025,
12198
- body.theme-system .theme-dark__forced .d\:fc-theme-secondary-legacy-025 {
12199
- color: var(--theme-secondary-legacy-025) !important;
12200
- }
12201
- .bg-theme-secondary-legacy-025,
12202
- .h\:bg-theme-secondary-legacy-025:hover,
12203
- .f\:bg-theme-secondary-legacy-025:focus,
12204
- .f\:bg-theme-secondary-legacy-025:focus-within {
12205
- background-color: var(--theme-secondary-legacy-025) !important;
12206
- }
12207
- @media (prefers-color-scheme: dark) {
12208
- body.theme-system .d\:bg-theme-secondary-legacy-025 {
12209
- background-color: var(--theme-secondary-legacy-025) !important;
12210
- }
12211
- }
12212
- body.theme-dark .d\:bg-theme-secondary-legacy-025,
12213
- .theme-dark__forced .d\:bg-theme-secondary-legacy-025,
12214
- body.theme-system .theme-dark__forced .d\:bg-theme-secondary-legacy-025 {
12215
- background-color: var(--theme-secondary-legacy-025) !important;
12216
- }
12217
- .fc-theme-primary-legacy {
12218
- color: var(--theme-primary-color-legacy) !important;
12219
- }
12220
- .bg-theme-primary-legacy {
12221
- background-color: var(--theme-primary-color-legacy) !important;
12222
- }
12223
- .bc-theme-primary-legacy {
12224
- border-color: var(--theme-primary-color-legacy) !important;
12225
- }
12226
- .fc-theme-secondary-legacy {
12227
- color: var(--theme-secondary-color-legacy) !important;
12228
- }
12229
- .bg-theme-secondary-legacy {
12230
- background-color: var(--theme-secondary-color-legacy) !important;
12231
- }
12232
- .bc-theme-secondary-legacy {
12233
- border-color: var(--theme-secondary-color-legacy) !important;
12234
- }
12235
- .fc-white-legacy__forced {
12236
- color: hsl(0, 0%, 100%) !important;
12237
- }
12238
- .fc-black-legacy__forced {
12239
- color: hsl(210, 8%, 5%) !important;
12240
- }
12241
- .fc-gold-legacy {
12242
- color: var(--gold-legacy) !important;
12243
- }
12244
- .fc-gold-legacy-darker {
12245
- color: var(--gold-legacy-darker) !important;
12246
- }
12247
- .fc-gold-legacy-lighter {
12248
- color: var(--gold-legacy-lighter) !important;
12249
- }
12250
- .bg-gold-legacy {
12251
- background-color: var(--gold-legacy) !important;
12252
- }
12253
- .bg-gold-legacy-darker {
12254
- background-color: var(--gold-legacy-darker) !important;
12255
- }
12256
- .bg-gold-legacy-lighter {
12257
- background-color: var(--gold-legacy-lighter) !important;
12258
- }
12259
- .fc-silver-legacy {
12260
- color: var(--silver-legacy) !important;
12261
- }
12262
- .fc-silver-legacy-darker {
12263
- color: var(--silver-legacy-darker) !important;
12264
- }
12265
- .fc-silver-legacy-lighter {
12266
- color: var(--silver-legacy-lighter) !important;
12267
- }
12268
- .bg-silver-legacy {
12269
- background-color: var(--silver-legacy) !important;
12270
- }
12271
- .bg-silver-legacy-darker {
12272
- background-color: var(--silver-legacy-darker) !important;
12273
- }
12274
- .bg-silver-legacy-lighter {
12275
- background-color: var(--silver-legacy-lighter) !important;
12276
- }
12277
- .fc-bronze-legacy {
12278
- color: var(--bronze-legacy) !important;
12279
- }
12280
- .fc-bronze-legacy-darker {
12281
- color: var(--bronze-legacy-darker) !important;
12282
- }
12283
- .fc-bronze-legacy-lighter {
12284
- color: var(--bronze-legacy-lighter) !important;
12285
- }
12286
- .bg-bronze-legacy {
12287
- background-color: var(--bronze-legacy) !important;
12288
- }
12289
- .bg-bronze-legacy-darker {
12290
- background-color: var(--bronze-legacy-darker) !important;
12291
- }
12292
- .bg-bronze-legacy-lighter {
12293
- background-color: var(--bronze-legacy-lighter) !important;
12294
- }
12295
- .fc-dark-legacy {
12296
- color: var(--fc-dark-legacy) !important;
12297
- }
12298
- .fc-medium-legacy {
12299
- color: var(--fc-medium-legacy) !important;
12300
- }
12301
- .fc-light-legacy {
12302
- color: var(--fc-light-legacy) !important;
12303
- }
12304
7502
  .ba {
12305
7503
  border-style: solid !important;
12306
7504
  border-width: var(--su-static1) !important;
@@ -20597,7 +15795,8 @@ ol {
20597
15795
  .v-hidden {
20598
15796
  visibility: hidden !important;
20599
15797
  }
20600
- .v-visible-sr {
15798
+ .v-visible-sr,
15799
+ .s-topbar .s-topbar--skip-link:not(:focus) {
20601
15800
  border: 0;
20602
15801
  clip: rect(var(--su-static1), var(--su-static1), var(--su-static1), var(--su-static1));
20603
15802
  clip-path: inset(50%);