/* [project]/src/modules/persona_manager/styles/topic-panels.css [app-client] (css) */
.pm-scope .tpx {
  flex-direction: column;
  display: flex;
}

.pm-scope .tpx-blockhead {
  flex-direction: column;
  gap: 2px;
  margin: 6px 0 12px;
  display: flex;
}

.pm-scope .tpx-blockhead .kicker {
  color: var(--color-primary);
  letter-spacing: .07em;
  font-size: 11px;
}

.pm-scope .tpx-blocksub {
  color: var(--color-fg-muted);
  font-size: 12.5px;
}

.pm-scope .tpx-showall {
  cursor: pointer;
  font: inherit;
  color: var(--color-primary);
  background: none;
  border: none;
  align-self: flex-start;
  margin-top: 18px;
  padding: 0;
  font-size: 12.5px;
  font-weight: 600;
}

.pm-scope .tpx-showall:hover {
  text-decoration: underline;
}

.pm-scope .tpx-signals__grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  display: grid;
}

.pm-scope .tpx-signal {
  border: 1px solid var(--color-border-soft, #999eab29);
  background: #fff9;
  background: lab(100% 0 0 / .6);
  border-radius: 14px;
  flex-direction: column;
  gap: 4px;
  padding: 13px 14px;
  display: flex;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .tpx-signal {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .tpx-signal__ico {
  border-radius: 12px;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 2px;
  display: grid;
}

.pm-scope .tpx-signal__mult {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: .95;
}

.pm-scope .tpx-signal__label {
  color: var(--color-fg);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.pm-scope .tpx-signal__pct {
  color: var(--color-fg-subtle);
  font-size: 11px;
}

.pm-scope .tpx-grid {
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 10px;
  display: grid;
}

.pm-scope .tpx-tile {
  text-align: left;
  border: 1px solid var(--color-border-soft, #999eab29);
  cursor: pointer;
  font: inherit;
  background: #ffffff8c;
  background: lab(100% 0 0 / .55);
  border-radius: 14px;
  flex-direction: column;
  gap: 4px;
  padding: 13px 14px;
  transition: border-color .14s, box-shadow .14s;
  display: flex;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .tpx-tile {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .tpx-tile:hover {
  border-color: #4055ff59;
  border-color: lab(43.9452% 38.4761 -88.5684 / .35);
}

.pm-scope .tpx-tile.is-open {
  border-color: #4055ff8c;
  border-color: lab(43.9452% 38.4761 -88.5684 / .55);
  box-shadow: 0 0 0 3px #4055ff1f;
  box-shadow: 0 0 0 3px lab(43.9452% 38.4761 -88.5684 / .12);
}

.pm-scope .tpx-tile__ico {
  width: 40px;
  height: 40px;
  color: var(--color-fg-muted);
  background: #999eab1a;
  background: lab(65.0842% .243634 -7.51679 / .1);
  border-radius: 12px;
  place-items: center;
  display: grid;
}

.pm-scope .tpx-tile__name {
  color: var(--color-fg);
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.pm-scope .tpx-tile__mult {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
}

.pm-scope .tpx-tile__top {
  color: var(--color-fg-muted);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 11px;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.pm-scope .tpx-tile__meta {
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  display: flex;
}

.pm-scope .tpx-tile__count {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--color-fg-subtle);
  font-size: 10.5px;
  font-weight: 700;
}

.pm-scope .tpx-detail {
  background: #4055ff0a;
  background: lab(43.9452% 38.4761 -88.5684 / .04);
  border: 1px solid #4055ff40;
  border: 1px solid lab(43.9452% 38.4761 -88.5684 / .25);
  border-radius: 15px;
  margin-top: 12px;
  padding: 14px 16px;
}

.pm-scope .tpx-detail__head {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-primary);
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.pm-scope .tpx-detail__close {
  cursor: pointer;
  color: var(--color-fg-subtle);
  background: none;
  border: none;
  margin-left: auto;
  font-size: 18px;
  line-height: 1;
}

.pm-scope .tpx-hours {
  margin-top: 20px;
}

.pm-scope .tpx-hours__grid {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 6px 16px;
  display: grid;
}

.pm-scope .tpx-hour {
  color: var(--color-fg-muted);
  border-bottom: 1px dashed #999eab24;
  border-bottom: 1px dashed lab(65.0842% .243634 -7.51679 / .14);
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-size: 12.5px;
  display: flex;
}

.pm-scope .tpx-hour__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  color: var(--color-fg);
  flex: 1;
  overflow: hidden;
}

.pm-scope .tpx-hour__val {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 15px;
}

.pm-scope .psx-wallet {
  background: linear-gradient(135deg, #f2efffb3, #f3f4ff80);
  background: linear-gradient(135deg, lab(95.0574% 4.09985 -10.4243 / .7), lab(96.3489% 1.50639 -8.15356 / .5));
  border: 1px solid #4055ff33;
  border: 1px solid lab(43.9452% 38.4761 -88.5684 / .2);
  border-radius: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  padding: 18px 20px;
  display: flex;
}

.pm-scope .psx-wallet__main {
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.pm-scope .psx-wallet__big {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 40px;
  line-height: 1;
}

.pm-scope .psx-wallet__unit {
  color: var(--color-fg-subtle);
  font-size: 20px;
}

.pm-scope .psx-wallet__sub {
  color: var(--color-fg-muted);
  font-size: 12.5px;
}

.pm-scope .psx-wallet__vs {
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  display: flex;
}

.pm-scope .psx-wallet__mult {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
}

.pm-scope .psx-wallet__vslbl {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-fg-subtle);
  font-size: 11px;
}

.pm-scope .psx-cats {
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
  display: grid;
}

.pm-scope .psx-cat {
  border: 1px solid var(--color-border-soft, #999eab29);
  background: #ffffff8c;
  background: lab(100% 0 0 / .55);
  border-radius: 14px;
  flex-direction: column;
  gap: 3px;
  padding: 13px 14px;
  display: flex;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .psx-cat {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .psx-cat__ico {
  width: 34px;
  height: 34px;
  color: var(--color-primary);
  background: #4055ff1a;
  background: lab(43.9452% 38.4761 -88.5684 / .1);
  border-radius: 11px;
  place-items: center;
  display: grid;
}

.pm-scope .psx-cat__name {
  color: var(--color-fg);
  margin-top: 3px;
  font-size: 12.5px;
  font-weight: 700;
}

.pm-scope .psx-cat__pln {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 24px;
  line-height: 1;
}

.pm-scope .psx-cat__vs {
  font-size: 12px;
  font-weight: 700;
}

.pm-scope .psx-cat__vslbl {
  color: var(--color-fg-subtle);
  font-size: 10.5px;
  font-weight: 400;
}

.pm-scope .psx-brk {
  margin: 0 0 16px;
}

.pm-scope .psx-brk__cat {
  color: var(--color-fg);
  margin-bottom: 8px;
  font-size: 12.5px;
  font-weight: 700;
}

.pm-scope .psx-brk__tier {
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  display: grid;
}

.pm-scope .psx-brk__tierlbl {
  color: var(--color-fg-muted);
  font-size: 12px;
}

.pm-scope .psx-brk__bands {
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 4px;
  min-width: 0;
  display: grid;
}

.pm-scope .psx-brk__band {
  background: #4055ff14;
  background: lab(43.9452% 38.4761 -88.5684 / .08);
  border: 1px solid #4055ff24;
  border: 1px solid lab(43.9452% 38.4761 -88.5684 / .14);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  min-width: 0;
  padding: 5px 4px;
  display: flex;
}

.pm-scope .psx-brk__band--lead {
  background: #4055ff29;
  background: lab(43.9452% 38.4761 -88.5684 / .16);
  border-color: #4055ff4d;
  border-color: lab(43.9452% 38.4761 -88.5684 / .3);
}

.pm-scope .psx-brk__bandlbl {
  color: var(--color-primary);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 10px;
  font-weight: 700;
  overflow: hidden;
}

.pm-scope .psx-brk__bandpct {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 14px;
}

.pm-scope .psx-cobrands {
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 10px;
  display: grid;
}

.pm-scope .psx-cobrand {
  border: 1px solid var(--color-border-soft, #999eab29);
  background: #ffffff8c;
  background: lab(100% 0 0 / .55);
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 13px 14px;
  display: flex;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .psx-cobrand {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .psx-cobrand__name {
  color: var(--color-fg);
  margin-top: 4px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
}

.pm-scope .psx-cobrand__mult {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
}

.pm-scope .psx-cobrand__pct {
  color: var(--color-fg-subtle);
  font-size: 11px;
}

.pm-scope .sgx-hl {
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 12px;
  display: flex;
}

.pm-scope .sgx-hl__lbl {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--color-fg-subtle);
  font-size: 10.5px;
  font-weight: 700;
}

.pm-scope .sgx-hl__chips {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.pm-scope .sgx-chip {
  background: #fff9;
  background: lab(100% 0 0 / .6);
  border: 1px solid #999eab33;
  border: 1px solid lab(65.0842% .243634 -7.51679 / .2);
  border-radius: 11px;
  align-items: baseline;
  gap: 7px;
  max-width: 100%;
  padding: 6px 11px;
  font-size: 12.5px;
  display: inline-flex;
}

.pm-scope .sgx-chip__mult {
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1;
}

.pm-scope .sgx-chip__txt {
  color: var(--color-fg);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 320px;
  font-weight: 600;
  overflow: hidden;
}

.pm-scope .sgx-chip__pct {
  color: var(--color-fg-subtle);
  font-weight: 400;
}

.pm-scope .sgx-more {
  cursor: pointer;
  font: inherit;
  color: var(--color-primary);
  background: none;
  border: none;
  margin-top: 6px;
  padding: 0;
  font-size: 12.5px;
  font-weight: 600;
}

.pm-scope .sgx-more:hover {
  text-decoration: underline;
}

.pm-scope .vkx-stats {
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 10px;
  margin: 4px 0 18px;
  display: grid;
}

.pm-scope .vkx-stat {
  border: 1px solid var(--color-border-soft, #999eab29);
  background: #ffffff8c;
  background: lab(100% 0 0 / .55);
  border-radius: 14px;
  flex-direction: column;
  gap: 3px;
  padding: 13px 14px;
  display: flex;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .vkx-stat {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .vkx-stat__dim {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--color-fg-subtle);
  font-size: 10px;
  font-weight: 700;
}

.pm-scope .vkx-stat__val {
  color: var(--color-fg);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
}

.pm-scope .vkx-stat__meta {
  align-items: baseline;
  gap: 8px;
  display: flex;
}

.pm-scope .vkx-stat__pct {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 20px;
}

.pm-scope .vkx-stat__idx {
  font-size: 11.5px;
  font-weight: 700;
}

.pm-scope .vkx-stores {
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 10px;
  margin-top: 8px;
  display: grid;
}

.pm-scope .vkx-store {
  border: 1px solid var(--color-border-soft, #999eab29);
  background: #ffffff8c;
  background: lab(100% 0 0 / .55);
  border-radius: 14px;
  flex-direction: column;
  gap: 2px;
  padding: 13px 14px;
  display: flex;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .vkx-store {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .vkx-store__name {
  color: var(--color-fg);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
}

.pm-scope .vkx-store__big {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
}

.pm-scope .vkx-store__sub {
  color: var(--color-fg-subtle);
  font-size: 10.5px;
}

.pm-scope .dgx-dim {
  min-width: 0;
}

.pm-scope .dgx-zone {
  border-top: 1px solid var(--color-border-soft, #999eab24);
  grid-column: 1 / -1;
  margin: 4px 0 -8px;
  padding-top: 14px;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .dgx-zone {
    border-top: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .14));
  }
}

.pm-scope .dgx-zone:first-child {
  border-top: none;
  padding-top: 0;
}

.pm-scope .dgx-zone .kicker {
  letter-spacing: .08em;
  color: var(--color-fg-subtle);
  font-size: 11px;
}

.pm-scope .dgx-cols {
  align-items: flex-end;
  gap: 10px;
  min-height: 130px;
  display: flex;
}

.pm-scope .dgx-col {
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.pm-scope .dgx-col__pct {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 15px;
}

.pm-scope .dgx-col__bar {
  background: #999eab1a;
  background: lab(65.0842% .243634 -7.51679 / .1);
  border-radius: 8px;
  align-items: flex-end;
  width: 100%;
  max-width: 54px;
  height: 86px;
  display: flex;
  overflow: hidden;
}

.pm-scope .dgx-col__fill {
  border-radius: 8px 8px 0 0;
  width: 100%;
  transition: height .5s cubic-bezier(.2, .7, .2, 1);
}

.pm-scope .dgx-col__lbl {
  color: var(--color-fg-muted);
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 10.5px;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.pm-scope .dgx-col__mult {
  font-size: 11px;
  font-weight: 700;
}

.pm-scope .dgx-rank {
  gap: 4px 22px;
  display: grid;
}

.pm-scope .dgx-rank__row {
  border-radius: 8px;
  grid-template-columns: minmax(0, 1fr) 52px 44px;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.pm-scope .dgx-rank__fill {
  background: #4055ff12;
  background: lab(43.9452% 38.4761 -88.5684 / .07);
  border-radius: 8px;
  position: absolute;
  inset: 0 auto 0 0;
}

.pm-scope .dgx-rank__lbl {
  color: var(--color-fg);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12.5px;
  position: relative;
  overflow: hidden;
}

.pm-scope .dgx-rank__pct {
  font-family: var(--font-display);
  text-align: right;
  color: var(--color-fg);
  font-size: 14px;
  position: relative;
}

.pm-scope .dgx-rank__mult {
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.pm-scope .dgx-ladder {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.pm-scope .dgx-ladder__row {
  grid-template-columns: minmax(110px, .9fr) minmax(70px, 1.1fr) 52px 42px;
  align-items: center;
  gap: 10px;
  display: grid;
}

.pm-scope .dgx-ladder__lbl {
  color: var(--color-fg);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  overflow: hidden;
}

.pm-scope .dgx-ladder__track {
  background: #999eab1a;
  background: lab(65.0842% .243634 -7.51679 / .1);
  border-radius: 7px;
  height: 14px;
  overflow: hidden;
}

.pm-scope .dgx-ladder__fill {
  border-radius: 7px;
  height: 100%;
  transition: width .5s cubic-bezier(.2, .7, .2, 1);
  display: block;
}

.pm-scope .dgx-ladder__pct {
  font-family: var(--font-display);
  text-align: right;
  color: var(--color-fg);
  font-size: 14px;
}

.pm-scope .dgx-ladder__mult {
  text-align: right;
  font-size: 11px;
  font-weight: 700;
}

.pm-scope .dgx-split {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.pm-scope .dgx-split__bar {
  border-radius: 9px;
  gap: 2px;
  height: 26px;
  display: flex;
  overflow: hidden;
}

.pm-scope .dgx-split__seg {
  min-width: 3px;
  display: block;
}

.pm-scope .dgx-split__legend {
  flex-wrap: wrap;
  gap: 5px 14px;
  display: flex;
}

.pm-scope .dgx-split__key {
  color: var(--color-fg);
  align-items: baseline;
  gap: 6px;
  font-size: 12px;
  display: inline-flex;
}

.pm-scope .dgx-split__dot {
  border-radius: 3px;
  flex-shrink: 0;
  align-self: center;
  width: 9px;
  height: 9px;
}

.pm-scope .dgx-hair {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.pm-scope .dgx-hair__chip {
  border: 1px solid var(--color-border-soft, #999eab29);
  background: #ffffff8c;
  background: lab(100% 0 0 / .55);
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 84px;
  padding: 13px 14px;
  display: flex;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .dgx-hair__chip {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .dgx-hair__swatch {
  border: 2px solid #ffffffe6;
  border: 2px solid lab(100% 0 0 / .9);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  box-shadow: 0 1px 5px #0000002e;
  box-shadow: 0 1px 5px lab(0% 0 0 / .18);
}

.pm-scope .dgx-hair__name {
  color: var(--color-fg);
  font-size: 12px;
  font-weight: 700;
}

.pm-scope .dgx-hair__pct {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 20px;
}

.pm-scope .dgx-hair__mult {
  font-size: 10.5px;
  font-weight: 700;
}

.pm-scope .dgx-codegroups {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px 26px;
  display: grid;
}

.pm-scope .dgx-codegroup {
  min-width: 0;
}

.pm-scope .dgx-meanchip {
  color: var(--color-fg);
  background: #4055ff14;
  background: lab(43.9452% 38.4761 -88.5684 / .08);
  border: 1px solid #4055ff24;
  border: 1px solid lab(43.9452% 38.4761 -88.5684 / .14);
  border-radius: 10px;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
  padding: 6px 12px;
  font-size: 12.5px;
  display: inline-flex;
}

.pm-scope .dgx-meanchip .num {
  font-family: var(--font-display);
  font-size: 16px;
}

.pm-scope .dgx-masonry {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: start;
  gap: 26px 32px;
  margin-top: 14px;
  display: grid;
}

@media (max-width: 880px) {
  .pm-scope .dgx-masonry {
    grid-template-columns: 1fr;
  }
}

.pm-scope .dgx-masonry .dgx-dim {
  margin-bottom: 0;
}

.pm-scope .dgx-masonry .dgx-dim--wide {
  grid-column: 1 / -1;
}

.pm-scope .dgx-pyramid {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  display: flex;
}

.pm-scope .dgx-pyramid__row {
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.pm-scope .dgx-pyramid__bar {
  background: #4055ff1a;
  background: lab(43.9452% 38.4761 -88.5684 / .1);
  border: 1px solid #4055ff29;
  border: 1px solid lab(43.9452% 38.4761 -88.5684 / .16);
  border-radius: 9px;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  padding: 5px 12px;
  display: flex;
}

.pm-scope .dgx-pyramid__lbl {
  color: var(--color-fg);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}

.pm-scope .dgx-pyramid__pct {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 14px;
}

.pm-scope .dgx-pyramid__mult {
  flex-shrink: 0;
  width: 36px;
  font-size: 11px;
  font-weight: 700;
}

.pm-scope .dgx-pillars {
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 14px;
  margin-top: 12px;
  display: grid;
}

.pm-scope .dgx-pillar {
  border: 1px solid var(--color-border-soft, #999eab29);
  background: #ffffff80;
  background: lab(100% 0 0 / .5);
  border-radius: 15px;
  min-width: 0;
  padding: 14px;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .dgx-pillar {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .dgx-pillar__title {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #864ad2;
  color: lab(44.4689% 46.1814 -61.6621);
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}

.pm-scope .dgx-belief {
  border-bottom: 1px dashed #999eab24;
  border-bottom: 1px dashed lab(65.0842% .243634 -7.51679 / .14);
  flex-direction: column;
  gap: 3px;
  padding: 7px 0;
  display: flex;
}

.pm-scope .dgx-belief:last-child {
  border-bottom: 0;
}

.pm-scope .dgx-belief__quote {
  color: var(--color-fg);
  font-size: 12.5px;
  line-height: 1.35;
}

.pm-scope .dgx-belief__meta {
  grid-template-columns: 1fr 44px 38px;
  align-items: center;
  gap: 8px;
  display: grid;
}

.pm-scope .dgx-belief__track {
  background: #999eab1a;
  background: lab(65.0842% .243634 -7.51679 / .1);
  border-radius: 4px;
  height: 7px;
  overflow: hidden;
}

.pm-scope .dgx-belief__fill {
  background: #864ad2a6;
  background: lab(44.4689% 46.1814 -61.6621 / .65);
  border-radius: 4px;
  height: 100%;
  display: block;
}

.pm-scope .dgx-belief__pct {
  font-family: var(--font-display);
  text-align: right;
  color: var(--color-fg);
  font-size: 13px;
}

.pm-scope .dgx-belief__mult {
  text-align: right;
  font-size: 10.5px;
  font-weight: 700;
}

.pm-scope .bd-quant2 {
  grid-template-columns: 1.15fr 1fr;
  gap: 18px 36px;
  display: grid;
}

@media (max-width: 860px) {
  .pm-scope .bd-quant2 {
    grid-template-columns: 1fr;
  }
}

.pm-scope .bd-quant2__col {
  min-width: 0;
}

.pm-scope .bd-quant2__col--stack {
  flex-direction: column;
  display: flex;
}

.pm-scope .bd-quant2__age {
  flex: 1;
}

.pm-scope .bd-quant2__ses {
  margin-top: auto;
}

.pm-scope .bd-quant2 .dgx-col__bar {
  height: 130px;
}

.pm-scope .vkx-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .pm-scope .vkx-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pm-scope .vkx-stat__dim {
  color: var(--color-primary);
}

.pm-scope .dgx-zonehead {
  border-top: 1px solid var(--color-border-soft, #999eab24);
  margin: 22px 0 12px;
  padding-top: 16px;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .dgx-zonehead {
    border-top: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .14));
  }
}

.pm-scope .dgx-zonehead:first-of-type {
  border-top: none;
  margin-top: 8px;
  padding-top: 4px;
}

.pm-scope .dgx-zonehead .kicker {
  letter-spacing: .08em;
  color: var(--color-fg-subtle);
  font-size: 11px;
}

.pm-scope .dgx-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 22px 32px;
  margin-bottom: 22px;
  display: grid;
}

.pm-scope .dgx-row--single {
  grid-template-columns: 1fr;
}

@media (max-width: 880px) {
  .pm-scope .dgx-row {
    grid-template-columns: 1fr;
  }
}

.pm-scope .dgx-housing {
  grid-template-columns: auto 1fr 1fr;
  align-items: start;
  gap: 10px 28px;
  display: grid;
}

.pm-scope .dgx-housing__size {
  border: 1px solid var(--color-border-soft, #999eab29);
  color: var(--color-primary);
  background: #ffffff8c;
  background: lab(100% 0 0 / .55);
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  display: flex;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .dgx-housing__size {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .dgx-housing__m2 {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 24px;
}

@media (max-width: 880px) {
  .pm-scope .dgx-housing {
    grid-template-columns: 1fr;
  }
}

.pm-scope .tpx-hours__grid {
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  gap: 10px;
}

.pm-scope .tpx-hour {
  border: 1px solid var(--color-border-soft, #999eab29);
  border-bottom: 1px solid var(--color-border-soft, #999eab29);
  background: #ffffff8c;
  background: lab(100% 0 0 / .55);
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 13px 10px;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .tpx-hour {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
    border-bottom: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .tpx-hour > svg {
  width: 28px;
  height: 28px;
  color: var(--color-primary);
}

.pm-scope .tpx-hour__name {
  white-space: normal;
  text-align: center;
  flex: none;
  font-size: 11px;
  line-height: 1.2;
}

.pm-scope .tpx-hour__val {
  font-size: 18px;
}

.pm-scope .rtx-duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0 32px;
  display: grid;
}

@media (max-width: 880px) {
  .pm-scope .rtx-duo {
    grid-template-columns: 1fr;
  }
}

.pm-scope .rtx-matrix {
  max-width: 760px;
  margin-top: 8px;
}

.pm-scope .rtx-matrix__head, .pm-scope .rtx-matrix__row {
  grid-template-columns: minmax(140px, 1.4fr) repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 8px 14px;
  display: grid;
}

.pm-scope .rtx-matrix__head {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-fg-subtle);
  border-bottom: 1px solid var(--color-border-soft, #999eab29);
  padding: 0 8px 6px;
  font-size: 10.5px;
  font-weight: 700;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .rtx-matrix__head {
    border-bottom: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .16));
  }
}

.pm-scope .rtx-matrix__head span {
  text-align: center;
}

.pm-scope .rtx-matrix__head span:first-child {
  text-align: left;
}

.pm-scope .rtx-matrix__row {
  border-bottom: 1px dashed #999eab1f;
  border-bottom: 1px dashed lab(65.0842% .243634 -7.51679 / .12);
  padding: 6px 8px;
}

.pm-scope .rtx-matrix__row:last-child {
  border-bottom: none;
}

.pm-scope .rtx-matrix__store {
  color: var(--color-fg);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12.5px;
  font-weight: 700;
  overflow: hidden;
}

.pm-scope .rtx-matrix__cell {
  flex-direction: column;
  align-items: center;
  gap: 0;
  display: flex;
}

.pm-scope .rtx-matrix__cell--na {
  color: var(--color-fg-subtle);
  text-align: center;
}

.pm-scope .rtx-matrix__pct {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 15px;
}

.pm-scope .rtx-matrix__mult {
  font-size: 10px;
  font-weight: 700;
}

.pm-scope .tpx2-verdict {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
  display: grid;
}

@media (max-width: 880px) {
  .pm-scope .tpx2-verdict {
    grid-template-columns: 1fr;
  }
}

.pm-scope .tpx2-vcard {
  border: 1px solid var(--color-border-soft, #999eab2e);
  background: var(--color-surface, transparent);
  border-left: 3px solid;
  border-radius: 12px;
  padding: 12px 14px 10px;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .tpx2-vcard {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .18));
  }
}

.pm-scope .tpx2-vcard__head {
  letter-spacing: .07em;
  text-transform: uppercase;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.pm-scope .tpx2-vcard__row {
  border-bottom: 1px dashed #999eab1f;
  border-bottom: 1px dashed lab(65.0842% .243634 -7.51679 / .12);
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: baseline;
  gap: 10px;
  padding: 4px 0;
  display: grid;
}

.pm-scope .tpx2-vcard__row:last-of-type {
  border-bottom: none;
}

.pm-scope .tpx2-vcard__lbl {
  color: var(--color-fg);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12.5px;
  font-weight: 600;
  overflow: hidden;
}

.pm-scope .tpx2-vcard__pct {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 17px;
}

.pm-scope .tpx2-vcard__mult {
  text-align: right;
  min-width: 34px;
  font-size: 11px;
  font-weight: 700;
}

.pm-scope .tpx2-vcard__note {
  color: var(--color-fg-subtle);
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.45;
}

.pm-scope .tpx2-part {
  border: 1px solid;
  border-radius: 12px;
  align-items: center;
  gap: 11px;
  margin: 26px 0 12px;
  padding: 10px 12px;
  display: flex;
}

.pm-scope .tpx2-part:first-child {
  margin-top: 0;
}

.pm-scope .tpx2-part__ico {
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.pm-scope .tpx2-part__txt {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.pm-scope .tpx2-part__title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.pm-scope .tpx2-part__sub {
  color: var(--color-fg-subtle);
  font-size: 12px;
  line-height: 1.4;
}

.pm-scope .tpx2-duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0 28px;
  display: grid;
}

@media (max-width: 880px) {
  .pm-scope .tpx2-duo {
    grid-template-columns: 1fr;
  }
}

.pm-scope .tpx2-callout {
  color: var(--color-fg);
  background: #999eab12;
  background: lab(65.0842% .243634 -7.51679 / .07);
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  margin: 8px 0 10px;
  padding: 10px 12px;
  font-size: 12.5px;
  line-height: 1.45;
  display: flex;
}

.pm-scope .tpx2-callout__pct {
  font-family: var(--font-display);
  flex: none;
  font-size: 26px;
  line-height: 1;
}

.pm-scope .tpx2-chgrp {
  margin-top: 6px;
}

.pm-scope .tpx2-chgrp__row {
  border-bottom: 1px dashed #999eab1f;
  border-bottom: 1px dashed lab(65.0842% .243634 -7.51679 / .12);
  grid-template-columns: minmax(150px, .85fr) minmax(0, 2fr);
  align-items: start;
  gap: 8px 14px;
  padding: 7px 4px;
  display: grid;
}

.pm-scope .tpx2-chgrp__row:last-child {
  border-bottom: none;
}

@media (max-width: 720px) {
  .pm-scope .tpx2-chgrp__row {
    grid-template-columns: 1fr;
  }
}

.pm-scope .tpx2-chgrp__name {
  color: var(--color-fg);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

.pm-scope .tpx2-chgrp__cells {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.pm-scope .tpx2-cat {
  border: 1px solid var(--color-border-soft, #999eab2e);
  white-space: nowrap;
  border-radius: 999px;
  align-items: baseline;
  gap: 6px;
  padding: 3px 9px;
  font-size: 11px;
  display: inline-flex;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .tpx2-cat {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .18));
  }
}

.pm-scope .tpx2-cat__name {
  color: var(--color-fg-subtle);
  font-weight: 600;
}

.pm-scope .tpx2-cat__pct {
  color: var(--color-fg);
  font-weight: 700;
}

.pm-scope .tpx2-cat__mult {
  font-size: 10px;
  font-weight: 700;
}

.pm-scope .rtx-fmtgrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 6px 28px;
  margin-top: 6px;
  display: grid;
}

@media (max-width: 880px) {
  .pm-scope .rtx-fmtgrid {
    grid-template-columns: 1fr;
  }
}

.pm-scope .rtx-fmtgrid__cell {
  min-width: 0;
  margin-top: 8px;
}

.pm-scope .rtx-heat {
  align-items: center;
  gap: 4px 8px;
  max-width: 860px;
  margin-top: 8px;
  display: grid;
}

.pm-scope .rtx-heat__cat {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-fg-subtle);
  text-align: center;
  padding-bottom: 2px;
  font-size: 10.5px;
  font-weight: 700;
}

.pm-scope .rtx-heat__cat--on {
  color: var(--color-primary);
}

.pm-scope .rtx-heat__store {
  color: var(--color-fg);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12.5px;
  font-weight: 700;
  overflow: hidden;
}

.pm-scope .rtx-heat__cell {
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 5px 4px;
  display: flex;
}

.pm-scope .rtx-heat__cell--na {
  color: var(--color-fg-subtle);
  font-size: 11px;
}

.pm-scope .rtx-heat__pct {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 14px;
  line-height: 1.1;
}

.pm-scope .rtx-heat__mult {
  font-size: 9.5px;
  font-weight: 700;
}

.pm-scope .rtx-db {
  max-width: 860px;
  margin-top: 8px;
}

.pm-scope .rtx-db__legend {
  color: var(--color-fg-subtle);
  gap: 18px;
  margin-bottom: 8px;
  font-size: 11px;
  display: flex;
}

.pm-scope .rtx-db__legend span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.pm-scope .rtx-db__dot {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.pm-scope .rtx-db__tick {
  background: var(--color-fg-muted);
  width: 2px;
  height: 11px;
  display: inline-block;
}

.pm-scope .rtx-db__head, .pm-scope .rtx-db__row {
  grid-template-columns: minmax(130px, 1.1fr) minmax(0, 2.2fr) minmax(72px, auto) minmax(72px, auto);
  align-items: center;
  gap: 8px 14px;
  display: grid;
}

.pm-scope .rtx-db__head {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-fg-subtle);
  padding: 0 0 4px;
  font-size: 10.5px;
  font-weight: 700;
}

.pm-scope .rtx-db__head span:nth-child(n+3) {
  text-align: right;
}

.pm-scope .rtx-db__row {
  border-bottom: 1px dashed #999eab1f;
  border-bottom: 1px dashed lab(65.0842% .243634 -7.51679 / .12);
  padding: 7px 0;
}

.pm-scope .rtx-db__row:last-of-type {
  border-bottom: none;
}

.pm-scope .rtx-db__store {
  color: var(--color-fg);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12.5px;
  font-weight: 700;
  overflow: hidden;
}

.pm-scope .rtx-db__track {
  background: #999eab1a;
  background: lab(65.0842% .243634 -7.51679 / .1);
  border-radius: 999px;
  height: 18px;
  position: relative;
}

.pm-scope .rtx-db__bar {
  background: #939dbe73;
  background: lab(64.85% 1.82554 -18.493 / .45);
  border-radius: 2px;
  height: 4px;
  position: absolute;
  top: 7px;
}

.pm-scope .rtx-db__pt {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 2px var(--color-surface, white);
  border-radius: 50%;
  position: absolute;
  top: 4px;
  transform: translateX(-50%);
}

.pm-scope .rtx-db__tickmark {
  background: var(--color-fg-muted);
  width: 2px;
  height: 14px;
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
}

.pm-scope .rtx-db__val {
  color: var(--color-fg);
  justify-content: flex-end;
  align-items: baseline;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  display: inline-flex;
}

.pm-scope .rtx-db__val--na {
  color: var(--color-fg-subtle);
  font-weight: 400;
}

.pm-scope .rtx-db__mult {
  font-size: 10px;
  font-weight: 700;
}

.pm-scope .rtx-db__axis {
  color: var(--color-fg-subtle);
  justify-content: space-between;
  margin-top: 6px;
  padding-left: calc(min(130px, 28%) + 14px);
  font-size: 10px;
  display: flex;
}

.pm-scope .rtx-db__head, .pm-scope .rtx-db__row {
  grid-template-columns: minmax(130px, 1.1fr) minmax(0, 2fr) minmax(66px, auto) minmax(66px, auto) minmax(66px, auto);
}

.pm-scope .rtx-db__chip {
  border: 1px solid var(--color-border-soft, #999eab2e);
  color: var(--color-fg-subtle);
  vertical-align: 1px;
  border-radius: 999px;
  margin-left: 7px;
  padding: 1px 7px;
  font-size: 9.5px;
  font-weight: 600;
  display: inline-block;
}

@supports (color: lab(0% 0 0)) {
  .pm-scope .rtx-db__chip {
    border: 1px solid var(--color-border-soft, lab(65.0842% .243634 -7.51679 / .18));
  }
}

.pm-scope .rtx-ctx {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 8px;
  display: grid;
}

.pm-scope .rtx-ctx .vkx-store {
  width: auto;
}

.pm-scope .rtx-db .num, .pm-scope .rtx-heat .num, .pm-scope .tpx2-cat .num, .pm-scope .tpx2-chgrp .num, .pm-scope .rtx-matrix .num {
  letter-spacing: 0;
  font-family: inherit;
}

.pm-scope .rtx-db__val {
  font-weight: 650;
}

.pm-scope .rtx-heat__pct {
  font-size: 13px;
  font-weight: 700;
}

.pm-scope .rtx-heat {
  gap: 6px 10px;
  max-width: none;
}

.pm-scope .rtx-heat__cell {
  border-radius: 10px;
  justify-content: center;
  min-height: 44px;
  padding: 8px 6px;
}

.pm-scope .rtx-heat__mult {
  font-size: 10px;
}

.pm-scope .rtx-apart {
  gap: 2px 28px;
  margin-top: 6px;
}

.pm-scope .rtx-db {
  max-width: none;
}

:is(.dark .pm-scope, .pm-scope.dark) .tpx-signal, :is(.dark .pm-scope, .pm-scope.dark) .tpx-tile, :is(.dark .pm-scope, .pm-scope.dark) .tpx-hour, :is(.dark .pm-scope, .pm-scope.dark) .psx-cat, :is(.dark .pm-scope, .pm-scope.dark) .psx-cobrand, :is(.dark .pm-scope, .pm-scope.dark) .sgx-chip, :is(.dark .pm-scope, .pm-scope.dark) .vkx-stat, :is(.dark .pm-scope, .pm-scope.dark) .vkx-store, :is(.dark .pm-scope, .pm-scope.dark) .dgx-pillar, :is(.dark .pm-scope, .pm-scope.dark) .dgx-hair__chip, :is(.dark .pm-scope, .pm-scope.dark) .dgx-housing__size {
  background: var(--pm-glass);
}

:is(.dark .pm-scope, .pm-scope.dark) .psx-wallet {
  background: linear-gradient(135deg, #2f28498c, #20223773);
  background: linear-gradient(135deg, lab(18.024% 10.3117 -20.0491 / .55), lab(13.7525% 4.1651 -14.2833 / .45));
}

:is(.dark .pm-scope, .pm-scope.dark) .dgx-pillar__title {
  color: #c09aff;
  color: lab(70.1018% 30.5249 -46.916);
}

:is(.dark .pm-scope, .pm-scope.dark) .rtx-db__pt {
  box-shadow: 0 0 0 2px #232630;
  box-shadow: 0 0 0 2px lab(15.1877% .517309 -7.39654);
}

:is(.dark .pm-scope, .pm-scope.dark) .dgx-rank__fill {
  background: #7486f942;
  background: lab(58.6508% 17.9196 -60.5543 / .26);
}

