@neo4j-ndl/base 4.12.0 → 4.12.1

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.
@@ -668,7 +668,7 @@ video{
668
668
  --theme-dark-color-danger-hover-weak:#ffaa9714;
669
669
  --theme-dark-color-danger-hover-strong:#f96746ff;
670
670
  --theme-dark-color-danger-pressed-weak:#ffaa971f;
671
- --theme-dark-color-danger-strong:#e84e2cff;
671
+ --theme-dark-color-danger-pressed-strong:#e84e2cff;
672
672
  --theme-dark-color-warning-text:#ffd600ff;
673
673
  --theme-dark-color-warning-icon:#ffd600ff;
674
674
  --theme-dark-color-warning-bg-strong:#ffd600ff;
@@ -10596,124 +10596,12 @@ button.ndl-avatar:focus-visible {
10596
10596
  background-color:var(--theme-color-neutral-bg-stronger);
10597
10597
  color:var(--theme-color-neutral-text-inverse);
10598
10598
  }
10599
- .n-fixed {
10600
- position:fixed;
10601
- }
10602
- .n-absolute {
10603
- position:absolute;
10604
- }
10605
- .n-relative {
10606
- position:relative;
10607
- }
10608
- .n-left-\[auto\] {
10609
- left:auto;
10610
- }
10611
- .n-right-token-4 {
10612
- right:4px;
10613
- }
10614
- .n-top-24 {
10615
- top:96px;
10616
- }
10617
- .n-top-\[110px\] {
10618
- top:110px;
10619
- }
10620
- .n-top-token-4 {
10621
- top:4px;
10622
- }
10623
- .n-isolate {
10624
- isolation:isolate;
10625
- }
10626
- .n-m-auto {
10627
- margin:auto;
10628
- }
10629
- .n-m-token-32 {
10630
- margin:32px;
10631
- }
10632
- .n-m-token-4 {
10633
- margin:4px;
10634
- }
10635
- .n-mx-auto {
10636
- margin-left:auto;
10637
- margin-right:auto;
10638
- }
10639
- .n-mx-token-12 {
10640
- margin-left:12px;
10641
- margin-right:12px;
10642
- }
10643
- .n-mx-token-16 {
10644
- margin-left:16px;
10645
- margin-right:16px;
10646
- }
10647
- .n-mx-token-24 {
10648
- margin-left:24px;
10649
- margin-right:24px;
10650
- }
10651
- .n-my-12 {
10652
- margin-top:48px;
10653
- margin-bottom:48px;
10654
- }
10655
- .n-my-5 {
10656
- margin-top:20px;
10657
- margin-bottom:20px;
10658
- }
10659
- .n-mb-4 {
10660
- margin-bottom:16px;
10661
- }
10662
- .n-mb-token-8 {
10663
- margin-bottom:8px;
10664
- }
10665
- .n-ml-0 {
10666
- margin-left:0px;
10667
- }
10668
- .n-ml-7 {
10669
- margin-left:28px;
10670
- }
10671
- .n-ml-auto {
10672
- margin-left:auto;
10673
- }
10674
- .n-mr-token-8 {
10675
- margin-right:8px;
10676
- }
10677
- .n-mt-5 {
10678
- margin-top:20px;
10679
- }
10680
- .n-mt-auto {
10681
- margin-top:auto;
10682
- }
10683
- .n-mt-token-16 {
10684
- margin-top:16px;
10685
- }
10686
- .n-mt-token-32 {
10687
- margin-top:32px;
10688
- }
10689
- .n-box-border {
10690
- box-sizing:border-box;
10691
- }
10692
- .n-inline {
10693
- display:inline;
10694
- }
10695
10599
  .n-flex {
10696
10600
  display:flex;
10697
10601
  }
10698
10602
  .n-inline-flex {
10699
10603
  display:inline-flex;
10700
10604
  }
10701
- .n-table {
10702
- display:table;
10703
- }
10704
- .n-table-cell {
10705
- display:table-cell;
10706
- }
10707
- .n-grid {
10708
- display:grid;
10709
- }
10710
- .n-inline-grid {
10711
- display:inline-grid;
10712
- }
10713
- .n-size-36 {
10714
- width:144px;
10715
- height:144px;
10716
- }
10717
10605
  .n-size-4 {
10718
10606
  width:16px;
10719
10607
  height:16px;
@@ -10722,22 +10610,10 @@ button.ndl-avatar:focus-visible {
10722
10610
  width:20px;
10723
10611
  height:20px;
10724
10612
  }
10725
- .n-size-7 {
10726
- width:28px;
10727
- height:28px;
10728
- }
10729
- .n-size-full {
10730
- width:100%;
10731
- height:100%;
10732
- }
10733
10613
  .n-size-token-16 {
10734
10614
  width:16px;
10735
10615
  height:16px;
10736
10616
  }
10737
- .n-size-token-24 {
10738
- width:24px;
10739
- height:24px;
10740
- }
10741
10617
  .n-size-token-32 {
10742
10618
  width:32px;
10743
10619
  height:32px;
@@ -10750,163 +10626,18 @@ button.ndl-avatar:focus-visible {
10750
10626
  width:64px;
10751
10627
  height:64px;
10752
10628
  }
10753
- .n-h-10 {
10754
- height:40px;
10755
- }
10756
- .n-h-28 {
10757
- height:112px;
10758
- }
10759
- .n-h-36 {
10760
- height:144px;
10761
- }
10762
- .n-h-48 {
10763
- height:192px;
10764
- }
10765
- .n-h-5 {
10766
- height:20px;
10767
- }
10768
- .n-h-6 {
10769
- height:24px;
10770
- }
10771
- .n-h-7 {
10772
- height:28px;
10773
- }
10774
- .n-h-\[1000px\] {
10775
- height:1000px;
10776
- }
10777
- .n-h-\[100px\] {
10778
- height:100px;
10779
- }
10780
- .n-h-\[200px\] {
10781
- height:200px;
10782
- }
10783
- .n-h-\[290px\] {
10784
- height:290px;
10785
- }
10786
- .n-h-\[500px\] {
10787
- height:500px;
10788
- }
10789
- .n-h-\[700px\] {
10790
- height:700px;
10791
- }
10792
- .n-h-\[calc\(40vh-32px\)\] {
10793
- height:calc(40vh - 32px);
10794
- }
10795
- .n-h-fit {
10796
- height:-moz-fit-content;
10797
- height:fit-content;
10798
- }
10799
10629
  .n-h-full {
10800
10630
  height:100%;
10801
10631
  }
10802
- .n-h-screen {
10803
- height:100vh;
10804
- }
10805
- .n-h-token-12 {
10806
- height:12px;
10807
- }
10808
- .n-h-token-16 {
10809
- height:16px;
10810
- }
10811
- .n-h-token-32 {
10812
- height:32px;
10813
- }
10814
- .n-h-token-48 {
10815
- height:48px;
10816
- }
10817
- .n-min-h-\[700px\] {
10818
- min-height:700px;
10819
- }
10820
- .n-w-1\/2 {
10821
- width:50%;
10822
- }
10823
- .n-w-24 {
10824
- width:96px;
10825
- }
10826
- .n-w-48 {
10827
- width:192px;
10828
- }
10829
- .n-w-60 {
10830
- width:240px;
10831
- }
10832
- .n-w-72 {
10833
- width:288px;
10834
- }
10835
- .n-w-80 {
10836
- width:320px;
10837
- }
10838
- .n-w-\[1200px\] {
10839
- width:1200px;
10840
- }
10841
- .n-w-\[26px\] {
10842
- width:26px;
10843
- }
10844
- .n-w-\[300px\] {
10845
- width:300px;
10846
- }
10847
- .n-w-\[440px\] {
10848
- width:440px;
10849
- }
10850
- .n-w-fit {
10851
- width:-moz-fit-content;
10852
- width:fit-content;
10853
- }
10854
10632
  .n-w-full {
10855
10633
  width:100%;
10856
10634
  }
10857
- .n-w-max {
10858
- width:-moz-max-content;
10859
- width:max-content;
10860
- }
10861
- .n-w-token-32 {
10862
- width:32px;
10863
- }
10864
- .n-max-w-32 {
10865
- max-width:128px;
10866
- }
10867
- .n-max-w-52 {
10868
- max-width:208px;
10869
- }
10870
- .n-max-w-80 {
10871
- max-width:320px;
10872
- }
10873
- .n-max-w-96 {
10874
- max-width:384px;
10875
- }
10876
- .n-max-w-\[1024px\] {
10877
- max-width:1024px;
10878
- }
10879
- .n-max-w-\[1200px\] {
10880
- max-width:1200px;
10881
- }
10882
- .n-max-w-\[600px\] {
10883
- max-width:600px;
10884
- }
10885
- .n-max-w-\[85\%\] {
10886
- max-width:85%;
10887
- }
10888
- .n-max-w-max {
10889
- max-width:-moz-max-content;
10890
- max-width:max-content;
10891
- }
10892
10635
  .n-flex-1 {
10893
10636
  flex:1 1 0%;
10894
10637
  }
10895
- .n-flex-shrink-0 {
10896
- flex-shrink:0;
10897
- }
10898
10638
  .n-shrink-0 {
10899
10639
  flex-shrink:0;
10900
10640
  }
10901
- .n-grow {
10902
- flex-grow:1;
10903
- }
10904
- .n-table-auto {
10905
- table-layout:auto;
10906
- }
10907
- .n-border-separate {
10908
- border-collapse:separate;
10909
- }
10910
10641
  .-n-rotate-180 {
10911
10642
  --tw-rotate:-180deg;
10912
10643
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -10915,200 +10646,42 @@ button.ndl-avatar:focus-visible {
10915
10646
  --tw-rotate:180deg;
10916
10647
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
10917
10648
  }
10918
- .n-transform {
10919
- transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
10920
- }
10921
- .n-cursor-pointer {
10922
- cursor:pointer;
10923
- }
10924
- .n-list-decimal {
10925
- list-style-type:decimal;
10926
- }
10927
- .n-list-disc {
10928
- list-style-type:disc;
10929
- }
10930
- .n-grid-cols-1 {
10931
- grid-template-columns:repeat(1, minmax(0, 1fr));
10932
- }
10933
- .n-grid-cols-3 {
10934
- grid-template-columns:repeat(3, minmax(0, 1fr));
10935
- }
10936
- .n-grid-cols-4 {
10937
- grid-template-columns:repeat(4, minmax(0, 1fr));
10938
- }
10939
- .n-grid-cols-6 {
10940
- grid-template-columns:repeat(6, minmax(0, 1fr));
10941
- }
10942
- .n-grid-cols-\[auto_auto_auto_auto\] {
10943
- grid-template-columns:auto auto auto auto;
10944
- }
10945
- .n-grid-rows-2 {
10946
- grid-template-rows:repeat(2, minmax(0, 1fr));
10947
- }
10948
10649
  .n-flex-row {
10949
10650
  flex-direction:row;
10950
10651
  }
10951
10652
  .n-flex-col {
10952
10653
  flex-direction:column;
10953
10654
  }
10954
- .n-flex-wrap {
10955
- flex-wrap:wrap;
10956
- }
10957
- .n-place-items-center {
10958
- place-items:center;
10959
- }
10960
10655
  .n-items-start {
10961
10656
  align-items:flex-start;
10962
10657
  }
10963
- .n-items-end {
10964
- align-items:flex-end;
10965
- }
10966
10658
  .n-items-center {
10967
10659
  align-items:center;
10968
10660
  }
10969
- .n-justify-start {
10970
- justify-content:flex-start;
10971
- }
10972
- .n-justify-end {
10973
- justify-content:flex-end;
10974
- }
10975
10661
  .n-justify-center {
10976
10662
  justify-content:center;
10977
10663
  }
10978
- .n-justify-between {
10979
- justify-content:space-between;
10980
- }
10981
- .n-justify-items-center {
10982
- justify-items:center;
10983
- }
10984
- .n-gap-1 {
10985
- gap:4px;
10986
- }
10987
- .n-gap-1\.5 {
10988
- gap:6px;
10989
- }
10990
- .n-gap-12 {
10991
- gap:48px;
10992
- }
10993
- .n-gap-2 {
10994
- gap:8px;
10995
- }
10996
10664
  .n-gap-4 {
10997
10665
  gap:16px;
10998
10666
  }
10999
- .n-gap-6 {
11000
- gap:24px;
11001
- }
11002
- .n-gap-9 {
11003
- gap:36px;
11004
- }
11005
10667
  .n-gap-token-12 {
11006
10668
  gap:12px;
11007
10669
  }
11008
10670
  .n-gap-token-16 {
11009
10671
  gap:16px;
11010
10672
  }
11011
- .n-gap-token-2 {
11012
- gap:2px;
11013
- }
11014
- .n-gap-token-32 {
11015
- gap:32px;
11016
- }
11017
10673
  .n-gap-token-4 {
11018
10674
  gap:4px;
11019
10675
  }
11020
- .n-gap-token-48 {
11021
- gap:48px;
11022
- }
11023
10676
  .n-gap-token-6 {
11024
10677
  gap:6px;
11025
10678
  }
11026
- .n-gap-token-64 {
11027
- gap:64px;
11028
- }
11029
10679
  .n-gap-token-8 {
11030
10680
  gap:8px;
11031
10681
  }
11032
- .n-gap-x-token-48 {
11033
- -moz-column-gap:48px;
11034
- column-gap:48px;
11035
- }
11036
- .n-gap-y-token-2 {
11037
- row-gap:2px;
11038
- }
11039
- .n-gap-y-token-32 {
11040
- row-gap:32px;
11041
- }
11042
- .n-gap-y-token-8 {
11043
- row-gap:8px;
11044
- }
11045
- .n-space-x-4 > :not([hidden]) ~ :not([hidden]) {
11046
- --tw-space-x-reverse:0;
11047
- margin-right:calc(16px * var(--tw-space-x-reverse));
11048
- margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)));
11049
- }
11050
- .n-space-y-3 > :not([hidden]) ~ :not([hidden]) {
11051
- --tw-space-y-reverse:0;
11052
- margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));
11053
- margin-bottom:calc(12px * var(--tw-space-y-reverse));
11054
- }
11055
10682
  .n-self-center {
11056
10683
  align-self:center;
11057
10684
  }
11058
- .n-justify-self-end {
11059
- justify-self:end;
11060
- }
11061
- .n-overflow-auto {
11062
- overflow:auto;
11063
- }
11064
- .n-overflow-hidden {
11065
- overflow:hidden;
11066
- }
11067
- .n-overflow-y-auto {
11068
- overflow-y:auto;
11069
- }
11070
- .n-overflow-x-scroll {
11071
- overflow-x:scroll;
11072
- }
11073
- .n-whitespace-nowrap {
11074
- white-space:nowrap;
11075
- }
11076
- .n-break-all {
11077
- word-break:break-all;
11078
- }
11079
- .n-rounded-2xl {
11080
- border-radius:16px;
11081
- }
11082
- .n-rounded-lg {
11083
- border-radius:8px;
11084
- }
11085
- .n-rounded-md {
11086
- border-radius:6px;
11087
- }
11088
- .n-rounded-sm {
11089
- border-radius:4px;
11090
- }
11091
- .n-rounded-xl {
11092
- border-radius:12px;
11093
- }
11094
- .n-border {
11095
- border-width:1px;
11096
- }
11097
- .n-border-2 {
11098
- border-width:2px;
11099
- }
11100
- .n-border-\[0\.5px\] {
11101
- border-width:0.5px;
11102
- }
11103
- .n-border-b {
11104
- border-bottom-width:1px;
11105
- }
11106
- .n-border-b-2 {
11107
- border-bottom-width:2px;
11108
- }
11109
- .n-border-dashed {
11110
- border-style:dashed;
11111
- }
11112
10685
  .n-border-danger-bg-status {
11113
10686
  border-color:var(--theme-color-danger-bg-status);
11114
10687
  }
@@ -11670,6 +11243,72 @@ button.ndl-avatar:focus-visible {
11670
11243
  .n-border-dark-danger-icon\/95 {
11671
11244
  border-color:rgb(255 170 151 / 0.95);
11672
11245
  }
11246
+ .n-border-dark-danger-pressed-strong {
11247
+ border-color:#e84e2cff;
11248
+ }
11249
+ .n-border-dark-danger-pressed-strong\/0 {
11250
+ border-color:rgb(232 78 44 / 0);
11251
+ }
11252
+ .n-border-dark-danger-pressed-strong\/10 {
11253
+ border-color:rgb(232 78 44 / 0.1);
11254
+ }
11255
+ .n-border-dark-danger-pressed-strong\/100 {
11256
+ border-color:rgb(232 78 44 / 1);
11257
+ }
11258
+ .n-border-dark-danger-pressed-strong\/15 {
11259
+ border-color:rgb(232 78 44 / 0.15);
11260
+ }
11261
+ .n-border-dark-danger-pressed-strong\/20 {
11262
+ border-color:rgb(232 78 44 / 0.2);
11263
+ }
11264
+ .n-border-dark-danger-pressed-strong\/25 {
11265
+ border-color:rgb(232 78 44 / 0.25);
11266
+ }
11267
+ .n-border-dark-danger-pressed-strong\/30 {
11268
+ border-color:rgb(232 78 44 / 0.3);
11269
+ }
11270
+ .n-border-dark-danger-pressed-strong\/35 {
11271
+ border-color:rgb(232 78 44 / 0.35);
11272
+ }
11273
+ .n-border-dark-danger-pressed-strong\/40 {
11274
+ border-color:rgb(232 78 44 / 0.4);
11275
+ }
11276
+ .n-border-dark-danger-pressed-strong\/45 {
11277
+ border-color:rgb(232 78 44 / 0.45);
11278
+ }
11279
+ .n-border-dark-danger-pressed-strong\/5 {
11280
+ border-color:rgb(232 78 44 / 0.05);
11281
+ }
11282
+ .n-border-dark-danger-pressed-strong\/50 {
11283
+ border-color:rgb(232 78 44 / 0.5);
11284
+ }
11285
+ .n-border-dark-danger-pressed-strong\/55 {
11286
+ border-color:rgb(232 78 44 / 0.55);
11287
+ }
11288
+ .n-border-dark-danger-pressed-strong\/60 {
11289
+ border-color:rgb(232 78 44 / 0.6);
11290
+ }
11291
+ .n-border-dark-danger-pressed-strong\/65 {
11292
+ border-color:rgb(232 78 44 / 0.65);
11293
+ }
11294
+ .n-border-dark-danger-pressed-strong\/70 {
11295
+ border-color:rgb(232 78 44 / 0.7);
11296
+ }
11297
+ .n-border-dark-danger-pressed-strong\/75 {
11298
+ border-color:rgb(232 78 44 / 0.75);
11299
+ }
11300
+ .n-border-dark-danger-pressed-strong\/80 {
11301
+ border-color:rgb(232 78 44 / 0.8);
11302
+ }
11303
+ .n-border-dark-danger-pressed-strong\/85 {
11304
+ border-color:rgb(232 78 44 / 0.85);
11305
+ }
11306
+ .n-border-dark-danger-pressed-strong\/90 {
11307
+ border-color:rgb(232 78 44 / 0.9);
11308
+ }
11309
+ .n-border-dark-danger-pressed-strong\/95 {
11310
+ border-color:rgb(232 78 44 / 0.95);
11311
+ }
11673
11312
  .n-border-dark-danger-pressed-weak {
11674
11313
  border-color:#ffaa971f;
11675
11314
  }
@@ -11736,72 +11375,6 @@ button.ndl-avatar:focus-visible {
11736
11375
  .n-border-dark-danger-pressed-weak\/95 {
11737
11376
  border-color:rgb(255 170 151 / 0.95);
11738
11377
  }
11739
- .n-border-dark-danger-strong {
11740
- border-color:#e84e2cff;
11741
- }
11742
- .n-border-dark-danger-strong\/0 {
11743
- border-color:rgb(232 78 44 / 0);
11744
- }
11745
- .n-border-dark-danger-strong\/10 {
11746
- border-color:rgb(232 78 44 / 0.1);
11747
- }
11748
- .n-border-dark-danger-strong\/100 {
11749
- border-color:rgb(232 78 44 / 1);
11750
- }
11751
- .n-border-dark-danger-strong\/15 {
11752
- border-color:rgb(232 78 44 / 0.15);
11753
- }
11754
- .n-border-dark-danger-strong\/20 {
11755
- border-color:rgb(232 78 44 / 0.2);
11756
- }
11757
- .n-border-dark-danger-strong\/25 {
11758
- border-color:rgb(232 78 44 / 0.25);
11759
- }
11760
- .n-border-dark-danger-strong\/30 {
11761
- border-color:rgb(232 78 44 / 0.3);
11762
- }
11763
- .n-border-dark-danger-strong\/35 {
11764
- border-color:rgb(232 78 44 / 0.35);
11765
- }
11766
- .n-border-dark-danger-strong\/40 {
11767
- border-color:rgb(232 78 44 / 0.4);
11768
- }
11769
- .n-border-dark-danger-strong\/45 {
11770
- border-color:rgb(232 78 44 / 0.45);
11771
- }
11772
- .n-border-dark-danger-strong\/5 {
11773
- border-color:rgb(232 78 44 / 0.05);
11774
- }
11775
- .n-border-dark-danger-strong\/50 {
11776
- border-color:rgb(232 78 44 / 0.5);
11777
- }
11778
- .n-border-dark-danger-strong\/55 {
11779
- border-color:rgb(232 78 44 / 0.55);
11780
- }
11781
- .n-border-dark-danger-strong\/60 {
11782
- border-color:rgb(232 78 44 / 0.6);
11783
- }
11784
- .n-border-dark-danger-strong\/65 {
11785
- border-color:rgb(232 78 44 / 0.65);
11786
- }
11787
- .n-border-dark-danger-strong\/70 {
11788
- border-color:rgb(232 78 44 / 0.7);
11789
- }
11790
- .n-border-dark-danger-strong\/75 {
11791
- border-color:rgb(232 78 44 / 0.75);
11792
- }
11793
- .n-border-dark-danger-strong\/80 {
11794
- border-color:rgb(232 78 44 / 0.8);
11795
- }
11796
- .n-border-dark-danger-strong\/85 {
11797
- border-color:rgb(232 78 44 / 0.85);
11798
- }
11799
- .n-border-dark-danger-strong\/90 {
11800
- border-color:rgb(232 78 44 / 0.9);
11801
- }
11802
- .n-border-dark-danger-strong\/95 {
11803
- border-color:rgb(232 78 44 / 0.95);
11804
- }
11805
11378
  .n-border-dark-danger-text {
11806
11379
  border-color:#ffaa97ff;
11807
11380
  }
@@ -20604,12 +20177,6 @@ button.ndl-avatar:focus-visible {
20604
20177
  .n-border-warning-text {
20605
20178
  border-color:var(--theme-color-warning-text);
20606
20179
  }
20607
- .n-bg-baltic-10 {
20608
- background-color:#e7fafbff;
20609
- }
20610
- .n-bg-baltic-40 {
20611
- background-color:#4c99a4ff;
20612
- }
20613
20180
  .n-bg-danger-bg-status {
20614
20181
  background-color:var(--theme-color-danger-bg-status);
20615
20182
  }
@@ -21171,6 +20738,72 @@ button.ndl-avatar:focus-visible {
21171
20738
  .n-bg-dark-danger-icon\/95 {
21172
20739
  background-color:rgb(255 170 151 / 0.95);
21173
20740
  }
20741
+ .n-bg-dark-danger-pressed-strong {
20742
+ background-color:#e84e2cff;
20743
+ }
20744
+ .n-bg-dark-danger-pressed-strong\/0 {
20745
+ background-color:rgb(232 78 44 / 0);
20746
+ }
20747
+ .n-bg-dark-danger-pressed-strong\/10 {
20748
+ background-color:rgb(232 78 44 / 0.1);
20749
+ }
20750
+ .n-bg-dark-danger-pressed-strong\/100 {
20751
+ background-color:rgb(232 78 44 / 1);
20752
+ }
20753
+ .n-bg-dark-danger-pressed-strong\/15 {
20754
+ background-color:rgb(232 78 44 / 0.15);
20755
+ }
20756
+ .n-bg-dark-danger-pressed-strong\/20 {
20757
+ background-color:rgb(232 78 44 / 0.2);
20758
+ }
20759
+ .n-bg-dark-danger-pressed-strong\/25 {
20760
+ background-color:rgb(232 78 44 / 0.25);
20761
+ }
20762
+ .n-bg-dark-danger-pressed-strong\/30 {
20763
+ background-color:rgb(232 78 44 / 0.3);
20764
+ }
20765
+ .n-bg-dark-danger-pressed-strong\/35 {
20766
+ background-color:rgb(232 78 44 / 0.35);
20767
+ }
20768
+ .n-bg-dark-danger-pressed-strong\/40 {
20769
+ background-color:rgb(232 78 44 / 0.4);
20770
+ }
20771
+ .n-bg-dark-danger-pressed-strong\/45 {
20772
+ background-color:rgb(232 78 44 / 0.45);
20773
+ }
20774
+ .n-bg-dark-danger-pressed-strong\/5 {
20775
+ background-color:rgb(232 78 44 / 0.05);
20776
+ }
20777
+ .n-bg-dark-danger-pressed-strong\/50 {
20778
+ background-color:rgb(232 78 44 / 0.5);
20779
+ }
20780
+ .n-bg-dark-danger-pressed-strong\/55 {
20781
+ background-color:rgb(232 78 44 / 0.55);
20782
+ }
20783
+ .n-bg-dark-danger-pressed-strong\/60 {
20784
+ background-color:rgb(232 78 44 / 0.6);
20785
+ }
20786
+ .n-bg-dark-danger-pressed-strong\/65 {
20787
+ background-color:rgb(232 78 44 / 0.65);
20788
+ }
20789
+ .n-bg-dark-danger-pressed-strong\/70 {
20790
+ background-color:rgb(232 78 44 / 0.7);
20791
+ }
20792
+ .n-bg-dark-danger-pressed-strong\/75 {
20793
+ background-color:rgb(232 78 44 / 0.75);
20794
+ }
20795
+ .n-bg-dark-danger-pressed-strong\/80 {
20796
+ background-color:rgb(232 78 44 / 0.8);
20797
+ }
20798
+ .n-bg-dark-danger-pressed-strong\/85 {
20799
+ background-color:rgb(232 78 44 / 0.85);
20800
+ }
20801
+ .n-bg-dark-danger-pressed-strong\/90 {
20802
+ background-color:rgb(232 78 44 / 0.9);
20803
+ }
20804
+ .n-bg-dark-danger-pressed-strong\/95 {
20805
+ background-color:rgb(232 78 44 / 0.95);
20806
+ }
21174
20807
  .n-bg-dark-danger-pressed-weak {
21175
20808
  background-color:#ffaa971f;
21176
20809
  }
@@ -21237,72 +20870,6 @@ button.ndl-avatar:focus-visible {
21237
20870
  .n-bg-dark-danger-pressed-weak\/95 {
21238
20871
  background-color:rgb(255 170 151 / 0.95);
21239
20872
  }
21240
- .n-bg-dark-danger-strong {
21241
- background-color:#e84e2cff;
21242
- }
21243
- .n-bg-dark-danger-strong\/0 {
21244
- background-color:rgb(232 78 44 / 0);
21245
- }
21246
- .n-bg-dark-danger-strong\/10 {
21247
- background-color:rgb(232 78 44 / 0.1);
21248
- }
21249
- .n-bg-dark-danger-strong\/100 {
21250
- background-color:rgb(232 78 44 / 1);
21251
- }
21252
- .n-bg-dark-danger-strong\/15 {
21253
- background-color:rgb(232 78 44 / 0.15);
21254
- }
21255
- .n-bg-dark-danger-strong\/20 {
21256
- background-color:rgb(232 78 44 / 0.2);
21257
- }
21258
- .n-bg-dark-danger-strong\/25 {
21259
- background-color:rgb(232 78 44 / 0.25);
21260
- }
21261
- .n-bg-dark-danger-strong\/30 {
21262
- background-color:rgb(232 78 44 / 0.3);
21263
- }
21264
- .n-bg-dark-danger-strong\/35 {
21265
- background-color:rgb(232 78 44 / 0.35);
21266
- }
21267
- .n-bg-dark-danger-strong\/40 {
21268
- background-color:rgb(232 78 44 / 0.4);
21269
- }
21270
- .n-bg-dark-danger-strong\/45 {
21271
- background-color:rgb(232 78 44 / 0.45);
21272
- }
21273
- .n-bg-dark-danger-strong\/5 {
21274
- background-color:rgb(232 78 44 / 0.05);
21275
- }
21276
- .n-bg-dark-danger-strong\/50 {
21277
- background-color:rgb(232 78 44 / 0.5);
21278
- }
21279
- .n-bg-dark-danger-strong\/55 {
21280
- background-color:rgb(232 78 44 / 0.55);
21281
- }
21282
- .n-bg-dark-danger-strong\/60 {
21283
- background-color:rgb(232 78 44 / 0.6);
21284
- }
21285
- .n-bg-dark-danger-strong\/65 {
21286
- background-color:rgb(232 78 44 / 0.65);
21287
- }
21288
- .n-bg-dark-danger-strong\/70 {
21289
- background-color:rgb(232 78 44 / 0.7);
21290
- }
21291
- .n-bg-dark-danger-strong\/75 {
21292
- background-color:rgb(232 78 44 / 0.75);
21293
- }
21294
- .n-bg-dark-danger-strong\/80 {
21295
- background-color:rgb(232 78 44 / 0.8);
21296
- }
21297
- .n-bg-dark-danger-strong\/85 {
21298
- background-color:rgb(232 78 44 / 0.85);
21299
- }
21300
- .n-bg-dark-danger-strong\/90 {
21301
- background-color:rgb(232 78 44 / 0.9);
21302
- }
21303
- .n-bg-dark-danger-strong\/95 {
21304
- background-color:rgb(232 78 44 / 0.95);
21305
- }
21306
20873
  .n-bg-dark-danger-text {
21307
20874
  background-color:#ffaa97ff;
21308
20875
  }
@@ -24822,9 +24389,6 @@ button.ndl-avatar:focus-visible {
24822
24389
  .n-bg-discovery-text {
24823
24390
  background-color:var(--theme-color-discovery-text);
24824
24391
  }
24825
- .n-bg-hibiscus-35 {
24826
- background-color:#e84e2cff;
24827
- }
24828
24392
  .n-bg-light-danger-bg-status {
24829
24393
  background-color:#e84e2cff;
24830
24394
  }
@@ -30087,9 +29651,6 @@ button.ndl-avatar:focus-visible {
30087
29651
  .n-bg-success-text {
30088
29652
  background-color:var(--theme-color-success-text);
30089
29653
  }
30090
- .n-bg-transparent {
30091
- background-color:transparent;
30092
- }
30093
29654
  .n-bg-warning-bg-status {
30094
29655
  background-color:var(--theme-color-warning-bg-status);
30095
29656
  }
@@ -30111,15 +29672,6 @@ button.ndl-avatar:focus-visible {
30111
29672
  .n-bg-warning-text {
30112
29673
  background-color:var(--theme-color-warning-text);
30113
29674
  }
30114
- .n-bg-cover {
30115
- background-size:cover;
30116
- }
30117
- .n-bg-center {
30118
- background-position:center;
30119
- }
30120
- .n-bg-no-repeat {
30121
- background-repeat:no-repeat;
30122
- }
30123
29675
  .n-fill-danger-bg-strong {
30124
29676
  fill:var(--theme-color-danger-bg-strong);
30125
29677
  }
@@ -30135,126 +29687,6 @@ button.ndl-avatar:focus-visible {
30135
29687
  .n-stroke-primary-bg-strong {
30136
29688
  stroke:var(--theme-color-primary-bg-strong);
30137
29689
  }
30138
- .n-p-0 {
30139
- padding:0px;
30140
- }
30141
- .n-p-14 {
30142
- padding:56px;
30143
- }
30144
- .n-p-2 {
30145
- padding:8px;
30146
- }
30147
- .n-p-3 {
30148
- padding:12px;
30149
- }
30150
- .n-p-4 {
30151
- padding:16px;
30152
- }
30153
- .n-p-8 {
30154
- padding:32px;
30155
- }
30156
- .n-p-token-16 {
30157
- padding:16px;
30158
- }
30159
- .n-p-token-24 {
30160
- padding:24px;
30161
- }
30162
- .n-p-token-32 {
30163
- padding:32px;
30164
- }
30165
- .n-p-token-4 {
30166
- padding:4px;
30167
- }
30168
- .n-p-token-8 {
30169
- padding:8px;
30170
- }
30171
- .n-px-10 {
30172
- padding-left:40px;
30173
- padding-right:40px;
30174
- }
30175
- .n-px-4 {
30176
- padding-left:16px;
30177
- padding-right:16px;
30178
- }
30179
- .n-px-token-12 {
30180
- padding-left:12px;
30181
- padding-right:12px;
30182
- }
30183
- .n-px-token-16 {
30184
- padding-left:16px;
30185
- padding-right:16px;
30186
- }
30187
- .n-px-token-32 {
30188
- padding-left:32px;
30189
- padding-right:32px;
30190
- }
30191
- .n-px-token-4 {
30192
- padding-left:4px;
30193
- padding-right:4px;
30194
- }
30195
- .n-px-token-8 {
30196
- padding-left:8px;
30197
- padding-right:8px;
30198
- }
30199
- .n-py-token-16 {
30200
- padding-top:16px;
30201
- padding-bottom:16px;
30202
- }
30203
- .n-py-token-2 {
30204
- padding-top:2px;
30205
- padding-bottom:2px;
30206
- }
30207
- .n-py-token-4 {
30208
- padding-top:4px;
30209
- padding-bottom:4px;
30210
- }
30211
- .n-py-token-8 {
30212
- padding-top:8px;
30213
- padding-bottom:8px;
30214
- }
30215
- .n-pb-1 {
30216
- padding-bottom:4px;
30217
- }
30218
- .n-pb-4 {
30219
- padding-bottom:16px;
30220
- }
30221
- .n-pb-token-16 {
30222
- padding-bottom:16px;
30223
- }
30224
- .n-pb-token-4 {
30225
- padding-bottom:4px;
30226
- }
30227
- .n-pl-token-4 {
30228
- padding-left:4px;
30229
- }
30230
- .n-pl-token-8 {
30231
- padding-left:8px;
30232
- }
30233
- .n-pr-token-4 {
30234
- padding-right:4px;
30235
- }
30236
- .n-pt-4 {
30237
- padding-top:16px;
30238
- }
30239
- .n-pt-token-64 {
30240
- padding-top:64px;
30241
- }
30242
- .n-text-left {
30243
- text-align:left;
30244
- }
30245
- .n-text-center {
30246
- text-align:center;
30247
- }
30248
- .n-align-top {
30249
- vertical-align:top;
30250
- }
30251
- .n-font-sans {
30252
- font-family:"Public Sans";
30253
- }
30254
- .n-text-xs {
30255
- font-size:0.75rem;
30256
- line-height:1rem;
30257
- }
30258
29690
  .n-font-bold {
30259
29691
  font-weight:700;
30260
29692
  }
@@ -30264,27 +29696,9 @@ button.ndl-avatar:focus-visible {
30264
29696
  .n-font-normal {
30265
29697
  font-weight:400;
30266
29698
  }
30267
- .n-font-semibold {
30268
- font-weight:600;
30269
- }
30270
- .n-uppercase {
30271
- text-transform:uppercase;
30272
- }
30273
- .n-lowercase {
30274
- text-transform:lowercase;
30275
- }
30276
29699
  .n-capitalize {
30277
29700
  text-transform:capitalize;
30278
29701
  }
30279
- .n-italic {
30280
- font-style:italic;
30281
- }
30282
- .n-tracking-wide {
30283
- letter-spacing:0.025em;
30284
- }
30285
- .n-text-baltic-50 {
30286
- color:#0a6190ff;
30287
- }
30288
29702
  .n-text-danger-bg-status {
30289
29703
  color:var(--theme-color-danger-bg-status);
30290
29704
  }
@@ -30846,6 +30260,72 @@ button.ndl-avatar:focus-visible {
30846
30260
  .n-text-dark-danger-icon\/95 {
30847
30261
  color:rgb(255 170 151 / 0.95);
30848
30262
  }
30263
+ .n-text-dark-danger-pressed-strong {
30264
+ color:#e84e2cff;
30265
+ }
30266
+ .n-text-dark-danger-pressed-strong\/0 {
30267
+ color:rgb(232 78 44 / 0);
30268
+ }
30269
+ .n-text-dark-danger-pressed-strong\/10 {
30270
+ color:rgb(232 78 44 / 0.1);
30271
+ }
30272
+ .n-text-dark-danger-pressed-strong\/100 {
30273
+ color:rgb(232 78 44 / 1);
30274
+ }
30275
+ .n-text-dark-danger-pressed-strong\/15 {
30276
+ color:rgb(232 78 44 / 0.15);
30277
+ }
30278
+ .n-text-dark-danger-pressed-strong\/20 {
30279
+ color:rgb(232 78 44 / 0.2);
30280
+ }
30281
+ .n-text-dark-danger-pressed-strong\/25 {
30282
+ color:rgb(232 78 44 / 0.25);
30283
+ }
30284
+ .n-text-dark-danger-pressed-strong\/30 {
30285
+ color:rgb(232 78 44 / 0.3);
30286
+ }
30287
+ .n-text-dark-danger-pressed-strong\/35 {
30288
+ color:rgb(232 78 44 / 0.35);
30289
+ }
30290
+ .n-text-dark-danger-pressed-strong\/40 {
30291
+ color:rgb(232 78 44 / 0.4);
30292
+ }
30293
+ .n-text-dark-danger-pressed-strong\/45 {
30294
+ color:rgb(232 78 44 / 0.45);
30295
+ }
30296
+ .n-text-dark-danger-pressed-strong\/5 {
30297
+ color:rgb(232 78 44 / 0.05);
30298
+ }
30299
+ .n-text-dark-danger-pressed-strong\/50 {
30300
+ color:rgb(232 78 44 / 0.5);
30301
+ }
30302
+ .n-text-dark-danger-pressed-strong\/55 {
30303
+ color:rgb(232 78 44 / 0.55);
30304
+ }
30305
+ .n-text-dark-danger-pressed-strong\/60 {
30306
+ color:rgb(232 78 44 / 0.6);
30307
+ }
30308
+ .n-text-dark-danger-pressed-strong\/65 {
30309
+ color:rgb(232 78 44 / 0.65);
30310
+ }
30311
+ .n-text-dark-danger-pressed-strong\/70 {
30312
+ color:rgb(232 78 44 / 0.7);
30313
+ }
30314
+ .n-text-dark-danger-pressed-strong\/75 {
30315
+ color:rgb(232 78 44 / 0.75);
30316
+ }
30317
+ .n-text-dark-danger-pressed-strong\/80 {
30318
+ color:rgb(232 78 44 / 0.8);
30319
+ }
30320
+ .n-text-dark-danger-pressed-strong\/85 {
30321
+ color:rgb(232 78 44 / 0.85);
30322
+ }
30323
+ .n-text-dark-danger-pressed-strong\/90 {
30324
+ color:rgb(232 78 44 / 0.9);
30325
+ }
30326
+ .n-text-dark-danger-pressed-strong\/95 {
30327
+ color:rgb(232 78 44 / 0.95);
30328
+ }
30849
30329
  .n-text-dark-danger-pressed-weak {
30850
30330
  color:#ffaa971f;
30851
30331
  }
@@ -30912,72 +30392,6 @@ button.ndl-avatar:focus-visible {
30912
30392
  .n-text-dark-danger-pressed-weak\/95 {
30913
30393
  color:rgb(255 170 151 / 0.95);
30914
30394
  }
30915
- .n-text-dark-danger-strong {
30916
- color:#e84e2cff;
30917
- }
30918
- .n-text-dark-danger-strong\/0 {
30919
- color:rgb(232 78 44 / 0);
30920
- }
30921
- .n-text-dark-danger-strong\/10 {
30922
- color:rgb(232 78 44 / 0.1);
30923
- }
30924
- .n-text-dark-danger-strong\/100 {
30925
- color:rgb(232 78 44 / 1);
30926
- }
30927
- .n-text-dark-danger-strong\/15 {
30928
- color:rgb(232 78 44 / 0.15);
30929
- }
30930
- .n-text-dark-danger-strong\/20 {
30931
- color:rgb(232 78 44 / 0.2);
30932
- }
30933
- .n-text-dark-danger-strong\/25 {
30934
- color:rgb(232 78 44 / 0.25);
30935
- }
30936
- .n-text-dark-danger-strong\/30 {
30937
- color:rgb(232 78 44 / 0.3);
30938
- }
30939
- .n-text-dark-danger-strong\/35 {
30940
- color:rgb(232 78 44 / 0.35);
30941
- }
30942
- .n-text-dark-danger-strong\/40 {
30943
- color:rgb(232 78 44 / 0.4);
30944
- }
30945
- .n-text-dark-danger-strong\/45 {
30946
- color:rgb(232 78 44 / 0.45);
30947
- }
30948
- .n-text-dark-danger-strong\/5 {
30949
- color:rgb(232 78 44 / 0.05);
30950
- }
30951
- .n-text-dark-danger-strong\/50 {
30952
- color:rgb(232 78 44 / 0.5);
30953
- }
30954
- .n-text-dark-danger-strong\/55 {
30955
- color:rgb(232 78 44 / 0.55);
30956
- }
30957
- .n-text-dark-danger-strong\/60 {
30958
- color:rgb(232 78 44 / 0.6);
30959
- }
30960
- .n-text-dark-danger-strong\/65 {
30961
- color:rgb(232 78 44 / 0.65);
30962
- }
30963
- .n-text-dark-danger-strong\/70 {
30964
- color:rgb(232 78 44 / 0.7);
30965
- }
30966
- .n-text-dark-danger-strong\/75 {
30967
- color:rgb(232 78 44 / 0.75);
30968
- }
30969
- .n-text-dark-danger-strong\/80 {
30970
- color:rgb(232 78 44 / 0.8);
30971
- }
30972
- .n-text-dark-danger-strong\/85 {
30973
- color:rgb(232 78 44 / 0.85);
30974
- }
30975
- .n-text-dark-danger-strong\/90 {
30976
- color:rgb(232 78 44 / 0.9);
30977
- }
30978
- .n-text-dark-danger-strong\/95 {
30979
- color:rgb(232 78 44 / 0.95);
30980
- }
30981
30395
  .n-text-dark-danger-text {
30982
30396
  color:#ffaa97ff;
30983
30397
  }
@@ -34497,9 +33911,6 @@ button.ndl-avatar:focus-visible {
34497
33911
  .n-text-discovery-text {
34498
33912
  color:var(--theme-color-discovery-text);
34499
33913
  }
34500
- .n-text-highlights-periwinkle {
34501
- color:#6a82ffff;
34502
- }
34503
33914
  .n-text-light-danger-bg-status {
34504
33915
  color:#e84e2cff;
34505
33916
  }
@@ -39783,35 +39194,6 @@ button.ndl-avatar:focus-visible {
39783
39194
  .n-text-warning-text {
39784
39195
  color:var(--theme-color-warning-text);
39785
39196
  }
39786
- .n-shadow-light-raised {
39787
- --tw-shadow:0px 1px 2px 0px rgb(from #1a1b1dff r g b / 0.18);
39788
- --tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color);
39789
- box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
39790
- }
39791
- .n-shadow-overlay {
39792
- --tw-shadow:var(--theme-shadow-overlay);
39793
- --tw-shadow-colored:var(--theme-shadow-overlay);
39794
- box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
39795
- }
39796
- .n-shadow-raised {
39797
- --tw-shadow:var(--theme-shadow-raised);
39798
- --tw-shadow-colored:var(--theme-shadow-raised);
39799
- box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
39800
- }
39801
- .n-transition-all {
39802
- transition-property:all;
39803
- transition-timing-function:cubic-bezier(0.42, 0, 0.58, 1);
39804
- transition-duration:100ms;
39805
- }
39806
- .n-duration-slow {
39807
- transition-duration:250ms;
39808
- }
39809
- .n-transition-quick {
39810
- transition:100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
39811
- }
39812
- .n-duration-slow {
39813
- transition-duration:250ms;
39814
- }
39815
39197
  body,
39816
39198
  html,
39817
39199
  :host{
@@ -39824,18 +39206,6 @@ html,
39824
39206
  outline-style:solid;
39825
39207
  outline-color:var(--theme-color-primary-focus);
39826
39208
  }
39827
- .first\:n-rounded-t-sm:first-child {
39828
- border-top-left-radius:4px;
39829
- border-top-right-radius:4px;
39830
- }
39831
- .last\:n-rounded-b-sm:last-child {
39832
- border-bottom-right-radius:4px;
39833
- border-bottom-left-radius:4px;
39834
- }
39835
- .hover\:n-rotate-12:hover {
39836
- --tw-rotate:12deg;
39837
- transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
39838
- }
39839
39209
  .hover\:n-border-danger-bg-status:hover {
39840
39210
  border-color:var(--theme-color-danger-bg-status);
39841
39211
  }
@@ -40397,6 +39767,72 @@ html,
40397
39767
  .hover\:n-border-dark-danger-icon\/95:hover {
40398
39768
  border-color:rgb(255 170 151 / 0.95);
40399
39769
  }
39770
+ .hover\:n-border-dark-danger-pressed-strong:hover {
39771
+ border-color:#e84e2cff;
39772
+ }
39773
+ .hover\:n-border-dark-danger-pressed-strong\/0:hover {
39774
+ border-color:rgb(232 78 44 / 0);
39775
+ }
39776
+ .hover\:n-border-dark-danger-pressed-strong\/10:hover {
39777
+ border-color:rgb(232 78 44 / 0.1);
39778
+ }
39779
+ .hover\:n-border-dark-danger-pressed-strong\/100:hover {
39780
+ border-color:rgb(232 78 44 / 1);
39781
+ }
39782
+ .hover\:n-border-dark-danger-pressed-strong\/15:hover {
39783
+ border-color:rgb(232 78 44 / 0.15);
39784
+ }
39785
+ .hover\:n-border-dark-danger-pressed-strong\/20:hover {
39786
+ border-color:rgb(232 78 44 / 0.2);
39787
+ }
39788
+ .hover\:n-border-dark-danger-pressed-strong\/25:hover {
39789
+ border-color:rgb(232 78 44 / 0.25);
39790
+ }
39791
+ .hover\:n-border-dark-danger-pressed-strong\/30:hover {
39792
+ border-color:rgb(232 78 44 / 0.3);
39793
+ }
39794
+ .hover\:n-border-dark-danger-pressed-strong\/35:hover {
39795
+ border-color:rgb(232 78 44 / 0.35);
39796
+ }
39797
+ .hover\:n-border-dark-danger-pressed-strong\/40:hover {
39798
+ border-color:rgb(232 78 44 / 0.4);
39799
+ }
39800
+ .hover\:n-border-dark-danger-pressed-strong\/45:hover {
39801
+ border-color:rgb(232 78 44 / 0.45);
39802
+ }
39803
+ .hover\:n-border-dark-danger-pressed-strong\/5:hover {
39804
+ border-color:rgb(232 78 44 / 0.05);
39805
+ }
39806
+ .hover\:n-border-dark-danger-pressed-strong\/50:hover {
39807
+ border-color:rgb(232 78 44 / 0.5);
39808
+ }
39809
+ .hover\:n-border-dark-danger-pressed-strong\/55:hover {
39810
+ border-color:rgb(232 78 44 / 0.55);
39811
+ }
39812
+ .hover\:n-border-dark-danger-pressed-strong\/60:hover {
39813
+ border-color:rgb(232 78 44 / 0.6);
39814
+ }
39815
+ .hover\:n-border-dark-danger-pressed-strong\/65:hover {
39816
+ border-color:rgb(232 78 44 / 0.65);
39817
+ }
39818
+ .hover\:n-border-dark-danger-pressed-strong\/70:hover {
39819
+ border-color:rgb(232 78 44 / 0.7);
39820
+ }
39821
+ .hover\:n-border-dark-danger-pressed-strong\/75:hover {
39822
+ border-color:rgb(232 78 44 / 0.75);
39823
+ }
39824
+ .hover\:n-border-dark-danger-pressed-strong\/80:hover {
39825
+ border-color:rgb(232 78 44 / 0.8);
39826
+ }
39827
+ .hover\:n-border-dark-danger-pressed-strong\/85:hover {
39828
+ border-color:rgb(232 78 44 / 0.85);
39829
+ }
39830
+ .hover\:n-border-dark-danger-pressed-strong\/90:hover {
39831
+ border-color:rgb(232 78 44 / 0.9);
39832
+ }
39833
+ .hover\:n-border-dark-danger-pressed-strong\/95:hover {
39834
+ border-color:rgb(232 78 44 / 0.95);
39835
+ }
40400
39836
  .hover\:n-border-dark-danger-pressed-weak:hover {
40401
39837
  border-color:#ffaa971f;
40402
39838
  }
@@ -40463,72 +39899,6 @@ html,
40463
39899
  .hover\:n-border-dark-danger-pressed-weak\/95:hover {
40464
39900
  border-color:rgb(255 170 151 / 0.95);
40465
39901
  }
40466
- .hover\:n-border-dark-danger-strong:hover {
40467
- border-color:#e84e2cff;
40468
- }
40469
- .hover\:n-border-dark-danger-strong\/0:hover {
40470
- border-color:rgb(232 78 44 / 0);
40471
- }
40472
- .hover\:n-border-dark-danger-strong\/10:hover {
40473
- border-color:rgb(232 78 44 / 0.1);
40474
- }
40475
- .hover\:n-border-dark-danger-strong\/100:hover {
40476
- border-color:rgb(232 78 44 / 1);
40477
- }
40478
- .hover\:n-border-dark-danger-strong\/15:hover {
40479
- border-color:rgb(232 78 44 / 0.15);
40480
- }
40481
- .hover\:n-border-dark-danger-strong\/20:hover {
40482
- border-color:rgb(232 78 44 / 0.2);
40483
- }
40484
- .hover\:n-border-dark-danger-strong\/25:hover {
40485
- border-color:rgb(232 78 44 / 0.25);
40486
- }
40487
- .hover\:n-border-dark-danger-strong\/30:hover {
40488
- border-color:rgb(232 78 44 / 0.3);
40489
- }
40490
- .hover\:n-border-dark-danger-strong\/35:hover {
40491
- border-color:rgb(232 78 44 / 0.35);
40492
- }
40493
- .hover\:n-border-dark-danger-strong\/40:hover {
40494
- border-color:rgb(232 78 44 / 0.4);
40495
- }
40496
- .hover\:n-border-dark-danger-strong\/45:hover {
40497
- border-color:rgb(232 78 44 / 0.45);
40498
- }
40499
- .hover\:n-border-dark-danger-strong\/5:hover {
40500
- border-color:rgb(232 78 44 / 0.05);
40501
- }
40502
- .hover\:n-border-dark-danger-strong\/50:hover {
40503
- border-color:rgb(232 78 44 / 0.5);
40504
- }
40505
- .hover\:n-border-dark-danger-strong\/55:hover {
40506
- border-color:rgb(232 78 44 / 0.55);
40507
- }
40508
- .hover\:n-border-dark-danger-strong\/60:hover {
40509
- border-color:rgb(232 78 44 / 0.6);
40510
- }
40511
- .hover\:n-border-dark-danger-strong\/65:hover {
40512
- border-color:rgb(232 78 44 / 0.65);
40513
- }
40514
- .hover\:n-border-dark-danger-strong\/70:hover {
40515
- border-color:rgb(232 78 44 / 0.7);
40516
- }
40517
- .hover\:n-border-dark-danger-strong\/75:hover {
40518
- border-color:rgb(232 78 44 / 0.75);
40519
- }
40520
- .hover\:n-border-dark-danger-strong\/80:hover {
40521
- border-color:rgb(232 78 44 / 0.8);
40522
- }
40523
- .hover\:n-border-dark-danger-strong\/85:hover {
40524
- border-color:rgb(232 78 44 / 0.85);
40525
- }
40526
- .hover\:n-border-dark-danger-strong\/90:hover {
40527
- border-color:rgb(232 78 44 / 0.9);
40528
- }
40529
- .hover\:n-border-dark-danger-strong\/95:hover {
40530
- border-color:rgb(232 78 44 / 0.95);
40531
- }
40532
39902
  .hover\:n-border-dark-danger-text:hover {
40533
39903
  border-color:#ffaa97ff;
40534
39904
  }
@@ -49892,6 +49262,72 @@ html,
49892
49262
  .hover\:n-bg-dark-danger-icon\/95:hover {
49893
49263
  background-color:rgb(255 170 151 / 0.95);
49894
49264
  }
49265
+ .hover\:n-bg-dark-danger-pressed-strong:hover {
49266
+ background-color:#e84e2cff;
49267
+ }
49268
+ .hover\:n-bg-dark-danger-pressed-strong\/0:hover {
49269
+ background-color:rgb(232 78 44 / 0);
49270
+ }
49271
+ .hover\:n-bg-dark-danger-pressed-strong\/10:hover {
49272
+ background-color:rgb(232 78 44 / 0.1);
49273
+ }
49274
+ .hover\:n-bg-dark-danger-pressed-strong\/100:hover {
49275
+ background-color:rgb(232 78 44 / 1);
49276
+ }
49277
+ .hover\:n-bg-dark-danger-pressed-strong\/15:hover {
49278
+ background-color:rgb(232 78 44 / 0.15);
49279
+ }
49280
+ .hover\:n-bg-dark-danger-pressed-strong\/20:hover {
49281
+ background-color:rgb(232 78 44 / 0.2);
49282
+ }
49283
+ .hover\:n-bg-dark-danger-pressed-strong\/25:hover {
49284
+ background-color:rgb(232 78 44 / 0.25);
49285
+ }
49286
+ .hover\:n-bg-dark-danger-pressed-strong\/30:hover {
49287
+ background-color:rgb(232 78 44 / 0.3);
49288
+ }
49289
+ .hover\:n-bg-dark-danger-pressed-strong\/35:hover {
49290
+ background-color:rgb(232 78 44 / 0.35);
49291
+ }
49292
+ .hover\:n-bg-dark-danger-pressed-strong\/40:hover {
49293
+ background-color:rgb(232 78 44 / 0.4);
49294
+ }
49295
+ .hover\:n-bg-dark-danger-pressed-strong\/45:hover {
49296
+ background-color:rgb(232 78 44 / 0.45);
49297
+ }
49298
+ .hover\:n-bg-dark-danger-pressed-strong\/5:hover {
49299
+ background-color:rgb(232 78 44 / 0.05);
49300
+ }
49301
+ .hover\:n-bg-dark-danger-pressed-strong\/50:hover {
49302
+ background-color:rgb(232 78 44 / 0.5);
49303
+ }
49304
+ .hover\:n-bg-dark-danger-pressed-strong\/55:hover {
49305
+ background-color:rgb(232 78 44 / 0.55);
49306
+ }
49307
+ .hover\:n-bg-dark-danger-pressed-strong\/60:hover {
49308
+ background-color:rgb(232 78 44 / 0.6);
49309
+ }
49310
+ .hover\:n-bg-dark-danger-pressed-strong\/65:hover {
49311
+ background-color:rgb(232 78 44 / 0.65);
49312
+ }
49313
+ .hover\:n-bg-dark-danger-pressed-strong\/70:hover {
49314
+ background-color:rgb(232 78 44 / 0.7);
49315
+ }
49316
+ .hover\:n-bg-dark-danger-pressed-strong\/75:hover {
49317
+ background-color:rgb(232 78 44 / 0.75);
49318
+ }
49319
+ .hover\:n-bg-dark-danger-pressed-strong\/80:hover {
49320
+ background-color:rgb(232 78 44 / 0.8);
49321
+ }
49322
+ .hover\:n-bg-dark-danger-pressed-strong\/85:hover {
49323
+ background-color:rgb(232 78 44 / 0.85);
49324
+ }
49325
+ .hover\:n-bg-dark-danger-pressed-strong\/90:hover {
49326
+ background-color:rgb(232 78 44 / 0.9);
49327
+ }
49328
+ .hover\:n-bg-dark-danger-pressed-strong\/95:hover {
49329
+ background-color:rgb(232 78 44 / 0.95);
49330
+ }
49895
49331
  .hover\:n-bg-dark-danger-pressed-weak:hover {
49896
49332
  background-color:#ffaa971f;
49897
49333
  }
@@ -49958,72 +49394,6 @@ html,
49958
49394
  .hover\:n-bg-dark-danger-pressed-weak\/95:hover {
49959
49395
  background-color:rgb(255 170 151 / 0.95);
49960
49396
  }
49961
- .hover\:n-bg-dark-danger-strong:hover {
49962
- background-color:#e84e2cff;
49963
- }
49964
- .hover\:n-bg-dark-danger-strong\/0:hover {
49965
- background-color:rgb(232 78 44 / 0);
49966
- }
49967
- .hover\:n-bg-dark-danger-strong\/10:hover {
49968
- background-color:rgb(232 78 44 / 0.1);
49969
- }
49970
- .hover\:n-bg-dark-danger-strong\/100:hover {
49971
- background-color:rgb(232 78 44 / 1);
49972
- }
49973
- .hover\:n-bg-dark-danger-strong\/15:hover {
49974
- background-color:rgb(232 78 44 / 0.15);
49975
- }
49976
- .hover\:n-bg-dark-danger-strong\/20:hover {
49977
- background-color:rgb(232 78 44 / 0.2);
49978
- }
49979
- .hover\:n-bg-dark-danger-strong\/25:hover {
49980
- background-color:rgb(232 78 44 / 0.25);
49981
- }
49982
- .hover\:n-bg-dark-danger-strong\/30:hover {
49983
- background-color:rgb(232 78 44 / 0.3);
49984
- }
49985
- .hover\:n-bg-dark-danger-strong\/35:hover {
49986
- background-color:rgb(232 78 44 / 0.35);
49987
- }
49988
- .hover\:n-bg-dark-danger-strong\/40:hover {
49989
- background-color:rgb(232 78 44 / 0.4);
49990
- }
49991
- .hover\:n-bg-dark-danger-strong\/45:hover {
49992
- background-color:rgb(232 78 44 / 0.45);
49993
- }
49994
- .hover\:n-bg-dark-danger-strong\/5:hover {
49995
- background-color:rgb(232 78 44 / 0.05);
49996
- }
49997
- .hover\:n-bg-dark-danger-strong\/50:hover {
49998
- background-color:rgb(232 78 44 / 0.5);
49999
- }
50000
- .hover\:n-bg-dark-danger-strong\/55:hover {
50001
- background-color:rgb(232 78 44 / 0.55);
50002
- }
50003
- .hover\:n-bg-dark-danger-strong\/60:hover {
50004
- background-color:rgb(232 78 44 / 0.6);
50005
- }
50006
- .hover\:n-bg-dark-danger-strong\/65:hover {
50007
- background-color:rgb(232 78 44 / 0.65);
50008
- }
50009
- .hover\:n-bg-dark-danger-strong\/70:hover {
50010
- background-color:rgb(232 78 44 / 0.7);
50011
- }
50012
- .hover\:n-bg-dark-danger-strong\/75:hover {
50013
- background-color:rgb(232 78 44 / 0.75);
50014
- }
50015
- .hover\:n-bg-dark-danger-strong\/80:hover {
50016
- background-color:rgb(232 78 44 / 0.8);
50017
- }
50018
- .hover\:n-bg-dark-danger-strong\/85:hover {
50019
- background-color:rgb(232 78 44 / 0.85);
50020
- }
50021
- .hover\:n-bg-dark-danger-strong\/90:hover {
50022
- background-color:rgb(232 78 44 / 0.9);
50023
- }
50024
- .hover\:n-bg-dark-danger-strong\/95:hover {
50025
- background-color:rgb(232 78 44 / 0.95);
50026
- }
50027
49397
  .hover\:n-bg-dark-danger-text:hover {
50028
49398
  background-color:#ffaa97ff;
50029
49399
  }
@@ -59387,6 +58757,72 @@ html,
59387
58757
  .hover\:n-text-dark-danger-icon\/95:hover {
59388
58758
  color:rgb(255 170 151 / 0.95);
59389
58759
  }
58760
+ .hover\:n-text-dark-danger-pressed-strong:hover {
58761
+ color:#e84e2cff;
58762
+ }
58763
+ .hover\:n-text-dark-danger-pressed-strong\/0:hover {
58764
+ color:rgb(232 78 44 / 0);
58765
+ }
58766
+ .hover\:n-text-dark-danger-pressed-strong\/10:hover {
58767
+ color:rgb(232 78 44 / 0.1);
58768
+ }
58769
+ .hover\:n-text-dark-danger-pressed-strong\/100:hover {
58770
+ color:rgb(232 78 44 / 1);
58771
+ }
58772
+ .hover\:n-text-dark-danger-pressed-strong\/15:hover {
58773
+ color:rgb(232 78 44 / 0.15);
58774
+ }
58775
+ .hover\:n-text-dark-danger-pressed-strong\/20:hover {
58776
+ color:rgb(232 78 44 / 0.2);
58777
+ }
58778
+ .hover\:n-text-dark-danger-pressed-strong\/25:hover {
58779
+ color:rgb(232 78 44 / 0.25);
58780
+ }
58781
+ .hover\:n-text-dark-danger-pressed-strong\/30:hover {
58782
+ color:rgb(232 78 44 / 0.3);
58783
+ }
58784
+ .hover\:n-text-dark-danger-pressed-strong\/35:hover {
58785
+ color:rgb(232 78 44 / 0.35);
58786
+ }
58787
+ .hover\:n-text-dark-danger-pressed-strong\/40:hover {
58788
+ color:rgb(232 78 44 / 0.4);
58789
+ }
58790
+ .hover\:n-text-dark-danger-pressed-strong\/45:hover {
58791
+ color:rgb(232 78 44 / 0.45);
58792
+ }
58793
+ .hover\:n-text-dark-danger-pressed-strong\/5:hover {
58794
+ color:rgb(232 78 44 / 0.05);
58795
+ }
58796
+ .hover\:n-text-dark-danger-pressed-strong\/50:hover {
58797
+ color:rgb(232 78 44 / 0.5);
58798
+ }
58799
+ .hover\:n-text-dark-danger-pressed-strong\/55:hover {
58800
+ color:rgb(232 78 44 / 0.55);
58801
+ }
58802
+ .hover\:n-text-dark-danger-pressed-strong\/60:hover {
58803
+ color:rgb(232 78 44 / 0.6);
58804
+ }
58805
+ .hover\:n-text-dark-danger-pressed-strong\/65:hover {
58806
+ color:rgb(232 78 44 / 0.65);
58807
+ }
58808
+ .hover\:n-text-dark-danger-pressed-strong\/70:hover {
58809
+ color:rgb(232 78 44 / 0.7);
58810
+ }
58811
+ .hover\:n-text-dark-danger-pressed-strong\/75:hover {
58812
+ color:rgb(232 78 44 / 0.75);
58813
+ }
58814
+ .hover\:n-text-dark-danger-pressed-strong\/80:hover {
58815
+ color:rgb(232 78 44 / 0.8);
58816
+ }
58817
+ .hover\:n-text-dark-danger-pressed-strong\/85:hover {
58818
+ color:rgb(232 78 44 / 0.85);
58819
+ }
58820
+ .hover\:n-text-dark-danger-pressed-strong\/90:hover {
58821
+ color:rgb(232 78 44 / 0.9);
58822
+ }
58823
+ .hover\:n-text-dark-danger-pressed-strong\/95:hover {
58824
+ color:rgb(232 78 44 / 0.95);
58825
+ }
59390
58826
  .hover\:n-text-dark-danger-pressed-weak:hover {
59391
58827
  color:#ffaa971f;
59392
58828
  }
@@ -59453,72 +58889,6 @@ html,
59453
58889
  .hover\:n-text-dark-danger-pressed-weak\/95:hover {
59454
58890
  color:rgb(255 170 151 / 0.95);
59455
58891
  }
59456
- .hover\:n-text-dark-danger-strong:hover {
59457
- color:#e84e2cff;
59458
- }
59459
- .hover\:n-text-dark-danger-strong\/0:hover {
59460
- color:rgb(232 78 44 / 0);
59461
- }
59462
- .hover\:n-text-dark-danger-strong\/10:hover {
59463
- color:rgb(232 78 44 / 0.1);
59464
- }
59465
- .hover\:n-text-dark-danger-strong\/100:hover {
59466
- color:rgb(232 78 44 / 1);
59467
- }
59468
- .hover\:n-text-dark-danger-strong\/15:hover {
59469
- color:rgb(232 78 44 / 0.15);
59470
- }
59471
- .hover\:n-text-dark-danger-strong\/20:hover {
59472
- color:rgb(232 78 44 / 0.2);
59473
- }
59474
- .hover\:n-text-dark-danger-strong\/25:hover {
59475
- color:rgb(232 78 44 / 0.25);
59476
- }
59477
- .hover\:n-text-dark-danger-strong\/30:hover {
59478
- color:rgb(232 78 44 / 0.3);
59479
- }
59480
- .hover\:n-text-dark-danger-strong\/35:hover {
59481
- color:rgb(232 78 44 / 0.35);
59482
- }
59483
- .hover\:n-text-dark-danger-strong\/40:hover {
59484
- color:rgb(232 78 44 / 0.4);
59485
- }
59486
- .hover\:n-text-dark-danger-strong\/45:hover {
59487
- color:rgb(232 78 44 / 0.45);
59488
- }
59489
- .hover\:n-text-dark-danger-strong\/5:hover {
59490
- color:rgb(232 78 44 / 0.05);
59491
- }
59492
- .hover\:n-text-dark-danger-strong\/50:hover {
59493
- color:rgb(232 78 44 / 0.5);
59494
- }
59495
- .hover\:n-text-dark-danger-strong\/55:hover {
59496
- color:rgb(232 78 44 / 0.55);
59497
- }
59498
- .hover\:n-text-dark-danger-strong\/60:hover {
59499
- color:rgb(232 78 44 / 0.6);
59500
- }
59501
- .hover\:n-text-dark-danger-strong\/65:hover {
59502
- color:rgb(232 78 44 / 0.65);
59503
- }
59504
- .hover\:n-text-dark-danger-strong\/70:hover {
59505
- color:rgb(232 78 44 / 0.7);
59506
- }
59507
- .hover\:n-text-dark-danger-strong\/75:hover {
59508
- color:rgb(232 78 44 / 0.75);
59509
- }
59510
- .hover\:n-text-dark-danger-strong\/80:hover {
59511
- color:rgb(232 78 44 / 0.8);
59512
- }
59513
- .hover\:n-text-dark-danger-strong\/85:hover {
59514
- color:rgb(232 78 44 / 0.85);
59515
- }
59516
- .hover\:n-text-dark-danger-strong\/90:hover {
59517
- color:rgb(232 78 44 / 0.9);
59518
- }
59519
- .hover\:n-text-dark-danger-strong\/95:hover {
59520
- color:rgb(232 78 44 / 0.95);
59521
- }
59522
58892
  .hover\:n-text-dark-danger-text:hover {
59523
58893
  color:#ffaa97ff;
59524
58894
  }
@@ -68321,15 +67691,6 @@ html,
68321
67691
  .hover\:n-text-warning-text:hover {
68322
67692
  color:var(--theme-color-warning-text);
68323
67693
  }
68324
- .focus-visible\:n-outline-2:focus-visible {
68325
- outline-width:2px;
68326
- }
68327
- .focus-visible\:n-outline-offset-\[3px\]:focus-visible {
68328
- outline-offset:3px;
68329
- }
68330
- .focus-visible\:n-outline-primary-focus:focus-visible {
68331
- outline-color:var(--theme-color-primary-focus);
68332
- }
68333
67694
  .active\:n-bg-danger-bg-status:active {
68334
67695
  background-color:var(--theme-color-danger-bg-status);
68335
67696
  }
@@ -68891,6 +68252,72 @@ html,
68891
68252
  .active\:n-bg-dark-danger-icon\/95:active {
68892
68253
  background-color:rgb(255 170 151 / 0.95);
68893
68254
  }
68255
+ .active\:n-bg-dark-danger-pressed-strong:active {
68256
+ background-color:#e84e2cff;
68257
+ }
68258
+ .active\:n-bg-dark-danger-pressed-strong\/0:active {
68259
+ background-color:rgb(232 78 44 / 0);
68260
+ }
68261
+ .active\:n-bg-dark-danger-pressed-strong\/10:active {
68262
+ background-color:rgb(232 78 44 / 0.1);
68263
+ }
68264
+ .active\:n-bg-dark-danger-pressed-strong\/100:active {
68265
+ background-color:rgb(232 78 44 / 1);
68266
+ }
68267
+ .active\:n-bg-dark-danger-pressed-strong\/15:active {
68268
+ background-color:rgb(232 78 44 / 0.15);
68269
+ }
68270
+ .active\:n-bg-dark-danger-pressed-strong\/20:active {
68271
+ background-color:rgb(232 78 44 / 0.2);
68272
+ }
68273
+ .active\:n-bg-dark-danger-pressed-strong\/25:active {
68274
+ background-color:rgb(232 78 44 / 0.25);
68275
+ }
68276
+ .active\:n-bg-dark-danger-pressed-strong\/30:active {
68277
+ background-color:rgb(232 78 44 / 0.3);
68278
+ }
68279
+ .active\:n-bg-dark-danger-pressed-strong\/35:active {
68280
+ background-color:rgb(232 78 44 / 0.35);
68281
+ }
68282
+ .active\:n-bg-dark-danger-pressed-strong\/40:active {
68283
+ background-color:rgb(232 78 44 / 0.4);
68284
+ }
68285
+ .active\:n-bg-dark-danger-pressed-strong\/45:active {
68286
+ background-color:rgb(232 78 44 / 0.45);
68287
+ }
68288
+ .active\:n-bg-dark-danger-pressed-strong\/5:active {
68289
+ background-color:rgb(232 78 44 / 0.05);
68290
+ }
68291
+ .active\:n-bg-dark-danger-pressed-strong\/50:active {
68292
+ background-color:rgb(232 78 44 / 0.5);
68293
+ }
68294
+ .active\:n-bg-dark-danger-pressed-strong\/55:active {
68295
+ background-color:rgb(232 78 44 / 0.55);
68296
+ }
68297
+ .active\:n-bg-dark-danger-pressed-strong\/60:active {
68298
+ background-color:rgb(232 78 44 / 0.6);
68299
+ }
68300
+ .active\:n-bg-dark-danger-pressed-strong\/65:active {
68301
+ background-color:rgb(232 78 44 / 0.65);
68302
+ }
68303
+ .active\:n-bg-dark-danger-pressed-strong\/70:active {
68304
+ background-color:rgb(232 78 44 / 0.7);
68305
+ }
68306
+ .active\:n-bg-dark-danger-pressed-strong\/75:active {
68307
+ background-color:rgb(232 78 44 / 0.75);
68308
+ }
68309
+ .active\:n-bg-dark-danger-pressed-strong\/80:active {
68310
+ background-color:rgb(232 78 44 / 0.8);
68311
+ }
68312
+ .active\:n-bg-dark-danger-pressed-strong\/85:active {
68313
+ background-color:rgb(232 78 44 / 0.85);
68314
+ }
68315
+ .active\:n-bg-dark-danger-pressed-strong\/90:active {
68316
+ background-color:rgb(232 78 44 / 0.9);
68317
+ }
68318
+ .active\:n-bg-dark-danger-pressed-strong\/95:active {
68319
+ background-color:rgb(232 78 44 / 0.95);
68320
+ }
68894
68321
  .active\:n-bg-dark-danger-pressed-weak:active {
68895
68322
  background-color:#ffaa971f;
68896
68323
  }
@@ -68957,72 +68384,6 @@ html,
68957
68384
  .active\:n-bg-dark-danger-pressed-weak\/95:active {
68958
68385
  background-color:rgb(255 170 151 / 0.95);
68959
68386
  }
68960
- .active\:n-bg-dark-danger-strong:active {
68961
- background-color:#e84e2cff;
68962
- }
68963
- .active\:n-bg-dark-danger-strong\/0:active {
68964
- background-color:rgb(232 78 44 / 0);
68965
- }
68966
- .active\:n-bg-dark-danger-strong\/10:active {
68967
- background-color:rgb(232 78 44 / 0.1);
68968
- }
68969
- .active\:n-bg-dark-danger-strong\/100:active {
68970
- background-color:rgb(232 78 44 / 1);
68971
- }
68972
- .active\:n-bg-dark-danger-strong\/15:active {
68973
- background-color:rgb(232 78 44 / 0.15);
68974
- }
68975
- .active\:n-bg-dark-danger-strong\/20:active {
68976
- background-color:rgb(232 78 44 / 0.2);
68977
- }
68978
- .active\:n-bg-dark-danger-strong\/25:active {
68979
- background-color:rgb(232 78 44 / 0.25);
68980
- }
68981
- .active\:n-bg-dark-danger-strong\/30:active {
68982
- background-color:rgb(232 78 44 / 0.3);
68983
- }
68984
- .active\:n-bg-dark-danger-strong\/35:active {
68985
- background-color:rgb(232 78 44 / 0.35);
68986
- }
68987
- .active\:n-bg-dark-danger-strong\/40:active {
68988
- background-color:rgb(232 78 44 / 0.4);
68989
- }
68990
- .active\:n-bg-dark-danger-strong\/45:active {
68991
- background-color:rgb(232 78 44 / 0.45);
68992
- }
68993
- .active\:n-bg-dark-danger-strong\/5:active {
68994
- background-color:rgb(232 78 44 / 0.05);
68995
- }
68996
- .active\:n-bg-dark-danger-strong\/50:active {
68997
- background-color:rgb(232 78 44 / 0.5);
68998
- }
68999
- .active\:n-bg-dark-danger-strong\/55:active {
69000
- background-color:rgb(232 78 44 / 0.55);
69001
- }
69002
- .active\:n-bg-dark-danger-strong\/60:active {
69003
- background-color:rgb(232 78 44 / 0.6);
69004
- }
69005
- .active\:n-bg-dark-danger-strong\/65:active {
69006
- background-color:rgb(232 78 44 / 0.65);
69007
- }
69008
- .active\:n-bg-dark-danger-strong\/70:active {
69009
- background-color:rgb(232 78 44 / 0.7);
69010
- }
69011
- .active\:n-bg-dark-danger-strong\/75:active {
69012
- background-color:rgb(232 78 44 / 0.75);
69013
- }
69014
- .active\:n-bg-dark-danger-strong\/80:active {
69015
- background-color:rgb(232 78 44 / 0.8);
69016
- }
69017
- .active\:n-bg-dark-danger-strong\/85:active {
69018
- background-color:rgb(232 78 44 / 0.85);
69019
- }
69020
- .active\:n-bg-dark-danger-strong\/90:active {
69021
- background-color:rgb(232 78 44 / 0.9);
69022
- }
69023
- .active\:n-bg-dark-danger-strong\/95:active {
69024
- background-color:rgb(232 78 44 / 0.95);
69025
- }
69026
68387
  .active\:n-bg-dark-danger-text:active {
69027
68388
  background-color:#ffaa97ff;
69028
68389
  }
@@ -77825,32 +77186,3 @@ html,
77825
77186
  .active\:n-bg-warning-text:active {
77826
77187
  background-color:var(--theme-color-warning-text);
77827
77188
  }
77828
- @media (min-width: 864px) {
77829
- .sm\:n-grid-cols-2 {
77830
- grid-template-columns:repeat(2, minmax(0, 1fr));
77831
- }
77832
- .sm\:n-space-x-4 > :not([hidden]) ~ :not([hidden]) {
77833
- --tw-space-x-reverse:0;
77834
- margin-right:calc(16px * var(--tw-space-x-reverse));
77835
- margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)));
77836
- }
77837
- .sm\:n-space-y-0 > :not([hidden]) ~ :not([hidden]) {
77838
- --tw-space-y-reverse:0;
77839
- margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
77840
- margin-bottom:calc(0px * var(--tw-space-y-reverse));
77841
- }
77842
- }
77843
- @media (min-width: 1024px) {
77844
- .md\:n-w-2\/12 {
77845
- width:16.666667%;
77846
- }
77847
- .md\:n-w-2\/4 {
77848
- width:50%;
77849
- }
77850
- .md\:n-grid-cols-5 {
77851
- grid-template-columns:repeat(5, minmax(0, 1fr));
77852
- }
77853
- .md\:n-bg-baltic-50 {
77854
- background-color:#0a6190ff;
77855
- }
77856
- }