@neo4j-ndl/base 4.12.0 → 4.12.2

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;
@@ -9488,6 +9488,9 @@ button.ndl-avatar:focus-visible {
9488
9488
  .ndl-ai-prompt:focus-within{
9489
9489
  --accent-color:var(--palette-baltic-40);
9490
9490
  }
9491
+ .ndl-ai-prompt.ndl-disabled{
9492
+ --accent-color:var(--theme-color-neutral-bg-weak);
9493
+ }
9491
9494
  .ndl-ai-prompt {
9492
9495
 
9493
9496
  max-width:var(--content-extra-light-max-width);
@@ -9612,6 +9615,22 @@ button.ndl-avatar:focus-visible {
9612
9615
  outline:2px solid transparent;
9613
9616
  outline-offset:2px;
9614
9617
  }
9618
+ .ndl-ai-prompt .ndl-ai-prompt-textarea:disabled {
9619
+ cursor:not-allowed;
9620
+ color:var(--theme-color-neutral-text-weakest);
9621
+ }
9622
+ .ndl-ai-prompt .ndl-ai-prompt-textarea:disabled::-moz-placeholder {
9623
+ color:var(--theme-color-neutral-text-weakest);
9624
+ }
9625
+ .ndl-ai-prompt .ndl-ai-prompt-textarea:disabled::placeholder {
9626
+ color:var(--theme-color-neutral-text-weakest);
9627
+ }
9628
+ .ndl-ai-prompt .ndl-ai-prompt-textarea ::-moz-placeholder {
9629
+ color:var(--theme-color-neutral-text-weaker);
9630
+ }
9631
+ .ndl-ai-prompt .ndl-ai-prompt-textarea ::placeholder {
9632
+ color:var(--theme-color-neutral-text-weaker);
9633
+ }
9615
9634
  .ndl-ai-prompt:has(.ndl-ai-prompt-textarea-above) .ndl-ai-prompt-textarea{
9616
9635
  padding-top:0px;
9617
9636
  }
@@ -10596,124 +10615,12 @@ button.ndl-avatar:focus-visible {
10596
10615
  background-color:var(--theme-color-neutral-bg-stronger);
10597
10616
  color:var(--theme-color-neutral-text-inverse);
10598
10617
  }
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
10618
  .n-flex {
10696
10619
  display:flex;
10697
10620
  }
10698
10621
  .n-inline-flex {
10699
10622
  display:inline-flex;
10700
10623
  }
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
10624
  .n-size-4 {
10718
10625
  width:16px;
10719
10626
  height:16px;
@@ -10722,22 +10629,10 @@ button.ndl-avatar:focus-visible {
10722
10629
  width:20px;
10723
10630
  height:20px;
10724
10631
  }
10725
- .n-size-7 {
10726
- width:28px;
10727
- height:28px;
10728
- }
10729
- .n-size-full {
10730
- width:100%;
10731
- height:100%;
10732
- }
10733
10632
  .n-size-token-16 {
10734
10633
  width:16px;
10735
10634
  height:16px;
10736
10635
  }
10737
- .n-size-token-24 {
10738
- width:24px;
10739
- height:24px;
10740
- }
10741
10636
  .n-size-token-32 {
10742
10637
  width:32px;
10743
10638
  height:32px;
@@ -10750,163 +10645,18 @@ button.ndl-avatar:focus-visible {
10750
10645
  width:64px;
10751
10646
  height:64px;
10752
10647
  }
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
10648
  .n-h-full {
10800
10649
  height:100%;
10801
10650
  }
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
10651
  .n-w-full {
10855
10652
  width:100%;
10856
10653
  }
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
10654
  .n-flex-1 {
10893
10655
  flex:1 1 0%;
10894
10656
  }
10895
- .n-flex-shrink-0 {
10896
- flex-shrink:0;
10897
- }
10898
10657
  .n-shrink-0 {
10899
10658
  flex-shrink:0;
10900
10659
  }
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
10660
  .-n-rotate-180 {
10911
10661
  --tw-rotate:-180deg;
10912
10662
  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 +10665,42 @@ button.ndl-avatar:focus-visible {
10915
10665
  --tw-rotate:180deg;
10916
10666
  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
10667
  }
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
10668
  .n-flex-row {
10949
10669
  flex-direction:row;
10950
10670
  }
10951
10671
  .n-flex-col {
10952
10672
  flex-direction:column;
10953
10673
  }
10954
- .n-flex-wrap {
10955
- flex-wrap:wrap;
10956
- }
10957
- .n-place-items-center {
10958
- place-items:center;
10959
- }
10960
10674
  .n-items-start {
10961
10675
  align-items:flex-start;
10962
10676
  }
10963
- .n-items-end {
10964
- align-items:flex-end;
10965
- }
10966
10677
  .n-items-center {
10967
10678
  align-items:center;
10968
10679
  }
10969
- .n-justify-start {
10970
- justify-content:flex-start;
10971
- }
10972
- .n-justify-end {
10973
- justify-content:flex-end;
10974
- }
10975
10680
  .n-justify-center {
10976
10681
  justify-content:center;
10977
10682
  }
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
10683
  .n-gap-4 {
10997
10684
  gap:16px;
10998
10685
  }
10999
- .n-gap-6 {
11000
- gap:24px;
11001
- }
11002
- .n-gap-9 {
11003
- gap:36px;
11004
- }
11005
10686
  .n-gap-token-12 {
11006
10687
  gap:12px;
11007
10688
  }
11008
10689
  .n-gap-token-16 {
11009
10690
  gap:16px;
11010
10691
  }
11011
- .n-gap-token-2 {
11012
- gap:2px;
11013
- }
11014
- .n-gap-token-32 {
11015
- gap:32px;
11016
- }
11017
10692
  .n-gap-token-4 {
11018
10693
  gap:4px;
11019
10694
  }
11020
- .n-gap-token-48 {
11021
- gap:48px;
11022
- }
11023
10695
  .n-gap-token-6 {
11024
10696
  gap:6px;
11025
10697
  }
11026
- .n-gap-token-64 {
11027
- gap:64px;
11028
- }
11029
10698
  .n-gap-token-8 {
11030
10699
  gap:8px;
11031
10700
  }
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
10701
  .n-self-center {
11056
10702
  align-self:center;
11057
10703
  }
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
10704
  .n-border-danger-bg-status {
11113
10705
  border-color:var(--theme-color-danger-bg-status);
11114
10706
  }
@@ -11670,6 +11262,72 @@ button.ndl-avatar:focus-visible {
11670
11262
  .n-border-dark-danger-icon\/95 {
11671
11263
  border-color:rgb(255 170 151 / 0.95);
11672
11264
  }
11265
+ .n-border-dark-danger-pressed-strong {
11266
+ border-color:#e84e2cff;
11267
+ }
11268
+ .n-border-dark-danger-pressed-strong\/0 {
11269
+ border-color:rgb(232 78 44 / 0);
11270
+ }
11271
+ .n-border-dark-danger-pressed-strong\/10 {
11272
+ border-color:rgb(232 78 44 / 0.1);
11273
+ }
11274
+ .n-border-dark-danger-pressed-strong\/100 {
11275
+ border-color:rgb(232 78 44 / 1);
11276
+ }
11277
+ .n-border-dark-danger-pressed-strong\/15 {
11278
+ border-color:rgb(232 78 44 / 0.15);
11279
+ }
11280
+ .n-border-dark-danger-pressed-strong\/20 {
11281
+ border-color:rgb(232 78 44 / 0.2);
11282
+ }
11283
+ .n-border-dark-danger-pressed-strong\/25 {
11284
+ border-color:rgb(232 78 44 / 0.25);
11285
+ }
11286
+ .n-border-dark-danger-pressed-strong\/30 {
11287
+ border-color:rgb(232 78 44 / 0.3);
11288
+ }
11289
+ .n-border-dark-danger-pressed-strong\/35 {
11290
+ border-color:rgb(232 78 44 / 0.35);
11291
+ }
11292
+ .n-border-dark-danger-pressed-strong\/40 {
11293
+ border-color:rgb(232 78 44 / 0.4);
11294
+ }
11295
+ .n-border-dark-danger-pressed-strong\/45 {
11296
+ border-color:rgb(232 78 44 / 0.45);
11297
+ }
11298
+ .n-border-dark-danger-pressed-strong\/5 {
11299
+ border-color:rgb(232 78 44 / 0.05);
11300
+ }
11301
+ .n-border-dark-danger-pressed-strong\/50 {
11302
+ border-color:rgb(232 78 44 / 0.5);
11303
+ }
11304
+ .n-border-dark-danger-pressed-strong\/55 {
11305
+ border-color:rgb(232 78 44 / 0.55);
11306
+ }
11307
+ .n-border-dark-danger-pressed-strong\/60 {
11308
+ border-color:rgb(232 78 44 / 0.6);
11309
+ }
11310
+ .n-border-dark-danger-pressed-strong\/65 {
11311
+ border-color:rgb(232 78 44 / 0.65);
11312
+ }
11313
+ .n-border-dark-danger-pressed-strong\/70 {
11314
+ border-color:rgb(232 78 44 / 0.7);
11315
+ }
11316
+ .n-border-dark-danger-pressed-strong\/75 {
11317
+ border-color:rgb(232 78 44 / 0.75);
11318
+ }
11319
+ .n-border-dark-danger-pressed-strong\/80 {
11320
+ border-color:rgb(232 78 44 / 0.8);
11321
+ }
11322
+ .n-border-dark-danger-pressed-strong\/85 {
11323
+ border-color:rgb(232 78 44 / 0.85);
11324
+ }
11325
+ .n-border-dark-danger-pressed-strong\/90 {
11326
+ border-color:rgb(232 78 44 / 0.9);
11327
+ }
11328
+ .n-border-dark-danger-pressed-strong\/95 {
11329
+ border-color:rgb(232 78 44 / 0.95);
11330
+ }
11673
11331
  .n-border-dark-danger-pressed-weak {
11674
11332
  border-color:#ffaa971f;
11675
11333
  }
@@ -11736,72 +11394,6 @@ button.ndl-avatar:focus-visible {
11736
11394
  .n-border-dark-danger-pressed-weak\/95 {
11737
11395
  border-color:rgb(255 170 151 / 0.95);
11738
11396
  }
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
11397
  .n-border-dark-danger-text {
11806
11398
  border-color:#ffaa97ff;
11807
11399
  }
@@ -20604,12 +20196,6 @@ button.ndl-avatar:focus-visible {
20604
20196
  .n-border-warning-text {
20605
20197
  border-color:var(--theme-color-warning-text);
20606
20198
  }
20607
- .n-bg-baltic-10 {
20608
- background-color:#e7fafbff;
20609
- }
20610
- .n-bg-baltic-40 {
20611
- background-color:#4c99a4ff;
20612
- }
20613
20199
  .n-bg-danger-bg-status {
20614
20200
  background-color:var(--theme-color-danger-bg-status);
20615
20201
  }
@@ -21171,6 +20757,72 @@ button.ndl-avatar:focus-visible {
21171
20757
  .n-bg-dark-danger-icon\/95 {
21172
20758
  background-color:rgb(255 170 151 / 0.95);
21173
20759
  }
20760
+ .n-bg-dark-danger-pressed-strong {
20761
+ background-color:#e84e2cff;
20762
+ }
20763
+ .n-bg-dark-danger-pressed-strong\/0 {
20764
+ background-color:rgb(232 78 44 / 0);
20765
+ }
20766
+ .n-bg-dark-danger-pressed-strong\/10 {
20767
+ background-color:rgb(232 78 44 / 0.1);
20768
+ }
20769
+ .n-bg-dark-danger-pressed-strong\/100 {
20770
+ background-color:rgb(232 78 44 / 1);
20771
+ }
20772
+ .n-bg-dark-danger-pressed-strong\/15 {
20773
+ background-color:rgb(232 78 44 / 0.15);
20774
+ }
20775
+ .n-bg-dark-danger-pressed-strong\/20 {
20776
+ background-color:rgb(232 78 44 / 0.2);
20777
+ }
20778
+ .n-bg-dark-danger-pressed-strong\/25 {
20779
+ background-color:rgb(232 78 44 / 0.25);
20780
+ }
20781
+ .n-bg-dark-danger-pressed-strong\/30 {
20782
+ background-color:rgb(232 78 44 / 0.3);
20783
+ }
20784
+ .n-bg-dark-danger-pressed-strong\/35 {
20785
+ background-color:rgb(232 78 44 / 0.35);
20786
+ }
20787
+ .n-bg-dark-danger-pressed-strong\/40 {
20788
+ background-color:rgb(232 78 44 / 0.4);
20789
+ }
20790
+ .n-bg-dark-danger-pressed-strong\/45 {
20791
+ background-color:rgb(232 78 44 / 0.45);
20792
+ }
20793
+ .n-bg-dark-danger-pressed-strong\/5 {
20794
+ background-color:rgb(232 78 44 / 0.05);
20795
+ }
20796
+ .n-bg-dark-danger-pressed-strong\/50 {
20797
+ background-color:rgb(232 78 44 / 0.5);
20798
+ }
20799
+ .n-bg-dark-danger-pressed-strong\/55 {
20800
+ background-color:rgb(232 78 44 / 0.55);
20801
+ }
20802
+ .n-bg-dark-danger-pressed-strong\/60 {
20803
+ background-color:rgb(232 78 44 / 0.6);
20804
+ }
20805
+ .n-bg-dark-danger-pressed-strong\/65 {
20806
+ background-color:rgb(232 78 44 / 0.65);
20807
+ }
20808
+ .n-bg-dark-danger-pressed-strong\/70 {
20809
+ background-color:rgb(232 78 44 / 0.7);
20810
+ }
20811
+ .n-bg-dark-danger-pressed-strong\/75 {
20812
+ background-color:rgb(232 78 44 / 0.75);
20813
+ }
20814
+ .n-bg-dark-danger-pressed-strong\/80 {
20815
+ background-color:rgb(232 78 44 / 0.8);
20816
+ }
20817
+ .n-bg-dark-danger-pressed-strong\/85 {
20818
+ background-color:rgb(232 78 44 / 0.85);
20819
+ }
20820
+ .n-bg-dark-danger-pressed-strong\/90 {
20821
+ background-color:rgb(232 78 44 / 0.9);
20822
+ }
20823
+ .n-bg-dark-danger-pressed-strong\/95 {
20824
+ background-color:rgb(232 78 44 / 0.95);
20825
+ }
21174
20826
  .n-bg-dark-danger-pressed-weak {
21175
20827
  background-color:#ffaa971f;
21176
20828
  }
@@ -21237,72 +20889,6 @@ button.ndl-avatar:focus-visible {
21237
20889
  .n-bg-dark-danger-pressed-weak\/95 {
21238
20890
  background-color:rgb(255 170 151 / 0.95);
21239
20891
  }
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
20892
  .n-bg-dark-danger-text {
21307
20893
  background-color:#ffaa97ff;
21308
20894
  }
@@ -24822,9 +24408,6 @@ button.ndl-avatar:focus-visible {
24822
24408
  .n-bg-discovery-text {
24823
24409
  background-color:var(--theme-color-discovery-text);
24824
24410
  }
24825
- .n-bg-hibiscus-35 {
24826
- background-color:#e84e2cff;
24827
- }
24828
24411
  .n-bg-light-danger-bg-status {
24829
24412
  background-color:#e84e2cff;
24830
24413
  }
@@ -30087,9 +29670,6 @@ button.ndl-avatar:focus-visible {
30087
29670
  .n-bg-success-text {
30088
29671
  background-color:var(--theme-color-success-text);
30089
29672
  }
30090
- .n-bg-transparent {
30091
- background-color:transparent;
30092
- }
30093
29673
  .n-bg-warning-bg-status {
30094
29674
  background-color:var(--theme-color-warning-bg-status);
30095
29675
  }
@@ -30111,15 +29691,6 @@ button.ndl-avatar:focus-visible {
30111
29691
  .n-bg-warning-text {
30112
29692
  background-color:var(--theme-color-warning-text);
30113
29693
  }
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
29694
  .n-fill-danger-bg-strong {
30124
29695
  fill:var(--theme-color-danger-bg-strong);
30125
29696
  }
@@ -30135,126 +29706,6 @@ button.ndl-avatar:focus-visible {
30135
29706
  .n-stroke-primary-bg-strong {
30136
29707
  stroke:var(--theme-color-primary-bg-strong);
30137
29708
  }
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
29709
  .n-font-bold {
30259
29710
  font-weight:700;
30260
29711
  }
@@ -30264,27 +29715,9 @@ button.ndl-avatar:focus-visible {
30264
29715
  .n-font-normal {
30265
29716
  font-weight:400;
30266
29717
  }
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
29718
  .n-capitalize {
30277
29719
  text-transform:capitalize;
30278
29720
  }
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
29721
  .n-text-danger-bg-status {
30289
29722
  color:var(--theme-color-danger-bg-status);
30290
29723
  }
@@ -30846,6 +30279,72 @@ button.ndl-avatar:focus-visible {
30846
30279
  .n-text-dark-danger-icon\/95 {
30847
30280
  color:rgb(255 170 151 / 0.95);
30848
30281
  }
30282
+ .n-text-dark-danger-pressed-strong {
30283
+ color:#e84e2cff;
30284
+ }
30285
+ .n-text-dark-danger-pressed-strong\/0 {
30286
+ color:rgb(232 78 44 / 0);
30287
+ }
30288
+ .n-text-dark-danger-pressed-strong\/10 {
30289
+ color:rgb(232 78 44 / 0.1);
30290
+ }
30291
+ .n-text-dark-danger-pressed-strong\/100 {
30292
+ color:rgb(232 78 44 / 1);
30293
+ }
30294
+ .n-text-dark-danger-pressed-strong\/15 {
30295
+ color:rgb(232 78 44 / 0.15);
30296
+ }
30297
+ .n-text-dark-danger-pressed-strong\/20 {
30298
+ color:rgb(232 78 44 / 0.2);
30299
+ }
30300
+ .n-text-dark-danger-pressed-strong\/25 {
30301
+ color:rgb(232 78 44 / 0.25);
30302
+ }
30303
+ .n-text-dark-danger-pressed-strong\/30 {
30304
+ color:rgb(232 78 44 / 0.3);
30305
+ }
30306
+ .n-text-dark-danger-pressed-strong\/35 {
30307
+ color:rgb(232 78 44 / 0.35);
30308
+ }
30309
+ .n-text-dark-danger-pressed-strong\/40 {
30310
+ color:rgb(232 78 44 / 0.4);
30311
+ }
30312
+ .n-text-dark-danger-pressed-strong\/45 {
30313
+ color:rgb(232 78 44 / 0.45);
30314
+ }
30315
+ .n-text-dark-danger-pressed-strong\/5 {
30316
+ color:rgb(232 78 44 / 0.05);
30317
+ }
30318
+ .n-text-dark-danger-pressed-strong\/50 {
30319
+ color:rgb(232 78 44 / 0.5);
30320
+ }
30321
+ .n-text-dark-danger-pressed-strong\/55 {
30322
+ color:rgb(232 78 44 / 0.55);
30323
+ }
30324
+ .n-text-dark-danger-pressed-strong\/60 {
30325
+ color:rgb(232 78 44 / 0.6);
30326
+ }
30327
+ .n-text-dark-danger-pressed-strong\/65 {
30328
+ color:rgb(232 78 44 / 0.65);
30329
+ }
30330
+ .n-text-dark-danger-pressed-strong\/70 {
30331
+ color:rgb(232 78 44 / 0.7);
30332
+ }
30333
+ .n-text-dark-danger-pressed-strong\/75 {
30334
+ color:rgb(232 78 44 / 0.75);
30335
+ }
30336
+ .n-text-dark-danger-pressed-strong\/80 {
30337
+ color:rgb(232 78 44 / 0.8);
30338
+ }
30339
+ .n-text-dark-danger-pressed-strong\/85 {
30340
+ color:rgb(232 78 44 / 0.85);
30341
+ }
30342
+ .n-text-dark-danger-pressed-strong\/90 {
30343
+ color:rgb(232 78 44 / 0.9);
30344
+ }
30345
+ .n-text-dark-danger-pressed-strong\/95 {
30346
+ color:rgb(232 78 44 / 0.95);
30347
+ }
30849
30348
  .n-text-dark-danger-pressed-weak {
30850
30349
  color:#ffaa971f;
30851
30350
  }
@@ -30912,72 +30411,6 @@ button.ndl-avatar:focus-visible {
30912
30411
  .n-text-dark-danger-pressed-weak\/95 {
30913
30412
  color:rgb(255 170 151 / 0.95);
30914
30413
  }
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
30414
  .n-text-dark-danger-text {
30982
30415
  color:#ffaa97ff;
30983
30416
  }
@@ -34497,9 +33930,6 @@ button.ndl-avatar:focus-visible {
34497
33930
  .n-text-discovery-text {
34498
33931
  color:var(--theme-color-discovery-text);
34499
33932
  }
34500
- .n-text-highlights-periwinkle {
34501
- color:#6a82ffff;
34502
- }
34503
33933
  .n-text-light-danger-bg-status {
34504
33934
  color:#e84e2cff;
34505
33935
  }
@@ -39783,35 +39213,6 @@ button.ndl-avatar:focus-visible {
39783
39213
  .n-text-warning-text {
39784
39214
  color:var(--theme-color-warning-text);
39785
39215
  }
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
39216
  body,
39816
39217
  html,
39817
39218
  :host{
@@ -39824,18 +39225,6 @@ html,
39824
39225
  outline-style:solid;
39825
39226
  outline-color:var(--theme-color-primary-focus);
39826
39227
  }
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
39228
  .hover\:n-border-danger-bg-status:hover {
39840
39229
  border-color:var(--theme-color-danger-bg-status);
39841
39230
  }
@@ -40397,6 +39786,72 @@ html,
40397
39786
  .hover\:n-border-dark-danger-icon\/95:hover {
40398
39787
  border-color:rgb(255 170 151 / 0.95);
40399
39788
  }
39789
+ .hover\:n-border-dark-danger-pressed-strong:hover {
39790
+ border-color:#e84e2cff;
39791
+ }
39792
+ .hover\:n-border-dark-danger-pressed-strong\/0:hover {
39793
+ border-color:rgb(232 78 44 / 0);
39794
+ }
39795
+ .hover\:n-border-dark-danger-pressed-strong\/10:hover {
39796
+ border-color:rgb(232 78 44 / 0.1);
39797
+ }
39798
+ .hover\:n-border-dark-danger-pressed-strong\/100:hover {
39799
+ border-color:rgb(232 78 44 / 1);
39800
+ }
39801
+ .hover\:n-border-dark-danger-pressed-strong\/15:hover {
39802
+ border-color:rgb(232 78 44 / 0.15);
39803
+ }
39804
+ .hover\:n-border-dark-danger-pressed-strong\/20:hover {
39805
+ border-color:rgb(232 78 44 / 0.2);
39806
+ }
39807
+ .hover\:n-border-dark-danger-pressed-strong\/25:hover {
39808
+ border-color:rgb(232 78 44 / 0.25);
39809
+ }
39810
+ .hover\:n-border-dark-danger-pressed-strong\/30:hover {
39811
+ border-color:rgb(232 78 44 / 0.3);
39812
+ }
39813
+ .hover\:n-border-dark-danger-pressed-strong\/35:hover {
39814
+ border-color:rgb(232 78 44 / 0.35);
39815
+ }
39816
+ .hover\:n-border-dark-danger-pressed-strong\/40:hover {
39817
+ border-color:rgb(232 78 44 / 0.4);
39818
+ }
39819
+ .hover\:n-border-dark-danger-pressed-strong\/45:hover {
39820
+ border-color:rgb(232 78 44 / 0.45);
39821
+ }
39822
+ .hover\:n-border-dark-danger-pressed-strong\/5:hover {
39823
+ border-color:rgb(232 78 44 / 0.05);
39824
+ }
39825
+ .hover\:n-border-dark-danger-pressed-strong\/50:hover {
39826
+ border-color:rgb(232 78 44 / 0.5);
39827
+ }
39828
+ .hover\:n-border-dark-danger-pressed-strong\/55:hover {
39829
+ border-color:rgb(232 78 44 / 0.55);
39830
+ }
39831
+ .hover\:n-border-dark-danger-pressed-strong\/60:hover {
39832
+ border-color:rgb(232 78 44 / 0.6);
39833
+ }
39834
+ .hover\:n-border-dark-danger-pressed-strong\/65:hover {
39835
+ border-color:rgb(232 78 44 / 0.65);
39836
+ }
39837
+ .hover\:n-border-dark-danger-pressed-strong\/70:hover {
39838
+ border-color:rgb(232 78 44 / 0.7);
39839
+ }
39840
+ .hover\:n-border-dark-danger-pressed-strong\/75:hover {
39841
+ border-color:rgb(232 78 44 / 0.75);
39842
+ }
39843
+ .hover\:n-border-dark-danger-pressed-strong\/80:hover {
39844
+ border-color:rgb(232 78 44 / 0.8);
39845
+ }
39846
+ .hover\:n-border-dark-danger-pressed-strong\/85:hover {
39847
+ border-color:rgb(232 78 44 / 0.85);
39848
+ }
39849
+ .hover\:n-border-dark-danger-pressed-strong\/90:hover {
39850
+ border-color:rgb(232 78 44 / 0.9);
39851
+ }
39852
+ .hover\:n-border-dark-danger-pressed-strong\/95:hover {
39853
+ border-color:rgb(232 78 44 / 0.95);
39854
+ }
40400
39855
  .hover\:n-border-dark-danger-pressed-weak:hover {
40401
39856
  border-color:#ffaa971f;
40402
39857
  }
@@ -40463,72 +39918,6 @@ html,
40463
39918
  .hover\:n-border-dark-danger-pressed-weak\/95:hover {
40464
39919
  border-color:rgb(255 170 151 / 0.95);
40465
39920
  }
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
39921
  .hover\:n-border-dark-danger-text:hover {
40533
39922
  border-color:#ffaa97ff;
40534
39923
  }
@@ -49892,6 +49281,72 @@ html,
49892
49281
  .hover\:n-bg-dark-danger-icon\/95:hover {
49893
49282
  background-color:rgb(255 170 151 / 0.95);
49894
49283
  }
49284
+ .hover\:n-bg-dark-danger-pressed-strong:hover {
49285
+ background-color:#e84e2cff;
49286
+ }
49287
+ .hover\:n-bg-dark-danger-pressed-strong\/0:hover {
49288
+ background-color:rgb(232 78 44 / 0);
49289
+ }
49290
+ .hover\:n-bg-dark-danger-pressed-strong\/10:hover {
49291
+ background-color:rgb(232 78 44 / 0.1);
49292
+ }
49293
+ .hover\:n-bg-dark-danger-pressed-strong\/100:hover {
49294
+ background-color:rgb(232 78 44 / 1);
49295
+ }
49296
+ .hover\:n-bg-dark-danger-pressed-strong\/15:hover {
49297
+ background-color:rgb(232 78 44 / 0.15);
49298
+ }
49299
+ .hover\:n-bg-dark-danger-pressed-strong\/20:hover {
49300
+ background-color:rgb(232 78 44 / 0.2);
49301
+ }
49302
+ .hover\:n-bg-dark-danger-pressed-strong\/25:hover {
49303
+ background-color:rgb(232 78 44 / 0.25);
49304
+ }
49305
+ .hover\:n-bg-dark-danger-pressed-strong\/30:hover {
49306
+ background-color:rgb(232 78 44 / 0.3);
49307
+ }
49308
+ .hover\:n-bg-dark-danger-pressed-strong\/35:hover {
49309
+ background-color:rgb(232 78 44 / 0.35);
49310
+ }
49311
+ .hover\:n-bg-dark-danger-pressed-strong\/40:hover {
49312
+ background-color:rgb(232 78 44 / 0.4);
49313
+ }
49314
+ .hover\:n-bg-dark-danger-pressed-strong\/45:hover {
49315
+ background-color:rgb(232 78 44 / 0.45);
49316
+ }
49317
+ .hover\:n-bg-dark-danger-pressed-strong\/5:hover {
49318
+ background-color:rgb(232 78 44 / 0.05);
49319
+ }
49320
+ .hover\:n-bg-dark-danger-pressed-strong\/50:hover {
49321
+ background-color:rgb(232 78 44 / 0.5);
49322
+ }
49323
+ .hover\:n-bg-dark-danger-pressed-strong\/55:hover {
49324
+ background-color:rgb(232 78 44 / 0.55);
49325
+ }
49326
+ .hover\:n-bg-dark-danger-pressed-strong\/60:hover {
49327
+ background-color:rgb(232 78 44 / 0.6);
49328
+ }
49329
+ .hover\:n-bg-dark-danger-pressed-strong\/65:hover {
49330
+ background-color:rgb(232 78 44 / 0.65);
49331
+ }
49332
+ .hover\:n-bg-dark-danger-pressed-strong\/70:hover {
49333
+ background-color:rgb(232 78 44 / 0.7);
49334
+ }
49335
+ .hover\:n-bg-dark-danger-pressed-strong\/75:hover {
49336
+ background-color:rgb(232 78 44 / 0.75);
49337
+ }
49338
+ .hover\:n-bg-dark-danger-pressed-strong\/80:hover {
49339
+ background-color:rgb(232 78 44 / 0.8);
49340
+ }
49341
+ .hover\:n-bg-dark-danger-pressed-strong\/85:hover {
49342
+ background-color:rgb(232 78 44 / 0.85);
49343
+ }
49344
+ .hover\:n-bg-dark-danger-pressed-strong\/90:hover {
49345
+ background-color:rgb(232 78 44 / 0.9);
49346
+ }
49347
+ .hover\:n-bg-dark-danger-pressed-strong\/95:hover {
49348
+ background-color:rgb(232 78 44 / 0.95);
49349
+ }
49895
49350
  .hover\:n-bg-dark-danger-pressed-weak:hover {
49896
49351
  background-color:#ffaa971f;
49897
49352
  }
@@ -49958,72 +49413,6 @@ html,
49958
49413
  .hover\:n-bg-dark-danger-pressed-weak\/95:hover {
49959
49414
  background-color:rgb(255 170 151 / 0.95);
49960
49415
  }
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
49416
  .hover\:n-bg-dark-danger-text:hover {
50028
49417
  background-color:#ffaa97ff;
50029
49418
  }
@@ -59387,6 +58776,72 @@ html,
59387
58776
  .hover\:n-text-dark-danger-icon\/95:hover {
59388
58777
  color:rgb(255 170 151 / 0.95);
59389
58778
  }
58779
+ .hover\:n-text-dark-danger-pressed-strong:hover {
58780
+ color:#e84e2cff;
58781
+ }
58782
+ .hover\:n-text-dark-danger-pressed-strong\/0:hover {
58783
+ color:rgb(232 78 44 / 0);
58784
+ }
58785
+ .hover\:n-text-dark-danger-pressed-strong\/10:hover {
58786
+ color:rgb(232 78 44 / 0.1);
58787
+ }
58788
+ .hover\:n-text-dark-danger-pressed-strong\/100:hover {
58789
+ color:rgb(232 78 44 / 1);
58790
+ }
58791
+ .hover\:n-text-dark-danger-pressed-strong\/15:hover {
58792
+ color:rgb(232 78 44 / 0.15);
58793
+ }
58794
+ .hover\:n-text-dark-danger-pressed-strong\/20:hover {
58795
+ color:rgb(232 78 44 / 0.2);
58796
+ }
58797
+ .hover\:n-text-dark-danger-pressed-strong\/25:hover {
58798
+ color:rgb(232 78 44 / 0.25);
58799
+ }
58800
+ .hover\:n-text-dark-danger-pressed-strong\/30:hover {
58801
+ color:rgb(232 78 44 / 0.3);
58802
+ }
58803
+ .hover\:n-text-dark-danger-pressed-strong\/35:hover {
58804
+ color:rgb(232 78 44 / 0.35);
58805
+ }
58806
+ .hover\:n-text-dark-danger-pressed-strong\/40:hover {
58807
+ color:rgb(232 78 44 / 0.4);
58808
+ }
58809
+ .hover\:n-text-dark-danger-pressed-strong\/45:hover {
58810
+ color:rgb(232 78 44 / 0.45);
58811
+ }
58812
+ .hover\:n-text-dark-danger-pressed-strong\/5:hover {
58813
+ color:rgb(232 78 44 / 0.05);
58814
+ }
58815
+ .hover\:n-text-dark-danger-pressed-strong\/50:hover {
58816
+ color:rgb(232 78 44 / 0.5);
58817
+ }
58818
+ .hover\:n-text-dark-danger-pressed-strong\/55:hover {
58819
+ color:rgb(232 78 44 / 0.55);
58820
+ }
58821
+ .hover\:n-text-dark-danger-pressed-strong\/60:hover {
58822
+ color:rgb(232 78 44 / 0.6);
58823
+ }
58824
+ .hover\:n-text-dark-danger-pressed-strong\/65:hover {
58825
+ color:rgb(232 78 44 / 0.65);
58826
+ }
58827
+ .hover\:n-text-dark-danger-pressed-strong\/70:hover {
58828
+ color:rgb(232 78 44 / 0.7);
58829
+ }
58830
+ .hover\:n-text-dark-danger-pressed-strong\/75:hover {
58831
+ color:rgb(232 78 44 / 0.75);
58832
+ }
58833
+ .hover\:n-text-dark-danger-pressed-strong\/80:hover {
58834
+ color:rgb(232 78 44 / 0.8);
58835
+ }
58836
+ .hover\:n-text-dark-danger-pressed-strong\/85:hover {
58837
+ color:rgb(232 78 44 / 0.85);
58838
+ }
58839
+ .hover\:n-text-dark-danger-pressed-strong\/90:hover {
58840
+ color:rgb(232 78 44 / 0.9);
58841
+ }
58842
+ .hover\:n-text-dark-danger-pressed-strong\/95:hover {
58843
+ color:rgb(232 78 44 / 0.95);
58844
+ }
59390
58845
  .hover\:n-text-dark-danger-pressed-weak:hover {
59391
58846
  color:#ffaa971f;
59392
58847
  }
@@ -59453,72 +58908,6 @@ html,
59453
58908
  .hover\:n-text-dark-danger-pressed-weak\/95:hover {
59454
58909
  color:rgb(255 170 151 / 0.95);
59455
58910
  }
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
58911
  .hover\:n-text-dark-danger-text:hover {
59523
58912
  color:#ffaa97ff;
59524
58913
  }
@@ -68321,15 +67710,6 @@ html,
68321
67710
  .hover\:n-text-warning-text:hover {
68322
67711
  color:var(--theme-color-warning-text);
68323
67712
  }
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
67713
  .active\:n-bg-danger-bg-status:active {
68334
67714
  background-color:var(--theme-color-danger-bg-status);
68335
67715
  }
@@ -68891,6 +68271,72 @@ html,
68891
68271
  .active\:n-bg-dark-danger-icon\/95:active {
68892
68272
  background-color:rgb(255 170 151 / 0.95);
68893
68273
  }
68274
+ .active\:n-bg-dark-danger-pressed-strong:active {
68275
+ background-color:#e84e2cff;
68276
+ }
68277
+ .active\:n-bg-dark-danger-pressed-strong\/0:active {
68278
+ background-color:rgb(232 78 44 / 0);
68279
+ }
68280
+ .active\:n-bg-dark-danger-pressed-strong\/10:active {
68281
+ background-color:rgb(232 78 44 / 0.1);
68282
+ }
68283
+ .active\:n-bg-dark-danger-pressed-strong\/100:active {
68284
+ background-color:rgb(232 78 44 / 1);
68285
+ }
68286
+ .active\:n-bg-dark-danger-pressed-strong\/15:active {
68287
+ background-color:rgb(232 78 44 / 0.15);
68288
+ }
68289
+ .active\:n-bg-dark-danger-pressed-strong\/20:active {
68290
+ background-color:rgb(232 78 44 / 0.2);
68291
+ }
68292
+ .active\:n-bg-dark-danger-pressed-strong\/25:active {
68293
+ background-color:rgb(232 78 44 / 0.25);
68294
+ }
68295
+ .active\:n-bg-dark-danger-pressed-strong\/30:active {
68296
+ background-color:rgb(232 78 44 / 0.3);
68297
+ }
68298
+ .active\:n-bg-dark-danger-pressed-strong\/35:active {
68299
+ background-color:rgb(232 78 44 / 0.35);
68300
+ }
68301
+ .active\:n-bg-dark-danger-pressed-strong\/40:active {
68302
+ background-color:rgb(232 78 44 / 0.4);
68303
+ }
68304
+ .active\:n-bg-dark-danger-pressed-strong\/45:active {
68305
+ background-color:rgb(232 78 44 / 0.45);
68306
+ }
68307
+ .active\:n-bg-dark-danger-pressed-strong\/5:active {
68308
+ background-color:rgb(232 78 44 / 0.05);
68309
+ }
68310
+ .active\:n-bg-dark-danger-pressed-strong\/50:active {
68311
+ background-color:rgb(232 78 44 / 0.5);
68312
+ }
68313
+ .active\:n-bg-dark-danger-pressed-strong\/55:active {
68314
+ background-color:rgb(232 78 44 / 0.55);
68315
+ }
68316
+ .active\:n-bg-dark-danger-pressed-strong\/60:active {
68317
+ background-color:rgb(232 78 44 / 0.6);
68318
+ }
68319
+ .active\:n-bg-dark-danger-pressed-strong\/65:active {
68320
+ background-color:rgb(232 78 44 / 0.65);
68321
+ }
68322
+ .active\:n-bg-dark-danger-pressed-strong\/70:active {
68323
+ background-color:rgb(232 78 44 / 0.7);
68324
+ }
68325
+ .active\:n-bg-dark-danger-pressed-strong\/75:active {
68326
+ background-color:rgb(232 78 44 / 0.75);
68327
+ }
68328
+ .active\:n-bg-dark-danger-pressed-strong\/80:active {
68329
+ background-color:rgb(232 78 44 / 0.8);
68330
+ }
68331
+ .active\:n-bg-dark-danger-pressed-strong\/85:active {
68332
+ background-color:rgb(232 78 44 / 0.85);
68333
+ }
68334
+ .active\:n-bg-dark-danger-pressed-strong\/90:active {
68335
+ background-color:rgb(232 78 44 / 0.9);
68336
+ }
68337
+ .active\:n-bg-dark-danger-pressed-strong\/95:active {
68338
+ background-color:rgb(232 78 44 / 0.95);
68339
+ }
68894
68340
  .active\:n-bg-dark-danger-pressed-weak:active {
68895
68341
  background-color:#ffaa971f;
68896
68342
  }
@@ -68957,72 +68403,6 @@ html,
68957
68403
  .active\:n-bg-dark-danger-pressed-weak\/95:active {
68958
68404
  background-color:rgb(255 170 151 / 0.95);
68959
68405
  }
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
68406
  .active\:n-bg-dark-danger-text:active {
69027
68407
  background-color:#ffaa97ff;
69028
68408
  }
@@ -77825,32 +77205,3 @@ html,
77825
77205
  .active\:n-bg-warning-text:active {
77826
77206
  background-color:var(--theme-color-warning-text);
77827
77207
  }
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
- }