@keenmate/pure-admin-theme-dark 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/dark.css +1475 -109
  2. package/package.json +3 -3
package/dist/dark.css CHANGED
@@ -309,6 +309,7 @@ body.pa-layout--sticky .pa-layout__inner {
309
309
  .pa-layout__main {
310
310
  flex: 1;
311
311
  padding: 1.6rem;
312
+ container-type: inline-size;
312
313
  }
313
314
 
314
315
  .pa-layout__footer {
@@ -1496,7 +1497,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
1496
1497
  margin-inline-start: 95%;
1497
1498
  }
1498
1499
 
1499
- @media (min-width: 576px) {
1500
+ @container (min-width: 576px) {
1500
1501
  .pa-col-sm-5 {
1501
1502
  flex: 0 0 5%;
1502
1503
  max-width: 5%;
@@ -1769,7 +1770,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
1769
1770
  width: auto;
1770
1771
  }
1771
1772
  }
1772
- @media (min-width: 768px) {
1773
+ @container (min-width: 768px) {
1773
1774
  .pa-col-md-5 {
1774
1775
  flex: 0 0 5%;
1775
1776
  max-width: 5%;
@@ -2042,7 +2043,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2042
2043
  width: auto;
2043
2044
  }
2044
2045
  }
2045
- @media (min-width: 992px) {
2046
+ @container (min-width: 992px) {
2046
2047
  .pa-col-lg-5 {
2047
2048
  flex: 0 0 5%;
2048
2049
  max-width: 5%;
@@ -2315,7 +2316,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2315
2316
  width: auto;
2316
2317
  }
2317
2318
  }
2318
- @media (min-width: 1200px) {
2319
+ @container (min-width: 1200px) {
2319
2320
  .pa-col-xl-5 {
2320
2321
  flex: 0 0 5%;
2321
2322
  max-width: 5%;
@@ -3057,6 +3058,41 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
3057
3058
  padding: 2.4rem 1.6rem;
3058
3059
  }
3059
3060
 
3061
+ .pa-card--ghost {
3062
+ background: transparent !important;
3063
+ border: none !important;
3064
+ box-shadow: none !important;
3065
+ }
3066
+
3067
+ .pa-card--ghost:hover {
3068
+ box-shadow: none !important;
3069
+ }
3070
+
3071
+ .pa-card--ghost .pa-card__header {
3072
+ background: transparent !important;
3073
+ border-bottom: none !important;
3074
+ }
3075
+
3076
+ .pa-card--ghost .pa-card__footer {
3077
+ background: transparent !important;
3078
+ border-top: none !important;
3079
+ }
3080
+
3081
+ .pa-card--live-up {
3082
+ background-color: rgba(40, 167, 69, 0.1);
3083
+ transition: background-color 0.3s ease;
3084
+ }
3085
+
3086
+ .pa-card--live-down {
3087
+ background-color: rgba(220, 53, 69, 0.1);
3088
+ transition: background-color 0.3s ease;
3089
+ }
3090
+
3091
+ .pa-card--live-neutral {
3092
+ background-color: #ffffff;
3093
+ transition: background-color 0.3s ease;
3094
+ }
3095
+
3060
3096
  .pa-card--color-1 {
3061
3097
  border-color: var(--pa-color-1);
3062
3098
  }
@@ -3824,43 +3860,43 @@ a.pa-card p {
3824
3860
  font-size: 1.4rem;
3825
3861
  }
3826
3862
 
3827
- .pa-stat--hero {
3863
+ .pa-stat--hero, .pa-stat--hero-compact {
3828
3864
  display: block;
3829
3865
  text-align: center;
3830
- padding: 2.4rem;
3866
+ padding: 0.8rem 0.8rem 1.2rem;
3831
3867
  }
3832
3868
 
3833
- .pa-stat--hero .pa-stat__label {
3834
- font-size: 1.4rem;
3869
+ .pa-stat--hero .pa-stat__label, .pa-stat--hero-compact .pa-stat__label {
3870
+ font-size: 1.2rem;
3835
3871
  text-transform: uppercase;
3836
3872
  letter-spacing: 0.05em;
3837
- font-weight: 500;
3873
+ font-weight: 600;
3838
3874
  color: var(--pa-text-color-2);
3839
- margin-bottom: 0.8rem;
3875
+ margin-bottom: 0.4rem;
3840
3876
  }
3841
3877
 
3842
- .pa-stat--hero .pa-stat__value {
3843
- font-size: 3.2rem;
3878
+ .pa-stat--hero .pa-stat__value, .pa-stat--hero-compact .pa-stat__value {
3879
+ font-size: 4.48rem;
3844
3880
  font-weight: 700;
3845
3881
  color: var(--pa-text-color-1);
3846
- line-height: 1.1;
3847
- margin-bottom: 0.8rem;
3882
+ line-height: 1;
3883
+ margin-bottom: 0.4rem;
3848
3884
  }
3849
3885
 
3850
- .pa-stat--hero .pa-stat__change {
3886
+ .pa-stat--hero .pa-stat__change, .pa-stat--hero-compact .pa-stat__change {
3851
3887
  font-size: 1.2rem;
3852
- font-weight: 500;
3888
+ font-weight: 600;
3853
3889
  }
3854
3890
 
3855
- .pa-stat--hero .pa-stat__change--positive {
3891
+ .pa-stat--hero .pa-stat__change--positive, .pa-stat--hero-compact .pa-stat__change--positive {
3856
3892
  color: #28a745;
3857
3893
  }
3858
3894
 
3859
- .pa-stat--hero .pa-stat__change--negative {
3895
+ .pa-stat--hero .pa-stat__change--negative, .pa-stat--hero-compact .pa-stat__change--negative {
3860
3896
  color: #dc3545;
3861
3897
  }
3862
3898
 
3863
- .pa-stat--hero .pa-stat__change--neutral {
3899
+ .pa-stat--hero .pa-stat__change--neutral, .pa-stat--hero-compact .pa-stat__change--neutral {
3864
3900
  color: var(--pa-text-color-2);
3865
3901
  }
3866
3902
 
@@ -8915,6 +8951,12 @@ web-multiselect {
8915
8951
  .pa-table-card:has(.pa-detail-view) .pa-table-card__body {
8916
8952
  position: relative;
8917
8953
  overflow: hidden;
8954
+ display: flex;
8955
+ flex-direction: column;
8956
+ }
8957
+
8958
+ .pa-table-card:has(.pa-detail-view) .pa-table-card__body .pa-detail-view {
8959
+ flex: 1;
8918
8960
  }
8919
8961
 
8920
8962
  .pa-table-card__header {
@@ -12713,6 +12755,10 @@ code {
12713
12755
  position: relative;
12714
12756
  }
12715
12757
 
12758
+ .pa-detail-panel__content--bordered {
12759
+ border-block: 1px solid var(--pa-border-color);
12760
+ }
12761
+
12716
12762
  .pa-detail-panel--overlay .pa-detail-panel__content {
12717
12763
  position: absolute;
12718
12764
  top: 0;
@@ -12813,6 +12859,7 @@ code {
12813
12859
  .pa-detail-panel__body {
12814
12860
  flex: 1;
12815
12861
  overflow-y: auto;
12862
+ overscroll-behavior: contain;
12816
12863
  padding: 1.2rem 1.6rem;
12817
12864
  }
12818
12865
 
@@ -13169,6 +13216,10 @@ code {
13169
13216
  margin-top: 2.4rem;
13170
13217
  }
13171
13218
 
13219
+ .pa-fields-container {
13220
+ container-type: inline-size;
13221
+ }
13222
+
13172
13223
  .pa-fields {
13173
13224
  display: flex;
13174
13225
  flex-direction: column;
@@ -13194,6 +13245,11 @@ code {
13194
13245
  grid-template-columns: repeat(4, 1fr);
13195
13246
  }
13196
13247
 
13248
+ @container (max-width: 768px) {
13249
+ .pa-fields--cols-2, .pa-fields--cols-3, .pa-fields--cols-4 {
13250
+ grid-template-columns: 1fr;
13251
+ }
13252
+ }
13197
13253
  @media (max-width: 768px) {
13198
13254
  .pa-fields--cols-2, .pa-fields--cols-3, .pa-fields--cols-4 {
13199
13255
  grid-template-columns: 1fr;
@@ -13284,6 +13340,11 @@ code {
13284
13340
  min-width: 0;
13285
13341
  }
13286
13342
 
13343
+ @container (max-width: 768px) {
13344
+ .pa-fields--row {
13345
+ flex-direction: column;
13346
+ }
13347
+ }
13287
13348
  @media (max-width: 768px) {
13288
13349
  .pa-fields--row {
13289
13350
  flex-direction: column;
@@ -13372,177 +13433,1458 @@ code {
13372
13433
  padding-inline-start: 0;
13373
13434
  }
13374
13435
 
13375
- /* ========================================
13376
- Utility Components
13377
- Font utilities, compact mode, component showcase
13378
- ======================================== */
13379
- html.font-size-small {
13380
- font-size: 9px;
13436
+ .pa-fields--linear {
13437
+ gap: 0.8rem;
13438
+ border-inline-start: none;
13439
+ padding-inline-start: 0;
13381
13440
  }
13382
13441
 
13383
- html.font-size-default {
13384
- font-size: 10px;
13442
+ .pa-fields--linear .pa-field {
13443
+ flex-direction: row;
13444
+ align-items: center;
13445
+ gap: 1.2rem;
13446
+ font-size: 1.4rem;
13447
+ line-height: 1.5;
13448
+ min-height: 2.8rem;
13385
13449
  }
13386
13450
 
13387
- html.font-size-large {
13388
- font-size: 11px;
13451
+ .pa-fields--linear .pa-field__label {
13452
+ flex: 0 0 10rem;
13453
+ font-size: 1.4rem;
13454
+ text-transform: none;
13455
+ letter-spacing: normal;
13456
+ opacity: 1;
13457
+ font-weight: 400;
13458
+ color: var(--pa-text-color-2);
13389
13459
  }
13390
13460
 
13391
- html.font-size-xlarge {
13392
- font-size: 12px;
13461
+ .pa-fields--linear .pa-field__value {
13462
+ flex: 1;
13463
+ min-width: 0;
13464
+ font-size: 1.4rem;
13465
+ font-weight: 500;
13466
+ color: var(--pa-text-color-1);
13393
13467
  }
13394
13468
 
13395
- .font-family-serif {
13396
- font-family: Georgia, "Times New Roman", Times, serif;
13469
+ .pa-fields--chips {
13470
+ flex-direction: row;
13471
+ flex-wrap: wrap;
13472
+ gap: 0.6rem 1.4rem;
13473
+ padding: 0.4rem 0;
13474
+ border-inline-start: none;
13475
+ padding-inline-start: 0;
13397
13476
  }
13398
13477
 
13399
- .font-family-mono {
13400
- font-family: "Courier New", Courier, monospace;
13478
+ .pa-fields--chips .pa-field {
13479
+ flex-direction: row;
13480
+ align-items: center;
13481
+ gap: 0.5rem;
13482
+ font-size: 1.4rem;
13401
13483
  }
13402
13484
 
13403
- .compact-mode .pa-card__body {
13404
- padding: 1.2rem;
13485
+ .pa-fields--chips .pa-field__label {
13486
+ font-size: 1.4rem;
13487
+ text-transform: none;
13488
+ letter-spacing: normal;
13489
+ opacity: 1;
13490
+ font-weight: 400;
13491
+ color: var(--pa-text-color-2);
13405
13492
  }
13406
13493
 
13407
- .compact-mode .pa-table td,
13408
- .compact-mode .pa-table th {
13409
- padding: 0.8rem 1.2rem;
13494
+ .pa-fields--chips .pa-field__value {
13495
+ background: rgba(128, 128, 128, 0.1);
13496
+ color: var(--pa-text-color-1);
13497
+ font-weight: 500;
13498
+ padding: 0.2rem 0.8rem;
13499
+ border-radius: 4px;
13500
+ font-size: 1.3rem;
13410
13501
  }
13411
13502
 
13412
- .compact-mode .pa-sidebar__nav ul li a {
13413
- padding: 0.8rem 1.6rem;
13503
+ .pa-fields--chips .pa-field__value--success {
13504
+ background: var(--pa-success-bg-light, rgba(0, 200, 80, 0.12));
13505
+ color: var(--pa-success-color, #28a745);
13414
13506
  }
13415
13507
 
13416
- .compact-mode .pa-form-group {
13417
- margin-bottom: 1.2rem;
13508
+ .pa-fields--chips .pa-field__value--warning {
13509
+ background: var(--pa-warning-bg-light, rgba(255, 165, 0, 0.12));
13510
+ color: var(--pa-warning-color, #e68a00);
13418
13511
  }
13419
13512
 
13420
- .min-h-2x {
13421
- min-height: 2rem;
13513
+ .pa-fields--chips .pa-field__value--danger {
13514
+ background: var(--pa-danger-bg-light, rgba(255, 0, 0, 0.12));
13515
+ color: var(--pa-danger-color, #dc3545);
13422
13516
  }
13423
13517
 
13424
- .min-h-3x {
13425
- min-height: 3rem;
13518
+ .pa-desc-container {
13519
+ container-type: inline-size;
13426
13520
  }
13427
13521
 
13428
- .min-h-5x {
13429
- min-height: 5rem;
13522
+ .pa-desc-table {
13523
+ display: grid;
13524
+ grid-template-columns: repeat(3, auto 1fr);
13525
+ border: 1px solid var(--pa-border-color);
13526
+ border-radius: 4px;
13527
+ overflow: hidden;
13430
13528
  }
13431
13529
 
13432
- .min-h-8x {
13433
- min-height: 8rem;
13530
+ .pa-desc-table--cols-2 {
13531
+ grid-template-columns: repeat(2, auto 1fr);
13434
13532
  }
13435
13533
 
13436
- .min-h-10x {
13437
- min-height: 10rem;
13534
+ .pa-desc-table--fixed {
13535
+ grid-template-columns: repeat(3, minmax(0, var(--label-width, 14rem)) minmax(0, 1fr));
13438
13536
  }
13439
13537
 
13440
- .min-h-12x {
13441
- min-height: 12rem;
13538
+ .pa-desc-table--fixed.pa-desc-table--cols-2 {
13539
+ grid-template-columns: repeat(2, minmax(0, var(--label-width, 14rem)) minmax(0, 1fr));
13442
13540
  }
13443
13541
 
13444
- .min-h-15x {
13445
- min-height: 15rem;
13542
+ .pa-desc-table__label, .pa-desc-table__value {
13543
+ padding: 1.2rem 1.6rem;
13544
+ border-bottom: 1px solid var(--pa-border-color);
13545
+ font-size: 1.4rem;
13546
+ line-height: 1.5;
13446
13547
  }
13447
13548
 
13448
- .min-h-20x {
13449
- min-height: 20rem;
13549
+ .pa-desc-table__label {
13550
+ background: rgba(128, 128, 128, 0.06);
13551
+ color: var(--pa-text-color-2);
13552
+ font-weight: 400;
13553
+ white-space: nowrap;
13554
+ border-inline-end: 1px solid var(--pa-border-color);
13450
13555
  }
13451
13556
 
13452
- .min-h-25x {
13453
- min-height: 25rem;
13557
+ .pa-desc-table__label::after {
13558
+ content: ":";
13559
+ margin-inline-start: 2px;
13454
13560
  }
13455
13561
 
13456
- .min-h-30x {
13457
- min-height: 30rem;
13562
+ .pa-desc-table__value {
13563
+ color: var(--pa-text-color-1);
13564
+ font-weight: 500;
13565
+ border-inline-end: 1px solid var(--pa-border-color);
13566
+ min-width: 0;
13458
13567
  }
13459
13568
 
13460
- .h-2x {
13461
- height: 2rem;
13569
+ .pa-desc-table__value--full {
13570
+ grid-column: 2/-1;
13462
13571
  }
13463
13572
 
13464
- .h-3x {
13465
- height: 3rem;
13573
+ .pa-desc-table--middle .pa-desc-table__label, .pa-desc-table--middle .pa-desc-table__value {
13574
+ display: flex;
13575
+ align-items: center;
13466
13576
  }
13467
13577
 
13468
- .h-5x {
13469
- height: 5rem;
13578
+ .pa-desc-table--label-end .pa-desc-table__label {
13579
+ text-align: end;
13580
+ justify-content: flex-end;
13470
13581
  }
13471
13582
 
13472
- .h-8x {
13473
- height: 8rem;
13583
+ .pa-desc-table--label-center .pa-desc-table__label {
13584
+ text-align: center;
13585
+ justify-content: center;
13474
13586
  }
13475
13587
 
13476
- .h-10x {
13477
- height: 10rem;
13588
+ .pa-desc-table--truncate .pa-desc-table__label, .pa-desc-table--truncate .pa-desc-table__value {
13589
+ overflow: hidden;
13590
+ text-overflow: ellipsis;
13591
+ white-space: nowrap;
13478
13592
  }
13479
13593
 
13480
- .h-12x {
13481
- height: 12rem;
13594
+ @container (max-width: 768px) {
13595
+ .pa-desc-table, .pa-desc-table--cols-2 {
13596
+ grid-template-columns: auto 1fr;
13597
+ }
13598
+ .pa-desc-table--fixed, .pa-desc-table--fixed.pa-desc-table--cols-2 {
13599
+ grid-template-columns: minmax(0, var(--label-width, 14rem)) minmax(0, 1fr);
13600
+ }
13601
+ .pa-desc-table .pa-desc-table__value--full {
13602
+ grid-column: 2;
13603
+ }
13482
13604
  }
13483
-
13484
- .h-15x {
13485
- height: 15rem;
13605
+ @media (max-width: 768px) {
13606
+ .pa-desc-table, .pa-desc-table--cols-2 {
13607
+ grid-template-columns: auto 1fr;
13608
+ }
13609
+ .pa-desc-table--fixed, .pa-desc-table--fixed.pa-desc-table--cols-2 {
13610
+ grid-template-columns: minmax(0, var(--label-width, 14rem)) minmax(0, 1fr);
13611
+ }
13612
+ .pa-desc-table .pa-desc-table__value--full {
13613
+ grid-column: 2;
13614
+ }
13615
+ }
13616
+ .pa-desc-table__copy {
13617
+ flex-shrink: 0;
13618
+ padding: 0.4rem;
13619
+ background: transparent;
13620
+ border: none;
13621
+ border-radius: 4px;
13622
+ cursor: pointer;
13623
+ transition: opacity 0.15s, background 0.15s;
13486
13624
  }
13487
13625
 
13488
- .h-20x {
13489
- height: 20rem;
13626
+ .pa-desc-table__copy:hover {
13627
+ opacity: 1;
13628
+ background: rgba(128, 128, 128, 0.1);
13490
13629
  }
13491
13630
 
13492
- .h-25x {
13493
- height: 25rem;
13631
+ .pa-desc-table__value--copy-btn, .pa-desc-table__value--copy-hover {
13632
+ display: flex;
13633
+ align-items: center;
13634
+ gap: 0.8rem;
13494
13635
  }
13495
13636
 
13496
- .h-30x {
13497
- height: 30rem;
13637
+ .pa-desc-table__value--copy-btn .pa-desc-table__copy {
13638
+ opacity: 0.5;
13498
13639
  }
13499
13640
 
13500
- .h-40x {
13501
- height: 40rem;
13641
+ .pa-desc-table__value--copy-hover .pa-desc-table__copy {
13642
+ opacity: 0;
13502
13643
  }
13503
13644
 
13504
- .h-50x {
13505
- height: 50rem;
13645
+ .pa-desc-table__value--copy-hover:hover .pa-desc-table__copy {
13646
+ opacity: 0.5;
13506
13647
  }
13507
13648
 
13508
- .max-h-5x {
13509
- max-height: 5rem;
13649
+ .pa-desc-table__value--copy-hover:hover .pa-desc-table__copy:hover {
13650
+ opacity: 1;
13651
+ background: rgba(128, 128, 128, 0.1);
13510
13652
  }
13511
13653
 
13512
- .max-h-8x {
13513
- max-height: 8rem;
13654
+ .pa-desc-table__value--copy-click {
13655
+ cursor: pointer;
13656
+ transition: opacity 0.15s;
13514
13657
  }
13515
13658
 
13516
- .max-h-10x {
13517
- max-height: 10rem;
13659
+ .pa-desc-table__value--copy-click:hover {
13660
+ opacity: 0.7;
13518
13661
  }
13519
13662
 
13520
- .max-h-12x {
13521
- max-height: 12rem;
13663
+ .pa-desc-table__value--copy-click::after {
13664
+ content: "Click to copy";
13665
+ font-size: 1rem;
13666
+ opacity: 0;
13667
+ margin-inline-start: 0.8rem;
13668
+ transition: opacity 0.15s;
13522
13669
  }
13523
13670
 
13524
- .max-h-15x {
13525
- max-height: 15rem;
13671
+ .pa-desc-table__value--copy-click:hover::after {
13672
+ opacity: 0.6;
13526
13673
  }
13527
13674
 
13528
- .max-h-20x {
13529
- max-height: 20rem;
13675
+ .pa-desc-table__value--copied::after {
13676
+ content: "Copied!" !important;
13677
+ opacity: 1 !important;
13678
+ color: var(--pa-color-4, #28a745);
13530
13679
  }
13531
13680
 
13532
- .max-h-25x {
13533
- max-height: 25rem;
13681
+ .pa-dot-leaders {
13682
+ display: flex;
13683
+ flex-direction: column;
13684
+ gap: 0;
13534
13685
  }
13535
13686
 
13536
- .max-h-30x {
13537
- max-height: 30rem;
13687
+ .pa-dot-leaders__item {
13688
+ display: flex;
13689
+ align-items: baseline;
13690
+ padding: 0.6rem 0;
13538
13691
  }
13539
13692
 
13540
- .max-h-40x {
13541
- max-height: 40rem;
13693
+ .pa-dot-leaders__item--total {
13694
+ margin-top: 0.4rem;
13695
+ padding-top: 0.8rem;
13696
+ border-top: 2px solid var(--pa-text-color-1);
13542
13697
  }
13543
13698
 
13544
- .max-h-50x {
13545
- max-height: 50rem;
13699
+ .pa-dot-leaders__label {
13700
+ font-size: 1.4rem;
13701
+ font-weight: 500;
13702
+ color: var(--pa-text-color-2);
13703
+ white-space: nowrap;
13704
+ flex-shrink: 0;
13705
+ }
13706
+
13707
+ .pa-dot-leaders__leader {
13708
+ flex: 1;
13709
+ border-bottom: 2px dotted var(--pa-border-color);
13710
+ margin: 0 0.8rem;
13711
+ margin-bottom: 0.25em;
13712
+ min-width: 2rem;
13713
+ }
13714
+
13715
+ .pa-dot-leaders__value {
13716
+ font-size: 1.4rem;
13717
+ font-weight: 600;
13718
+ color: var(--pa-text-color-1);
13719
+ white-space: nowrap;
13720
+ text-align: end;
13721
+ font-variant-numeric: tabular-nums;
13722
+ }
13723
+
13724
+ .pa-dot-leaders__item--total .pa-dot-leaders__label {
13725
+ font-weight: 700;
13726
+ color: var(--pa-text-color-1);
13727
+ }
13728
+
13729
+ .pa-dot-leaders__item--total .pa-dot-leaders__value {
13730
+ font-size: 1.6rem;
13731
+ font-weight: 700;
13732
+ }
13733
+
13734
+ .pa-prop-card {
13735
+ border: 1px solid var(--pa-border-color);
13736
+ border-radius: 6px;
13737
+ overflow: hidden;
13738
+ }
13739
+
13740
+ .pa-prop-card__header {
13741
+ padding: 1rem 1.6rem;
13742
+ font-weight: 600;
13743
+ font-size: 1.3rem;
13744
+ text-transform: uppercase;
13745
+ letter-spacing: 0.04em;
13746
+ color: var(--pa-text-color-2);
13747
+ background: rgba(128, 128, 128, 0.04);
13748
+ border-bottom: 1px solid var(--pa-border-color);
13749
+ }
13750
+
13751
+ .pa-prop-card__row {
13752
+ display: flex;
13753
+ justify-content: space-between;
13754
+ align-items: center;
13755
+ padding: 1rem 1.6rem;
13756
+ border-bottom: 1px solid rgba(128, 128, 128, 0.08);
13757
+ font-size: 1.4rem;
13758
+ gap: 1.6rem;
13759
+ }
13760
+
13761
+ .pa-prop-card__row:last-child {
13762
+ border-bottom: none;
13763
+ }
13764
+
13765
+ .pa-prop-card__label {
13766
+ color: var(--pa-text-color-2);
13767
+ font-weight: 400;
13768
+ flex-shrink: 0;
13769
+ }
13770
+
13771
+ .pa-prop-card__value {
13772
+ color: var(--pa-text-color-1);
13773
+ font-weight: 500;
13774
+ text-align: end;
13775
+ overflow-wrap: anywhere;
13776
+ }
13777
+
13778
+ .pa-prop-card__value--bold {
13779
+ font-weight: 700;
13780
+ }
13781
+
13782
+ .pa-prop-card__copy {
13783
+ flex-shrink: 0;
13784
+ padding: 0.4rem;
13785
+ background: transparent;
13786
+ border: none;
13787
+ border-radius: 4px;
13788
+ cursor: pointer;
13789
+ transition: opacity 0.15s, background 0.15s;
13790
+ }
13791
+
13792
+ .pa-prop-card__copy:hover {
13793
+ opacity: 1;
13794
+ background: rgba(128, 128, 128, 0.1);
13795
+ }
13796
+
13797
+ .pa-prop-card__row--copy-btn .pa-prop-card__value, .pa-prop-card__row--copy-hover .pa-prop-card__value {
13798
+ display: flex;
13799
+ align-items: center;
13800
+ gap: 0.8rem;
13801
+ }
13802
+
13803
+ .pa-prop-card__row--copy-btn .pa-prop-card__copy, .pa-prop-card__row--copy-hover .pa-prop-card__copy {
13804
+ order: -1;
13805
+ }
13806
+
13807
+ .pa-prop-card__row--copy-btn .pa-prop-card__copy {
13808
+ opacity: 0.5;
13809
+ }
13810
+
13811
+ .pa-prop-card__row--copy-hover .pa-prop-card__copy {
13812
+ opacity: 0;
13813
+ }
13814
+
13815
+ .pa-prop-card__row--copy-hover:hover .pa-prop-card__copy {
13816
+ opacity: 0.5;
13817
+ }
13818
+
13819
+ .pa-prop-card__row--copy-hover:hover .pa-prop-card__copy:hover {
13820
+ opacity: 1;
13821
+ background: rgba(128, 128, 128, 0.1);
13822
+ }
13823
+
13824
+ .pa-prop-card__row--copy-click .pa-prop-card__value {
13825
+ cursor: pointer;
13826
+ transition: opacity 0.15s;
13827
+ }
13828
+
13829
+ .pa-prop-card__row--copy-click .pa-prop-card__value:hover {
13830
+ opacity: 0.7;
13831
+ }
13832
+
13833
+ .pa-banded-container {
13834
+ container-type: inline-size;
13835
+ }
13836
+
13837
+ .pa-banded {
13838
+ border: 1px solid var(--pa-border-color);
13839
+ border-radius: 4px;
13840
+ overflow: hidden;
13841
+ }
13842
+
13843
+ .pa-banded__row {
13844
+ display: flex;
13845
+ border-bottom: 1px solid var(--pa-border-color);
13846
+ font-size: 1.4rem;
13847
+ align-items: stretch;
13848
+ }
13849
+
13850
+ .pa-banded__row:last-child {
13851
+ border-bottom: none;
13852
+ }
13853
+
13854
+ .pa-banded__label {
13855
+ flex: 0 0 auto;
13856
+ width: 14rem;
13857
+ padding: 0.8rem 1.2rem;
13858
+ background: rgba(128, 128, 128, 0.06);
13859
+ color: var(--pa-text-color-2);
13860
+ font-weight: 500;
13861
+ border-inline-end: 1px solid var(--pa-border-color);
13862
+ display: flex;
13863
+ align-items: flex-start;
13864
+ }
13865
+
13866
+ .pa-banded__value {
13867
+ flex: 1;
13868
+ padding: 0.8rem 1.2rem;
13869
+ color: var(--pa-text-color-1);
13870
+ font-weight: 400;
13871
+ display: flex;
13872
+ align-items: flex-start;
13873
+ overflow-wrap: anywhere;
13874
+ min-width: 0;
13875
+ }
13876
+
13877
+ .pa-banded--narrow .pa-banded__label {
13878
+ width: 10rem;
13879
+ }
13880
+
13881
+ .pa-banded--wide .pa-banded__label {
13882
+ width: 20rem;
13883
+ }
13884
+
13885
+ .pa-banded--middle .pa-banded__label, .pa-banded--middle .pa-banded__value {
13886
+ align-items: center;
13887
+ }
13888
+
13889
+ .pa-banded--label-end .pa-banded__label {
13890
+ justify-content: flex-end;
13891
+ }
13892
+
13893
+ .pa-banded--label-center .pa-banded__label {
13894
+ justify-content: center;
13895
+ }
13896
+
13897
+ .pa-banded--truncate .pa-banded__label, .pa-banded--truncate .pa-banded__value {
13898
+ overflow: hidden;
13899
+ text-overflow: ellipsis;
13900
+ white-space: nowrap;
13901
+ }
13902
+
13903
+ @container (max-width: 768px) {
13904
+ .pa-banded__row {
13905
+ flex-direction: column;
13906
+ }
13907
+ .pa-banded .pa-banded__label {
13908
+ width: auto !important;
13909
+ border-inline-end: none;
13910
+ border-bottom: 1px solid var(--pa-border-color);
13911
+ }
13912
+ .pa-banded .pa-banded__label, .pa-banded .pa-banded__value {
13913
+ display: block;
13914
+ }
13915
+ }
13916
+ @media (max-width: 768px) {
13917
+ .pa-banded__row {
13918
+ flex-direction: column;
13919
+ }
13920
+ .pa-banded .pa-banded__label {
13921
+ width: auto !important;
13922
+ border-inline-end: none;
13923
+ border-bottom: 1px solid var(--pa-border-color);
13924
+ }
13925
+ .pa-banded .pa-banded__label, .pa-banded .pa-banded__value {
13926
+ display: block;
13927
+ }
13928
+ }
13929
+ .pa-banded__copy {
13930
+ flex-shrink: 0;
13931
+ padding: 0.4rem;
13932
+ background: transparent;
13933
+ border: none;
13934
+ border-radius: 4px;
13935
+ cursor: pointer;
13936
+ transition: opacity 0.15s, background 0.15s;
13937
+ }
13938
+
13939
+ .pa-banded__copy:hover {
13940
+ opacity: 1;
13941
+ background: rgba(128, 128, 128, 0.1);
13942
+ }
13943
+
13944
+ .pa-banded__row--copy-btn .pa-banded__value, .pa-banded__row--copy-hover .pa-banded__value {
13945
+ gap: 0.8rem;
13946
+ }
13947
+
13948
+ .pa-banded__row--copy-btn .pa-banded__copy {
13949
+ opacity: 0.5;
13950
+ }
13951
+
13952
+ .pa-banded__row--copy-hover .pa-banded__copy {
13953
+ opacity: 0;
13954
+ }
13955
+
13956
+ .pa-banded__row--copy-hover:hover .pa-banded__copy {
13957
+ opacity: 0.5;
13958
+ }
13959
+
13960
+ .pa-banded__row--copy-hover:hover .pa-banded__copy:hover {
13961
+ opacity: 1;
13962
+ background: rgba(128, 128, 128, 0.1);
13963
+ }
13964
+
13965
+ .pa-banded__row--copy-click .pa-banded__value {
13966
+ cursor: pointer;
13967
+ transition: opacity 0.15s;
13968
+ }
13969
+
13970
+ .pa-banded__row--copy-click .pa-banded__value:hover {
13971
+ opacity: 0.7;
13972
+ }
13973
+
13974
+ .pa-banded__row--copy-click .pa-banded__value::after {
13975
+ content: "Click to copy";
13976
+ font-size: 1rem;
13977
+ opacity: 0;
13978
+ margin-inline-start: 0.8rem;
13979
+ transition: opacity 0.15s;
13980
+ }
13981
+
13982
+ .pa-banded__row--copy-click .pa-banded__value:hover::after {
13983
+ opacity: 0.6;
13984
+ }
13985
+
13986
+ .pa-banded__row--copied .pa-banded__value::after {
13987
+ content: "Copied!" !important;
13988
+ opacity: 1 !important;
13989
+ color: var(--pa-color-4, #28a745);
13990
+ }
13991
+
13992
+ .pa-accent-grid {
13993
+ display: grid;
13994
+ grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
13995
+ gap: 0.8rem;
13996
+ }
13997
+
13998
+ .pa-accent-grid__item {
13999
+ padding: 0.8rem 1.2rem;
14000
+ padding-inline-start: 1.4rem;
14001
+ border-inline-start: 3px solid var(--pa-accent, #3b82f6);
14002
+ }
14003
+
14004
+ .pa-accent-grid__item--success {
14005
+ border-inline-start-color: var(--pa-success-color, #28a745);
14006
+ }
14007
+
14008
+ .pa-accent-grid__item--warning {
14009
+ border-inline-start-color: var(--pa-warning-color, #e68a00);
14010
+ }
14011
+
14012
+ .pa-accent-grid__item--danger {
14013
+ border-inline-start-color: var(--pa-danger-color, #dc3545);
14014
+ }
14015
+
14016
+ .pa-accent-grid__item--info {
14017
+ border-inline-start-color: var(--pa-info-color, #17a2b8);
14018
+ }
14019
+
14020
+ .pa-accent-grid__label {
14021
+ font-size: 1.1rem;
14022
+ font-weight: 500;
14023
+ color: var(--pa-text-color-2);
14024
+ margin-bottom: 0.2rem;
14025
+ text-transform: uppercase;
14026
+ letter-spacing: 0.03em;
14027
+ }
14028
+
14029
+ .pa-accent-grid__value {
14030
+ font-size: 1.5rem;
14031
+ font-weight: 600;
14032
+ color: var(--pa-text-color-1);
14033
+ line-height: 1.2;
14034
+ }
14035
+
14036
+ .pa-accent-grid__copy {
14037
+ flex-shrink: 0;
14038
+ padding: 0.4rem;
14039
+ background: transparent;
14040
+ border: none;
14041
+ border-radius: 4px;
14042
+ cursor: pointer;
14043
+ transition: opacity 0.15s, background 0.15s;
14044
+ }
14045
+
14046
+ .pa-accent-grid__copy:hover {
14047
+ opacity: 1;
14048
+ background: rgba(128, 128, 128, 0.1);
14049
+ }
14050
+
14051
+ .pa-accent-grid__item--copy-btn .pa-accent-grid__value, .pa-accent-grid__item--copy-hover .pa-accent-grid__value {
14052
+ display: flex;
14053
+ align-items: center;
14054
+ gap: 0.8rem;
14055
+ }
14056
+
14057
+ .pa-accent-grid__item--copy-btn .pa-accent-grid__copy {
14058
+ opacity: 0.5;
14059
+ }
14060
+
14061
+ .pa-accent-grid__item--copy-hover .pa-accent-grid__copy {
14062
+ opacity: 0;
14063
+ }
14064
+
14065
+ .pa-accent-grid__item--copy-hover:hover .pa-accent-grid__copy {
14066
+ opacity: 0.5;
14067
+ }
14068
+
14069
+ .pa-accent-grid__item--copy-hover:hover .pa-accent-grid__copy:hover {
14070
+ opacity: 1;
14071
+ background: rgba(128, 128, 128, 0.1);
14072
+ }
14073
+
14074
+ .pa-accent-grid__item--copy-click .pa-accent-grid__value {
14075
+ cursor: pointer;
14076
+ transition: opacity 0.15s;
14077
+ }
14078
+
14079
+ .pa-accent-grid__item--copy-click .pa-accent-grid__value:hover {
14080
+ opacity: 0.7;
14081
+ }
14082
+
14083
+ .pa-accent-grid__item--copy-click .pa-accent-grid__value::after {
14084
+ content: "Click to copy";
14085
+ font-size: 1rem;
14086
+ opacity: 0;
14087
+ margin-inline-start: 0.8rem;
14088
+ transition: opacity 0.15s;
14089
+ }
14090
+
14091
+ .pa-accent-grid__item--copy-click .pa-accent-grid__value:hover::after {
14092
+ opacity: 0.6;
14093
+ }
14094
+
14095
+ .pa-accent-grid__item--copied .pa-accent-grid__value::after {
14096
+ content: "Copied!" !important;
14097
+ opacity: 1 !important;
14098
+ color: var(--pa-color-4, #28a745);
14099
+ }
14100
+
14101
+ /* ========================================
14102
+ Data Visualization Components
14103
+ Progress bars, rings, gauges, heatmaps, sparklines
14104
+ ======================================== */
14105
+ .pa-progress {
14106
+ width: 100%;
14107
+ height: 0.8rem;
14108
+ background: rgba(0, 0, 0, 0.08);
14109
+ border-radius: 4px;
14110
+ overflow: hidden;
14111
+ position: relative;
14112
+ }
14113
+
14114
+ .pa-progress__fill {
14115
+ height: 100%;
14116
+ width: var(--value, 0%);
14117
+ background: #007bff;
14118
+ border-radius: inherit;
14119
+ transition: width 0.25s ease;
14120
+ }
14121
+
14122
+ .pa-progress__label {
14123
+ display: flex;
14124
+ justify-content: space-between;
14125
+ margin-bottom: 0.4rem;
14126
+ font-size: 1.2rem;
14127
+ font-weight: 500;
14128
+ color: var(--pa-text-color-1);
14129
+ }
14130
+
14131
+ .pa-progress__label-value {
14132
+ color: var(--pa-text-color-2);
14133
+ }
14134
+
14135
+ .pa-progress--xs {
14136
+ height: 0.3rem;
14137
+ }
14138
+
14139
+ .pa-progress--sm {
14140
+ height: 0.5rem;
14141
+ }
14142
+
14143
+ .pa-progress--lg {
14144
+ height: 1.2rem;
14145
+ }
14146
+
14147
+ .pa-progress--success > .pa-progress__fill {
14148
+ background: #28a745;
14149
+ }
14150
+
14151
+ .pa-progress--warning > .pa-progress__fill {
14152
+ background: #ffc107;
14153
+ }
14154
+
14155
+ .pa-progress--danger > .pa-progress__fill {
14156
+ background: #dc3545;
14157
+ }
14158
+
14159
+ .pa-progress--info > .pa-progress__fill {
14160
+ background: #17a2b8;
14161
+ }
14162
+
14163
+ .pa-progress--rounded {
14164
+ border-radius: 50rem;
14165
+ }
14166
+
14167
+ .pa-progress--striped > .pa-progress__fill {
14168
+ background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%);
14169
+ background-size: 1.6rem 1.6rem;
14170
+ }
14171
+
14172
+ .pa-progress--animated > .pa-progress__fill {
14173
+ animation: pa-progress-stripe 1s linear infinite;
14174
+ }
14175
+
14176
+ @keyframes pa-progress-stripe {
14177
+ 0% {
14178
+ background-position: 1.6rem 0;
14179
+ }
14180
+ 100% {
14181
+ background-position: 0 0;
14182
+ }
14183
+ }
14184
+ .pa-progress-group {
14185
+ display: flex;
14186
+ flex-direction: column;
14187
+ gap: 0.4rem;
14188
+ }
14189
+
14190
+ .pa-stacked-bar {
14191
+ display: flex;
14192
+ width: 100%;
14193
+ height: 1.2rem;
14194
+ border-radius: 4px;
14195
+ overflow: hidden;
14196
+ background: rgba(0, 0, 0, 0.08);
14197
+ }
14198
+
14199
+ .pa-stacked-bar__segment {
14200
+ height: 100%;
14201
+ width: var(--value, 0%);
14202
+ transition: width 0.25s ease;
14203
+ background: #007bff;
14204
+ }
14205
+
14206
+ .pa-stacked-bar__segment--success {
14207
+ background: #28a745;
14208
+ }
14209
+
14210
+ .pa-stacked-bar__segment--warning {
14211
+ background: #ffc107;
14212
+ }
14213
+
14214
+ .pa-stacked-bar__segment--danger {
14215
+ background: #dc3545;
14216
+ }
14217
+
14218
+ .pa-stacked-bar__segment--info {
14219
+ background: #17a2b8;
14220
+ }
14221
+
14222
+ .pa-stacked-bar__segment--secondary {
14223
+ background: #6c757d;
14224
+ }
14225
+
14226
+ .pa-stacked-bar__legend {
14227
+ display: flex;
14228
+ flex-wrap: wrap;
14229
+ gap: 1.6rem;
14230
+ margin-top: 0.8rem;
14231
+ }
14232
+
14233
+ .pa-stacked-bar__legend-item {
14234
+ display: flex;
14235
+ align-items: center;
14236
+ gap: 0.4rem;
14237
+ font-size: 1.2rem;
14238
+ color: var(--pa-text-color-2);
14239
+ }
14240
+
14241
+ .pa-stacked-bar__legend-swatch {
14242
+ width: 1rem;
14243
+ height: 1rem;
14244
+ border-radius: 2px;
14245
+ flex-shrink: 0;
14246
+ }
14247
+
14248
+ .pa-stacked-bar__legend-swatch--primary {
14249
+ background: #007bff;
14250
+ }
14251
+
14252
+ .pa-stacked-bar__legend-swatch--success {
14253
+ background: #28a745;
14254
+ }
14255
+
14256
+ .pa-stacked-bar__legend-swatch--warning {
14257
+ background: #ffc107;
14258
+ }
14259
+
14260
+ .pa-stacked-bar__legend-swatch--danger {
14261
+ background: #dc3545;
14262
+ }
14263
+
14264
+ .pa-stacked-bar__legend-swatch--info {
14265
+ background: #17a2b8;
14266
+ }
14267
+
14268
+ .pa-stacked-bar__legend-swatch--secondary {
14269
+ background: #6c757d;
14270
+ }
14271
+
14272
+ .pa-stacked-bar--sm {
14273
+ height: 0.5rem;
14274
+ }
14275
+
14276
+ .pa-stacked-bar--lg {
14277
+ height: 1.2rem;
14278
+ }
14279
+
14280
+ .pa-stacked-bar--rounded {
14281
+ border-radius: 50rem;
14282
+ }
14283
+
14284
+ .pa-progress-ring {
14285
+ width: 8rem;
14286
+ height: 8rem;
14287
+ border-radius: 50%;
14288
+ background: conic-gradient(#007bff calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14289
+ display: flex;
14290
+ align-items: center;
14291
+ justify-content: center;
14292
+ flex-shrink: 0;
14293
+ }
14294
+
14295
+ .pa-progress-ring__inner {
14296
+ width: 70%;
14297
+ height: 70%;
14298
+ border-radius: 50%;
14299
+ background: #ffffff;
14300
+ display: flex;
14301
+ flex-direction: column;
14302
+ align-items: center;
14303
+ justify-content: center;
14304
+ }
14305
+
14306
+ .pa-progress-ring__value {
14307
+ font-size: 1.8rem;
14308
+ font-weight: 700;
14309
+ line-height: 1;
14310
+ color: var(--pa-text-color-1);
14311
+ }
14312
+
14313
+ .pa-progress-ring__label {
14314
+ font-size: 1rem;
14315
+ color: var(--pa-text-color-2);
14316
+ margin-top: 0.4rem;
14317
+ }
14318
+
14319
+ .pa-progress-ring--sm {
14320
+ width: 5rem;
14321
+ height: 5rem;
14322
+ }
14323
+
14324
+ .pa-progress-ring--sm .pa-progress-ring__value {
14325
+ font-size: 1.6rem;
14326
+ }
14327
+
14328
+ .pa-progress-ring--sm .pa-progress-ring__label {
14329
+ font-size: 1rem;
14330
+ }
14331
+
14332
+ .pa-progress-ring--lg {
14333
+ width: 11rem;
14334
+ height: 11rem;
14335
+ }
14336
+
14337
+ .pa-progress-ring--lg .pa-progress-ring__value {
14338
+ font-size: 2.4rem;
14339
+ }
14340
+
14341
+ .pa-progress-ring--lg .pa-progress-ring__label {
14342
+ font-size: 1.2rem;
14343
+ }
14344
+
14345
+ .pa-progress-ring--success {
14346
+ background: conic-gradient(#28a745 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14347
+ }
14348
+
14349
+ .pa-progress-ring--warning {
14350
+ background: conic-gradient(#ffc107 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14351
+ }
14352
+
14353
+ .pa-progress-ring--danger {
14354
+ background: conic-gradient(#dc3545 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14355
+ }
14356
+
14357
+ .pa-progress-ring--info {
14358
+ background: conic-gradient(#17a2b8 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
14359
+ }
14360
+
14361
+ .pa-gauge {
14362
+ width: 12rem;
14363
+ height: calc(12rem / 2);
14364
+ border-radius: 12rem 12rem 0 0;
14365
+ overflow: hidden;
14366
+ background: conic-gradient(from 0.75turn, #007bff calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14367
+ position: relative;
14368
+ flex-shrink: 0;
14369
+ }
14370
+
14371
+ .pa-gauge__inner {
14372
+ position: absolute;
14373
+ bottom: 0;
14374
+ left: 15%;
14375
+ right: 15%;
14376
+ height: 70%;
14377
+ border-radius: 12rem 12rem 0 0;
14378
+ background: #ffffff;
14379
+ display: flex;
14380
+ flex-direction: column;
14381
+ align-items: center;
14382
+ justify-content: flex-end;
14383
+ padding-bottom: 0.4rem;
14384
+ }
14385
+
14386
+ .pa-gauge__value {
14387
+ font-size: 2.4rem;
14388
+ font-weight: 700;
14389
+ line-height: 1;
14390
+ color: var(--pa-text-color-1);
14391
+ }
14392
+
14393
+ .pa-gauge__label {
14394
+ font-size: 1.2rem;
14395
+ color: var(--pa-text-color-2);
14396
+ margin-top: 0.4rem;
14397
+ }
14398
+
14399
+ .pa-gauge__min, .pa-gauge__max {
14400
+ position: absolute;
14401
+ bottom: 0;
14402
+ font-size: 1rem;
14403
+ color: var(--pa-text-color-2);
14404
+ }
14405
+
14406
+ .pa-gauge__min {
14407
+ left: 0;
14408
+ }
14409
+
14410
+ .pa-gauge__max {
14411
+ right: 0;
14412
+ }
14413
+
14414
+ .pa-gauge--success {
14415
+ background: conic-gradient(from 0.75turn, #28a745 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14416
+ }
14417
+
14418
+ .pa-gauge--warning {
14419
+ background: conic-gradient(from 0.75turn, #ffc107 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14420
+ }
14421
+
14422
+ .pa-gauge--danger {
14423
+ background: conic-gradient(from 0.75turn, #dc3545 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14424
+ }
14425
+
14426
+ .pa-gauge--info {
14427
+ background: conic-gradient(from 0.75turn, #17a2b8 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
14428
+ }
14429
+
14430
+ .pa-gauge--zones {
14431
+ 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);
14432
+ }
14433
+
14434
+ .pa-data-bar {
14435
+ display: flex;
14436
+ flex-direction: column;
14437
+ gap: 0.4rem;
14438
+ min-width: 6rem;
14439
+ }
14440
+
14441
+ .pa-data-bar__value {
14442
+ font-size: 1.4rem;
14443
+ font-weight: 500;
14444
+ color: var(--pa-text-color-1);
14445
+ line-height: 1;
14446
+ }
14447
+
14448
+ .pa-data-bar__track {
14449
+ width: 100%;
14450
+ height: 0.4rem;
14451
+ background: rgba(0, 0, 0, 0.06);
14452
+ border-radius: 2px;
14453
+ overflow: hidden;
14454
+ }
14455
+
14456
+ .pa-data-bar__fill {
14457
+ height: 100%;
14458
+ width: var(--value, 0%);
14459
+ background: #007bff;
14460
+ border-radius: inherit;
14461
+ transition: width 0.25s ease;
14462
+ }
14463
+
14464
+ .pa-data-bar--success .pa-data-bar__fill {
14465
+ background: #28a745;
14466
+ }
14467
+
14468
+ .pa-data-bar--warning .pa-data-bar__fill {
14469
+ background: #ffc107;
14470
+ }
14471
+
14472
+ .pa-data-bar--danger .pa-data-bar__fill {
14473
+ background: #dc3545;
14474
+ }
14475
+
14476
+ .pa-data-bar--info .pa-data-bar__fill {
14477
+ background: #17a2b8;
14478
+ }
14479
+
14480
+ .pa-data-bar--negative .pa-data-bar__fill {
14481
+ background: #dc3545;
14482
+ margin-inline-start: auto;
14483
+ }
14484
+
14485
+ .pa-heatmap {
14486
+ display: inline-grid;
14487
+ grid-template-columns: repeat(53, 1.2rem);
14488
+ grid-auto-rows: 1.2rem;
14489
+ gap: 0.2rem;
14490
+ }
14491
+
14492
+ .pa-heatmap__cell {
14493
+ border-radius: 2px;
14494
+ background: rgba(0, 0, 0, 0.08);
14495
+ }
14496
+
14497
+ .pa-heatmap__cell[data-level="1"] {
14498
+ background: rgba(0, 123, 255, 0.2);
14499
+ }
14500
+
14501
+ .pa-heatmap__cell[data-level="2"] {
14502
+ background: rgba(0, 123, 255, 0.4);
14503
+ }
14504
+
14505
+ .pa-heatmap__cell[data-level="3"] {
14506
+ background: rgba(0, 123, 255, 0.65);
14507
+ }
14508
+
14509
+ .pa-heatmap__cell[data-level="4"] {
14510
+ background: #007bff;
14511
+ }
14512
+
14513
+ .pa-heatmap--success .pa-heatmap__cell[data-level="1"] {
14514
+ background: rgba(40, 167, 69, 0.2);
14515
+ }
14516
+
14517
+ .pa-heatmap--success .pa-heatmap__cell[data-level="2"] {
14518
+ background: rgba(40, 167, 69, 0.4);
14519
+ }
14520
+
14521
+ .pa-heatmap--success .pa-heatmap__cell[data-level="3"] {
14522
+ background: rgba(40, 167, 69, 0.65);
14523
+ }
14524
+
14525
+ .pa-heatmap--success .pa-heatmap__cell[data-level="4"] {
14526
+ background: #28a745;
14527
+ }
14528
+
14529
+ .pa-heatmap--danger .pa-heatmap__cell[data-level="1"] {
14530
+ background: rgba(220, 53, 69, 0.2);
14531
+ }
14532
+
14533
+ .pa-heatmap--danger .pa-heatmap__cell[data-level="2"] {
14534
+ background: rgba(220, 53, 69, 0.4);
14535
+ }
14536
+
14537
+ .pa-heatmap--danger .pa-heatmap__cell[data-level="3"] {
14538
+ background: rgba(220, 53, 69, 0.65);
14539
+ }
14540
+
14541
+ .pa-heatmap--danger .pa-heatmap__cell[data-level="4"] {
14542
+ background: #dc3545;
14543
+ }
14544
+
14545
+ .pa-heatmap__legend {
14546
+ display: flex;
14547
+ align-items: center;
14548
+ gap: 0.4rem;
14549
+ margin-top: 0.8rem;
14550
+ font-size: 1.2rem;
14551
+ color: var(--pa-text-color-2);
14552
+ }
14553
+
14554
+ .pa-heatmap__legend-cell {
14555
+ width: 1.2rem;
14556
+ height: 1.2rem;
14557
+ border-radius: 2px;
14558
+ background: rgba(0, 0, 0, 0.08);
14559
+ }
14560
+
14561
+ .pa-heatmap__legend-cell[data-level="1"] {
14562
+ background: rgba(0, 123, 255, 0.2);
14563
+ }
14564
+
14565
+ .pa-heatmap__legend-cell[data-level="2"] {
14566
+ background: rgba(0, 123, 255, 0.4);
14567
+ }
14568
+
14569
+ .pa-heatmap__legend-cell[data-level="3"] {
14570
+ background: rgba(0, 123, 255, 0.65);
14571
+ }
14572
+
14573
+ .pa-heatmap__legend-cell[data-level="4"] {
14574
+ background: #007bff;
14575
+ }
14576
+
14577
+ .pa-heatmap--compact {
14578
+ grid-template-columns: repeat(53, 1rem);
14579
+ grid-auto-rows: 1rem;
14580
+ gap: 0.1rem;
14581
+ }
14582
+
14583
+ .pa-heatmap--compact .pa-heatmap__cell {
14584
+ border-radius: 1px;
14585
+ }
14586
+
14587
+ .pa-sparkline {
14588
+ display: inline-flex;
14589
+ align-items: flex-end;
14590
+ gap: 0.2rem;
14591
+ height: 3rem;
14592
+ }
14593
+
14594
+ .pa-sparkline__bar {
14595
+ width: 0.3rem;
14596
+ height: var(--value, 50%);
14597
+ background: #007bff;
14598
+ border-radius: 2px 2px 0 0;
14599
+ transition: height 0.25s ease;
14600
+ min-height: 1px;
14601
+ }
14602
+
14603
+ .pa-sparkline--success .pa-sparkline__bar {
14604
+ background: #28a745;
14605
+ }
14606
+
14607
+ .pa-sparkline--warning .pa-sparkline__bar {
14608
+ background: #ffc107;
14609
+ }
14610
+
14611
+ .pa-sparkline--danger .pa-sparkline__bar {
14612
+ background: #dc3545;
14613
+ }
14614
+
14615
+ .pa-sparkline--info .pa-sparkline__bar {
14616
+ background: #17a2b8;
14617
+ }
14618
+
14619
+ .pa-sparkline--sm {
14620
+ height: 2rem;
14621
+ }
14622
+
14623
+ .pa-sparkline--lg {
14624
+ height: 4.8rem;
14625
+ }
14626
+
14627
+ .pa-sparkline--lg .pa-sparkline__bar {
14628
+ width: 0.4rem;
14629
+ }
14630
+
14631
+ .pa-bar-list {
14632
+ display: flex;
14633
+ flex-direction: column;
14634
+ gap: 1.6rem;
14635
+ }
14636
+
14637
+ .pa-bar-list__item {
14638
+ display: flex;
14639
+ flex-direction: column;
14640
+ gap: 0.4rem;
14641
+ }
14642
+
14643
+ .pa-bar-list__header {
14644
+ display: flex;
14645
+ justify-content: space-between;
14646
+ align-items: baseline;
14647
+ gap: 0.8rem;
14648
+ }
14649
+
14650
+ .pa-bar-list__label {
14651
+ font-size: 1.4rem;
14652
+ color: var(--pa-text-color-1);
14653
+ min-width: 0;
14654
+ overflow: hidden;
14655
+ text-overflow: ellipsis;
14656
+ white-space: nowrap;
14657
+ }
14658
+
14659
+ .pa-bar-list__value {
14660
+ font-size: 1.4rem;
14661
+ font-weight: 600;
14662
+ color: var(--pa-text-color-1);
14663
+ flex-shrink: 0;
14664
+ }
14665
+
14666
+ .pa-bar-list__bar {
14667
+ width: 100%;
14668
+ height: 0.4rem;
14669
+ background: rgba(0, 0, 0, 0.06);
14670
+ border-radius: 2px;
14671
+ overflow: hidden;
14672
+ }
14673
+
14674
+ .pa-bar-list__bar::after {
14675
+ content: "";
14676
+ display: block;
14677
+ height: 100%;
14678
+ width: var(--value, 0%);
14679
+ background: #007bff;
14680
+ border-radius: inherit;
14681
+ transition: width 0.25s ease;
14682
+ }
14683
+
14684
+ .pa-bar-list--success .pa-bar-list__bar::after {
14685
+ background: #28a745;
14686
+ }
14687
+
14688
+ .pa-bar-list--warning .pa-bar-list__bar::after {
14689
+ background: #ffc107;
14690
+ }
14691
+
14692
+ .pa-bar-list--danger .pa-bar-list__bar::after {
14693
+ background: #dc3545;
14694
+ }
14695
+
14696
+ .pa-bar-list--info .pa-bar-list__bar::after {
14697
+ background: #17a2b8;
14698
+ }
14699
+
14700
+ .pa-bar-list--compact {
14701
+ gap: 0.8rem;
14702
+ }
14703
+
14704
+ .pa-bar-list--compact .pa-bar-list__item {
14705
+ gap: 0.2rem;
14706
+ }
14707
+
14708
+ .pa-bar-list--compact .pa-bar-list__label,
14709
+ .pa-bar-list--compact .pa-bar-list__value {
14710
+ font-size: 1.2rem;
14711
+ }
14712
+
14713
+ .pa-bar-list--compact .pa-bar-list__bar {
14714
+ height: 0.3rem;
14715
+ }
14716
+
14717
+ /* ========================================
14718
+ Utility Components
14719
+ Font utilities, compact mode, component showcase
14720
+ ======================================== */
14721
+ html.font-size-small {
14722
+ font-size: 9px;
14723
+ }
14724
+
14725
+ html.font-size-default {
14726
+ font-size: 10px;
14727
+ }
14728
+
14729
+ html.font-size-large {
14730
+ font-size: 11px;
14731
+ }
14732
+
14733
+ html.font-size-xlarge {
14734
+ font-size: 12px;
14735
+ }
14736
+
14737
+ .font-family-serif {
14738
+ font-family: Georgia, "Times New Roman", Times, serif;
14739
+ }
14740
+
14741
+ .font-family-mono {
14742
+ font-family: "Courier New", Courier, monospace;
14743
+ }
14744
+
14745
+ .compact-mode .pa-card__body {
14746
+ padding: 1.2rem;
14747
+ }
14748
+
14749
+ .compact-mode .pa-table td,
14750
+ .compact-mode .pa-table th {
14751
+ padding: 0.8rem 1.2rem;
14752
+ }
14753
+
14754
+ .compact-mode .pa-sidebar__nav ul li a {
14755
+ padding: 0.8rem 1.6rem;
14756
+ }
14757
+
14758
+ .compact-mode .pa-form-group {
14759
+ margin-bottom: 1.2rem;
14760
+ }
14761
+
14762
+ .min-h-2x {
14763
+ min-height: 2rem;
14764
+ }
14765
+
14766
+ .min-h-3x {
14767
+ min-height: 3rem;
14768
+ }
14769
+
14770
+ .min-h-5x {
14771
+ min-height: 5rem;
14772
+ }
14773
+
14774
+ .min-h-8x {
14775
+ min-height: 8rem;
14776
+ }
14777
+
14778
+ .min-h-10x {
14779
+ min-height: 10rem;
14780
+ }
14781
+
14782
+ .min-h-12x {
14783
+ min-height: 12rem;
14784
+ }
14785
+
14786
+ .min-h-15x {
14787
+ min-height: 15rem;
14788
+ }
14789
+
14790
+ .min-h-20x {
14791
+ min-height: 20rem;
14792
+ }
14793
+
14794
+ .min-h-25x {
14795
+ min-height: 25rem;
14796
+ }
14797
+
14798
+ .min-h-30x {
14799
+ min-height: 30rem;
14800
+ }
14801
+
14802
+ .h-2x {
14803
+ height: 2rem;
14804
+ }
14805
+
14806
+ .h-3x {
14807
+ height: 3rem;
14808
+ }
14809
+
14810
+ .h-5x {
14811
+ height: 5rem;
14812
+ }
14813
+
14814
+ .h-8x {
14815
+ height: 8rem;
14816
+ }
14817
+
14818
+ .h-10x {
14819
+ height: 10rem;
14820
+ }
14821
+
14822
+ .h-12x {
14823
+ height: 12rem;
14824
+ }
14825
+
14826
+ .h-15x {
14827
+ height: 15rem;
14828
+ }
14829
+
14830
+ .h-20x {
14831
+ height: 20rem;
14832
+ }
14833
+
14834
+ .h-25x {
14835
+ height: 25rem;
14836
+ }
14837
+
14838
+ .h-30x {
14839
+ height: 30rem;
14840
+ }
14841
+
14842
+ .h-40x {
14843
+ height: 40rem;
14844
+ }
14845
+
14846
+ .h-50x {
14847
+ height: 50rem;
14848
+ }
14849
+
14850
+ .max-h-5x {
14851
+ max-height: 5rem;
14852
+ }
14853
+
14854
+ .max-h-8x {
14855
+ max-height: 8rem;
14856
+ }
14857
+
14858
+ .max-h-10x {
14859
+ max-height: 10rem;
14860
+ }
14861
+
14862
+ .max-h-12x {
14863
+ max-height: 12rem;
14864
+ }
14865
+
14866
+ .max-h-15x {
14867
+ max-height: 15rem;
14868
+ }
14869
+
14870
+ .max-h-20x {
14871
+ max-height: 20rem;
14872
+ }
14873
+
14874
+ .max-h-25x {
14875
+ max-height: 25rem;
14876
+ }
14877
+
14878
+ .max-h-30x {
14879
+ max-height: 30rem;
14880
+ }
14881
+
14882
+ .max-h-40x {
14883
+ max-height: 40rem;
14884
+ }
14885
+
14886
+ .max-h-50x {
14887
+ max-height: 50rem;
13546
14888
  }
13547
14889
 
13548
14890
  .h-full {
@@ -16185,6 +17527,26 @@ html.font-size-xlarge {
16185
17527
  min-height: 50rem !important;
16186
17528
  }
16187
17529
 
17530
+ .minhr-60 {
17531
+ min-height: 60rem !important;
17532
+ }
17533
+
17534
+ .minhr-70 {
17535
+ min-height: 70rem !important;
17536
+ }
17537
+
17538
+ .minhr-80 {
17539
+ min-height: 80rem !important;
17540
+ }
17541
+
17542
+ .minhr-90 {
17543
+ min-height: 90rem !important;
17544
+ }
17545
+
17546
+ .minhr-100 {
17547
+ min-height: 100rem !important;
17548
+ }
17549
+
16188
17550
  .maxhr-1 {
16189
17551
  max-height: 1rem !important;
16190
17552
  }
@@ -16829,6 +18191,10 @@ html.font-size-xlarge {
16829
18191
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
16830
18192
  }
16831
18193
 
18194
+ .pa-cq {
18195
+ container-type: inline-size;
18196
+ }
18197
+
16832
18198
  :root, .pa-mode-dark {
16833
18199
  --page-loader-bg: rgba(26, 26, 26, 0.95);
16834
18200
  --page-loader-spinner-border: #333;