@keenmate/pure-admin-theme-audi 1.0.0-rc01 → 1.0.0-rc04

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.
Files changed (3) hide show
  1. package/dist/audi.css +1450 -363
  2. package/package.json +3 -3
  3. package/src/scss/audi.scss +142 -135
package/dist/audi.css CHANGED
@@ -171,6 +171,42 @@ label {
171
171
  font-size: inherit;
172
172
  }
173
173
 
174
+ /* Webkit browsers (Chrome, Safari, Edge) */
175
+ *::-webkit-scrollbar {
176
+ width: 6px;
177
+ height: 6px;
178
+ }
179
+
180
+ *::-webkit-scrollbar-track {
181
+ background: var(--pa-primary-bg);
182
+ border-radius: 3px;
183
+ }
184
+
185
+ *::-webkit-scrollbar-thumb {
186
+ background: #333333;
187
+ border-radius: 3px;
188
+ border: 1px solid var(--pa-primary-bg);
189
+ }
190
+
191
+ *::-webkit-scrollbar-thumb:hover {
192
+ background: #ff0000;
193
+ border-color: rgba(255, 0, 0, 0.3);
194
+ }
195
+
196
+ *::-webkit-scrollbar-thumb:active {
197
+ background: rgba(255, 0, 0, 0.3);
198
+ }
199
+
200
+ *::-webkit-scrollbar-corner {
201
+ background: var(--pa-primary-bg);
202
+ }
203
+
204
+ /* Firefox */
205
+ * {
206
+ scrollbar-width: thin;
207
+ scrollbar-color: var(--pa-border-color) var(--pa-primary-bg);
208
+ }
209
+
174
210
  /* ========================================
175
211
  Layout V2 - Based on Testbench Structure
176
212
  ======================================== */
@@ -2503,8 +2539,8 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2503
2539
  }
2504
2540
 
2505
2541
  .pa-card__header {
2506
- padding: 0.8rem 1.6rem;
2507
- min-height: 5rem;
2542
+ padding: 0.8rem 1rem;
2543
+ min-height: 4rem;
2508
2544
  border-top-left-radius: 2px;
2509
2545
  border-top-right-radius: 2px;
2510
2546
  border-bottom: 1px solid var(--pa-border-color);
@@ -2565,10 +2601,11 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2565
2601
  color: var(--pa-text-primary);
2566
2602
  font-size: 1.6rem;
2567
2603
  font-weight: 600;
2604
+ line-height: 1;
2568
2605
  }
2569
2606
 
2570
2607
  .pa-card__body {
2571
- padding: 1.6rem 1.6rem 1.6rem 1.6rem;
2608
+ padding: 1.6rem 1rem;
2572
2609
  flex: 1;
2573
2610
  }
2574
2611
 
@@ -2581,7 +2618,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2581
2618
  }
2582
2619
 
2583
2620
  .pa-card__footer {
2584
- padding: 1.2rem 1.6rem;
2621
+ padding: 1.2rem 1rem;
2585
2622
  border-top: 1px solid var(--pa-border-color);
2586
2623
  border-bottom-left-radius: 2px;
2587
2624
  border-bottom-right-radius: 2px;
@@ -2690,7 +2727,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2690
2727
  }
2691
2728
 
2692
2729
  .pa-card__tab {
2693
- padding: 1.2rem 1.6rem;
2730
+ padding: 1.2rem 1rem;
2694
2731
  border: none;
2695
2732
  background: none;
2696
2733
  color: var(--pa-text-secondary);
@@ -2997,8 +3034,23 @@ a.pa-card p {
2997
3034
  justify-content: center;
2998
3035
  }
2999
3036
 
3037
+ .pa-tabs--border-top {
3038
+ border-bottom: none;
3039
+ border-top: 1px solid var(--pa-border-color);
3040
+ }
3041
+
3042
+ .pa-tabs--border-top .pa-tabs__item {
3043
+ border-bottom: none;
3044
+ border-top: 2px solid transparent;
3045
+ }
3046
+
3047
+ .pa-tabs--border-top .pa-tabs__item--active {
3048
+ border-top-color: #ff0000;
3049
+ border-bottom-color: transparent;
3050
+ }
3051
+
3000
3052
  .pa-tabs--sm .pa-tabs__item {
3001
- padding: 0.6rem 1rem;
3053
+ padding: 0.8rem 1rem;
3002
3054
  font-size: 1.2rem;
3003
3055
  }
3004
3056
 
@@ -3007,7 +3059,7 @@ a.pa-card p {
3007
3059
  }
3008
3060
 
3009
3061
  .pa-tabs--lg .pa-tabs__item {
3010
- padding: 1rem 1.4rem;
3062
+ padding: 0.8rem 1.4rem;
3011
3063
  font-size: 1.8rem;
3012
3064
  }
3013
3065
 
@@ -3018,7 +3070,7 @@ a.pa-card p {
3018
3070
  .pa-tabs__container--bordered {
3019
3071
  border: 1px solid var(--pa-border-color);
3020
3072
  border-radius: 2px;
3021
- padding: 1.6rem;
3073
+ padding: 1.6rem 1rem;
3022
3074
  background-color: var(--pa-card-bg);
3023
3075
  }
3024
3076
 
@@ -3046,7 +3098,7 @@ a.pa-card p {
3046
3098
  .pa-tabs__vertical-layout--bordered {
3047
3099
  border: 1px solid var(--pa-border-color);
3048
3100
  border-radius: 2px;
3049
- padding: 1.6rem;
3101
+ padding: 1.6rem 1rem;
3050
3102
  background-color: var(--pa-card-bg);
3051
3103
  }
3052
3104
 
@@ -3058,86 +3110,6 @@ a.pa-card p {
3058
3110
  width: 100%;
3059
3111
  }
3060
3112
 
3061
- .pa-tabs .pa-tabs__item--w-1x {
3062
- min-width: 1rem;
3063
- }
3064
-
3065
- .pa-tabs .pa-tabs__item--w-2x {
3066
- min-width: 2rem;
3067
- }
3068
-
3069
- .pa-tabs .pa-tabs__item--w-3x {
3070
- min-width: 3rem;
3071
- }
3072
-
3073
- .pa-tabs .pa-tabs__item--w-4x {
3074
- min-width: 4rem;
3075
- }
3076
-
3077
- .pa-tabs .pa-tabs__item--w-5x {
3078
- min-width: 5rem;
3079
- }
3080
-
3081
- .pa-tabs .pa-tabs__item--w-6x {
3082
- min-width: 6rem;
3083
- }
3084
-
3085
- .pa-tabs .pa-tabs__item--w-7x {
3086
- min-width: 7rem;
3087
- }
3088
-
3089
- .pa-tabs .pa-tabs__item--w-8x {
3090
- min-width: 8rem;
3091
- }
3092
-
3093
- .pa-tabs .pa-tabs__item--w-9x {
3094
- min-width: 9rem;
3095
- }
3096
-
3097
- .pa-tabs .pa-tabs__item--w-10x {
3098
- min-width: 10rem;
3099
- }
3100
-
3101
- .pa-tabs .pa-tabs__item--h-1x {
3102
- min-height: 1rem;
3103
- }
3104
-
3105
- .pa-tabs .pa-tabs__item--h-2x {
3106
- min-height: 2rem;
3107
- }
3108
-
3109
- .pa-tabs .pa-tabs__item--h-3x {
3110
- min-height: 3rem;
3111
- }
3112
-
3113
- .pa-tabs .pa-tabs__item--h-4x {
3114
- min-height: 4rem;
3115
- }
3116
-
3117
- .pa-tabs .pa-tabs__item--h-5x {
3118
- min-height: 5rem;
3119
- }
3120
-
3121
- .pa-tabs .pa-tabs__item--h-6x {
3122
- min-height: 6rem;
3123
- }
3124
-
3125
- .pa-tabs .pa-tabs__item--h-7x {
3126
- min-height: 7rem;
3127
- }
3128
-
3129
- .pa-tabs .pa-tabs__item--h-8x {
3130
- min-height: 8rem;
3131
- }
3132
-
3133
- .pa-tabs .pa-tabs__item--h-9x {
3134
- min-height: 9rem;
3135
- }
3136
-
3137
- .pa-tabs .pa-tabs__item--h-10x {
3138
- min-height: 10rem;
3139
- }
3140
-
3141
3113
  /* ========================================
3142
3114
  Statistics Components
3143
3115
  Stat displays with icons, hero variant, and square variant
@@ -3174,8 +3146,8 @@ a.pa-card p {
3174
3146
  }
3175
3147
 
3176
3148
  .pa-stat__icon--info {
3177
- background-color: rgba(23, 162, 184, 0.1);
3178
- color: #17a2b8;
3149
+ background-color: rgba(0, 153, 255, 0.25);
3150
+ color: #0099ff;
3179
3151
  }
3180
3152
 
3181
3153
  .pa-stat__content {
@@ -3213,7 +3185,7 @@ a.pa-card p {
3213
3185
  font-size: 3.2rem;
3214
3186
  font-weight: 700;
3215
3187
  color: var(--pa-text-primary);
3216
- line-height: 1;
3188
+ line-height: 1.1;
3217
3189
  margin-bottom: 0.8rem;
3218
3190
  }
3219
3191
 
@@ -3257,7 +3229,7 @@ a.pa-card p {
3257
3229
  .pa-stat--square .pa-stat__number {
3258
3230
  font-size: clamp(4.8rem, 8vw, 7.2rem);
3259
3231
  font-weight: 700;
3260
- line-height: 1;
3232
+ line-height: 1.1;
3261
3233
  color: inherit;
3262
3234
  z-index: 2px;
3263
3235
  position: relative;
@@ -3270,7 +3242,7 @@ a.pa-card p {
3270
3242
  .pa-stat--square .pa-stat__symbol {
3271
3243
  font-size: clamp(6.4rem, 10vw, 9.6rem);
3272
3244
  font-weight: 700;
3273
- line-height: 1;
3245
+ line-height: 1.1;
3274
3246
  opacity: 0.12;
3275
3247
  color: inherit;
3276
3248
  position: absolute;
@@ -3308,13 +3280,13 @@ a.pa-card p {
3308
3280
  }
3309
3281
 
3310
3282
  .pa-stat--square.pa-stat--info {
3311
- background-color: #17a2b8;
3283
+ background-color: #0099ff;
3312
3284
  color: #ffffff;
3313
3285
  }
3314
3286
 
3315
3287
  .pa-stat--square.pa-stat--warning {
3316
3288
  background-color: #ff6600;
3317
- color: #212529;
3289
+ color: #ffffff;
3318
3290
  }
3319
3291
 
3320
3292
  .pa-stat--square.pa-stat--danger {
@@ -3418,7 +3390,7 @@ a.pa-card p {
3418
3390
 
3419
3391
  .pa-list-basic--icon.pa-list-basic--info li::before {
3420
3392
  content: "→";
3421
- color: #17a2b8;
3393
+ color: #0099ff;
3422
3394
  }
3423
3395
 
3424
3396
  .pa-list-basic--icon.pa-list-basic--warning li::before {
@@ -3491,7 +3463,7 @@ a.pa-card p {
3491
3463
  display: flex;
3492
3464
  align-items: center;
3493
3465
  gap: 1.2rem;
3494
- padding: 1.2rem 1.6rem;
3466
+ padding: 1.2rem 1rem;
3495
3467
  border-bottom: 1px solid var(--pa-border-color);
3496
3468
  }
3497
3469
 
@@ -3642,64 +3614,6 @@ a.pa-card p {
3642
3614
  border-color: var(--pa-btn-dark-bg);
3643
3615
  }
3644
3616
 
3645
- .pa-badge--w-1x {
3646
- min-width: 1.6rem;
3647
- max-width: 1.6rem;
3648
- }
3649
-
3650
- .pa-badge--w-2x {
3651
- min-width: 3.2rem;
3652
- max-width: 3.2rem;
3653
- }
3654
-
3655
- .pa-badge--w-3x {
3656
- min-width: 4.8rem;
3657
- max-width: 4.8rem;
3658
- }
3659
-
3660
- .pa-badge--w-4x {
3661
- min-width: 6.4rem;
3662
- max-width: 6.4rem;
3663
- }
3664
-
3665
- .pa-badge--w-5x {
3666
- min-width: 8rem;
3667
- max-width: 8rem;
3668
- }
3669
-
3670
- .pa-badge--w-6x {
3671
- min-width: 9.6rem;
3672
- max-width: 9.6rem;
3673
- }
3674
-
3675
- .pa-badge--w-7x {
3676
- min-width: 11.2rem;
3677
- max-width: 11.2rem;
3678
- }
3679
-
3680
- .pa-badge--w-8x {
3681
- min-width: 12.8rem;
3682
- max-width: 12.8rem;
3683
- }
3684
-
3685
- .pa-badge--w-9x {
3686
- min-width: 14.4rem;
3687
- max-width: 14.4rem;
3688
- }
3689
-
3690
- .pa-badge--w-10x {
3691
- min-width: 16rem;
3692
- max-width: 16rem;
3693
- }
3694
-
3695
- .pa-badge[class*="--w-"] {
3696
- display: inline-block;
3697
- overflow: hidden;
3698
- text-overflow: ellipsis;
3699
- white-space: nowrap;
3700
- vertical-align: middle;
3701
- }
3702
-
3703
3617
  .pa-badge--ellipsis-left {
3704
3618
  direction: rtl;
3705
3619
  text-align: left;
@@ -3796,7 +3710,7 @@ a.pa-card p {
3796
3710
  }
3797
3711
 
3798
3712
  .pa-composite-badge--primary .pa-composite-badge__button:hover {
3799
- background-color: #cc0000;
3713
+ background-color: #ff3333;
3800
3714
  }
3801
3715
 
3802
3716
  .pa-composite-badge--primary .pa-composite-badge__button:focus {
@@ -4010,7 +3924,7 @@ a.pa-card p {
4010
3924
 
4011
3925
  .pa-composite-badge--warning .pa-composite-badge__icon {
4012
3926
  background-color: #ff6600;
4013
- color: #212529;
3927
+ color: #ffffff;
4014
3928
  }
4015
3929
 
4016
3930
  .pa-composite-badge--info .pa-composite-badge__icon {
@@ -4103,7 +4017,7 @@ a.pa-card p {
4103
4017
  }
4104
4018
 
4105
4019
  .pa-composite-badge--btn-primary .pa-composite-badge__button:hover {
4106
- background-color: #cc0000;
4020
+ background-color: #ff3333;
4107
4021
  }
4108
4022
 
4109
4023
  .pa-composite-badge--btn-primary .pa-composite-badge__button:focus {
@@ -4136,7 +4050,7 @@ a.pa-card p {
4136
4050
 
4137
4051
  .pa-composite-badge--btn-warning .pa-composite-badge__button {
4138
4052
  background-color: #ff6600;
4139
- color: #212529;
4053
+ color: #ffffff;
4140
4054
  }
4141
4055
 
4142
4056
  .pa-composite-badge--btn-warning .pa-composite-badge__button:hover {
@@ -4399,27 +4313,23 @@ a.pa-card p {
4399
4313
  }
4400
4314
 
4401
4315
  .pa-btn--xs {
4402
- padding: 0.4rem 0.8rem;
4316
+ padding: 0.6rem 0.8rem;
4403
4317
  font-size: 1.2rem;
4404
- min-height: 2.8rem;
4405
4318
  }
4406
4319
 
4407
4320
  .pa-btn--sm {
4408
- padding: 0.6rem 1rem;
4321
+ padding: 0.8rem 1rem;
4409
4322
  font-size: 1.4rem;
4410
- min-height: 3.2rem;
4411
4323
  }
4412
4324
 
4413
4325
  .pa-btn--lg {
4414
- padding: 1rem 1.4rem;
4326
+ padding: 0.8rem 1.4rem;
4415
4327
  font-size: 1.6rem;
4416
- min-height: 4rem;
4417
4328
  }
4418
4329
 
4419
4330
  .pa-btn--xl {
4420
- padding: 1.2rem 1.6rem;
4331
+ padding: 0.8rem 1.6rem;
4421
4332
  font-size: 1.8rem;
4422
- min-height: 4.4rem;
4423
4333
  }
4424
4334
 
4425
4335
  .pa-btn--success {
@@ -4668,46 +4578,6 @@ a.pa-card p {
4668
4578
  margin: 0;
4669
4579
  }
4670
4580
 
4671
- .pa-btn--w-1x {
4672
- min-width: 1.6rem;
4673
- }
4674
-
4675
- .pa-btn--w-2x {
4676
- min-width: 3.2rem;
4677
- }
4678
-
4679
- .pa-btn--w-3x {
4680
- min-width: 4.8rem;
4681
- }
4682
-
4683
- .pa-btn--w-4x {
4684
- min-width: 6.4rem;
4685
- }
4686
-
4687
- .pa-btn--w-5x {
4688
- min-width: 8rem;
4689
- }
4690
-
4691
- .pa-btn--w-6x {
4692
- min-width: 9.6rem;
4693
- }
4694
-
4695
- .pa-btn--w-7x {
4696
- min-width: 11.2rem;
4697
- }
4698
-
4699
- .pa-btn--w-8x {
4700
- min-width: 12.8rem;
4701
- }
4702
-
4703
- .pa-btn--w-9x {
4704
- min-width: 14.4rem;
4705
- }
4706
-
4707
- .pa-btn--w-10x {
4708
- min-width: 16rem;
4709
- }
4710
-
4711
4581
  .pa-btn--align-left {
4712
4582
  justify-content: flex-start;
4713
4583
  }
@@ -4742,19 +4612,11 @@ a.pa-card p {
4742
4612
 
4743
4613
  .pa-btn-group {
4744
4614
  display: inline-flex;
4745
- gap: 0.32rem;
4615
+ gap: 0.3rem;
4746
4616
  flex-wrap: wrap;
4747
4617
  align-items: center;
4748
4618
  }
4749
4619
 
4750
- .pa-btn-group--compact {
4751
- gap: 0.16rem;
4752
- }
4753
-
4754
- .pa-btn-group--loose {
4755
- gap: 0.8rem;
4756
- }
4757
-
4758
4620
  .pa-btn-group--vertical {
4759
4621
  flex-direction: column;
4760
4622
  align-items: flex-start;
@@ -5445,7 +5307,7 @@ a.pa-card p {
5445
5307
  align-items: center;
5446
5308
  justify-content: space-between;
5447
5309
  padding: 0.8rem 0.3rem 0.8rem 0.8rem;
5448
- border-bottom: 1px solid #e1e5e9;
5310
+ border-bottom: 1px solid #333333;
5449
5311
  background-color: var(--pa-card-header-bg);
5450
5312
  border-radius: 4px 4px 0 0;
5451
5313
  }
@@ -5572,7 +5434,7 @@ a.pa-card p {
5572
5434
  ======================================== */
5573
5435
  .pa-alert {
5574
5436
  position: relative;
5575
- padding: 1.2rem 1.6rem;
5437
+ padding: 1.2rem 1rem;
5576
5438
  margin-bottom: 1.6rem;
5577
5439
  border: 1px solid transparent;
5578
5440
  border-radius: 1px;
@@ -5674,12 +5536,12 @@ a.pa-card p {
5674
5536
  }
5675
5537
 
5676
5538
  .pa-alert--sm {
5677
- padding: 1.2rem 1.6rem;
5539
+ padding: 1.2rem 1rem;
5678
5540
  font-size: 1.4rem;
5679
5541
  }
5680
5542
 
5681
5543
  .pa-alert--lg {
5682
- padding: 1.2rem 1.6rem;
5544
+ padding: 1.2rem 1rem;
5683
5545
  font-size: 1.6rem;
5684
5546
  }
5685
5547
 
@@ -5720,7 +5582,7 @@ a.pa-card p {
5720
5582
  top: 0;
5721
5583
  right: 0;
5722
5584
  z-index: 2px;
5723
- padding: 1.2rem 1.6rem;
5585
+ padding: 1.2rem 1rem;
5724
5586
  background: none;
5725
5587
  border: none;
5726
5588
  font-size: 2rem;
@@ -5769,6 +5631,131 @@ a.pa-card p {
5769
5631
  border-top: 1px solid rgba(0, 0, 0, 0.1);
5770
5632
  }
5771
5633
 
5634
+ /* ========================================
5635
+ Callout Components
5636
+ Documentation-style callouts with left border accent
5637
+ For tips, notes, warnings in content areas
5638
+ ======================================== */
5639
+ .pa-callout {
5640
+ position: relative;
5641
+ padding: 1.2rem 1rem;
5642
+ margin-bottom: 1.6rem;
5643
+ border-left: 0.4rem solid var(--pa-border-color);
5644
+ border-radius: 1px;
5645
+ font-size: 1.4rem;
5646
+ background-color: var(--pa-card-bg);
5647
+ }
5648
+
5649
+ .pa-card__body .pa-callout:first-child {
5650
+ margin-top: 0;
5651
+ }
5652
+
5653
+ .pa-card__body .pa-callout:last-child {
5654
+ margin-bottom: 0;
5655
+ }
5656
+
5657
+ .pa-callout--primary {
5658
+ border-left-color: var(--pa-accent);
5659
+ background-color: rgba(255, 0, 0, 0.08);
5660
+ }
5661
+
5662
+ .pa-callout--secondary {
5663
+ border-left-color: var(--pa-text-secondary);
5664
+ background-color: color-mix(in srgb, var(--pa-text-secondary) 5%, transparent);
5665
+ }
5666
+
5667
+ .pa-callout--success {
5668
+ border-left-color: var(--pa-success-bg);
5669
+ background-color: var(--pa-success-bg-subtle);
5670
+ }
5671
+
5672
+ .pa-callout--danger {
5673
+ border-left-color: var(--pa-danger-bg);
5674
+ background-color: var(--pa-danger-bg-subtle);
5675
+ }
5676
+
5677
+ .pa-callout--warning {
5678
+ border-left-color: var(--pa-warning-bg);
5679
+ background-color: var(--pa-warning-bg-subtle);
5680
+ }
5681
+
5682
+ .pa-callout--info {
5683
+ border-left-color: var(--pa-info-bg);
5684
+ background-color: var(--pa-info-bg-subtle);
5685
+ }
5686
+
5687
+ .pa-callout--sm {
5688
+ padding: 0.8rem 1.2rem;
5689
+ font-size: 1.2rem;
5690
+ }
5691
+
5692
+ .pa-callout--lg {
5693
+ padding: 2.4rem 3.2rem;
5694
+ font-size: 1.6rem;
5695
+ }
5696
+
5697
+ .pa-callout__icon {
5698
+ float: left;
5699
+ margin-right: 0.8rem;
5700
+ font-size: 1.8rem;
5701
+ line-height: 1;
5702
+ }
5703
+
5704
+ .pa-callout__heading {
5705
+ margin: 0 0 0.8rem 0;
5706
+ font-size: 1.6rem;
5707
+ font-weight: 600;
5708
+ }
5709
+
5710
+ .pa-callout__content::after {
5711
+ content: "";
5712
+ display: table;
5713
+ clear: both;
5714
+ }
5715
+
5716
+ .pa-callout > *:last-child {
5717
+ margin-bottom: 0;
5718
+ }
5719
+
5720
+ .pa-callout p {
5721
+ margin: 0 0 0.8rem 0;
5722
+ }
5723
+
5724
+ .pa-callout p:last-child {
5725
+ margin-bottom: 0;
5726
+ }
5727
+
5728
+ .pa-callout ul, .pa-callout ol {
5729
+ margin: 0.8rem 0;
5730
+ padding-left: 2.4rem;
5731
+ }
5732
+
5733
+ .pa-callout ul:last-child, .pa-callout ol:last-child {
5734
+ margin-bottom: 0;
5735
+ }
5736
+
5737
+ .pa-callout code {
5738
+ background-color: rgba(0, 0, 0, 0.08);
5739
+ padding: 0.1em 0.3em;
5740
+ border-radius: 2px;
5741
+ font-size: 0.9em;
5742
+ }
5743
+
5744
+ .pa-callout a {
5745
+ color: inherit;
5746
+ text-decoration: underline;
5747
+ font-weight: 500;
5748
+ }
5749
+
5750
+ .pa-callout a:hover {
5751
+ text-decoration: none;
5752
+ }
5753
+
5754
+ .pa-callout h1, .pa-callout h2, .pa-callout h3, .pa-callout h4, .pa-callout h5, .pa-callout h6 {
5755
+ color: inherit;
5756
+ margin-top: 0;
5757
+ }
5758
+
5772
5759
  /* ========================================
5773
5760
  Form Components
5774
5761
  Form groups, inputs, selects, textareas, checkboxes, radio buttons, states
@@ -6735,7 +6722,7 @@ web-daterangepicker {
6735
6722
  /* Colors */
6736
6723
  --drp-accent-color: #ff0000;
6737
6724
  --drp-primary-bg: #ff0000;
6738
- --drp-primary-bg-hover: #cc0000;
6725
+ --drp-primary-bg-hover: #ff3333;
6739
6726
  --drp-text-primary: var(--pa-text-primary);
6740
6727
  --drp-text-secondary: var(--pa-text-secondary);
6741
6728
  --drp-border-color: #333333;
@@ -6878,7 +6865,7 @@ web-daterangepicker {
6878
6865
  --drp-badge-success: #00cc44;
6879
6866
  --drp-badge-warning: #ff6600;
6880
6867
  --drp-badge-danger: #ff0000;
6881
- --drp-badge-info: #17a2b8;
6868
+ --drp-badge-info: #0099ff;
6882
6869
  /* Number badges */
6883
6870
  --drp-badge-number-bg: #ff0000;
6884
6871
  --drp-badge-number-color: #ffffff;
@@ -6914,11 +6901,11 @@ web-daterangepicker {
6914
6901
  --drp-button-cancel-border: #333333;
6915
6902
  /* Apply button */
6916
6903
  --drp-button-apply-bg: #ff0000;
6917
- --drp-button-apply-bg-hover: #cc0000;
6904
+ --drp-button-apply-bg-hover: #ff3333;
6918
6905
  --drp-button-apply-color: #ffffff;
6919
6906
  --drp-button-apply-border: #ff0000;
6920
6907
  /* Button sizing */
6921
- --drp-button-padding: 0.6rem 1rem;
6908
+ --drp-button-padding: 0.8rem 1rem;
6922
6909
  --drp-button-font-size: 1.4rem;
6923
6910
  --drp-button-border-radius: 1px;
6924
6911
  --drp-button-gap: 0.8rem;
@@ -8363,18 +8350,6 @@ web-daterangepicker {
8363
8350
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
8364
8351
  }
8365
8352
  }
8366
- .text-success {
8367
- color: var(--pa-success-bg);
8368
- }
8369
-
8370
- .text-danger {
8371
- color: var(--pa-danger-bg);
8372
- }
8373
-
8374
- .text-warning {
8375
- color: var(--pa-warning-bg);
8376
- }
8377
-
8378
8353
  /* ========================================
8379
8354
  Comparison Table Component
8380
8355
  Two-column and three-column comparison tables for version control, data changes, and merge operations
@@ -8881,6 +8856,10 @@ code {
8881
8856
  position: relative;
8882
8857
  }
8883
8858
 
8859
+ .pa-profile-panel__header--no-avatar .pa-profile-panel__avatar {
8860
+ display: none;
8861
+ }
8862
+
8884
8863
  .pa-profile-panel__avatar {
8885
8864
  width: 6.4rem;
8886
8865
  height: 6.4rem;
@@ -8894,12 +8873,13 @@ code {
8894
8873
 
8895
8874
  .pa-profile-panel__avatar-icon {
8896
8875
  font-size: 3.2rem;
8897
- color: #ff0000;
8876
+ color: var(--pa-accent);
8898
8877
  }
8899
8878
 
8900
8879
  .pa-profile-panel__info {
8901
8880
  flex: 1;
8902
8881
  min-width: 0;
8882
+ padding-right: 3.2rem;
8903
8883
  }
8904
8884
 
8905
8885
  .pa-profile-panel__name {
@@ -8907,6 +8887,9 @@ code {
8907
8887
  font-size: 1.8rem;
8908
8888
  font-weight: 600;
8909
8889
  color: var(--pa-text-primary);
8890
+ overflow: hidden;
8891
+ text-overflow: ellipsis;
8892
+ white-space: nowrap;
8910
8893
  }
8911
8894
 
8912
8895
  .pa-profile-panel__email {
@@ -8959,7 +8942,7 @@ code {
8959
8942
 
8960
8943
  .pa-profile-panel__body {
8961
8944
  flex: 1;
8962
- padding: 2.4rem;
8945
+ padding: 2.4rem 0;
8963
8946
  display: flex;
8964
8947
  flex-direction: column;
8965
8948
  gap: 3.2rem;
@@ -8980,7 +8963,7 @@ code {
8980
8963
  display: flex;
8981
8964
  align-items: center;
8982
8965
  gap: 1.2rem;
8983
- padding: 1.2rem 1.6rem;
8966
+ padding: 0.8rem 1.6rem;
8984
8967
  color: var(--pa-text-primary);
8985
8968
  text-decoration: none;
8986
8969
  border-radius: 1px;
@@ -8999,9 +8982,12 @@ code {
8999
8982
  }
9000
8983
 
9001
8984
  .pa-profile-panel__nav-icon {
9002
- font-size: 1.8rem;
8985
+ font-size: 1.6rem;
9003
8986
  width: 2.4rem;
9004
- text-align: center;
8987
+ height: 2.4rem;
8988
+ display: flex;
8989
+ align-items: center;
8990
+ justify-content: center;
9005
8991
  }
9006
8992
 
9007
8993
  .pa-profile-panel__actions {
@@ -9009,53 +8995,128 @@ code {
9009
8995
  flex-direction: column;
9010
8996
  gap: 1.2rem;
9011
8997
  margin-top: auto;
8998
+ padding: 0 1.6rem;
9012
8999
  }
9013
9000
 
9014
- @media (max-width: 768px) {
9015
- .pa-profile-panel__content {
9016
- width: 85vw;
9017
- max-width: 40rem;
9018
- }
9019
- .pa-header__profile-name {
9020
- display: none;
9021
- }
9001
+ .pa-profile-panel__footer {
9002
+ flex-shrink: 0;
9003
+ padding: 2.4rem;
9004
+ border-top: 1px solid var(--pa-border-color);
9005
+ background-color: var(--pa-card-bg);
9006
+ display: flex;
9007
+ flex-direction: column;
9008
+ gap: 1.2rem;
9022
9009
  }
9023
- /* Webkit browsers (Chrome, Safari, Edge) */
9024
- *::-webkit-scrollbar {
9025
- width: 10px;
9026
- height: 10px;
9010
+
9011
+ .pa-profile-panel__tabs {
9012
+ padding: 0 1.6rem;
9013
+ border-bottom: 1px solid var(--pa-border-color);
9014
+ background-color: var(--pa-header-bg);
9027
9015
  }
9028
9016
 
9029
- *::-webkit-scrollbar-track {
9030
- background: var(--pa-primary-bg);
9031
- border-radius: 1px;
9017
+ .pa-profile-panel__tabs .pa-tabs {
9018
+ border-bottom: none;
9019
+ margin-bottom: 0;
9032
9020
  }
9033
9021
 
9034
- *::-webkit-scrollbar-thumb {
9035
- background: #333333;
9022
+ .pa-profile-panel__tabs .pa-tabs__item {
9023
+ color: var(--pa-header-text-secondary);
9024
+ border-bottom-color: transparent;
9025
+ }
9026
+
9027
+ .pa-profile-panel__tabs .pa-tabs__item:hover {
9028
+ color: var(--pa-header-text);
9029
+ background-color: var(--pa-accent-light);
9030
+ }
9031
+
9032
+ .pa-profile-panel__tabs .pa-tabs__item--active {
9033
+ color: var(--pa-header-text);
9034
+ border-bottom-color: var(--pa-accent);
9035
+ }
9036
+
9037
+ .pa-profile-panel__favorites ul {
9038
+ list-style: none;
9039
+ margin: 0;
9040
+ padding: 0;
9041
+ }
9042
+
9043
+ .pa-profile-panel__favorites li {
9044
+ margin-bottom: 0.8rem;
9045
+ }
9046
+
9047
+ .pa-profile-panel__favorite-item {
9048
+ display: flex;
9049
+ align-items: center;
9050
+ gap: 1.2rem;
9051
+ padding: 0.8rem 1.6rem;
9052
+ color: var(--pa-text-primary);
9053
+ text-decoration: none;
9036
9054
  border-radius: 1px;
9037
- border: 1px solid var(--pa-primary-bg);
9055
+ cursor: pointer;
9056
+ transition: background-color 0.1s ease-out, color 0.1s ease-out;
9057
+ font-weight: 500;
9038
9058
  }
9039
9059
 
9040
- *::-webkit-scrollbar-thumb:hover {
9041
- background: #ff0000;
9042
- border-color: rgba(255, 0, 0, 0.3);
9060
+ .pa-profile-panel__favorite-item:hover {
9061
+ background-color: var(--pa-accent-light);
9062
+ color: var(--pa-accent);
9043
9063
  }
9044
9064
 
9045
- *::-webkit-scrollbar-thumb:active {
9046
- background: rgba(255, 0, 0, 0.3);
9065
+ .pa-profile-panel__favorite-item:focus {
9066
+ outline: 2px solid var(--pa-accent);
9067
+ outline-offset: 2px;
9047
9068
  }
9048
9069
 
9049
- *::-webkit-scrollbar-corner {
9050
- background: var(--pa-primary-bg);
9070
+ .pa-profile-panel__favorite-icon {
9071
+ font-size: 1.6rem;
9072
+ width: 2.4rem;
9073
+ height: 2.4rem;
9074
+ display: flex;
9075
+ align-items: center;
9076
+ justify-content: center;
9051
9077
  }
9052
9078
 
9053
- /* Firefox */
9054
- * {
9055
- scrollbar-width: auto;
9056
- scrollbar-color: var(--pa-border-color) var(--pa-primary-bg);
9079
+ .pa-profile-panel__favorite-label {
9080
+ flex: 1;
9081
+ }
9082
+
9083
+ .pa-profile-panel__favorite-remove {
9084
+ opacity: 0;
9085
+ margin-left: auto;
9086
+ background: none;
9087
+ border: none;
9088
+ padding: 0.4rem;
9089
+ color: var(--pa-text-secondary);
9090
+ cursor: pointer;
9091
+ border-radius: 1px;
9092
+ font-size: 1.4rem;
9093
+ line-height: 1;
9094
+ transition: opacity 0.1s ease-out, color 0.1s ease-out, background-color 0.1s ease-out;
9095
+ }
9096
+
9097
+ .pa-profile-panel__favorite-remove:hover {
9098
+ color: var(--pa-danger);
9099
+ background-color: var(--pa-danger-bg-light);
9100
+ }
9101
+
9102
+ .pa-profile-panel__favorite-item:hover .pa-profile-panel__favorite-remove {
9103
+ opacity: 1;
9104
+ }
9105
+
9106
+ .pa-profile-panel__favorites-add {
9107
+ margin-top: auto;
9108
+ padding: 1.2rem 1.6rem 0;
9057
9109
  }
9058
9110
 
9111
+ @media (max-width: 768px) {
9112
+ .pa-profile-panel__content {
9113
+ width: 85vw;
9114
+ max-width: 40rem;
9115
+ }
9116
+ .pa-header__profile-name {
9117
+ display: none;
9118
+ }
9119
+ }
9059
9120
  /* ========================================
9060
9121
  Modal Components
9061
9122
  Modal windows with overlay, sizes, and themed headers
@@ -9542,8 +9603,8 @@ code {
9542
9603
  }
9543
9604
 
9544
9605
  .pa-timeline--simple .pa-timeline__item--info::before {
9545
- border-color: #17a2b8;
9546
- box-shadow: 3px 3px 0 rgba(23, 162, 184, 0.3);
9606
+ border-color: #0099ff;
9607
+ box-shadow: 3px 3px 0 rgba(0, 153, 255, 0.3);
9547
9608
  }
9548
9609
 
9549
9610
  .pa-timeline--simple .pa-timeline__item--secondary::before {
@@ -9572,7 +9633,7 @@ code {
9572
9633
  }
9573
9634
 
9574
9635
  .pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--info::before {
9575
- background: #17a2b8;
9636
+ background: #0099ff;
9576
9637
  }
9577
9638
 
9578
9639
  .pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--secondary::before {
@@ -10249,7 +10310,7 @@ code {
10249
10310
  flex-shrink: 0;
10250
10311
  font-size: 1.2rem;
10251
10312
  padding: 2px 0.4rem;
10252
- background-color: #e9ecef;
10313
+ background-color: #333333;
10253
10314
  color: var(--pa-text-secondary);
10254
10315
  border-radius: 2px;
10255
10316
  }
@@ -10271,7 +10332,7 @@ code {
10271
10332
 
10272
10333
  .pa-command-palette__key {
10273
10334
  padding: 2px 0.4rem;
10274
- background-color: #e9ecef;
10335
+ background-color: #333333;
10275
10336
  border: 1px solid var(--pa-border-color);
10276
10337
  border-radius: 2px;
10277
10338
  font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
@@ -10408,7 +10469,7 @@ code {
10408
10469
  font-size: 1rem;
10409
10470
  font-weight: 500;
10410
10471
  color: var(--pa-text-secondary);
10411
- background-color: #e9ecef;
10472
+ background-color: #333333;
10412
10473
  border: 1px solid var(--pa-border-color);
10413
10474
  border-radius: 2px;
10414
10475
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
@@ -10481,7 +10542,7 @@ code {
10481
10542
  font-size: 1rem;
10482
10543
  font-weight: 500;
10483
10544
  color: var(--pa-text-primary);
10484
- background-color: #e9ecef;
10545
+ background-color: #333333;
10485
10546
  border: 1px solid var(--pa-border-color);
10486
10547
  border-radius: 2px;
10487
10548
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
@@ -10570,7 +10631,7 @@ code {
10570
10631
  }
10571
10632
 
10572
10633
  .pa-logic-tree__block--or {
10573
- border-color: #17a2b8;
10634
+ border-color: #0099ff;
10574
10635
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
10575
10636
  }
10576
10637
 
@@ -11572,6 +11633,170 @@ html.font-size-4xl {
11572
11633
  line-height: 1.8;
11573
11634
  }
11574
11635
 
11636
+ .gap-0 {
11637
+ gap: 0;
11638
+ }
11639
+
11640
+ .gap-xs {
11641
+ gap: 0.4rem;
11642
+ }
11643
+
11644
+ .gap-sm {
11645
+ gap: 0.8rem;
11646
+ }
11647
+
11648
+ .gap-md {
11649
+ gap: 1.2rem;
11650
+ }
11651
+
11652
+ .gap-base {
11653
+ gap: 1.6rem;
11654
+ }
11655
+
11656
+ .gap-lg {
11657
+ gap: 2.4rem;
11658
+ }
11659
+
11660
+ .gap-xl {
11661
+ gap: 3.2rem;
11662
+ }
11663
+
11664
+ .gap-2xl {
11665
+ gap: 4.8rem;
11666
+ }
11667
+
11668
+ .gap-1 {
11669
+ gap: 0.1rem;
11670
+ }
11671
+
11672
+ .gap-2 {
11673
+ gap: 0.2rem;
11674
+ }
11675
+
11676
+ .gap-3 {
11677
+ gap: 0.3rem;
11678
+ }
11679
+
11680
+ .gap-4 {
11681
+ gap: 0.4rem;
11682
+ }
11683
+
11684
+ .gap-5 {
11685
+ gap: 0.5rem;
11686
+ }
11687
+
11688
+ .gap-6 {
11689
+ gap: 0.6rem;
11690
+ }
11691
+
11692
+ .gap-8 {
11693
+ gap: 0.8rem;
11694
+ }
11695
+
11696
+ .gap-10 {
11697
+ gap: 1rem;
11698
+ }
11699
+
11700
+ .gap-12 {
11701
+ gap: 1.2rem;
11702
+ }
11703
+
11704
+ .gap-15 {
11705
+ gap: 1.5rem;
11706
+ }
11707
+
11708
+ .gap-20 {
11709
+ gap: 2rem;
11710
+ }
11711
+
11712
+ .row-gap-0 {
11713
+ row-gap: 0;
11714
+ }
11715
+
11716
+ .row-gap-xs {
11717
+ row-gap: 0.4rem;
11718
+ }
11719
+
11720
+ .row-gap-sm {
11721
+ row-gap: 0.8rem;
11722
+ }
11723
+
11724
+ .row-gap-md {
11725
+ row-gap: 1.2rem;
11726
+ }
11727
+
11728
+ .row-gap-base {
11729
+ row-gap: 1.6rem;
11730
+ }
11731
+
11732
+ .row-gap-lg {
11733
+ row-gap: 2.4rem;
11734
+ }
11735
+
11736
+ .column-gap-0 {
11737
+ column-gap: 0;
11738
+ }
11739
+
11740
+ .column-gap-xs {
11741
+ column-gap: 0.4rem;
11742
+ }
11743
+
11744
+ .column-gap-sm {
11745
+ column-gap: 0.8rem;
11746
+ }
11747
+
11748
+ .column-gap-md {
11749
+ column-gap: 1.2rem;
11750
+ }
11751
+
11752
+ .column-gap-base {
11753
+ column-gap: 1.6rem;
11754
+ }
11755
+
11756
+ .column-gap-lg {
11757
+ column-gap: 2.4rem;
11758
+ }
11759
+
11760
+ .text-2xs {
11761
+ font-size: 1rem;
11762
+ }
11763
+
11764
+ .text-xs {
11765
+ font-size: 1.2rem;
11766
+ }
11767
+
11768
+ .text-sm {
11769
+ font-size: 1.4rem;
11770
+ }
11771
+
11772
+ .text-md {
11773
+ font-size: 1.5rem;
11774
+ }
11775
+
11776
+ .text-base {
11777
+ font-size: 1.6rem;
11778
+ }
11779
+
11780
+ .text-lg {
11781
+ font-size: 1.8rem;
11782
+ }
11783
+
11784
+ .text-xl {
11785
+ font-size: 2rem;
11786
+ }
11787
+
11788
+ .text-2xl {
11789
+ font-size: 2.4rem;
11790
+ }
11791
+
11792
+ .text-3xl {
11793
+ font-size: 2.8rem;
11794
+ }
11795
+
11796
+ .text-4xl {
11797
+ font-size: 3.2rem;
11798
+ }
11799
+
11575
11800
  .component-showcase {
11576
11801
  display: flex;
11577
11802
  flex-wrap: wrap;
@@ -12487,27 +12712,83 @@ html.font-size-4xl {
12487
12712
  white-space: nowrap !important;
12488
12713
  }
12489
12714
 
12490
- .w-25 {
12491
- width: 25% !important;
12715
+ .w-5 {
12716
+ width: 5% !important;
12492
12717
  }
12493
12718
 
12494
- .w-33 {
12495
- width: 33.333333% !important;
12719
+ .w-10 {
12720
+ width: 10% !important;
12496
12721
  }
12497
12722
 
12498
- .w-50 {
12499
- width: 50% !important;
12723
+ .w-15 {
12724
+ width: 15% !important;
12500
12725
  }
12501
12726
 
12502
- .w-66 {
12503
- width: 66.666667% !important;
12727
+ .w-20 {
12728
+ width: 20% !important;
12504
12729
  }
12505
12730
 
12506
- .w-75 {
12507
- width: 75% !important;
12731
+ .w-25 {
12732
+ width: 25% !important;
12508
12733
  }
12509
12734
 
12510
- .w-100 {
12735
+ .w-30 {
12736
+ width: 30% !important;
12737
+ }
12738
+
12739
+ .w-35 {
12740
+ width: 35% !important;
12741
+ }
12742
+
12743
+ .w-40 {
12744
+ width: 40% !important;
12745
+ }
12746
+
12747
+ .w-45 {
12748
+ width: 45% !important;
12749
+ }
12750
+
12751
+ .w-50 {
12752
+ width: 50% !important;
12753
+ }
12754
+
12755
+ .w-55 {
12756
+ width: 55% !important;
12757
+ }
12758
+
12759
+ .w-60 {
12760
+ width: 60% !important;
12761
+ }
12762
+
12763
+ .w-65 {
12764
+ width: 65% !important;
12765
+ }
12766
+
12767
+ .w-70 {
12768
+ width: 70% !important;
12769
+ }
12770
+
12771
+ .w-75 {
12772
+ width: 75% !important;
12773
+ }
12774
+
12775
+ .w-80 {
12776
+ width: 80% !important;
12777
+ }
12778
+
12779
+ .w-85 {
12780
+ width: 85% !important;
12781
+ }
12782
+
12783
+ .w-90 {
12784
+ width: 90% !important;
12785
+ }
12786
+
12787
+ .w-95 {
12788
+ width: 95% !important;
12789
+ }
12790
+
12791
+ .w-100 {
12511
12792
  width: 100% !important;
12512
12793
  }
12513
12794
 
@@ -12515,20 +12796,20 @@ html.font-size-4xl {
12515
12796
  width: auto !important;
12516
12797
  }
12517
12798
 
12518
- .mw-25 {
12519
- min-width: 25% !important;
12799
+ .w-1-3 {
12800
+ width: 33.333333% !important;
12520
12801
  }
12521
12802
 
12522
- .mw-33 {
12523
- min-width: 33.333333% !important;
12803
+ .w-2-3 {
12804
+ width: 66.666667% !important;
12524
12805
  }
12525
12806
 
12526
- .mw-50 {
12527
- min-width: 50% !important;
12807
+ .mw-25 {
12808
+ min-width: 25% !important;
12528
12809
  }
12529
12810
 
12530
- .mw-66 {
12531
- min-width: 66.666667% !important;
12811
+ .mw-50 {
12812
+ min-width: 50% !important;
12532
12813
  }
12533
12814
 
12534
12815
  .mw-75 {
@@ -12543,26 +12824,24 @@ html.font-size-4xl {
12543
12824
  min-width: auto !important;
12544
12825
  }
12545
12826
 
12827
+ .mw-1-3 {
12828
+ min-width: 33.333333% !important;
12829
+ }
12830
+
12831
+ .mw-2-3 {
12832
+ min-width: 66.666667% !important;
12833
+ }
12834
+
12546
12835
  .w-25-fixed {
12547
12836
  min-width: 25% !important;
12548
12837
  width: 25% !important;
12549
12838
  }
12550
12839
 
12551
- .w-33-fixed {
12552
- min-width: 33.333333% !important;
12553
- width: 33.333333% !important;
12554
- }
12555
-
12556
12840
  .w-50-fixed {
12557
12841
  min-width: 50% !important;
12558
12842
  width: 50% !important;
12559
12843
  }
12560
12844
 
12561
- .w-66-fixed {
12562
- min-width: 66.666667% !important;
12563
- width: 66.666667% !important;
12564
- }
12565
-
12566
12845
  .w-75-fixed {
12567
12846
  min-width: 75% !important;
12568
12847
  width: 75% !important;
@@ -12573,6 +12852,16 @@ html.font-size-4xl {
12573
12852
  width: 100% !important;
12574
12853
  }
12575
12854
 
12855
+ .w-1-3-fixed {
12856
+ min-width: 33.333333% !important;
12857
+ width: 33.333333% !important;
12858
+ }
12859
+
12860
+ .w-2-3-fixed {
12861
+ min-width: 66.666667% !important;
12862
+ width: 66.666667% !important;
12863
+ }
12864
+
12576
12865
  .h-25 {
12577
12866
  height: 25% !important;
12578
12867
  }
@@ -12593,6 +12882,670 @@ html.font-size-4xl {
12593
12882
  height: auto !important;
12594
12883
  }
12595
12884
 
12885
+ .wr-1 {
12886
+ width: 1rem !important;
12887
+ }
12888
+
12889
+ .wr-2 {
12890
+ width: 2rem !important;
12891
+ }
12892
+
12893
+ .wr-3 {
12894
+ width: 3rem !important;
12895
+ }
12896
+
12897
+ .wr-4 {
12898
+ width: 4rem !important;
12899
+ }
12900
+
12901
+ .wr-5 {
12902
+ width: 5rem !important;
12903
+ }
12904
+
12905
+ .wr-6 {
12906
+ width: 6rem !important;
12907
+ }
12908
+
12909
+ .wr-7 {
12910
+ width: 7rem !important;
12911
+ }
12912
+
12913
+ .wr-8 {
12914
+ width: 8rem !important;
12915
+ }
12916
+
12917
+ .wr-9 {
12918
+ width: 9rem !important;
12919
+ }
12920
+
12921
+ .wr-10 {
12922
+ width: 10rem !important;
12923
+ }
12924
+
12925
+ .wr-15 {
12926
+ width: 15rem !important;
12927
+ }
12928
+
12929
+ .wr-20 {
12930
+ width: 20rem !important;
12931
+ }
12932
+
12933
+ .wr-25 {
12934
+ width: 25rem !important;
12935
+ }
12936
+
12937
+ .minwr-1 {
12938
+ min-width: 1rem !important;
12939
+ }
12940
+
12941
+ .minwr-2 {
12942
+ min-width: 2rem !important;
12943
+ }
12944
+
12945
+ .minwr-3 {
12946
+ min-width: 3rem !important;
12947
+ }
12948
+
12949
+ .minwr-4 {
12950
+ min-width: 4rem !important;
12951
+ }
12952
+
12953
+ .minwr-5 {
12954
+ min-width: 5rem !important;
12955
+ }
12956
+
12957
+ .minwr-6 {
12958
+ min-width: 6rem !important;
12959
+ }
12960
+
12961
+ .minwr-7 {
12962
+ min-width: 7rem !important;
12963
+ }
12964
+
12965
+ .minwr-8 {
12966
+ min-width: 8rem !important;
12967
+ }
12968
+
12969
+ .minwr-9 {
12970
+ min-width: 9rem !important;
12971
+ }
12972
+
12973
+ .minwr-10 {
12974
+ min-width: 10rem !important;
12975
+ }
12976
+
12977
+ .minwr-15 {
12978
+ min-width: 15rem !important;
12979
+ }
12980
+
12981
+ .minwr-20 {
12982
+ min-width: 20rem !important;
12983
+ }
12984
+
12985
+ .minwr-25 {
12986
+ min-width: 25rem !important;
12987
+ }
12988
+
12989
+ .maxwr-1 {
12990
+ max-width: 1rem !important;
12991
+ }
12992
+
12993
+ .maxwr-2 {
12994
+ max-width: 2rem !important;
12995
+ }
12996
+
12997
+ .maxwr-3 {
12998
+ max-width: 3rem !important;
12999
+ }
13000
+
13001
+ .maxwr-4 {
13002
+ max-width: 4rem !important;
13003
+ }
13004
+
13005
+ .maxwr-5 {
13006
+ max-width: 5rem !important;
13007
+ }
13008
+
13009
+ .maxwr-6 {
13010
+ max-width: 6rem !important;
13011
+ }
13012
+
13013
+ .maxwr-7 {
13014
+ max-width: 7rem !important;
13015
+ }
13016
+
13017
+ .maxwr-8 {
13018
+ max-width: 8rem !important;
13019
+ }
13020
+
13021
+ .maxwr-9 {
13022
+ max-width: 9rem !important;
13023
+ }
13024
+
13025
+ .maxwr-10 {
13026
+ max-width: 10rem !important;
13027
+ }
13028
+
13029
+ .maxwr-15 {
13030
+ max-width: 15rem !important;
13031
+ }
13032
+
13033
+ .maxwr-20 {
13034
+ max-width: 20rem !important;
13035
+ }
13036
+
13037
+ .maxwr-25 {
13038
+ max-width: 25rem !important;
13039
+ }
13040
+
13041
+ .hr-1 {
13042
+ height: 1rem !important;
13043
+ }
13044
+
13045
+ .hr-2 {
13046
+ height: 2rem !important;
13047
+ }
13048
+
13049
+ .hr-3 {
13050
+ height: 3rem !important;
13051
+ }
13052
+
13053
+ .hr-4 {
13054
+ height: 4rem !important;
13055
+ }
13056
+
13057
+ .hr-5 {
13058
+ height: 5rem !important;
13059
+ }
13060
+
13061
+ .hr-6 {
13062
+ height: 6rem !important;
13063
+ }
13064
+
13065
+ .hr-7 {
13066
+ height: 7rem !important;
13067
+ }
13068
+
13069
+ .hr-8 {
13070
+ height: 8rem !important;
13071
+ }
13072
+
13073
+ .hr-9 {
13074
+ height: 9rem !important;
13075
+ }
13076
+
13077
+ .hr-10 {
13078
+ height: 10rem !important;
13079
+ }
13080
+
13081
+ .hr-15 {
13082
+ height: 15rem !important;
13083
+ }
13084
+
13085
+ .hr-20 {
13086
+ height: 20rem !important;
13087
+ }
13088
+
13089
+ .hr-25 {
13090
+ height: 25rem !important;
13091
+ }
13092
+
13093
+ .minhr-1 {
13094
+ min-height: 1rem !important;
13095
+ }
13096
+
13097
+ .minhr-2 {
13098
+ min-height: 2rem !important;
13099
+ }
13100
+
13101
+ .minhr-3 {
13102
+ min-height: 3rem !important;
13103
+ }
13104
+
13105
+ .minhr-4 {
13106
+ min-height: 4rem !important;
13107
+ }
13108
+
13109
+ .minhr-5 {
13110
+ min-height: 5rem !important;
13111
+ }
13112
+
13113
+ .minhr-6 {
13114
+ min-height: 6rem !important;
13115
+ }
13116
+
13117
+ .minhr-7 {
13118
+ min-height: 7rem !important;
13119
+ }
13120
+
13121
+ .minhr-8 {
13122
+ min-height: 8rem !important;
13123
+ }
13124
+
13125
+ .minhr-9 {
13126
+ min-height: 9rem !important;
13127
+ }
13128
+
13129
+ .minhr-10 {
13130
+ min-height: 10rem !important;
13131
+ }
13132
+
13133
+ .minhr-15 {
13134
+ min-height: 15rem !important;
13135
+ }
13136
+
13137
+ .minhr-20 {
13138
+ min-height: 20rem !important;
13139
+ }
13140
+
13141
+ .minhr-25 {
13142
+ min-height: 25rem !important;
13143
+ }
13144
+
13145
+ .maxhr-1 {
13146
+ max-height: 1rem !important;
13147
+ }
13148
+
13149
+ .maxhr-2 {
13150
+ max-height: 2rem !important;
13151
+ }
13152
+
13153
+ .maxhr-3 {
13154
+ max-height: 3rem !important;
13155
+ }
13156
+
13157
+ .maxhr-4 {
13158
+ max-height: 4rem !important;
13159
+ }
13160
+
13161
+ .maxhr-5 {
13162
+ max-height: 5rem !important;
13163
+ }
13164
+
13165
+ .maxhr-6 {
13166
+ max-height: 6rem !important;
13167
+ }
13168
+
13169
+ .maxhr-7 {
13170
+ max-height: 7rem !important;
13171
+ }
13172
+
13173
+ .maxhr-8 {
13174
+ max-height: 8rem !important;
13175
+ }
13176
+
13177
+ .maxhr-9 {
13178
+ max-height: 9rem !important;
13179
+ }
13180
+
13181
+ .maxhr-10 {
13182
+ max-height: 10rem !important;
13183
+ }
13184
+
13185
+ .maxhr-15 {
13186
+ max-height: 15rem !important;
13187
+ }
13188
+
13189
+ .maxhr-20 {
13190
+ max-height: 20rem !important;
13191
+ }
13192
+
13193
+ .maxhr-25 {
13194
+ max-height: 25rem !important;
13195
+ }
13196
+
13197
+ .minw-5 {
13198
+ min-width: 5% !important;
13199
+ }
13200
+
13201
+ .minw-10 {
13202
+ min-width: 10% !important;
13203
+ }
13204
+
13205
+ .minw-15 {
13206
+ min-width: 15% !important;
13207
+ }
13208
+
13209
+ .minw-20 {
13210
+ min-width: 20% !important;
13211
+ }
13212
+
13213
+ .minw-25 {
13214
+ min-width: 25% !important;
13215
+ }
13216
+
13217
+ .minw-30 {
13218
+ min-width: 30% !important;
13219
+ }
13220
+
13221
+ .minw-35 {
13222
+ min-width: 35% !important;
13223
+ }
13224
+
13225
+ .minw-40 {
13226
+ min-width: 40% !important;
13227
+ }
13228
+
13229
+ .minw-45 {
13230
+ min-width: 45% !important;
13231
+ }
13232
+
13233
+ .minw-50 {
13234
+ min-width: 50% !important;
13235
+ }
13236
+
13237
+ .minw-55 {
13238
+ min-width: 55% !important;
13239
+ }
13240
+
13241
+ .minw-60 {
13242
+ min-width: 60% !important;
13243
+ }
13244
+
13245
+ .minw-65 {
13246
+ min-width: 65% !important;
13247
+ }
13248
+
13249
+ .minw-70 {
13250
+ min-width: 70% !important;
13251
+ }
13252
+
13253
+ .minw-75 {
13254
+ min-width: 75% !important;
13255
+ }
13256
+
13257
+ .minw-80 {
13258
+ min-width: 80% !important;
13259
+ }
13260
+
13261
+ .minw-85 {
13262
+ min-width: 85% !important;
13263
+ }
13264
+
13265
+ .minw-90 {
13266
+ min-width: 90% !important;
13267
+ }
13268
+
13269
+ .minw-95 {
13270
+ min-width: 95% !important;
13271
+ }
13272
+
13273
+ .minw-100 {
13274
+ min-width: 100% !important;
13275
+ }
13276
+
13277
+ .minw-1-3 {
13278
+ min-width: 33.333333% !important;
13279
+ }
13280
+
13281
+ .minw-2-3 {
13282
+ min-width: 66.666667% !important;
13283
+ }
13284
+
13285
+ .maxw-5 {
13286
+ max-width: 5% !important;
13287
+ }
13288
+
13289
+ .maxw-10 {
13290
+ max-width: 10% !important;
13291
+ }
13292
+
13293
+ .maxw-15 {
13294
+ max-width: 15% !important;
13295
+ }
13296
+
13297
+ .maxw-20 {
13298
+ max-width: 20% !important;
13299
+ }
13300
+
13301
+ .maxw-25 {
13302
+ max-width: 25% !important;
13303
+ }
13304
+
13305
+ .maxw-30 {
13306
+ max-width: 30% !important;
13307
+ }
13308
+
13309
+ .maxw-35 {
13310
+ max-width: 35% !important;
13311
+ }
13312
+
13313
+ .maxw-40 {
13314
+ max-width: 40% !important;
13315
+ }
13316
+
13317
+ .maxw-45 {
13318
+ max-width: 45% !important;
13319
+ }
13320
+
13321
+ .maxw-50 {
13322
+ max-width: 50% !important;
13323
+ }
13324
+
13325
+ .maxw-55 {
13326
+ max-width: 55% !important;
13327
+ }
13328
+
13329
+ .maxw-60 {
13330
+ max-width: 60% !important;
13331
+ }
13332
+
13333
+ .maxw-65 {
13334
+ max-width: 65% !important;
13335
+ }
13336
+
13337
+ .maxw-70 {
13338
+ max-width: 70% !important;
13339
+ }
13340
+
13341
+ .maxw-75 {
13342
+ max-width: 75% !important;
13343
+ }
13344
+
13345
+ .maxw-80 {
13346
+ max-width: 80% !important;
13347
+ }
13348
+
13349
+ .maxw-85 {
13350
+ max-width: 85% !important;
13351
+ }
13352
+
13353
+ .maxw-90 {
13354
+ max-width: 90% !important;
13355
+ }
13356
+
13357
+ .maxw-95 {
13358
+ max-width: 95% !important;
13359
+ }
13360
+
13361
+ .maxw-100 {
13362
+ max-width: 100% !important;
13363
+ }
13364
+
13365
+ .maxw-1-3 {
13366
+ max-width: 33.333333% !important;
13367
+ }
13368
+
13369
+ .maxw-2-3 {
13370
+ max-width: 66.666667% !important;
13371
+ }
13372
+
13373
+ .minh-5 {
13374
+ min-height: 5% !important;
13375
+ }
13376
+
13377
+ .minh-10 {
13378
+ min-height: 10% !important;
13379
+ }
13380
+
13381
+ .minh-15 {
13382
+ min-height: 15% !important;
13383
+ }
13384
+
13385
+ .minh-20 {
13386
+ min-height: 20% !important;
13387
+ }
13388
+
13389
+ .minh-25 {
13390
+ min-height: 25% !important;
13391
+ }
13392
+
13393
+ .minh-30 {
13394
+ min-height: 30% !important;
13395
+ }
13396
+
13397
+ .minh-35 {
13398
+ min-height: 35% !important;
13399
+ }
13400
+
13401
+ .minh-40 {
13402
+ min-height: 40% !important;
13403
+ }
13404
+
13405
+ .minh-45 {
13406
+ min-height: 45% !important;
13407
+ }
13408
+
13409
+ .minh-50 {
13410
+ min-height: 50% !important;
13411
+ }
13412
+
13413
+ .minh-55 {
13414
+ min-height: 55% !important;
13415
+ }
13416
+
13417
+ .minh-60 {
13418
+ min-height: 60% !important;
13419
+ }
13420
+
13421
+ .minh-65 {
13422
+ min-height: 65% !important;
13423
+ }
13424
+
13425
+ .minh-70 {
13426
+ min-height: 70% !important;
13427
+ }
13428
+
13429
+ .minh-75 {
13430
+ min-height: 75% !important;
13431
+ }
13432
+
13433
+ .minh-80 {
13434
+ min-height: 80% !important;
13435
+ }
13436
+
13437
+ .minh-85 {
13438
+ min-height: 85% !important;
13439
+ }
13440
+
13441
+ .minh-90 {
13442
+ min-height: 90% !important;
13443
+ }
13444
+
13445
+ .minh-95 {
13446
+ min-height: 95% !important;
13447
+ }
13448
+
13449
+ .minh-100 {
13450
+ min-height: 100% !important;
13451
+ }
13452
+
13453
+ .minh-1-3 {
13454
+ min-height: 33.333333% !important;
13455
+ }
13456
+
13457
+ .minh-2-3 {
13458
+ min-height: 66.666667% !important;
13459
+ }
13460
+
13461
+ .maxh-5 {
13462
+ max-height: 5% !important;
13463
+ }
13464
+
13465
+ .maxh-10 {
13466
+ max-height: 10% !important;
13467
+ }
13468
+
13469
+ .maxh-15 {
13470
+ max-height: 15% !important;
13471
+ }
13472
+
13473
+ .maxh-20 {
13474
+ max-height: 20% !important;
13475
+ }
13476
+
13477
+ .maxh-25 {
13478
+ max-height: 25% !important;
13479
+ }
13480
+
13481
+ .maxh-30 {
13482
+ max-height: 30% !important;
13483
+ }
13484
+
13485
+ .maxh-35 {
13486
+ max-height: 35% !important;
13487
+ }
13488
+
13489
+ .maxh-40 {
13490
+ max-height: 40% !important;
13491
+ }
13492
+
13493
+ .maxh-45 {
13494
+ max-height: 45% !important;
13495
+ }
13496
+
13497
+ .maxh-50 {
13498
+ max-height: 50% !important;
13499
+ }
13500
+
13501
+ .maxh-55 {
13502
+ max-height: 55% !important;
13503
+ }
13504
+
13505
+ .maxh-60 {
13506
+ max-height: 60% !important;
13507
+ }
13508
+
13509
+ .maxh-65 {
13510
+ max-height: 65% !important;
13511
+ }
13512
+
13513
+ .maxh-70 {
13514
+ max-height: 70% !important;
13515
+ }
13516
+
13517
+ .maxh-75 {
13518
+ max-height: 75% !important;
13519
+ }
13520
+
13521
+ .maxh-80 {
13522
+ max-height: 80% !important;
13523
+ }
13524
+
13525
+ .maxh-85 {
13526
+ max-height: 85% !important;
13527
+ }
13528
+
13529
+ .maxh-90 {
13530
+ max-height: 90% !important;
13531
+ }
13532
+
13533
+ .maxh-95 {
13534
+ max-height: 95% !important;
13535
+ }
13536
+
13537
+ .maxh-100 {
13538
+ max-height: 100% !important;
13539
+ }
13540
+
13541
+ .maxh-1-3 {
13542
+ max-height: 33.333333% !important;
13543
+ }
13544
+
13545
+ .maxh-2-3 {
13546
+ max-height: 66.666667% !important;
13547
+ }
13548
+
12596
13549
  .position-static {
12597
13550
  position: static !important;
12598
13551
  }
@@ -12653,6 +13606,78 @@ html.font-size-4xl {
12653
13606
  border-left: 0 !important;
12654
13607
  }
12655
13608
 
13609
+ .border-solid {
13610
+ border-style: solid !important;
13611
+ }
13612
+
13613
+ .border-dashed {
13614
+ border-style: dashed !important;
13615
+ }
13616
+
13617
+ .border-dotted {
13618
+ border-style: dotted !important;
13619
+ }
13620
+
13621
+ .border-none {
13622
+ border-style: none !important;
13623
+ }
13624
+
13625
+ .text-primary {
13626
+ color: var(--pa-accent) !important;
13627
+ }
13628
+
13629
+ .text-success {
13630
+ color: var(--pa-success-text) !important;
13631
+ }
13632
+
13633
+ .text-danger {
13634
+ color: var(--pa-danger-text) !important;
13635
+ }
13636
+
13637
+ .text-warning {
13638
+ color: var(--pa-warning-text) !important;
13639
+ }
13640
+
13641
+ .text-info {
13642
+ color: var(--pa-info-text) !important;
13643
+ }
13644
+
13645
+ .text-color-1 {
13646
+ color: var(--pa-color-1) !important;
13647
+ }
13648
+
13649
+ .text-color-2 {
13650
+ color: var(--pa-color-2) !important;
13651
+ }
13652
+
13653
+ .text-color-3 {
13654
+ color: var(--pa-color-3) !important;
13655
+ }
13656
+
13657
+ .text-color-4 {
13658
+ color: var(--pa-color-4) !important;
13659
+ }
13660
+
13661
+ .text-color-5 {
13662
+ color: var(--pa-color-5) !important;
13663
+ }
13664
+
13665
+ .text-color-6 {
13666
+ color: var(--pa-color-6) !important;
13667
+ }
13668
+
13669
+ .text-color-7 {
13670
+ color: var(--pa-color-7) !important;
13671
+ }
13672
+
13673
+ .text-color-8 {
13674
+ color: var(--pa-color-8) !important;
13675
+ }
13676
+
13677
+ .text-color-9 {
13678
+ color: var(--pa-color-9) !important;
13679
+ }
13680
+
12656
13681
  .rounded {
12657
13682
  border-radius: var(--border-radius) !important;
12658
13683
  }
@@ -12761,22 +13786,28 @@ html.font-size-4xl {
12761
13786
  --base-accent-color-active: #ff6666;
12762
13787
  --base-accent-color-light: rgba(255, 0, 0, 0.25);
12763
13788
  --base-accent-color-light-hover: rgba(255, 0, 0, 0.3);
12764
- --base-primary-bg: #1a1a1a;
12765
- --base-primary-bg-hover: #2a2a2a;
12766
13789
  --base-text-color-1: #ffffff;
12767
13790
  --base-text-color-2: #cccccc;
12768
13791
  --base-text-color-3: #999999;
12769
13792
  --base-text-color-4: #666666;
12770
13793
  --base-text-color-on-accent: #ffffff;
13794
+ --base-surface-1: #1a1a1a;
13795
+ --base-surface-2: #0a0a0a;
13796
+ --base-surface-3: #333333;
13797
+ --base-surface-inverse: #ffffff;
13798
+ --base-overlay-bg: rgba(0, 0, 0, 0.8);
13799
+ --base-shadow-color: rgba(0, 0, 0, 0.15);
13800
+ --base-primary-bg: #1a1a1a;
13801
+ --base-primary-bg-hover: rgb(13.25, 13.25, 13.25);
12771
13802
  --base-border-color: #333333;
12772
13803
  --base-border: 1px solid #333333;
12773
13804
  --base-input-bg: #000000;
12774
13805
  --base-input-color: #ffffff;
12775
13806
  --base-input-border: 1px solid #333333;
12776
- --base-input-border-hover: 1px solid #ff0000;
13807
+ --base-input-border-hover: 1px solid #4d4d4d;
12777
13808
  --base-input-border-focus: 1px solid #ff0000;
12778
13809
  --base-input-placeholder-color: #666666;
12779
- --base-input-bg-disabled: rgba(42, 42, 42, 0.5);
13810
+ --base-input-bg-disabled: rgba(0, 0, 0, 0.5);
12780
13811
  --base-input-size-xs-height: 3.1;
12781
13812
  --base-input-size-sm-height: 3.3;
12782
13813
  --base-input-size-md-height: 3.5;
@@ -12787,7 +13818,44 @@ html.font-size-4xl {
12787
13818
  --base-dropdown-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
12788
13819
  --base-tooltip-bg: #333333;
12789
13820
  --base-tooltip-text-color: #ffffff;
12790
- --base-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
13821
+ --base-success-color: #00cc44;
13822
+ --base-success-color-hover: #009933;
13823
+ --base-success-bg-light: rgba(0, 204, 68, 0.25);
13824
+ --base-success-bg-subtle: rgba(0, 204, 68, 0.08);
13825
+ --base-success-border: rgba(0, 204, 68, 0.2);
13826
+ --base-success-text: #155724;
13827
+ --base-success-text-light: #d4edda;
13828
+ --base-text-on-success: #ffffff;
13829
+ --base-danger-color: #ff0000;
13830
+ --base-danger-color-hover: #cc0000;
13831
+ --base-danger-bg-light: rgba(255, 0, 0, 0.25);
13832
+ --base-danger-bg-subtle: rgba(255, 0, 0, 0.08);
13833
+ --base-danger-border: rgba(255, 0, 0, 0.2);
13834
+ --base-danger-text: #721c24;
13835
+ --base-danger-text-light: #f8d7da;
13836
+ --base-text-on-danger: #ffffff;
13837
+ --base-warning-color: #ff6600;
13838
+ --base-warning-color-hover: #e55a00;
13839
+ --base-warning-bg-light: rgba(255, 102, 0, 0.25);
13840
+ --base-warning-bg-subtle: rgba(255, 102, 0, 0.08);
13841
+ --base-warning-border: rgba(255, 102, 0, 0.2);
13842
+ --base-warning-text: #856404;
13843
+ --base-warning-text-light: #fff3cd;
13844
+ --base-text-on-warning: #ffffff;
13845
+ --base-info-color: #0099ff;
13846
+ --base-info-color-hover: #0077cc;
13847
+ --base-info-bg-light: rgba(0, 153, 255, 0.25);
13848
+ --base-info-bg-subtle: rgba(0, 153, 255, 0.08);
13849
+ --base-info-border: rgba(0, 153, 255, 0.2);
13850
+ --base-info-text: #0c5460;
13851
+ --base-info-text-light: #d1ecf1;
13852
+ --base-text-on-info: #ffffff;
13853
+ --base-hover-overlay: rgba(0, 0, 0, 0.04);
13854
+ --base-active-overlay: rgba(0, 0, 0, 0.08);
13855
+ --base-focus-ring-color: #ff0000;
13856
+ --base-focus-ring-width: 3px;
13857
+ --base-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
13858
+ --base-font-family-mono: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
12791
13859
  --base-font-size-2xs: 1;
12792
13860
  --base-font-size-xs: 1.2;
12793
13861
  --base-font-size-sm: 1.4;
@@ -12798,9 +13866,10 @@ html.font-size-4xl {
12798
13866
  --base-font-weight-normal: 400;
12799
13867
  --base-font-weight-medium: 500;
12800
13868
  --base-font-weight-semibold: 600;
12801
- --base-line-height-tight: 1.2;
13869
+ --base-font-weight-bold: 700;
13870
+ --base-line-height-tight: 1.25;
12802
13871
  --base-line-height-normal: 1.5;
12803
- --base-line-height-relaxed: 1.8;
13872
+ --base-line-height-relaxed: 1.75;
12804
13873
  --base-border-radius-sm: 0;
12805
13874
  --base-border-radius-md: 0;
12806
13875
  --base-border-radius-lg: 0;
@@ -12827,7 +13896,7 @@ html.font-size-4xl {
12827
13896
  --pa-footer-bg: #000000;
12828
13897
  --pa-footer-border-color: #333333;
12829
13898
  --pa-btn-primary-bg: #ff0000;
12830
- --pa-btn-primary-bg-hover: #cc0000;
13899
+ --pa-btn-primary-bg-hover: #ff3333;
12831
13900
  --pa-btn-primary-bg-light: rgba(255, 0, 0, 0.25);
12832
13901
  --pa-btn-primary-text: #ffffff;
12833
13902
  --pa-btn-secondary-bg: #333333;
@@ -12852,31 +13921,31 @@ html.font-size-4xl {
12852
13921
  --pa-btn-dark-bg-hover: #1a1a1a;
12853
13922
  --pa-btn-dark-text: #ffffff;
12854
13923
  --pa-success-bg: #00cc44;
12855
- --pa-success-bg-hover: #1e7e34;
13924
+ --pa-success-bg-hover: #009933;
12856
13925
  --pa-success-bg-light: rgba(0, 204, 68, 0.25);
12857
- --pa-success-bg-subtle: rgba(40, 167, 69, 0.08);
12858
- --pa-success-border: rgba(40, 167, 69, 0.2);
13926
+ --pa-success-bg-subtle: rgba(0, 204, 68, 0.08);
13927
+ --pa-success-border: rgba(0, 204, 68, 0.2);
12859
13928
  --pa-success-text: #155724;
12860
13929
  --pa-success-text-light: #d4edda;
12861
13930
  --pa-danger-bg: #ff0000;
12862
- --pa-danger-bg-hover: #c82333;
13931
+ --pa-danger-bg-hover: #cc0000;
12863
13932
  --pa-danger-bg-light: rgba(255, 0, 0, 0.25);
12864
- --pa-danger-bg-subtle: rgba(220, 53, 69, 0.08);
12865
- --pa-danger-border: rgba(220, 53, 69, 0.2);
13933
+ --pa-danger-bg-subtle: rgba(255, 0, 0, 0.08);
13934
+ --pa-danger-border: rgba(255, 0, 0, 0.2);
12866
13935
  --pa-danger-text: #721c24;
12867
13936
  --pa-danger-text-light: #f8d7da;
12868
13937
  --pa-warning-bg: #ff6600;
12869
- --pa-warning-bg-hover: #e0a800;
13938
+ --pa-warning-bg-hover: #e55a00;
12870
13939
  --pa-warning-bg-light: rgba(255, 102, 0, 0.25);
12871
- --pa-warning-bg-subtle: rgba(255, 193, 7, 0.08);
12872
- --pa-warning-border: rgba(255, 193, 7, 0.2);
13940
+ --pa-warning-bg-subtle: rgba(255, 102, 0, 0.08);
13941
+ --pa-warning-border: rgba(255, 102, 0, 0.2);
12873
13942
  --pa-warning-text: #856404;
12874
13943
  --pa-warning-text-light: #fff3cd;
12875
- --pa-info-bg: #17a2b8;
12876
- --pa-info-bg-hover: #117a8b;
12877
- --pa-info-bg-light: rgba(23, 162, 184, 0.1);
12878
- --pa-info-bg-subtle: rgba(23, 162, 184, 0.08);
12879
- --pa-info-border: rgba(23, 162, 184, 0.2);
13944
+ --pa-info-bg: #0099ff;
13945
+ --pa-info-bg-hover: #0077cc;
13946
+ --pa-info-bg-light: rgba(0, 153, 255, 0.25);
13947
+ --pa-info-bg-subtle: rgba(0, 153, 255, 0.08);
13948
+ --pa-info-border: rgba(0, 153, 255, 0.2);
12880
13949
  --pa-info-text: #0c5460;
12881
13950
  --pa-info-text-light: #d1ecf1;
12882
13951
  --pa-card-bg: #1a1a1a;
@@ -12889,18 +13958,18 @@ html.font-size-4xl {
12889
13958
  --pa-input-focus-border-color: #ff0000;
12890
13959
  --pa-select-focus-border-color: #ff0000;
12891
13960
  --pa-textarea-focus-border-color: #ff0000;
12892
- --pa-checkbox-border-color: #e1e5e9;
13961
+ --pa-checkbox-border-color: #333333;
12893
13962
  --pa-checkbox-border-color-hover: #ff0000;
12894
13963
  --pa-checkbox-border-color-checked: #ff0000;
12895
- --pa-checkbox-bg: #ffffff;
13964
+ --pa-checkbox-bg: #1a1a1a;
12896
13965
  --pa-checkbox-bg-checked: #ff0000;
12897
13966
  --pa-checkbox-bg-indeterminate: #ff0000;
12898
13967
  --pa-checkbox-checkmark-color: white;
12899
13968
  --pa-checkbox-focus-shadow: 0 0 0 2px rgba(255, 0, 0, 0.25);
12900
- --pa-input-group-prepend-bg: #f8f9fa;
12901
- --pa-input-group-prepend-text: #6c757d;
12902
- --pa-input-group-append-bg: #f8f9fa;
12903
- --pa-input-group-append-text: #6c757d;
13969
+ --pa-input-group-prepend-bg: #0a0a0a;
13970
+ --pa-input-group-prepend-text: #cccccc;
13971
+ --pa-input-group-append-bg: #0a0a0a;
13972
+ --pa-input-group-append-text: #cccccc;
12904
13973
  --pa-table-bg: #1a1a1a;
12905
13974
  --pa-table-header-bg: #000000;
12906
13975
  --pa-table-stripe: #2a2a2a;
@@ -12908,18 +13977,18 @@ html.font-size-4xl {
12908
13977
  --pa-table-hover-accent-color: #ff0000;
12909
13978
  --pa-modal-overlay-bg: rgba(0, 0, 0, 0.8);
12910
13979
  --pa-modal-content-bg: #1a1a1a;
12911
- --pa-alert-success-bg: rgba(40, 167, 69, 0.08);
12912
- --pa-alert-success-border: rgba(40, 167, 69, 0.2);
12913
- --pa-alert-success-text: #28a745;
12914
- --pa-alert-danger-bg: rgba(220, 53, 69, 0.08);
12915
- --pa-alert-danger-border: rgba(220, 53, 69, 0.2);
12916
- --pa-alert-danger-text: #dc3545;
12917
- --pa-alert-warning-bg: rgba(255, 193, 7, 0.08);
12918
- --pa-alert-warning-border: rgba(255, 193, 7, 0.2);
12919
- --pa-alert-warning-text: #ffc107;
12920
- --pa-alert-info-bg: rgba(23, 162, 184, 0.08);
12921
- --pa-alert-info-border: rgba(23, 162, 184, 0.2);
12922
- --pa-alert-info-text: #17a2b8;
13980
+ --pa-alert-success-bg: rgba(0, 204, 68, 0.08);
13981
+ --pa-alert-success-border: rgba(0, 204, 68, 0.2);
13982
+ --pa-alert-success-text: #00cc44;
13983
+ --pa-alert-danger-bg: rgba(255, 0, 0, 0.08);
13984
+ --pa-alert-danger-border: rgba(255, 0, 0, 0.2);
13985
+ --pa-alert-danger-text: #ff0000;
13986
+ --pa-alert-warning-bg: rgba(255, 102, 0, 0.08);
13987
+ --pa-alert-warning-border: rgba(255, 102, 0, 0.2);
13988
+ --pa-alert-warning-text: #ff6600;
13989
+ --pa-alert-info-bg: rgba(0, 153, 255, 0.08);
13990
+ --pa-alert-info-border: rgba(0, 153, 255, 0.2);
13991
+ --pa-alert-info-text: #0099ff;
12923
13992
  --pa-badge-success-bg: #d4edda;
12924
13993
  --pa-badge-success-text: #155724;
12925
13994
  --pa-badge-warning-bg: #fff3cd;
@@ -12929,29 +13998,38 @@ html.font-size-4xl {
12929
13998
  --pa-badge-danger-bg: #f8d7da;
12930
13999
  --pa-badge-danger-text: #721c24;
12931
14000
  --pa-composite-badge-icon-bg: #6c757d;
12932
- --pa-composite-badge-label-bg: #e9ecef;
12933
- --pa-composite-badge-label-text: #495057;
12934
- --pa-composite-badge-label-hover-bg: #dee2e6;
12935
- --pa-tooltip-bg: #2c3e50;
14001
+ --pa-composite-badge-label-bg: #333333;
14002
+ --pa-composite-badge-label-text: #ffffff;
14003
+ --pa-composite-badge-label-hover-bg: #333333;
14004
+ --pa-tooltip-bg: #333333;
12936
14005
  --pa-tooltip-text: #ffffff;
12937
- --pa-popover-content-bg: #ffffff;
14006
+ --pa-popover-content-bg: #1a1a1a;
12938
14007
  --pa-popover-text-light: #ffffff;
12939
14008
  --pa-popover-text-dark: #000000;
12940
14009
  --pa-loader-overlay-bg: rgba(255, 255, 255, 0.8);
12941
14010
  --pa-profile-overlay-bg: rgba(0, 0, 0, 0.3);
12942
14011
  --pa-command-palette-backdrop-bg: rgba(0, 0, 0, 0.5);
12943
- --pa-command-palette-item-hover-bg: rgba(0, 123, 255, 0.05);
12944
- --pa-command-palette-item-active-bg: rgba(0, 123, 255, 0.1);
12945
- --pa-command-palette-highlight-bg: rgba(0, 123, 255, 0.2);
12946
- --pa-command-palette-highlight-text: #007bff;
14012
+ --pa-command-palette-item-hover-bg: rgba(255, 0, 0, 0.05);
14013
+ --pa-command-palette-item-active-bg: rgba(255, 0, 0, 0.1);
14014
+ --pa-command-palette-highlight-bg: rgba(255, 0, 0, 0.2);
14015
+ --pa-command-palette-highlight-text: #ff0000;
12947
14016
  --pa-multiselect-dropdown-bg: #1a1a1a;
12948
14017
  --pa-multiselect-dropdown-border: #333333;
12949
14018
  --pa-multiselect-dropdown-text: #ffffff;
12950
- --pa-multiselect-hint-bg: #f8f9fa;
12951
- --pa-multiselect-hint-border: #e1e5e9;
12952
- --pa-multiselect-option-hover-bg: #f8f9fa;
12953
- --pa-multiselect-pill-bg: rgba(0, 123, 255, 0.05);
12954
- --pa-multiselect-pill-border: #007bff;
14019
+ --pa-multiselect-hint-bg: #0a0a0a;
14020
+ --pa-multiselect-hint-border: #333333;
14021
+ --pa-multiselect-option-hover-bg: #0a0a0a;
14022
+ --pa-multiselect-pill-bg: rgba(255, 0, 0, 0.25);
14023
+ --pa-multiselect-pill-border: #ff0000;
14024
+ --pa-color-1: transparent;
14025
+ --pa-color-2: transparent;
14026
+ --pa-color-3: transparent;
14027
+ --pa-color-4: transparent;
14028
+ --pa-color-5: transparent;
14029
+ --pa-color-6: transparent;
14030
+ --pa-color-7: transparent;
14031
+ --pa-color-8: transparent;
14032
+ --pa-color-9: transparent;
12955
14033
  --drp-dropdown-bg: #1a1a1a;
12956
14034
  --drp-border-color: #333333;
12957
14035
  --drp-primary-bg: #2a2a2a;
@@ -13028,6 +14106,9 @@ html.font-size-4xl {
13028
14106
  --pa-warning-bg-light: rgba(255, 102, 0, 0.1);
13029
14107
  --pa-danger-bg-light: rgba(255, 0, 0, 0.1);
13030
14108
  --pa-info-bg-light: rgba(0, 153, 255, 0.1);
14109
+ --base-surface-1: #ffffff;
14110
+ --base-surface-2: #f1f3f5;
14111
+ --base-surface-3: #e9ecef;
13031
14112
  --base-primary-bg: #f1f3f5;
13032
14113
  --base-primary-bg-hover: #e9ecef;
13033
14114
  --base-text-color-1: #212529;
@@ -13085,3 +14166,9 @@ html.font-size-4xl {
13085
14166
  background-color: #e9ecef !important;
13086
14167
  color: #212529 !important;
13087
14168
  }
14169
+ .pa-mode-light .pa-profile-panel__header .pa-profile-panel__name {
14170
+ color: var(--pa-header-text);
14171
+ }
14172
+ .pa-mode-light .pa-profile-panel__header .pa-profile-panel__email {
14173
+ color: var(--pa-header-text-secondary);
14174
+ }