@keenmate/pure-admin-theme-express 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.
package/dist/express.css CHANGED
@@ -1,10 +1,67 @@
1
1
  @charset "UTF-8";
2
2
  /* Express Theme - Bold yellow and red palette inspired by logistics brands */
3
+ /* cyrillic-ext */
3
4
  @font-face {
4
- font-family: "Delivery";
5
- src: url(/fonts/Delivery/Delivery_W_Rg.woff2) format("woff2");
5
+ font-family: "Fira Sans Condensed";
6
+ font-style: normal;
7
+ font-weight: 400;
8
+ font-display: swap;
9
+ src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfvtrftV.woff2) format("woff2");
10
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
11
+ }
12
+ /* cyrillic */
13
+ @font-face {
14
+ font-family: "Fira Sans Condensed";
15
+ font-style: normal;
16
+ font-weight: 400;
17
+ font-display: swap;
18
+ src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfLtrftV.woff2) format("woff2");
19
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
20
+ }
21
+ /* greek-ext */
22
+ @font-face {
23
+ font-family: "Fira Sans Condensed";
24
+ font-style: normal;
25
+ font-weight: 400;
26
+ font-display: swap;
27
+ src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfrtrftV.woff2) format("woff2");
28
+ unicode-range: U+1F00-1FFF;
29
+ }
30
+ /* greek */
31
+ @font-face {
32
+ font-family: "Fira Sans Condensed";
33
+ font-style: normal;
34
+ font-weight: 400;
35
+ font-display: swap;
36
+ src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfXtrftV.woff2) format("woff2");
37
+ unicode-range: U+0370-03FF;
38
+ }
39
+ /* vietnamese */
40
+ @font-face {
41
+ font-family: "Fira Sans Condensed";
42
+ font-style: normal;
43
+ font-weight: 400;
44
+ font-display: swap;
45
+ src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfntrftV.woff2) format("woff2");
46
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
47
+ }
48
+ /* latin-ext */
49
+ @font-face {
50
+ font-family: "Fira Sans Condensed";
51
+ font-style: normal;
6
52
  font-weight: 400;
53
+ font-display: swap;
54
+ src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfjtrftV.woff2) format("woff2");
55
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
56
+ }
57
+ /* latin */
58
+ @font-face {
59
+ font-family: "Fira Sans Condensed";
7
60
  font-style: normal;
61
+ font-weight: 400;
62
+ font-display: swap;
63
+ src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfbtrQ.woff2) format("woff2");
64
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
8
65
  }
9
66
  /* ========================================
10
67
  Reset and Base Styles
@@ -78,7 +135,7 @@ figure {
78
135
  body {
79
136
  margin: 0;
80
137
  padding: 0;
81
- font-family: "Delivery", system-ui, -apple-system, sans-serif;
138
+ font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
82
139
  font-size: 1.6rem;
83
140
  color: var(--pa-text-primary);
84
141
  background-color: var(--pa-primary-bg);
@@ -113,6 +170,42 @@ label {
113
170
  font-size: inherit;
114
171
  }
115
172
 
173
+ /* Webkit browsers (Chrome, Safari, Edge) */
174
+ *::-webkit-scrollbar {
175
+ width: 6px;
176
+ height: 6px;
177
+ }
178
+
179
+ *::-webkit-scrollbar-track {
180
+ background: var(--pa-primary-bg);
181
+ border-radius: 3px;
182
+ }
183
+
184
+ *::-webkit-scrollbar-thumb {
185
+ background: #E5E5E5;
186
+ border-radius: 3px;
187
+ border: 1px solid var(--pa-primary-bg);
188
+ }
189
+
190
+ *::-webkit-scrollbar-thumb:hover {
191
+ background: #D40511;
192
+ border-color: rgba(212, 5, 17, 0.12);
193
+ }
194
+
195
+ *::-webkit-scrollbar-thumb:active {
196
+ background: rgba(212, 5, 17, 0.12);
197
+ }
198
+
199
+ *::-webkit-scrollbar-corner {
200
+ background: var(--pa-primary-bg);
201
+ }
202
+
203
+ /* Firefox */
204
+ * {
205
+ scrollbar-width: thin;
206
+ scrollbar-color: var(--pa-border-color) var(--pa-primary-bg);
207
+ }
208
+
116
209
  /* ========================================
117
210
  Layout V2 - Based on Testbench Structure
118
211
  ======================================== */
@@ -2445,8 +2538,8 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2445
2538
  }
2446
2539
 
2447
2540
  .pa-card__header {
2448
- padding: 0.8rem 1.6rem;
2449
- min-height: 5rem;
2541
+ padding: 0.8rem 1rem;
2542
+ min-height: 4rem;
2450
2543
  border-top-left-radius: 8px;
2451
2544
  border-top-right-radius: 8px;
2452
2545
  border-bottom: 1px solid var(--pa-border-color);
@@ -2507,10 +2600,11 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2507
2600
  color: var(--pa-text-primary);
2508
2601
  font-size: 1.6rem;
2509
2602
  font-weight: 600;
2603
+ line-height: 1;
2510
2604
  }
2511
2605
 
2512
2606
  .pa-card__body {
2513
- padding: 1.6rem 1.6rem 1.6rem 1.6rem;
2607
+ padding: 1.6rem 1rem;
2514
2608
  flex: 1;
2515
2609
  }
2516
2610
 
@@ -2523,7 +2617,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2523
2617
  }
2524
2618
 
2525
2619
  .pa-card__footer {
2526
- padding: 1.2rem 1.6rem;
2620
+ padding: 1.2rem 1rem;
2527
2621
  border-top: 1px solid var(--pa-border-color);
2528
2622
  border-bottom-left-radius: 8px;
2529
2623
  border-bottom-right-radius: 8px;
@@ -2632,7 +2726,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2632
2726
  }
2633
2727
 
2634
2728
  .pa-card__tab {
2635
- padding: 1.2rem 1.6rem;
2729
+ padding: 1.2rem 1rem;
2636
2730
  border: none;
2637
2731
  background: none;
2638
2732
  color: var(--pa-text-secondary);
@@ -2939,8 +3033,23 @@ a.pa-card p {
2939
3033
  justify-content: center;
2940
3034
  }
2941
3035
 
3036
+ .pa-tabs--border-top {
3037
+ border-bottom: none;
3038
+ border-top: 1px solid var(--pa-border-color);
3039
+ }
3040
+
3041
+ .pa-tabs--border-top .pa-tabs__item {
3042
+ border-bottom: none;
3043
+ border-top: 2px solid transparent;
3044
+ }
3045
+
3046
+ .pa-tabs--border-top .pa-tabs__item--active {
3047
+ border-top-color: #D40511;
3048
+ border-bottom-color: transparent;
3049
+ }
3050
+
2942
3051
  .pa-tabs--sm .pa-tabs__item {
2943
- padding: 0.6rem 1rem;
3052
+ padding: 0.8rem 1rem;
2944
3053
  font-size: 1.2rem;
2945
3054
  }
2946
3055
 
@@ -2949,7 +3058,7 @@ a.pa-card p {
2949
3058
  }
2950
3059
 
2951
3060
  .pa-tabs--lg .pa-tabs__item {
2952
- padding: 1rem 1.4rem;
3061
+ padding: 0.8rem 1.4rem;
2953
3062
  font-size: 1.8rem;
2954
3063
  }
2955
3064
 
@@ -2960,7 +3069,7 @@ a.pa-card p {
2960
3069
  .pa-tabs__container--bordered {
2961
3070
  border: 1px solid var(--pa-border-color);
2962
3071
  border-radius: 8px;
2963
- padding: 1.6rem;
3072
+ padding: 1.6rem 1rem;
2964
3073
  background-color: var(--pa-card-bg);
2965
3074
  }
2966
3075
 
@@ -2988,7 +3097,7 @@ a.pa-card p {
2988
3097
  .pa-tabs__vertical-layout--bordered {
2989
3098
  border: 1px solid var(--pa-border-color);
2990
3099
  border-radius: 8px;
2991
- padding: 1.6rem;
3100
+ padding: 1.6rem 1rem;
2992
3101
  background-color: var(--pa-card-bg);
2993
3102
  }
2994
3103
 
@@ -3000,86 +3109,6 @@ a.pa-card p {
3000
3109
  width: 100%;
3001
3110
  }
3002
3111
 
3003
- .pa-tabs .pa-tabs__item--w-1x {
3004
- min-width: 1rem;
3005
- }
3006
-
3007
- .pa-tabs .pa-tabs__item--w-2x {
3008
- min-width: 2rem;
3009
- }
3010
-
3011
- .pa-tabs .pa-tabs__item--w-3x {
3012
- min-width: 3rem;
3013
- }
3014
-
3015
- .pa-tabs .pa-tabs__item--w-4x {
3016
- min-width: 4rem;
3017
- }
3018
-
3019
- .pa-tabs .pa-tabs__item--w-5x {
3020
- min-width: 5rem;
3021
- }
3022
-
3023
- .pa-tabs .pa-tabs__item--w-6x {
3024
- min-width: 6rem;
3025
- }
3026
-
3027
- .pa-tabs .pa-tabs__item--w-7x {
3028
- min-width: 7rem;
3029
- }
3030
-
3031
- .pa-tabs .pa-tabs__item--w-8x {
3032
- min-width: 8rem;
3033
- }
3034
-
3035
- .pa-tabs .pa-tabs__item--w-9x {
3036
- min-width: 9rem;
3037
- }
3038
-
3039
- .pa-tabs .pa-tabs__item--w-10x {
3040
- min-width: 10rem;
3041
- }
3042
-
3043
- .pa-tabs .pa-tabs__item--h-1x {
3044
- min-height: 1rem;
3045
- }
3046
-
3047
- .pa-tabs .pa-tabs__item--h-2x {
3048
- min-height: 2rem;
3049
- }
3050
-
3051
- .pa-tabs .pa-tabs__item--h-3x {
3052
- min-height: 3rem;
3053
- }
3054
-
3055
- .pa-tabs .pa-tabs__item--h-4x {
3056
- min-height: 4rem;
3057
- }
3058
-
3059
- .pa-tabs .pa-tabs__item--h-5x {
3060
- min-height: 5rem;
3061
- }
3062
-
3063
- .pa-tabs .pa-tabs__item--h-6x {
3064
- min-height: 6rem;
3065
- }
3066
-
3067
- .pa-tabs .pa-tabs__item--h-7x {
3068
- min-height: 7rem;
3069
- }
3070
-
3071
- .pa-tabs .pa-tabs__item--h-8x {
3072
- min-height: 8rem;
3073
- }
3074
-
3075
- .pa-tabs .pa-tabs__item--h-9x {
3076
- min-height: 9rem;
3077
- }
3078
-
3079
- .pa-tabs .pa-tabs__item--h-10x {
3080
- min-height: 10rem;
3081
- }
3082
-
3083
3112
  /* ========================================
3084
3113
  Statistics Components
3085
3114
  Stat displays with icons, hero variant, and square variant
@@ -3116,8 +3145,8 @@ a.pa-card p {
3116
3145
  }
3117
3146
 
3118
3147
  .pa-stat__icon--info {
3119
- background-color: rgba(23, 162, 184, 0.1);
3120
- color: #17a2b8;
3148
+ background-color: rgba(6, 182, 212, 0.1);
3149
+ color: #06b6d4;
3121
3150
  }
3122
3151
 
3123
3152
  .pa-stat__content {
@@ -3155,7 +3184,7 @@ a.pa-card p {
3155
3184
  font-size: 3.2rem;
3156
3185
  font-weight: 700;
3157
3186
  color: var(--pa-text-primary);
3158
- line-height: 1;
3187
+ line-height: 1.1;
3159
3188
  margin-bottom: 0.8rem;
3160
3189
  }
3161
3190
 
@@ -3199,7 +3228,7 @@ a.pa-card p {
3199
3228
  .pa-stat--square .pa-stat__number {
3200
3229
  font-size: clamp(4.8rem, 8vw, 7.2rem);
3201
3230
  font-weight: 700;
3202
- line-height: 1;
3231
+ line-height: 1.1;
3203
3232
  color: inherit;
3204
3233
  z-index: 2px;
3205
3234
  position: relative;
@@ -3212,7 +3241,7 @@ a.pa-card p {
3212
3241
  .pa-stat--square .pa-stat__symbol {
3213
3242
  font-size: clamp(6.4rem, 10vw, 9.6rem);
3214
3243
  font-weight: 700;
3215
- line-height: 1;
3244
+ line-height: 1.1;
3216
3245
  opacity: 0.12;
3217
3246
  color: inherit;
3218
3247
  position: absolute;
@@ -3250,13 +3279,13 @@ a.pa-card p {
3250
3279
  }
3251
3280
 
3252
3281
  .pa-stat--square.pa-stat--info {
3253
- background-color: #17a2b8;
3282
+ background-color: #06b6d4;
3254
3283
  color: #ffffff;
3255
3284
  }
3256
3285
 
3257
3286
  .pa-stat--square.pa-stat--warning {
3258
3287
  background-color: #f59e0b;
3259
- color: #212529;
3288
+ color: #ffffff;
3260
3289
  }
3261
3290
 
3262
3291
  .pa-stat--square.pa-stat--danger {
@@ -3360,7 +3389,7 @@ a.pa-card p {
3360
3389
 
3361
3390
  .pa-list-basic--icon.pa-list-basic--info li::before {
3362
3391
  content: "→";
3363
- color: #17a2b8;
3392
+ color: #06b6d4;
3364
3393
  }
3365
3394
 
3366
3395
  .pa-list-basic--icon.pa-list-basic--warning li::before {
@@ -3433,7 +3462,7 @@ a.pa-card p {
3433
3462
  display: flex;
3434
3463
  align-items: center;
3435
3464
  gap: 1.2rem;
3436
- padding: 1.2rem 1.6rem;
3465
+ padding: 1.2rem 1rem;
3437
3466
  border-bottom: 1px solid var(--pa-border-color);
3438
3467
  }
3439
3468
 
@@ -3584,64 +3613,6 @@ a.pa-card p {
3584
3613
  border-color: var(--pa-btn-dark-bg);
3585
3614
  }
3586
3615
 
3587
- .pa-badge--w-1x {
3588
- min-width: 1.6rem;
3589
- max-width: 1.6rem;
3590
- }
3591
-
3592
- .pa-badge--w-2x {
3593
- min-width: 3.2rem;
3594
- max-width: 3.2rem;
3595
- }
3596
-
3597
- .pa-badge--w-3x {
3598
- min-width: 4.8rem;
3599
- max-width: 4.8rem;
3600
- }
3601
-
3602
- .pa-badge--w-4x {
3603
- min-width: 6.4rem;
3604
- max-width: 6.4rem;
3605
- }
3606
-
3607
- .pa-badge--w-5x {
3608
- min-width: 8rem;
3609
- max-width: 8rem;
3610
- }
3611
-
3612
- .pa-badge--w-6x {
3613
- min-width: 9.6rem;
3614
- max-width: 9.6rem;
3615
- }
3616
-
3617
- .pa-badge--w-7x {
3618
- min-width: 11.2rem;
3619
- max-width: 11.2rem;
3620
- }
3621
-
3622
- .pa-badge--w-8x {
3623
- min-width: 12.8rem;
3624
- max-width: 12.8rem;
3625
- }
3626
-
3627
- .pa-badge--w-9x {
3628
- min-width: 14.4rem;
3629
- max-width: 14.4rem;
3630
- }
3631
-
3632
- .pa-badge--w-10x {
3633
- min-width: 16rem;
3634
- max-width: 16rem;
3635
- }
3636
-
3637
- .pa-badge[class*="--w-"] {
3638
- display: inline-block;
3639
- overflow: hidden;
3640
- text-overflow: ellipsis;
3641
- white-space: nowrap;
3642
- vertical-align: middle;
3643
- }
3644
-
3645
3616
  .pa-badge--ellipsis-left {
3646
3617
  direction: rtl;
3647
3618
  text-align: left;
@@ -3751,7 +3722,7 @@ a.pa-card p {
3751
3722
  }
3752
3723
 
3753
3724
  .pa-composite-badge--secondary .pa-composite-badge__label {
3754
- background-color: #f8f9fa;
3725
+ background-color: #F2F2F2;
3755
3726
  color: var(--pa-text-secondary);
3756
3727
  }
3757
3728
 
@@ -3779,7 +3750,7 @@ a.pa-card p {
3779
3750
 
3780
3751
  .pa-composite-badge--success .pa-composite-badge__label {
3781
3752
  background-color: #d4edda;
3782
- color: #155724;
3753
+ color: #065f46;
3783
3754
  }
3784
3755
 
3785
3756
  .pa-composite-badge--success .pa-composite-badge__label:hover {
@@ -3806,7 +3777,7 @@ a.pa-card p {
3806
3777
 
3807
3778
  .pa-composite-badge--danger .pa-composite-badge__label {
3808
3779
  background-color: #f8d7da;
3809
- color: #721c24;
3780
+ color: #7f1d1d;
3810
3781
  }
3811
3782
 
3812
3783
  .pa-composite-badge--danger .pa-composite-badge__label:hover {
@@ -3833,7 +3804,7 @@ a.pa-card p {
3833
3804
 
3834
3805
  .pa-composite-badge--warning .pa-composite-badge__label {
3835
3806
  background-color: #fff3cd;
3836
- color: #856404;
3807
+ color: #78350f;
3837
3808
  }
3838
3809
 
3839
3810
  .pa-composite-badge--warning .pa-composite-badge__label:hover {
@@ -3846,7 +3817,7 @@ a.pa-card p {
3846
3817
  }
3847
3818
 
3848
3819
  .pa-composite-badge--warning .pa-composite-badge__button:hover {
3849
- background-color: #e0a800;
3820
+ background-color: #d97706;
3850
3821
  }
3851
3822
 
3852
3823
  .pa-composite-badge--warning .pa-composite-badge__button:focus {
@@ -3860,7 +3831,7 @@ a.pa-card p {
3860
3831
 
3861
3832
  .pa-composite-badge--info .pa-composite-badge__label {
3862
3833
  background-color: #d1ecf1;
3863
- color: #0c5460;
3834
+ color: #164e63;
3864
3835
  }
3865
3836
 
3866
3837
  .pa-composite-badge--info .pa-composite-badge__label:hover {
@@ -3952,7 +3923,7 @@ a.pa-card p {
3952
3923
 
3953
3924
  .pa-composite-badge--warning .pa-composite-badge__icon {
3954
3925
  background-color: #f59e0b;
3955
- color: #212529;
3926
+ color: #ffffff;
3956
3927
  }
3957
3928
 
3958
3929
  .pa-composite-badge--info .pa-composite-badge__icon {
@@ -3988,7 +3959,7 @@ a.pa-card p {
3988
3959
 
3989
3960
  .pa-composite-badge--label-success .pa-composite-badge__label {
3990
3961
  background-color: #d4edda;
3991
- color: #155724;
3962
+ color: #065f46;
3992
3963
  }
3993
3964
 
3994
3965
  .pa-composite-badge--label-success .pa-composite-badge__label:hover {
@@ -3997,7 +3968,7 @@ a.pa-card p {
3997
3968
 
3998
3969
  .pa-composite-badge--label-danger .pa-composite-badge__label {
3999
3970
  background-color: #f8d7da;
4000
- color: #721c24;
3971
+ color: #7f1d1d;
4001
3972
  }
4002
3973
 
4003
3974
  .pa-composite-badge--label-danger .pa-composite-badge__label:hover {
@@ -4006,7 +3977,7 @@ a.pa-card p {
4006
3977
 
4007
3978
  .pa-composite-badge--label-warning .pa-composite-badge__label {
4008
3979
  background-color: #fff3cd;
4009
- color: #856404;
3980
+ color: #78350f;
4010
3981
  }
4011
3982
 
4012
3983
  .pa-composite-badge--label-warning .pa-composite-badge__label:hover {
@@ -4015,7 +3986,7 @@ a.pa-card p {
4015
3986
 
4016
3987
  .pa-composite-badge--label-info .pa-composite-badge__label {
4017
3988
  background-color: #d1ecf1;
4018
- color: #0c5460;
3989
+ color: #164e63;
4019
3990
  }
4020
3991
 
4021
3992
  .pa-composite-badge--label-info .pa-composite-badge__label:hover {
@@ -4078,11 +4049,11 @@ a.pa-card p {
4078
4049
 
4079
4050
  .pa-composite-badge--btn-warning .pa-composite-badge__button {
4080
4051
  background-color: #f59e0b;
4081
- color: #212529;
4052
+ color: #ffffff;
4082
4053
  }
4083
4054
 
4084
4055
  .pa-composite-badge--btn-warning .pa-composite-badge__button:hover {
4085
- background-color: #e0a800;
4056
+ background-color: #d97706;
4086
4057
  }
4087
4058
 
4088
4059
  .pa-composite-badge--btn-warning .pa-composite-badge__button:focus {
@@ -4341,27 +4312,23 @@ a.pa-card p {
4341
4312
  }
4342
4313
 
4343
4314
  .pa-btn--xs {
4344
- padding: 0.4rem 0.8rem;
4315
+ padding: 0.6rem 0.8rem;
4345
4316
  font-size: 1.2rem;
4346
- min-height: 2.8rem;
4347
4317
  }
4348
4318
 
4349
4319
  .pa-btn--sm {
4350
- padding: 0.6rem 1rem;
4320
+ padding: 0.8rem 1rem;
4351
4321
  font-size: 1.4rem;
4352
- min-height: 3.2rem;
4353
4322
  }
4354
4323
 
4355
4324
  .pa-btn--lg {
4356
- padding: 1rem 1.4rem;
4325
+ padding: 0.8rem 1.4rem;
4357
4326
  font-size: 1.6rem;
4358
- min-height: 4rem;
4359
4327
  }
4360
4328
 
4361
4329
  .pa-btn--xl {
4362
- padding: 1.2rem 1.6rem;
4330
+ padding: 0.8rem 1.6rem;
4363
4331
  font-size: 1.8rem;
4364
- min-height: 4.4rem;
4365
4332
  }
4366
4333
 
4367
4334
  .pa-btn--success {
@@ -4610,46 +4577,6 @@ a.pa-card p {
4610
4577
  margin: 0;
4611
4578
  }
4612
4579
 
4613
- .pa-btn--w-1x {
4614
- min-width: 1.6rem;
4615
- }
4616
-
4617
- .pa-btn--w-2x {
4618
- min-width: 3.2rem;
4619
- }
4620
-
4621
- .pa-btn--w-3x {
4622
- min-width: 4.8rem;
4623
- }
4624
-
4625
- .pa-btn--w-4x {
4626
- min-width: 6.4rem;
4627
- }
4628
-
4629
- .pa-btn--w-5x {
4630
- min-width: 8rem;
4631
- }
4632
-
4633
- .pa-btn--w-6x {
4634
- min-width: 9.6rem;
4635
- }
4636
-
4637
- .pa-btn--w-7x {
4638
- min-width: 11.2rem;
4639
- }
4640
-
4641
- .pa-btn--w-8x {
4642
- min-width: 12.8rem;
4643
- }
4644
-
4645
- .pa-btn--w-9x {
4646
- min-width: 14.4rem;
4647
- }
4648
-
4649
- .pa-btn--w-10x {
4650
- min-width: 16rem;
4651
- }
4652
-
4653
4580
  .pa-btn--align-left {
4654
4581
  justify-content: flex-start;
4655
4582
  }
@@ -4684,19 +4611,11 @@ a.pa-card p {
4684
4611
 
4685
4612
  .pa-btn-group {
4686
4613
  display: inline-flex;
4687
- gap: 0.32rem;
4614
+ gap: 0.3rem;
4688
4615
  flex-wrap: wrap;
4689
4616
  align-items: center;
4690
4617
  }
4691
4618
 
4692
- .pa-btn-group--compact {
4693
- gap: 0.16rem;
4694
- }
4695
-
4696
- .pa-btn-group--loose {
4697
- gap: 0.8rem;
4698
- }
4699
-
4700
4619
  .pa-btn-group--vertical {
4701
4620
  flex-direction: column;
4702
4621
  align-items: flex-start;
@@ -5387,7 +5306,7 @@ a.pa-card p {
5387
5306
  align-items: center;
5388
5307
  justify-content: space-between;
5389
5308
  padding: 0.8rem 0.3rem 0.8rem 0.8rem;
5390
- border-bottom: 1px solid #e1e5e9;
5309
+ border-bottom: 1px solid #E5E5E5;
5391
5310
  background-color: var(--pa-card-header-bg);
5392
5311
  border-radius: 4px 4px 0 0;
5393
5312
  }
@@ -5514,7 +5433,7 @@ a.pa-card p {
5514
5433
  ======================================== */
5515
5434
  .pa-alert {
5516
5435
  position: relative;
5517
- padding: 1.2rem 1.6rem;
5436
+ padding: 1.2rem 1rem;
5518
5437
  margin-bottom: 1.6rem;
5519
5438
  border: 1px solid transparent;
5520
5439
  border-radius: 4px;
@@ -5558,7 +5477,7 @@ a.pa-card p {
5558
5477
  color: var(--pa-alert-danger-text);
5559
5478
  background-color: var(--pa-alert-danger-bg);
5560
5479
  border-color: var(--pa-alert-danger-border);
5561
- text-transform: uppercase;
5480
+ text-transform: none;
5562
5481
  }
5563
5482
 
5564
5483
  .pa-alert--warning {
@@ -5616,12 +5535,12 @@ a.pa-card p {
5616
5535
  }
5617
5536
 
5618
5537
  .pa-alert--sm {
5619
- padding: 1.2rem 1.6rem;
5538
+ padding: 1.2rem 1rem;
5620
5539
  font-size: 1.4rem;
5621
5540
  }
5622
5541
 
5623
5542
  .pa-alert--lg {
5624
- padding: 1.2rem 1.6rem;
5543
+ padding: 1.2rem 1rem;
5625
5544
  font-size: 1.6rem;
5626
5545
  }
5627
5546
 
@@ -5662,7 +5581,7 @@ a.pa-card p {
5662
5581
  top: 0;
5663
5582
  right: 0;
5664
5583
  z-index: 2px;
5665
- padding: 1.2rem 1.6rem;
5584
+ padding: 1.2rem 1rem;
5666
5585
  background: none;
5667
5586
  border: none;
5668
5587
  font-size: 2rem;
@@ -5712,77 +5631,202 @@ a.pa-card p {
5712
5631
  }
5713
5632
 
5714
5633
  /* ========================================
5715
- Form Components
5716
- Form groups, inputs, selects, textareas, checkboxes, radio buttons, states
5717
- ======================================== */
5718
- /* ========================================
5719
- Forms Index
5720
- Central import point for all form component modules
5721
- ======================================== */
5722
- /* ========================================
5723
- Form Layout
5724
- Form groups, form containers, horizontal layouts
5634
+ Callout Components
5635
+ Documentation-style callouts with left border accent
5636
+ For tips, notes, warnings in content areas
5725
5637
  ======================================== */
5726
- .pa-form-group {
5727
- margin-bottom: 0.8rem;
5638
+ .pa-callout {
5639
+ position: relative;
5640
+ padding: 1.2rem 1rem;
5641
+ margin-bottom: 1.6rem;
5642
+ border-left: 0.4rem solid var(--pa-border-color);
5643
+ border-radius: 4px;
5644
+ font-size: 1.4rem;
5645
+ background-color: var(--pa-card-bg);
5728
5646
  }
5729
5647
 
5730
- .pa-card__body > .pa-form-group:first-child, .pa-card__body > .pa-form > .pure-g > [class*=pure-u]:first-child > .pa-form-group:first-child, .pa-card__body > [class*=pure-u]:first-child > .pa-form-group:first-child {
5648
+ .pa-card__body .pa-callout:first-child {
5731
5649
  margin-top: 0;
5732
5650
  }
5733
5651
 
5734
- .pa-card__body > .pa-form-group:last-child, .pa-card__body > .pa-form > .pure-g > [class*=pure-u]:last-child > .pa-form-group:last-child, .pa-card__body > [class*=pure-u]:last-child > .pa-form-group:last-child {
5652
+ .pa-card__body .pa-callout:last-child {
5735
5653
  margin-bottom: 0;
5736
5654
  }
5737
5655
 
5738
- .pa-form-group--horizontal {
5739
- display: flex;
5740
- align-items: flex-start;
5741
- gap: 1.6rem;
5656
+ .pa-callout--primary {
5657
+ border-left-color: var(--pa-accent);
5658
+ background-color: rgba(212, 5, 17, 0.08);
5742
5659
  }
5743
5660
 
5744
- .pa-form-group--horizontal label {
5745
- flex-shrink: 0;
5746
- padding-top: 0.8rem;
5747
- margin-bottom: 0;
5748
- color: var(--pa-text-primary);
5749
- font-weight: 500;
5750
- font-size: 1.4rem;
5661
+ .pa-callout--secondary {
5662
+ border-left-color: var(--pa-text-secondary);
5663
+ background-color: color-mix(in srgb, var(--pa-text-secondary) 5%, transparent);
5751
5664
  }
5752
5665
 
5753
- .pa-form-group--horizontal > .pa-input,
5754
- .pa-form-group--horizontal > .pa-select,
5755
- .pa-form-group--horizontal > .pa-textarea {
5756
- flex: 1;
5666
+ .pa-callout--success {
5667
+ border-left-color: var(--pa-success-bg);
5668
+ background-color: var(--pa-success-bg-subtle);
5757
5669
  }
5758
5670
 
5759
- .pa-form .pa-form-group label {
5760
- display: flex;
5761
- align-items: center;
5762
- gap: 0.8rem;
5763
- margin-bottom: 0.3rem;
5764
- color: var(--pa-text-primary);
5765
- font-weight: 500;
5766
- font-size: 1.4rem;
5671
+ .pa-callout--danger {
5672
+ border-left-color: var(--pa-danger-bg);
5673
+ background-color: var(--pa-danger-bg-subtle);
5767
5674
  }
5768
5675
 
5769
- .pa-form .pa-form-actions {
5770
- margin-top: 1.6rem;
5771
- display: flex;
5772
- gap: 0.8rem;
5773
- flex-wrap: wrap;
5676
+ .pa-callout--warning {
5677
+ border-left-color: var(--pa-warning-bg);
5678
+ background-color: var(--pa-warning-bg-subtle);
5774
5679
  }
5775
5680
 
5776
- /* ========================================
5777
- Form Input Elements
5778
- Input, select, textarea base styles and sizes
5779
- ======================================== */
5780
- .pa-input {
5781
- width: 100%;
5782
- padding: 0.8rem 0.8rem;
5783
- border: 1px solid var(--pa-border-color);
5784
- border-radius: 4px;
5785
- font-size: 1.4rem;
5681
+ .pa-callout--info {
5682
+ border-left-color: var(--pa-info-bg);
5683
+ background-color: var(--pa-info-bg-subtle);
5684
+ }
5685
+
5686
+ .pa-callout--sm {
5687
+ padding: 0.8rem 1.2rem;
5688
+ font-size: 1.2rem;
5689
+ }
5690
+
5691
+ .pa-callout--lg {
5692
+ padding: 2.4rem 3.2rem;
5693
+ font-size: 1.6rem;
5694
+ }
5695
+
5696
+ .pa-callout__icon {
5697
+ float: left;
5698
+ margin-right: 0.8rem;
5699
+ font-size: 1.8rem;
5700
+ line-height: 1;
5701
+ }
5702
+
5703
+ .pa-callout__heading {
5704
+ margin: 0 0 0.8rem 0;
5705
+ font-size: 1.6rem;
5706
+ font-weight: 600;
5707
+ }
5708
+
5709
+ .pa-callout__content::after {
5710
+ content: "";
5711
+ display: table;
5712
+ clear: both;
5713
+ }
5714
+
5715
+ .pa-callout > *:last-child {
5716
+ margin-bottom: 0;
5717
+ }
5718
+
5719
+ .pa-callout p {
5720
+ margin: 0 0 0.8rem 0;
5721
+ }
5722
+
5723
+ .pa-callout p:last-child {
5724
+ margin-bottom: 0;
5725
+ }
5726
+
5727
+ .pa-callout ul, .pa-callout ol {
5728
+ margin: 0.8rem 0;
5729
+ padding-left: 2.4rem;
5730
+ }
5731
+
5732
+ .pa-callout ul:last-child, .pa-callout ol:last-child {
5733
+ margin-bottom: 0;
5734
+ }
5735
+
5736
+ .pa-callout code {
5737
+ background-color: rgba(0, 0, 0, 0.08);
5738
+ padding: 0.1em 0.3em;
5739
+ border-radius: 2px;
5740
+ font-size: 0.9em;
5741
+ }
5742
+
5743
+ .pa-callout a {
5744
+ color: inherit;
5745
+ text-decoration: underline;
5746
+ font-weight: 500;
5747
+ }
5748
+
5749
+ .pa-callout a:hover {
5750
+ text-decoration: none;
5751
+ }
5752
+
5753
+ .pa-callout h1, .pa-callout h2, .pa-callout h3, .pa-callout h4, .pa-callout h5, .pa-callout h6 {
5754
+ color: inherit;
5755
+ margin-top: 0;
5756
+ }
5757
+
5758
+ /* ========================================
5759
+ Form Components
5760
+ Form groups, inputs, selects, textareas, checkboxes, radio buttons, states
5761
+ ======================================== */
5762
+ /* ========================================
5763
+ Forms Index
5764
+ Central import point for all form component modules
5765
+ ======================================== */
5766
+ /* ========================================
5767
+ Form Layout
5768
+ Form groups, form containers, horizontal layouts
5769
+ ======================================== */
5770
+ .pa-form-group {
5771
+ margin-bottom: 0.8rem;
5772
+ }
5773
+
5774
+ .pa-card__body > .pa-form-group:first-child, .pa-card__body > .pa-form > .pure-g > [class*=pure-u]:first-child > .pa-form-group:first-child, .pa-card__body > [class*=pure-u]:first-child > .pa-form-group:first-child {
5775
+ margin-top: 0;
5776
+ }
5777
+
5778
+ .pa-card__body > .pa-form-group:last-child, .pa-card__body > .pa-form > .pure-g > [class*=pure-u]:last-child > .pa-form-group:last-child, .pa-card__body > [class*=pure-u]:last-child > .pa-form-group:last-child {
5779
+ margin-bottom: 0;
5780
+ }
5781
+
5782
+ .pa-form-group--horizontal {
5783
+ display: flex;
5784
+ align-items: flex-start;
5785
+ gap: 1.6rem;
5786
+ }
5787
+
5788
+ .pa-form-group--horizontal label {
5789
+ flex-shrink: 0;
5790
+ padding-top: 0.8rem;
5791
+ margin-bottom: 0;
5792
+ color: var(--pa-text-primary);
5793
+ font-weight: 500;
5794
+ font-size: 1.4rem;
5795
+ }
5796
+
5797
+ .pa-form-group--horizontal > .pa-input,
5798
+ .pa-form-group--horizontal > .pa-select,
5799
+ .pa-form-group--horizontal > .pa-textarea {
5800
+ flex: 1;
5801
+ }
5802
+
5803
+ .pa-form .pa-form-group label {
5804
+ display: flex;
5805
+ align-items: center;
5806
+ gap: 0.8rem;
5807
+ margin-bottom: 0.3rem;
5808
+ color: var(--pa-text-primary);
5809
+ font-weight: 500;
5810
+ font-size: 1.4rem;
5811
+ }
5812
+
5813
+ .pa-form .pa-form-actions {
5814
+ margin-top: 1.6rem;
5815
+ display: flex;
5816
+ gap: 0.8rem;
5817
+ flex-wrap: wrap;
5818
+ }
5819
+
5820
+ /* ========================================
5821
+ Form Input Elements
5822
+ Input, select, textarea base styles and sizes
5823
+ ======================================== */
5824
+ .pa-input {
5825
+ width: 100%;
5826
+ padding: 0.8rem 0.8rem;
5827
+ border: 1px solid var(--pa-border-color);
5828
+ border-radius: 4px;
5829
+ font-size: 1.4rem;
5786
5830
  background-color: var(--pa-input-bg);
5787
5831
  color: var(--pa-text-primary);
5788
5832
  transition: border-color 0.1s ease-out;
@@ -6333,7 +6377,7 @@ a.pa-card p {
6333
6377
  border: 1px solid transparent;
6334
6378
  border-radius: 4px;
6335
6379
  font-size: 1.4rem;
6336
- font-family: "Delivery", system-ui, -apple-system, sans-serif;
6380
+ font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
6337
6381
  white-space: pre-wrap;
6338
6382
  word-wrap: break-word;
6339
6383
  pointer-events: none;
@@ -6351,7 +6395,7 @@ a.pa-card p {
6351
6395
  border: 1px solid #E5E5E5;
6352
6396
  border-radius: 4px;
6353
6397
  font-size: 1.4rem;
6354
- font-family: "Delivery", system-ui, -apple-system, sans-serif;
6398
+ font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
6355
6399
  background: transparent;
6356
6400
  color: transparent;
6357
6401
  caret-color: var(--pa-text-primary);
@@ -6464,7 +6508,7 @@ a.pa-card p {
6464
6508
  background-color: rgba(var(--pa-text-secondary), 0.1);
6465
6509
  color: var(--pa-text-secondary);
6466
6510
  border-radius: 0.4rem;
6467
- font-family: "Delivery", system-ui, -apple-system, sans-serif;
6511
+ font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
6468
6512
  }
6469
6513
 
6470
6514
  /* ========================================
@@ -6719,7 +6763,7 @@ web-daterangepicker {
6719
6763
  /* Input colors */
6720
6764
  --drp-input-background: var(--pa-input-bg);
6721
6765
  --drp-input-color: var(--pa-text-primary);
6722
- --drp-input-border-color: #E5E5E5;
6766
+ --drp-input-border-color: 1px solid #E5E5E5;
6723
6767
  --drp-input-border-color-hover: #D40511;
6724
6768
  --drp-input-border-color-focus: #D40511;
6725
6769
  --drp-input-placeholder-color: var(--pa-text-secondary);
@@ -6820,7 +6864,7 @@ web-daterangepicker {
6820
6864
  --drp-badge-success: #10b981;
6821
6865
  --drp-badge-warning: #f59e0b;
6822
6866
  --drp-badge-danger: #98040C;
6823
- --drp-badge-info: #17a2b8;
6867
+ --drp-badge-info: #06b6d4;
6824
6868
  /* Number badges */
6825
6869
  --drp-badge-number-bg: #98040C;
6826
6870
  --drp-badge-number-color: #ffffff;
@@ -6860,7 +6904,7 @@ web-daterangepicker {
6860
6904
  --drp-button-apply-color: #ffffff;
6861
6905
  --drp-button-apply-border: #D40511;
6862
6906
  /* Button sizing */
6863
- --drp-button-padding: 0.6rem 1rem;
6907
+ --drp-button-padding: 0.8rem 1rem;
6864
6908
  --drp-button-font-size: 1.4rem;
6865
6909
  --drp-button-border-radius: 4px;
6866
6910
  --drp-button-gap: 0.8rem;
@@ -8295,18 +8339,6 @@ web-daterangepicker {
8295
8339
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
8296
8340
  }
8297
8341
  }
8298
- .text-success {
8299
- color: var(--pa-success-bg);
8300
- }
8301
-
8302
- .text-danger {
8303
- color: var(--pa-danger-bg);
8304
- }
8305
-
8306
- .text-warning {
8307
- color: var(--pa-warning-bg);
8308
- }
8309
-
8310
8342
  /* ========================================
8311
8343
  Comparison Table Component
8312
8344
  Two-column and three-column comparison tables for version control, data changes, and merge operations
@@ -8813,6 +8845,10 @@ code {
8813
8845
  position: relative;
8814
8846
  }
8815
8847
 
8848
+ .pa-profile-panel__header--no-avatar .pa-profile-panel__avatar {
8849
+ display: none;
8850
+ }
8851
+
8816
8852
  .pa-profile-panel__avatar {
8817
8853
  width: 6.4rem;
8818
8854
  height: 6.4rem;
@@ -8826,12 +8862,13 @@ code {
8826
8862
 
8827
8863
  .pa-profile-panel__avatar-icon {
8828
8864
  font-size: 3.2rem;
8829
- color: #D40511;
8865
+ color: var(--pa-accent);
8830
8866
  }
8831
8867
 
8832
8868
  .pa-profile-panel__info {
8833
8869
  flex: 1;
8834
8870
  min-width: 0;
8871
+ padding-right: 3.2rem;
8835
8872
  }
8836
8873
 
8837
8874
  .pa-profile-panel__name {
@@ -8839,6 +8876,9 @@ code {
8839
8876
  font-size: 1.8rem;
8840
8877
  font-weight: 600;
8841
8878
  color: var(--pa-text-primary);
8879
+ overflow: hidden;
8880
+ text-overflow: ellipsis;
8881
+ white-space: nowrap;
8842
8882
  }
8843
8883
 
8844
8884
  .pa-profile-panel__email {
@@ -8891,7 +8931,7 @@ code {
8891
8931
 
8892
8932
  .pa-profile-panel__body {
8893
8933
  flex: 1;
8894
- padding: 2.4rem;
8934
+ padding: 2.4rem 0;
8895
8935
  display: flex;
8896
8936
  flex-direction: column;
8897
8937
  gap: 3.2rem;
@@ -8912,7 +8952,7 @@ code {
8912
8952
  display: flex;
8913
8953
  align-items: center;
8914
8954
  gap: 1.2rem;
8915
- padding: 1.2rem 1.6rem;
8955
+ padding: 0.8rem 1.6rem;
8916
8956
  color: var(--pa-text-primary);
8917
8957
  text-decoration: none;
8918
8958
  border-radius: 4px;
@@ -8931,9 +8971,12 @@ code {
8931
8971
  }
8932
8972
 
8933
8973
  .pa-profile-panel__nav-icon {
8934
- font-size: 1.8rem;
8974
+ font-size: 1.6rem;
8935
8975
  width: 2.4rem;
8936
- text-align: center;
8976
+ height: 2.4rem;
8977
+ display: flex;
8978
+ align-items: center;
8979
+ justify-content: center;
8937
8980
  }
8938
8981
 
8939
8982
  .pa-profile-panel__actions {
@@ -8941,92 +8984,167 @@ code {
8941
8984
  flex-direction: column;
8942
8985
  gap: 1.2rem;
8943
8986
  margin-top: auto;
8987
+ padding: 0 1.6rem;
8944
8988
  }
8945
8989
 
8946
- @media (max-width: 768px) {
8947
- .pa-profile-panel__content {
8948
- width: 85vw;
8949
- max-width: 40rem;
8950
- }
8951
- .pa-header__profile-name {
8952
- display: none;
8953
- }
8990
+ .pa-profile-panel__footer {
8991
+ flex-shrink: 0;
8992
+ padding: 2.4rem;
8993
+ border-top: 1px solid var(--pa-border-color);
8994
+ background-color: var(--pa-card-bg);
8995
+ display: flex;
8996
+ flex-direction: column;
8997
+ gap: 1.2rem;
8954
8998
  }
8955
- /* Webkit browsers (Chrome, Safari, Edge) */
8956
- *::-webkit-scrollbar {
8957
- width: 10px;
8958
- height: 10px;
8999
+
9000
+ .pa-profile-panel__tabs {
9001
+ padding: 0 1.6rem;
9002
+ border-bottom: 1px solid var(--pa-border-color);
9003
+ background-color: var(--pa-header-bg);
8959
9004
  }
8960
9005
 
8961
- *::-webkit-scrollbar-track {
8962
- background: var(--pa-primary-bg);
8963
- border-radius: 4px;
9006
+ .pa-profile-panel__tabs .pa-tabs {
9007
+ border-bottom: none;
9008
+ margin-bottom: 0;
8964
9009
  }
8965
9010
 
8966
- *::-webkit-scrollbar-thumb {
8967
- background: #E5E5E5;
8968
- border-radius: 4px;
8969
- border: 1px solid var(--pa-primary-bg);
9011
+ .pa-profile-panel__tabs .pa-tabs__item {
9012
+ color: var(--pa-header-text-secondary);
9013
+ border-bottom-color: transparent;
8970
9014
  }
8971
9015
 
8972
- *::-webkit-scrollbar-thumb:hover {
8973
- background: #D40511;
8974
- border-color: rgba(212, 5, 17, 0.12);
9016
+ .pa-profile-panel__tabs .pa-tabs__item:hover {
9017
+ color: var(--pa-header-text);
9018
+ background-color: var(--pa-accent-light);
8975
9019
  }
8976
9020
 
8977
- *::-webkit-scrollbar-thumb:active {
8978
- background: rgba(212, 5, 17, 0.12);
9021
+ .pa-profile-panel__tabs .pa-tabs__item--active {
9022
+ color: var(--pa-header-text);
9023
+ border-bottom-color: var(--pa-accent);
8979
9024
  }
8980
9025
 
8981
- *::-webkit-scrollbar-corner {
8982
- background: var(--pa-primary-bg);
9026
+ .pa-profile-panel__favorites ul {
9027
+ list-style: none;
9028
+ margin: 0;
9029
+ padding: 0;
8983
9030
  }
8984
9031
 
8985
- /* Firefox */
8986
- * {
8987
- scrollbar-width: auto;
8988
- scrollbar-color: var(--pa-border-color) var(--pa-primary-bg);
9032
+ .pa-profile-panel__favorites li {
9033
+ margin-bottom: 0.8rem;
8989
9034
  }
8990
9035
 
8991
- /* ========================================
8992
- Modal Components
8993
- Modal windows with overlay, sizes, and themed headers
8994
- ======================================== */
8995
- .pa-modal {
8996
- position: fixed;
8997
- top: 0;
8998
- left: 0;
8999
- width: 100%;
9000
- height: 100%;
9001
- display: none;
9002
- justify-content: center;
9036
+ .pa-profile-panel__favorite-item {
9037
+ display: flex;
9003
9038
  align-items: center;
9004
- z-index: 7000;
9039
+ gap: 1.2rem;
9040
+ padding: 0.8rem 1.6rem;
9041
+ color: var(--pa-text-primary);
9042
+ text-decoration: none;
9043
+ border-radius: 4px;
9044
+ cursor: pointer;
9045
+ transition: background-color 0.1s ease-out, color 0.1s ease-out;
9046
+ font-weight: 500;
9005
9047
  }
9006
9048
 
9007
- .pa-modal.pa-modal--show {
9008
- display: flex;
9049
+ .pa-profile-panel__favorite-item:hover {
9050
+ background-color: var(--pa-accent-light);
9051
+ color: var(--pa-accent);
9009
9052
  }
9010
9053
 
9011
- .pa-modal.pa-modal--top {
9012
- align-items: flex-start;
9013
- padding-top: 5vh;
9054
+ .pa-profile-panel__favorite-item:focus {
9055
+ outline: 2px solid var(--pa-accent);
9056
+ outline-offset: 2px;
9014
9057
  }
9015
9058
 
9016
- .pa-modal__backdrop {
9017
- position: fixed;
9018
- top: 0;
9019
- left: 0;
9020
- width: 100%;
9021
- height: 100%;
9022
- background-color: var(--pa-modal-overlay-bg);
9023
- z-index: 6000;
9059
+ .pa-profile-panel__favorite-icon {
9060
+ font-size: 1.6rem;
9061
+ width: 2.4rem;
9062
+ height: 2.4rem;
9063
+ display: flex;
9064
+ align-items: center;
9065
+ justify-content: center;
9024
9066
  }
9025
9067
 
9026
- .pa-modal__container {
9027
- background-color: var(--pa-modal-content-bg);
9028
- border-radius: 4px;
9029
- box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
9068
+ .pa-profile-panel__favorite-label {
9069
+ flex: 1;
9070
+ }
9071
+
9072
+ .pa-profile-panel__favorite-remove {
9073
+ opacity: 0;
9074
+ margin-left: auto;
9075
+ background: none;
9076
+ border: none;
9077
+ padding: 0.4rem;
9078
+ color: var(--pa-text-secondary);
9079
+ cursor: pointer;
9080
+ border-radius: 4px;
9081
+ font-size: 1.4rem;
9082
+ line-height: 1;
9083
+ transition: opacity 0.1s ease-out, color 0.1s ease-out, background-color 0.1s ease-out;
9084
+ }
9085
+
9086
+ .pa-profile-panel__favorite-remove:hover {
9087
+ color: var(--pa-danger);
9088
+ background-color: var(--pa-danger-bg-light);
9089
+ }
9090
+
9091
+ .pa-profile-panel__favorite-item:hover .pa-profile-panel__favorite-remove {
9092
+ opacity: 1;
9093
+ }
9094
+
9095
+ .pa-profile-panel__favorites-add {
9096
+ margin-top: auto;
9097
+ padding: 1.2rem 1.6rem 0;
9098
+ }
9099
+
9100
+ @media (max-width: 768px) {
9101
+ .pa-profile-panel__content {
9102
+ width: 85vw;
9103
+ max-width: 40rem;
9104
+ }
9105
+ .pa-header__profile-name {
9106
+ display: none;
9107
+ }
9108
+ }
9109
+ /* ========================================
9110
+ Modal Components
9111
+ Modal windows with overlay, sizes, and themed headers
9112
+ ======================================== */
9113
+ .pa-modal {
9114
+ position: fixed;
9115
+ top: 0;
9116
+ left: 0;
9117
+ width: 100%;
9118
+ height: 100%;
9119
+ display: none;
9120
+ justify-content: center;
9121
+ align-items: center;
9122
+ z-index: 7000;
9123
+ }
9124
+
9125
+ .pa-modal.pa-modal--show {
9126
+ display: flex;
9127
+ }
9128
+
9129
+ .pa-modal.pa-modal--top {
9130
+ align-items: flex-start;
9131
+ padding-top: 5vh;
9132
+ }
9133
+
9134
+ .pa-modal__backdrop {
9135
+ position: fixed;
9136
+ top: 0;
9137
+ left: 0;
9138
+ width: 100%;
9139
+ height: 100%;
9140
+ background-color: var(--pa-modal-overlay-bg);
9141
+ z-index: 6000;
9142
+ }
9143
+
9144
+ .pa-modal__container {
9145
+ background-color: var(--pa-modal-content-bg);
9146
+ border-radius: 4px;
9147
+ box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
9030
9148
  width: 100%;
9031
9149
  max-width: 48rem;
9032
9150
  max-height: 90vh;
@@ -9474,8 +9592,8 @@ code {
9474
9592
  }
9475
9593
 
9476
9594
  .pa-timeline--simple .pa-timeline__item--info::before {
9477
- border-color: #17a2b8;
9478
- box-shadow: 3px 3px 0 rgba(23, 162, 184, 0.3);
9595
+ border-color: #06b6d4;
9596
+ box-shadow: 3px 3px 0 rgba(6, 182, 212, 0.3);
9479
9597
  }
9480
9598
 
9481
9599
  .pa-timeline--simple .pa-timeline__item--secondary::before {
@@ -9504,7 +9622,7 @@ code {
9504
9622
  }
9505
9623
 
9506
9624
  .pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--info::before {
9507
- background: #17a2b8;
9625
+ background: #06b6d4;
9508
9626
  }
9509
9627
 
9510
9628
  .pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--secondary::before {
@@ -9680,7 +9798,7 @@ code {
9680
9798
  margin: 0;
9681
9799
  font-size: 1.6rem;
9682
9800
  line-height: 1.8;
9683
- color: #856404;
9801
+ color: #78350f;
9684
9802
  }
9685
9803
 
9686
9804
  @media (max-width: 767px) {
@@ -10181,7 +10299,7 @@ code {
10181
10299
  flex-shrink: 0;
10182
10300
  font-size: 1.2rem;
10183
10301
  padding: 2px 0.4rem;
10184
- background-color: #e9ecef;
10302
+ background-color: #E5E5E5;
10185
10303
  color: var(--pa-text-secondary);
10186
10304
  border-radius: 2px;
10187
10305
  }
@@ -10203,10 +10321,10 @@ code {
10203
10321
 
10204
10322
  .pa-command-palette__key {
10205
10323
  padding: 2px 0.4rem;
10206
- background-color: #e9ecef;
10324
+ background-color: #E5E5E5;
10207
10325
  border: 1px solid var(--pa-border-color);
10208
10326
  border-radius: 2px;
10209
- font-family: "Delivery", system-ui, -apple-system, sans-serif;
10327
+ font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
10210
10328
  font-weight: 500;
10211
10329
  font-size: 1rem;
10212
10330
  line-height: 1;
@@ -10336,11 +10454,11 @@ code {
10336
10454
  min-width: 2rem;
10337
10455
  height: 2rem;
10338
10456
  padding: 0 0.4rem;
10339
- font-family: "Delivery", system-ui, -apple-system, sans-serif;
10457
+ font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
10340
10458
  font-size: 1rem;
10341
10459
  font-weight: 500;
10342
10460
  color: var(--pa-text-secondary);
10343
- background-color: #e9ecef;
10461
+ background-color: #E5E5E5;
10344
10462
  border: 1px solid var(--pa-border-color);
10345
10463
  border-radius: 2px;
10346
10464
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
@@ -10409,11 +10527,11 @@ code {
10409
10527
  min-width: 2.4rem;
10410
10528
  height: 2.4rem;
10411
10529
  padding: 0 0.4rem;
10412
- font-family: "Delivery", system-ui, -apple-system, sans-serif;
10530
+ font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
10413
10531
  font-size: 1rem;
10414
10532
  font-weight: 500;
10415
10533
  color: var(--pa-text-primary);
10416
- background-color: #e9ecef;
10534
+ background-color: #E5E5E5;
10417
10535
  border: 1px solid var(--pa-border-color);
10418
10536
  border-radius: 2px;
10419
10537
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
@@ -10444,7 +10562,7 @@ code {
10444
10562
  background: #f9fafb;
10445
10563
  border-radius: 4px;
10446
10564
  min-height: 6.4rem;
10447
- font-family: "Delivery", system-ui, -apple-system, sans-serif;
10565
+ font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
10448
10566
  }
10449
10567
 
10450
10568
  .pa-logic-tree__empty {
@@ -10502,7 +10620,7 @@ code {
10502
10620
  }
10503
10621
 
10504
10622
  .pa-logic-tree__block--or {
10505
- border-color: #17a2b8;
10623
+ border-color: #06b6d4;
10506
10624
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
10507
10625
  }
10508
10626
 
@@ -11504,6 +11622,170 @@ html.font-size-4xl {
11504
11622
  line-height: 1.8;
11505
11623
  }
11506
11624
 
11625
+ .gap-0 {
11626
+ gap: 0;
11627
+ }
11628
+
11629
+ .gap-xs {
11630
+ gap: 0.4rem;
11631
+ }
11632
+
11633
+ .gap-sm {
11634
+ gap: 0.8rem;
11635
+ }
11636
+
11637
+ .gap-md {
11638
+ gap: 1.2rem;
11639
+ }
11640
+
11641
+ .gap-base {
11642
+ gap: 1.6rem;
11643
+ }
11644
+
11645
+ .gap-lg {
11646
+ gap: 2.4rem;
11647
+ }
11648
+
11649
+ .gap-xl {
11650
+ gap: 3.2rem;
11651
+ }
11652
+
11653
+ .gap-2xl {
11654
+ gap: 4.8rem;
11655
+ }
11656
+
11657
+ .gap-1 {
11658
+ gap: 0.1rem;
11659
+ }
11660
+
11661
+ .gap-2 {
11662
+ gap: 0.2rem;
11663
+ }
11664
+
11665
+ .gap-3 {
11666
+ gap: 0.3rem;
11667
+ }
11668
+
11669
+ .gap-4 {
11670
+ gap: 0.4rem;
11671
+ }
11672
+
11673
+ .gap-5 {
11674
+ gap: 0.5rem;
11675
+ }
11676
+
11677
+ .gap-6 {
11678
+ gap: 0.6rem;
11679
+ }
11680
+
11681
+ .gap-8 {
11682
+ gap: 0.8rem;
11683
+ }
11684
+
11685
+ .gap-10 {
11686
+ gap: 1rem;
11687
+ }
11688
+
11689
+ .gap-12 {
11690
+ gap: 1.2rem;
11691
+ }
11692
+
11693
+ .gap-15 {
11694
+ gap: 1.5rem;
11695
+ }
11696
+
11697
+ .gap-20 {
11698
+ gap: 2rem;
11699
+ }
11700
+
11701
+ .row-gap-0 {
11702
+ row-gap: 0;
11703
+ }
11704
+
11705
+ .row-gap-xs {
11706
+ row-gap: 0.4rem;
11707
+ }
11708
+
11709
+ .row-gap-sm {
11710
+ row-gap: 0.8rem;
11711
+ }
11712
+
11713
+ .row-gap-md {
11714
+ row-gap: 1.2rem;
11715
+ }
11716
+
11717
+ .row-gap-base {
11718
+ row-gap: 1.6rem;
11719
+ }
11720
+
11721
+ .row-gap-lg {
11722
+ row-gap: 2.4rem;
11723
+ }
11724
+
11725
+ .column-gap-0 {
11726
+ column-gap: 0;
11727
+ }
11728
+
11729
+ .column-gap-xs {
11730
+ column-gap: 0.4rem;
11731
+ }
11732
+
11733
+ .column-gap-sm {
11734
+ column-gap: 0.8rem;
11735
+ }
11736
+
11737
+ .column-gap-md {
11738
+ column-gap: 1.2rem;
11739
+ }
11740
+
11741
+ .column-gap-base {
11742
+ column-gap: 1.6rem;
11743
+ }
11744
+
11745
+ .column-gap-lg {
11746
+ column-gap: 2.4rem;
11747
+ }
11748
+
11749
+ .text-2xs {
11750
+ font-size: 1rem;
11751
+ }
11752
+
11753
+ .text-xs {
11754
+ font-size: 1.2rem;
11755
+ }
11756
+
11757
+ .text-sm {
11758
+ font-size: 1.4rem;
11759
+ }
11760
+
11761
+ .text-md {
11762
+ font-size: 1.5rem;
11763
+ }
11764
+
11765
+ .text-base {
11766
+ font-size: 1.6rem;
11767
+ }
11768
+
11769
+ .text-lg {
11770
+ font-size: 1.8rem;
11771
+ }
11772
+
11773
+ .text-xl {
11774
+ font-size: 2rem;
11775
+ }
11776
+
11777
+ .text-2xl {
11778
+ font-size: 2.4rem;
11779
+ }
11780
+
11781
+ .text-3xl {
11782
+ font-size: 2.8rem;
11783
+ }
11784
+
11785
+ .text-4xl {
11786
+ font-size: 3.2rem;
11787
+ }
11788
+
11507
11789
  .component-showcase {
11508
11790
  display: flex;
11509
11791
  flex-wrap: wrap;
@@ -12419,26 +12701,82 @@ html.font-size-4xl {
12419
12701
  white-space: nowrap !important;
12420
12702
  }
12421
12703
 
12704
+ .w-5 {
12705
+ width: 5% !important;
12706
+ }
12707
+
12708
+ .w-10 {
12709
+ width: 10% !important;
12710
+ }
12711
+
12712
+ .w-15 {
12713
+ width: 15% !important;
12714
+ }
12715
+
12716
+ .w-20 {
12717
+ width: 20% !important;
12718
+ }
12719
+
12422
12720
  .w-25 {
12423
12721
  width: 25% !important;
12424
12722
  }
12425
12723
 
12426
- .w-33 {
12427
- width: 33.333333% !important;
12724
+ .w-30 {
12725
+ width: 30% !important;
12726
+ }
12727
+
12728
+ .w-35 {
12729
+ width: 35% !important;
12730
+ }
12731
+
12732
+ .w-40 {
12733
+ width: 40% !important;
12734
+ }
12735
+
12736
+ .w-45 {
12737
+ width: 45% !important;
12428
12738
  }
12429
12739
 
12430
12740
  .w-50 {
12431
12741
  width: 50% !important;
12432
12742
  }
12433
12743
 
12434
- .w-66 {
12435
- width: 66.666667% !important;
12744
+ .w-55 {
12745
+ width: 55% !important;
12746
+ }
12747
+
12748
+ .w-60 {
12749
+ width: 60% !important;
12750
+ }
12751
+
12752
+ .w-65 {
12753
+ width: 65% !important;
12754
+ }
12755
+
12756
+ .w-70 {
12757
+ width: 70% !important;
12436
12758
  }
12437
12759
 
12438
12760
  .w-75 {
12439
12761
  width: 75% !important;
12440
12762
  }
12441
12763
 
12764
+ .w-80 {
12765
+ width: 80% !important;
12766
+ }
12767
+
12768
+ .w-85 {
12769
+ width: 85% !important;
12770
+ }
12771
+
12772
+ .w-90 {
12773
+ width: 90% !important;
12774
+ }
12775
+
12776
+ .w-95 {
12777
+ width: 95% !important;
12778
+ }
12779
+
12442
12780
  .w-100 {
12443
12781
  width: 100% !important;
12444
12782
  }
@@ -12447,20 +12785,20 @@ html.font-size-4xl {
12447
12785
  width: auto !important;
12448
12786
  }
12449
12787
 
12450
- .mw-25 {
12451
- min-width: 25% !important;
12788
+ .w-1-3 {
12789
+ width: 33.333333% !important;
12452
12790
  }
12453
12791
 
12454
- .mw-33 {
12455
- min-width: 33.333333% !important;
12792
+ .w-2-3 {
12793
+ width: 66.666667% !important;
12456
12794
  }
12457
12795
 
12458
- .mw-50 {
12459
- min-width: 50% !important;
12796
+ .mw-25 {
12797
+ min-width: 25% !important;
12460
12798
  }
12461
12799
 
12462
- .mw-66 {
12463
- min-width: 66.666667% !important;
12800
+ .mw-50 {
12801
+ min-width: 50% !important;
12464
12802
  }
12465
12803
 
12466
12804
  .mw-75 {
@@ -12475,26 +12813,24 @@ html.font-size-4xl {
12475
12813
  min-width: auto !important;
12476
12814
  }
12477
12815
 
12816
+ .mw-1-3 {
12817
+ min-width: 33.333333% !important;
12818
+ }
12819
+
12820
+ .mw-2-3 {
12821
+ min-width: 66.666667% !important;
12822
+ }
12823
+
12478
12824
  .w-25-fixed {
12479
12825
  min-width: 25% !important;
12480
12826
  width: 25% !important;
12481
12827
  }
12482
12828
 
12483
- .w-33-fixed {
12484
- min-width: 33.333333% !important;
12485
- width: 33.333333% !important;
12486
- }
12487
-
12488
12829
  .w-50-fixed {
12489
12830
  min-width: 50% !important;
12490
12831
  width: 50% !important;
12491
12832
  }
12492
12833
 
12493
- .w-66-fixed {
12494
- min-width: 66.666667% !important;
12495
- width: 66.666667% !important;
12496
- }
12497
-
12498
12834
  .w-75-fixed {
12499
12835
  min-width: 75% !important;
12500
12836
  width: 75% !important;
@@ -12505,6 +12841,16 @@ html.font-size-4xl {
12505
12841
  width: 100% !important;
12506
12842
  }
12507
12843
 
12844
+ .w-1-3-fixed {
12845
+ min-width: 33.333333% !important;
12846
+ width: 33.333333% !important;
12847
+ }
12848
+
12849
+ .w-2-3-fixed {
12850
+ min-width: 66.666667% !important;
12851
+ width: 66.666667% !important;
12852
+ }
12853
+
12508
12854
  .h-25 {
12509
12855
  height: 25% !important;
12510
12856
  }
@@ -12525,32 +12871,696 @@ html.font-size-4xl {
12525
12871
  height: auto !important;
12526
12872
  }
12527
12873
 
12528
- .position-static {
12529
- position: static !important;
12874
+ .wr-1 {
12875
+ width: 1rem !important;
12530
12876
  }
12531
12877
 
12532
- .position-relative {
12533
- position: relative !important;
12878
+ .wr-2 {
12879
+ width: 2rem !important;
12534
12880
  }
12535
12881
 
12536
- .position-absolute {
12537
- position: absolute !important;
12882
+ .wr-3 {
12883
+ width: 3rem !important;
12538
12884
  }
12539
12885
 
12540
- .position-fixed {
12541
- position: fixed !important;
12886
+ .wr-4 {
12887
+ width: 4rem !important;
12542
12888
  }
12543
12889
 
12544
- .position-sticky {
12545
- position: sticky !important;
12890
+ .wr-5 {
12891
+ width: 5rem !important;
12546
12892
  }
12547
12893
 
12548
- .border {
12549
- border: 1px solid var(--border-color) !important;
12894
+ .wr-6 {
12895
+ width: 6rem !important;
12550
12896
  }
12551
12897
 
12552
- .border-top {
12553
- border-top: 1px solid var(--border-color) !important;
12898
+ .wr-7 {
12899
+ width: 7rem !important;
12900
+ }
12901
+
12902
+ .wr-8 {
12903
+ width: 8rem !important;
12904
+ }
12905
+
12906
+ .wr-9 {
12907
+ width: 9rem !important;
12908
+ }
12909
+
12910
+ .wr-10 {
12911
+ width: 10rem !important;
12912
+ }
12913
+
12914
+ .wr-15 {
12915
+ width: 15rem !important;
12916
+ }
12917
+
12918
+ .wr-20 {
12919
+ width: 20rem !important;
12920
+ }
12921
+
12922
+ .wr-25 {
12923
+ width: 25rem !important;
12924
+ }
12925
+
12926
+ .minwr-1 {
12927
+ min-width: 1rem !important;
12928
+ }
12929
+
12930
+ .minwr-2 {
12931
+ min-width: 2rem !important;
12932
+ }
12933
+
12934
+ .minwr-3 {
12935
+ min-width: 3rem !important;
12936
+ }
12937
+
12938
+ .minwr-4 {
12939
+ min-width: 4rem !important;
12940
+ }
12941
+
12942
+ .minwr-5 {
12943
+ min-width: 5rem !important;
12944
+ }
12945
+
12946
+ .minwr-6 {
12947
+ min-width: 6rem !important;
12948
+ }
12949
+
12950
+ .minwr-7 {
12951
+ min-width: 7rem !important;
12952
+ }
12953
+
12954
+ .minwr-8 {
12955
+ min-width: 8rem !important;
12956
+ }
12957
+
12958
+ .minwr-9 {
12959
+ min-width: 9rem !important;
12960
+ }
12961
+
12962
+ .minwr-10 {
12963
+ min-width: 10rem !important;
12964
+ }
12965
+
12966
+ .minwr-15 {
12967
+ min-width: 15rem !important;
12968
+ }
12969
+
12970
+ .minwr-20 {
12971
+ min-width: 20rem !important;
12972
+ }
12973
+
12974
+ .minwr-25 {
12975
+ min-width: 25rem !important;
12976
+ }
12977
+
12978
+ .maxwr-1 {
12979
+ max-width: 1rem !important;
12980
+ }
12981
+
12982
+ .maxwr-2 {
12983
+ max-width: 2rem !important;
12984
+ }
12985
+
12986
+ .maxwr-3 {
12987
+ max-width: 3rem !important;
12988
+ }
12989
+
12990
+ .maxwr-4 {
12991
+ max-width: 4rem !important;
12992
+ }
12993
+
12994
+ .maxwr-5 {
12995
+ max-width: 5rem !important;
12996
+ }
12997
+
12998
+ .maxwr-6 {
12999
+ max-width: 6rem !important;
13000
+ }
13001
+
13002
+ .maxwr-7 {
13003
+ max-width: 7rem !important;
13004
+ }
13005
+
13006
+ .maxwr-8 {
13007
+ max-width: 8rem !important;
13008
+ }
13009
+
13010
+ .maxwr-9 {
13011
+ max-width: 9rem !important;
13012
+ }
13013
+
13014
+ .maxwr-10 {
13015
+ max-width: 10rem !important;
13016
+ }
13017
+
13018
+ .maxwr-15 {
13019
+ max-width: 15rem !important;
13020
+ }
13021
+
13022
+ .maxwr-20 {
13023
+ max-width: 20rem !important;
13024
+ }
13025
+
13026
+ .maxwr-25 {
13027
+ max-width: 25rem !important;
13028
+ }
13029
+
13030
+ .hr-1 {
13031
+ height: 1rem !important;
13032
+ }
13033
+
13034
+ .hr-2 {
13035
+ height: 2rem !important;
13036
+ }
13037
+
13038
+ .hr-3 {
13039
+ height: 3rem !important;
13040
+ }
13041
+
13042
+ .hr-4 {
13043
+ height: 4rem !important;
13044
+ }
13045
+
13046
+ .hr-5 {
13047
+ height: 5rem !important;
13048
+ }
13049
+
13050
+ .hr-6 {
13051
+ height: 6rem !important;
13052
+ }
13053
+
13054
+ .hr-7 {
13055
+ height: 7rem !important;
13056
+ }
13057
+
13058
+ .hr-8 {
13059
+ height: 8rem !important;
13060
+ }
13061
+
13062
+ .hr-9 {
13063
+ height: 9rem !important;
13064
+ }
13065
+
13066
+ .hr-10 {
13067
+ height: 10rem !important;
13068
+ }
13069
+
13070
+ .hr-15 {
13071
+ height: 15rem !important;
13072
+ }
13073
+
13074
+ .hr-20 {
13075
+ height: 20rem !important;
13076
+ }
13077
+
13078
+ .hr-25 {
13079
+ height: 25rem !important;
13080
+ }
13081
+
13082
+ .minhr-1 {
13083
+ min-height: 1rem !important;
13084
+ }
13085
+
13086
+ .minhr-2 {
13087
+ min-height: 2rem !important;
13088
+ }
13089
+
13090
+ .minhr-3 {
13091
+ min-height: 3rem !important;
13092
+ }
13093
+
13094
+ .minhr-4 {
13095
+ min-height: 4rem !important;
13096
+ }
13097
+
13098
+ .minhr-5 {
13099
+ min-height: 5rem !important;
13100
+ }
13101
+
13102
+ .minhr-6 {
13103
+ min-height: 6rem !important;
13104
+ }
13105
+
13106
+ .minhr-7 {
13107
+ min-height: 7rem !important;
13108
+ }
13109
+
13110
+ .minhr-8 {
13111
+ min-height: 8rem !important;
13112
+ }
13113
+
13114
+ .minhr-9 {
13115
+ min-height: 9rem !important;
13116
+ }
13117
+
13118
+ .minhr-10 {
13119
+ min-height: 10rem !important;
13120
+ }
13121
+
13122
+ .minhr-15 {
13123
+ min-height: 15rem !important;
13124
+ }
13125
+
13126
+ .minhr-20 {
13127
+ min-height: 20rem !important;
13128
+ }
13129
+
13130
+ .minhr-25 {
13131
+ min-height: 25rem !important;
13132
+ }
13133
+
13134
+ .maxhr-1 {
13135
+ max-height: 1rem !important;
13136
+ }
13137
+
13138
+ .maxhr-2 {
13139
+ max-height: 2rem !important;
13140
+ }
13141
+
13142
+ .maxhr-3 {
13143
+ max-height: 3rem !important;
13144
+ }
13145
+
13146
+ .maxhr-4 {
13147
+ max-height: 4rem !important;
13148
+ }
13149
+
13150
+ .maxhr-5 {
13151
+ max-height: 5rem !important;
13152
+ }
13153
+
13154
+ .maxhr-6 {
13155
+ max-height: 6rem !important;
13156
+ }
13157
+
13158
+ .maxhr-7 {
13159
+ max-height: 7rem !important;
13160
+ }
13161
+
13162
+ .maxhr-8 {
13163
+ max-height: 8rem !important;
13164
+ }
13165
+
13166
+ .maxhr-9 {
13167
+ max-height: 9rem !important;
13168
+ }
13169
+
13170
+ .maxhr-10 {
13171
+ max-height: 10rem !important;
13172
+ }
13173
+
13174
+ .maxhr-15 {
13175
+ max-height: 15rem !important;
13176
+ }
13177
+
13178
+ .maxhr-20 {
13179
+ max-height: 20rem !important;
13180
+ }
13181
+
13182
+ .maxhr-25 {
13183
+ max-height: 25rem !important;
13184
+ }
13185
+
13186
+ .minw-5 {
13187
+ min-width: 5% !important;
13188
+ }
13189
+
13190
+ .minw-10 {
13191
+ min-width: 10% !important;
13192
+ }
13193
+
13194
+ .minw-15 {
13195
+ min-width: 15% !important;
13196
+ }
13197
+
13198
+ .minw-20 {
13199
+ min-width: 20% !important;
13200
+ }
13201
+
13202
+ .minw-25 {
13203
+ min-width: 25% !important;
13204
+ }
13205
+
13206
+ .minw-30 {
13207
+ min-width: 30% !important;
13208
+ }
13209
+
13210
+ .minw-35 {
13211
+ min-width: 35% !important;
13212
+ }
13213
+
13214
+ .minw-40 {
13215
+ min-width: 40% !important;
13216
+ }
13217
+
13218
+ .minw-45 {
13219
+ min-width: 45% !important;
13220
+ }
13221
+
13222
+ .minw-50 {
13223
+ min-width: 50% !important;
13224
+ }
13225
+
13226
+ .minw-55 {
13227
+ min-width: 55% !important;
13228
+ }
13229
+
13230
+ .minw-60 {
13231
+ min-width: 60% !important;
13232
+ }
13233
+
13234
+ .minw-65 {
13235
+ min-width: 65% !important;
13236
+ }
13237
+
13238
+ .minw-70 {
13239
+ min-width: 70% !important;
13240
+ }
13241
+
13242
+ .minw-75 {
13243
+ min-width: 75% !important;
13244
+ }
13245
+
13246
+ .minw-80 {
13247
+ min-width: 80% !important;
13248
+ }
13249
+
13250
+ .minw-85 {
13251
+ min-width: 85% !important;
13252
+ }
13253
+
13254
+ .minw-90 {
13255
+ min-width: 90% !important;
13256
+ }
13257
+
13258
+ .minw-95 {
13259
+ min-width: 95% !important;
13260
+ }
13261
+
13262
+ .minw-100 {
13263
+ min-width: 100% !important;
13264
+ }
13265
+
13266
+ .minw-1-3 {
13267
+ min-width: 33.333333% !important;
13268
+ }
13269
+
13270
+ .minw-2-3 {
13271
+ min-width: 66.666667% !important;
13272
+ }
13273
+
13274
+ .maxw-5 {
13275
+ max-width: 5% !important;
13276
+ }
13277
+
13278
+ .maxw-10 {
13279
+ max-width: 10% !important;
13280
+ }
13281
+
13282
+ .maxw-15 {
13283
+ max-width: 15% !important;
13284
+ }
13285
+
13286
+ .maxw-20 {
13287
+ max-width: 20% !important;
13288
+ }
13289
+
13290
+ .maxw-25 {
13291
+ max-width: 25% !important;
13292
+ }
13293
+
13294
+ .maxw-30 {
13295
+ max-width: 30% !important;
13296
+ }
13297
+
13298
+ .maxw-35 {
13299
+ max-width: 35% !important;
13300
+ }
13301
+
13302
+ .maxw-40 {
13303
+ max-width: 40% !important;
13304
+ }
13305
+
13306
+ .maxw-45 {
13307
+ max-width: 45% !important;
13308
+ }
13309
+
13310
+ .maxw-50 {
13311
+ max-width: 50% !important;
13312
+ }
13313
+
13314
+ .maxw-55 {
13315
+ max-width: 55% !important;
13316
+ }
13317
+
13318
+ .maxw-60 {
13319
+ max-width: 60% !important;
13320
+ }
13321
+
13322
+ .maxw-65 {
13323
+ max-width: 65% !important;
13324
+ }
13325
+
13326
+ .maxw-70 {
13327
+ max-width: 70% !important;
13328
+ }
13329
+
13330
+ .maxw-75 {
13331
+ max-width: 75% !important;
13332
+ }
13333
+
13334
+ .maxw-80 {
13335
+ max-width: 80% !important;
13336
+ }
13337
+
13338
+ .maxw-85 {
13339
+ max-width: 85% !important;
13340
+ }
13341
+
13342
+ .maxw-90 {
13343
+ max-width: 90% !important;
13344
+ }
13345
+
13346
+ .maxw-95 {
13347
+ max-width: 95% !important;
13348
+ }
13349
+
13350
+ .maxw-100 {
13351
+ max-width: 100% !important;
13352
+ }
13353
+
13354
+ .maxw-1-3 {
13355
+ max-width: 33.333333% !important;
13356
+ }
13357
+
13358
+ .maxw-2-3 {
13359
+ max-width: 66.666667% !important;
13360
+ }
13361
+
13362
+ .minh-5 {
13363
+ min-height: 5% !important;
13364
+ }
13365
+
13366
+ .minh-10 {
13367
+ min-height: 10% !important;
13368
+ }
13369
+
13370
+ .minh-15 {
13371
+ min-height: 15% !important;
13372
+ }
13373
+
13374
+ .minh-20 {
13375
+ min-height: 20% !important;
13376
+ }
13377
+
13378
+ .minh-25 {
13379
+ min-height: 25% !important;
13380
+ }
13381
+
13382
+ .minh-30 {
13383
+ min-height: 30% !important;
13384
+ }
13385
+
13386
+ .minh-35 {
13387
+ min-height: 35% !important;
13388
+ }
13389
+
13390
+ .minh-40 {
13391
+ min-height: 40% !important;
13392
+ }
13393
+
13394
+ .minh-45 {
13395
+ min-height: 45% !important;
13396
+ }
13397
+
13398
+ .minh-50 {
13399
+ min-height: 50% !important;
13400
+ }
13401
+
13402
+ .minh-55 {
13403
+ min-height: 55% !important;
13404
+ }
13405
+
13406
+ .minh-60 {
13407
+ min-height: 60% !important;
13408
+ }
13409
+
13410
+ .minh-65 {
13411
+ min-height: 65% !important;
13412
+ }
13413
+
13414
+ .minh-70 {
13415
+ min-height: 70% !important;
13416
+ }
13417
+
13418
+ .minh-75 {
13419
+ min-height: 75% !important;
13420
+ }
13421
+
13422
+ .minh-80 {
13423
+ min-height: 80% !important;
13424
+ }
13425
+
13426
+ .minh-85 {
13427
+ min-height: 85% !important;
13428
+ }
13429
+
13430
+ .minh-90 {
13431
+ min-height: 90% !important;
13432
+ }
13433
+
13434
+ .minh-95 {
13435
+ min-height: 95% !important;
13436
+ }
13437
+
13438
+ .minh-100 {
13439
+ min-height: 100% !important;
13440
+ }
13441
+
13442
+ .minh-1-3 {
13443
+ min-height: 33.333333% !important;
13444
+ }
13445
+
13446
+ .minh-2-3 {
13447
+ min-height: 66.666667% !important;
13448
+ }
13449
+
13450
+ .maxh-5 {
13451
+ max-height: 5% !important;
13452
+ }
13453
+
13454
+ .maxh-10 {
13455
+ max-height: 10% !important;
13456
+ }
13457
+
13458
+ .maxh-15 {
13459
+ max-height: 15% !important;
13460
+ }
13461
+
13462
+ .maxh-20 {
13463
+ max-height: 20% !important;
13464
+ }
13465
+
13466
+ .maxh-25 {
13467
+ max-height: 25% !important;
13468
+ }
13469
+
13470
+ .maxh-30 {
13471
+ max-height: 30% !important;
13472
+ }
13473
+
13474
+ .maxh-35 {
13475
+ max-height: 35% !important;
13476
+ }
13477
+
13478
+ .maxh-40 {
13479
+ max-height: 40% !important;
13480
+ }
13481
+
13482
+ .maxh-45 {
13483
+ max-height: 45% !important;
13484
+ }
13485
+
13486
+ .maxh-50 {
13487
+ max-height: 50% !important;
13488
+ }
13489
+
13490
+ .maxh-55 {
13491
+ max-height: 55% !important;
13492
+ }
13493
+
13494
+ .maxh-60 {
13495
+ max-height: 60% !important;
13496
+ }
13497
+
13498
+ .maxh-65 {
13499
+ max-height: 65% !important;
13500
+ }
13501
+
13502
+ .maxh-70 {
13503
+ max-height: 70% !important;
13504
+ }
13505
+
13506
+ .maxh-75 {
13507
+ max-height: 75% !important;
13508
+ }
13509
+
13510
+ .maxh-80 {
13511
+ max-height: 80% !important;
13512
+ }
13513
+
13514
+ .maxh-85 {
13515
+ max-height: 85% !important;
13516
+ }
13517
+
13518
+ .maxh-90 {
13519
+ max-height: 90% !important;
13520
+ }
13521
+
13522
+ .maxh-95 {
13523
+ max-height: 95% !important;
13524
+ }
13525
+
13526
+ .maxh-100 {
13527
+ max-height: 100% !important;
13528
+ }
13529
+
13530
+ .maxh-1-3 {
13531
+ max-height: 33.333333% !important;
13532
+ }
13533
+
13534
+ .maxh-2-3 {
13535
+ max-height: 66.666667% !important;
13536
+ }
13537
+
13538
+ .position-static {
13539
+ position: static !important;
13540
+ }
13541
+
13542
+ .position-relative {
13543
+ position: relative !important;
13544
+ }
13545
+
13546
+ .position-absolute {
13547
+ position: absolute !important;
13548
+ }
13549
+
13550
+ .position-fixed {
13551
+ position: fixed !important;
13552
+ }
13553
+
13554
+ .position-sticky {
13555
+ position: sticky !important;
13556
+ }
13557
+
13558
+ .border {
13559
+ border: 1px solid var(--border-color) !important;
13560
+ }
13561
+
13562
+ .border-top {
13563
+ border-top: 1px solid var(--border-color) !important;
12554
13564
  }
12555
13565
 
12556
13566
  .border-right {
@@ -12585,6 +13595,78 @@ html.font-size-4xl {
12585
13595
  border-left: 0 !important;
12586
13596
  }
12587
13597
 
13598
+ .border-solid {
13599
+ border-style: solid !important;
13600
+ }
13601
+
13602
+ .border-dashed {
13603
+ border-style: dashed !important;
13604
+ }
13605
+
13606
+ .border-dotted {
13607
+ border-style: dotted !important;
13608
+ }
13609
+
13610
+ .border-none {
13611
+ border-style: none !important;
13612
+ }
13613
+
13614
+ .text-primary {
13615
+ color: var(--pa-accent) !important;
13616
+ }
13617
+
13618
+ .text-success {
13619
+ color: var(--pa-success-text) !important;
13620
+ }
13621
+
13622
+ .text-danger {
13623
+ color: var(--pa-danger-text) !important;
13624
+ }
13625
+
13626
+ .text-warning {
13627
+ color: var(--pa-warning-text) !important;
13628
+ }
13629
+
13630
+ .text-info {
13631
+ color: var(--pa-info-text) !important;
13632
+ }
13633
+
13634
+ .text-color-1 {
13635
+ color: var(--pa-color-1) !important;
13636
+ }
13637
+
13638
+ .text-color-2 {
13639
+ color: var(--pa-color-2) !important;
13640
+ }
13641
+
13642
+ .text-color-3 {
13643
+ color: var(--pa-color-3) !important;
13644
+ }
13645
+
13646
+ .text-color-4 {
13647
+ color: var(--pa-color-4) !important;
13648
+ }
13649
+
13650
+ .text-color-5 {
13651
+ color: var(--pa-color-5) !important;
13652
+ }
13653
+
13654
+ .text-color-6 {
13655
+ color: var(--pa-color-6) !important;
13656
+ }
13657
+
13658
+ .text-color-7 {
13659
+ color: var(--pa-color-7) !important;
13660
+ }
13661
+
13662
+ .text-color-8 {
13663
+ color: var(--pa-color-8) !important;
13664
+ }
13665
+
13666
+ .text-color-9 {
13667
+ color: var(--pa-color-9) !important;
13668
+ }
13669
+
12588
13670
  .rounded {
12589
13671
  border-radius: var(--border-radius) !important;
12590
13672
  }
@@ -12731,6 +13813,18 @@ html.font-size-4xl {
12731
13813
  box-shadow: 0 2px 8px rgba(212, 5, 17, 0.3) !important;
12732
13814
  }
12733
13815
 
13816
+ .pa-profile-panel__tabs .pa-tabs__item {
13817
+ color: #333333 !important;
13818
+ }
13819
+ .pa-profile-panel__tabs .pa-tabs__item:hover {
13820
+ color: #D40511 !important;
13821
+ background-color: rgba(212, 5, 17, 0.08) !important;
13822
+ }
13823
+ .pa-profile-panel__tabs .pa-tabs__item--active {
13824
+ color: #D40511 !important;
13825
+ border-bottom-color: #D40511 !important;
13826
+ }
13827
+
12734
13828
  :root, .pa-mode-light {
12735
13829
  --page-loader-bg: rgba(255, 255, 255, 0.95);
12736
13830
  --page-loader-spinner-border: #ccc;
@@ -12740,21 +13834,27 @@ html.font-size-4xl {
12740
13834
  --base-accent-color-active: rgb(250.0115207373, 43.4884792627, 55.4608294931);
12741
13835
  --base-accent-color-light: rgba(212, 5, 17, 0.06);
12742
13836
  --base-accent-color-light-hover: rgba(212, 5, 17, 0.1);
13837
+ --base-text-color-1: #333333;
13838
+ --base-text-color-2: #8C8C8C;
13839
+ --base-text-color-3: #CCCCCC;
13840
+ --base-text-color-4: #E5E5E5;
13841
+ --base-text-color-on-accent: #ffffff;
13842
+ --base-surface-1: #ffffff;
13843
+ --base-surface-2: #F2F2F2;
13844
+ --base-surface-3: #E5E5E5;
13845
+ --base-surface-inverse: #333333;
13846
+ --base-overlay-bg: rgba(0, 0, 0, 0.6);
13847
+ --base-shadow-color: rgba(0, 0, 0, 0.15);
12743
13848
  --base-primary-bg: #ffffff;
12744
13849
  --base-primary-bg-hover: rgb(242.25, 242.25, 242.25);
12745
- --base-text-color-1: #2c3e50;
12746
- --base-text-color-2: #6c757d;
12747
- --base-text-color-3: rgb(128.4, 139.2, 150);
12748
- --base-text-color-4: rgb(170.6, 177.8, 185);
12749
- --base-text-color-on-accent: #ffffff;
12750
- --base-border-color: #e1e5e9;
12751
- --base-border: 1px solid #e1e5e9;
13850
+ --base-border-color: #E5E5E5;
13851
+ --base-border: 1px solid #E5E5E5;
12752
13852
  --base-input-bg: #ffffff;
12753
- --base-input-color: #495057;
12754
- --base-input-border: 1px solid #ced4da;
12755
- --base-input-border-hover: 1px solid rgb(176.9418604651, 186.5, 196.0581395349);
12756
- --base-input-border-focus: 1px solid #007bff;
12757
- --base-input-placeholder-color: rgb(170.6, 177.8, 185);
13853
+ --base-input-color: #333333;
13854
+ --base-input-border: 1px solid #E5E5E5;
13855
+ --base-input-border-hover: 1px solid #8C8C8C;
13856
+ --base-input-border-focus: 1px solid #D40511;
13857
+ --base-input-placeholder-color: #CCCCCC;
12758
13858
  --base-input-bg-disabled: rgba(255, 255, 255, 0.5);
12759
13859
  --base-input-size-xs-height: 3.1;
12760
13860
  --base-input-size-sm-height: 3.3;
@@ -12762,11 +13862,48 @@ html.font-size-4xl {
12762
13862
  --base-input-size-lg-height: 3.8;
12763
13863
  --base-input-size-xl-height: 4.1;
12764
13864
  --base-dropdown-bg: #ffffff;
12765
- --base-dropdown-border: 1px solid #e1e5e9;
13865
+ --base-dropdown-border: #E5E5E5;
12766
13866
  --base-dropdown-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
12767
- --base-tooltip-bg: #2c3e50;
13867
+ --base-tooltip-bg: #333333;
12768
13868
  --base-tooltip-text-color: #ffffff;
12769
- --base-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
13869
+ --base-success-color: #10b981;
13870
+ --base-success-color-hover: #059669;
13871
+ --base-success-bg-light: rgba(16, 185, 129, 0.1);
13872
+ --base-success-bg-subtle: rgba(16, 185, 129, 0.08);
13873
+ --base-success-border: rgba(16, 185, 129, 0.2);
13874
+ --base-success-text: #065f46;
13875
+ --base-success-text-light: #d4edda;
13876
+ --base-text-on-success: #ffffff;
13877
+ --base-danger-color: #98040C;
13878
+ --base-danger-color-hover: #D40511;
13879
+ --base-danger-bg-light: rgba(180, 5, 14, 0.1);
13880
+ --base-danger-bg-subtle: rgba(152, 4, 12, 0.08);
13881
+ --base-danger-border: rgba(152, 4, 12, 0.2);
13882
+ --base-danger-text: #7f1d1d;
13883
+ --base-danger-text-light: #f8d7da;
13884
+ --base-text-on-danger: #ffffff;
13885
+ --base-warning-color: #f59e0b;
13886
+ --base-warning-color-hover: #d97706;
13887
+ --base-warning-bg-light: rgba(245, 158, 11, 0.1);
13888
+ --base-warning-bg-subtle: rgba(245, 158, 11, 0.08);
13889
+ --base-warning-border: rgba(245, 158, 11, 0.2);
13890
+ --base-warning-text: #78350f;
13891
+ --base-warning-text-light: #fff3cd;
13892
+ --base-text-on-warning: #ffffff;
13893
+ --base-info-color: #06b6d4;
13894
+ --base-info-color-hover: #0891b2;
13895
+ --base-info-bg-light: rgba(6, 182, 212, 0.1);
13896
+ --base-info-bg-subtle: rgba(6, 182, 212, 0.08);
13897
+ --base-info-border: rgba(6, 182, 212, 0.2);
13898
+ --base-info-text: #164e63;
13899
+ --base-info-text-light: #d1ecf1;
13900
+ --base-text-on-info: #ffffff;
13901
+ --base-hover-overlay: rgba(0, 0, 0, 0.04);
13902
+ --base-active-overlay: rgba(0, 0, 0, 0.08);
13903
+ --base-focus-ring-color: rgba(212, 5, 17, 0.25);
13904
+ --base-focus-ring-width: 3px;
13905
+ --base-font-family: Fira Sans Condensed, Arial Narrow, Arial, sans-serif;
13906
+ --base-font-family-mono: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
12770
13907
  --base-font-size-2xs: 1;
12771
13908
  --base-font-size-xs: 1.2;
12772
13909
  --base-font-size-sm: 1.4;
@@ -12777,14 +13914,15 @@ html.font-size-4xl {
12777
13914
  --base-font-weight-normal: 400;
12778
13915
  --base-font-weight-medium: 500;
12779
13916
  --base-font-weight-semibold: 600;
12780
- --base-line-height-tight: 1.2;
13917
+ --base-font-weight-bold: 700;
13918
+ --base-line-height-tight: 1.25;
12781
13919
  --base-line-height-normal: 1.5;
12782
- --base-line-height-relaxed: 1.8;
13920
+ --base-line-height-relaxed: 1.75;
12783
13921
  --base-border-radius-sm: 0.4;
12784
13922
  --base-border-radius-md: 0.6;
12785
13923
  --base-border-radius-lg: 0.8;
12786
13924
  --pa-primary-bg: #ffffff;
12787
- --pa-bg-secondary: #f8f9fa;
13925
+ --pa-bg-secondary: #F2F2F2;
12788
13926
  --pa-content-bg: #F2F2F2;
12789
13927
  --pa-text-primary: #333333;
12790
13928
  --pa-text-secondary: #8C8C8C;
@@ -12794,12 +13932,12 @@ html.font-size-4xl {
12794
13932
  --pa-border-color: #E5E5E5;
12795
13933
  --pa-header-bg: #FFCC00;
12796
13934
  --pa-header-border-color: #FFCC00;
12797
- --pa-header-text: #2c3e50;
12798
- --pa-header-text-secondary: #6c757d;
13935
+ --pa-header-text: #333333;
13936
+ --pa-header-text-secondary: #8C8C8C;
12799
13937
  --pa-header-profile-name-color: #000000;
12800
13938
  --pa-sidebar-bg: #000000;
12801
- --pa-sidebar-text: #2c3e50;
12802
- --pa-sidebar-text-secondary: #6c757d;
13939
+ --pa-sidebar-text: #333333;
13940
+ --pa-sidebar-text-secondary: #8C8C8C;
12803
13941
  --pa-sidebar-submenu-bg: #1a1a1a;
12804
13942
  --pa-sidebar-submenu-hover-bg: rgba(255, 255, 255, 0.1);
12805
13943
  --pa-sidebar-submenu-active-bg: #D40511;
@@ -12819,7 +13957,7 @@ html.font-size-4xl {
12819
13957
  --pa-btn-danger-bg-hover: #D40511;
12820
13958
  --pa-btn-danger-text: #ffffff;
12821
13959
  --pa-btn-warning-bg: #f59e0b;
12822
- --pa-btn-warning-bg-hover: #e0a800;
13960
+ --pa-btn-warning-bg-hover: #d97706;
12823
13961
  --pa-btn-warning-text: #ffffff;
12824
13962
  --pa-btn-info-bg: #06b6d4;
12825
13963
  --pa-btn-info-bg-hover: #0891b2;
@@ -12831,44 +13969,44 @@ html.font-size-4xl {
12831
13969
  --pa-btn-dark-bg-hover: #000000;
12832
13970
  --pa-btn-dark-text: #ffffff;
12833
13971
  --pa-success-bg: #10b981;
12834
- --pa-success-bg-hover: #1e7e34;
13972
+ --pa-success-bg-hover: #059669;
12835
13973
  --pa-success-bg-light: rgba(16, 185, 129, 0.1);
12836
- --pa-success-bg-subtle: rgba(40, 167, 69, 0.08);
12837
- --pa-success-border: rgba(40, 167, 69, 0.2);
12838
- --pa-success-text: #155724;
13974
+ --pa-success-bg-subtle: rgba(16, 185, 129, 0.08);
13975
+ --pa-success-border: rgba(16, 185, 129, 0.2);
13976
+ --pa-success-text: #065f46;
12839
13977
  --pa-success-text-light: #d4edda;
12840
13978
  --pa-danger-bg: #98040C;
12841
- --pa-danger-bg-hover: #c82333;
13979
+ --pa-danger-bg-hover: #D40511;
12842
13980
  --pa-danger-bg-light: rgba(180, 5, 14, 0.1);
12843
- --pa-danger-bg-subtle: rgba(220, 53, 69, 0.08);
12844
- --pa-danger-border: rgba(220, 53, 69, 0.2);
12845
- --pa-danger-text: #721c24;
13981
+ --pa-danger-bg-subtle: rgba(152, 4, 12, 0.08);
13982
+ --pa-danger-border: rgba(152, 4, 12, 0.2);
13983
+ --pa-danger-text: #7f1d1d;
12846
13984
  --pa-danger-text-light: #f8d7da;
12847
13985
  --pa-warning-bg: #f59e0b;
12848
- --pa-warning-bg-hover: #e0a800;
13986
+ --pa-warning-bg-hover: #d97706;
12849
13987
  --pa-warning-bg-light: rgba(245, 158, 11, 0.1);
12850
- --pa-warning-bg-subtle: rgba(255, 193, 7, 0.08);
12851
- --pa-warning-border: rgba(255, 193, 7, 0.2);
12852
- --pa-warning-text: #856404;
13988
+ --pa-warning-bg-subtle: rgba(245, 158, 11, 0.08);
13989
+ --pa-warning-border: rgba(245, 158, 11, 0.2);
13990
+ --pa-warning-text: #78350f;
12853
13991
  --pa-warning-text-light: #fff3cd;
12854
- --pa-info-bg: #17a2b8;
12855
- --pa-info-bg-hover: #117a8b;
12856
- --pa-info-bg-light: rgba(23, 162, 184, 0.1);
12857
- --pa-info-bg-subtle: rgba(23, 162, 184, 0.08);
12858
- --pa-info-border: rgba(23, 162, 184, 0.2);
12859
- --pa-info-text: #0c5460;
13992
+ --pa-info-bg: #06b6d4;
13993
+ --pa-info-bg-hover: #0891b2;
13994
+ --pa-info-bg-light: rgba(6, 182, 212, 0.1);
13995
+ --pa-info-bg-subtle: rgba(6, 182, 212, 0.08);
13996
+ --pa-info-border: rgba(6, 182, 212, 0.2);
13997
+ --pa-info-text: #164e63;
12860
13998
  --pa-info-text-light: #d1ecf1;
12861
13999
  --pa-card-bg: #ffffff;
12862
14000
  --pa-card-header-bg: #EBEBEB;
12863
14001
  --pa-card-footer-bg: #ffffff;
12864
14002
  --pa-card-tabs-bg: #E5E5E5;
12865
14003
  --pa-input-bg: #ffffff;
12866
- --pa-input-border: #E5E5E5;
14004
+ --pa-input-border: 1px solid #E5E5E5;
12867
14005
  --pa-input-text: #333333;
12868
14006
  --pa-input-focus-border-color: #D40511;
12869
14007
  --pa-select-focus-border-color: #D40511;
12870
14008
  --pa-textarea-focus-border-color: #D40511;
12871
- --pa-checkbox-border-color: #e1e5e9;
14009
+ --pa-checkbox-border-color: #E5E5E5;
12872
14010
  --pa-checkbox-border-color-hover: #D40511;
12873
14011
  --pa-checkbox-border-color-checked: #D40511;
12874
14012
  --pa-checkbox-bg: #ffffff;
@@ -12876,15 +14014,15 @@ html.font-size-4xl {
12876
14014
  --pa-checkbox-bg-indeterminate: #D40511;
12877
14015
  --pa-checkbox-checkmark-color: white;
12878
14016
  --pa-checkbox-focus-shadow: 0 0 0 2px rgba(212, 5, 17, 0.25);
12879
- --pa-input-group-prepend-bg: #f8f9fa;
12880
- --pa-input-group-prepend-text: #6c757d;
12881
- --pa-input-group-append-bg: #f8f9fa;
12882
- --pa-input-group-append-text: #6c757d;
14017
+ --pa-input-group-prepend-bg: #F2F2F2;
14018
+ --pa-input-group-prepend-text: #8C8C8C;
14019
+ --pa-input-group-append-bg: #F2F2F2;
14020
+ --pa-input-group-append-text: #8C8C8C;
12883
14021
  --pa-table-bg: #ffffff;
12884
14022
  --pa-table-header-bg: #EBEBEB;
12885
14023
  --pa-table-stripe: #F2F2F2;
12886
14024
  --pa-table-hover-bg: #FFF0B2;
12887
- --pa-table-hover-accent-color: #007bff;
14025
+ --pa-table-hover-accent-color: #D40511;
12888
14026
  --pa-modal-overlay-bg: rgba(0, 0, 0, 0.6);
12889
14027
  --pa-modal-content-bg: #ffffff;
12890
14028
  --pa-alert-success-bg: rgba(16, 185, 129, 0.68);
@@ -12900,18 +14038,18 @@ html.font-size-4xl {
12900
14038
  --pa-alert-info-border: #06b6d4;
12901
14039
  --pa-alert-info-text: #164e63;
12902
14040
  --pa-badge-success-bg: #d4edda;
12903
- --pa-badge-success-text: #155724;
14041
+ --pa-badge-success-text: #065f46;
12904
14042
  --pa-badge-warning-bg: #fff3cd;
12905
- --pa-badge-warning-text: #856404;
14043
+ --pa-badge-warning-text: #78350f;
12906
14044
  --pa-badge-info-bg: #d1ecf1;
12907
- --pa-badge-info-text: #0c5460;
14045
+ --pa-badge-info-text: #164e63;
12908
14046
  --pa-badge-danger-bg: #f8d7da;
12909
- --pa-badge-danger-text: #721c24;
14047
+ --pa-badge-danger-text: #7f1d1d;
12910
14048
  --pa-composite-badge-icon-bg: #6c757d;
12911
- --pa-composite-badge-label-bg: #e9ecef;
12912
- --pa-composite-badge-label-text: #495057;
12913
- --pa-composite-badge-label-hover-bg: #dee2e6;
12914
- --pa-tooltip-bg: #2c3e50;
14049
+ --pa-composite-badge-label-bg: #E5E5E5;
14050
+ --pa-composite-badge-label-text: #333333;
14051
+ --pa-composite-badge-label-hover-bg: #E5E5E5;
14052
+ --pa-tooltip-bg: #333333;
12915
14053
  --pa-tooltip-text: #ffffff;
12916
14054
  --pa-popover-content-bg: #ffffff;
12917
14055
  --pa-popover-text-light: #ffffff;
@@ -12919,18 +14057,27 @@ html.font-size-4xl {
12919
14057
  --pa-loader-overlay-bg: rgba(255, 255, 255, 0.8);
12920
14058
  --pa-profile-overlay-bg: rgba(0, 0, 0, 0.3);
12921
14059
  --pa-command-palette-backdrop-bg: rgba(0, 0, 0, 0.5);
12922
- --pa-command-palette-item-hover-bg: rgba(0, 123, 255, 0.05);
12923
- --pa-command-palette-item-active-bg: rgba(0, 123, 255, 0.1);
12924
- --pa-command-palette-highlight-bg: rgba(0, 123, 255, 0.2);
12925
- --pa-command-palette-highlight-text: #007bff;
14060
+ --pa-command-palette-item-hover-bg: rgba(212, 5, 17, 0.05);
14061
+ --pa-command-palette-item-active-bg: rgba(212, 5, 17, 0.1);
14062
+ --pa-command-palette-highlight-bg: rgba(212, 5, 17, 0.2);
14063
+ --pa-command-palette-highlight-text: #D40511;
12926
14064
  --pa-multiselect-dropdown-bg: #ffffff;
12927
- --pa-multiselect-dropdown-border: #e1e5e9;
12928
- --pa-multiselect-dropdown-text: #2c3e50;
12929
- --pa-multiselect-hint-bg: #f8f9fa;
12930
- --pa-multiselect-hint-border: #e1e5e9;
12931
- --pa-multiselect-option-hover-bg: #f8f9fa;
12932
- --pa-multiselect-pill-bg: rgba(0, 123, 255, 0.05);
12933
- --pa-multiselect-pill-border: #007bff;
14065
+ --pa-multiselect-dropdown-border: #E5E5E5;
14066
+ --pa-multiselect-dropdown-text: #333333;
14067
+ --pa-multiselect-hint-bg: #F2F2F2;
14068
+ --pa-multiselect-hint-border: #E5E5E5;
14069
+ --pa-multiselect-option-hover-bg: #F2F2F2;
14070
+ --pa-multiselect-pill-bg: rgba(212, 5, 17, 0.06);
14071
+ --pa-multiselect-pill-border: #D40511;
14072
+ --pa-color-1: transparent;
14073
+ --pa-color-2: transparent;
14074
+ --pa-color-3: transparent;
14075
+ --pa-color-4: transparent;
14076
+ --pa-color-5: transparent;
14077
+ --pa-color-6: transparent;
14078
+ --pa-color-7: transparent;
14079
+ --pa-color-8: transparent;
14080
+ --pa-color-9: transparent;
12934
14081
  --drp-dropdown-bg: #ffffff;
12935
14082
  --drp-border-color: #E5E5E5;
12936
14083
  --drp-primary-bg: #F2F2F2;
@@ -13048,19 +14195,19 @@ html.font-size-4xl {
13048
14195
  --pa-danger-bg-light: rgba(180, 5, 14, 0.2);
13049
14196
  --pa-info-bg: #06b6d4;
13050
14197
  --pa-info-bg-light: rgba(6, 182, 212, 0.2);
13051
- --base-primary-bg: #1a1a1a;
13052
- --base-primary-bg-hover: #2a2a2a;
14198
+ --base-surface-1: #242424;
14199
+ --base-surface-2: #1a1a1a;
14200
+ --base-surface-3: #2a2a2a;
13053
14201
  --base-text-color-1: #ffffff;
13054
14202
  --base-text-color-2: #aaaaaa;
14203
+ --base-text-color-3: #888888;
14204
+ --base-text-color-4: #666666;
13055
14205
  --base-accent-color: #FFCC00;
13056
14206
  --base-accent-color-hover: #FFE57F;
13057
14207
  --base-accent-color-active: #FFE57F;
13058
14208
  --base-accent-color-light: rgba(255, 204, 0, 0.2);
13059
14209
  --base-accent-color-light-hover: rgba(255, 204, 0, 0.3);
13060
- --base-text-color-3: #888888;
13061
- --base-text-color-4: #666666;
13062
14210
  --base-border-color: #3a3a3a;
13063
- --base-border: 1px solid #3a3a3a;
13064
14211
  --base-input-bg: #2a2a2a;
13065
14212
  --base-input-color: #ffffff;
13066
14213
  --base-input-border: 1px solid #3a3a3a;
@@ -13068,7 +14215,7 @@ html.font-size-4xl {
13068
14215
  --base-input-border-focus: 1px solid #D40511;
13069
14216
  --base-input-placeholder-color: #666666;
13070
14217
  --base-dropdown-bg: #242424;
13071
- --base-dropdown-border: 1px solid #3a3a3a;
14218
+ --base-dropdown-border: #3a3a3a;
13072
14219
  --base-dropdown-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
13073
14220
  --base-tooltip-bg: #3a3a3a;
13074
14221
  --base-tooltip-text-color: #ffffff;