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