/* PM Nexus Grow consolidated CSS v2.2.8.15 - unified teal system */

:root{
  --grow-teal:#0F6E56;
  --grow-teal-md:#1D9E75;
  --grow-teal-md-dark:#0F6E56;
  --grow-teal-bg:#E1F5EE;
  --grow-text:#0F172A;
  --grow-text-md:#334155;
  --grow-muted:#64748B;
  --grow-bg:var(--grow-soft);
  --grow-surface:#FFFFFF;
  --grow-border:#E2E8F0;
  --grow-line:#E2E8F0;
  --grow-radius:18px;
  --grow-shadow:0 22px 54px rgba(15,23,42,.10);
  --grow-shadow-card:0 18px 44px rgba(15,23,42,.08);
  --grow-shadow-soft:0 10px 28px rgba(15,23,42,.06);
  --grow-sticky-top:54px;
  --grow-subnav-top:54px;
  --grow-mobile-gutter:16px;
}
.pmnx-grow-page,.pmnx-grow-standalone{
  background:
    radial-gradient(circle at top left, rgba(15,110,86,.07), transparent 28%),
    radial-gradient(circle at top right, rgba(29,158,117,.06), transparent 24%),
    linear-gradient(180deg,#fbfcfe 0,#f6f8fc 100%);
}
.pmnx-grow-stage{max-width:1240px;margin:0 auto;padding:0 24px 44px}
.pmnx-grow-page>*{position:relative;z-index:1}
.pmnx-grow-page>section{margin:0 0 18px}
.pmnx-grow-page>section:nth-of-type(2),
.pmnx-grow-page>section:nth-of-type(3),
.pmnx-grow-page>section:nth-of-type(4),
.pmnx-grow-page>section:nth-of-type(5){
  position:relative;
  padding:18px;
  border-radius:32px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.44));
  border:1px solid rgba(148,163,184,.12);
  box-shadow:0 10px 24px rgba(15,23,42,.035);
  overflow:hidden;
}
.pmnx-grow-page>section:nth-of-type(2):before,
.pmnx-grow-page>section:nth-of-type(3):before,
.pmnx-grow-page>section:nth-of-type(4):before,
.pmnx-grow-page>section:nth-of-type(5):before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:32px 0 0 32px;
}
.pmnx-grow-page>section:nth-of-type(2):before{background:linear-gradient(180deg,var(--grow-teal),var(--grow-teal-md))}
.pmnx-grow-page>section:nth-of-type(3):before{background:linear-gradient(180deg,#14b8a6,var(--grow-teal-md))}
.pmnx-grow-page>section:nth-of-type(4):before{background:linear-gradient(180deg,var(--grow-teal),var(--grow-teal-md))}
.pmnx-grow-page>section:nth-of-type(5):before{background:linear-gradient(180deg,#0f172a,var(--grow-teal-md))}
.pmnx-grow-page>section:nth-of-type(2):after,
.pmnx-grow-page>section:nth-of-type(3):after,
.pmnx-grow-page>section:nth-of-type(4):after,
.pmnx-grow-page>section:nth-of-type(5):after{
  content:"";position:absolute;right:-60px;top:-60px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle, rgba(15,110,86,.10) 0, rgba(15,110,86,0) 68%);pointer-events:none;
}
.pmnx-grow-fallback-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;padding:28px 0 18px}
.pmnx-grow-kicker,.pmnx-grow-eyebrow{display:inline-flex;align-items:center;gap:10px;font:800 11px/1 Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--grow-teal-md-dark)}
.pmnx-grow-fallback-header h1,.pmnx-grow-hero h1,.pmnx-grow-pagehead h1{margin:10px 0 8px;font:800 clamp(28px,3.6vw,44px)/1.08 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.045em;color:var(--grow-text)}
.pmnx-grow-fallback-header p,.pmnx-grow-hero p,.pmnx-grow-pagehead p{margin:0;max-width:760px;font:500 15px/1.7 Inter,sans-serif;color:var(--grow-muted)}
.pmnx-grow-fallback-cta,.pmnx-grow-button{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 18px;border-radius:14px;border:1px solid transparent;background:linear-gradient(135deg,var(--grow-teal-md),var(--grow-teal-md-dark));color:#fff;text-decoration:none;font:700 14px/1 Inter,sans-serif;box-shadow:0 14px 28px rgba(15,110,86,.20);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.pmnx-grow-fallback-cta:hover,.pmnx-grow-button:hover{transform:translateY(-2px);box-shadow:0 18px 32px rgba(15,110,86,.24)}
.pmnx-grow-button--ghost{background:rgba(255,255,255,.86);color:var(--grow-text);border-color:rgba(148,163,184,.22);box-shadow:0 8px 20px rgba(15,23,42,.04)}
.pmnx-grow-subnav{position:sticky;top:var(--grow-sticky-top,72px);z-index:5;display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding:8px 0 10px;margin:0 0 16px;background:#f6f8fc;border-bottom:1px solid rgba(148,163,184,.16);scrollbar-width:none;isolation:isolate} .pmnx-grow-subnav::-webkit-scrollbar{display:none}
.pmnx-grow-subnav.is-scrollable:after{content:'›';position:sticky;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--grow-teal-md-dark);font:700 18px/1 Inter,sans-serif;box-shadow:0 6px 18px rgba(15,23,42,.08);margin-left:-8px;pointer-events:none}
.pmnx-grow-subnav.is-nav-end:after{display:none}
.pmnx-grow-subnav-link{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:14px;color:#1f2937;text-decoration:none;font:700 14px/1 Inter,sans-serif;box-shadow:0 8px 24px rgba(15,23,42,.04);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;white-space:nowrap;flex:0 0 auto}
.pmnx-grow-subnav-link:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.07)}
.pmnx-grow-subnav-link em{display:inline-flex;padding:4px 8px;border-radius:999px;background:var(--grow-teal-bg);color:var(--grow-teal-md-dark);font:800 11px/1 Inter,sans-serif;font-style:normal}.pmnx-grow-subnav-link.is-current{background:linear-gradient(135deg,#fff, #f7f9ff);border-color:rgba(15,110,86,.28);color:var(--grow-teal-md-dark);box-shadow:0 12px 28px rgba(15,110,86,.12)}
.pmnx-grow-subnav-link.is-locked{opacity:.92}
.pmnx-grow-hero,.pmnx-grow-pagehead{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;padding:18px 0 8px}
.pmnx-grow-hero{position:relative;padding:30px 30px 26px;border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(248,250,255,.88));border:1px solid rgba(148,163,184,.16);box-shadow:var(--grow-shadow);overflow:hidden}
.pmnx-grow-hero:before{content:"";position:absolute;inset:auto -80px -80px auto;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(15,110,86,.16),rgba(15,110,86,0) 65%)}
.pmnx-grow-hero:after{content:"";position:absolute;left:-90px;top:-110px;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle,rgba(29,158,117,.10),rgba(29,158,117,0) 68%)}
.pmnx-grow-hero-copy,.pmnx-grow-hero-status{position:relative;z-index:1}
.pmnx-grow-hero-status{display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.pmnx-grow-status-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:var(--grow-shadow-soft);font:700 13px/1 Inter,sans-serif;color:#1f2937}
.pmnx-grow-status-dot{width:9px;height:9px;border-radius:999px;background:linear-gradient(135deg,#22c55e,#14b8a6);box-shadow:0 0 0 4px rgba(34,197,94,.12)}.pmnx-grow-status-label{font:700 12px/1 Inter,sans-serif;color:var(--grow-muted)}
.pmnx-grow-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0}.pmnx-grow-card{position:relative;background:linear-gradient(180deg,#fff, #fcfdff);border:1px solid rgba(148,163,184,.18);border-radius:var(--grow-radius);padding:22px;box-shadow:var(--grow-shadow-card);transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;overflow:hidden}.pmnx-grow-card:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,rgba(15,110,86,.22),rgba(15,110,86,0));border-radius:24px 24px 0 0}.pmnx-grow-card:after{content:"";position:absolute;right:-30px;top:-30px;width:110px;height:110px;border-radius:999px;background:radial-gradient(circle,rgba(15,110,86,.08),rgba(15,110,86,0) 68%);pointer-events:none}
.pmnx-grow-card:hover{transform:translateY(-3px);box-shadow:0 22px 40px rgba(15,23,42,.08);border-color:rgba(15,110,86,.18)}
.pmnx-grow-metric{min-height:184px;display:flex;flex-direction:column}
.pmnx-grow-metric-grid .pmnx-grow-card:nth-child(1){background:linear-gradient(180deg,#fff,#fbfcff)}
.pmnx-grow-metric-grid .pmnx-grow-card:nth-child(2){background:linear-gradient(180deg,#fff,#faf9ff)}
.pmnx-grow-metric-grid .pmnx-grow-card:nth-child(3){background:linear-gradient(180deg,#ffffff,#f5f8ff)}
.pmnx-grow-metric-grid .pmnx-grow-card:nth-child(4){background:linear-gradient(180deg,#fff,#f8fdfa)}
.pmnx-grow-metric-head{margin-bottom:18px}.pmnx-grow-metric-value{font:800 34px/1.02 Inter,sans-serif;letter-spacing:-.04em;color:var(--grow-text)}.pmnx-grow-metric-label{margin-top:10px;font:700 14px/1.2 Inter,sans-serif;color:#111827}.pmnx-grow-metric-meta{margin-top:10px;font:500 13px/1.5 Inter,sans-serif;color:var(--grow-muted)}.pmnx-grow-tone-accent{background:linear-gradient(180deg,#fff,#f7f8ff)}
.pmnx-grow-grid-2{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;padding:0}.pmnx-grow-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.pmnx-grow-card-head h2{display:flex;align-items:center;gap:10px;margin:0;font:800 18px/1.15 Inter,sans-serif;color:var(--grow-text)}.pmnx-grow-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--grow-teal-bg);color:var(--grow-teal-md-dark);font:800 11px/1 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.pmnx-grow-feature-title{font:800 24px/1.08 Inter,sans-serif;letter-spacing:-.03em;color:var(--grow-text);margin-bottom:8px}.pmnx-grow-feature-copy{margin:0 0 14px;font:500 14px/1.7 Inter,sans-serif;color:var(--grow-muted)}.pmnx-grow-progressline{height:10px;border-radius:999px;background:#edf2f7;overflow:hidden;margin:12px 0 8px}.pmnx-grow-progressline span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--grow-teal-md),var(--grow-teal-md))}.pmnx-grow-progressline--accent span{background:linear-gradient(90deg,#22c55e,#14b8a6)}.pmnx-grow-inline-meta{font:600 13px/1.5 Inter,sans-serif;color:var(--grow-muted);margin-bottom:14px}.pmnx-grow-mini-list{margin:0 0 18px;padding:0 0 0 18px;color:var(--grow-muted);font:500 14px/1.7 Inter,sans-serif}.pmnx-grow-empty{padding:18px;border-radius:18px;background:#f8fafc;color:var(--grow-muted);font:600 14px/1.6 Inter,sans-serif;margin-bottom:14px}
.pmnx-grow-pdu-big{font:800 40px/1 Inter,sans-serif;letter-spacing:-.05em;color:var(--grow-text)}.pmnx-grow-pdu-big small{font-size:16px;color:var(--grow-muted);font-weight:700}.pmnx-grow-callout{padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#f0faf7,var(--grow-teal-bg));border:1px solid rgba(15,110,86,.12);font:600 14px/1.6 Inter,sans-serif;color:#334155;margin-top:14px}.pmnx-grow-locked-teaser{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;background:#0f172a;color:#e2e8f0;margin-top:16px}.pmnx-grow-locked-teaser strong{display:block;margin-bottom:4px}.pmnx-grow-locked-teaser span{display:block;font:500 13px/1.55 Inter,sans-serif;color:#cbd5e1}
.pmnx-grow-timeline{display:flex;flex-direction:column;gap:12px}.pmnx-grow-timeline-item{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:center;padding:12px;border-radius:18px;background:#f8fafc;border:1px solid rgba(148,163,184,.14)}.pmnx-grow-timeline-item strong,.pmnx-grow-process-row strong,.pmnx-grow-bar-meta strong{display:block;font:700 14px/1.3 Inter,sans-serif;color:#111827}.pmnx-grow-timeline-item span,.pmnx-grow-process-row span,.pmnx-grow-bar-meta span{display:block;font:500 13px/1.5 Inter,sans-serif;color:var(--grow-muted)}.pmnx-grow-timeline-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:16px;background:#fff;border:1px solid rgba(148,163,184,.16)}
.pmnx-grow-achievements{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pmnx-grow-achievement{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px 12px;border-radius:20px;background:linear-gradient(180deg,#f8fafc,#ffffff);border:1px solid rgba(148,163,184,.14);text-align:center;font:700 13px/1.4 Inter,sans-serif;color:#111827;min-height:136px}.pmnx-grow-achievement.is-locked{opacity:.92}.pmnx-grow-upgrade-card p{margin:0 0 18px;font:500 14px/1.75 Inter,sans-serif;color:var(--grow-muted)}.pmnx-grow-actions{display:flex;gap:10px;flex-wrap:wrap}
.pmnx-grow-process-list,.pmnx-grow-bars{display:flex;flex-direction:column;gap:12px}.pmnx-grow-process-row{display:grid;grid-template-columns:minmax(0,1fr) 140px auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(148,163,184,.12)}.pmnx-grow-process-row:last-child{border-bottom:0;padding-bottom:0}.pmnx-grow-process-progress{height:8px;border-radius:999px;background:#edf2f7;overflow:hidden}.pmnx-grow-process-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--grow-teal-md),var(--grow-teal-md))}.pmnx-grow-process-row em{font:800 12px/1 Inter,sans-serif;color:var(--grow-teal-md-dark);font-style:normal}
.pmnx-grow-bar-row{display:flex;flex-direction:column;gap:8px}.pmnx-grow-bar-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}
.pmnx-grow-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px}.pmnx-grow-icon svg{width:22px;height:22px;display:block}
@media (max-width:1100px){.pmnx-grow-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pmnx-grow-grid-2{grid-template-columns:1fr}.pmnx-grow-achievements{grid-template-columns:1fr 1fr 1fr}.pmnx-grow-subnav{top:66px}}
@media (max-width:782px){.pmnx-grow-stage{padding:0 16px 28px}.pmnx-grow-page>section:nth-of-type(2),.pmnx-grow-page>section:nth-of-type(3),.pmnx-grow-page>section:nth-of-type(4),.pmnx-grow-page>section:nth-of-type(5){padding:14px 14px 16px;border-radius:26px}.pmnx-grow-hero,.pmnx-grow-pagehead,.pmnx-grow-fallback-header{flex-direction:column;align-items:flex-start}.pmnx-grow-hero{padding:24px 20px 22px;border-radius:28px}.pmnx-grow-hero-status{align-items:flex-start}.pmnx-grow-subnav{position:relative;top:auto;display:grid;grid-template-columns:1fr;padding:12px 0 16px;background:none;backdrop-filter:none}.pmnx-grow-subnav-link{justify-content:space-between}.pmnx-grow-metric-grid{grid-template-columns:1fr}.pmnx-grow-card{padding:18px;border-radius:22px}.pmnx-grow-feature-title{font-size:22px}.pmnx-grow-achievements{grid-template-columns:1fr}.pmnx-grow-process-row{grid-template-columns:1fr;gap:8px}.pmnx-grow-actions{display:grid;grid-template-columns:1fr}.pmnx-grow-button,.pmnx-grow-fallback-cta{width:100%}.pmnx-grow-locked-teaser{flex-direction:column;align-items:flex-start}.pmnx-grow-card-head{align-items:flex-start;flex-direction:column}.pmnx-grow-card-head h2{font-size:17px}}

.pmnx-grow-hero{padding:34px 34px 30px;border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(246,248,255,.86));box-shadow:0 28px 64px rgba(15,23,42,.11)}
.pmnx-grow-hero-copy{max-width:760px}
.pmnx-grow-hero p{font-size:16px;max-width:690px}
.pmnx-grow-hero-spotlight{margin-top:18px;display:inline-flex;flex-direction:column;gap:6px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,rgba(15,110,86,.08),rgba(29,158,117,.06));border:1px solid rgba(15,110,86,.14);box-shadow:0 14px 30px rgba(15,110,86,.08)}
.pmnx-grow-hero-spotlight strong{font:800 16px/1.15 Inter,sans-serif;color:#111827;letter-spacing:-.02em}
.pmnx-grow-hero-spotlight span{font:600 13px/1.45 Inter,sans-serif;color:var(--grow-muted)}
.pmnx-grow-hero-ribbon{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.pmnx-grow-ribbon-chip{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid rgba(148,163,184,.16);box-shadow:0 8px 18px rgba(15,23,42,.04)}
.pmnx-grow-ribbon-k{font:800 10px/1 Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--grow-teal-md)}
.pmnx-grow-ribbon-chip strong{font:700 13px/1.35 Inter,sans-serif;color:#0f172a}
.pmnx-grow-hero-sidecard{margin-top:6px;display:flex;flex-direction:column;gap:6px;min-width:240px;padding:16px 18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,250,255,.88));border:1px solid rgba(148,163,184,.18);box-shadow:0 18px 34px rgba(15,23,42,.08)}
.pmnx-grow-hero-sidecard span{font:800 10px/1 Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--grow-teal-md)}
.pmnx-grow-hero-sidecard strong{font:800 18px/1.15 Inter,sans-serif;color:#111827;letter-spacing:-.03em}
.pmnx-grow-hero-sidecard em{font:600 13px/1.4 Inter,sans-serif;color:#64748b;font-style:normal}
.pmnx-grow-metric-grid{gap:18px}
.pmnx-grow-metric{min-height:198px;padding-top:24px}
.pmnx-grow-metric-head{display:flex;align-items:center;justify-content:space-between}
.pmnx-grow-metric-label{margin-top:12px}
.pmnx-grow-metric-meta{margin-top:auto;padding-top:16px;position:relative}
.pmnx-grow-metric-meta:before{content:"";position:absolute;left:0;top:0;width:56px;height:1px;background:linear-gradient(90deg,rgba(15,110,86,.25),rgba(15,110,86,0))}
.pmnx-grow-metric-grid .pmnx-grow-card:nth-child(3){border-color:rgba(15,110,86,.22);box-shadow:0 24px 48px rgba(15,110,86,.12)}
.pmnx-grow-grid-2{gap:18px}
.pmnx-grow-feature{min-height:360px}
.pmnx-grow-feature-title{max-width:640px}
.pmnx-grow-signal{display:flex;flex-direction:column;gap:6px;margin:12px 0 14px;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(15,23,42,.035),rgba(15,23,42,.015));border:1px solid rgba(148,163,184,.14)}
.pmnx-grow-signal span{font:800 10px/1 Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--grow-teal-md)}
.pmnx-grow-signal strong{font:700 14px/1.5 Inter,sans-serif;color:#111827}

.pmnx-grow-pdu-card{background:linear-gradient(180deg,#fff,#f7f9ff);border-color:rgba(15,110,86,.20);box-shadow:0 24px 48px rgba(15,110,86,.09)}
.pmnx-grow-pdu-bridge{margin-top:14px;padding:15px 16px;border-radius:18px;background:linear-gradient(135deg,rgba(15,110,86,.10),rgba(29,158,117,.08));border:1px solid rgba(15,110,86,.16)}
.pmnx-grow-pdu-bridge span{display:block;font:800 10px/1 Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--grow-teal);margin-bottom:6px}
.pmnx-grow-pdu-bridge strong{font:700 14px/1.5 Inter,sans-serif;color:#111827}
.pmnx-grow-timeline{position:relative;padding-left:8px}
.pmnx-grow-timeline:before{content:"";position:absolute;left:18px;top:8px;bottom:8px;width:1px;background:linear-gradient(180deg,rgba(15,110,86,.28),rgba(15,110,86,0))}
.pmnx-grow-timeline-item{position:relative;padding-left:56px;padding-bottom:16px}
.pmnx-grow-timeline-item:last-child{padding-bottom:0}
.pmnx-grow-timeline-icon{position:absolute;left:0;top:0;width:38px;height:38px;border-radius:14px;background:linear-gradient(180deg,#fff,#f0faf7);box-shadow:0 10px 20px rgba(15,23,42,.06);display:flex;align-items:center;justify-content:center}
.pmnx-grow-achievements{gap:14px}
.pmnx-grow-achievement{min-height:88px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(247,249,255,.9));border:1px solid rgba(148,163,184,.16);box-shadow:0 14px 28px rgba(15,23,42,.05)}
.pmnx-grow-upgrade-card{background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(244,247,255,.92))}
.pmnx-grow-upgrade-card p{font:500 14px/1.7 Inter,sans-serif;color:#64748b;margin:0 0 16px}
@media (max-width: 900px){
  .pmnx-grow-hero{padding:24px 22px 22px}
  .pmnx-grow-hero-ribbon{display:grid;grid-template-columns:1fr;gap:10px}
  .pmnx-grow-hero-sidecard{min-width:0;width:100%}
  .pmnx-grow-feature{min-height:auto}
}

.pmnx-grow-subnav{top:54px;z-index:90;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(226,232,240,.9);box-shadow:0 10px 24px rgba(15,23,42,.04)}
.admin-bar .pmnx-grow-subnav{top:86px}
.pmnx-grow-subnav:before{content:"";position:absolute;left:-24px;right:-24px;top:0;bottom:0;background:rgba(255,255,255,.98);z-index:-1;border-bottom:1px solid rgba(226,232,240,.9)}
.pmnx-grow-timeline-item{display:block;min-height:72px;padding:12px 14px 12px 56px}
.pmnx-grow-timeline-item > div:last-child{display:block;min-width:0}
.pmnx-grow-timeline-item strong,.pmnx-grow-timeline-item span{max-width:none;word-break:normal;overflow-wrap:anywhere}
.pmnx-grow-timeline-item span{margin-top:4px}
.pmnx-grow-card-head h2 .pmnx-grow-icon{margin-right:10px}
.pmnx-grow-pagehead{padding-top:8px}
@media (max-width:782px){
  .pmnx-grow-subnav{position:sticky;top:54px;padding:10px 0 12px;background:rgba(249,250,251,.98);border-bottom:1px solid rgba(226,232,240,.9)}
  .admin-bar .pmnx-grow-subnav{top:46px}
  .pmnx-grow-subnav:before{left:-16px;right:-16px}
  .pmnx-grow-timeline-item{padding-left:52px}
}

.pmnx-grow-subnav{top:var(--grow-sticky-top)}.admin-bar .pmnx-grow-subnav{top:var(--grow-sticky-top)}
@media (max-width:782px){.pmnx-grow-subnav{top:var(--grow-sticky-top)}.admin-bar .pmnx-grow-subnav{top:var(--grow-sticky-top)}}


.pmnx-grow-subnav{position:sticky;top:var(--grow-sticky-top);z-index:950;background:rgba(246,248,252,.98);backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.9);padding-top:14px;padding-bottom:14px;margin-bottom:6px}
@media (max-width:782px){.pmnx-grow-subnav{padding-top:10px;padding-bottom:10px}}


.pmnx-grow-subnav{position:sticky;top:var(--grow-sticky-top);z-index:1000;display:flex;gap:10px;flex-wrap:wrap;padding:10px 0 12px;margin:0 0 10px;background:#f8fafc;backdrop-filter:none;border-bottom:1px solid rgba(226,232,240,1);box-shadow:0 8px 18px rgba(15,23,42,.05)}
.pmnx-grow-subnav:before{display:none;content:none}
.pmnx-grow-subnav-link{background:#fff}
@media (max-width:782px){.pmnx-grow-subnav{padding:10px 0 12px;background:#f8fafc}}

@media (max-width: 767px){
  .pmnx-grow-stage{padding:0 14px 28px}
  .pmnx-grow-subnav{top:var(--grow-sticky-top,64px);padding:8px 0 10px;margin:0 0 12px;background:#f6f8fc;box-shadow:0 1px 0 rgba(148,163,184,.14)}
  .pmnx-grow-subnav-link{padding:11px 14px;border-radius:15px}
}


.pmnx-grow-subnav{position:sticky;top:calc(var(--grow-sticky-top) - 1px);z-index:50;display:flex;flex-wrap:nowrap;align-items:center;gap:10px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:10px 0 10px;margin:0 0 14px;background:rgba(248,250,252,.98);backdrop-filter:blur(12px);border-top:1px solid rgba(226,232,240,.92);border-bottom:1px solid rgba(226,232,240,.92);box-shadow:0 8px 20px rgba(15,23,42,.04)}
.pmnx-grow-subnav::-webkit-scrollbar{display:none}
.pmnx-grow-subnav:before{display:none;content:none}
.pmnx-grow-subnav-link{flex:0 0 auto;white-space:nowrap}
.pmnx-grow-subnav.is-scrollable{position:sticky}
.pmnx-grow-subnav.is-scrollable::after,.pmnx-grow-subnav.is-scrollable::before{content:"";position:absolute;top:8px;bottom:8px;width:28px;pointer-events:none;z-index:1;transition:opacity .18s ease}
.pmnx-grow-subnav.is-scrollable::before{left:0;background:linear-gradient(90deg,rgba(248,250,252,.98) 30%,rgba(248,250,252,0));opacity:0}
.pmnx-grow-subnav.is-scrollable::after{right:0;background:linear-gradient(270deg,rgba(248,250,252,.98) 34%,rgba(248,250,252,0));opacity:1}
.pmnx-grow-subnav.is-scrollable:not(.is-nav-start)::before{opacity:1}
.pmnx-grow-subnav.is-scrollable.is-nav-end::after{opacity:0}

@media (max-width: 767px){
  .pmnx-grow-stage{padding:0 14px 28px}
  .pmnx-grow-subnav{top:calc(var(--grow-sticky-top) - 1px);margin:-1px -14px 12px;padding:8px 14px 8px;border-radius:0;gap:8px;box-shadow:0 10px 24px rgba(15,23,42,.06)}
  .pmnx-grow-subnav-link{padding:10px 14px;border-radius:15px}
}

@media (min-width: 768px){
  .pmnx-grow-subnav{z-index:40}
}

.pmnx-shell-header,.pmnx-shell > header,.pmnx-site-header,.pmnx-header,.site-header,.app-header,header[role="banner"]{position:relative;z-index:40}
.pmnx-grow-subnav{backdrop-filter:none}
@media (max-width: 767px){
  .pmnx-grow-stage{padding:0 16px 32px}
  .pmnx-grow-subnav{gap:6px;padding:6px 0 8px;margin:0 -16px 10px;padding-left:16px;padding-right:16px;background:#fff;border-bottom:1px solid rgba(148,163,184,.18);box-shadow:0 8px 18px rgba(15,23,42,.05)}
  .pmnx-grow-subnav-link{padding:10px 4px 10px;font:700 13px/1 Inter,sans-serif;background:transparent;border:none;box-shadow:none;border-radius:0;color:#475569}
  .pmnx-grow-subnav-link:hover{transform:none;box-shadow:none;color:var(--grow-teal-md-dark)}
  .pmnx-grow-subnav-link svg,.pmnx-grow-subnav-link em{display:none}
  .pmnx-grow-subnav-link span{display:inline-block;position:relative;padding:0 2px 8px}
  .pmnx-grow-subnav-link.is-current{background:transparent;border:none;box-shadow:none;color:var(--grow-teal-md-dark)}
  .pmnx-grow-subnav-link.is-current span:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--grow-teal-md),var(--grow-teal-md))}
  .pmnx-grow-subnav.is-scrollable:after{right:12px;background:#fff}
}

#wpadminbar{
  z-index:99999;
}
.pmnx-shell-header,
.pmnx-shell-header *{
  z-index:auto;
}
.pmnx-shell-header{
  z-index:1000;
}
.pmnx-grow-subnav{
  position:sticky;
  top:var(--grow-subnav-top);
  z-index:20;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
  overflow-x:auto;
  overflow-y:visible;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  margin:0 0 16px;
  padding:10px 0;
  background:#f8fafc;
  border-top:1px solid rgba(226,232,240,.9);
  border-bottom:1px solid rgba(226,232,240,.9);
  box-shadow:0 1px 0 rgba(148,163,184,.08);
  backdrop-filter:none;
}
.pmnx-grow-subnav::-webkit-scrollbar{display:none}
.pmnx-grow-subnav::before,
.pmnx-grow-subnav::after{
  content:none;
}
.pmnx-grow-subnav-link{
  flex:0 0 auto;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:0;
  background:transparent;
  box-shadow:none;
}
.pmnx-grow-subnav-link.is-current{
  background:rgba(79,70,229,.08);
  color:var(--grow-teal);
}
.pmnx-grow-subnav-link em{display:inline-flex}

/* keep core flyouts above sticky grow nav */
.pmnx-nav-group,
.pmnx-nav-flyout,
.pmnx-nav-group.is-open .pmnx-nav-flyout{
  z-index:2005;
}

/* mobile: process-page-like strip */
@media (max-width: 767px){
  .pmnx-grow-stage,
  .pmnx-shell-container{
    --grow-mobile-gutter:16px;
  }
  .pmnx-grow-subnav{
    gap:6px;
    margin:0 calc(-1 * var(--grow-mobile-gutter)) 12px;
    padding:8px var(--grow-mobile-gutter);
    border-radius:0;
    background:#f8fafc;
    box-shadow:0 1px 0 rgba(148,163,184,.08);
  }
  .pmnx-grow-subnav-link{
    padding:10px 12px;
    font:700 13px/1 Inter,sans-serif;
    color:#475569;
    border-radius:999px;
    background:transparent;
  }
  .pmnx-grow-subnav-link svg,
  .pmnx-grow-subnav-link em{
    display:none;
  }
  .pmnx-grow-subnav-link.is-current{
    background:rgba(79,70,229,.08);
    color:var(--grow-teal);
  }
  .pmnx-grow-subnav.is-scrollable::after{
    content:"→";
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
    font-size:15px;
    font-weight:700;
    color:#94a3b8;
    pointer-events:none;
    background:none;
    width:auto;
    opacity:1;
  }
  .pmnx-grow-subnav.is-scrollable.is-nav-end::after{
    opacity:0;
  }
  .pmnx-grow-subnav.is-scrollable::before{
    content:"";
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:34px;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(248,250,252,0),rgba(248,250,252,.96) 62%);
    opacity:1;
  }
  .pmnx-grow-subnav.is-scrollable.is-nav-end::before{
    opacity:0;
  }
}

.pmnx-grow-page,
.pmnx-grow-page *{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.pmnx-grow-page .pmnx-shell-intro{padding-bottom:8px}
.pmnx-grow-page .pmnx-shell-intro-copy{display:none}
.pmnx-grow-page .pmnx-breadcrumbs{margin-bottom:0}
.pmnx-grow-subnav{position:relative;top:auto;z-index:2;background:#fff;border-top:none;border-bottom:1px solid rgba(226,232,240,.9);box-shadow:none;padding:10px 0;margin:0 0 18px;overflow-x:auto;overflow-y:visible;scrollbar-width:none;display:flex;gap:8px;flex-wrap:nowrap}
.pmnx-grow-subnav::-webkit-scrollbar{display:none}
.pmnx-grow-subnav-link{flex:0 0 auto;background:#fff;border:1px solid rgba(226,232,240,.95);box-shadow:0 1px 2px rgba(15,23,42,.03)}
.pmnx-grow-subnav-link.is-current{background:var(--grow-teal-bg);border-color:rgba(15,110,86,.28);color:var(--grow-teal)}
@media (max-width:767px){
  .pmnx-grow-page .pmnx-shell-intro{padding-bottom:2px}
  .pmnx-grow-stage,.pmnx-shell-container{padding-left:16px;padding-right:16px}
  .pmnx-grow-subnav{position:sticky;top:var(--grow-subnav-top,var(--grow-sticky-top,54px));z-index:12;margin:0 -16px 14px;padding:0 16px 3px;background:#fff;border-top:none;border-bottom:1px solid rgba(226,232,240,.95);box-shadow:0 8px 18px rgba(15,23,42,.05)}
  .pmnx-grow-subnav-link{padding:12px 0 11px;border:none;background:transparent;border-radius:0;box-shadow:none;font:700 13px/1 Inter,sans-serif;color:#475569}
  .pmnx-grow-subnav-link.is-current{background:transparent;color:var(--grow-teal)}
  .pmnx-grow-subnav-link.is-current span,.pmnx-grow-subnav-link span{position:relative;display:inline-block;padding-bottom:8px}
  .pmnx-grow-subnav-link.is-current span:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--grow-teal-md),var(--grow-teal-md))}
  .pmnx-grow-subnav::after{content:"›";position:absolute;right:10px;top:50%;transform:translateY(-50%);font:700 18px/1 Inter,sans-serif;color:#64748b;background:#fff;padding-left:10px;display:block}
  .pmnx-grow-subnav.is-nav-end::after{display:none}
}

.pmnx-grow-page,.pmnx-grow-page *{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.pmnx-grow-page .pmnx-brand-name{font:800 15px/1 Inter,sans-serif;letter-spacing:0}
.pmnx-grow-page .pmnx-brand-sub{font:500 11px/1.15 Inter,sans-serif;letter-spacing:0}
.pmnx-grow-subnav-link em{display:none}
.pmnx-grow-pagehero{position:relative;padding:26px 28px 22px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(248,250,255,.88));border:1px solid rgba(148,163,184,.16);box-shadow:0 20px 44px rgba(15,23,42,.08);overflow:hidden;margin-bottom:16px}
.pmnx-grow-pagehero:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,var(--grow-teal-md),var(--grow-teal-md) 55%,rgba(15,110,86,.25))}
.pmnx-grow-pagehero h1{font:800 clamp(26px,3.4vw,42px)/1.08 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.04em;margin:0 0 10px}
.pmnx-grow-pagehero p{font:500 14px/1.65 Inter,sans-serif;max-width:640px;color:#64748b}
.pmnx-grow-page>section:nth-of-type(2),.pmnx-grow-page>section:nth-of-type(3),.pmnx-grow-page>section:nth-of-type(4),.pmnx-grow-page>section:nth-of-type(5){padding:14px 16px 16px}
.pmnx-grow-metric-grid{gap:14px}.pmnx-grow-grid-2{gap:14px}
.pmnx-grow-card{padding:18px;border-radius:22px}.pmnx-grow-card:before{height:3px;background:linear-gradient(90deg,var(--grow-teal-md),var(--grow-teal-md) 55%,rgba(15,110,86,0))}
.pmnx-grow-metric{min-height:168px;padding-top:18px}.pmnx-grow-metric-value{font:800 26px/1.04 Inter,sans-serif;letter-spacing:-.03em}.pmnx-grow-metric-label{font:700 13px/1.25 Inter,sans-serif}.pmnx-grow-metric-meta{font:500 12px/1.5 Inter,sans-serif;padding-top:14px}
.pmnx-grow-card-head h2{font:800 16px/1.15 Inter,sans-serif}.pmnx-grow-feature-title{font:800 20px/1.1 Inter,sans-serif}.pmnx-grow-feature-copy,.pmnx-grow-empty,.pmnx-grow-mini-list,.pmnx-grow-upgrade-card p,.pmnx-grow-callout{font-size:13px;line-height:1.6}
.pmnx-grow-pdu-big{font:800 34px/1 Inter,sans-serif}.pmnx-grow-timeline-item strong,.pmnx-grow-process-row strong,.pmnx-grow-bar-meta strong{font:700 13px/1.3 Inter,sans-serif}.pmnx-grow-timeline-item span,.pmnx-grow-process-row span,.pmnx-grow-bar-meta span{font:500 12px/1.45 Inter,sans-serif}
@media (max-width:782px){.pmnx-grow-pagehero{padding:18px 18px 16px;border-radius:24px}.pmnx-grow-pagehero h1{font-size:28px}.pmnx-grow-pagehero p{font-size:13px}.pmnx-grow-subnav{position:sticky;top:var(--grow-sticky-top,54px);z-index:12;display:flex;gap:18px;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;margin:0 -16px 14px;padding:0 16px 2px;background:#fff;border-bottom:1px solid rgba(226,232,240,.95);box-shadow:0 8px 18px rgba(15,23,42,.05);scrollbar-width:none}.pmnx-grow-subnav::-webkit-scrollbar{display:none}.pmnx-grow-subnav-link{padding:12px 0 11px;border:none;background:transparent;box-shadow:none;border-radius:0;justify-content:flex-start;font:700 13px/1 Inter,sans-serif;color:#475569}.pmnx-grow-subnav-link .pmnx-grow-icon{display:none}.pmnx-grow-subnav-link.is-current{background:transparent;color:var(--grow-teal);border:none;box-shadow:none}.pmnx-grow-subnav-link span{position:relative;display:inline-block;padding-bottom:8px;white-space:nowrap}.pmnx-grow-subnav-link.is-current span:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--grow-teal-md),var(--grow-teal-md))}.pmnx-grow-subnav::after{content:"›";position:sticky;right:0;top:50%;transform:translateY(-50%);font:700 18px/1 Inter,sans-serif;color:#64748b;background:#fff;padding-left:10px}.pmnx-grow-subnav.is-nav-end::after{display:none}}

.pmnx-grow-subnav-link.is-locked em{display:none}
@media (max-width:767px){
  .pmnx-grow-subnav-link em{display:none}
}

.pmnx-grow-subnav{padding:10px 0;gap:10px}
.pmnx-grow-subnav-link{
  padding:10px 14px;
  min-height:44px;
  border-radius:999px;
  font:700 14px/1 Inter,sans-serif;
  display:inline-flex;align-items:center;justify-content:center;
}
.pmnx-grow-subnav-link svg{width:16px;height:16px;flex:0 0 auto}
@media (max-width:767px){
  .pmnx-grow-subnav{padding:8px 16px 10px;margin:0 -16px 14px;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.05)}
  .pmnx-grow-subnav-link{padding:10px 2px 10px;min-height:auto;border:none;background:transparent;box-shadow:none;border-radius:0;font:700 13px/1 Inter,sans-serif;color:#475569}
  .pmnx-grow-subnav-link svg{display:none}
  .pmnx-grow-subnav-link.is-current{color:var(--grow-teal);background:transparent}
  .pmnx-grow-subnav-link.is-current span,.pmnx-grow-subnav-link span{position:relative;display:inline-block;padding-bottom:8px}
  .pmnx-grow-subnav-link.is-current span:after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--grow-teal-md),var(--grow-teal-md))}
}

.pmnx-grow-viewmore{margin-top:12px;width:auto;height:42px;padding:0 14px;}
.pmnx-grow-modal[hidden]{display:none;}
.pmnx-grow-modal{position:fixed;inset:0;z-index:9999;}
.pmnx-grow-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(3px);}
.pmnx-grow-modal__dialog{position:relative;z-index:1;max-width:720px;margin:6vh auto 0;background:#fff;border-radius:24px;box-shadow:0 28px 60px rgba(15,23,42,.22);border:1px solid rgba(148,163,184,.18);overflow:hidden;}
.pmnx-grow-modal__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(226,232,240,.9);}
.pmnx-grow-modal__head h3{margin:0;font:800 18px/1.2 Inter,sans-serif;color:#0f172a;}
.pmnx-grow-modal__close{border:none;background:transparent;font:700 28px/1 Inter,sans-serif;color:#475569;cursor:pointer;}
.pmnx-grow-modal__body{max-height:68vh;overflow:auto;padding:14px 18px 18px;}
@media (max-width:782px){.pmnx-grow-modal__dialog{margin:0;max-width:none;height:100%;border-radius:0}.pmnx-grow-modal__body{max-height:none;height:calc(100vh - 72px)}}

.pmnx-grow-viewmore,.pmnx-grow-modal{display:none;}

.pmnx-profile-shell{display:flex;flex-direction:column;gap:18px}.pmnx-profile-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr);gap:18px}.pmnx-profile-main,.pmnx-profile-side{display:flex;flex-direction:column;gap:18px}.pmnx-profile-card{padding:24px}.pmnx-profile-hero{align-items:center}.pmnx-profile-avatar-wrap{position:relative;z-index:1}.pmnx-profile-avatar{width:88px;height:88px;object-fit:cover;border-radius:24px;border:4px solid rgba(255,255,255,.95);box-shadow:0 18px 36px rgba(15,23,42,.12)}.pmnx-profile-form{display:flex;flex-direction:column;gap:16px}.pmnx-profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pmnx-profile-form label{display:flex;flex-direction:column;gap:8px}.pmnx-profile-form label span{font:700 12px/1 Inter,sans-serif;color:#475569}.pmnx-profile-form input,.pmnx-profile-form select,.pmnx-profile-form textarea{width:100%;min-height:46px;padding:12px 14px;border:1px solid rgba(148,163,184,.26);border-radius:14px;background:#fff;font:500 14px/1.4 Inter,sans-serif;color:#0f172a;box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}.pmnx-profile-form textarea{min-height:110px;resize:vertical}.pmnx-profile-form .is-full{grid-column:1/-1}.pmnx-profile-actions{display:flex;gap:10px;flex-wrap:wrap}.pmnx-profile-checkbox{display:flex;flex-direction:row;align-items:center;gap:10px;padding:14px 16px;border:1px solid rgba(148,163,184,.18);border-radius:16px;background:linear-gradient(180deg,rgba(15,110,86,.04),rgba(255,255,255,.82))}.pmnx-profile-checkbox input{width:18px;height:18px;min-height:18px;padding:0}.pmnx-profile-cert-list{display:flex;flex-direction:column;gap:12px}.pmnx-profile-cert-item{display:flex;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:linear-gradient(180deg,#fff,#fafcff)}.pmnx-profile-cert-title{display:flex;align-items:center;gap:10px;font:800 16px/1.3 Inter,sans-serif;color:#0f172a}.pmnx-profile-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:var(--grow-teal-bg);color:var(--grow-teal);font:800 11px/1 Inter,sans-serif;letter-spacing:.06em;text-transform:uppercase}.pmnx-profile-cert-meta{margin-top:6px;font:500 13px/1.5 Inter,sans-serif;color:#64748b}.pmnx-profile-cert-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.pmnx-profile-linkdanger{border:none;background:none;padding:0;color:#b91c1c;font:700 13px/1 Inter,sans-serif;cursor:pointer}.pmnx-profile-preferences{display:flex;flex-direction:column;gap:12px}.pmnx-profile-preference{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,rgba(15,23,42,.03),rgba(15,23,42,.015));border:1px solid rgba(148,163,184,.14)}.pmnx-profile-preference span{font:700 12px/1.2 Inter,sans-serif;color:#64748b}.pmnx-profile-preference strong{font:700 14px/1.45 Inter,sans-serif;color:#0f172a;text-align:right}.pmnx-profile-flash{padding:14px 16px;border-radius:16px;font:700 14px/1.5 Inter,sans-serif;border:1px solid transparent}.pmnx-profile-flash.is-success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.pmnx-profile-flash.is-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}@media (max-width: 960px){.pmnx-profile-grid{grid-template-columns:1fr}.pmnx-profile-side{order:-1}}@media (max-width: 640px){.pmnx-profile-form-grid{grid-template-columns:1fr}.pmnx-profile-cert-item{flex-direction:column}.pmnx-profile-cert-actions{align-items:flex-start}.pmnx-profile-preference{flex-direction:column}.pmnx-profile-preference strong{text-align:left}}

.pmnx-grow-process-row--link{color:inherit;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.pmnx-grow-process-row--link:hover{transform:translateY(-1px);border-color:rgba(15,110,86,.28);box-shadow:0 12px 28px rgba(15,23,42,.08)}
.pmnx-grow-feature-copy strong{color:#3730a3;font-weight:800}

.pmnx-grow-map-card .pmnx-grow-button{margin-top:14px}
.pmnx-grow-map-legend{display:flex;flex-wrap:wrap;gap:8px 12px;margin:10px 0 14px;font:700 12px/1.2 Inter,sans-serif;color:var(--grow-muted)}
.pmnx-grow-map-legend span{display:inline-flex;align-items:center;gap:6px}.pmnx-grow-map-legend i{display:inline-block;width:11px;height:11px;border-radius:4px;border:1px solid rgba(15,23,42,.08)}
.pmnx-grow-map-legend .is-untouched{background:#e5e7eb}.pmnx-grow-map-legend .is-started{background:#bfdbfe}.pmnx-grow-map-legend .is-completed{background:#bbf7d0}.pmnx-grow-map-legend .is-mastered{background:#ddd6fe}
.pmnx-grow-process-map{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:10px 0 12px}.pmnx-grow-map-tile{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:12px;text-decoration:none;border:1px solid rgba(15,23,42,.08);box-shadow:0 6px 14px rgba(15,23,42,.04);transition:transform .16s ease, box-shadow .16s ease}.pmnx-grow-map-tile:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(15,23,42,.08)}.pmnx-grow-map-tile span{font:800 12px/1 Inter,sans-serif;color:#0f172a}.pmnx-grow-map-tile em{display:none}.pmnx-grow-map-tile.is-untouched{background:#f1f5f9}.pmnx-grow-map-tile.is-started{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:rgba(37,99,235,.18)}.pmnx-grow-map-tile.is-completed{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-color:rgba(22,163,74,.18)}.pmnx-grow-map-tile.is-mastered{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-color:rgba(29,158,117,.22)}.pmnx-grow-map-summary{font:700 13px/1.5 Inter,sans-serif;color:var(--grow-muted);margin:8px 0 0}.pmnx-grow-map-summary strong{color:var(--grow-text)}
.pmnx-grow-modal[hidden]{display:none}.pmnx-grow-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px}.pmnx-grow-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.54);backdrop-filter:blur(8px)}.pmnx-grow-modal-panel{position:relative;z-index:1;width:min(920px,96vw);max-height:86vh;overflow:auto;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:28px;box-shadow:0 30px 80px rgba(15,23,42,.28);padding:24px}.pmnx-grow-modal-panel--wide{width:min(1120px,96vw)}.pmnx-grow-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:#fff;color:#0f172a;font:800 24px/1 Inter,sans-serif;cursor:pointer}.pmnx-grow-process-map--expanded{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px}.pmnx-grow-process-map--expanded .pmnx-grow-map-tile{aspect-ratio:auto;min-height:74px;justify-content:flex-start;gap:10px;padding:12px}.pmnx-grow-process-map--expanded .pmnx-grow-map-tile span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9px;background:rgba(255,255,255,.72);flex:0 0 auto}.pmnx-grow-process-map--expanded .pmnx-grow-map-tile em{display:block;font:700 12px/1.25 Inter,sans-serif;color:#0f172a;font-style:normal;overflow-wrap:anywhere}
.pmnx-grow-achievement small{display:block;margin-top:4px;font:600 11px/1.35 Inter,sans-serif;color:var(--grow-muted)}.pmnx-grow-achievement.is-unlocked{background:linear-gradient(180deg,#f0fdf4,#fff);border-color:rgba(34,197,94,.22);color:#166534}.pmnx-grow-achievement.is-unlocked small{color:#15803d}.pmnx-grow-achievement.is-locked{opacity:.78}.pmnx-grow-achievement{align-items:flex-start}
@media (max-width: 767px){.pmnx-grow-process-map{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.pmnx-grow-map-tile{border-radius:9px}.pmnx-grow-map-tile span{font-size:10px}.pmnx-grow-modal{padding:12px}.pmnx-grow-modal-panel{padding:18px;border-radius:22px}.pmnx-grow-process-map--expanded{grid-template-columns:1fr}.pmnx-grow-map-legend{gap:8px}}

.pmnx-grow-modal:not([hidden]){display:flex;}
.pmnx-grow-map-login-note{display:flex;flex-direction:column;gap:4px;margin:12px 0 14px;padding:12px 14px;border:1px solid rgba(15,110,86,.18);border-radius:16px;background:linear-gradient(180deg,var(--grow-teal-bg),#fff);color:#312e81;font:700 13px/1.45 Inter,sans-serif}
.pmnx-grow-map-login-note span{font-weight:600;color:#475569}
.pmnx-grow-map-tile[data-pmnx-tooltip]{position:relative}
.pmnx-grow-map-tile[data-pmnx-tooltip]::after{content:attr(data-pmnx-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%) translateY(4px);z-index:30;min-width:160px;max-width:260px;padding:8px 10px;border-radius:12px;background:#0f172a;color:#fff;font:700 12px/1.35 Inter,sans-serif;text-align:center;box-shadow:0 12px 28px rgba(15,23,42,.24);opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease;white-space:normal}
.pmnx-grow-map-tile[data-pmnx-tooltip]::before{content:"";position:absolute;left:50%;bottom:calc(100% + 3px);transform:translateX(-50%);border:6px solid transparent;border-top-color:#0f172a;opacity:0;transition:opacity .14s ease;z-index:31;pointer-events:none}
.pmnx-grow-map-tile[data-pmnx-tooltip]:hover::after,.pmnx-grow-map-tile[data-pmnx-tooltip]:focus-visible::after{opacity:1;transform:translateX(-50%) translateY(0)}
.pmnx-grow-map-tile[data-pmnx-tooltip]:hover::before,.pmnx-grow-map-tile[data-pmnx-tooltip]:focus-visible::before{opacity:1}
.pmnx-grow-process-map--expanded .pmnx-grow-map-tile{align-items:center;justify-content:center;text-align:center;padding:12px}
.pmnx-grow-process-map--expanded .pmnx-grow-map-tile em{display:block;font:800 12px/1.25 Inter,sans-serif;color:#0f172a;font-style:normal;overflow-wrap:anywhere}
@media (max-width:767px){.pmnx-grow-map-tile[data-pmnx-tooltip]::before,.pmnx-grow-map-tile[data-pmnx-tooltip]::after{display:none}}

.pmnx-grow-map-card{overflow:visible;z-index:2}
.pmnx-grow-map-card:after{display:none}
.pmnx-grow-map-card .pmnx-grow-process-map{overflow:visible}
.pmnx-grow-map-card .pmnx-grow-map-tile[data-pmnx-tooltip]::after{z-index:9999}
.pmnx-grow-map-card .pmnx-grow-map-tile[data-pmnx-tooltip]::before{z-index:10000}
.pmnx-grow-actions .pmnx-grow-button{white-space:normal;text-align:center}

.pmnx-grow-grid-1{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}
.pmnx-grow-progress-row{margin-top:18px}
.pmnx-grow-focus-card .pmnx-grow-callout{display:flex;flex-direction:column;gap:6px}
.pmnx-grow-focus-card .pmnx-grow-callout strong{font:800 16px/1.25 Inter,sans-serif;color:#0f172a}
.pmnx-grow-focus-card .pmnx-grow-callout span{font:600 13px/1.55 Inter,sans-serif;color:#475569}
.pmnx-grow-actions--stacked{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.pmnx-grow-coverage-card .pmnx-grow-button{margin-top:14px}
@media (max-width:767px){.pmnx-grow-actions--stacked{flex-direction:column}.pmnx-grow-actions--stacked .pmnx-grow-button{width:100%;justify-content:center}}

.pmnx-grow-time-toggle{display:inline-flex;gap:6px;flex-wrap:wrap;margin:8px 0 12px;padding:4px;border-radius:999px;background:#f1f5f9;border:1px solid rgba(148,163,184,.35)}
.pmnx-grow-time-toggle button{appearance:none;border:0;background:transparent;border-radius:999px;padding:7px 12px;font:800 12px/1 Inter,sans-serif;color:#475569;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.pmnx-grow-time-toggle button:hover{background:rgba(255,255,255,.65);color:#0f172a}
.pmnx-grow-time-toggle button.is-active{background:#fff;color:var(--grow-teal);box-shadow:0 8px 18px rgba(15,23,42,.08)}
.pmnx-grow-time-panel[hidden]{display:none}
.pmnx-grow-coverage-summary{display:grid;grid-template-columns:minmax(150px,220px) 1fr;gap:16px;align-items:center;margin:14px 0 16px;padding:14px;border-radius:18px;background:linear-gradient(135deg,#f8fafc,var(--grow-teal-bg));border:1px solid rgba(148,163,184,.28)}
.pmnx-grow-coverage-summary strong{display:block;font:900 24px/1 Inter,sans-serif;color:#0f172a}.pmnx-grow-coverage-summary span{display:block;margin-top:4px;font:700 12px/1.3 Inter,sans-serif;color:#64748b}.pmnx-grow-process-progress--large{height:12px;width:100%}
.pmnx-grow-focus-card.is-reinforce{border-color:rgba(239,68,68,.25);background:linear-gradient(180deg,#fff,#fff7f7)}
.pmnx-grow-focus-card.is-deepen{border-color:rgba(245,158,11,.25);background:linear-gradient(180deg,#fff,#fffbeb)}
.pmnx-grow-focus-card.is-advance{border-color:rgba(16,185,129,.25);background:linear-gradient(180deg,#fff,#ecfdf5)}
.pmnx-grow-focus-card.is-continue{border-color:rgba(59,130,246,.25);background:linear-gradient(180deg,#fff,#eff6ff)}
.pmnx-grow-focus-card.is-reengage,.pmnx-grow-focus-card.is-stuck{border-color:rgba(29,158,117,.25);background:linear-gradient(180deg,#fff,#f5f3ff)}
@media (max-width:700px){.pmnx-grow-coverage-summary{grid-template-columns:1fr}.pmnx-grow-time-toggle{display:flex}.pmnx-grow-time-toggle button{flex:1}}

.pmnx-grow-command{max-width:980px;margin:0 auto 36px;display:flex;flex-direction:column;gap:12px}
.pmnx-grow-command-hero{border-left:3px solid #0d9b76;background:rgba(248,250,252,.92);border-radius:0 24px 24px 0;padding:20px 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;box-shadow:0 18px 38px rgba(15,23,42,.05)}
.pmnx-grow-command-eyebrow{font:800 11px/1 Inter,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#0d9b76;margin-bottom:8px}
.pmnx-grow-command-hero h1{margin:0 0 5px;font:800 24px/1.08 Inter,sans-serif;letter-spacing:-.04em;color:#0f172a}
.pmnx-grow-command-hero p{margin:0;max-width:680px;font:600 14px/1.6 Inter,sans-serif;color:#64748b}
.pmnx-grow-command-hero p strong{color:#0d9b76;font-weight:800}
.pmnx-grow-command-streak{min-width:86px;text-align:center;border-left:1px solid rgba(148,163,184,.22);padding-left:18px;display:flex;flex-direction:column;align-items:center;gap:4px}
.pmnx-grow-command-streak span{width:8px;height:8px;border-radius:99px;background:#0d9b76;box-shadow:0 0 0 4px rgba(13,155,118,.12)}
.pmnx-grow-command-streak strong{font:900 34px/1 Inter,sans-serif;color:#0f172a;letter-spacing:-.05em}
.pmnx-grow-command-streak em{font:700 11px/1.2 Inter,sans-serif;color:#64748b;font-style:normal}
.pmnx-grow-command-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.pmnx-grow-command-pillar{display:block;text-decoration:none;background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:24px;padding:16px 18px;box-shadow:0 16px 34px rgba(15,23,42,.045);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;color:inherit}
.pmnx-grow-command-pillar:hover{transform:translateY(-1px);border-color:rgba(15,110,86,.28);box-shadow:0 24px 48px rgba(15,23,42,.08)}
.pmnx-grow-command-pillar-eye{display:flex;align-items:center;gap:7px;font:800 11px/1 Inter,sans-serif;color:#64748b;margin-bottom:8px}
.pmnx-grow-command-pillar-eye i{width:7px;height:7px;border-radius:99px;display:inline-block}.pmnx-grow-command-pillar-eye i.is-progress,.pmnx-grow-command-mini-bar span.is-progress{background:#0d9b76}.pmnx-grow-command-pillar-eye i.is-pdu,.pmnx-grow-command-mini-bar span.is-pdu{background:#2a74cc}.pmnx-grow-command-pillar-eye i.is-consistency,.pmnx-grow-command-mini-bar span.is-consistency{background:#6b52d4}
.pmnx-grow-command-pillar>strong{display:block;font:900 24px/1.1 Inter,sans-serif;color:#0f172a;letter-spacing:-.04em;margin-bottom:4px}.pmnx-grow-command-pillar p{margin:0;color:#64748b;font:600 13px/1.45 Inter,sans-serif;min-height:38px}.pmnx-grow-command-pillar small{display:block;margin-top:10px;font:800 11px/1.35 Inter,sans-serif;color:#64748b}.pmnx-grow-command-mini-bar{height:4px;border-radius:999px;background:rgba(148,163,184,.18);overflow:hidden;margin-top:12px}.pmnx-grow-command-mini-bar span{display:block;height:100%;border-radius:999px}
.pmnx-grow-command-consistency{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pmnx-grow-command-consistency div{border-radius:14px;background:rgba(248,250,252,.95);padding:8px 10px}.pmnx-grow-command-consistency strong{display:block;font:900 20px/1 Inter,sans-serif;color:#0f172a}.pmnx-grow-command-consistency small{margin-top:3px;font:700 11px/1.2 Inter,sans-serif;color:#64748b}
.pmnx-grow-command-next{background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:26px;overflow:hidden;box-shadow:0 22px 46px rgba(15,23,42,.055)}.pmnx-grow-command-prev{display:flex;align-items:center;gap:10px;padding:10px 18px;background:linear-gradient(90deg,rgba(225,245,238,.95),rgba(248,250,252,.95));border-bottom:1px solid rgba(148,163,184,.16)}.pmnx-grow-command-prev span{width:22px;height:22px;border-radius:999px;background:#0d9b76;color:#fff;display:flex;align-items:center;justify-content:center;font:900 13px/1 Inter,sans-serif}.pmnx-grow-command-prev p{margin:0;flex:1;font:700 13px/1.45 Inter,sans-serif;color:#64748b}.pmnx-grow-command-prev p strong{color:#0d9b76}.pmnx-grow-command-prev em{font:900 11px/1 Inter,sans-serif;font-style:normal;color:#0b7a5e;background:#e1f5ee;border:1px solid rgba(13,155,118,.14);padding:5px 9px;border-radius:8px;white-space:nowrap}.pmnx-grow-command-next-body{padding:20px 22px}.pmnx-grow-command-next-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}.pmnx-grow-command-next-top span{display:block;font:900 11px/1 Inter,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin-bottom:7px}.pmnx-grow-command-next-top h2{margin:0;font:900 22px/1.12 Inter,sans-serif;letter-spacing:-.035em;color:#0f172a}.pmnx-grow-command-next-top em{display:inline-block;margin-top:7px;font:800 11px/1 Inter,sans-serif;font-style:normal;color:#1d4ed8;background:#eff6ff;border:1px solid rgba(42,116,204,.16);border-radius:8px;padding:5px 8px}.pmnx-grow-command-next-top>strong{font:800 13px/1 Inter,sans-serif;color:#64748b;white-space:nowrap}.pmnx-grow-command-step{display:flex;gap:10px;align-items:flex-start;background:rgba(248,250,252,.95);border:1px solid rgba(148,163,184,.14);border-radius:16px;padding:11px 13px;margin-bottom:14px}.pmnx-grow-command-step b{font:900 11px/1.2 Inter,sans-serif;color:#64748b;white-space:nowrap}.pmnx-grow-command-step p{margin:0;font:650 13px/1.5 Inter,sans-serif;color:#334155}.pmnx-grow-command-actions{display:flex;gap:10px;flex-wrap:wrap}
.pmnx-grow-command-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pmnx-grow-command-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.pmnx-grow-command-card-head h2{margin:0;font:900 15px/1.2 Inter,sans-serif;color:#0f172a}.pmnx-grow-command-card-head a,.pmnx-grow-command-card-head span{font:800 11px/1.2 Inter,sans-serif;color:#64748b;text-decoration:none}.pmnx-grow-command-activity,.pmnx-grow-command-achievements{padding:16px 18px}.pmnx-grow-command-activity-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid rgba(148,163,184,.14)}.pmnx-grow-command-activity-row:first-of-type{border-top:0}.pmnx-grow-command-activity-row i{width:7px;height:7px;border-radius:99px;background:rgba(100,116,139,.45);flex:0 0 auto}.pmnx-grow-command-activity-row i.is-active{background:#0d9b76}.pmnx-grow-command-activity-row strong{flex:1;font:800 13px/1.25 Inter,sans-serif;color:#0f172a}.pmnx-grow-command-activity-row span{font:700 11px/1.2 Inter,sans-serif;color:#64748b;white-space:nowrap}.pmnx-grow-command-ach-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid rgba(148,163,184,.14)}.pmnx-grow-command-ach-row:first-of-type{border-top:0}.pmnx-grow-command-ach-row i{width:28px;height:28px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-style:normal;background:#f1f5f9}.pmnx-grow-command-ach-row.is-earned i{background:#e1f5ee}.pmnx-grow-command-ach-row div{flex:1}.pmnx-grow-command-ach-row strong{display:block;font:800 13px/1.25 Inter,sans-serif;color:#0f172a}.pmnx-grow-command-ach-row span{display:block;margin-top:2px;font:650 11px/1.25 Inter,sans-serif;color:#64748b}.pmnx-grow-command-ach-row em{font:900 10px/1 Inter,sans-serif;font-style:normal;border-radius:7px;padding:5px 7px;background:#f1f5f9;color:#64748b}.pmnx-grow-command-ach-row.is-earned em{background:#e1f5ee;color:#0b7a5e}
@media (max-width: 860px){.pmnx-grow-command-pillars,.pmnx-grow-command-bottom{grid-template-columns:1fr}.pmnx-grow-command-hero{flex-direction:column}.pmnx-grow-command-streak{border-left:0;border-top:1px solid rgba(148,163,184,.18);padding-left:0;padding-top:14px;flex-direction:row;text-align:left;min-width:0;width:100%;justify-content:flex-start}.pmnx-grow-command-streak strong{font-size:28px}.pmnx-grow-command-next-top{flex-direction:column}.pmnx-grow-command-step{flex-direction:column}.pmnx-grow-command-prev{align-items:flex-start}.pmnx-grow-command-prev em{margin-left:auto}}

/* PM Nexus Grow alignment pass v2.2.8.12 - unified teal token system */
.pmnx-grow-page,
.pmnx-grow-standalone,
.pmnx-pdu-center-page,
.pmnx-pdu-standalone{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:radial-gradient(circle at 12% 6%, rgba(29,158,117,.12), transparent 28%),linear-gradient(180deg,#fff 0%,var(--grow-bg) 100%);
  color:var(--grow-text);
}
.pmnx-grow-kicker,.pmnx-grow-eyebrow,.pmnx-grow-command-eyebrow{color:var(--grow-teal)}
.pmnx-grow-fallback-header h1,.pmnx-grow-hero h1,.pmnx-grow-pagehead h1,.pmnx-grow-command-hero h1{color:var(--grow-text);letter-spacing:-.045em}
.pmnx-grow-fallback-cta,.pmnx-grow-button{background:var(--grow-teal-md);color:#fff;box-shadow:0 12px 28px rgba(15,110,86,.20);border-color:transparent}
.pmnx-grow-fallback-cta:hover,.pmnx-grow-button:hover{background:var(--grow-teal);box-shadow:0 18px 36px rgba(15,110,86,.24)}
.pmnx-grow-button--ghost{background:#fff;color:var(--grow-teal);border-color:rgba(15,110,86,.18);box-shadow:var(--grow-shadow-soft)}
.pmnx-grow-button--ghost:hover{background:var(--grow-teal-bg);color:var(--grow-teal)}
.pmnx-grow-subnav{position:sticky;top:calc(var(--grow-sticky-top,54px) - 1px);z-index:50;display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;margin:0 0 18px;padding:10px 0;background:rgba(248,250,252,.98);border-top:1px solid var(--grow-line);border-bottom:1px solid var(--grow-line);box-shadow:0 8px 20px rgba(15,23,42,.04);scrollbar-width:none}
.pmnx-grow-subnav::-webkit-scrollbar{display:none}
.pmnx-grow-subnav-link{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;white-space:nowrap;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid rgba(15,110,86,.13);color:var(--grow-text-md);text-decoration:none;font:750 14px/1 Inter,-apple-system,sans-serif;box-shadow:var(--grow-shadow-soft);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}
.pmnx-grow-subnav-link:hover{transform:translateY(-1px);border-color:rgba(29,158,117,.32);color:var(--grow-teal);box-shadow:0 12px 26px rgba(15,110,86,.09)}
.pmnx-grow-subnav-link.is-current{background:linear-gradient(180deg,#fff,var(--grow-teal-bg));border-color:rgba(29,158,117,.42);color:var(--grow-teal);box-shadow:0 14px 30px rgba(15,110,86,.13)}
.pmnx-grow-subnav-link em{background:var(--grow-teal-bg);color:var(--grow-teal)}

.pmnx-grow-icon svg [stroke="#1F2933"],.pmnx-grow-icon svg [stroke="#1f2933"]{stroke:var(--grow-teal)}
.pmnx-grow-hero,.pmnx-grow-pagehead,.pmnx-grow-command-hero,.pmnx-grow-card,.pmnx-grow-command-pillar,.pmnx-grow-command-next-body,.pmnx-grow-command-prev{border-color:rgba(15,110,86,.14);border-radius:var(--grow-radius);box-shadow:var(--grow-shadow-soft);background:linear-gradient(180deg,#fff,rgba(240,250,247,.78))}
.pmnx-grow-hero:before,.pmnx-grow-card:after,.pmnx-grow-command-hero:after{background:radial-gradient(circle,rgba(29,158,117,.14),rgba(29,158,117,0) 68%)}
.pmnx-grow-hero:after,.pmnx-grow-command-hero:before{background:radial-gradient(circle,rgba(15,110,86,.10),rgba(15,110,86,0) 68%)}
.pmnx-grow-card:before,.pmnx-grow-metric-meta:before{background:linear-gradient(90deg,rgba(29,158,117,.34),rgba(29,158,117,0))}
.pmnx-grow-badge,.pmnx-grow-ribbon-k,.pmnx-grow-signal span,.pmnx-grow-pdu-bridge span{background:var(--grow-teal-bg);color:var(--grow-teal);border-color:rgba(29,158,117,.18)}
.pmnx-grow-progressline span,.pmnx-grow-progressline--accent span,.pmnx-grow-process-progress span,.pmnx-grow-command-mini-bar span,.pmnx-grow-command-mini-bar span.is-progress,.pmnx-grow-command-mini-bar span.is-pdu,.pmnx-grow-command-mini-bar span.is-consistency{background:linear-gradient(90deg,var(--grow-teal),var(--grow-teal-md))}
.pmnx-grow-status-dot{background:var(--grow-teal-md);box-shadow:0 0 0 4px rgba(29,158,117,.12)}
.pmnx-grow-command-pillar-eye i,.pmnx-grow-command-activity-row i{background:var(--grow-teal-md)}
.pmnx-grow-command-pillar small,.pmnx-grow-command-card-head a{color:var(--grow-teal)}
.pmnx-grow-pdu-card,.pmnx-grow-pdu-bridge{background:linear-gradient(180deg,#fff,var(--grow-teal-bg));border-color:rgba(29,158,117,.22);box-shadow:0 18px 38px rgba(15,110,86,.08)}
.pmnx-grow-empty{background:#fff;border-color:rgba(15,110,86,.14);color:var(--grow-muted)}
/* Guest conversion state */
.pmnx-grow-guest{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:28px;align-items:stretch;margin:18px 0 28px;padding:34px;border:1px solid rgba(15,110,86,.16);border-radius:30px;background:radial-gradient(circle at 12% 10%,rgba(29,158,117,.16),transparent 32%),linear-gradient(135deg,#fff 0%,#F0FAF7 100%);box-shadow:0 24px 58px rgba(15,23,42,.09);overflow:hidden}
.pmnx-grow-guest:before{content:"";position:absolute;right:-110px;top:-120px;width:320px;height:320px;border-radius:999px;background:radial-gradient(circle,rgba(29,158,117,.18),rgba(29,158,117,0) 68%)}
.pmnx-grow-guest-copy,.pmnx-grow-guest-preview{position:relative;z-index:1}
.pmnx-grow-guest h1{margin:12px 0 12px;font:800 clamp(32px,4vw,48px)/1.08 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.045em;color:var(--grow-text)}
.pmnx-grow-guest p{margin:0;max-width:620px;font:500 16px/1.75 Inter,-apple-system,sans-serif;color:var(--grow-text-md)}
.pmnx-grow-guest-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.pmnx-grow-guest-note{display:block;margin-top:16px;font:750 12px/1 Inter,-apple-system,sans-serif;color:var(--grow-muted)}
.pmnx-grow-guest-preview{display:flex;flex-direction:column;gap:12px;filter:drop-shadow(0 18px 36px rgba(15,23,42,.08))}
.pmnx-grow-guest-card{padding:18px;border-radius:20px;background:rgba(255,255,255,.86);border:1px solid rgba(15,110,86,.14);box-shadow:var(--grow-shadow-soft);backdrop-filter:blur(8px)}
.pmnx-grow-guest-card.is-featured{transform:translateX(-18px);border-color:rgba(29,158,117,.38);background:#fff}
.pmnx-grow-guest-card div:first-child{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.pmnx-grow-guest-card strong{font:850 15px/1.2 Inter,-apple-system,sans-serif;color:var(--grow-text)}
.pmnx-grow-guest-card p{font-size:13px;line-height:1.55;color:var(--grow-muted);margin-bottom:12px}
.pmnx-grow-guest-card .pmnx-grow-icon svg{width:28px;height:28px}
@media (max-width:900px){.pmnx-grow-guest{grid-template-columns:1fr;padding:24px 20px}.pmnx-grow-guest-card.is-featured{transform:none}.pmnx-grow-guest-actions .pmnx-grow-button{width:100%}}
@media (max-width:767px){.pmnx-grow-subnav{margin:0 -16px 14px;padding:8px 16px 3px;background:#fff}.pmnx-grow-subnav-link{padding:10px 4px 10px;border:none;background:transparent;box-shadow:none;border-radius:0}.pmnx-grow-subnav-link svg{display:none}.pmnx-grow-subnav-link span{display:inline-block;position:relative;padding:0 2px 8px}.pmnx-grow-subnav-link.is-current span:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:var(--grow-teal-md)}}



/* v2.2.8.16 guest hero polish: raw SVG sizing + aligned preview cards */
.pmnx-grow-guest .pmnx-grow-eyebrow > svg,
.pmnx-pdu-guest .pmnx-grow-eyebrow > svg{
  width:16px;
  height:16px;
  flex:0 0 16px;
  display:block;
}
.pmnx-grow-guest-card > div > svg,
.pmnx-pdu-guest .pmnx-grow-guest-card > div > svg{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:block;
}
.pmnx-grow-guest-card.is-featured{
  transform:none;
}
.pmnx-grow-guest-preview{
  align-self:center;
  width:100%;
}
.pmnx-grow-guest-card{
  width:100%;
}


/* v2.2.8.17 Product experience */
.pmnx-grow-command-pillars--four{grid-template-columns:repeat(4,minmax(0,1fr));}
.pmnx-grow-command-actions.is-hero{margin-top:18px;}
.pmnx-grow-command-pillar-eye .is-profile{background:linear-gradient(135deg,var(--grow-teal),var(--grow-teal-md));}
.pmnx-grow-command-mini-bar span.is-profile{background:linear-gradient(90deg,var(--grow-teal),var(--grow-teal-md));}
.pmnx-grow-stat-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;}
.pmnx-grow-stat-pills span{display:inline-flex;gap:6px;align-items:center;border:1px solid rgba(15,110,86,.14);background:rgba(225,245,238,.74);color:var(--grow-text-soft);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;}
.pmnx-grow-stat-pills strong{color:var(--grow-teal);}
.pmnx-grow-progress-next-action{margin:22px 0;}
.pmnx-grow-progress-next-action .pmnx-grow-focus-card{border-color:rgba(15,110,86,.22);box-shadow:0 22px 54px rgba(15,110,86,.10);}
.pmnx-grow-command-ach-row i .pmnx-grow-icon{width:28px;height:28px;}
.pmnx-profile-completeness-card .pmnx-profile-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 18px;}
.pmnx-profile-check{display:flex;align-items:center;gap:8px;padding:10px 11px;border:1px solid var(--grow-border);border-radius:12px;background:#fff;font-size:12px;color:var(--grow-text-soft);}
.pmnx-profile-check span{width:9px;height:9px;border-radius:999px;background:#CBD5E1;flex:0 0 auto;}
.pmnx-profile-check.is-done span{background:var(--grow-teal-md);box-shadow:0 0 0 4px rgba(29,158,117,.12);}
.pmnx-profile-help{font-size:13px;line-height:1.65;color:var(--grow-text-soft);margin:0 0 10px;}
.pmnx-grow-ribbon-chip--completeness{min-width:210px;}
.pmnx-grow-ribbon-chip--completeness .pmnx-grow-command-mini-bar{margin-top:8px;}
@media(max-width:1100px){.pmnx-grow-command-pillars--four{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.pmnx-grow-command-pillars--four,.pmnx-profile-completeness-card .pmnx-profile-checklist{grid-template-columns:1fr;}}

/* v2.2.8.19 Progress intelligence layer */
.pmnx-grow-practice-glance{margin:22px 0;}
.pmnx-grow-glance-card{background:radial-gradient(circle at 92% 10%,rgba(29,158,117,.14),transparent 32%),linear-gradient(180deg,#fff,#f7fffb);}
.pmnx-grow-glance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0 18px;}
.pmnx-grow-glance-grid>div{padding:14px;border:1px solid rgba(15,110,86,.12);border-radius:16px;background:rgba(255,255,255,.82);}
.pmnx-grow-glance-grid span{display:block;margin-bottom:6px;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:var(--grow-muted);}
.pmnx-grow-glance-grid strong{display:block;font-size:18px;line-height:1.15;color:var(--grow-text);letter-spacing:-.03em;}
.pmnx-grow-glance-grid small{display:block;margin-top:6px;font-size:12px;line-height:1.45;color:var(--grow-text-soft);}
.pmnx-grow-domain-list{display:flex;flex-direction:column;gap:10px;margin-top:16px;}
.pmnx-grow-domain-row{display:grid;grid-template-columns:minmax(170px,1fr) minmax(150px,.9fr) minmax(92px,auto);gap:12px;align-items:center;padding:12px;border:1px solid rgba(15,110,86,.12);border-radius:16px;background:#fff;text-decoration:none;color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.pmnx-grow-domain-row:hover{transform:translateY(-1px);border-color:rgba(29,158,117,.34);box-shadow:0 12px 26px rgba(15,110,86,.08);}
.pmnx-grow-domain-row.is-weak{background:linear-gradient(180deg,#fff,var(--grow-teal-bg));border-color:rgba(15,110,86,.24);}
.pmnx-grow-domain-meta strong{display:block;font-size:14px;color:var(--grow-text);}
.pmnx-grow-domain-meta span{display:block;margin-top:2px;font-size:12px;color:var(--grow-muted);}
.pmnx-grow-domain-bar{height:8px;border-radius:999px;background:#E2E8F0;overflow:hidden;min-width:0;}
.pmnx-grow-domain-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--grow-teal),var(--grow-teal-md));}
.pmnx-grow-domain-row em{font-style:normal;font-size:12px;font-weight:850;color:var(--grow-teal);text-align:right;white-space:nowrap;}
.pmnx-grow-domain-note{margin-top:14px;padding:12px 14px;border-radius:16px;background:var(--grow-teal-bg);border:1px solid rgba(15,110,86,.14);font-size:13px;line-height:1.55;color:var(--grow-text-soft);}
.pmnx-grow-adaptive-list{display:flex;flex-direction:column;gap:10px;margin-top:14px;}
.pmnx-grow-adaptive-item{display:block;padding:14px;border:1px solid rgba(15,110,86,.12);border-radius:16px;background:#fff;text-decoration:none;color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.pmnx-grow-adaptive-item:hover{transform:translateY(-1px);border-color:rgba(29,158,117,.32);box-shadow:0 12px 26px rgba(15,110,86,.08);}
.pmnx-grow-adaptive-item span{display:inline-flex;margin-bottom:6px;padding:4px 8px;border-radius:999px;background:var(--grow-teal-bg);color:var(--grow-teal);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.07em;}
.pmnx-grow-adaptive-item strong{display:block;font-size:15px;line-height:1.25;color:var(--grow-text);}
.pmnx-grow-adaptive-item p{margin:7px 0 10px;font-size:13px;line-height:1.55;color:var(--grow-text-soft);}
.pmnx-grow-adaptive-item em{font-style:normal;font-size:12px;font-weight:850;color:var(--grow-teal);}
.pmnx-grow-time-insight{margin:14px 0 16px;padding:13px 14px;border-radius:16px;background:var(--grow-teal-bg);border:1px solid rgba(15,110,86,.14);}
.pmnx-grow-time-insight strong{display:block;margin-bottom:4px;font-size:13px;color:var(--grow-text);}
.pmnx-grow-time-insight span{display:block;font-size:12.5px;line-height:1.55;color:var(--grow-text-soft);}
@media(max-width:960px){.pmnx-grow-glance-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.pmnx-grow-domain-row{grid-template-columns:1fr;overflow:hidden;}.pmnx-grow-domain-row em{text-align:left;}}
@media(max-width:620px){.pmnx-grow-glance-grid{grid-template-columns:1fr;}}

/* v2.2.8.23 — Growth Intelligence 4A */
.pmnx-grow-intel-strip{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:18px;margin:22px 0 24px;align-items:stretch}
.pmnx-grow-intel-strip .pmnx-grow-card{min-height:100%}
.pmnx-grow-weekly-card p,.pmnx-grow-readiness-card p{margin:10px 0 14px;color:var(--grow-muted);font-size:13px;line-height:1.65}
.pmnx-grow-intel-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0}
.pmnx-grow-intel-metrics span{display:flex;flex-direction:column;gap:2px;border:1px solid var(--grow-border);border-radius:14px;background:var(--grow-soft);padding:10px;font-size:11px;color:var(--grow-muted);line-height:1.3}
.pmnx-grow-intel-metrics strong{font-size:18px;line-height:1;color:var(--grow-ink);letter-spacing:-.04em}
.pmnx-grow-weekly-card>small{display:block;margin-top:8px;color:var(--grow-teal);font-weight:800;font-size:12px}
.pmnx-grow-health-score{display:flex;align-items:baseline;gap:4px;margin:8px 0 12px}
.pmnx-grow-health-score strong{font-size:48px;line-height:.95;letter-spacing:-.07em;color:var(--grow-teal)}
.pmnx-grow-health-score span{font-size:14px;color:var(--grow-muted);font-weight:800}
.pmnx-grow-health-bars{display:grid;gap:8px}
.pmnx-grow-health-bars>div{display:grid;grid-template-columns:80px 36px 1fr;gap:8px;align-items:center;font-size:11px;color:var(--grow-muted);font-weight:750}
.pmnx-grow-health-bars b{color:var(--grow-ink);font-size:11px;text-align:right}
.pmnx-grow-health-bars i{display:block;height:7px;border-radius:999px;background:var(--grow-teal-bg);overflow:hidden}
.pmnx-grow-health-bars em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--grow-teal),var(--grow-teal-md))}
.pmnx-grow-readiness-card>strong{display:block;font-size:24px;letter-spacing:-.04em;color:var(--grow-ink);margin-top:8px}
.pmnx-grow-readiness-card>a{display:inline-flex;margin-top:4px;font-size:13px;font-weight:850;color:var(--grow-teal);text-decoration:none}
.pmnx-grow-readiness-card.is-ahead{background:linear-gradient(135deg,#fff,var(--grow-teal-bg))}
.pmnx-grow-readiness-card.is-behind{background:linear-gradient(135deg,#fff,#fff7ed)}
.pmnx-grow-milestone-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:12px 14px;border-radius:16px;background:var(--grow-teal-bg);color:var(--grow-teal)}
.pmnx-grow-milestone-summary strong{font-size:13px;font-weight:900}.pmnx-grow-milestone-summary span{font-size:12px;font-weight:750}
@media (max-width:1100px){.pmnx-grow-intel-strip{grid-template-columns:1fr}.pmnx-grow-intel-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:640px){.pmnx-grow-intel-metrics{grid-template-columns:1fr}.pmnx-grow-health-bars>div{grid-template-columns:1fr 34px;}.pmnx-grow-health-bars i{grid-column:1/-1}}


/* Growth Health v2.2.8.27 - premium explainable score factors */
.pmnx-grow-health-copy{font-size:12px;line-height:1.65;color:var(--grow-muted);margin:0 0 14px;}
.pmnx-grow-health-factor{border:1px solid rgba(15,110,86,.12);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfefc);overflow:hidden;box-shadow:0 10px 26px rgba(15,23,42,.035);}
.pmnx-grow-health-factor+ .pmnx-grow-health-factor{margin-top:10px;}
.pmnx-grow-health-factor summary{list-style:none;position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(92px,1fr) 28px;gap:10px;align-items:center;padding:12px 12px;cursor:pointer;font-size:11px;color:var(--grow-muted);font-weight:800;}
.pmnx-grow-health-factor summary::-webkit-details-marker{display:none;}
.pmnx-grow-health-factor summary::after{content:"+";grid-column:4;grid-row:1;width:24px;height:24px;border-radius:999px;background:#fff;color:var(--grow-teal);border:1px solid rgba(15,110,86,.18);box-shadow:0 6px 14px rgba(15,110,86,.08);display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;line-height:1;}
.pmnx-grow-health-factor[open] summary::after{content:"−";}
.pmnx-grow-health-factor-name{display:flex;flex-direction:column;gap:3px;min-width:0;color:var(--grow-ink);font-size:12px;line-height:1.15;}
.pmnx-grow-health-factor-band{font-style:normal;display:block;width:auto;height:auto;padding:0;margin:0;background:transparent;color:var(--grow-muted);font-size:9.5px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;font-weight:800;box-shadow:none;border:0;}
.pmnx-grow-health-factor summary>b{font-size:12px;color:var(--grow-ink);text-align:right;white-space:nowrap;font-weight:900;}
.pmnx-grow-health-factor summary>i{display:block;height:7px;border-radius:999px;background:rgba(15,110,86,.10);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(15,110,86,.04);}
.pmnx-grow-health-factor summary>i em{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--grow-teal),var(--grow-teal-md));}
.pmnx-grow-health-factor-body{padding:0 12px 13px;border-top:1px solid rgba(15,110,86,.10);background:rgba(240,250,247,.45);}
.pmnx-grow-health-factor-body p{font-size:12px;line-height:1.65;color:var(--grow-text);margin:11px 0;}
.pmnx-grow-health-scale{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 10px;}
.pmnx-grow-health-scale span{border-radius:13px;background:#fff;border:1px solid rgba(15,110,86,.10);padding:8px;font-size:11px;line-height:1.4;color:var(--grow-muted);font-weight:750;}
.pmnx-grow-health-factor-body strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--grow-teal);margin:10px 0 6px;}
.pmnx-grow-health-factor-body ul{margin:0;padding-left:17px;color:var(--grow-muted);font-size:12px;line-height:1.55;}
.pmnx-grow-health-factor-body li+li{margin-top:3px;}
@media (max-width:640px){.pmnx-grow-health-factor summary{grid-template-columns:minmax(0,1fr) auto 28px;gap:8px 10px;padding:12px;}.pmnx-grow-health-factor summary::after{grid-column:3;grid-row:1;}.pmnx-grow-health-factor summary>i{grid-column:1/-1;grid-row:2;}.pmnx-grow-health-factor summary>b{grid-column:2;grid-row:1;}.pmnx-grow-health-scale{grid-template-columns:1fr;}}


/* Growth Health v2.2.8.28 - premium layout polish */
@media (min-width:1101px){
  .pmnx-grow-intel-strip{grid-template-columns:minmax(280px,1.02fr) minmax(360px,1.34fr) minmax(280px,1.02fr);}
}
.pmnx-grow-health-card{position:relative;}
.pmnx-grow-health-bars{gap:12px;}
.pmnx-grow-health-factor{border-radius:20px;background:linear-gradient(180deg,#fff,#fbfffd);border-color:rgba(15,110,86,.14);}
.pmnx-grow-health-factor summary{
  grid-template-columns:minmax(122px,1fr) auto 34px;
  grid-template-rows:auto auto;
  gap:8px 12px;
  padding:13px 14px 14px;
}
.pmnx-grow-health-factor summary::after{grid-column:3;grid-row:1;width:26px;height:26px;font-size:14px;align-self:center;justify-self:end;}
.pmnx-grow-health-factor-name{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:5px;min-width:0;}
.pmnx-grow-health-factor-name strong{display:block;color:var(--grow-ink);font-size:12.5px;line-height:1.1;font-weight:900;letter-spacing:-.01em;white-space:nowrap;}
.pmnx-grow-health-factor-band{
  align-self:flex-start;
  display:inline-flex;
  width:auto;
  height:auto;
  max-width:100%;
  padding:3px 7px;
  border-radius:999px;
  background:var(--grow-soft);
  border:1px solid rgba(100,116,139,.16);
  color:var(--grow-muted);
  font-size:8.5px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:900;
  box-shadow:none;
}
.pmnx-grow-health-factor summary>b{grid-column:2;grid-row:1;align-self:center;justify-self:end;font-size:12.5px;color:var(--grow-ink);font-weight:950;min-width:42px;text-align:right;}
.pmnx-grow-health-factor summary>i{grid-column:1 / -1;grid-row:2;height:8px;border-radius:999px;background:rgba(15,110,86,.10);}
.pmnx-grow-health-factor summary>i em{display:block;height:100%;padding:0;border:0;background:linear-gradient(90deg,var(--grow-teal),var(--grow-teal-md));box-shadow:none;}
.pmnx-grow-health-factor-body{padding:0 14px 14px;}
@media (max-width:1100px){
  .pmnx-grow-intel-strip{grid-template-columns:1fr;}
}
@media (max-width:640px){
  .pmnx-grow-health-factor summary{grid-template-columns:minmax(0,1fr) auto 32px;grid-template-rows:auto auto;}
  .pmnx-grow-health-factor-name strong{white-space:normal;}
  .pmnx-grow-health-factor summary>b{grid-column:2;grid-row:1;}
  .pmnx-grow-health-factor summary::after{grid-column:3;grid-row:1;}
  .pmnx-grow-health-factor summary>i{grid-column:1 / -1;grid-row:2;}
}

/* v2.2.8.30 — Coaching Insights */
.pmnx-grow-coaching-section{margin:22px 0;}
.pmnx-grow-coaching-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,var(--grow-soft));}
.pmnx-grow-coaching-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;}
.pmnx-grow-coaching-item{position:relative;display:flex;min-width:0;flex-direction:column;gap:8px;padding:16px;border:1px solid rgba(15,110,86,.14);border-radius:20px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 12px 28px rgba(15,23,42,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.pmnx-grow-coaching-item:hover{transform:translateY(-2px);border-color:rgba(29,158,117,.38);box-shadow:0 18px 42px rgba(15,110,86,.10);}
.pmnx-grow-coaching-item::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--grow-teal),var(--grow-teal-md));opacity:.9;}
.pmnx-grow-coaching-item.is-warning::before{background:linear-gradient(90deg,var(--grow-amber, #BA7517),var(--grow-teal-md));}
.pmnx-grow-coaching-item.is-positive::before{background:linear-gradient(90deg,var(--grow-teal-md),var(--grow-teal-md));}
.pmnx-grow-coaching-top{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.pmnx-grow-coaching-top span{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:var(--grow-teal-bg);color:var(--grow-teal);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.pmnx-grow-coaching-top svg{width:18px;height:18px;color:var(--grow-teal);}
.pmnx-grow-coaching-item strong{display:block;font-size:15px;line-height:1.25;color:var(--grow-text);letter-spacing:-.02em;}
.pmnx-grow-coaching-item p{margin:0;font-size:13px;line-height:1.55;color:var(--grow-text-soft);}
.pmnx-grow-coaching-item small{display:block;margin-top:2px;padding:8px 10px;border-radius:12px;background:var(--grow-soft);border:1px solid rgba(15,23,42,.06);font-size:11.5px;line-height:1.45;color:var(--grow-muted);}
.pmnx-grow-coaching-item em{margin-top:auto;font-style:normal;font-size:12px;font-weight:900;color:var(--grow-teal);}
@media(max-width:1080px){.pmnx-grow-coaching-grid{grid-template-columns:1fr;}.pmnx-grow-coaching-item{border-radius:18px;}}


/* PMNX Grow guest hero title refinement */
.pmnx-grow-guest h1{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:800!important;font-size:clamp(32px,4vw,48px)!important;line-height:1.08!important;letter-spacing:-.045em!important;}
.pmnx-grow-fallback-header h1,.pmnx-grow-hero h1,.pmnx-grow-pagehead h1{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:800!important;font-size:clamp(28px,3.6vw,44px)!important;line-height:1.08!important;letter-spacing:-.045em!important;}
@media(max-width:720px){.pmnx-grow-guest h1{font-size:32px!important;line-height:1.08!important}.pmnx-grow-fallback-header h1,.pmnx-grow-hero h1,.pmnx-grow-pagehead h1{font-size:30px!important;line-height:1.08!important}}

/* v2.2.20 progress clarity */
.pmnx-grow-process-map--expanded .pmnx-grow-map-tile{flex-direction:column;gap:6px;}
.pmnx-grow-process-map--expanded .pmnx-grow-map-tile small{display:block;font:700 11px/1.3 Inter,sans-serif;color:var(--grow-muted);font-style:normal;}
.pmnx-grow-map-tile.is-started small{color:#1d4ed8;}
.pmnx-grow-domain-row em{min-width:72px;}
@media(max-width:767px){.pmnx-grow-process-map--expanded .pmnx-grow-map-tile{align-items:flex-start;text-align:left}.pmnx-grow-process-map--expanded .pmnx-grow-map-tile small{font-size:11px}}

/* v2.2.21 progress terminology + per-process detail drawer */
.pmnx-grow-map-legend--explain{gap:10px;align-items:stretch}
.pmnx-grow-map-legend--explain span{align-items:flex-start;background:#f8fafc;border:1px solid rgba(148,163,184,.16);border-radius:14px;padding:9px 10px;min-width:132px}
.pmnx-grow-map-legend--explain b{display:block;font:800 12px/1.1 Inter,sans-serif;color:#0f172a}
.pmnx-grow-map-legend--explain small{display:block;margin-top:3px;font:600 11px/1.25 Inter,sans-serif;color:#64748b}
.pmnx-grow-process-row--button{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}
.pmnx-grow-process-row--button:focus-visible{outline:3px solid rgba(15,110,86,.24);outline-offset:3px;border-radius:16px}
.pmnx-grow-modal-panel--process{width:min(760px,96vw)}
.pmnx-grow-process-detail-summary{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:16px;align-items:center;margin:14px 0 16px;padding:16px;border-radius:20px;background:#f8fafc;border:1px solid rgba(148,163,184,.16)}
.pmnx-grow-process-detail-summary strong{display:block;font:900 18px/1.15 Inter,sans-serif;color:#0f172a}
.pmnx-grow-process-detail-summary span{display:block;margin-top:4px;font:600 13px/1.45 Inter,sans-serif;color:#64748b}
.pmnx-grow-next-step-box{display:flex;flex-direction:column;gap:4px;margin:0 0 16px;padding:14px 16px;border-radius:18px;background:#ecfdf5;border:1px solid rgba(15,110,86,.18);color:#0f172a}
.pmnx-grow-next-step-box strong{font:900 14px/1.25 Inter,sans-serif;color:#065f46}
.pmnx-grow-next-step-box span{font:600 13px/1.45 Inter,sans-serif;color:#0f766e}
.pmnx-grow-next-step-box.is-complete{background:#f5f3ff;border-color:rgba(124,58,237,.18)}
.pmnx-grow-next-step-box.is-complete strong{color:#5b21b6}.pmnx-grow-next-step-box.is-complete span{color:#6d28d9}
.pmnx-grow-step-breakdown{display:flex;flex-direction:column;gap:10px;margin:16px 0 18px}
.pmnx-grow-step-row{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:flex-start;padding:12px;border-radius:16px;border:1px solid rgba(148,163,184,.16);background:#fff}
.pmnx-grow-step-row i{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#e5e7eb;border:1px solid rgba(15,23,42,.08)}
.pmnx-grow-step-row i:before{content:'○';font:800 13px/1 Inter,sans-serif;color:#64748b}
.pmnx-grow-step-row.is-done i{background:#dcfce7;border-color:#86efac}.pmnx-grow-step-row.is-done i:before{content:'✓';color:#047857}
.pmnx-grow-step-row strong{display:block;font:800 13px/1.25 Inter,sans-serif;color:#0f172a}.pmnx-grow-step-row span{display:block;margin-top:3px;font:600 12px/1.45 Inter,sans-serif;color:#64748b}
@media (max-width:782px){.pmnx-grow-map-legend--explain{display:grid;grid-template-columns:1fr}.pmnx-grow-map-legend--explain span{min-width:0}.pmnx-grow-process-detail-summary{grid-template-columns:1fr}.pmnx-grow-modal-panel--process{width:100%}}


/* v2.2.23 premium process row hover/focus contrast fix */
.pmnx-grow-process-row--button,
.pmnx-grow-process-row--button:hover,
.pmnx-grow-process-row--button:focus,
.pmnx-grow-process-row--button:active{
  appearance:none;
  -webkit-appearance:none;
  background:transparent;
  color:inherit;
  box-shadow:none;
}
.pmnx-grow-process-row--button:hover,
.pmnx-grow-process-row--button:focus{
  background:linear-gradient(135deg,rgba(236,253,245,.96),rgba(240,253,250,.92));
  border-color:rgba(15,110,86,.24);
  box-shadow:0 14px 34px rgba(15,23,42,.08), inset 0 0 0 1px rgba(255,255,255,.72);
  border-radius:18px;
  padding-left:14px;
  padding-right:14px;
}
.pmnx-grow-process-row--button:active{
  background:linear-gradient(135deg,rgba(220,252,231,.98),rgba(204,251,241,.92));
  transform:translateY(0);
  border-radius:18px;
}
.pmnx-grow-process-row--button:hover strong,
.pmnx-grow-process-row--button:focus strong,
.pmnx-grow-process-row--button:active strong{
  color:#071427;
}
.pmnx-grow-process-row--button:hover span,
.pmnx-grow-process-row--button:focus span,
.pmnx-grow-process-row--button:active span{
  color:#475569;
}
.pmnx-grow-process-row--button:hover em,
.pmnx-grow-process-row--button:focus em,
.pmnx-grow-process-row--button:active em{
  color:#00684f;
}
.pmnx-grow-process-row--button:hover .pmnx-grow-process-progress,
.pmnx-grow-process-row--button:focus .pmnx-grow-process-progress{
  background:#e6f2ef;
}

/* v2.2.24 domain coverage copy + metric alignment fix */
.pmnx-grow-domain-bar{min-width:0;width:100%;max-width:100%;}
.pmnx-grow-domain-bar span{max-width:100%;}
.pmnx-grow-domain-row em{white-space:nowrap;}
@media(min-width:625px){.pmnx-grow-domain-row{grid-template-columns:minmax(170px,1fr) minmax(150px,.9fr) minmax(92px,auto);}}
@media(max-width:624px){.pmnx-grow-domain-row em{text-align:left;}.pmnx-grow-domain-row{grid-template-columns:1fr;overflow:hidden;}}
.pmnx-grow-progress-onboarding{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;border-color:rgba(15,110,86,.16);background:radial-gradient(circle at 0 0,rgba(29,158,117,.11),transparent 30%),linear-gradient(135deg,#fff,#F8FAFC);box-shadow:0 18px 46px rgba(15,23,42,.075)}
.pmnx-grow-progress-onboarding strong{display:block;font-size:15px;font-weight:850;letter-spacing:-.015em;color:#0f172a;margin-bottom:4px}
.pmnx-grow-progress-onboarding p{margin:0;color:#475569;font-size:13px;line-height:1.55;max-width:760px}
.pmnx-grow-progress-onboarding .pmnx-grow-button{flex:0 0 auto;white-space:nowrap}
@media(max-width:760px){.pmnx-grow-progress-onboarding{flex-direction:column;align-items:flex-start}.pmnx-grow-progress-onboarding .pmnx-grow-button{width:100%;justify-content:center}}

/* v2.2.27 — mobile subnav underline + scroll fixes
   These rules are appended last to win over all earlier blocks.
   1. overflow-y:visible so the 2px ::after underline is never clipped.
   2. padding-bottom:3px gives the nav enough vertical room for the line.
   3. Non-current spans also get position:relative so the ::after anchor is always correct.
*/
@media (max-width:782px) {
  .pmnx-grow-subnav {
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding-bottom: 3px !important;
  }
  .pmnx-grow-subnav-link span {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    white-space: nowrap;
  }
  .pmnx-grow-subnav-link.is-current span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--grow-teal-md, #0e9e6b);
  }
}


/* v2.2.28 — final mobile subnav fix
   Use a real bottom border on the active item instead of an inner pseudo underline.
   This avoids the broken/covered green line caused by mobile scroll fade overlays. */
@media (max-width:782px) {
  .pmnx-grow-subnav {
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding-bottom:0 !important;
    scroll-padding-left:16px;
    scroll-padding-right:16px;
  }
  .pmnx-grow-subnav-link {
    position:relative;
    padding:13px 0 10px !important;
    border-bottom:3px solid transparent !important;
  }
  .pmnx-grow-subnav-link span,
  .pmnx-grow-subnav-link.is-current span {
    padding-bottom:0 !important;
  }
  .pmnx-grow-subnav-link.is-current {
    border-bottom-color:var(--grow-teal-md, #0e9e6b) !important;
  }
  .pmnx-grow-subnav-link.is-current span::after {
    content:none !important;
    display:none !important;
  }
  .pmnx-grow-subnav.is-scrollable::before {
    z-index:1;
  }
  .pmnx-grow-subnav.is-scrollable::after {
    z-index:2;
  }
}

/* v2.2.29 Progress Tracker orientation redesign */
.pmnx-grow-progress-redesign{--nx-blue:#185FA5;--nx-blue-md:#378ADD;--nx-blue-bg:#E6F1FB;--nx-teal:#0F6E56;--nx-ink:#0f172a;--nx-muted:#64748b;--nx-line:#d9e6f3;display:grid;gap:18px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.pmnx-grow-progress-redesign .pmnx-grow-card{border-radius:22px}.pmnx-grow-progress-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:6px 2px 12px;border-bottom:1px solid rgba(15,23,42,.09)}.pmnx-grow-progress-topbar>div:first-child{display:flex;align-items:center;gap:6px;font-size:14px;color:rgba(15,23,42,.45);font-weight:700}.pmnx-grow-progress-topbar strong{color:rgba(15,23,42,.72)}.pmnx-grow-stat-pills--compact{display:flex;gap:10px;flex-wrap:wrap}.pmnx-grow-stat-pills--compact span{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(24,95,165,.16);background:rgba(255,255,255,.88);box-shadow:0 10px 28px rgba(24,95,165,.08);border-radius:999px;padding:7px 13px;font-size:13px;color:#42526a}.pmnx-grow-stat-pills--compact strong{font-size:14px;color:#0f172a}.pmnx-grow-progress-onboarding--compact{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px}.pmnx-grow-progress-onboarding--compact strong{font-size:14px}.pmnx-grow-progress-onboarding--compact p{font-size:13px;margin:.25rem 0 0;color:#52627a}.pmnx-grow-mini-label{display:block;font-size:11px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.11em;color:#64748b}.pmnx-grow-context-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:22px 28px;border:1px solid rgba(55,138,221,.34);background:linear-gradient(135deg,rgba(230,241,251,.9),rgba(255,255,255,.96));box-shadow:0 18px 55px rgba(24,95,165,.10);border-radius:24px}.pmnx-grow-context-main h2{font-size:22px;line-height:1.15;margin:8px 0 6px;color:#113e70}.pmnx-grow-context-main p{margin:0;color:#185FA5;font-weight:650;font-size:14px}.pmnx-grow-context-steps{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.pmnx-grow-context-steps span{display:inline-flex;align-items:center;border:1px solid rgba(55,138,221,.26);background:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800;color:#185FA5}.pmnx-grow-context-steps .is-done{background:#dcfce7;border-color:#86efac;color:#047857;text-decoration:none}.pmnx-grow-context-steps .is-next{background:#eff6ff}.pmnx-grow-context-meter{position:relative;width:84px;height:84px;display:grid;place-items:center}.pmnx-grow-context-meter svg{width:84px;height:84px;transform:rotate(-90deg)}.pmnx-grow-context-meter circle{fill:none;stroke:#dbeafe;stroke-width:5}.pmnx-grow-context-meter circle+circle{stroke:#185FA5;stroke-linecap:round;stroke-dasharray:113;stroke-dashoffset:calc(113 - (113 * var(--pct,0) / 100))}.pmnx-grow-context-meter strong{position:absolute;font-size:18px;color:#185FA5}.pmnx-grow-context-cta{min-width:130px;justify-content:center}.pmnx-grow-next-compact{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px 28px;border:1px solid rgba(15,23,42,.10);border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(15,23,42,.055)}.pmnx-grow-next-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#dcfce7;color:#0f6e56}.pmnx-grow-next-compact h2{font-size:19px;line-height:1.2;margin:5px 0 4px;color:#111827}.pmnx-grow-next-compact p{margin:0;color:#475569;font-size:14px}.pmnx-grow-next-cta{white-space:nowrap;min-width:140px;justify-content:center}.pmnx-grow-progress-block{display:grid;gap:8px}.pmnx-grow-section-title{display:flex;align-items:center;gap:10px;margin-top:2px}.pmnx-grow-section-title:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,rgba(15,23,42,.15),transparent)}.pmnx-grow-section-title span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#64748b}.pmnx-grow-progress-redesign .pmnx-grow-map-card{padding:22px 28px}.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-card-head h2{font-size:18px}.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-feature-copy{font-size:13px;margin-top:4px;margin-bottom:14px}.pmnx-grow-progress-redesign .pmnx-grow-map-legend--explain span small{display:none}.pmnx-grow-progress-redesign .pmnx-grow-map-legend--explain{gap:14px}.pmnx-grow-map-tile.is-current-context{outline:3px solid #185FA5!important;outline-offset:2px;box-shadow:0 0 0 5px rgba(55,138,221,.15)!important}.pmnx-grow-progress-overview-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:18px}.pmnx-grow-domain-compact{padding:22px 26px}.pmnx-grow-card-head--compact h2{font-size:18px}.pmnx-grow-domain-mini-list{display:grid;gap:12px;margin-top:16px}.pmnx-grow-domain-mini{display:grid;grid-template-columns:115px minmax(120px,1fr) 48px;align-items:center;gap:12px}.pmnx-grow-domain-mini span{font-weight:650;color:#334155;font-size:14px}.pmnx-grow-domain-mini em{font-style:normal;text-align:right;color:#64748b;font-size:13px}.pmnx-grow-domain-mini-bar{height:8px;border-radius:999px;background:#eef2f7;overflow:hidden}.pmnx-grow-domain-mini-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2fb88e,#185FA5)}.pmnx-grow-side-metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pmnx-grow-side-metrics article{background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 30px rgba(15,23,42,.045);border-radius:18px;padding:18px 20px}.pmnx-grow-side-metrics article strong{display:block;font-size:28px;line-height:1.05;color:#111827}.pmnx-grow-side-metrics article span{display:block;margin-top:5px;color:#64748b;font-size:13px}.pmnx-grow-side-metrics .is-wide{grid-column:1/-1}.pmnx-grow-recent-mini .pmnx-grow-mini-label{margin-bottom:10px}.pmnx-grow-recent-mini p{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:0;padding:9px 0;border-top:1px solid rgba(15,23,42,.08)}.pmnx-grow-recent-mini p:first-of-type{border-top:0}.pmnx-grow-recent-mini p i{width:8px;height:8px;border-radius:50%;background:#10b981}.pmnx-grow-recent-mini p strong{font-size:14px;line-height:1.2;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pmnx-grow-recent-mini p span{font-size:12px;color:#64748b;margin:0;text-align:right}.pmnx-grow-details-panel{border-top:1px solid rgba(15,23,42,.10);padding-top:14px}.pmnx-grow-details-panel summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 2px;color:#64748b}.pmnx-grow-details-panel summary::-webkit-details-marker{display:none}.pmnx-grow-details-panel summary span{font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#334155}.pmnx-grow-details-panel summary em{font-style:normal;font-size:13px}.pmnx-grow-details-panel[open] summary{margin-bottom:14px}.pmnx-grow-progress-redesign .pmnx-grow-progress-row,.pmnx-grow-progress-redesign .pmnx-grow-metric-grid{margin-top:16px}.pmnx-grow-progress-redesign .pmnx-grow-pagehero{display:none!important}@media (max-width:900px){.pmnx-grow-progress-topbar{align-items:flex-start;flex-direction:column}.pmnx-grow-context-card,.pmnx-grow-next-compact{grid-template-columns:1fr}.pmnx-grow-context-meter{justify-self:start}.pmnx-grow-context-cta,.pmnx-grow-next-cta{width:100%}.pmnx-grow-progress-overview-grid{grid-template-columns:1fr}.pmnx-grow-domain-mini{grid-template-columns:92px minmax(80px,1fr) 42px}.pmnx-grow-side-metrics{grid-template-columns:1fr 1fr}}@media (max-width:560px){.pmnx-grow-progress-redesign{gap:14px}.pmnx-grow-stat-pills--compact span{width:100%;justify-content:space-between}.pmnx-grow-context-card,.pmnx-grow-next-compact,.pmnx-grow-progress-redesign .pmnx-grow-map-card,.pmnx-grow-domain-compact{padding:18px}.pmnx-grow-context-main h2{font-size:19px}.pmnx-grow-context-steps span{font-size:12px;padding:7px 10px}.pmnx-grow-side-metrics{grid-template-columns:1fr}.pmnx-grow-domain-mini{grid-template-columns:1fr;gap:6px}.pmnx-grow-domain-mini em{text-align:left}.pmnx-grow-details-panel summary{align-items:flex-start;flex-direction:column}.pmnx-grow-recent-mini p{grid-template-columns:auto 1fr}.pmnx-grow-recent-mini p span{grid-column:2;text-align:left}.pmnx-grow-progress-redesign .pmnx-grow-map-legend--explain{display:grid;grid-template-columns:1fr 1fr}.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-card-head{align-items:flex-start;gap:8px;flex-direction:column}}

/* v2.2.30 - Progress Tracker orientation polish: compact map + promoted coverage */
.pmnx-grow-progress-redesign .pmnx-grow-process-coverage-priority{gap:8px}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-card--priority{padding:16px 18px;border-radius:20px;box-shadow:0 14px 34px rgba(15,23,42,.055)}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-card--priority .pmnx-grow-card-head h2{font-size:17px;line-height:1.2}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-summary--compact{padding:12px 14px;border-radius:16px;margin:10px 0 8px;background:linear-gradient(135deg,rgba(230,241,251,.70),rgba(255,255,255,.96))}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-summary--compact strong{font-size:20px}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-summary--compact span{font-size:12px}
.pmnx-grow-progress-redesign .pmnx-grow-process-list--compact{display:grid;gap:7px;margin-top:8px}
.pmnx-grow-progress-redesign .pmnx-grow-process-list--compact .pmnx-grow-process-row{padding:10px 12px;border-radius:14px}
.pmnx-grow-progress-redesign .pmnx-grow-process-list--compact .pmnx-grow-process-row strong{font-size:13px;line-height:1.2}
.pmnx-grow-progress-redesign .pmnx-grow-process-list--compact .pmnx-grow-process-row span{font-size:12px;line-height:1.25}
.pmnx-grow-progress-redesign .pmnx-grow-process-list--compact .pmnx-grow-process-progress{width:112px}
.pmnx-grow-progress-redesign .pmnx-grow-process-map-priority{margin-top:2px}
.pmnx-grow-progress-redesign .pmnx-grow-map-card{padding:14px 16px;border-radius:20px}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-card-head{margin-bottom:6px}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-card-head h2{font-size:16px;line-height:1.2}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-feature-copy{display:none}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded){grid-template-columns:repeat(8,minmax(34px,46px));gap:5px;justify-content:start;margin:8px 0 10px;max-width:430px}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile{aspect-ratio:2.45/1;border-radius:7px;box-shadow:none;border-color:rgba(24,95,165,.14)}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(24,95,165,.10)}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile span{font-size:9px;font-weight:800;color:rgba(15,23,42,.78)}
.pmnx-grow-progress-redesign .pmnx-grow-map-tile.is-current-context{outline:2px solid #185FA5!important;outline-offset:1px;box-shadow:0 0 0 3px rgba(55,138,221,.14)!important}
.pmnx-grow-progress-redesign .pmnx-grow-map-legend--explain{gap:10px;margin:8px 0 4px}
.pmnx-grow-progress-redesign .pmnx-grow-map-legend--explain span{font-size:12px}
.pmnx-grow-progress-redesign .pmnx-grow-map-legend--explain i{width:12px;height:12px;border-radius:4px}
.pmnx-grow-progress-redesign .pmnx-grow-map-summary{font-size:12px;margin:6px 0 8px;color:#64748b}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-button{min-height:34px;padding:8px 12px;font-size:12px}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary em{max-width:560px;text-align:right}
@media (max-width:900px){
  .pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded){grid-template-columns:repeat(8,minmax(28px,1fr));max-width:none;width:100%;gap:5px}
  .pmnx-grow-progress-redesign .pmnx-grow-process-list--compact .pmnx-grow-process-progress{width:92px}
}
@media (max-width:560px){
  .pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded){grid-template-columns:repeat(5,minmax(38px,1fr));gap:6px}
  .pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile{aspect-ratio:2.2/1}
  .pmnx-grow-progress-redesign .pmnx-grow-coverage-card--priority{padding:14px}
  .pmnx-grow-progress-redesign .pmnx-grow-process-list--compact .pmnx-grow-process-row{grid-template-columns:1fr;gap:8px;text-align:left}
  .pmnx-grow-progress-redesign .pmnx-grow-process-list--compact .pmnx-grow-process-progress{width:100%}
  .pmnx-grow-progress-redesign .pmnx-grow-details-panel summary em{text-align:left}
}

/* v2.2.31 Progress Tracker polish */
.pmnx-grow-progress-redesign .pmnx-grow-progress-topbar{display:none!important}
.pmnx-grow-progress-redesign .pmnx-grow-process-coverage-priority .pmnx-grow-section-title{margin-top:0}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-card--priority .pmnx-grow-coverage-summary{display:none!important}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-card--priority .pmnx-grow-feature-copy{font-size:13px;margin:4px 0 12px;color:#64748b}
.pmnx-grow-progress-redesign .pmnx-grow-process-list--compact .pmnx-grow-process-row:nth-child(n+4){display:none!important}
.pmnx-grow-progress-redesign .pmnx-grow-process-map-priority{margin-top:4px}
.pmnx-grow-progress-redesign .pmnx-grow-map-card{padding:18px 20px 20px;border-radius:22px}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-card-head--map-only{justify-content:flex-end;margin-bottom:8px;min-height:0}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded){grid-template-columns:repeat(8,minmax(62px,1fr));gap:7px;justify-content:start;margin:10px 0 12px;max-width:760px;width:100%}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile{aspect-ratio:2.15/1;border-radius:9px;box-shadow:0 6px 14px rgba(24,95,165,.045);border-color:rgba(24,95,165,.16)}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile span{font-size:10.5px;font-weight:850;color:rgba(15,23,42,.82)}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-map-legend--explain{margin-bottom:6px}
.pmnx-grow-progress-redesign .pmnx-grow-map-summary{font-size:13px;margin-top:8px}
.pmnx-grow-progress-redesign .pmnx-grow-progress-overview-grid--domains-only{display:block;max-width:760px}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel{margin-top:8px;border:1px solid rgba(15,23,42,.10);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.045);padding:0;overflow:hidden}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary{padding:16px 18px;cursor:pointer;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,251,255,.94));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary span{display:flex;align-items:center;gap:10px;font-size:13px;color:#0f172a;text-transform:none;letter-spacing:0;font-weight:850}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary span:before{content:'▸';display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#e6f1fb;color:#185fa5;font-size:13px;transition:transform .18s ease}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel[open] summary span:before{transform:rotate(90deg)}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary em{font-size:12px;color:#64748b;text-align:right;max-width:none}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel[open]{padding-bottom:16px}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel[open] summary{border-bottom:1px solid rgba(15,23,42,.08);margin-bottom:0}
@media (max-width:900px){
  .pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded){grid-template-columns:repeat(8,minmax(34px,1fr));max-width:none;width:100%;gap:5px}
  .pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile{aspect-ratio:2.1/1}
}
@media (max-width:560px){
  .pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded){grid-template-columns:repeat(5,minmax(42px,1fr));gap:6px}
  .pmnx-grow-progress-redesign .pmnx-grow-map-card{padding:16px}
  .pmnx-grow-progress-redesign .pmnx-grow-details-panel summary{grid-template-columns:1fr;align-items:start}
  .pmnx-grow-progress-redesign .pmnx-grow-details-panel summary em{text-align:left}
}

/* v2.2.32 Progress Tracker final cleanup: reduce redundant coverage header, stronger analytics accordion, balanced map scale */
.pmnx-grow-progress-redesign .pmnx-grow-coverage-card--no-head{padding-top:16px!important}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-card--no-head>.pmnx-grow-card-head{display:none!important}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-card--priority .pmnx-grow-coverage-summary{display:none!important}
.pmnx-grow-progress-redesign .pmnx-grow-coverage-card--priority .pmnx-grow-feature-copy{margin-top:0!important;margin-bottom:14px!important;font-size:13px;line-height:1.45;color:#52677f}
.pmnx-grow-progress-redesign .pmnx-grow-process-list--compact{gap:9px!important}
.pmnx-grow-progress-redesign .pmnx-grow-process-list--compact .pmnx-grow-process-row:nth-child(n+4){display:none!important}

.pmnx-grow-progress-redesign .pmnx-grow-map-card{padding:20px 22px 22px!important;border-radius:22px}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-card-head--map-only{justify-content:flex-end;margin-bottom:10px;min-height:0}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-card-head--map-only h2{display:none!important}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded){grid-template-columns:repeat(8,minmax(74px,1fr))!important;gap:9px!important;justify-content:start;margin:12px 0 14px;max-width:920px!important;width:100%}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile{aspect-ratio:2.05/1!important;border-radius:10px!important;box-shadow:0 7px 16px rgba(24,95,165,.055)!important;border-color:rgba(24,95,165,.18)!important}
.pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile span{font-size:11.25px!important;font-weight:850!important;color:rgba(15,23,42,.84)!important}
.pmnx-grow-progress-redesign .pmnx-grow-map-legend--explain{gap:12px;margin:8px 0 8px!important}
.pmnx-grow-progress-redesign .pmnx-grow-map-legend--explain span{font-size:12.5px!important}
.pmnx-grow-progress-redesign .pmnx-grow-map-summary{font-size:13px!important;margin:10px 0 12px!important;color:#44556b}

.pmnx-grow-progress-redesign .pmnx-grow-details-panel{margin-top:18px!important;border:1px solid rgba(15,110,86,.18)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 34px rgba(15,23,42,.055)!important;padding:0!important;overflow:hidden!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary{padding:17px 20px!important;cursor:pointer!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(240,253,248,.72))!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(180px,auto) auto!important;align-items:center!important;gap:14px!important;list-style:none!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary::-webkit-details-marker{display:none!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary span{display:flex!important;align-items:center!important;gap:10px!important;font-size:14px!important;color:#0f172a!important;text-transform:none!important;letter-spacing:0!important;font-weight:850!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary span:before{content:'▸'!important;display:inline-grid!important;place-items:center!important;width:26px!important;height:26px!important;border-radius:999px!important;background:#e6f7f1!important;color:#0f6e56!important;font-size:13px!important;transition:transform .18s ease!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel[open] summary span:before{transform:rotate(90deg)!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary em{font-style:normal!important;font-size:12.5px!important;color:#64748b!important;text-align:right!important;max-width:none!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel summary b{font-size:12px!important;color:#0f6e56!important;background:#dff6ee!important;border:1px solid rgba(15,110,86,.16)!important;border-radius:999px!important;padding:7px 11px!important;line-height:1!important;font-weight:800!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel[open] summary b{font-size:0!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel[open] summary b:after{content:'Collapse';font-size:12px!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel[open] summary{border-bottom:1px solid rgba(15,110,86,.12)!important;margin-bottom:0!important}
.pmnx-grow-progress-redesign .pmnx-grow-details-panel[open]{padding-bottom:18px!important}

@media (max-width:900px){
  .pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded){grid-template-columns:repeat(8,minmax(36px,1fr))!important;gap:6px!important;max-width:none!important;width:100%!important}
  .pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded) .pmnx-grow-map-tile{aspect-ratio:2.1/1!important}
  .pmnx-grow-progress-redesign .pmnx-grow-details-panel summary{grid-template-columns:minmax(0,1fr) auto!important}
  .pmnx-grow-progress-redesign .pmnx-grow-details-panel summary em{grid-column:1/-1;text-align:left!important}
}
@media (max-width:560px){
  .pmnx-grow-progress-redesign .pmnx-grow-map-card{padding:16px!important}
  .pmnx-grow-progress-redesign .pmnx-grow-map-card .pmnx-grow-process-map:not(.pmnx-grow-process-map--expanded){grid-template-columns:repeat(5,minmax(42px,1fr))!important;gap:6px!important}
  .pmnx-grow-progress-redesign .pmnx-grow-details-panel summary{grid-template-columns:1fr!important;align-items:start!important}
  .pmnx-grow-progress-redesign .pmnx-grow-details-panel summary b{justify-self:start}
}


/* v2.2.35 - Progress Tracker contextual polish */
.pmnx-grow-progress-redesign .pmnx-grow-next-compact{display:none}
.pmnx-grow-context-cta,
.pmnx-grow-context-cta:visited,
.pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button,
.pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button:visited{color:#fff!important;background:linear-gradient(135deg,#0f6e56,#168f70)!important;border-color:transparent!important;text-decoration:none!important}
.pmnx-grow-context-cta:hover,
.pmnx-grow-context-cta:focus-visible,
.pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button:hover,
.pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button:focus-visible{color:#fff!important;background:linear-gradient(135deg,#0b5f49,#0f6e56)!important;box-shadow:0 18px 34px rgba(15,110,86,.24)!important}
.pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button--ghost,
.pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button--ghost:visited{background:#fff!important;color:#0f6e56!important;border-color:rgba(15,110,86,.20)!important;box-shadow:0 10px 22px rgba(15,23,42,.05)!important}
.pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button--ghost:hover,
.pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button--ghost:focus-visible{background:#e8f7f2!important;color:#064e3b!important}

.pmnx-grow-modal-panel{padding-top:26px!important;padding-right:42px!important}
.pmnx-grow-modal-close{top:16px!important;right:16px!important;width:34px!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border-radius:999px!important;background:rgba(255,255,255,.96)!important;color:#0f172a!important;border:1px solid rgba(148,163,184,.24)!important;box-shadow:0 12px 28px rgba(15,23,42,.10)!important;font:700 20px/1 Inter,system-ui,sans-serif!important;line-height:1!important;z-index:10!important}
.pmnx-grow-modal-close:hover,.pmnx-grow-modal-close:focus-visible{background:#e6f1fb!important;color:#185fa5!important;border-color:rgba(24,95,165,.28)!important;transform:none!important}
.pmnx-grow-modal-panel .pmnx-grow-card-head{padding-right:46px!important}
.pmnx-grow-process-detail-modal .pmnx-grow-modal-panel--process{width:min(760px,94vw)!important;max-height:min(88vh,640px)!important;padding:22px 34px 24px!important;border-radius:24px!important}
.pmnx-grow-process-detail-modal .pmnx-grow-card-head{margin-bottom:10px!important}
.pmnx-grow-process-detail-modal .pmnx-grow-card-head h2{font-size:18px!important;line-height:1.2!important}
.pmnx-grow-process-detail-modal .pmnx-grow-next-step-box{margin:8px 0 12px!important;padding:14px 16px!important;border-radius:16px!important}
.pmnx-grow-process-detail-modal .pmnx-grow-next-step-box strong{font-size:15px!important;line-height:1.25!important}
.pmnx-grow-process-detail-modal .pmnx-grow-next-step-box span{font-size:12.5px!important;line-height:1.35!important}
.pmnx-grow-process-detail-modal .pmnx-grow-step-breakdown{display:grid!important;gap:9px!important}
.pmnx-grow-process-detail-modal .pmnx-grow-step-row{min-height:56px!important;padding:10px 12px!important;border-radius:16px!important}
.pmnx-grow-process-detail-modal .pmnx-grow-step-row strong{font-size:14px!important;line-height:1.2!important}
.pmnx-grow-process-detail-modal .pmnx-grow-step-row span{font-size:12px!important;line-height:1.3!important;margin-top:2px!important}
.pmnx-grow-process-detail-modal .pmnx-grow-actions{margin-top:14px!important;gap:10px!important}
.pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button{height:44px!important;border-radius:13px!important;font-size:13px!important;padding:0 18px!important;width:auto!important}

.pmnx-grow-modal-panel--wide{width:min(1140px,94vw)!important;max-height:min(88vh,650px)!important;padding:24px 38px 28px!important;border-radius:24px!important}
.pmnx-grow-modal-panel--wide .pmnx-grow-card-head h2{font-size:18px!important;line-height:1.2!important}
.pmnx-grow-modal-panel--wide .pmnx-grow-map-legend--explain{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:8px 0 10px!important}
.pmnx-grow-modal-panel--wide .pmnx-grow-map-legend--explain span{min-height:auto!important;padding:8px 10px!important;border-radius:12px!important}
.pmnx-grow-modal-panel--wide .pmnx-grow-map-legend--explain span small{display:none!important}
.pmnx-grow-process-map--expanded{grid-template-columns:repeat(8,minmax(104px,1fr))!important;gap:8px!important}
.pmnx-grow-process-map--expanded .pmnx-grow-map-tile{min-height:62px!important;padding:9px 8px!important;border-radius:12px!important;gap:4px!important}
.pmnx-grow-process-map--expanded .pmnx-grow-map-tile em{font-size:11.5px!important;line-height:1.15!important;max-width:100%!important}
.pmnx-grow-process-map--expanded .pmnx-grow-map-tile small{font-size:10px!important;line-height:1.2!important}

@media (max-width:900px){
  .pmnx-grow-modal-panel{padding-right:24px!important}
  .pmnx-grow-process-detail-modal .pmnx-grow-modal-panel--process{width:96vw!important;max-height:88vh!important;padding:20px!important}
  .pmnx-grow-modal-panel--wide{width:96vw!important;max-height:88vh!important;padding:20px!important}
  .pmnx-grow-process-map--expanded{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (max-width:560px){
  .pmnx-grow-modal{padding:10px!important}
  .pmnx-grow-process-map--expanded{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pmnx-grow-process-detail-modal .pmnx-grow-actions{display:grid!important;grid-template-columns:1fr!important}
  .pmnx-grow-process-detail-modal .pmnx-grow-actions .pmnx-grow-button{width:100%!important}
}

/* v2.2.36 - Detailed analytics cleanup: merged coaching, reduced duplication */
.pmnx-grow-details-panel .pmnx-grow-coaching-section--merged{
  margin: 18px 0 18px;
}
.pmnx-grow-coaching-card--merged{
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,253,248,.92));
  border-color: rgba(15,110,86,.16);
}
.pmnx-grow-coaching-grid--merged{
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.pmnx-grow-progress-row--analytics{
  margin-top: 14px;
}
@media (max-width: 820px){
  .pmnx-grow-coaching-grid--merged{
    grid-template-columns: 1fr;
  }
}

/* v2.2.37 - Profile / Certifications split and certification UX polish */
.pmnx-profile-shell--settings,
.pmnx-certifications-shell{display:grid;gap:18px}
.pmnx-profile-compact-hero,
.pmnx-cert-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 30px!important;border:1px solid rgba(15,110,86,.14)!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,253,248,.84))!important;box-shadow:0 18px 42px rgba(15,110,86,.07)!important}
.pmnx-profile-compact-hero h1,
.pmnx-cert-hero h1{margin:6px 0 6px!important;font-size:clamp(28px,3vw,40px)!important;line-height:1.05!important;letter-spacing:-.045em!important;color:#07162d!important}
.pmnx-profile-compact-hero p,
.pmnx-cert-hero p{margin:0!important;max-width:720px!important;font-size:15px!important;line-height:1.55!important;color:#486079!important}
.pmnx-profile-compact-hero a{color:#0f6e56!important;font-weight:800!important;text-decoration:none!important}
.pmnx-profile-grid--settings{grid-template-columns:minmax(0,1fr) 320px!important;align-items:start!important}
.pmnx-cert-hero-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.pmnx-cert-list-card{padding:24px!important}
.pmnx-cert-list-premium{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.pmnx-cert-card{position:relative;display:grid;gap:16px;padding:18px!important;border:1px solid rgba(15,110,86,.14);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(15,110,86,.06);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.pmnx-cert-card:hover{transform:translateY(-1px);border-color:rgba(15,110,86,.28);box-shadow:0 18px 36px rgba(15,110,86,.09)}
.pmnx-cert-card.is-primary{background:linear-gradient(135deg,#fff,#ecfff8);border-color:rgba(29,158,117,.32)}
.pmnx-cert-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.pmnx-cert-code{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:999px;background:#e1f5ee;color:#0f6e56;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.pmnx-cert-card h3{margin:8px 0 0;font-size:22px;letter-spacing:-.035em;line-height:1.1;color:#07162d}
.pmnx-cert-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.pmnx-cert-badges span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f4f8fb;border:1px solid rgba(55,138,221,.14);font-size:11px;font-weight:900;color:#37516f;letter-spacing:.04em;text-transform:uppercase}
.pmnx-cert-card.is-primary .pmnx-cert-badges span:first-child{background:#d9f8ec;color:#0f6e56;border-color:rgba(29,158,117,.22)}
.pmnx-cert-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}
.pmnx-cert-card dl div{padding:10px 12px;border:1px solid rgba(15,110,86,.10);border-radius:14px;background:rgba(248,252,251,.82)}
.pmnx-cert-card dt{margin:0 0 5px;font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:#6b7c90;font-weight:900}
.pmnx-cert-card dd{margin:0;color:#07162d;font-size:13px;font-weight:750;line-height:1.35}
.pmnx-cert-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.pmnx-cert-actions form{margin:0}
.pmnx-cert-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}
.pmnx-cert-form-card{padding:24px!important}
.pmnx-cert-form-card .pmnx-profile-help{margin-top:-4px!important;margin-bottom:18px!important}
.pmnx-cert-side{display:grid;gap:18px}
.pmnx-cert-side .pmnx-grow-button{margin-top:14px;width:100%;justify-content:center}
.pmnx-profile-card .pmnx-grow-card-head h2{font-size:18px!important;letter-spacing:-.02em!important}
.pmnx-profile-form label span{font-size:11.5px!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:#5b6d82!important;font-weight:850!important}
.pmnx-profile-form input,
.pmnx-profile-form select,
.pmnx-profile-form textarea{min-height:46px!important;border-radius:16px!important;font-size:14px!important;border-color:rgba(15,110,86,.13)!important;background:rgba(255,255,255,.94)!important}
.pmnx-profile-actions{gap:10px!important}
@media (max-width:980px){
  .pmnx-profile-grid--settings,.pmnx-cert-layout{grid-template-columns:1fr!important}
  .pmnx-cert-list-premium{grid-template-columns:1fr}
  .pmnx-profile-compact-hero,.pmnx-cert-hero{align-items:flex-start;flex-direction:column;padding:22px!important}
  .pmnx-cert-hero-actions{justify-content:flex-start;width:100%}
}
@media (max-width:620px){
  .pmnx-cert-card dl{grid-template-columns:1fr}
  .pmnx-cert-card-top{flex-direction:column}
  .pmnx-cert-badges{justify-content:flex-start}
  .pmnx-cert-hero-actions .pmnx-grow-button{width:100%;justify-content:center}
}

/* v2.2.38 profile/certifications polish */
.pmnx-profile-compact-hero--minimal{padding:18px 22px!important;gap:16px!important;justify-content:flex-start!important;background:rgba(255,255,255,.92)!important;box-shadow:0 10px 28px rgba(15,23,42,.05)!important}
.pmnx-profile-compact-hero--minimal .pmnx-profile-avatar{width:72px!important;height:72px!important;border-radius:20px!important}
.pmnx-profile-compact-hero--minimal h1{font-size:clamp(24px,2.2vw,32px)!important;margin:4px 0 4px!important;letter-spacing:-.035em!important}
.pmnx-profile-identity-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#52657c;font-size:13px;line-height:1.35}
.pmnx-profile-identity-meta span+span{position:relative}
.pmnx-profile-identity-meta span+span:before{content:'•';position:absolute;left:-9px;color:#9aa9b8}
.pmnx-cert-hero--compact{padding:22px 28px!important;min-height:0!important;align-items:center!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,253,248,.74))!important;box-shadow:0 12px 30px rgba(15,110,86,.06)!important}
.pmnx-cert-hero--compact h1{font-size:clamp(25px,2.4vw,34px)!important;margin:4px 0 4px!important;letter-spacing:-.04em!important}
.pmnx-cert-hero--compact p{font-size:14px!important;line-height:1.45!important;max-width:540px!important}
.pmnx-cert-hero-actions .pmnx-grow-button,.pmnx-cert-hero-actions .pmnx-grow-button:visited{color:#fff!important;background:linear-gradient(135deg,#0f6e56,#168f70)!important;border-color:transparent!important;text-decoration:none!important}
.pmnx-cert-hero-actions .pmnx-grow-button:hover,.pmnx-cert-hero-actions .pmnx-grow-button:focus-visible{color:#fff!important;background:linear-gradient(135deg,#0b5f49,#0f6e56)!important;box-shadow:0 16px 30px rgba(15,110,86,.24)!important}
.pmnx-cert-hero-actions .pmnx-grow-button--ghost,.pmnx-cert-hero-actions .pmnx-grow-button--ghost:visited{background:#fff!important;color:#0f6e56!important;border-color:rgba(15,110,86,.20)!important;box-shadow:0 10px 22px rgba(15,23,42,.05)!important}
.pmnx-cert-hero-actions .pmnx-grow-button--ghost:hover,.pmnx-cert-hero-actions .pmnx-grow-button--ghost:focus-visible{background:#e8f7f2!important;color:#064e3b!important}
@media(max-width:760px){.pmnx-profile-compact-hero--minimal{align-items:flex-start!important}.pmnx-profile-identity-meta{flex-direction:column;gap:4px}.pmnx-profile-identity-meta span+span:before{display:none}.pmnx-cert-hero--compact{padding:20px!important}.pmnx-cert-hero-actions{width:100%}.pmnx-cert-hero-actions .pmnx-grow-button{width:100%!important}}

/* PM Nexus Grow Overview v2.2.45 - compact premium adaptive overview */
.pmnx-grow-overview-v2{
  --pmnx-grow-teal:#0F6E56;
  --pmnx-grow-teal-2:#168263;
  --pmnx-grow-teal-bg:#E8F6F1;
  --pmnx-grow-ink:#10251f;
  --pmnx-grow-muted:#667a74;
  --pmnx-grow-line:#dcebe6;
  max-width:1160px;
  margin:0 auto;
  padding:18px clamp(16px,2.4vw,28px) 42px;
  color:var(--pmnx-grow-ink);
}
.pmnx-grow-overview-v2-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:8px 0 18px;
  border-bottom:1px solid rgba(15,110,86,.12);
  margin-bottom:18px;
}
.pmnx-grow-overview-v2-kicker,
.pmnx-grow-overview-v2-cardtop span,
.pmnx-grow-overview-v2-today>span,
.pmnx-grow-overview-v2-snapshot>span,
.pmnx-grow-overview-v2-panel-head>span{
  display:block;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:800;
  color:var(--pmnx-grow-teal);
}
.pmnx-grow-overview-v2-head h1{
  margin:4px 0 2px;
  font-size:clamp(1.35rem,2vw,1.85rem);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:800;
}
.pmnx-grow-overview-v2-head p{
  margin:0;
  color:var(--pmnx-grow-muted);
  font-size:.95rem;
  line-height:1.45;
}
.pmnx-grow-overview-v2-profile{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:var(--pmnx-grow-ink);
  padding:8px 10px;
  border:1px solid rgba(15,110,86,.12);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 24px rgba(21,54,44,.05);
  min-width:185px;
}
.pmnx-grow-overview-v2-profile:hover,
.pmnx-grow-overview-v2-profile:focus-visible{
  border-color:rgba(15,110,86,.28);
  background:#fff;
  color:var(--pmnx-grow-ink);
}
.pmnx-grow-overview-v2-profile>span{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#0f6e56,#168263);
  color:#fff;
  font-size:.95rem;
  font-weight:800;
  text-transform:uppercase;
  flex:0 0 auto;
}
.pmnx-grow-overview-v2-profile strong{
  display:block;
  font-size:.9rem;
  line-height:1.2;
}
.pmnx-grow-overview-v2-profile em{
  display:block;
  font-style:normal;
  color:var(--pmnx-grow-muted);
  font-size:.76rem;
  line-height:1.2;
  margin-top:2px;
}
.pmnx-grow-overview-v2-grid{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);
  gap:16px;
  align-items:stretch;
  margin-bottom:16px;
}
.pmnx-grow-overview-v2-continue,
.pmnx-grow-overview-v2-today,
.pmnx-grow-overview-v2-snapshot,
.pmnx-grow-overview-v2-panel{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(15,110,86,.13);
  border-radius:24px;
  box-shadow:0 14px 34px rgba(16,52,43,.06);
}
.pmnx-grow-overview-v2-continue{
  padding:20px;
  position:relative;
  overflow:hidden;
}
.pmnx-grow-overview-v2-continue:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,#0f6e56,#47b089);
}
.pmnx-grow-overview-v2-cardtop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
  padding-left:2px;
}
.pmnx-grow-overview-v2-cardtop em{
  font-style:normal;
  padding:5px 9px;
  border-radius:999px;
  background:var(--pmnx-grow-teal-bg);
  color:#0e604c;
  font-size:11px;
  font-weight:750;
  border:1px solid rgba(15,110,86,.14);
}
.pmnx-grow-overview-v2-continue-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) 92px;
  align-items:center;
  gap:18px;
}
.pmnx-grow-overview-v2-continue-main h2{
  margin:0 0 6px;
  font-size:clamp(1.25rem,2vw,1.7rem);
  line-height:1.12;
  letter-spacing:-.035em;
}
.pmnx-grow-overview-v2-continue-main p{
  margin:0;
  color:var(--pmnx-grow-muted);
  font-size:.92rem;
  line-height:1.48;
  max-width:58ch;
}
.pmnx-grow-overview-v2-ring{
  --pmnx-overview-pct:0;
  width:88px;
  height:88px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  background:conic-gradient(var(--pmnx-grow-teal) calc(var(--pmnx-overview-pct)*1%), #e7f1ee 0);
  position:relative;
  box-shadow:inset 0 0 0 1px rgba(15,110,86,.08);
}
.pmnx-grow-overview-v2-ring:after{
  content:"";
  position:absolute;
  inset:9px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 4px 16px rgba(16,52,43,.06);
}
.pmnx-grow-overview-v2-ring strong,
.pmnx-grow-overview-v2-ring span{
  position:relative;
  z-index:1;
  display:block;
}
.pmnx-grow-overview-v2-ring strong{
  font-size:1.1rem;
  letter-spacing:-.03em;
}
.pmnx-grow-overview-v2-ring span{
  margin-top:-23px;
  font-size:.63rem;
  color:var(--pmnx-grow-muted);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:750;
}
.pmnx-grow-overview-v2-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.pmnx-grow-overview-v2-actions .pmnx-grow-button,
.pmnx-grow-overview-v2-actions .pmnx-grow-button--ghost{
  min-height:38px;
  border-radius:999px;
  padding:9px 15px;
  font-size:.86rem;
}
.pmnx-grow-overview-v2-today{
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(180deg,#fff,#f8fcfb);
}
.pmnx-grow-overview-v2-today h2{
  margin:8px 0 8px;
  font-size:1.1rem;
  letter-spacing:-.025em;
}
.pmnx-grow-overview-v2-today p{
  margin:0;
  font-size:.9rem;
  line-height:1.5;
  color:var(--pmnx-grow-muted);
}
.pmnx-grow-overview-v2-today small{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-top:14px;
  padding:7px 10px;
  border-radius:999px;
  background:var(--pmnx-grow-teal-bg);
  color:#0e604c;
  font-size:.78rem;
  font-weight:750;
}
.pmnx-grow-overview-v2-snapshots{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-bottom:18px;
}
.pmnx-grow-overview-v2-snapshot{
  display:block;
  text-decoration:none;
  padding:16px;
  color:var(--pmnx-grow-ink);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.pmnx-grow-overview-v2-snapshot:hover,
.pmnx-grow-overview-v2-snapshot:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(15,110,86,.30);
  box-shadow:0 18px 42px rgba(16,52,43,.09);
  color:var(--pmnx-grow-ink);
}
.pmnx-grow-overview-v2-snapshot strong{
  display:block;
  margin:9px 0 4px;
  font-size:1.35rem;
  line-height:1;
  letter-spacing:-.04em;
}
.pmnx-grow-overview-v2-snapshot p{
  margin:0 0 12px;
  color:var(--pmnx-grow-muted);
  font-size:.84rem;
  line-height:1.38;
  min-height:2.3em;
}
.pmnx-grow-overview-v2-snapshot small{
  display:block;
  margin-top:10px;
  color:var(--pmnx-grow-teal);
  font-size:.78rem;
  font-weight:800;
}
.pmnx-grow-overview-v2-snapshot .pmnx-grow-command-mini-bar{
  height:6px;
  background:#edf5f2;
  border-radius:999px;
  overflow:hidden;
}
.pmnx-grow-overview-v2-snapshot .pmnx-grow-command-mini-bar i{
  display:block;
  height:100%;
  border-radius:999px;
  background:var(--pmnx-grow-teal);
}
.pmnx-grow-overview-v2-snapshot .pmnx-grow-command-mini-bar i.is-pdu{background:#2c9b72;}
.pmnx-grow-overview-v2-snapshot .pmnx-grow-command-mini-bar i.is-profile{background:#6e9f91;}
.pmnx-grow-overview-v2-lower{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:16px;
}
.pmnx-grow-overview-v2-panel{
  padding:16px;
}
.pmnx-grow-overview-v2-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.pmnx-grow-overview-v2-panel-head a{
  color:var(--pmnx-grow-teal);
  text-decoration:none;
  font-size:.78rem;
  font-weight:800;
}
.pmnx-grow-overview-v2-row{
  display:grid;
  grid-template-columns:10px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:10px 0;
  border-top:1px solid rgba(15,110,86,.10);
  font-size:.88rem;
}
.pmnx-grow-overview-v2-row:first-of-type{border-top:0;}
.pmnx-grow-overview-v2-row i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#bed8cf;
}
.pmnx-grow-overview-v2-row i.is-active{background:var(--pmnx-grow-teal);box-shadow:0 0 0 4px rgba(15,110,86,.10);}
.pmnx-grow-overview-v2-row strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pmnx-grow-overview-v2-row span{
  color:var(--pmnx-grow-muted);
  font-size:.78rem;
  white-space:nowrap;
}
.pmnx-grow-overview-v2 .pmnx-grow-command-achievement,
.pmnx-grow-overview-v2 .pmnx-grow-achievement-row{
  font-size:.88rem;
}
@media (max-width:900px){
  .pmnx-grow-overview-v2{padding-inline:14px;}
  .pmnx-grow-overview-v2-head{align-items:flex-start;}
  .pmnx-grow-overview-v2-profile{min-width:0;}
  .pmnx-grow-overview-v2-grid,
  .pmnx-grow-overview-v2-lower{grid-template-columns:1fr;}
  .pmnx-grow-overview-v2-snapshots{grid-template-columns:1fr;}
  .pmnx-grow-overview-v2-snapshot p{min-height:0;}
}
@media (max-width:640px){
  .pmnx-grow-overview-v2-head{display:block;}
  .pmnx-grow-overview-v2-profile{margin-top:12px;width:100%;}
  .pmnx-grow-overview-v2-continue{padding:17px;}
  .pmnx-grow-overview-v2-continue-main{grid-template-columns:1fr;}
  .pmnx-grow-overview-v2-ring{width:78px;height:78px;}
  .pmnx-grow-overview-v2-actions .pmnx-grow-button{width:100%;justify-content:center;}
  .pmnx-grow-overview-v2-row{grid-template-columns:10px minmax(0,1fr);}
  .pmnx-grow-overview-v2-row span{grid-column:2;white-space:normal;margin-top:-6px;}
}

/* PM Nexus Grow Overview v2.2.46 - overview readability + flow polish */
.pmnx-grow-overview-v2{
  padding-top:10px;
}
.pmnx-grow-overview-v2 .pmnx-grow-overview-v2-head{
  display:none !important;
}
.pmnx-grow-overview-v2-continue-main p,
.pmnx-grow-overview-v2-today p,
.pmnx-grow-overview-v2-snapshot p,
.pmnx-grow-overview-v2-row,
.pmnx-grow-overview-v2 .pmnx-grow-empty{
  font-size:.96rem;
  line-height:1.56;
}
.pmnx-grow-overview-v2-snapshot small,
.pmnx-grow-overview-v2-panel-head a,
.pmnx-grow-overview-v2-actions .pmnx-grow-button,
.pmnx-grow-overview-v2-actions .pmnx-grow-button--ghost{
  font-size:.93rem !important;
  line-height:1.2;
}
.pmnx-grow-overview-v2-profile strong,
.pmnx-grow-overview-v2-profile em{
  font-size:.93rem;
}
.pmnx-grow-overview-v2-profile em{
  font-size:.86rem;
}
.pmnx-grow-overview-v2-time-row{
  display:grid;
  grid-template-columns:minmax(0,210px) minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:12px 0;
  border-top:1px solid rgba(15,110,86,.10);
}
.pmnx-grow-overview-v2-time-row:first-of-type{border-top:0;}
.pmnx-grow-overview-v2-time-row strong{
  display:block;
  color:var(--pmnx-grow-ink);
  font-size:.96rem;
  line-height:1.22;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pmnx-grow-overview-v2-time-row span{
  display:block;
  margin-top:3px;
  color:var(--pmnx-grow-muted);
  font-size:.88rem;
  line-height:1.25;
}
.pmnx-grow-overview-v2-time-bar{
  height:7px;
  border-radius:999px;
  background:#edf5f2;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(15,110,86,.05);
}
.pmnx-grow-overview-v2-time-bar i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#0F6E56,#36A57D);
}
@media(max-width:640px){
  .pmnx-grow-overview-v2-time-row{
    grid-template-columns:1fr;
    gap:8px;
  }
}


/* PM Nexus Grow Overview v2.2.48 - overview card readability polish */
.pmnx-grow-overview-v2{
  --pmnx-overview-body-size:1rem;
  --pmnx-overview-meta-size:.94rem;
  --pmnx-overview-cta-size:.98rem;
}
.pmnx-grow-overview-v2-continue-main p,
.pmnx-grow-overview-v2-today p,
.pmnx-grow-overview-v2-snapshot p,
.pmnx-grow-overview-v2-row,
.pmnx-grow-overview-v2 .pmnx-grow-empty{
  font-size:var(--pmnx-overview-body-size) !important;
  line-height:1.6 !important;
  letter-spacing:-.006em;
}
.pmnx-grow-overview-v2-continue-main h2{
  font-size:clamp(1.32rem,2vw,1.74rem);
}
.pmnx-grow-overview-v2-today h2{
  font-size:1.18rem;
  line-height:1.22;
}
.pmnx-grow-overview-v2-snapshot strong{
  font-size:1.46rem;
}
.pmnx-grow-overview-v2-snapshot small,
.pmnx-grow-overview-v2-panel-head a,
.pmnx-grow-overview-v2-actions .pmnx-grow-button,
.pmnx-grow-overview-v2-actions .pmnx-grow-button--ghost{
  font-size:var(--pmnx-overview-cta-size) !important;
  line-height:1.22 !important;
  letter-spacing:-.004em;
}
.pmnx-grow-overview-v2-actions .pmnx-grow-button,
.pmnx-grow-overview-v2-actions .pmnx-grow-button--ghost{
  padding:10px 17px;
  min-height:42px;
}
.pmnx-grow-overview-v2-profile strong{
  font-size:1rem !important;
  line-height:1.25;
}
.pmnx-grow-overview-v2-profile em{
  font-size:.94rem !important;
  line-height:1.28;
}
.pmnx-grow-overview-v2-time-row strong{
  font-size:1rem !important;
}
.pmnx-grow-overview-v2-time-row span{
  font-size:.92rem !important;
  line-height:1.32;
}
.pmnx-grow-overview-v2-panel-head>span,
.pmnx-grow-overview-v2-cardtop span,
.pmnx-grow-overview-v2-today>span,
.pmnx-grow-overview-v2-snapshot>span{
  font-size:11.5px;
}
@media(max-width:640px){
  .pmnx-grow-overview-v2{
    --pmnx-overview-body-size:.98rem;
    --pmnx-overview-meta-size:.92rem;
    --pmnx-overview-cta-size:.96rem;
  }
  .pmnx-grow-overview-v2-snapshot strong{font-size:1.36rem;}
}


/* PM Nexus Grow Overview v2.2.49 - stronger readability pass */
.pmnx-grow-overview-v2{
  --pmnx-overview-body-size:1.08rem;
  --pmnx-overview-meta-size:1rem;
  --pmnx-overview-cta-size:1.04rem;
}
.pmnx-grow-overview-v2-continue-main p,
.pmnx-grow-overview-v2-today p,
.pmnx-grow-overview-v2-snapshot p,
.pmnx-grow-overview-v2-row,
.pmnx-grow-overview-v2 .pmnx-grow-empty{
  font-size:var(--pmnx-overview-body-size) !important;
  line-height:1.62 !important;
  color:#41564f !important;
}
.pmnx-grow-overview-v2-continue-main h2{
  font-size:clamp(1.48rem,2.2vw,1.95rem) !important;
  line-height:1.12 !important;
}
.pmnx-grow-overview-v2-today h2{
  font-size:1.34rem !important;
  line-height:1.24 !important;
}
.pmnx-grow-overview-v2-snapshot strong{
  font-size:1.62rem !important;
  line-height:1.08 !important;
}
.pmnx-grow-overview-v2-snapshot small,
.pmnx-grow-overview-v2-panel-head a,
.pmnx-grow-overview-v2-actions .pmnx-grow-button,
.pmnx-grow-overview-v2-actions .pmnx-grow-button--ghost{
  font-size:var(--pmnx-overview-cta-size) !important;
  line-height:1.24 !important;
  font-weight:800 !important;
}
.pmnx-grow-overview-v2-actions .pmnx-grow-button,
.pmnx-grow-overview-v2-actions .pmnx-grow-button--ghost{
  padding:11px 19px !important;
  min-height:46px !important;
}
.pmnx-grow-overview-v2-snapshot p{
  min-height:2.6em;
}
.pmnx-grow-overview-v2-cardtop span,
.pmnx-grow-overview-v2-today>span,
.pmnx-grow-overview-v2-snapshot>span,
.pmnx-grow-overview-v2-panel-head>span{
  font-size:.82rem !important;
  letter-spacing:.105em !important;
}
.pmnx-grow-overview-v2-cardtop em,
.pmnx-grow-overview-v2-today small{
  font-size:.95rem !important;
  line-height:1.22 !important;
}
.pmnx-grow-overview-v2-profile strong{
  font-size:1.08rem !important;
}
.pmnx-grow-overview-v2-profile em{
  font-size:1rem !important;
}
.pmnx-grow-overview-v2-time-row strong{
  font-size:1.07rem !important;
}
.pmnx-grow-overview-v2-time-row span{
  font-size:1rem !important;
}
.pmnx-grow-overview-v2-row strong{
  font-size:1.06rem !important;
}
.pmnx-grow-overview-v2-row span{
  font-size:1rem !important;
}
@media(max-width:640px){
  .pmnx-grow-overview-v2{
    --pmnx-overview-body-size:1.02rem;
    --pmnx-overview-cta-size:1rem;
  }
  .pmnx-grow-overview-v2-continue-main h2{font-size:1.42rem !important;}
  .pmnx-grow-overview-v2-today h2{font-size:1.24rem !important;}
  .pmnx-grow-overview-v2-snapshot strong{font-size:1.48rem !important;}
}


/* PM Nexus Grow v2.2.51 - visual consistency pass across Grow pages */
.pmnx-grow-page,
.pmnx-grow-overview-v2,
.pmnx-grow-progress-redesign,
.pmnx-profile-shell--settings,
.pmnx-certifications-shell{
  --pmnx-grow-ui-body:15.5px;
  --pmnx-grow-ui-meta:14px;
  --pmnx-grow-ui-cta:14.5px;
  --pmnx-grow-ui-title:20px;
  --pmnx-grow-ui-radius:22px;
  --pmnx-grow-ui-shadow:0 14px 34px rgba(15,23,42,.055);
}
.pmnx-grow-card,
.pmnx-grow-overview-v2-continue,
.pmnx-grow-overview-v2-today,
.pmnx-grow-overview-v2-snapshot,
.pmnx-grow-overview-v2-panel,
.pmnx-profile-card,
.pmnx-cert-card,
.pmnx-cert-form-card,
.pmnx-cert-list-card,
.pmnx-profile-compact-hero--minimal,
.pmnx-cert-hero--compact{
  border-radius:var(--pmnx-grow-ui-radius)!important;
  border-color:rgba(15,110,86,.14)!important;
  box-shadow:var(--pmnx-grow-ui-shadow)!important;
}
.pmnx-grow-card-head h2,
.pmnx-profile-card .pmnx-grow-card-head h2,
.pmnx-cert-form-card .pmnx-grow-card-head h2,
.pmnx-cert-list-card .pmnx-grow-card-head h2{
  font-size:var(--pmnx-grow-ui-title)!important;
  line-height:1.2!important;
  letter-spacing:-.025em!important;
}
.pmnx-grow-feature-copy,
.pmnx-grow-empty,
.pmnx-grow-mini-list,
.pmnx-grow-callout,
.pmnx-profile-cert-meta,
.pmnx-profile-preference strong,
.pmnx-profile-identity-meta,
.pmnx-cert-card dd,
.pmnx-profile-form input,
.pmnx-profile-form select,
.pmnx-profile-form textarea{
  font-size:var(--pmnx-grow-ui-body)!important;
  line-height:1.55!important;
}
.pmnx-grow-badge,
.pmnx-profile-badge,
.pmnx-cert-code,
.pmnx-cert-badges span,
.pmnx-cert-card dt,
.pmnx-profile-form label span{
  font-size:12px!important;
  line-height:1.15!important;
}
.pmnx-grow-button,
.pmnx-grow-fallback-cta,
.pmnx-grow-button--ghost,
.pmnx-cert-actions a,
.pmnx-cert-actions button,
.pmnx-profile-actions .pmnx-grow-button{
  font-size:var(--pmnx-grow-ui-cta)!important;
  line-height:1.15!important;
  min-height:42px!important;
  border-radius:999px!important;
  font-weight:800!important;
}
.pmnx-grow-overview-v2{
  --pmnx-overview-body-size:1rem;
  --pmnx-overview-meta-size:.95rem;
  --pmnx-overview-cta-size:.96rem;
  padding-top:20px!important;
}
.pmnx-grow-overview-v2-continue,
.pmnx-grow-overview-v2-today,
.pmnx-grow-overview-v2-snapshot,
.pmnx-grow-overview-v2-panel{padding:22px!important;}
.pmnx-grow-overview-v2-continue-main h2{font-size:clamp(1.38rem,2vw,1.78rem)!important;}
.pmnx-grow-overview-v2-continue-main p,
.pmnx-grow-overview-v2-today p,
.pmnx-grow-overview-v2-snapshot p,
.pmnx-grow-overview-v2-row,
.pmnx-grow-overview-v2-time-row span,
.pmnx-grow-overview-v2-profile em{
  font-size:1rem!important;
  line-height:1.58!important;
  color:#405850!important;
}
.pmnx-grow-overview-v2-today h2{font-size:1.28rem!important;}
.pmnx-grow-overview-v2-snapshot strong{font-size:1.5rem!important;}
.pmnx-grow-overview-v2-snapshot small,
.pmnx-grow-overview-v2-panel-head a,
.pmnx-grow-overview-v2-actions .pmnx-grow-button,
.pmnx-grow-overview-v2-actions .pmnx-grow-button--ghost{
  font-size:.98rem!important;
  font-weight:800!important;
}
.pmnx-grow-overview-v2-cardtop span,
.pmnx-grow-overview-v2-today>span,
.pmnx-grow-overview-v2-snapshot>span,
.pmnx-grow-overview-v2-panel-head>span{
  font-size:.78rem!important;
  letter-spacing:.105em!important;
}
.pmnx-grow-overview-v2-ring{width:92px!important;height:92px!important;}
.pmnx-grow-overview-v2-ring strong{font-size:1.16rem!important;}
.pmnx-grow-overview-v2-ring span{font-size:.66rem!important;}
.pmnx-profile-compact-hero--minimal{padding:20px 24px!important;}
.pmnx-profile-compact-hero--minimal h1{font-size:clamp(25px,2.2vw,32px)!important;}
.pmnx-cert-hero--compact{padding:20px 24px!important;}
.pmnx-cert-hero--compact h1{font-size:clamp(25px,2.2vw,32px)!important;}
.pmnx-cert-hero--compact p{font-size:15.5px!important;line-height:1.5!important;}
.pmnx-cert-card h3{font-size:23px!important;}
@media(max-width:760px){
  .pmnx-grow-page,.pmnx-grow-overview-v2,.pmnx-grow-progress-redesign,.pmnx-profile-shell--settings,.pmnx-certifications-shell{
    --pmnx-grow-ui-body:15px;
    --pmnx-grow-ui-meta:13.5px;
    --pmnx-grow-ui-cta:14.5px;
    --pmnx-grow-ui-title:19px;
  }
  .pmnx-grow-overview-v2-continue,
  .pmnx-grow-overview-v2-today,
  .pmnx-grow-overview-v2-snapshot,
  .pmnx-grow-overview-v2-panel{padding:18px!important;}
  .pmnx-grow-overview-v2-continue-main{grid-template-columns:1fr!important;}
  .pmnx-grow-overview-v2-ring{width:84px!important;height:84px!important;}
}

/* PM Nexus Grow v2.2.52 - component-level design system pass */
.pmnx-grow-page,
.pmnx-grow-overview-v2,
.pmnx-grow-progress-redesign,
.pmnx-profile-shell--settings,
.pmnx-certifications-shell{
  --pmnx-grow-ds-ink:#07162d;
  --pmnx-grow-ds-text:#23384f;
  --pmnx-grow-ds-muted:#53677e;
  --pmnx-grow-ds-teal:#0F6E56;
  --pmnx-grow-ds-teal-2:#1aa27f;
  --pmnx-grow-ds-line:rgba(15,110,86,.15);
  --pmnx-grow-ds-card:#ffffff;
  --pmnx-grow-ds-radius:22px;
  --pmnx-grow-ds-shadow:0 16px 38px rgba(15,23,42,.055);
  --pmnx-grow-ds-label:12px;
  --pmnx-grow-ds-meta:14px;
  --pmnx-grow-ds-body:15.75px;
  --pmnx-grow-ds-cta:15px;
  --pmnx-grow-ds-title:21px;
}

/* Shared card surface across Grow */
.pmnx-grow-page .pmnx-grow-card,
.pmnx-grow-progress-redesign .pmnx-grow-card,
.pmnx-grow-overview-v2-continue,
.pmnx-grow-overview-v2-today,
.pmnx-grow-overview-v2-snapshot,
.pmnx-grow-overview-v2-panel,
.pmnx-profile-card,
.pmnx-profile-compact-hero--minimal,
.pmnx-cert-hero--compact,
.pmnx-cert-list-card,
.pmnx-cert-form-card,
.pmnx-cert-card{
  border:1px solid var(--pmnx-grow-ds-line)!important;
  border-radius:var(--pmnx-grow-ds-radius)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(250,253,252,.92))!important;
  box-shadow:var(--pmnx-grow-ds-shadow)!important;
}

/* Shared type scale */
.pmnx-grow-page .pmnx-grow-card p,
.pmnx-grow-feature-copy,
.pmnx-grow-callout,
.pmnx-grow-empty,
.pmnx-grow-process-row,
.pmnx-grow-process-row span,
.pmnx-grow-process-row small,
.pmnx-grow-context-main p,
.pmnx-grow-next-compact p,
.pmnx-grow-domain-mini span,
.pmnx-profile-identity-meta,
.pmnx-profile-cert-meta,
.pmnx-profile-preference strong,
.pmnx-profile-form input,
.pmnx-profile-form select,
.pmnx-profile-form textarea,
.pmnx-cert-card dd,
.pmnx-cert-hero--compact p,
.pmnx-profile-compact-hero--minimal p{
  font-size:var(--pmnx-grow-ds-body)!important;
  line-height:1.58!important;
  color:var(--pmnx-grow-ds-text)!important;
}
.pmnx-grow-card-head h2,
.pmnx-grow-next-compact h2,
.pmnx-grow-domain-compact .pmnx-grow-card-head h2,
.pmnx-profile-card .pmnx-grow-card-head h2,
.pmnx-cert-list-card .pmnx-grow-card-head h2,
.pmnx-cert-form-card .pmnx-grow-card-head h2{
  font-size:var(--pmnx-grow-ds-title)!important;
  line-height:1.2!important;
  letter-spacing:-.025em!important;
  color:var(--pmnx-grow-ds-ink)!important;
}
.pmnx-grow-mini-label,
.pmnx-grow-section-title span,
.pmnx-grow-overview-v2-cardtop span,
.pmnx-grow-overview-v2-today>span,
.pmnx-grow-overview-v2-snapshot>span,
.pmnx-grow-overview-v2-panel-head>span,
.pmnx-profile-form label span,
.pmnx-cert-card dt,
.pmnx-cert-code,
.pmnx-profile-badge,
.pmnx-cert-badges span{
  font-size:var(--pmnx-grow-ds-label)!important;
  letter-spacing:.095em!important;
  line-height:1.15!important;
  font-weight:850!important;
}
.pmnx-grow-button,
.pmnx-grow-button--ghost,
.pmnx-grow-fallback-cta,
.pmnx-grow-context-cta,
.pmnx-grow-next-cta,
.pmnx-profile-actions .pmnx-grow-button,
.pmnx-cert-actions a,
.pmnx-cert-actions button,
.pmnx-cert-hero-actions .pmnx-grow-button,
.pmnx-cert-hero-actions .pmnx-grow-button--ghost{
  min-height:44px!important;
  padding:11px 18px!important;
  font-size:var(--pmnx-grow-ds-cta)!important;
  line-height:1.15!important;
  font-weight:850!important;
  border-radius:999px!important;
}

/* Overview - same readable rhythm as Progress / PDU / Certifications */
.pmnx-grow-overview-v2{max-width:1160px!important;padding-top:24px!important;}
.pmnx-grow-overview-v2-grid{grid-template-columns:minmax(0,1.55fr) minmax(330px,.95fr)!important;gap:18px!important;}
.pmnx-grow-overview-v2-lower{gap:18px!important;}
.pmnx-grow-overview-v2-continue,
.pmnx-grow-overview-v2-today,
.pmnx-grow-overview-v2-snapshot,
.pmnx-grow-overview-v2-panel{padding:25px!important;}
.pmnx-grow-overview-v2-continue-main h2{
  font-size:clamp(1.45rem,2vw,1.85rem)!important;
  line-height:1.13!important;
  color:var(--pmnx-grow-ds-ink)!important;
}
.pmnx-grow-overview-v2-continue-main p,
.pmnx-grow-overview-v2-today p,
.pmnx-grow-overview-v2-snapshot p,
.pmnx-grow-overview-v2-row strong,
.pmnx-grow-overview-v2-row span,
.pmnx-grow-overview-v2-time-row strong,
.pmnx-grow-overview-v2-time-row span{
  font-size:15.75px!important;
  line-height:1.58!important;
  color:var(--pmnx-grow-ds-text)!important;
}
.pmnx-grow-overview-v2-today h2{font-size:1.38rem!important;line-height:1.25!important;}
.pmnx-grow-overview-v2-snapshot strong{font-size:1.62rem!important;line-height:1.05!important;color:var(--pmnx-grow-ds-ink)!important;}
.pmnx-grow-overview-v2-snapshot small,
.pmnx-grow-overview-v2-panel-head a,
.pmnx-grow-overview-v2-actions .pmnx-grow-button,
.pmnx-grow-overview-v2-actions .pmnx-grow-button--ghost{
  font-size:15px!important;
  line-height:1.2!important;
}
.pmnx-grow-overview-v2-ring{width:98px!important;height:98px!important;}
.pmnx-grow-overview-v2-ring strong{font-size:1.22rem!important;}
.pmnx-grow-overview-v2-ring span{font-size:.70rem!important;}

/* Progress Tracker - align contextual card and rows with Overview */
.pmnx-grow-context-card{padding:25px 30px!important;border-radius:var(--pmnx-grow-ds-radius)!important;}
.pmnx-grow-context-main h2{font-size:clamp(1.45rem,2vw,1.85rem)!important;line-height:1.13!important;}
.pmnx-grow-context-main p{font-size:15.75px!important;line-height:1.5!important;}
.pmnx-grow-context-steps span{font-size:14.5px!important;padding:9px 15px!important;}
.pmnx-grow-context-meter{width:96px!important;height:96px!important;}
.pmnx-grow-context-meter svg{width:96px!important;height:96px!important;}
.pmnx-grow-context-meter strong{font-size:20px!important;}
.pmnx-grow-process-row strong,
.pmnx-grow-process-row a,
.pmnx-grow-process-row small{font-size:15px!important;line-height:1.42!important;}
.pmnx-grow-domain-mini span{font-size:15px!important;}
.pmnx-grow-domain-mini em{font-size:14px!important;color:var(--pmnx-grow-ds-muted)!important;}

/* Certifications + Profile compact, consistent headers */
.pmnx-cert-hero--compact,
.pmnx-profile-compact-hero--minimal{padding:24px 26px!important;}
.pmnx-cert-hero--compact h1,
.pmnx-profile-compact-hero--minimal h1{font-size:clamp(1.6rem,2.2vw,2.05rem)!important;line-height:1.1!important;letter-spacing:-.035em!important;}
.pmnx-cert-card h3{font-size:clamp(1.35rem,1.8vw,1.55rem)!important;line-height:1.12!important;}
.pmnx-cert-card dl div{padding:13px 14px!important;}
.pmnx-cert-card dd{font-size:15.25px!important;}
.pmnx-profile-form input,
.pmnx-profile-form select{min-height:50px!important;font-size:15.5px!important;}

@media(max-width:900px){
  .pmnx-grow-overview-v2-grid,
  .pmnx-grow-overview-v2-lower{grid-template-columns:1fr!important;}
  .pmnx-grow-context-card{grid-template-columns:1fr!important;}
}
@media(max-width:640px){
  .pmnx-grow-page,
  .pmnx-grow-overview-v2,
  .pmnx-grow-progress-redesign,
  .pmnx-profile-shell--settings,
  .pmnx-certifications-shell{
    --pmnx-grow-ds-body:15.25px;
    --pmnx-grow-ds-cta:15px;
    --pmnx-grow-ds-title:20px;
  }
  .pmnx-grow-overview-v2-continue,
  .pmnx-grow-overview-v2-today,
  .pmnx-grow-overview-v2-snapshot,
  .pmnx-grow-overview-v2-panel,
  .pmnx-grow-context-card{padding:20px!important;}
}


/* PM Nexus Grow v2.2.53 - delicate typography pass
   Keeps the v3 component system, but reduces oversized text and heavy rings. */
.pmnx-grow-page,
.pmnx-grow-overview-v2,
.pmnx-grow-progress-redesign,
.pmnx-profile-shell--settings,
.pmnx-certifications-shell{
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
  --pmnx-grow-ds-label:11px;
  --pmnx-grow-ds-meta:13px;
  --pmnx-grow-ds-body:14.5px;
  --pmnx-grow-ds-cta:14px;
  --pmnx-grow-ds-title:18px;
  --pmnx-grow-ds-radius:20px;
  --pmnx-grow-ds-shadow:0 12px 28px rgba(15,23,42,.045);
}
.pmnx-grow-page *,
.pmnx-grow-overview-v2 *,
.pmnx-grow-progress-redesign *,
.pmnx-profile-shell--settings *,
.pmnx-certifications-shell *{
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
}

/* Card rhythm: still airy, no longer bulky */
.pmnx-grow-overview-v2-continue,
.pmnx-grow-overview-v2-today,
.pmnx-grow-overview-v2-snapshot,
.pmnx-grow-overview-v2-panel,
.pmnx-grow-context-card,
.pmnx-profile-card,
.pmnx-profile-compact-hero--minimal,
.pmnx-cert-hero--compact,
.pmnx-cert-list-card,
.pmnx-cert-form-card,
.pmnx-cert-card{
  border-radius:20px!important;
  box-shadow:0 12px 28px rgba(15,23,42,.045)!important;
}
.pmnx-grow-overview-v2-continue,
.pmnx-grow-overview-v2-today,
.pmnx-grow-overview-v2-snapshot,
.pmnx-grow-overview-v2-panel{padding:21px!important;}
.pmnx-grow-context-card{padding:21px 24px!important;}
.pmnx-cert-hero--compact,
.pmnx-profile-compact-hero--minimal{padding:20px 24px!important;}

/* Delicate global type scale */
.pmnx-grow-page .pmnx-grow-card p,
.pmnx-grow-feature-copy,
.pmnx-grow-callout,
.pmnx-grow-empty,
.pmnx-grow-process-row,
.pmnx-grow-process-row span,
.pmnx-grow-process-row small,
.pmnx-grow-context-main p,
.pmnx-grow-next-compact p,
.pmnx-grow-domain-mini span,
.pmnx-profile-identity-meta,
.pmnx-profile-cert-meta,
.pmnx-profile-preference strong,
.pmnx-profile-form input,
.pmnx-profile-form select,
.pmnx-profile-form textarea,
.pmnx-cert-card dd,
.pmnx-cert-hero--compact p,
.pmnx-profile-compact-hero--minimal p,
.pmnx-grow-overview-v2-continue-main p,
.pmnx-grow-overview-v2-today p,
.pmnx-grow-overview-v2-snapshot p,
.pmnx-grow-overview-v2-row strong,
.pmnx-grow-overview-v2-row span,
.pmnx-grow-overview-v2-time-row strong,
.pmnx-grow-overview-v2-time-row span{
  font-size:14.5px!important;
  line-height:1.55!important;
  font-weight:400!important;
}
.pmnx-grow-card-head h2,
.pmnx-grow-next-compact h2,
.pmnx-grow-domain-compact .pmnx-grow-card-head h2,
.pmnx-profile-card .pmnx-grow-card-head h2,
.pmnx-cert-list-card .pmnx-grow-card-head h2,
.pmnx-cert-form-card .pmnx-grow-card-head h2,
.pmnx-grow-overview-v2-today h2{
  font-size:18px!important;
  line-height:1.24!important;
  font-weight:650!important;
  letter-spacing:-.018em!important;
}
.pmnx-grow-mini-label,
.pmnx-grow-section-title span,
.pmnx-grow-overview-v2-cardtop span,
.pmnx-grow-overview-v2-today>span,
.pmnx-grow-overview-v2-snapshot>span,
.pmnx-grow-overview-v2-panel-head>span,
.pmnx-profile-form label span,
.pmnx-cert-card dt,
.pmnx-cert-code,
.pmnx-profile-badge,
.pmnx-cert-badges span{
  font-size:11px!important;
  letter-spacing:.105em!important;
  font-weight:800!important;
}
.pmnx-grow-button,
.pmnx-grow-button--ghost,
.pmnx-grow-fallback-cta,
.pmnx-grow-context-cta,
.pmnx-grow-next-cta,
.pmnx-profile-actions .pmnx-grow-button,
.pmnx-cert-actions a,
.pmnx-cert-actions button,
.pmnx-cert-hero-actions .pmnx-grow-button,
.pmnx-cert-hero-actions .pmnx-grow-button--ghost,
.pmnx-grow-overview-v2-actions .pmnx-grow-button,
.pmnx-grow-overview-v2-actions .pmnx-grow-button--ghost,
.pmnx-grow-overview-v2-panel-head a{
  min-height:40px!important;
  padding:9px 16px!important;
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:700!important;
}

/* Overview - smaller but readable */
.pmnx-grow-overview-v2{padding-top:20px!important;}
.pmnx-grow-overview-v2-continue-main h2{
  font-size:20px!important;
  line-height:1.22!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
}
.pmnx-grow-overview-v2-snapshot strong{
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:700!important;
}
.pmnx-grow-overview-v2-snapshot small,
.pmnx-grow-overview-v2-pill,
.pmnx-grow-overview-v2-panel-head a{
  font-size:13px!important;
  line-height:1.25!important;
}
.pmnx-grow-overview-v2-ring{width:86px!important;height:86px!important;}
.pmnx-grow-overview-v2-ring strong{font-size:16px!important;font-weight:700!important;}
.pmnx-grow-overview-v2-ring span{font-size:9px!important;letter-spacing:.12em!important;}

/* Progress tracker - align with the same scale */
.pmnx-grow-context-main h2{
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:500!important;
}
.pmnx-grow-context-main p{font-size:14.5px!important;line-height:1.5!important;}
.pmnx-grow-context-steps span{font-size:13.5px!important;padding:7px 13px!important;}
.pmnx-grow-context-meter{width:86px!important;height:86px!important;}
.pmnx-grow-context-meter svg{width:86px!important;height:86px!important;}
.pmnx-grow-context-meter strong{font-size:17px!important;font-weight:700!important;}
.pmnx-grow-process-row strong,
.pmnx-grow-process-row a{font-size:14.5px!important;line-height:1.35!important;}
.pmnx-grow-process-row small{font-size:13px!important;line-height:1.4!important;}
.pmnx-grow-domain-mini span{font-size:14px!important;}
.pmnx-grow-domain-mini em{font-size:13px!important;}

/* Certifications + Profile */
.pmnx-cert-hero--compact h1,
.pmnx-profile-compact-hero--minimal h1{
  font-size:22px!important;
  line-height:1.18!important;
  font-weight:500!important;
  letter-spacing:-.028em!important;
}
.pmnx-cert-card h3{
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:500!important;
}
.pmnx-cert-card dl div{padding:11px 13px!important;}
.pmnx-cert-card dd{font-size:14.5px!important;line-height:1.45!important;}
.pmnx-profile-form input,
.pmnx-profile-form select{min-height:46px!important;font-size:14.5px!important;}

@media(max-width:640px){
  .pmnx-grow-page,
  .pmnx-grow-overview-v2,
  .pmnx-grow-progress-redesign,
  .pmnx-profile-shell--settings,
  .pmnx-certifications-shell{
    --pmnx-grow-ds-body:14.5px;
    --pmnx-grow-ds-cta:14px;
    --pmnx-grow-ds-title:18px;
  }
  .pmnx-grow-overview-v2-continue,
  .pmnx-grow-overview-v2-today,
  .pmnx-grow-overview-v2-snapshot,
  .pmnx-grow-overview-v2-panel,
  .pmnx-grow-context-card{padding:18px!important;}
  .pmnx-grow-overview-v2-continue-main h2,
  .pmnx-grow-context-main h2{font-size:19px!important;}
}

/* v2.2.54 - Certifications header polish: keep eyebrow, remove duplicate title spacing */
.pmnx-grow .pmnx-cert-hero--no-title .pmnx-grow-eyebrow{
  margin-bottom: 10px;
}
.pmnx-grow .pmnx-cert-hero--no-title p{
  margin-top: 0;
}

/* v2.2.55 Assessment performance section */
.pmnx-grow-assessment-performance-section{gap:8px!important;}
.pmnx-grow-assessment-performance{border:1px solid rgba(15,110,86,.18);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(240,253,248,.66));box-shadow:0 14px 34px rgba(15,23,42,.055);overflow:hidden;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.pmnx-grow-assessment-performance summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,auto) auto;align-items:center;gap:14px;padding:17px 20px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,251,255,.94));}
.pmnx-grow-assessment-performance summary::-webkit-details-marker{display:none;}
.pmnx-grow-assessment-performance summary span{display:flex;align-items:center;gap:10px;font:800 14px/1.25 Inter,sans-serif;color:#0f172a;}
.pmnx-grow-assessment-performance summary span:before{content:'▸';display:inline-grid;place-items:center;width:26px;height:26px;border-radius:999px;background:#e6f7f1;color:#0f6e56;font-size:13px;transition:transform .18s ease;}
.pmnx-grow-assessment-performance[open] summary span:before{transform:rotate(90deg);}
.pmnx-grow-assessment-performance summary em{font-style:normal;font:500 12.5px/1.45 Inter,sans-serif;color:#64748b;text-align:right;}
.pmnx-grow-assessment-performance summary b{justify-self:end;font:800 12px/1 Inter,sans-serif;color:#0f6e56;background:#dff6ee;border:1px solid rgba(15,110,86,.16);border-radius:999px;padding:7px 11px;}
.pmnx-grow-assessment-performance[open] summary{border-bottom:1px solid rgba(15,110,86,.12);}
.pmnx-grow-assessment-performance[open] summary b{font-size:0;}
.pmnx-grow-assessment-performance[open] summary b:after{content:'Hide history';font-size:12px;}
.pmnx-grow-assessment-empty{padding:18px 20px;color:#64748b;font:500 14px/1.5 Inter,sans-serif;}
.pmnx-grow-assessment-table-wrap{padding:0 18px 18px;overflow-x:auto;}
.pmnx-grow-assessment-table{width:100%;border-collapse:separate;border-spacing:0;font-family:Inter,sans-serif;min-width:760px;}
.pmnx-grow-assessment-table th{padding:13px 12px 10px;text-align:left;font:800 11px/1.2 Inter,sans-serif;letter-spacing:.11em;text-transform:uppercase;color:#64748b;border-bottom:1px solid rgba(15,23,42,.08);}
.pmnx-grow-assessment-table td{padding:13px 12px;border-bottom:1px solid rgba(15,23,42,.07);vertical-align:middle;font:600 13px/1.35 Inter,sans-serif;color:#0f172a;}
.pmnx-grow-assessment-table tbody tr{cursor:pointer;transition:background .16s ease,transform .16s ease;}
.pmnx-grow-assessment-table tbody tr:hover{background:rgba(230,247,241,.55);}
.pmnx-grow-assessment-table td a{color:inherit;text-decoration:none;display:grid;gap:2px;}
.pmnx-grow-assessment-table td strong{font:700 14px/1.25 Inter,sans-serif;color:#0f172a;}
.pmnx-grow-assessment-table td small{font:500 12px/1.25 Inter,sans-serif;color:#64748b;}
.pmnx-grow-score-pill{display:inline-flex;align-items:center;justify-content:center;min-width:82px;border-radius:999px;padding:7px 10px;background:#dff6ee;color:#047857;font:800 12px/1 Inter,sans-serif;white-space:nowrap;}
.pmnx-grow-assessment-table tr.is-reinforce .pmnx-grow-score-pill{background:#fff3cf;color:#9a5a00;}
.pmnx-grow-assessment-table tr.is-practice .pmnx-grow-score-pill{background:#eef2f7;color:#475569;}
.pmnx-grow-assessment-table tr.is-mastered .pmnx-grow-score-pill{background:#dcfce7;color:#047857;}
.pmnx-grow-score-pill.is-latest{opacity:.92;}
.pmnx-grow-assessment-signal{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);font:800 12px/1 Inter,sans-serif;color:#334155;white-space:nowrap;}
tr.is-mastered .pmnx-grow-assessment-signal{background:#e8fff4;color:#047857;border-color:rgba(4,120,87,.18);}
tr.is-reinforce .pmnx-grow-assessment-signal{background:#fff7dc;color:#9a5a00;border-color:rgba(154,90,0,.18);}
tr.is-practice .pmnx-grow-assessment-signal{background:#f1f5f9;color:#475569;border-color:rgba(71,85,105,.18);}
.pmnx-grow-assessment-cards{display:none;padding:14px;gap:12px;}
.pmnx-grow-assessment-card{display:grid;gap:9px;text-decoration:none;color:#0f172a;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:15px;box-shadow:0 10px 24px rgba(15,23,42,.04);}
.pmnx-grow-assessment-card strong{font:800 15px/1.25 Inter,sans-serif;color:#0f172a;}
.pmnx-grow-assessment-card>span{font:600 12.5px/1.3 Inter,sans-serif;color:#64748b;}
.pmnx-grow-assessment-card div{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.pmnx-grow-assessment-card p{margin:0;padding:10px;border-radius:14px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);}
.pmnx-grow-assessment-card b{display:block;font:800 10.5px/1.2 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:5px;}
.pmnx-grow-assessment-card em{font:800 13px/1.2 Inter,sans-serif;color:#0f172a;font-style:normal;}
.pmnx-grow-assessment-card small{justify-self:start;border-radius:999px;padding:7px 10px;background:#e8fff4;color:#047857;font:800 12px/1 Inter,sans-serif;}
.pmnx-grow-assessment-card.is-reinforce small{background:#fff7dc;color:#9a5a00;}
.pmnx-grow-assessment-card.is-practice small{background:#f1f5f9;color:#475569;}
.pmnx-grow-assessment-card i{font:800 13px/1.2 Inter,sans-serif;color:#0f6e56;font-style:normal;margin-top:2px;}
@media (max-width:760px){
  .pmnx-grow-assessment-performance summary{grid-template-columns:1fr;align-items:start;}
  .pmnx-grow-assessment-performance summary em{text-align:left;}
  .pmnx-grow-assessment-performance summary b{justify-self:start;}
  .pmnx-grow-assessment-table-wrap{display:none;}
  .pmnx-grow-assessment-cards{display:grid;}
}

/* v2.2.57 — guest Grow pages: compact contextual hero + contrast fix */
.pmnx-grow-guest,
.pmnx-grow-guest.pmnx-grow-guest--compact{
  margin:16px 0 24px!important;
  padding:28px 30px!important;
  border-radius:28px!important;
  gap:24px!important;
}
.pmnx-grow-guest .pmnx-grow-eyebrow{display:none!important;}
.pmnx-grow-guest h1,
.pmnx-grow-guest.pmnx-grow-guest--compact h1{
  margin:0 0 12px!important;
  max-width:680px!important;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:clamp(28px,3vw,38px)!important;
  line-height:1.12!important;
  font-weight:760!important;
  letter-spacing:-.035em!important;
  color:var(--grow-text)!important;
}
.pmnx-grow-guest p,
.pmnx-grow-guest.pmnx-grow-guest--compact p{
  max-width:650px!important;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:15.5px!important;
  line-height:1.65!important;
  font-weight:450!important;
  color:var(--grow-text-md)!important;
}
.pmnx-grow-guest-actions{margin-top:22px!important;}
.pmnx-grow-guest .pmnx-grow-button,
.pmnx-grow-guest .pmnx-grow-button:visited{
  color:#fff!important;
  background:linear-gradient(135deg,#0f6e56,#169b78)!important;
  border-color:transparent!important;
  text-decoration:none!important;
}
.pmnx-grow-guest .pmnx-grow-button:hover,
.pmnx-grow-guest .pmnx-grow-button:focus-visible,
.pmnx-grow-guest .pmnx-grow-button:active{
  color:#fff!important;
  background:linear-gradient(135deg,#0b5f49,#0f6e56)!important;
  box-shadow:0 18px 34px rgba(15,110,86,.24)!important;
}
.pmnx-grow-guest .pmnx-grow-button--ghost,
.pmnx-grow-guest .pmnx-grow-button--ghost:visited{
  color:#0f6e56!important;
  background:#fff!important;
  border-color:rgba(15,110,86,.18)!important;
}
.pmnx-grow-guest .pmnx-grow-button--ghost:hover,
.pmnx-grow-guest .pmnx-grow-button--ghost:focus-visible,
.pmnx-grow-guest .pmnx-grow-button--ghost:active{
  color:#064e3b!important;
  background:#e8f7f2!important;
}
.pmnx-grow-guest-card{padding:16px!important;border-radius:18px!important;}
.pmnx-grow-guest-card strong{font-size:14.5px!important;font-weight:720!important;}
.pmnx-grow-guest-card p{font-size:13.5px!important;line-height:1.55!important;}
@media(max-width:720px){
  .pmnx-grow-guest,
  .pmnx-grow-guest.pmnx-grow-guest--compact{padding:22px 18px!important;border-radius:24px!important;}
  .pmnx-grow-guest h1,
  .pmnx-grow-guest.pmnx-grow-guest--compact h1{font-size:28px!important;line-height:1.12!important;}
  .pmnx-grow-guest p,
  .pmnx-grow-guest.pmnx-grow-guest--compact p{font-size:15px!important;line-height:1.6!important;}
}

/* v2.2.60 - Founding Member profile recognition */
.pmnx-profile-identity-top{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:2px;
}
.pmnx-founding-member-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(186,117,23,.22);
  background:rgba(250,238,218,.58);
  color:#854F0B;
  font:850 10px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:.10em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(133,79,11,.06);
}
.pmnx-founding-member-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:14px;
  height:14px;
  color:#BA7517;
  flex:0 0 auto;
}
.pmnx-founding-member-icon svg{
  display:block;
  width:14px;
  height:14px;
}
.pmnx-founding-member-badge--profile span{
  white-space:nowrap;
}
@media(max-width:640px){
  .pmnx-profile-identity-top{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
  .pmnx-founding-member-badge{
    padding:6px 9px;
    font-size:9.5px;
    letter-spacing:.08em;
  }
}
