.elementor-10224 .elementor-element.elementor-element-c05f2a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}@media(max-width:1024px){.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for html, class: .elementor-element-1090104 */#pmt-app {
  --paper: #0e0e15;
  --card: #191922;
  --ink: #f1f1f5;
  --ink-soft: #a6a6b4;
  --line: #2b2b37;
  --teal: #8bdd5b;
  --teal-deep: #7bcf48;
  --ochre: #b49cff;
  --ochre-soft: #3a3358;
  --role: #8bdd5b;
  --radius: 16px;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 16px 40px -20px rgba(0, 0, 0, 0.7);
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding: clamp(16px, 4vw, 48px) clamp(14px, 4vw, 24px);
  display: flex;
  justify-content: center;
}
#pmt-app * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#pmt-app .pmt-wrap {
  width: 100%;
  max-width: 820px;
}

#pmt-app .pmt-screen {
  display: none;
  animation: pmt-fade 0.45s ease both;
}
#pmt-app .pmt-screen.is-active {
  display: block;
}
@keyframes pmt-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* intro */
#pmt-app .pmt-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 14px;
}
#pmt-app .pmt-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: #ffffff;
}
#pmt-app .pmt-title em {
  font-style: italic;
  color: var(--teal);
}
#pmt-app .pmt-lead {
  font-size: 1.08rem;
  color: var(--ink-soft);
  max-width: 56ch;
  margin-bottom: 28px;
}
#pmt-app .pmt-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
  list-style: none;
}
#pmt-app .pmt-facts li {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
#pmt-app .pmt-facts b {
  color: var(--ink);
  font-weight: 600;
}

/* buttons */
#pmt-app .pmt-btn {
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 1rem;
  transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
}
#pmt-app .pmt-btn-primary {
  background: var(--teal);
  color: #0e0e15;
  box-shadow: 0 8px 20px -10px var(--teal);
}
#pmt-app .pmt-btn-primary:hover {
  background: var(--teal-deep);
  transform: translateY(-2px);
}
#pmt-app .pmt-btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 12px 24px;
}
#pmt-app .pmt-btn-ghost:hover {
  border-color: var(--teal);
  color: var(--teal);
}
#pmt-app .pmt-btn:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

#pmt-app .pmt-note {
  margin-top: 30px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  border-left: 3px solid var(--ochre-soft);
  padding: 4px 0 4px 16px;
  max-width: 62ch;
}
#pmt-app .pmt-label-h {
  margin-bottom: 0;
}
#pmt-app .pmt-about {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
#pmt-app .pmt-about h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 3.2vw, 1.7rem);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
#pmt-app .pmt-about h2:not(:first-child) {
  margin-top: 34px;
}
#pmt-app .pmt-about p {
  color: var(--ink-soft);
  max-width: 66ch;
  margin-bottom: 14px;
  font-size: 1rem;
}
#pmt-app .pmt-types {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 14px;
}
@media (min-width: 620px) {
  #pmt-app .pmt-types {
    grid-template-columns: 1fr 1fr;
  }
}
#pmt-app .pmt-types h3 {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
#pmt-app .pmt-types ul {
  list-style: none;
}
#pmt-app .pmt-types li {
  font-size: 0.95rem;
  margin-bottom: 6px;
}
#pmt-app .pmt-types li b {
  font-weight: 600;
}
#pmt-app .pmt-types li span {
  color: var(--ink-soft);
}
#pmt-app .pmt-about h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  margin: 22px 0 8px;
}
#pmt-app .pmt-types h3 {
  margin-top: 0;
}
#pmt-app .pmt-faqs {
  margin-top: 16px;
}
#pmt-app .pmt-faq {
  border-top: 1px solid var(--line);
}
#pmt-app .pmt-faq:last-child {
  border-bottom: 1px solid var(--line);
}
#pmt-app .pmt-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
#pmt-app .pmt-faq summary::-webkit-details-marker {
  display: none;
}
#pmt-app .pmt-faq summary h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}
#pmt-app .pmt-faq summary::after {
  content: "+";
  font-size: 1.4rem;
  line-height: 1;
  color: var(--teal);
  flex: 0 0 auto;
}
#pmt-app .pmt-faq[open] summary::after {
  content: "\2212";
}
#pmt-app .pmt-faq-body {
  padding: 0 0 18px;
  color: var(--ink-soft);
  max-width: 70ch;
}
#pmt-app .pmt-faq-body p {
  margin: 0;
}

/* progress */
#pmt-app .pmt-progress-bar {
  position: sticky;
  top: 0;
  z-index: 5;
  background: var(--paper);
  padding: 6px 0 14px;
  margin-bottom: 26px;
}
#pmt-app .pmt-progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
#pmt-app .pmt-progress-meta strong {
  color: var(--ink);
  font-weight: 600;
}
#pmt-app .pmt-track {
  height: 6px;
  background: var(--line);
  border-radius: 999px;
  overflow: hidden;
}
#pmt-app .pmt-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--teal), var(--ochre));
  border-radius: 999px;
  transition: width 0.35s ease;
}

/* single question */
#pmt-app .pmt-qstage {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pmt-app .pmt-q {
  animation: pmt-qin 0.35s ease both;
}
@keyframes pmt-qin {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
#pmt-app .pmt-q.is-out {
  animation: pmt-qout 0.25s ease both;
}
@keyframes pmt-qout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(-16px);
  }
}
#pmt-app .pmt-q-count {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 14px;
}
#pmt-app .pmt-q-text {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 4.5vw, 2.2rem);
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}
#pmt-app .pmt-scale {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 22px);
  max-width: 640px;
  margin: 0 auto;
}
#pmt-app .pmt-side {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
#pmt-app .pmt-lbl-dis {
  color: #5e9784;
}
#pmt-app .pmt-lbl-agr {
  color: #7a64c0;
}
#pmt-app .pmt-opts {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.4vw, 16px);
}
#pmt-app .pmt-opts::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 2px;
  background: var(--line);
  z-index: 0;
}
#pmt-app .pmt-opt {
  position: relative;
  z-index: 1;
}
#pmt-app .pmt-opt input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
#pmt-app .pmt-opt label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--line);
  transition: transform 0.18s ease, background 0.18s ease,
    border-color 0.18s ease, box-shadow 0.18s ease;
}
#pmt-app .pmt-opt label svg {
  width: 46%;
  height: 46%;
  color: #fff;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
#pmt-app .pmt-opt input:checked + label svg {
  opacity: 1;
  transform: scale(1);
}
#pmt-app .pmt-opt input:hover + label {
  transform: scale(1.08);
}
#pmt-app .pmt-opt input:focus-visible + label {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}
#pmt-app .pmt-opt input:checked + label {
  box-shadow: 0 6px 16px -8px rgba(32, 48, 46, 0.4);
}
#pmt-app .pmt-opt.s1 label,
#pmt-app .pmt-opt.s5 label {
  width: 62px;
  height: 62px;
}
#pmt-app .pmt-opt.s2 label,
#pmt-app .pmt-opt.s4 label {
  width: 53px;
  height: 53px;
}
#pmt-app .pmt-opt.s3 label {
  width: 45px;
  height: 45px;
}
#pmt-app .pmt-opt.s1 label {
  border-color: #4fb98c;
}
#pmt-app .pmt-opt.s2 label {
  border-color: #3e7e6c;
}
#pmt-app .pmt-opt.s3 label {
  border-color: #4a4a5a;
}
#pmt-app .pmt-opt.s4 label {
  border-color: #6e5fa8;
}
#pmt-app .pmt-opt.s5 label {
  border-color: #9b87ff;
}
#pmt-app .pmt-opt.s1 input:checked + label {
  background: #4fd1a0;
  border-color: #4fd1a0;
}
#pmt-app .pmt-opt.s2 input:checked + label {
  background: #5fb394;
  border-color: #5fb394;
}
#pmt-app .pmt-opt.s3 input:checked + label {
  background: #7a7a90;
  border-color: #7a7a90;
}
#pmt-app .pmt-opt.s4 input:checked + label {
  background: #8b78d8;
  border-color: #8b78d8;
}
#pmt-app .pmt-opt.s5 input:checked + label {
  background: #9b87ff;
  border-color: #9b87ff;
}
#pmt-app .pmt-ends-m {
  display: none;
}
#pmt-app .pmt-qnav {
  margin-top: 30px;
}
#pmt-app .pmt-back {
  background: none;
  border: none;
  font: inherit;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 8px 0;
  font-weight: 500;
}
#pmt-app .pmt-back:hover {
  color: var(--teal);
}
#pmt-app .pmt-back[hidden] {
  display: none;
}

/* calculating */
#pmt-app .pmt-calc {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#pmt-app .pmt-spinner {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 5px solid #2b2b37;
  border-top-color: var(--teal);
  animation: pmt-spin 1s linear infinite;
  margin-bottom: 24px;
}
@keyframes pmt-spin {
  to {
    transform: rotate(360deg);
  }
}
#pmt-app .pmt-calc-label {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
}
#pmt-app .pmt-calc-dots::after {
  content: "";
  animation: pmt-dots 1.4s steps(4, end) infinite;
}
@keyframes pmt-dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
#pmt-app .pmt-calc-sub {
  color: var(--ink-soft);
  margin-top: 10px;
  font-size: 0.95rem;
}

/* result header */
#pmt-app .pmt-result[data-role] {
  --teal: var(--role);
}
#pmt-app .pmt-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  padding: clamp(26px, 4.5vw, 46px);
  margin-bottom: 38px;
  background: radial-gradient(
      130% 150% at 100% 0%,
      color-mix(in srgb, var(--role) 26%, transparent),
      transparent 58%
    ),
    linear-gradient(180deg, #1c1c26, #141420);
}
#pmt-app .pmt-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
@media (min-width: 640px) {
  #pmt-app .pmt-hero-grid {
    grid-template-columns: 1fr 220px;
  }
}
#pmt-app .pmt-hero-eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--role);
  font-weight: 600;
  margin-bottom: 12px;
}
#pmt-app .pmt-hero-name {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 5.5vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #ffffff;
}
#pmt-app .pmt-hero-code {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--role);
  font-weight: 600;
  border: 1px solid;
  border-color: color-mix(in srgb, var(--role) 32%, transparent);
  border-radius: 999px;
  padding: 5px 14px;
}
#pmt-app .pmt-hero-tag {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink);
  margin-top: 18px;
  max-width: 48ch;
}
#pmt-app .pmt-hero-lead {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  max-width: 52ch;
}
#pmt-app .pmt-hero .pmt-portrait {
  margin: 0 auto;
}

/* editorial section labels */
#pmt-app .pmt-label {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ochre);
  font-weight: 600;
  margin-bottom: 16px;
}
#pmt-app .pmt-sec-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 3.4vw, 1.75rem);
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  color: #ffffff;
}

/* at a glance */
#pmt-app .pmt-glance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 20px;
}
@media (min-width: 680px) {
  #pmt-app .pmt-glance {
    grid-template-columns: repeat(4, 1fr);
  }
}
#pmt-app .pmt-glance-k {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
  margin-bottom: 6px;
}
#pmt-app .pmt-glance-v {
  font-weight: 600;
  font-size: 1.02rem;
  margin-bottom: 4px;
}
#pmt-app .pmt-glance-d {
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.4;
}

/* stands out pull quote */
#pmt-app .pmt-quote {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.3rem, 3.2vw, 1.7rem);
  line-height: 1.3;
  color: var(--ink);
  border-left: 3px solid var(--role);
  padding-left: 20px;
  max-width: 40ch;
}

/* type images (with graceful placeholder until files are added) */
#pmt-app .pmt-portrait {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 24px;
  overflow: hidden;
  background: color-mix(in srgb, var(--role) 16%, #191922);
  border: 1px solid var(--line);
}
#pmt-app .pmt-portrait .pmt-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pmt-app .pmt-portrait .pmt-ph svg {
  width: 96px;
  height: 96px;
}
#pmt-app .pmt-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#pmt-app .pmt-portrait img.is-ready {
  opacity: 1;
}
#pmt-app .pmt-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
  background: color-mix(in srgb, var(--rc, var(--role)) 16%, #191922);
  border: 1px solid var(--line);
  margin-bottom: 22px;
}
#pmt-app .pmt-figure .pmt-ph {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--rc, var(--role));
}
#pmt-app .pmt-ph-code {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#pmt-app .pmt-ph-tag {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
}
#pmt-app .pmt-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#pmt-app .pmt-figure img.is-ready {
  opacity: 1;
}

/* result sections */
#pmt-app .pmt-section {
  margin-bottom: 46px;
  animation: pmt-fade 0.5s ease both;
}
#pmt-app .pmt-prose p {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1.05rem;
}
#pmt-app .pmt-prose p:last-child {
  margin-bottom: 0;
}

/* trait bars (center-origin, editorial) */
#pmt-app .pmt-bar {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
#pmt-app .pmt-bar:first-child {
  padding-top: 0;
}
#pmt-app .pmt-bar-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
#pmt-app .pmt-bar-name {
  font-weight: 600;
  font-size: 1.05rem;
}
#pmt-app .pmt-bar-score {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--role);
  white-space: nowrap;
}
#pmt-app .pmt-bar-score small {
  font-size: 0.82rem;
  color: var(--ink-soft);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}
#pmt-app .pmt-bar-track {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: #24242f;
  margin: 12px 0 8px;
}
#pmt-app .pmt-bar-mid {
  position: absolute;
  left: 50%;
  top: -3px;
  bottom: -3px;
  width: 1px;
  background: color-mix(in srgb, var(--ink) 18%, transparent);
}
#pmt-app .pmt-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 999px;
  width: 0;
  transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}
#pmt-app .pmt-bar-ends {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--ink-soft);
}
#pmt-app .pmt-bar-note {
  margin-top: 8px;
  font-size: 0.94rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

/* science / references */
#pmt-app .pmt-science {
  background: color-mix(in srgb, var(--role) 8%, #191922);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 32px);
}
#pmt-app .pmt-science .pmt-prose p {
  font-size: 1rem;
}
#pmt-app .pmt-refs {
  margin-top: 18px;
  border-top: 1px solid var(--line);
}
#pmt-app .pmt-refs summary {
  cursor: pointer;
  padding-top: 16px;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ochre);
  font-weight: 600;
  list-style: none;
}
#pmt-app .pmt-refs summary::-webkit-details-marker {
  display: none;
}
#pmt-app .pmt-refs ol {
  margin: 14px 0 0 18px;
  padding: 0;
}
#pmt-app .pmt-refs li {
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 10px;
}
#pmt-app .pmt-refs i {
  color: var(--ink);
}

/* famous people */
#pmt-app .pmt-people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
@media (min-width: 620px) {
  #pmt-app .pmt-people {
    grid-template-columns: repeat(3, 1fr);
  }
}
#pmt-app .pmt-person {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  position: relative;
  padding-left: 18px;
}
#pmt-app .pmt-person::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 999px;
  background: var(--role);
}
#pmt-app .pmt-person-n {
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.25;
}
#pmt-app .pmt-person-t {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 3px;
}
#pmt-app .pmt-people-note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  font-style: italic;
}

/* strengths / growth grids */
#pmt-app .pmt-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 560px) {
  #pmt-app .pmt-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
  }
}
#pmt-app .pmt-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
#pmt-app .pmt-item .pmt-ic {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
#pmt-app .pmt-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
  color: #ffffff;
}
#pmt-app .pmt-item p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

/* career chips */
#pmt-app .pmt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
#pmt-app .pmt-chip {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 500;
}
#pmt-app .pmt-chip::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--role);
  margin-right: 8px;
  vertical-align: middle;
}

#pmt-app .pmt-divider {
  height: 1px;
  background: var(--line);
  border: none;
  margin: 0 0 44px;
}
#pmt-app .pmt-result-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

@media (max-width: 560px) {
  #pmt-app .pmt-side {
    display: none;
  }
  #pmt-app .pmt-ends-m {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin: 16px auto 0;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
  }
  #pmt-app .pmt-opt.s1 label,
  #pmt-app .pmt-opt.s5 label {
    width: 56px;
    height: 56px;
  }
  #pmt-app .pmt-opt.s2 label,
  #pmt-app .pmt-opt.s4 label {
    width: 48px;
    height: 48px;
  }
  #pmt-app .pmt-opt.s3 label {
    width: 40px;
    height: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #pmt-app *,
  #pmt-app .pmt-screen,
  #pmt-app .pmt-q,
  #pmt-app .pmt-section {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */