@keenmate/pure-admin-theme-express 1.5.0 → 2.0.0

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 (2) hide show
  1. package/dist/express.css +1475 -109
  2. package/package.json +3 -3
package/dist/express.css CHANGED
@@ -372,6 +372,7 @@ body.pa-layout--sticky .pa-layout__inner {
372
372
  .pa-layout__main {
373
373
  flex: 1;
374
374
  padding: 1.6rem;
375
+ container-type: inline-size;
375
376
  }
376
377
 
377
378
  .pa-layout__footer {
@@ -1559,7 +1560,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
1559
1560
  margin-inline-start: 95%;
1560
1561
  }
1561
1562
 
1562
- @media (min-width: 576px) {
1563
+ @container (min-width: 576px) {
1563
1564
  .pa-col-sm-5 {
1564
1565
  flex: 0 0 5%;
1565
1566
  max-width: 5%;
@@ -1832,7 +1833,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
1832
1833
  width: auto;
1833
1834
  }
1834
1835
  }
1835
- @media (min-width: 768px) {
1836
+ @container (min-width: 768px) {
1836
1837
  .pa-col-md-5 {
1837
1838
  flex: 0 0 5%;
1838
1839
  max-width: 5%;
@@ -2105,7 +2106,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2105
2106
  width: auto;
2106
2107
  }
2107
2108
  }
2108
- @media (min-width: 992px) {
2109
+ @container (min-width: 992px) {
2109
2110
  .pa-col-lg-5 {
2110
2111
  flex: 0 0 5%;
2111
2112
  max-width: 5%;
@@ -2378,7 +2379,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2378
2379
  width: auto;
2379
2380
  }
2380
2381
  }
2381
- @media (min-width: 1200px) {
2382
+ @container (min-width: 1200px) {
2382
2383
  .pa-col-xl-5 {
2383
2384
  flex: 0 0 5%;
2384
2385
  max-width: 5%;
@@ -3120,6 +3121,41 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
3120
3121
  padding: 2.4rem 1.6rem;
3121
3122
  }
3122
3123
 
3124
+ .pa-card--ghost {
3125
+ background: transparent !important;
3126
+ border: none !important;
3127
+ box-shadow: none !important;
3128
+ }
3129
+
3130
+ .pa-card--ghost:hover {
3131
+ box-shadow: none !important;
3132
+ }
3133
+
3134
+ .pa-card--ghost .pa-card__header {
3135
+ background: transparent !important;
3136
+ border-bottom: none !important;
3137
+ }
3138
+
3139
+ .pa-card--ghost .pa-card__footer {
3140
+ background: transparent !important;
3141
+ border-top: none !important;
3142
+ }
3143
+
3144
+ .pa-card--live-up {
3145
+ background-color: rgba(40, 167, 69, 0.1);
3146
+ transition: background-color 0.3s ease;
3147
+ }
3148
+
3149
+ .pa-card--live-down {
3150
+ background-color: rgba(220, 53, 69, 0.1);
3151
+ transition: background-color 0.3s ease;
3152
+ }
3153
+
3154
+ .pa-card--live-neutral {
3155
+ background-color: #ffffff;
3156
+ transition: background-color 0.3s ease;
3157
+ }
3158
+
3123
3159
  .pa-card--color-1 {
3124
3160
  border-color: var(--pa-color-1);
3125
3161
  }
@@ -3887,43 +3923,43 @@ a.pa-card p {
3887
3923
  font-size: 1.4rem;
3888
3924
  }
3889
3925
 
3890
- .pa-stat--hero {
3926
+ .pa-stat--hero, .pa-stat--hero-compact {
3891
3927
  display: block;
3892
3928
  text-align: center;
3893
- padding: 2.4rem;
3929
+ padding: 0.8rem 0.8rem 1.2rem;
3894
3930
  }
3895
3931
 
3896
- .pa-stat--hero .pa-stat__label {
3897
- font-size: 1.4rem;
3932
+ .pa-stat--hero .pa-stat__label, .pa-stat--hero-compact .pa-stat__label {
3933
+ font-size: 1.2rem;
3898
3934
  text-transform: uppercase;
3899
3935
  letter-spacing: 0.05em;
3900
- font-weight: 500;
3936
+ font-weight: 600;
3901
3937
  color: var(--pa-text-color-2);
3902
- margin-bottom: 0.8rem;
3938
+ margin-bottom: 0.4rem;
3903
3939
  }
3904
3940
 
3905
- .pa-stat--hero .pa-stat__value {
3906
- font-size: 3.2rem;
3941
+ .pa-stat--hero .pa-stat__value, .pa-stat--hero-compact .pa-stat__value {
3942
+ font-size: 4.48rem;
3907
3943
  font-weight: 700;
3908
3944
  color: var(--pa-text-color-1);
3909
- line-height: 1.1;
3910
- margin-bottom: 0.8rem;
3945
+ line-height: 1;
3946
+ margin-bottom: 0.4rem;
3911
3947
  }
3912
3948
 
3913
- .pa-stat--hero .pa-stat__change {
3949
+ .pa-stat--hero .pa-stat__change, .pa-stat--hero-compact .pa-stat__change {
3914
3950
  font-size: 1.2rem;
3915
- font-weight: 500;
3951
+ font-weight: 600;
3916
3952
  }
3917
3953
 
3918
- .pa-stat--hero .pa-stat__change--positive {
3954
+ .pa-stat--hero .pa-stat__change--positive, .pa-stat--hero-compact .pa-stat__change--positive {
3919
3955
  color: #28a745;
3920
3956
  }
3921
3957
 
3922
- .pa-stat--hero .pa-stat__change--negative {
3958
+ .pa-stat--hero .pa-stat__change--negative, .pa-stat--hero-compact .pa-stat__change--negative {
3923
3959
  color: #dc3545;
3924
3960
  }
3925
3961
 
3926
- .pa-stat--hero .pa-stat__change--neutral {
3962
+ .pa-stat--hero .pa-stat__change--neutral, .pa-stat--hero-compact .pa-stat__change--neutral {
3927
3963
  color: var(--pa-text-color-2);
3928
3964
  }
3929
3965
 
@@ -8978,6 +9014,12 @@ web-multiselect {
8978
9014
  .pa-table-card:has(.pa-detail-view) .pa-table-card__body {
8979
9015
  position: relative;
8980
9016
  overflow: hidden;
9017
+ display: flex;
9018
+ flex-direction: column;
9019
+ }
9020
+
9021
+ .pa-table-card:has(.pa-detail-view) .pa-table-card__body .pa-detail-view {
9022
+ flex: 1;
8981
9023
  }
8982
9024
 
8983
9025
  .pa-table-card__header {
@@ -12776,6 +12818,10 @@ code {
12776
12818
  position: relative;
12777
12819
  }
12778
12820
 
12821
+ .pa-detail-panel__content--bordered {
12822
+ border-block: 1px solid var(--pa-border-color);
12823
+ }
12824
+
12779
12825
  .pa-detail-panel--overlay .pa-detail-panel__content {
12780
12826
  position: absolute;
12781
12827
  top: 0;
@@ -12876,6 +12922,7 @@ code {
12876
12922
  .pa-detail-panel__body {
12877
12923
  flex: 1;
12878
12924
  overflow-y: auto;
12925
+ overscroll-behavior: contain;
12879
12926
  padding: 1.2rem 1.6rem;
12880
12927
  }
12881
12928
 
@@ -13232,6 +13279,10 @@ code {
13232
13279
  margin-top: 2.4rem;
13233
13280
  }
13234
13281
 
13282
+ .pa-fields-container {
13283
+ container-type: inline-size;
13284
+ }
13285
+
13235
13286
  .pa-fields {
13236
13287
  display: flex;
13237
13288
  flex-direction: column;
@@ -13257,6 +13308,11 @@ code {
13257
13308
  grid-template-columns: repeat(4, 1fr);
13258
13309
  }
13259
13310
 
13311
+ @container (max-width: 768px) {
13312
+ .pa-fields--cols-2, .pa-fields--cols-3, .pa-fields--cols-4 {
13313
+ grid-template-columns: 1fr;
13314
+ }
13315
+ }
13260
13316
  @media (max-width: 768px) {
13261
13317
  .pa-fields--cols-2, .pa-fields--cols-3, .pa-fields--cols-4 {
13262
13318
  grid-template-columns: 1fr;
@@ -13347,6 +13403,11 @@ code {
13347
13403
  min-width: 0;
13348
13404
  }
13349
13405
 
13406
+ @container (max-width: 768px) {
13407
+ .pa-fields--row {
13408
+ flex-direction: column;
13409
+ }
13410
+ }
13350
13411
  @media (max-width: 768px) {
13351
13412
  .pa-fields--row {
13352
13413
  flex-direction: column;
@@ -13435,177 +13496,1458 @@ code {
13435
13496
  padding-inline-start: 0;
13436
13497
  }
13437
13498
 
13438
- /* ========================================
13439
- Utility Components
13440
- Font utilities, compact mode, component showcase
13441
- ======================================== */
13442
- html.font-size-small {
13443
- font-size: 9px;
13499
+ .pa-fields--linear {
13500
+ gap: 0.8rem;
13501
+ border-inline-start: none;
13502
+ padding-inline-start: 0;
13444
13503
  }
13445
13504
 
13446
- html.font-size-default {
13447
- font-size: 10px;
13505
+ .pa-fields--linear .pa-field {
13506
+ flex-direction: row;
13507
+ align-items: center;
13508
+ gap: 1.2rem;
13509
+ font-size: 1.4rem;
13510
+ line-height: 1.5;
13511
+ min-height: 2.8rem;
13448
13512
  }
13449
13513
 
13450
- html.font-size-large {
13451
- font-size: 11px;
13514
+ .pa-fields--linear .pa-field__label {
13515
+ flex: 0 0 10rem;
13516
+ font-size: 1.4rem;
13517
+ text-transform: none;
13518
+ letter-spacing: normal;
13519
+ opacity: 1;
13520
+ font-weight: 400;
13521
+ color: var(--pa-text-color-2);
13452
13522
  }
13453
13523
 
13454
- html.font-size-xlarge {
13455
- font-size: 12px;
13524
+ .pa-fields--linear .pa-field__value {
13525
+ flex: 1;
13526
+ min-width: 0;
13527
+ font-size: 1.4rem;
13528
+ font-weight: 500;
13529
+ color: var(--pa-text-color-1);
13456
13530
  }
13457
13531
 
13458
- .font-family-serif {
13459
- font-family: Georgia, "Times New Roman", Times, serif;
13532
+ .pa-fields--chips {
13533
+ flex-direction: row;
13534
+ flex-wrap: wrap;
13535
+ gap: 0.6rem 1.4rem;
13536
+ padding: 0.4rem 0;
13537
+ border-inline-start: none;
13538
+ padding-inline-start: 0;
13460
13539
  }
13461
13540
 
13462
- .font-family-mono {
13463
- font-family: "Courier New", Courier, monospace;
13541
+ .pa-fields--chips .pa-field {
13542
+ flex-direction: row;
13543
+ align-items: center;
13544
+ gap: 0.5rem;
13545
+ font-size: 1.4rem;
13464
13546
  }
13465
13547
 
13466
- .compact-mode .pa-card__body {
13467
- padding: 1.2rem;
13548
+ .pa-fields--chips .pa-field__label {
13549
+ font-size: 1.4rem;
13550
+ text-transform: none;
13551
+ letter-spacing: normal;
13552
+ opacity: 1;
13553
+ font-weight: 400;
13554
+ color: var(--pa-text-color-2);
13468
13555
  }
13469
13556
 
13470
- .compact-mode .pa-table td,
13471
- .compact-mode .pa-table th {
13472
- padding: 0.8rem 1.2rem;
13557
+ .pa-fields--chips .pa-field__value {
13558
+ background: rgba(128, 128, 128, 0.1);
13559
+ color: var(--pa-text-color-1);
13560
+ font-weight: 500;
13561
+ padding: 0.2rem 0.8rem;
13562
+ border-radius: 4px;
13563
+ font-size: 1.3rem;
13473
13564
  }
13474
13565
 
13475
- .compact-mode .pa-sidebar__nav ul li a {
13476
- padding: 0.8rem 1.6rem;
13566
+ .pa-fields--chips .pa-field__value--success {
13567
+ background: var(--pa-success-bg-light, rgba(0, 200, 80, 0.12));
13568
+ color: var(--pa-success-color, #28a745);
13477
13569
  }
13478
13570
 
13479
- .compact-mode .pa-form-group {
13480
- margin-bottom: 1.2rem;
13571
+ .pa-fields--chips .pa-field__value--warning {
13572
+ background: var(--pa-warning-bg-light, rgba(255, 165, 0, 0.12));
13573
+ color: var(--pa-warning-color, #e68a00);
13481
13574
  }
13482
13575
 
13483
- .min-h-2x {
13484
- min-height: 2rem;
13576
+ .pa-fields--chips .pa-field__value--danger {
13577
+ background: var(--pa-danger-bg-light, rgba(255, 0, 0, 0.12));
13578
+ color: var(--pa-danger-color, #dc3545);
13485
13579
  }
13486
13580
 
13487
- .min-h-3x {
13488
- min-height: 3rem;
13581
+ .pa-desc-container {
13582
+ container-type: inline-size;
13489
13583
  }
13490
13584
 
13491
- .min-h-5x {
13492
- min-height: 5rem;
13585
+ .pa-desc-table {
13586
+ display: grid;
13587
+ grid-template-columns: repeat(3, auto 1fr);
13588
+ border: 1px solid var(--pa-border-color);
13589
+ border-radius: 4px;
13590
+ overflow: hidden;
13493
13591
  }
13494
13592
 
13495
- .min-h-8x {
13496
- min-height: 8rem;
13593
+ .pa-desc-table--cols-2 {
13594
+ grid-template-columns: repeat(2, auto 1fr);
13497
13595
  }
13498
13596
 
13499
- .min-h-10x {
13500
- min-height: 10rem;
13597
+ .pa-desc-table--fixed {
13598
+ grid-template-columns: repeat(3, minmax(0, var(--label-width, 14rem)) minmax(0, 1fr));
13501
13599
  }
13502
13600
 
13503
- .min-h-12x {
13504
- min-height: 12rem;
13601
+ .pa-desc-table--fixed.pa-desc-table--cols-2 {
13602
+ grid-template-columns: repeat(2, minmax(0, var(--label-width, 14rem)) minmax(0, 1fr));
13505
13603
  }
13506
13604
 
13507
- .min-h-15x {
13508
- min-height: 15rem;
13605
+ .pa-desc-table__label, .pa-desc-table__value {
13606
+ padding: 1.2rem 1.6rem;
13607
+ border-bottom: 1px solid var(--pa-border-color);
13608
+ font-size: 1.4rem;
13609
+ line-height: 1.5;
13509
13610
  }
13510
13611
 
13511
- .min-h-20x {
13512
- min-height: 20rem;
13612
+ .pa-desc-table__label {
13613
+ background: rgba(128, 128, 128, 0.06);
13614
+ color: var(--pa-text-color-2);
13615
+ font-weight: 400;
13616
+ white-space: nowrap;
13617
+ border-inline-end: 1px solid var(--pa-border-color);
13513
13618
  }
13514
13619
 
13515
- .min-h-25x {
13516
- min-height: 25rem;
13620
+ .pa-desc-table__label::after {
13621
+ content: ":";
13622
+ margin-inline-start: 2px;
13517
13623
  }
13518
13624
 
13519
- .min-h-30x {
13520
- min-height: 30rem;
13625
+ .pa-desc-table__value {
13626
+ color: var(--pa-text-color-1);
13627
+ font-weight: 500;
13628
+ border-inline-end: 1px solid var(--pa-border-color);
13629
+ min-width: 0;
13521
13630
  }
13522
13631
 
13523
- .h-2x {
13524
- height: 2rem;
13632
+ .pa-desc-table__value--full {
13633
+ grid-column: 2/-1;
13525
13634
  }
13526
13635
 
13527
- .h-3x {
13528
- height: 3rem;
13636
+ .pa-desc-table--middle .pa-desc-table__label, .pa-desc-table--middle .pa-desc-table__value {
13637
+ display: flex;
13638
+ align-items: center;
13529
13639
  }
13530
13640
 
13531
- .h-5x {
13532
- height: 5rem;
13641
+ .pa-desc-table--label-end .pa-desc-table__label {
13642
+ text-align: end;
13643
+ justify-content: flex-end;
13533
13644
  }
13534
13645
 
13535
- .h-8x {
13536
- height: 8rem;
13646
+ .pa-desc-table--label-center .pa-desc-table__label {
13647
+ text-align: center;
13648
+ justify-content: center;
13537
13649
  }
13538
13650
 
13539
- .h-10x {
13540
- height: 10rem;
13651
+ .pa-desc-table--truncate .pa-desc-table__label, .pa-desc-table--truncate .pa-desc-table__value {
13652
+ overflow: hidden;
13653
+ text-overflow: ellipsis;
13654
+ white-space: nowrap;
13541
13655
  }
13542
13656
 
13543
- .h-12x {
13544
- height: 12rem;
13657
+ @container (max-width: 768px) {
13658
+ .pa-desc-table, .pa-desc-table--cols-2 {
13659
+ grid-template-columns: auto 1fr;
13660
+ }
13661
+ .pa-desc-table--fixed, .pa-desc-table--fixed.pa-desc-table--cols-2 {
13662
+ grid-template-columns: minmax(0, var(--label-width, 14rem)) minmax(0, 1fr);
13663
+ }
13664
+ .pa-desc-table .pa-desc-table__value--full {
13665
+ grid-column: 2;
13666
+ }
13545
13667
  }
13546
-
13547
- .h-15x {
13548
- height: 15rem;
13668
+ @media (max-width: 768px) {
13669
+ .pa-desc-table, .pa-desc-table--cols-2 {
13670
+ grid-template-columns: auto 1fr;
13671
+ }
13672
+ .pa-desc-table--fixed, .pa-desc-table--fixed.pa-desc-table--cols-2 {
13673
+ grid-template-columns: minmax(0, var(--label-width, 14rem)) minmax(0, 1fr);
13674
+ }
13675
+ .pa-desc-table .pa-desc-table__value--full {
13676
+ grid-column: 2;
13677
+ }
13678
+ }
13679
+ .pa-desc-table__copy {
13680
+ flex-shrink: 0;
13681
+ padding: 0.4rem;
13682
+ background: transparent;
13683
+ border: none;
13684
+ border-radius: 4px;
13685
+ cursor: pointer;
13686
+ transition: opacity 0.15s, background 0.15s;
13549
13687
  }
13550
13688
 
13551
- .h-20x {
13552
- height: 20rem;
13689
+ .pa-desc-table__copy:hover {
13690
+ opacity: 1;
13691
+ background: rgba(128, 128, 128, 0.1);
13553
13692
  }
13554
13693
 
13555
- .h-25x {
13556
- height: 25rem;
13694
+ .pa-desc-table__value--copy-btn, .pa-desc-table__value--copy-hover {
13695
+ display: flex;
13696
+ align-items: center;
13697
+ gap: 0.8rem;
13557
13698
  }
13558
13699
 
13559
- .h-30x {
13560
- height: 30rem;
13700
+ .pa-desc-table__value--copy-btn .pa-desc-table__copy {
13701
+ opacity: 0.5;
13561
13702
  }
13562
13703
 
13563
- .h-40x {
13564
- height: 40rem;
13704
+ .pa-desc-table__value--copy-hover .pa-desc-table__copy {
13705
+ opacity: 0;
13565
13706
  }
13566
13707
 
13567
- .h-50x {
13568
- height: 50rem;
13708
+ .pa-desc-table__value--copy-hover:hover .pa-desc-table__copy {
13709
+ opacity: 0.5;
13569
13710
  }
13570
13711
 
13571
- .max-h-5x {
13572
- max-height: 5rem;
13712
+ .pa-desc-table__value--copy-hover:hover .pa-desc-table__copy:hover {
13713
+ opacity: 1;
13714
+ background: rgba(128, 128, 128, 0.1);
13573
13715
  }
13574
13716
 
13575
- .max-h-8x {
13576
- max-height: 8rem;
13717
+ .pa-desc-table__value--copy-click {
13718
+ cursor: pointer;
13719
+ transition: opacity 0.15s;
13577
13720
  }
13578
13721
 
13579
- .max-h-10x {
13580
- max-height: 10rem;
13722
+ .pa-desc-table__value--copy-click:hover {
13723
+ opacity: 0.7;
13581
13724
  }
13582
13725
 
13583
- .max-h-12x {
13584
- max-height: 12rem;
13726
+ .pa-desc-table__value--copy-click::after {
13727
+ content: "Click to copy";
13728
+ font-size: 1rem;
13729
+ opacity: 0;
13730
+ margin-inline-start: 0.8rem;
13731
+ transition: opacity 0.15s;
13585
13732
  }
13586
13733
 
13587
- .max-h-15x {
13588
- max-height: 15rem;
13734
+ .pa-desc-table__value--copy-click:hover::after {
13735
+ opacity: 0.6;
13589
13736
  }
13590
13737
 
13591
- .max-h-20x {
13592
- max-height: 20rem;
13738
+ .pa-desc-table__value--copied::after {
13739
+ content: "Copied!" !important;
13740
+ opacity: 1 !important;
13741
+ color: var(--pa-color-4, #28a745);
13593
13742
  }
13594
13743
 
13595
- .max-h-25x {
13596
- max-height: 25rem;
13744
+ .pa-dot-leaders {
13745
+ display: flex;
13746
+ flex-direction: column;
13747
+ gap: 0;
13597
13748
  }
13598
13749
 
13599
- .max-h-30x {
13600
- max-height: 30rem;
13750
+ .pa-dot-leaders__item {
13751
+ display: flex;
13752
+ align-items: baseline;
13753
+ padding: 0.6rem 0;
13601
13754
  }
13602
13755
 
13603
- .max-h-40x {
13604
- max-height: 40rem;
13756
+ .pa-dot-leaders__item--total {
13757
+ margin-top: 0.4rem;
13758
+ padding-top: 0.8rem;
13759
+ border-top: 2px solid var(--pa-text-color-1);
13605
13760
  }
13606
13761
 
13607
- .max-h-50x {
13608
- max-height: 50rem;
13762
+ .pa-dot-leaders__label {
13763
+ font-size: 1.4rem;
13764
+ font-weight: 500;
13765
+ color: var(--pa-text-color-2);
13766
+ white-space: nowrap;
13767
+ flex-shrink: 0;
13768
+ }
13769
+
13770
+ .pa-dot-leaders__leader {
13771
+ flex: 1;
13772
+ border-bottom: 2px dotted var(--pa-border-color);
13773
+ margin: 0 0.8rem;
13774
+ margin-bottom: 0.25em;
13775
+ min-width: 2rem;
13776
+ }
13777
+
13778
+ .pa-dot-leaders__value {
13779
+ font-size: 1.4rem;
13780
+ font-weight: 600;
13781
+ color: var(--pa-text-color-1);
13782
+ white-space: nowrap;
13783
+ text-align: end;
13784
+ font-variant-numeric: tabular-nums;
13785
+ }
13786
+
13787
+ .pa-dot-leaders__item--total .pa-dot-leaders__label {
13788
+ font-weight: 700;
13789
+ color: var(--pa-text-color-1);
13790
+ }
13791
+
13792
+ .pa-dot-leaders__item--total .pa-dot-leaders__value {
13793
+ font-size: 1.6rem;
13794
+ font-weight: 700;
13795
+ }
13796
+
13797
+ .pa-prop-card {
13798
+ border: 1px solid var(--pa-border-color);
13799
+ border-radius: 6px;
13800
+ overflow: hidden;
13801
+ }
13802
+
13803
+ .pa-prop-card__header {
13804
+ padding: 1rem 1.6rem;
13805
+ font-weight: 600;
13806
+ font-size: 1.3rem;
13807
+ text-transform: uppercase;
13808
+ letter-spacing: 0.04em;
13809
+ color: var(--pa-text-color-2);
13810
+ background: rgba(128, 128, 128, 0.04);
13811
+ border-bottom: 1px solid var(--pa-border-color);
13812
+ }
13813
+
13814
+ .pa-prop-card__row {
13815
+ display: flex;
13816
+ justify-content: space-between;
13817
+ align-items: center;
13818
+ padding: 1rem 1.6rem;
13819
+ border-bottom: 1px solid rgba(128, 128, 128, 0.08);
13820
+ font-size: 1.4rem;
13821
+ gap: 1.6rem;
13822
+ }
13823
+
13824
+ .pa-prop-card__row:last-child {
13825
+ border-bottom: none;
13826
+ }
13827
+
13828
+ .pa-prop-card__label {
13829
+ color: var(--pa-text-color-2);
13830
+ font-weight: 400;
13831
+ flex-shrink: 0;
13832
+ }
13833
+
13834
+ .pa-prop-card__value {
13835
+ color: var(--pa-text-color-1);
13836
+ font-weight: 500;
13837
+ text-align: end;
13838
+ overflow-wrap: anywhere;
13839
+ }
13840
+
13841
+ .pa-prop-card__value--bold {
13842
+ font-weight: 700;
13843
+ }
13844
+
13845
+ .pa-prop-card__copy {
13846
+ flex-shrink: 0;
13847
+ padding: 0.4rem;
13848
+ background: transparent;
13849
+ border: none;
13850
+ border-radius: 4px;
13851
+ cursor: pointer;
13852
+ transition: opacity 0.15s, background 0.15s;
13853
+ }
13854
+
13855
+ .pa-prop-card__copy:hover {
13856
+ opacity: 1;
13857
+ background: rgba(128, 128, 128, 0.1);
13858
+ }
13859
+
13860
+ .pa-prop-card__row--copy-btn .pa-prop-card__value, .pa-prop-card__row--copy-hover .pa-prop-card__value {
13861
+ display: flex;
13862
+ align-items: center;
13863
+ gap: 0.8rem;
13864
+ }
13865
+
13866
+ .pa-prop-card__row--copy-btn .pa-prop-card__copy, .pa-prop-card__row--copy-hover .pa-prop-card__copy {
13867
+ order: -1;
13868
+ }
13869
+
13870
+ .pa-prop-card__row--copy-btn .pa-prop-card__copy {
13871
+ opacity: 0.5;
13872
+ }
13873
+
13874
+ .pa-prop-card__row--copy-hover .pa-prop-card__copy {
13875
+ opacity: 0;
13876
+ }
13877
+
13878
+ .pa-prop-card__row--copy-hover:hover .pa-prop-card__copy {
13879
+ opacity: 0.5;
13880
+ }
13881
+
13882
+ .pa-prop-card__row--copy-hover:hover .pa-prop-card__copy:hover {
13883
+ opacity: 1;
13884
+ background: rgba(128, 128, 128, 0.1);
13885
+ }
13886
+
13887
+ .pa-prop-card__row--copy-click .pa-prop-card__value {
13888
+ cursor: pointer;
13889
+ transition: opacity 0.15s;
13890
+ }
13891
+
13892
+ .pa-prop-card__row--copy-click .pa-prop-card__value:hover {
13893
+ opacity: 0.7;
13894
+ }
13895
+
13896
+ .pa-banded-container {
13897
+ container-type: inline-size;
13898
+ }
13899
+
13900
+ .pa-banded {
13901
+ border: 1px solid var(--pa-border-color);
13902
+ border-radius: 4px;
13903
+ overflow: hidden;
13904
+ }
13905
+
13906
+ .pa-banded__row {
13907
+ display: flex;
13908
+ border-bottom: 1px solid var(--pa-border-color);
13909
+ font-size: 1.4rem;
13910
+ align-items: stretch;
13911
+ }
13912
+
13913
+ .pa-banded__row:last-child {
13914
+ border-bottom: none;
13915
+ }
13916
+
13917
+ .pa-banded__label {
13918
+ flex: 0 0 auto;
13919
+ width: 14rem;
13920
+ padding: 0.8rem 1.2rem;
13921
+ background: rgba(128, 128, 128, 0.06);
13922
+ color: var(--pa-text-color-2);
13923
+ font-weight: 500;
13924
+ border-inline-end: 1px solid var(--pa-border-color);
13925
+ display: flex;
13926
+ align-items: flex-start;
13927
+ }
13928
+
13929
+ .pa-banded__value {
13930
+ flex: 1;
13931
+ padding: 0.8rem 1.2rem;
13932
+ color: var(--pa-text-color-1);
13933
+ font-weight: 400;
13934
+ display: flex;
13935
+ align-items: flex-start;
13936
+ overflow-wrap: anywhere;
13937
+ min-width: 0;
13938
+ }
13939
+
13940
+ .pa-banded--narrow .pa-banded__label {
13941
+ width: 10rem;
13942
+ }
13943
+
13944
+ .pa-banded--wide .pa-banded__label {
13945
+ width: 20rem;
13946
+ }
13947
+
13948
+ .pa-banded--middle .pa-banded__label, .pa-banded--middle .pa-banded__value {
13949
+ align-items: center;
13950
+ }
13951
+
13952
+ .pa-banded--label-end .pa-banded__label {
13953
+ justify-content: flex-end;
13954
+ }
13955
+
13956
+ .pa-banded--label-center .pa-banded__label {
13957
+ justify-content: center;
13958
+ }
13959
+
13960
+ .pa-banded--truncate .pa-banded__label, .pa-banded--truncate .pa-banded__value {
13961
+ overflow: hidden;
13962
+ text-overflow: ellipsis;
13963
+ white-space: nowrap;
13964
+ }
13965
+
13966
+ @container (max-width: 768px) {
13967
+ .pa-banded__row {
13968
+ flex-direction: column;
13969
+ }
13970
+ .pa-banded .pa-banded__label {
13971
+ width: auto !important;
13972
+ border-inline-end: none;
13973
+ border-bottom: 1px solid var(--pa-border-color);
13974
+ }
13975
+ .pa-banded .pa-banded__label, .pa-banded .pa-banded__value {
13976
+ display: block;
13977
+ }
13978
+ }
13979
+ @media (max-width: 768px) {
13980
+ .pa-banded__row {
13981
+ flex-direction: column;
13982
+ }
13983
+ .pa-banded .pa-banded__label {
13984
+ width: auto !important;
13985
+ border-inline-end: none;
13986
+ border-bottom: 1px solid var(--pa-border-color);
13987
+ }
13988
+ .pa-banded .pa-banded__label, .pa-banded .pa-banded__value {
13989
+ display: block;
13990
+ }
13991
+ }
13992
+ .pa-banded__copy {
13993
+ flex-shrink: 0;
13994
+ padding: 0.4rem;
13995
+ background: transparent;
13996
+ border: none;
13997
+ border-radius: 4px;
13998
+ cursor: pointer;
13999
+ transition: opacity 0.15s, background 0.15s;
14000
+ }
14001
+
14002
+ .pa-banded__copy:hover {
14003
+ opacity: 1;
14004
+ background: rgba(128, 128, 128, 0.1);
14005
+ }
14006
+
14007
+ .pa-banded__row--copy-btn .pa-banded__value, .pa-banded__row--copy-hover .pa-banded__value {
14008
+ gap: 0.8rem;
14009
+ }
14010
+
14011
+ .pa-banded__row--copy-btn .pa-banded__copy {
14012
+ opacity: 0.5;
14013
+ }
14014
+
14015
+ .pa-banded__row--copy-hover .pa-banded__copy {
14016
+ opacity: 0;
14017
+ }
14018
+
14019
+ .pa-banded__row--copy-hover:hover .pa-banded__copy {
14020
+ opacity: 0.5;
14021
+ }
14022
+
14023
+ .pa-banded__row--copy-hover:hover .pa-banded__copy:hover {
14024
+ opacity: 1;
14025
+ background: rgba(128, 128, 128, 0.1);
14026
+ }
14027
+
14028
+ .pa-banded__row--copy-click .pa-banded__value {
14029
+ cursor: pointer;
14030
+ transition: opacity 0.15s;
14031
+ }
14032
+
14033
+ .pa-banded__row--copy-click .pa-banded__value:hover {
14034
+ opacity: 0.7;
14035
+ }
14036
+
14037
+ .pa-banded__row--copy-click .pa-banded__value::after {
14038
+ content: "Click to copy";
14039
+ font-size: 1rem;
14040
+ opacity: 0;
14041
+ margin-inline-start: 0.8rem;
14042
+ transition: opacity 0.15s;
14043
+ }
14044
+
14045
+ .pa-banded__row--copy-click .pa-banded__value:hover::after {
14046
+ opacity: 0.6;
14047
+ }
14048
+
14049
+ .pa-banded__row--copied .pa-banded__value::after {
14050
+ content: "Copied!" !important;
14051
+ opacity: 1 !important;
14052
+ color: var(--pa-color-4, #28a745);
14053
+ }
14054
+
14055
+ .pa-accent-grid {
14056
+ display: grid;
14057
+ grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
14058
+ gap: 0.8rem;
14059
+ }
14060
+
14061
+ .pa-accent-grid__item {
14062
+ padding: 0.8rem 1.2rem;
14063
+ padding-inline-start: 1.4rem;
14064
+ border-inline-start: 3px solid var(--pa-accent, #3b82f6);
14065
+ }
14066
+
14067
+ .pa-accent-grid__item--success {
14068
+ border-inline-start-color: var(--pa-success-color, #28a745);
14069
+ }
14070
+
14071
+ .pa-accent-grid__item--warning {
14072
+ border-inline-start-color: var(--pa-warning-color, #e68a00);
14073
+ }
14074
+
14075
+ .pa-accent-grid__item--danger {
14076
+ border-inline-start-color: var(--pa-danger-color, #dc3545);
14077
+ }
14078
+
14079
+ .pa-accent-grid__item--info {
14080
+ border-inline-start-color: var(--pa-info-color, #17a2b8);
14081
+ }
14082
+
14083
+ .pa-accent-grid__label {
14084
+ font-size: 1.1rem;
14085
+ font-weight: 500;
14086
+ color: var(--pa-text-color-2);
14087
+ margin-bottom: 0.2rem;
14088
+ text-transform: uppercase;
14089
+ letter-spacing: 0.03em;
14090
+ }
14091
+
14092
+ .pa-accent-grid__value {
14093
+ font-size: 1.5rem;
14094
+ font-weight: 600;
14095
+ color: var(--pa-text-color-1);
14096
+ line-height: 1.2;
14097
+ }
14098
+
14099
+ .pa-accent-grid__copy {
14100
+ flex-shrink: 0;
14101
+ padding: 0.4rem;
14102
+ background: transparent;
14103
+ border: none;
14104
+ border-radius: 4px;
14105
+ cursor: pointer;
14106
+ transition: opacity 0.15s, background 0.15s;
14107
+ }
14108
+
14109
+ .pa-accent-grid__copy:hover {
14110
+ opacity: 1;
14111
+ background: rgba(128, 128, 128, 0.1);
14112
+ }
14113
+
14114
+ .pa-accent-grid__item--copy-btn .pa-accent-grid__value, .pa-accent-grid__item--copy-hover .pa-accent-grid__value {
14115
+ display: flex;
14116
+ align-items: center;
14117
+ gap: 0.8rem;
14118
+ }
14119
+
14120
+ .pa-accent-grid__item--copy-btn .pa-accent-grid__copy {
14121
+ opacity: 0.5;
14122
+ }
14123
+
14124
+ .pa-accent-grid__item--copy-hover .pa-accent-grid__copy {
14125
+ opacity: 0;
14126
+ }
14127
+
14128
+ .pa-accent-grid__item--copy-hover:hover .pa-accent-grid__copy {
14129
+ opacity: 0.5;
14130
+ }
14131
+
14132
+ .pa-accent-grid__item--copy-hover:hover .pa-accent-grid__copy:hover {
14133
+ opacity: 1;
14134
+ background: rgba(128, 128, 128, 0.1);
14135
+ }
14136
+
14137
+ .pa-accent-grid__item--copy-click .pa-accent-grid__value {
14138
+ cursor: pointer;
14139
+ transition: opacity 0.15s;
14140
+ }
14141
+
14142
+ .pa-accent-grid__item--copy-click .pa-accent-grid__value:hover {
14143
+ opacity: 0.7;
14144
+ }
14145
+
14146
+ .pa-accent-grid__item--copy-click .pa-accent-grid__value::after {
14147
+ content: "Click to copy";
14148
+ font-size: 1rem;
14149
+ opacity: 0;
14150
+ margin-inline-start: 0.8rem;
14151
+ transition: opacity 0.15s;
14152
+ }
14153
+
14154
+ .pa-accent-grid__item--copy-click .pa-accent-grid__value:hover::after {
14155
+ opacity: 0.6;
14156
+ }
14157
+
14158
+ .pa-accent-grid__item--copied .pa-accent-grid__value::after {
14159
+ content: "Copied!" !important;
14160
+ opacity: 1 !important;
14161
+ color: var(--pa-color-4, #28a745);
14162
+ }
14163
+
14164
+ /* ========================================
14165
+ Data Visualization Components
14166
+ Progress bars, rings, gauges, heatmaps, sparklines
14167
+ ======================================== */
14168
+ .pa-progress {
14169
+ width: 100%;
14170
+ height: 0.8rem;
14171
+ background: rgba(0, 0, 0, 0.08);
14172
+ border-radius: 4px;
14173
+ overflow: hidden;
14174
+ position: relative;
14175
+ }
14176
+
14177
+ .pa-progress__fill {
14178
+ height: 100%;
14179
+ width: var(--value, 0%);
14180
+ background: #007bff;
14181
+ border-radius: inherit;
14182
+ transition: width 0.25s ease;
14183
+ }
14184
+
14185
+ .pa-progress__label {
14186
+ display: flex;
14187
+ justify-content: space-between;
14188
+ margin-bottom: 0.4rem;
14189
+ font-size: 1.2rem;
14190
+ font-weight: 500;
14191
+ color: var(--pa-text-color-1);
14192
+ }
14193
+
14194
+ .pa-progress__label-value {
14195
+ color: var(--pa-text-color-2);
14196
+ }
14197
+
14198
+ .pa-progress--xs {
14199
+ height: 0.3rem;
14200
+ }
14201
+
14202
+ .pa-progress--sm {
14203
+ height: 0.5rem;
14204
+ }
14205
+
14206
+ .pa-progress--lg {
14207
+ height: 1.2rem;
14208
+ }
14209
+
14210
+ .pa-progress--success > .pa-progress__fill {
14211
+ background: #28a745;
14212
+ }
14213
+
14214
+ .pa-progress--warning > .pa-progress__fill {
14215
+ background: #ffc107;
14216
+ }
14217
+
14218
+ .pa-progress--danger > .pa-progress__fill {
14219
+ background: #dc3545;
14220
+ }
14221
+
14222
+ .pa-progress--info > .pa-progress__fill {
14223
+ background: #17a2b8;
14224
+ }
14225
+
14226
+ .pa-progress--rounded {
14227
+ border-radius: 50rem;
14228
+ }
14229
+
14230
+ .pa-progress--striped > .pa-progress__fill {
14231
+ background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%);
14232
+ background-size: 1.6rem 1.6rem;
14233
+ }
14234
+
14235
+ .pa-progress--animated > .pa-progress__fill {
14236
+ animation: pa-progress-stripe 1s linear infinite;
14237
+ }
14238
+
14239
+ @keyframes pa-progress-stripe {
14240
+ 0% {
14241
+ background-position: 1.6rem 0;
14242
+ }
14243
+ 100% {
14244
+ background-position: 0 0;
14245
+ }
14246
+ }
14247
+ .pa-progress-group {
14248
+ display: flex;
14249
+ flex-direction: column;
14250
+ gap: 0.4rem;
14251
+ }
14252
+
14253
+ .pa-stacked-bar {
14254
+ display: flex;
14255
+ width: 100%;
14256
+ height: 1.2rem;
14257
+ border-radius: 4px;
14258
+ overflow: hidden;
14259
+ background: rgba(0, 0, 0, 0.08);
14260
+ }
14261
+
14262
+ .pa-stacked-bar__segment {
14263
+ height: 100%;
14264
+ width: var(--value, 0%);
14265
+ transition: width 0.25s ease;
14266
+ background: #007bff;
14267
+ }
14268
+
14269
+ .pa-stacked-bar__segment--success {
14270
+ background: #28a745;
14271
+ }
14272
+
14273
+ .pa-stacked-bar__segment--warning {
14274
+ background: #ffc107;
14275
+ }
14276
+
14277
+ .pa-stacked-bar__segment--danger {
14278
+ background: #dc3545;
14279
+ }
14280
+
14281
+ .pa-stacked-bar__segment--info {
14282
+ background: #17a2b8;
14283
+ }
14284
+
14285
+ .pa-stacked-bar__segment--secondary {
14286
+ background: #6c757d;
14287
+ }
14288
+
14289
+ .pa-stacked-bar__legend {
14290
+ display: flex;
14291
+ flex-wrap: wrap;
14292
+ gap: 1.6rem;
14293
+ margin-top: 0.8rem;
14294
+ }
14295
+
14296
+ .pa-stacked-bar__legend-item {
14297
+ display: flex;
14298
+ align-items: center;
14299
+ gap: 0.4rem;
14300
+ font-size: 1.2rem;
14301
+ color: var(--pa-text-color-2);
14302
+ }
14303
+
14304
+ .pa-stacked-bar__legend-swatch {
14305
+ width: 1rem;
14306
+ height: 1rem;
14307
+ border-radius: 2px;
14308
+ flex-shrink: 0;
14309
+ }
14310
+
14311
+ .pa-stacked-bar__legend-swatch--primary {
14312
+ background: #007bff;
14313
+ }
14314
+
14315
+ .pa-stacked-bar__legend-swatch--success {
14316
+ background: #28a745;
14317
+ }
14318
+
14319
+ .pa-stacked-bar__legend-swatch--warning {
14320
+ background: #ffc107;
14321
+ }
14322
+
14323
+ .pa-stacked-bar__legend-swatch--danger {
14324
+ background: #dc3545;
14325
+ }
14326
+
14327
+ .pa-stacked-bar__legend-swatch--info {
14328
+ background: #17a2b8;
14329
+ }
14330
+
14331
+ .pa-stacked-bar__legend-swatch--secondary {
14332
+ background: #6c757d;
14333
+ }
14334
+
14335
+ .pa-stacked-bar--sm {
14336
+ height: 0.5rem;
14337
+ }
14338
+
14339
+ .pa-stacked-bar--lg {
14340
+ height: 1.2rem;
14341
+ }
14342
+
14343
+ .pa-stacked-bar--rounded {
14344
+ border-radius: 50rem;
14345
+ }
14346
+
14347
+ .pa-progress-ring {
14348
+ width: 8rem;
14349
+ height: 8rem;
14350
+ border-radius: 50%;
14351
+ background: conic-gradient(#007bff calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14352
+ display: flex;
14353
+ align-items: center;
14354
+ justify-content: center;
14355
+ flex-shrink: 0;
14356
+ }
14357
+
14358
+ .pa-progress-ring__inner {
14359
+ width: 70%;
14360
+ height: 70%;
14361
+ border-radius: 50%;
14362
+ background: #ffffff;
14363
+ display: flex;
14364
+ flex-direction: column;
14365
+ align-items: center;
14366
+ justify-content: center;
14367
+ }
14368
+
14369
+ .pa-progress-ring__value {
14370
+ font-size: 1.8rem;
14371
+ font-weight: 700;
14372
+ line-height: 1;
14373
+ color: var(--pa-text-color-1);
14374
+ }
14375
+
14376
+ .pa-progress-ring__label {
14377
+ font-size: 1rem;
14378
+ color: var(--pa-text-color-2);
14379
+ margin-top: 0.4rem;
14380
+ }
14381
+
14382
+ .pa-progress-ring--sm {
14383
+ width: 5rem;
14384
+ height: 5rem;
14385
+ }
14386
+
14387
+ .pa-progress-ring--sm .pa-progress-ring__value {
14388
+ font-size: 1.6rem;
14389
+ }
14390
+
14391
+ .pa-progress-ring--sm .pa-progress-ring__label {
14392
+ font-size: 1rem;
14393
+ }
14394
+
14395
+ .pa-progress-ring--lg {
14396
+ width: 11rem;
14397
+ height: 11rem;
14398
+ }
14399
+
14400
+ .pa-progress-ring--lg .pa-progress-ring__value {
14401
+ font-size: 2.4rem;
14402
+ }
14403
+
14404
+ .pa-progress-ring--lg .pa-progress-ring__label {
14405
+ font-size: 1.2rem;
14406
+ }
14407
+
14408
+ .pa-progress-ring--success {
14409
+ background: conic-gradient(#28a745 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14410
+ }
14411
+
14412
+ .pa-progress-ring--warning {
14413
+ background: conic-gradient(#ffc107 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14414
+ }
14415
+
14416
+ .pa-progress-ring--danger {
14417
+ background: conic-gradient(#dc3545 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14418
+ }
14419
+
14420
+ .pa-progress-ring--info {
14421
+ background: conic-gradient(#17a2b8 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14422
+ }
14423
+
14424
+ .pa-gauge {
14425
+ width: 12rem;
14426
+ height: calc(12rem / 2);
14427
+ border-radius: 12rem 12rem 0 0;
14428
+ overflow: hidden;
14429
+ background: conic-gradient(from 0.75turn, #007bff calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14430
+ position: relative;
14431
+ flex-shrink: 0;
14432
+ }
14433
+
14434
+ .pa-gauge__inner {
14435
+ position: absolute;
14436
+ bottom: 0;
14437
+ left: 15%;
14438
+ right: 15%;
14439
+ height: 70%;
14440
+ border-radius: 12rem 12rem 0 0;
14441
+ background: #ffffff;
14442
+ display: flex;
14443
+ flex-direction: column;
14444
+ align-items: center;
14445
+ justify-content: flex-end;
14446
+ padding-bottom: 0.4rem;
14447
+ }
14448
+
14449
+ .pa-gauge__value {
14450
+ font-size: 2.4rem;
14451
+ font-weight: 700;
14452
+ line-height: 1;
14453
+ color: var(--pa-text-color-1);
14454
+ }
14455
+
14456
+ .pa-gauge__label {
14457
+ font-size: 1.2rem;
14458
+ color: var(--pa-text-color-2);
14459
+ margin-top: 0.4rem;
14460
+ }
14461
+
14462
+ .pa-gauge__min, .pa-gauge__max {
14463
+ position: absolute;
14464
+ bottom: 0;
14465
+ font-size: 1rem;
14466
+ color: var(--pa-text-color-2);
14467
+ }
14468
+
14469
+ .pa-gauge__min {
14470
+ left: 0;
14471
+ }
14472
+
14473
+ .pa-gauge__max {
14474
+ right: 0;
14475
+ }
14476
+
14477
+ .pa-gauge--success {
14478
+ background: conic-gradient(from 0.75turn, #28a745 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14479
+ }
14480
+
14481
+ .pa-gauge--warning {
14482
+ background: conic-gradient(from 0.75turn, #ffc107 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14483
+ }
14484
+
14485
+ .pa-gauge--danger {
14486
+ background: conic-gradient(from 0.75turn, #dc3545 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14487
+ }
14488
+
14489
+ .pa-gauge--info {
14490
+ background: conic-gradient(from 0.75turn, #17a2b8 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14491
+ }
14492
+
14493
+ .pa-gauge--zones {
14494
+ background: conic-gradient(from 0.75turn, #28a745 0deg, #28a745 90deg, #ffc107 90deg, #ffc107 135deg, #dc3545 135deg, #dc3545 180deg, rgba(0, 0, 0, 0.08) 180deg);
14495
+ }
14496
+
14497
+ .pa-data-bar {
14498
+ display: flex;
14499
+ flex-direction: column;
14500
+ gap: 0.4rem;
14501
+ min-width: 6rem;
14502
+ }
14503
+
14504
+ .pa-data-bar__value {
14505
+ font-size: 1.4rem;
14506
+ font-weight: 500;
14507
+ color: var(--pa-text-color-1);
14508
+ line-height: 1;
14509
+ }
14510
+
14511
+ .pa-data-bar__track {
14512
+ width: 100%;
14513
+ height: 0.4rem;
14514
+ background: rgba(0, 0, 0, 0.06);
14515
+ border-radius: 2px;
14516
+ overflow: hidden;
14517
+ }
14518
+
14519
+ .pa-data-bar__fill {
14520
+ height: 100%;
14521
+ width: var(--value, 0%);
14522
+ background: #007bff;
14523
+ border-radius: inherit;
14524
+ transition: width 0.25s ease;
14525
+ }
14526
+
14527
+ .pa-data-bar--success .pa-data-bar__fill {
14528
+ background: #28a745;
14529
+ }
14530
+
14531
+ .pa-data-bar--warning .pa-data-bar__fill {
14532
+ background: #ffc107;
14533
+ }
14534
+
14535
+ .pa-data-bar--danger .pa-data-bar__fill {
14536
+ background: #dc3545;
14537
+ }
14538
+
14539
+ .pa-data-bar--info .pa-data-bar__fill {
14540
+ background: #17a2b8;
14541
+ }
14542
+
14543
+ .pa-data-bar--negative .pa-data-bar__fill {
14544
+ background: #dc3545;
14545
+ margin-inline-start: auto;
14546
+ }
14547
+
14548
+ .pa-heatmap {
14549
+ display: inline-grid;
14550
+ grid-template-columns: repeat(53, 1.2rem);
14551
+ grid-auto-rows: 1.2rem;
14552
+ gap: 0.2rem;
14553
+ }
14554
+
14555
+ .pa-heatmap__cell {
14556
+ border-radius: 2px;
14557
+ background: rgba(0, 0, 0, 0.08);
14558
+ }
14559
+
14560
+ .pa-heatmap__cell[data-level="1"] {
14561
+ background: rgba(0, 123, 255, 0.2);
14562
+ }
14563
+
14564
+ .pa-heatmap__cell[data-level="2"] {
14565
+ background: rgba(0, 123, 255, 0.4);
14566
+ }
14567
+
14568
+ .pa-heatmap__cell[data-level="3"] {
14569
+ background: rgba(0, 123, 255, 0.65);
14570
+ }
14571
+
14572
+ .pa-heatmap__cell[data-level="4"] {
14573
+ background: #007bff;
14574
+ }
14575
+
14576
+ .pa-heatmap--success .pa-heatmap__cell[data-level="1"] {
14577
+ background: rgba(40, 167, 69, 0.2);
14578
+ }
14579
+
14580
+ .pa-heatmap--success .pa-heatmap__cell[data-level="2"] {
14581
+ background: rgba(40, 167, 69, 0.4);
14582
+ }
14583
+
14584
+ .pa-heatmap--success .pa-heatmap__cell[data-level="3"] {
14585
+ background: rgba(40, 167, 69, 0.65);
14586
+ }
14587
+
14588
+ .pa-heatmap--success .pa-heatmap__cell[data-level="4"] {
14589
+ background: #28a745;
14590
+ }
14591
+
14592
+ .pa-heatmap--danger .pa-heatmap__cell[data-level="1"] {
14593
+ background: rgba(220, 53, 69, 0.2);
14594
+ }
14595
+
14596
+ .pa-heatmap--danger .pa-heatmap__cell[data-level="2"] {
14597
+ background: rgba(220, 53, 69, 0.4);
14598
+ }
14599
+
14600
+ .pa-heatmap--danger .pa-heatmap__cell[data-level="3"] {
14601
+ background: rgba(220, 53, 69, 0.65);
14602
+ }
14603
+
14604
+ .pa-heatmap--danger .pa-heatmap__cell[data-level="4"] {
14605
+ background: #dc3545;
14606
+ }
14607
+
14608
+ .pa-heatmap__legend {
14609
+ display: flex;
14610
+ align-items: center;
14611
+ gap: 0.4rem;
14612
+ margin-top: 0.8rem;
14613
+ font-size: 1.2rem;
14614
+ color: var(--pa-text-color-2);
14615
+ }
14616
+
14617
+ .pa-heatmap__legend-cell {
14618
+ width: 1.2rem;
14619
+ height: 1.2rem;
14620
+ border-radius: 2px;
14621
+ background: rgba(0, 0, 0, 0.08);
14622
+ }
14623
+
14624
+ .pa-heatmap__legend-cell[data-level="1"] {
14625
+ background: rgba(0, 123, 255, 0.2);
14626
+ }
14627
+
14628
+ .pa-heatmap__legend-cell[data-level="2"] {
14629
+ background: rgba(0, 123, 255, 0.4);
14630
+ }
14631
+
14632
+ .pa-heatmap__legend-cell[data-level="3"] {
14633
+ background: rgba(0, 123, 255, 0.65);
14634
+ }
14635
+
14636
+ .pa-heatmap__legend-cell[data-level="4"] {
14637
+ background: #007bff;
14638
+ }
14639
+
14640
+ .pa-heatmap--compact {
14641
+ grid-template-columns: repeat(53, 1rem);
14642
+ grid-auto-rows: 1rem;
14643
+ gap: 0.1rem;
14644
+ }
14645
+
14646
+ .pa-heatmap--compact .pa-heatmap__cell {
14647
+ border-radius: 1px;
14648
+ }
14649
+
14650
+ .pa-sparkline {
14651
+ display: inline-flex;
14652
+ align-items: flex-end;
14653
+ gap: 0.2rem;
14654
+ height: 3rem;
14655
+ }
14656
+
14657
+ .pa-sparkline__bar {
14658
+ width: 0.3rem;
14659
+ height: var(--value, 50%);
14660
+ background: #007bff;
14661
+ border-radius: 2px 2px 0 0;
14662
+ transition: height 0.25s ease;
14663
+ min-height: 1px;
14664
+ }
14665
+
14666
+ .pa-sparkline--success .pa-sparkline__bar {
14667
+ background: #28a745;
14668
+ }
14669
+
14670
+ .pa-sparkline--warning .pa-sparkline__bar {
14671
+ background: #ffc107;
14672
+ }
14673
+
14674
+ .pa-sparkline--danger .pa-sparkline__bar {
14675
+ background: #dc3545;
14676
+ }
14677
+
14678
+ .pa-sparkline--info .pa-sparkline__bar {
14679
+ background: #17a2b8;
14680
+ }
14681
+
14682
+ .pa-sparkline--sm {
14683
+ height: 2rem;
14684
+ }
14685
+
14686
+ .pa-sparkline--lg {
14687
+ height: 4.8rem;
14688
+ }
14689
+
14690
+ .pa-sparkline--lg .pa-sparkline__bar {
14691
+ width: 0.4rem;
14692
+ }
14693
+
14694
+ .pa-bar-list {
14695
+ display: flex;
14696
+ flex-direction: column;
14697
+ gap: 1.6rem;
14698
+ }
14699
+
14700
+ .pa-bar-list__item {
14701
+ display: flex;
14702
+ flex-direction: column;
14703
+ gap: 0.4rem;
14704
+ }
14705
+
14706
+ .pa-bar-list__header {
14707
+ display: flex;
14708
+ justify-content: space-between;
14709
+ align-items: baseline;
14710
+ gap: 0.8rem;
14711
+ }
14712
+
14713
+ .pa-bar-list__label {
14714
+ font-size: 1.4rem;
14715
+ color: var(--pa-text-color-1);
14716
+ min-width: 0;
14717
+ overflow: hidden;
14718
+ text-overflow: ellipsis;
14719
+ white-space: nowrap;
14720
+ }
14721
+
14722
+ .pa-bar-list__value {
14723
+ font-size: 1.4rem;
14724
+ font-weight: 600;
14725
+ color: var(--pa-text-color-1);
14726
+ flex-shrink: 0;
14727
+ }
14728
+
14729
+ .pa-bar-list__bar {
14730
+ width: 100%;
14731
+ height: 0.4rem;
14732
+ background: rgba(0, 0, 0, 0.06);
14733
+ border-radius: 2px;
14734
+ overflow: hidden;
14735
+ }
14736
+
14737
+ .pa-bar-list__bar::after {
14738
+ content: "";
14739
+ display: block;
14740
+ height: 100%;
14741
+ width: var(--value, 0%);
14742
+ background: #007bff;
14743
+ border-radius: inherit;
14744
+ transition: width 0.25s ease;
14745
+ }
14746
+
14747
+ .pa-bar-list--success .pa-bar-list__bar::after {
14748
+ background: #28a745;
14749
+ }
14750
+
14751
+ .pa-bar-list--warning .pa-bar-list__bar::after {
14752
+ background: #ffc107;
14753
+ }
14754
+
14755
+ .pa-bar-list--danger .pa-bar-list__bar::after {
14756
+ background: #dc3545;
14757
+ }
14758
+
14759
+ .pa-bar-list--info .pa-bar-list__bar::after {
14760
+ background: #17a2b8;
14761
+ }
14762
+
14763
+ .pa-bar-list--compact {
14764
+ gap: 0.8rem;
14765
+ }
14766
+
14767
+ .pa-bar-list--compact .pa-bar-list__item {
14768
+ gap: 0.2rem;
14769
+ }
14770
+
14771
+ .pa-bar-list--compact .pa-bar-list__label,
14772
+ .pa-bar-list--compact .pa-bar-list__value {
14773
+ font-size: 1.2rem;
14774
+ }
14775
+
14776
+ .pa-bar-list--compact .pa-bar-list__bar {
14777
+ height: 0.3rem;
14778
+ }
14779
+
14780
+ /* ========================================
14781
+ Utility Components
14782
+ Font utilities, compact mode, component showcase
14783
+ ======================================== */
14784
+ html.font-size-small {
14785
+ font-size: 9px;
14786
+ }
14787
+
14788
+ html.font-size-default {
14789
+ font-size: 10px;
14790
+ }
14791
+
14792
+ html.font-size-large {
14793
+ font-size: 11px;
14794
+ }
14795
+
14796
+ html.font-size-xlarge {
14797
+ font-size: 12px;
14798
+ }
14799
+
14800
+ .font-family-serif {
14801
+ font-family: Georgia, "Times New Roman", Times, serif;
14802
+ }
14803
+
14804
+ .font-family-mono {
14805
+ font-family: "Courier New", Courier, monospace;
14806
+ }
14807
+
14808
+ .compact-mode .pa-card__body {
14809
+ padding: 1.2rem;
14810
+ }
14811
+
14812
+ .compact-mode .pa-table td,
14813
+ .compact-mode .pa-table th {
14814
+ padding: 0.8rem 1.2rem;
14815
+ }
14816
+
14817
+ .compact-mode .pa-sidebar__nav ul li a {
14818
+ padding: 0.8rem 1.6rem;
14819
+ }
14820
+
14821
+ .compact-mode .pa-form-group {
14822
+ margin-bottom: 1.2rem;
14823
+ }
14824
+
14825
+ .min-h-2x {
14826
+ min-height: 2rem;
14827
+ }
14828
+
14829
+ .min-h-3x {
14830
+ min-height: 3rem;
14831
+ }
14832
+
14833
+ .min-h-5x {
14834
+ min-height: 5rem;
14835
+ }
14836
+
14837
+ .min-h-8x {
14838
+ min-height: 8rem;
14839
+ }
14840
+
14841
+ .min-h-10x {
14842
+ min-height: 10rem;
14843
+ }
14844
+
14845
+ .min-h-12x {
14846
+ min-height: 12rem;
14847
+ }
14848
+
14849
+ .min-h-15x {
14850
+ min-height: 15rem;
14851
+ }
14852
+
14853
+ .min-h-20x {
14854
+ min-height: 20rem;
14855
+ }
14856
+
14857
+ .min-h-25x {
14858
+ min-height: 25rem;
14859
+ }
14860
+
14861
+ .min-h-30x {
14862
+ min-height: 30rem;
14863
+ }
14864
+
14865
+ .h-2x {
14866
+ height: 2rem;
14867
+ }
14868
+
14869
+ .h-3x {
14870
+ height: 3rem;
14871
+ }
14872
+
14873
+ .h-5x {
14874
+ height: 5rem;
14875
+ }
14876
+
14877
+ .h-8x {
14878
+ height: 8rem;
14879
+ }
14880
+
14881
+ .h-10x {
14882
+ height: 10rem;
14883
+ }
14884
+
14885
+ .h-12x {
14886
+ height: 12rem;
14887
+ }
14888
+
14889
+ .h-15x {
14890
+ height: 15rem;
14891
+ }
14892
+
14893
+ .h-20x {
14894
+ height: 20rem;
14895
+ }
14896
+
14897
+ .h-25x {
14898
+ height: 25rem;
14899
+ }
14900
+
14901
+ .h-30x {
14902
+ height: 30rem;
14903
+ }
14904
+
14905
+ .h-40x {
14906
+ height: 40rem;
14907
+ }
14908
+
14909
+ .h-50x {
14910
+ height: 50rem;
14911
+ }
14912
+
14913
+ .max-h-5x {
14914
+ max-height: 5rem;
14915
+ }
14916
+
14917
+ .max-h-8x {
14918
+ max-height: 8rem;
14919
+ }
14920
+
14921
+ .max-h-10x {
14922
+ max-height: 10rem;
14923
+ }
14924
+
14925
+ .max-h-12x {
14926
+ max-height: 12rem;
14927
+ }
14928
+
14929
+ .max-h-15x {
14930
+ max-height: 15rem;
14931
+ }
14932
+
14933
+ .max-h-20x {
14934
+ max-height: 20rem;
14935
+ }
14936
+
14937
+ .max-h-25x {
14938
+ max-height: 25rem;
14939
+ }
14940
+
14941
+ .max-h-30x {
14942
+ max-height: 30rem;
14943
+ }
14944
+
14945
+ .max-h-40x {
14946
+ max-height: 40rem;
14947
+ }
14948
+
14949
+ .max-h-50x {
14950
+ max-height: 50rem;
13609
14951
  }
13610
14952
 
13611
14953
  .h-full {
@@ -16248,6 +17590,26 @@ html.font-size-xlarge {
16248
17590
  min-height: 50rem !important;
16249
17591
  }
16250
17592
 
17593
+ .minhr-60 {
17594
+ min-height: 60rem !important;
17595
+ }
17596
+
17597
+ .minhr-70 {
17598
+ min-height: 70rem !important;
17599
+ }
17600
+
17601
+ .minhr-80 {
17602
+ min-height: 80rem !important;
17603
+ }
17604
+
17605
+ .minhr-90 {
17606
+ min-height: 90rem !important;
17607
+ }
17608
+
17609
+ .minhr-100 {
17610
+ min-height: 100rem !important;
17611
+ }
17612
+
16251
17613
  .maxhr-1 {
16252
17614
  max-height: 1rem !important;
16253
17615
  }
@@ -16892,6 +18254,10 @@ html.font-size-xlarge {
16892
18254
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
16893
18255
  }
16894
18256
 
18257
+ .pa-cq {
18258
+ container-type: inline-size;
18259
+ }
18260
+
16895
18261
  .pa-header__brand h1 {
16896
18262
  color: #000000 !important;
16897
18263
  font-weight: 700 !important;