daisyui 4.0.0-alpha.5 → 4.0.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/full.css CHANGED
@@ -2984,18 +2984,21 @@ input.tab:checked + .tab-content,
2984
2984
  position: relative;
2985
2985
  display: grid;
2986
2986
  align-items: center;
2987
- grid-template-rows: 1fr auto 1fr;
2988
- grid-template-columns: 1fr auto 1fr}
2987
+ grid-template-rows: var(--timeline-row-start, 1fr) auto var(--timeline-row-end, 1fr);
2988
+ grid-template-columns: var(--timeline-col-start, 1fr) auto var(--timeline-col-end, 1fr)}
2989
2989
  :where(.timeline:not(:has(.timeline-start)) li) {
2990
- grid-template-rows: min-content auto 1fr}
2990
+ --timeline-row-start: min-content}
2991
2991
  :where(.timeline:not(:has(.timeline-end)) li) {
2992
- grid-template-rows: 1fr auto min-content}
2992
+ --timeline-row-end: min-content}
2993
2993
  :where(.timeline:not(:has(.timeline-start)):not(:has(.timeline-end)) li) {
2994
- grid-template-rows: min-content auto min-content}
2994
+ --timeline-row-start: min-content;
2995
+ --timeline-row-end: min-content}
2995
2996
  .timeline hr {
2996
2997
  width: 100%;
2997
2998
  border-width: 0px;
2998
2999
  height: 0.25rem}
3000
+ .timeline-snap-icon li {
3001
+ --timeline-col-start: 0.5rem}
2999
3002
  :where(.timeline hr):first-child {
3000
3003
  grid-column-start: 1;
3001
3004
  grid-row-start: 2}
@@ -6150,38 +6153,6 @@ details.collapse summary::-webkit-details-marker {
6150
6153
  border-color: oklch(var(--wa) / 0.9)}
6151
6154
  .divide-warning\/95 > :not([hidden]) ~ :not([hidden]) {
6152
6155
  border-color: oklch(var(--wa) / 0.95)}
6153
- .divide-xx > :not([hidden]) ~ :not([hidden]) {
6154
- border-color: red}
6155
- .divide-xx\/0 > :not([hidden]) ~ :not([hidden]) {
6156
- border-color: rgb(255 0 0 / 0)}
6157
- .divide-xx\/10 > :not([hidden]) ~ :not([hidden]) {
6158
- border-color: rgb(255 0 0 / 0.1)}
6159
- .divide-xx\/100 > :not([hidden]) ~ :not([hidden]) {
6160
- border-color: rgb(255 0 0 / 1)}
6161
- .divide-xx\/20 > :not([hidden]) ~ :not([hidden]) {
6162
- border-color: rgb(255 0 0 / 0.2)}
6163
- .divide-xx\/25 > :not([hidden]) ~ :not([hidden]) {
6164
- border-color: rgb(255 0 0 / 0.25)}
6165
- .divide-xx\/30 > :not([hidden]) ~ :not([hidden]) {
6166
- border-color: rgb(255 0 0 / 0.3)}
6167
- .divide-xx\/40 > :not([hidden]) ~ :not([hidden]) {
6168
- border-color: rgb(255 0 0 / 0.4)}
6169
- .divide-xx\/5 > :not([hidden]) ~ :not([hidden]) {
6170
- border-color: rgb(255 0 0 / 0.05)}
6171
- .divide-xx\/50 > :not([hidden]) ~ :not([hidden]) {
6172
- border-color: rgb(255 0 0 / 0.5)}
6173
- .divide-xx\/60 > :not([hidden]) ~ :not([hidden]) {
6174
- border-color: rgb(255 0 0 / 0.6)}
6175
- .divide-xx\/70 > :not([hidden]) ~ :not([hidden]) {
6176
- border-color: rgb(255 0 0 / 0.7)}
6177
- .divide-xx\/75 > :not([hidden]) ~ :not([hidden]) {
6178
- border-color: rgb(255 0 0 / 0.75)}
6179
- .divide-xx\/80 > :not([hidden]) ~ :not([hidden]) {
6180
- border-color: rgb(255 0 0 / 0.8)}
6181
- .divide-xx\/90 > :not([hidden]) ~ :not([hidden]) {
6182
- border-color: rgb(255 0 0 / 0.9)}
6183
- .divide-xx\/95 > :not([hidden]) ~ :not([hidden]) {
6184
- border-color: rgb(255 0 0 / 0.95)}
6185
6156
  .rounded-badge {
6186
6157
  border-radius: var(--rounded-badge, 1.9rem)}
6187
6158
  .rounded-box {
@@ -7092,38 +7063,6 @@ details.collapse summary::-webkit-details-marker {
7092
7063
  border-color: oklch(var(--wa) / 0.9)}
7093
7064
  .border-warning\/95 {
7094
7065
  border-color: oklch(var(--wa) / 0.95)}
7095
- .border-xx {
7096
- border-color: red}
7097
- .border-xx\/0 {
7098
- border-color: rgb(255 0 0 / 0)}
7099
- .border-xx\/10 {
7100
- border-color: rgb(255 0 0 / 0.1)}
7101
- .border-xx\/100 {
7102
- border-color: rgb(255 0 0 / 1)}
7103
- .border-xx\/20 {
7104
- border-color: rgb(255 0 0 / 0.2)}
7105
- .border-xx\/25 {
7106
- border-color: rgb(255 0 0 / 0.25)}
7107
- .border-xx\/30 {
7108
- border-color: rgb(255 0 0 / 0.3)}
7109
- .border-xx\/40 {
7110
- border-color: rgb(255 0 0 / 0.4)}
7111
- .border-xx\/5 {
7112
- border-color: rgb(255 0 0 / 0.05)}
7113
- .border-xx\/50 {
7114
- border-color: rgb(255 0 0 / 0.5)}
7115
- .border-xx\/60 {
7116
- border-color: rgb(255 0 0 / 0.6)}
7117
- .border-xx\/70 {
7118
- border-color: rgb(255 0 0 / 0.7)}
7119
- .border-xx\/75 {
7120
- border-color: rgb(255 0 0 / 0.75)}
7121
- .border-xx\/80 {
7122
- border-color: rgb(255 0 0 / 0.8)}
7123
- .border-xx\/90 {
7124
- border-color: rgb(255 0 0 / 0.9)}
7125
- .border-xx\/95 {
7126
- border-color: rgb(255 0 0 / 0.95)}
7127
7066
  .border-x-accent {
7128
7067
  border-left-color: oklch(var(--a) / 1);
7129
7068
  border-right-color: oklch(var(--a) / 1)}
@@ -8327,54 +8266,6 @@ details.collapse summary::-webkit-details-marker {
8327
8266
  .border-x-warning\/95 {
8328
8267
  border-left-color: oklch(var(--wa) / 0.95);
8329
8268
  border-right-color: oklch(var(--wa) / 0.95)}
8330
- .border-x-xx {
8331
- border-left-color: red;
8332
- border-right-color: red}
8333
- .border-x-xx\/0 {
8334
- border-left-color: rgb(255 0 0 / 0);
8335
- border-right-color: rgb(255 0 0 / 0)}
8336
- .border-x-xx\/10 {
8337
- border-left-color: rgb(255 0 0 / 0.1);
8338
- border-right-color: rgb(255 0 0 / 0.1)}
8339
- .border-x-xx\/100 {
8340
- border-left-color: rgb(255 0 0 / 1);
8341
- border-right-color: rgb(255 0 0 / 1)}
8342
- .border-x-xx\/20 {
8343
- border-left-color: rgb(255 0 0 / 0.2);
8344
- border-right-color: rgb(255 0 0 / 0.2)}
8345
- .border-x-xx\/25 {
8346
- border-left-color: rgb(255 0 0 / 0.25);
8347
- border-right-color: rgb(255 0 0 / 0.25)}
8348
- .border-x-xx\/30 {
8349
- border-left-color: rgb(255 0 0 / 0.3);
8350
- border-right-color: rgb(255 0 0 / 0.3)}
8351
- .border-x-xx\/40 {
8352
- border-left-color: rgb(255 0 0 / 0.4);
8353
- border-right-color: rgb(255 0 0 / 0.4)}
8354
- .border-x-xx\/5 {
8355
- border-left-color: rgb(255 0 0 / 0.05);
8356
- border-right-color: rgb(255 0 0 / 0.05)}
8357
- .border-x-xx\/50 {
8358
- border-left-color: rgb(255 0 0 / 0.5);
8359
- border-right-color: rgb(255 0 0 / 0.5)}
8360
- .border-x-xx\/60 {
8361
- border-left-color: rgb(255 0 0 / 0.6);
8362
- border-right-color: rgb(255 0 0 / 0.6)}
8363
- .border-x-xx\/70 {
8364
- border-left-color: rgb(255 0 0 / 0.7);
8365
- border-right-color: rgb(255 0 0 / 0.7)}
8366
- .border-x-xx\/75 {
8367
- border-left-color: rgb(255 0 0 / 0.75);
8368
- border-right-color: rgb(255 0 0 / 0.75)}
8369
- .border-x-xx\/80 {
8370
- border-left-color: rgb(255 0 0 / 0.8);
8371
- border-right-color: rgb(255 0 0 / 0.8)}
8372
- .border-x-xx\/90 {
8373
- border-left-color: rgb(255 0 0 / 0.9);
8374
- border-right-color: rgb(255 0 0 / 0.9)}
8375
- .border-x-xx\/95 {
8376
- border-left-color: rgb(255 0 0 / 0.95);
8377
- border-right-color: rgb(255 0 0 / 0.95)}
8378
8269
  .border-y-accent {
8379
8270
  border-top-color: oklch(var(--a) / 1);
8380
8271
  border-bottom-color: oklch(var(--a) / 1)}
@@ -9578,54 +9469,6 @@ details.collapse summary::-webkit-details-marker {
9578
9469
  .border-y-warning\/95 {
9579
9470
  border-top-color: oklch(var(--wa) / 0.95);
9580
9471
  border-bottom-color: oklch(var(--wa) / 0.95)}
9581
- .border-y-xx {
9582
- border-top-color: red;
9583
- border-bottom-color: red}
9584
- .border-y-xx\/0 {
9585
- border-top-color: rgb(255 0 0 / 0);
9586
- border-bottom-color: rgb(255 0 0 / 0)}
9587
- .border-y-xx\/10 {
9588
- border-top-color: rgb(255 0 0 / 0.1);
9589
- border-bottom-color: rgb(255 0 0 / 0.1)}
9590
- .border-y-xx\/100 {
9591
- border-top-color: rgb(255 0 0 / 1);
9592
- border-bottom-color: rgb(255 0 0 / 1)}
9593
- .border-y-xx\/20 {
9594
- border-top-color: rgb(255 0 0 / 0.2);
9595
- border-bottom-color: rgb(255 0 0 / 0.2)}
9596
- .border-y-xx\/25 {
9597
- border-top-color: rgb(255 0 0 / 0.25);
9598
- border-bottom-color: rgb(255 0 0 / 0.25)}
9599
- .border-y-xx\/30 {
9600
- border-top-color: rgb(255 0 0 / 0.3);
9601
- border-bottom-color: rgb(255 0 0 / 0.3)}
9602
- .border-y-xx\/40 {
9603
- border-top-color: rgb(255 0 0 / 0.4);
9604
- border-bottom-color: rgb(255 0 0 / 0.4)}
9605
- .border-y-xx\/5 {
9606
- border-top-color: rgb(255 0 0 / 0.05);
9607
- border-bottom-color: rgb(255 0 0 / 0.05)}
9608
- .border-y-xx\/50 {
9609
- border-top-color: rgb(255 0 0 / 0.5);
9610
- border-bottom-color: rgb(255 0 0 / 0.5)}
9611
- .border-y-xx\/60 {
9612
- border-top-color: rgb(255 0 0 / 0.6);
9613
- border-bottom-color: rgb(255 0 0 / 0.6)}
9614
- .border-y-xx\/70 {
9615
- border-top-color: rgb(255 0 0 / 0.7);
9616
- border-bottom-color: rgb(255 0 0 / 0.7)}
9617
- .border-y-xx\/75 {
9618
- border-top-color: rgb(255 0 0 / 0.75);
9619
- border-bottom-color: rgb(255 0 0 / 0.75)}
9620
- .border-y-xx\/80 {
9621
- border-top-color: rgb(255 0 0 / 0.8);
9622
- border-bottom-color: rgb(255 0 0 / 0.8)}
9623
- .border-y-xx\/90 {
9624
- border-top-color: rgb(255 0 0 / 0.9);
9625
- border-bottom-color: rgb(255 0 0 / 0.9)}
9626
- .border-y-xx\/95 {
9627
- border-top-color: rgb(255 0 0 / 0.95);
9628
- border-bottom-color: rgb(255 0 0 / 0.95)}
9629
9472
  .border-b-accent {
9630
9473
  border-bottom-color: oklch(var(--a) / 1)}
9631
9474
  .border-b-accent-content {
@@ -10428,38 +10271,6 @@ details.collapse summary::-webkit-details-marker {
10428
10271
  border-bottom-color: oklch(var(--wa) / 0.9)}
10429
10272
  .border-b-warning\/95 {
10430
10273
  border-bottom-color: oklch(var(--wa) / 0.95)}
10431
- .border-b-xx {
10432
- border-bottom-color: red}
10433
- .border-b-xx\/0 {
10434
- border-bottom-color: rgb(255 0 0 / 0)}
10435
- .border-b-xx\/10 {
10436
- border-bottom-color: rgb(255 0 0 / 0.1)}
10437
- .border-b-xx\/100 {
10438
- border-bottom-color: rgb(255 0 0 / 1)}
10439
- .border-b-xx\/20 {
10440
- border-bottom-color: rgb(255 0 0 / 0.2)}
10441
- .border-b-xx\/25 {
10442
- border-bottom-color: rgb(255 0 0 / 0.25)}
10443
- .border-b-xx\/30 {
10444
- border-bottom-color: rgb(255 0 0 / 0.3)}
10445
- .border-b-xx\/40 {
10446
- border-bottom-color: rgb(255 0 0 / 0.4)}
10447
- .border-b-xx\/5 {
10448
- border-bottom-color: rgb(255 0 0 / 0.05)}
10449
- .border-b-xx\/50 {
10450
- border-bottom-color: rgb(255 0 0 / 0.5)}
10451
- .border-b-xx\/60 {
10452
- border-bottom-color: rgb(255 0 0 / 0.6)}
10453
- .border-b-xx\/70 {
10454
- border-bottom-color: rgb(255 0 0 / 0.7)}
10455
- .border-b-xx\/75 {
10456
- border-bottom-color: rgb(255 0 0 / 0.75)}
10457
- .border-b-xx\/80 {
10458
- border-bottom-color: rgb(255 0 0 / 0.8)}
10459
- .border-b-xx\/90 {
10460
- border-bottom-color: rgb(255 0 0 / 0.9)}
10461
- .border-b-xx\/95 {
10462
- border-bottom-color: rgb(255 0 0 / 0.95)}
10463
10274
  .border-e-accent {
10464
10275
  border-inline-end-color: oklch(var(--a) / 1)}
10465
10276
  .border-e-accent-content {
@@ -11262,38 +11073,6 @@ details.collapse summary::-webkit-details-marker {
11262
11073
  border-inline-end-color: oklch(var(--wa) / 0.9)}
11263
11074
  .border-e-warning\/95 {
11264
11075
  border-inline-end-color: oklch(var(--wa) / 0.95)}
11265
- .border-e-xx {
11266
- border-inline-end-color: red}
11267
- .border-e-xx\/0 {
11268
- border-inline-end-color: rgb(255 0 0 / 0)}
11269
- .border-e-xx\/10 {
11270
- border-inline-end-color: rgb(255 0 0 / 0.1)}
11271
- .border-e-xx\/100 {
11272
- border-inline-end-color: rgb(255 0 0 / 1)}
11273
- .border-e-xx\/20 {
11274
- border-inline-end-color: rgb(255 0 0 / 0.2)}
11275
- .border-e-xx\/25 {
11276
- border-inline-end-color: rgb(255 0 0 / 0.25)}
11277
- .border-e-xx\/30 {
11278
- border-inline-end-color: rgb(255 0 0 / 0.3)}
11279
- .border-e-xx\/40 {
11280
- border-inline-end-color: rgb(255 0 0 / 0.4)}
11281
- .border-e-xx\/5 {
11282
- border-inline-end-color: rgb(255 0 0 / 0.05)}
11283
- .border-e-xx\/50 {
11284
- border-inline-end-color: rgb(255 0 0 / 0.5)}
11285
- .border-e-xx\/60 {
11286
- border-inline-end-color: rgb(255 0 0 / 0.6)}
11287
- .border-e-xx\/70 {
11288
- border-inline-end-color: rgb(255 0 0 / 0.7)}
11289
- .border-e-xx\/75 {
11290
- border-inline-end-color: rgb(255 0 0 / 0.75)}
11291
- .border-e-xx\/80 {
11292
- border-inline-end-color: rgb(255 0 0 / 0.8)}
11293
- .border-e-xx\/90 {
11294
- border-inline-end-color: rgb(255 0 0 / 0.9)}
11295
- .border-e-xx\/95 {
11296
- border-inline-end-color: rgb(255 0 0 / 0.95)}
11297
11076
  .border-l-accent {
11298
11077
  border-left-color: oklch(var(--a) / 1)}
11299
11078
  .border-l-accent-content {
@@ -12096,38 +11875,6 @@ details.collapse summary::-webkit-details-marker {
12096
11875
  border-left-color: oklch(var(--wa) / 0.9)}
12097
11876
  .border-l-warning\/95 {
12098
11877
  border-left-color: oklch(var(--wa) / 0.95)}
12099
- .border-l-xx {
12100
- border-left-color: red}
12101
- .border-l-xx\/0 {
12102
- border-left-color: rgb(255 0 0 / 0)}
12103
- .border-l-xx\/10 {
12104
- border-left-color: rgb(255 0 0 / 0.1)}
12105
- .border-l-xx\/100 {
12106
- border-left-color: rgb(255 0 0 / 1)}
12107
- .border-l-xx\/20 {
12108
- border-left-color: rgb(255 0 0 / 0.2)}
12109
- .border-l-xx\/25 {
12110
- border-left-color: rgb(255 0 0 / 0.25)}
12111
- .border-l-xx\/30 {
12112
- border-left-color: rgb(255 0 0 / 0.3)}
12113
- .border-l-xx\/40 {
12114
- border-left-color: rgb(255 0 0 / 0.4)}
12115
- .border-l-xx\/5 {
12116
- border-left-color: rgb(255 0 0 / 0.05)}
12117
- .border-l-xx\/50 {
12118
- border-left-color: rgb(255 0 0 / 0.5)}
12119
- .border-l-xx\/60 {
12120
- border-left-color: rgb(255 0 0 / 0.6)}
12121
- .border-l-xx\/70 {
12122
- border-left-color: rgb(255 0 0 / 0.7)}
12123
- .border-l-xx\/75 {
12124
- border-left-color: rgb(255 0 0 / 0.75)}
12125
- .border-l-xx\/80 {
12126
- border-left-color: rgb(255 0 0 / 0.8)}
12127
- .border-l-xx\/90 {
12128
- border-left-color: rgb(255 0 0 / 0.9)}
12129
- .border-l-xx\/95 {
12130
- border-left-color: rgb(255 0 0 / 0.95)}
12131
11878
  .border-r-accent {
12132
11879
  border-right-color: oklch(var(--a) / 1)}
12133
11880
  .border-r-accent-content {
@@ -12930,38 +12677,6 @@ details.collapse summary::-webkit-details-marker {
12930
12677
  border-right-color: oklch(var(--wa) / 0.9)}
12931
12678
  .border-r-warning\/95 {
12932
12679
  border-right-color: oklch(var(--wa) / 0.95)}
12933
- .border-r-xx {
12934
- border-right-color: red}
12935
- .border-r-xx\/0 {
12936
- border-right-color: rgb(255 0 0 / 0)}
12937
- .border-r-xx\/10 {
12938
- border-right-color: rgb(255 0 0 / 0.1)}
12939
- .border-r-xx\/100 {
12940
- border-right-color: rgb(255 0 0 / 1)}
12941
- .border-r-xx\/20 {
12942
- border-right-color: rgb(255 0 0 / 0.2)}
12943
- .border-r-xx\/25 {
12944
- border-right-color: rgb(255 0 0 / 0.25)}
12945
- .border-r-xx\/30 {
12946
- border-right-color: rgb(255 0 0 / 0.3)}
12947
- .border-r-xx\/40 {
12948
- border-right-color: rgb(255 0 0 / 0.4)}
12949
- .border-r-xx\/5 {
12950
- border-right-color: rgb(255 0 0 / 0.05)}
12951
- .border-r-xx\/50 {
12952
- border-right-color: rgb(255 0 0 / 0.5)}
12953
- .border-r-xx\/60 {
12954
- border-right-color: rgb(255 0 0 / 0.6)}
12955
- .border-r-xx\/70 {
12956
- border-right-color: rgb(255 0 0 / 0.7)}
12957
- .border-r-xx\/75 {
12958
- border-right-color: rgb(255 0 0 / 0.75)}
12959
- .border-r-xx\/80 {
12960
- border-right-color: rgb(255 0 0 / 0.8)}
12961
- .border-r-xx\/90 {
12962
- border-right-color: rgb(255 0 0 / 0.9)}
12963
- .border-r-xx\/95 {
12964
- border-right-color: rgb(255 0 0 / 0.95)}
12965
12680
  .border-s-accent {
12966
12681
  border-inline-start-color: oklch(var(--a) / 1)}
12967
12682
  .border-s-accent-content {
@@ -13764,38 +13479,6 @@ details.collapse summary::-webkit-details-marker {
13764
13479
  border-inline-start-color: oklch(var(--wa) / 0.9)}
13765
13480
  .border-s-warning\/95 {
13766
13481
  border-inline-start-color: oklch(var(--wa) / 0.95)}
13767
- .border-s-xx {
13768
- border-inline-start-color: red}
13769
- .border-s-xx\/0 {
13770
- border-inline-start-color: rgb(255 0 0 / 0)}
13771
- .border-s-xx\/10 {
13772
- border-inline-start-color: rgb(255 0 0 / 0.1)}
13773
- .border-s-xx\/100 {
13774
- border-inline-start-color: rgb(255 0 0 / 1)}
13775
- .border-s-xx\/20 {
13776
- border-inline-start-color: rgb(255 0 0 / 0.2)}
13777
- .border-s-xx\/25 {
13778
- border-inline-start-color: rgb(255 0 0 / 0.25)}
13779
- .border-s-xx\/30 {
13780
- border-inline-start-color: rgb(255 0 0 / 0.3)}
13781
- .border-s-xx\/40 {
13782
- border-inline-start-color: rgb(255 0 0 / 0.4)}
13783
- .border-s-xx\/5 {
13784
- border-inline-start-color: rgb(255 0 0 / 0.05)}
13785
- .border-s-xx\/50 {
13786
- border-inline-start-color: rgb(255 0 0 / 0.5)}
13787
- .border-s-xx\/60 {
13788
- border-inline-start-color: rgb(255 0 0 / 0.6)}
13789
- .border-s-xx\/70 {
13790
- border-inline-start-color: rgb(255 0 0 / 0.7)}
13791
- .border-s-xx\/75 {
13792
- border-inline-start-color: rgb(255 0 0 / 0.75)}
13793
- .border-s-xx\/80 {
13794
- border-inline-start-color: rgb(255 0 0 / 0.8)}
13795
- .border-s-xx\/90 {
13796
- border-inline-start-color: rgb(255 0 0 / 0.9)}
13797
- .border-s-xx\/95 {
13798
- border-inline-start-color: rgb(255 0 0 / 0.95)}
13799
13482
  .border-t-accent {
13800
13483
  border-top-color: oklch(var(--a) / 1)}
13801
13484
  .border-t-accent-content {
@@ -14598,38 +14281,6 @@ details.collapse summary::-webkit-details-marker {
14598
14281
  border-top-color: oklch(var(--wa) / 0.9)}
14599
14282
  .border-t-warning\/95 {
14600
14283
  border-top-color: oklch(var(--wa) / 0.95)}
14601
- .border-t-xx {
14602
- border-top-color: red}
14603
- .border-t-xx\/0 {
14604
- border-top-color: rgb(255 0 0 / 0)}
14605
- .border-t-xx\/10 {
14606
- border-top-color: rgb(255 0 0 / 0.1)}
14607
- .border-t-xx\/100 {
14608
- border-top-color: rgb(255 0 0 / 1)}
14609
- .border-t-xx\/20 {
14610
- border-top-color: rgb(255 0 0 / 0.2)}
14611
- .border-t-xx\/25 {
14612
- border-top-color: rgb(255 0 0 / 0.25)}
14613
- .border-t-xx\/30 {
14614
- border-top-color: rgb(255 0 0 / 0.3)}
14615
- .border-t-xx\/40 {
14616
- border-top-color: rgb(255 0 0 / 0.4)}
14617
- .border-t-xx\/5 {
14618
- border-top-color: rgb(255 0 0 / 0.05)}
14619
- .border-t-xx\/50 {
14620
- border-top-color: rgb(255 0 0 / 0.5)}
14621
- .border-t-xx\/60 {
14622
- border-top-color: rgb(255 0 0 / 0.6)}
14623
- .border-t-xx\/70 {
14624
- border-top-color: rgb(255 0 0 / 0.7)}
14625
- .border-t-xx\/75 {
14626
- border-top-color: rgb(255 0 0 / 0.75)}
14627
- .border-t-xx\/80 {
14628
- border-top-color: rgb(255 0 0 / 0.8)}
14629
- .border-t-xx\/90 {
14630
- border-top-color: rgb(255 0 0 / 0.9)}
14631
- .border-t-xx\/95 {
14632
- border-top-color: rgb(255 0 0 / 0.95)}
14633
14284
  .bg-accent {
14634
14285
  background-color: oklch(var(--a) / 1)}
14635
14286
  .bg-accent-content {
@@ -15432,38 +15083,6 @@ details.collapse summary::-webkit-details-marker {
15432
15083
  background-color: oklch(var(--wa) / 0.9)}
15433
15084
  .bg-warning\/95 {
15434
15085
  background-color: oklch(var(--wa) / 0.95)}
15435
- .bg-xx {
15436
- background-color: red}
15437
- .bg-xx\/0 {
15438
- background-color: rgb(255 0 0 / 0)}
15439
- .bg-xx\/10 {
15440
- background-color: rgb(255 0 0 / 0.1)}
15441
- .bg-xx\/100 {
15442
- background-color: rgb(255 0 0 / 1)}
15443
- .bg-xx\/20 {
15444
- background-color: rgb(255 0 0 / 0.2)}
15445
- .bg-xx\/25 {
15446
- background-color: rgb(255 0 0 / 0.25)}
15447
- .bg-xx\/30 {
15448
- background-color: rgb(255 0 0 / 0.3)}
15449
- .bg-xx\/40 {
15450
- background-color: rgb(255 0 0 / 0.4)}
15451
- .bg-xx\/5 {
15452
- background-color: rgb(255 0 0 / 0.05)}
15453
- .bg-xx\/50 {
15454
- background-color: rgb(255 0 0 / 0.5)}
15455
- .bg-xx\/60 {
15456
- background-color: rgb(255 0 0 / 0.6)}
15457
- .bg-xx\/70 {
15458
- background-color: rgb(255 0 0 / 0.7)}
15459
- .bg-xx\/75 {
15460
- background-color: rgb(255 0 0 / 0.75)}
15461
- .bg-xx\/80 {
15462
- background-color: rgb(255 0 0 / 0.8)}
15463
- .bg-xx\/90 {
15464
- background-color: rgb(255 0 0 / 0.9)}
15465
- .bg-xx\/95 {
15466
- background-color: rgb(255 0 0 / 0.95)}
15467
15086
  .bg-gradient-to-b {
15468
15087
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))}
15469
15088
  .bg-gradient-to-bl {
@@ -17086,70 +16705,6 @@ details.collapse summary::-webkit-details-marker {
17086
16705
  --tw-gradient-from: oklch(var(--wa) / 0.95) var(--tw-gradient-from-position);
17087
16706
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
17088
16707
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17089
- .from-xx {
17090
- --tw-gradient-from: red var(--tw-gradient-from-position);
17091
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17092
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17093
- .from-xx\/0 {
17094
- --tw-gradient-from: rgb(255 0 0 / 0) var(--tw-gradient-from-position);
17095
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17096
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17097
- .from-xx\/10 {
17098
- --tw-gradient-from: rgb(255 0 0 / 0.1) var(--tw-gradient-from-position);
17099
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17100
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17101
- .from-xx\/100 {
17102
- --tw-gradient-from: rgb(255 0 0 / 1) var(--tw-gradient-from-position);
17103
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17104
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17105
- .from-xx\/20 {
17106
- --tw-gradient-from: rgb(255 0 0 / 0.2) var(--tw-gradient-from-position);
17107
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17108
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17109
- .from-xx\/25 {
17110
- --tw-gradient-from: rgb(255 0 0 / 0.25) var(--tw-gradient-from-position);
17111
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17112
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17113
- .from-xx\/30 {
17114
- --tw-gradient-from: rgb(255 0 0 / 0.3) var(--tw-gradient-from-position);
17115
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17116
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17117
- .from-xx\/40 {
17118
- --tw-gradient-from: rgb(255 0 0 / 0.4) var(--tw-gradient-from-position);
17119
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17120
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17121
- .from-xx\/5 {
17122
- --tw-gradient-from: rgb(255 0 0 / 0.05) var(--tw-gradient-from-position);
17123
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17124
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17125
- .from-xx\/50 {
17126
- --tw-gradient-from: rgb(255 0 0 / 0.5) var(--tw-gradient-from-position);
17127
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17128
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17129
- .from-xx\/60 {
17130
- --tw-gradient-from: rgb(255 0 0 / 0.6) var(--tw-gradient-from-position);
17131
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17132
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17133
- .from-xx\/70 {
17134
- --tw-gradient-from: rgb(255 0 0 / 0.7) var(--tw-gradient-from-position);
17135
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17136
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17137
- .from-xx\/75 {
17138
- --tw-gradient-from: rgb(255 0 0 / 0.75) var(--tw-gradient-from-position);
17139
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17140
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17141
- .from-xx\/80 {
17142
- --tw-gradient-from: rgb(255 0 0 / 0.8) var(--tw-gradient-from-position);
17143
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17144
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17145
- .from-xx\/90 {
17146
- --tw-gradient-from: rgb(255 0 0 / 0.9) var(--tw-gradient-from-position);
17147
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17148
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17149
- .from-xx\/95 {
17150
- --tw-gradient-from: rgb(255 0 0 / 0.95) var(--tw-gradient-from-position);
17151
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
17152
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
17153
16708
  .from-0\% {
17154
16709
  --tw-gradient-from-position: 0%}
17155
16710
  .from-10\% {
@@ -18395,54 +17950,6 @@ details.collapse summary::-webkit-details-marker {
18395
17950
  .via-warning\/95 {
18396
17951
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
18397
17952
  --tw-gradient-stops: var(--tw-gradient-from), oklch(var(--wa) / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18398
- .via-xx {
18399
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18400
- --tw-gradient-stops: var(--tw-gradient-from), red var(--tw-gradient-via-position), var(--tw-gradient-to)}
18401
- .via-xx\/0 {
18402
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18403
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18404
- .via-xx\/10 {
18405
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18406
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18407
- .via-xx\/100 {
18408
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18409
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18410
- .via-xx\/20 {
18411
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18412
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18413
- .via-xx\/25 {
18414
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18415
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18416
- .via-xx\/30 {
18417
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18418
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18419
- .via-xx\/40 {
18420
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18421
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18422
- .via-xx\/5 {
18423
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18424
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18425
- .via-xx\/50 {
18426
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18427
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18428
- .via-xx\/60 {
18429
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18430
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18431
- .via-xx\/70 {
18432
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18433
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18434
- .via-xx\/75 {
18435
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18436
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18437
- .via-xx\/80 {
18438
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18439
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18440
- .via-xx\/90 {
18441
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18442
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18443
- .via-xx\/95 {
18444
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
18445
- --tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
18446
17953
  .via-0\% {
18447
17954
  --tw-gradient-via-position: 0%}
18448
17955
  .via-10\% {
@@ -19287,38 +18794,6 @@ details.collapse summary::-webkit-details-marker {
19287
18794
  --tw-gradient-to: oklch(var(--wa) / 0.9) var(--tw-gradient-to-position)}
19288
18795
  .to-warning\/95 {
19289
18796
  --tw-gradient-to: oklch(var(--wa) / 0.95) var(--tw-gradient-to-position)}
19290
- .to-xx {
19291
- --tw-gradient-to: red var(--tw-gradient-to-position)}
19292
- .to-xx\/0 {
19293
- --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position)}
19294
- .to-xx\/10 {
19295
- --tw-gradient-to: rgb(255 0 0 / 0.1) var(--tw-gradient-to-position)}
19296
- .to-xx\/100 {
19297
- --tw-gradient-to: rgb(255 0 0 / 1) var(--tw-gradient-to-position)}
19298
- .to-xx\/20 {
19299
- --tw-gradient-to: rgb(255 0 0 / 0.2) var(--tw-gradient-to-position)}
19300
- .to-xx\/25 {
19301
- --tw-gradient-to: rgb(255 0 0 / 0.25) var(--tw-gradient-to-position)}
19302
- .to-xx\/30 {
19303
- --tw-gradient-to: rgb(255 0 0 / 0.3) var(--tw-gradient-to-position)}
19304
- .to-xx\/40 {
19305
- --tw-gradient-to: rgb(255 0 0 / 0.4) var(--tw-gradient-to-position)}
19306
- .to-xx\/5 {
19307
- --tw-gradient-to: rgb(255 0 0 / 0.05) var(--tw-gradient-to-position)}
19308
- .to-xx\/50 {
19309
- --tw-gradient-to: rgb(255 0 0 / 0.5) var(--tw-gradient-to-position)}
19310
- .to-xx\/60 {
19311
- --tw-gradient-to: rgb(255 0 0 / 0.6) var(--tw-gradient-to-position)}
19312
- .to-xx\/70 {
19313
- --tw-gradient-to: rgb(255 0 0 / 0.7) var(--tw-gradient-to-position)}
19314
- .to-xx\/75 {
19315
- --tw-gradient-to: rgb(255 0 0 / 0.75) var(--tw-gradient-to-position)}
19316
- .to-xx\/80 {
19317
- --tw-gradient-to: rgb(255 0 0 / 0.8) var(--tw-gradient-to-position)}
19318
- .to-xx\/90 {
19319
- --tw-gradient-to: rgb(255 0 0 / 0.9) var(--tw-gradient-to-position)}
19320
- .to-xx\/95 {
19321
- --tw-gradient-to: rgb(255 0 0 / 0.95) var(--tw-gradient-to-position)}
19322
18797
  .to-0\% {
19323
18798
  --tw-gradient-to-position: 0%}
19324
18799
  .to-10\% {
@@ -20165,38 +19640,6 @@ details.collapse summary::-webkit-details-marker {
20165
19640
  stroke: oklch(var(--wa) / 0.9)}
20166
19641
  .stroke-warning\/95 {
20167
19642
  stroke: oklch(var(--wa) / 0.95)}
20168
- .stroke-xx {
20169
- stroke: red}
20170
- .stroke-xx\/0 {
20171
- stroke: rgb(255 0 0 / 0)}
20172
- .stroke-xx\/10 {
20173
- stroke: rgb(255 0 0 / 0.1)}
20174
- .stroke-xx\/100 {
20175
- stroke: rgb(255 0 0 / 1)}
20176
- .stroke-xx\/20 {
20177
- stroke: rgb(255 0 0 / 0.2)}
20178
- .stroke-xx\/25 {
20179
- stroke: rgb(255 0 0 / 0.25)}
20180
- .stroke-xx\/30 {
20181
- stroke: rgb(255 0 0 / 0.3)}
20182
- .stroke-xx\/40 {
20183
- stroke: rgb(255 0 0 / 0.4)}
20184
- .stroke-xx\/5 {
20185
- stroke: rgb(255 0 0 / 0.05)}
20186
- .stroke-xx\/50 {
20187
- stroke: rgb(255 0 0 / 0.5)}
20188
- .stroke-xx\/60 {
20189
- stroke: rgb(255 0 0 / 0.6)}
20190
- .stroke-xx\/70 {
20191
- stroke: rgb(255 0 0 / 0.7)}
20192
- .stroke-xx\/75 {
20193
- stroke: rgb(255 0 0 / 0.75)}
20194
- .stroke-xx\/80 {
20195
- stroke: rgb(255 0 0 / 0.8)}
20196
- .stroke-xx\/90 {
20197
- stroke: rgb(255 0 0 / 0.9)}
20198
- .stroke-xx\/95 {
20199
- stroke: rgb(255 0 0 / 0.95)}
20200
19643
  .text-accent {
20201
19644
  color: oklch(var(--a) / 1)}
20202
19645
  .text-accent-content {
@@ -20999,38 +20442,6 @@ details.collapse summary::-webkit-details-marker {
20999
20442
  color: oklch(var(--wa) / 0.9)}
21000
20443
  .text-warning\/95 {
21001
20444
  color: oklch(var(--wa) / 0.95)}
21002
- .text-xx {
21003
- color: red}
21004
- .text-xx\/0 {
21005
- color: rgb(255 0 0 / 0)}
21006
- .text-xx\/10 {
21007
- color: rgb(255 0 0 / 0.1)}
21008
- .text-xx\/100 {
21009
- color: rgb(255 0 0 / 1)}
21010
- .text-xx\/20 {
21011
- color: rgb(255 0 0 / 0.2)}
21012
- .text-xx\/25 {
21013
- color: rgb(255 0 0 / 0.25)}
21014
- .text-xx\/30 {
21015
- color: rgb(255 0 0 / 0.3)}
21016
- .text-xx\/40 {
21017
- color: rgb(255 0 0 / 0.4)}
21018
- .text-xx\/5 {
21019
- color: rgb(255 0 0 / 0.05)}
21020
- .text-xx\/50 {
21021
- color: rgb(255 0 0 / 0.5)}
21022
- .text-xx\/60 {
21023
- color: rgb(255 0 0 / 0.6)}
21024
- .text-xx\/70 {
21025
- color: rgb(255 0 0 / 0.7)}
21026
- .text-xx\/75 {
21027
- color: rgb(255 0 0 / 0.75)}
21028
- .text-xx\/80 {
21029
- color: rgb(255 0 0 / 0.8)}
21030
- .text-xx\/90 {
21031
- color: rgb(255 0 0 / 0.9)}
21032
- .text-xx\/95 {
21033
- color: rgb(255 0 0 / 0.95)}
21034
20445
  .placeholder-accent::placeholder {
21035
20446
  color: oklch(var(--a) / 1)}
21036
20447
  .placeholder-accent-content::placeholder {
@@ -21833,38 +21244,6 @@ details.collapse summary::-webkit-details-marker {
21833
21244
  color: oklch(var(--wa) / 0.9)}
21834
21245
  .placeholder-warning\/95::placeholder {
21835
21246
  color: oklch(var(--wa) / 0.95)}
21836
- .placeholder-xx::placeholder {
21837
- color: red}
21838
- .placeholder-xx\/0::placeholder {
21839
- color: rgb(255 0 0 / 0)}
21840
- .placeholder-xx\/10::placeholder {
21841
- color: rgb(255 0 0 / 0.1)}
21842
- .placeholder-xx\/100::placeholder {
21843
- color: rgb(255 0 0 / 1)}
21844
- .placeholder-xx\/20::placeholder {
21845
- color: rgb(255 0 0 / 0.2)}
21846
- .placeholder-xx\/25::placeholder {
21847
- color: rgb(255 0 0 / 0.25)}
21848
- .placeholder-xx\/30::placeholder {
21849
- color: rgb(255 0 0 / 0.3)}
21850
- .placeholder-xx\/40::placeholder {
21851
- color: rgb(255 0 0 / 0.4)}
21852
- .placeholder-xx\/5::placeholder {
21853
- color: rgb(255 0 0 / 0.05)}
21854
- .placeholder-xx\/50::placeholder {
21855
- color: rgb(255 0 0 / 0.5)}
21856
- .placeholder-xx\/60::placeholder {
21857
- color: rgb(255 0 0 / 0.6)}
21858
- .placeholder-xx\/70::placeholder {
21859
- color: rgb(255 0 0 / 0.7)}
21860
- .placeholder-xx\/75::placeholder {
21861
- color: rgb(255 0 0 / 0.75)}
21862
- .placeholder-xx\/80::placeholder {
21863
- color: rgb(255 0 0 / 0.8)}
21864
- .placeholder-xx\/90::placeholder {
21865
- color: rgb(255 0 0 / 0.9)}
21866
- .placeholder-xx\/95::placeholder {
21867
- color: rgb(255 0 0 / 0.95)}
21868
21247
  .ring {
21869
21248
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
21870
21249
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -22693,38 +22072,6 @@ details.collapse summary::-webkit-details-marker {
22693
22072
  --tw-ring-color: oklch(var(--wa) / 0.9)}
22694
22073
  .ring-warning\/95 {
22695
22074
  --tw-ring-color: oklch(var(--wa) / 0.95)}
22696
- .ring-xx {
22697
- --tw-ring-color: red}
22698
- .ring-xx\/0 {
22699
- --tw-ring-color: rgb(255 0 0 / 0)}
22700
- .ring-xx\/10 {
22701
- --tw-ring-color: rgb(255 0 0 / 0.1)}
22702
- .ring-xx\/100 {
22703
- --tw-ring-color: rgb(255 0 0 / 1)}
22704
- .ring-xx\/20 {
22705
- --tw-ring-color: rgb(255 0 0 / 0.2)}
22706
- .ring-xx\/25 {
22707
- --tw-ring-color: rgb(255 0 0 / 0.25)}
22708
- .ring-xx\/30 {
22709
- --tw-ring-color: rgb(255 0 0 / 0.3)}
22710
- .ring-xx\/40 {
22711
- --tw-ring-color: rgb(255 0 0 / 0.4)}
22712
- .ring-xx\/5 {
22713
- --tw-ring-color: rgb(255 0 0 / 0.05)}
22714
- .ring-xx\/50 {
22715
- --tw-ring-color: rgb(255 0 0 / 0.5)}
22716
- .ring-xx\/60 {
22717
- --tw-ring-color: rgb(255 0 0 / 0.6)}
22718
- .ring-xx\/70 {
22719
- --tw-ring-color: rgb(255 0 0 / 0.7)}
22720
- .ring-xx\/75 {
22721
- --tw-ring-color: rgb(255 0 0 / 0.75)}
22722
- .ring-xx\/80 {
22723
- --tw-ring-color: rgb(255 0 0 / 0.8)}
22724
- .ring-xx\/90 {
22725
- --tw-ring-color: rgb(255 0 0 / 0.9)}
22726
- .ring-xx\/95 {
22727
- --tw-ring-color: rgb(255 0 0 / 0.95)}
22728
22075
  .ring-offset-0 {
22729
22076
  --tw-ring-offset-width: 0px}
22730
22077
  .ring-offset-1 {
@@ -23537,38 +22884,6 @@ details.collapse summary::-webkit-details-marker {
23537
22884
  --tw-ring-offset-color: oklch(var(--wa) / 0.9)}
23538
22885
  .ring-offset-warning\/95 {
23539
22886
  --tw-ring-offset-color: oklch(var(--wa) / 0.95)}
23540
- .ring-offset-xx {
23541
- --tw-ring-offset-color: red}
23542
- .ring-offset-xx\/0 {
23543
- --tw-ring-offset-color: rgb(255 0 0 / 0)}
23544
- .ring-offset-xx\/10 {
23545
- --tw-ring-offset-color: rgb(255 0 0 / 0.1)}
23546
- .ring-offset-xx\/100 {
23547
- --tw-ring-offset-color: rgb(255 0 0 / 1)}
23548
- .ring-offset-xx\/20 {
23549
- --tw-ring-offset-color: rgb(255 0 0 / 0.2)}
23550
- .ring-offset-xx\/25 {
23551
- --tw-ring-offset-color: rgb(255 0 0 / 0.25)}
23552
- .ring-offset-xx\/30 {
23553
- --tw-ring-offset-color: rgb(255 0 0 / 0.3)}
23554
- .ring-offset-xx\/40 {
23555
- --tw-ring-offset-color: rgb(255 0 0 / 0.4)}
23556
- .ring-offset-xx\/5 {
23557
- --tw-ring-offset-color: rgb(255 0 0 / 0.05)}
23558
- .ring-offset-xx\/50 {
23559
- --tw-ring-offset-color: rgb(255 0 0 / 0.5)}
23560
- .ring-offset-xx\/60 {
23561
- --tw-ring-offset-color: rgb(255 0 0 / 0.6)}
23562
- .ring-offset-xx\/70 {
23563
- --tw-ring-offset-color: rgb(255 0 0 / 0.7)}
23564
- .ring-offset-xx\/75 {
23565
- --tw-ring-offset-color: rgb(255 0 0 / 0.75)}
23566
- .ring-offset-xx\/80 {
23567
- --tw-ring-offset-color: rgb(255 0 0 / 0.8)}
23568
- .ring-offset-xx\/90 {
23569
- --tw-ring-offset-color: rgb(255 0 0 / 0.9)}
23570
- .ring-offset-xx\/95 {
23571
- --tw-ring-offset-color: rgb(255 0 0 / 0.95)}
23572
22887
  .transition {
23573
22888
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
23574
22889
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
@@ -24311,14 +23626,16 @@ details.collapse summary::-webkit-details-marker {
24311
23626
  .timeline-vertical {
24312
23627
  flex-direction: column}
24313
23628
  :where(.timeline-vertical li) {
24314
- grid-template-rows: 1fr auto 1fr;
23629
+ --timeline-row-start: 1fr;
23630
+ --timeline-row-end: 1fr;
24315
23631
  justify-items: center}
24316
23632
  :where(.timeline-vertical:not(:has(.timeline-start)) li) {
24317
- grid-template-columns: min-content auto 1fr}
23633
+ --timeline-col-start: min-content}
24318
23634
  :where(.timeline-vertical:not(:has(.timeline-end)) li) {
24319
- grid-template-columns: 1fr auto min-content}
23635
+ --timeline-col-end: min-content}
24320
23636
  :where(.timeline-vertical:not(:has(.timeline-start)):not(:has(.timeline-end)) li) {
24321
- grid-template-columns: min-content auto min-content}
23637
+ --timeline-col-start: min-content;
23638
+ --timeline-col-end: min-content}
24322
23639
  .timeline-vertical hr {
24323
23640
  height: 100%}
24324
23641
  :where(.timeline-vertical hr):first-child {
@@ -24341,17 +23658,21 @@ details.collapse summary::-webkit-details-marker {
24341
23658
  grid-row-end: 4;
24342
23659
  align-self: center;
24343
23660
  justify-self: start}
23661
+ .timeline-vertical.timeline-snap-icon li {
23662
+ --timeline-row-start: 0.5rem}
24344
23663
  .timeline-horizontal {
24345
23664
  flex-direction: row}
24346
23665
  :where(.timeline-horizontal li) {
24347
- grid-template-columns: 1fr auto 1fr;
23666
+ --timeline-col-start: 1fr;
23667
+ --timeline-col-end: 1fr;
24348
23668
  align-items: center}
24349
23669
  :where(.timeline-horizontal:not(:has(.timeline-start)) li) {
24350
- grid-template-rows: min-content auto 1fr}
23670
+ --timeline-row-start: min-content}
24351
23671
  :where(.timeline-horizontal:not(:has(.timeline-end)) li) {
24352
- grid-template-rows: 1fr auto min-content}
23672
+ --timeline-row-end: min-content}
24353
23673
  :where(.timeline-horizontal:not(:has(.timeline-start)):not(:has(.timeline-end)) li) {
24354
- grid-template-rows: min-content auto min-content}
23674
+ --timeline-row-start: min-content;
23675
+ --timeline-row-end: min-content}
24355
23676
  .timeline-horizontal hr {
24356
23677
  width: 100%}
24357
23678
  :where(.timeline-horizontal hr):first-child {
@@ -24374,6 +23695,8 @@ details.collapse summary::-webkit-details-marker {
24374
23695
  grid-row-end: 4;
24375
23696
  align-self: flex-start;
24376
23697
  justify-self: center}
23698
+ .timeline-horizontal.timeline-snap-icon li {
23699
+ --timeline-col-start: 0.5rem}
24377
23700
  :where(.toast) {
24378
23701
  bottom: 0px;
24379
23702
  inset-inline-end: 0px;