:root{
  --pmnx-pdu-bg:#f6f8fc;
  --pmnx-pdu-surface:#fff;
  --pmnx-pdu-surface-soft:#f8faff;
  --pmnx-pdu-ink:#111827;
  --pmnx-pdu-muted:#64748b;
  --pmnx-pdu-line:rgba(148,163,184,.18);
  --pmnx-pdu-line-strong:rgba(99,102,241,.18);
  --pmnx-pdu-blue:#6366f1;
  --pmnx-pdu-violet:#8b5cf6;
  --pmnx-pdu-green:#10b981;
  --pmnx-pdu-shadow:0 16px 36px rgba(15,23,42,.06);
  --pmnx-pdu-shadow-soft:0 10px 24px rgba(15,23,42,.04);
  --pmnx-pdu-radius:24px;
}
.pmnx-pdu-stage,.pmnx-shell-container{max-width:1220px}
.pmnx-pdu-fallback-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:24px 0 18px}.pmnx-pdu-kicker{font:800 11px/1 Inter,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--pmnx-pdu-blue);margin-bottom:10px}.pmnx-pdu-fallback-header h1{margin:0 0 8px;font:800 clamp(34px,4vw,54px)/1.02 Inter,sans-serif;color:var(--pmnx-pdu-ink)}.pmnx-pdu-fallback-header p{margin:0;color:var(--pmnx-pdu-muted);font:500 16px/1.75 Inter,sans-serif;max-width:720px}.pmnx-pdu-fallback-cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:16px;background:#0f172a;color:#fff;text-decoration:none;font:700 14px/1 Inter,sans-serif}
.pmnx-pdu-subnav{position:sticky;top:54px;z-index:15;display:flex;gap:8px;flex-wrap:nowrap;overflow:auto;scrollbar-width:none;margin:0 0 18px;padding:10px 0;background:#f8fafc;border-top:1px solid rgba(226,232,240,.9);border-bottom:1px solid rgba(226,232,240,.9)}
.pmnx-pdu-subnav::-webkit-scrollbar{display:none}
.pmnx-pdu-subnav-link{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--pmnx-pdu-line);color:#334155;text-decoration:none;font:700 14px/1 Inter,sans-serif;box-shadow:var(--pmnx-pdu-shadow-soft);flex:0 0 auto}.pmnx-pdu-subnav-link.is-current{background:linear-gradient(180deg,#fff,#f5f7ff);border-color:rgba(99,102,241,.28);color:#4338ca}
.pmnx-pdu-pagehead{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:12px 0 22px}.pmnx-pdu-headline{display:flex;align-items:flex-start;gap:16px}.pmnx-pdu-headline h1{margin:0 0 6px;font:800 clamp(34px,4.6vw,56px)/1 Inter,sans-serif;color:#0f172a}.pmnx-pdu-headline p{margin:0;max-width:720px;color:var(--pmnx-pdu-muted);font:500 16px/1.7 Inter,sans-serif}
.pmnx-pdu-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.pmnx-pdu-select-wrap{position:relative}.pmnx-pdu-select-wrap::after{content:"";position:absolute;right:16px;top:50%;width:9px;height:9px;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:translateY(-65%) rotate(45deg);pointer-events:none}.pmnx-pdu-select{appearance:none;border:1px solid var(--pmnx-pdu-line);background:#fff;padding:12px 40px 12px 16px;border-radius:14px;min-width:120px;font:700 14px/1 Inter,sans-serif;color:#0f172a;box-shadow:var(--pmnx-pdu-shadow-soft);cursor:pointer}.pmnx-pdu-export,.pmnx-pdu-badge,.pmnx-pdu-export.is-disabled{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:14px;font:700 14px/1 Inter,sans-serif;text-decoration:none}.pmnx-pdu-export{background:#0f172a;color:#fff;box-shadow:0 14px 28px rgba(15,23,42,.12)}.pmnx-pdu-export svg,.pmnx-pdu-export.is-disabled svg{width:18px;height:18px}.pmnx-pdu-export.is-disabled{background:#e5e7eb;color:#475569}.pmnx-pdu-badge{background:#ecfdf5;color:#047857;border:1px solid rgba(16,185,129,.15)}
.pmnx-pdu-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.pmnx-pdu-kpi-card,.pmnx-pdu-card{position:relative;background:linear-gradient(180deg,#fff,rgba(250,251,255,.96));border:1px solid rgba(148,163,184,.16);box-shadow:var(--pmnx-pdu-shadow);border-radius:var(--pmnx-pdu-radius);overflow:hidden}.pmnx-pdu-kpi-card{padding:22px;min-height:198px;display:flex;flex-direction:column}.pmnx-pdu-kpi-value{font:800 clamp(32px,4vw,46px)/1 Inter,sans-serif;color:#0f172a;margin:22px 0 12px}.pmnx-pdu-kpi-label{font:750 20px/1.2 Inter,sans-serif;color:#0f172a}.pmnx-pdu-kpi-helper{margin-top:auto;padding-top:16px;color:var(--pmnx-pdu-muted);font:500 14px/1.55 Inter,sans-serif;position:relative}.pmnx-pdu-kpi-helper:before{content:"";position:absolute;left:0;top:0;width:56px;height:1px;background:linear-gradient(90deg,rgba(99,102,241,.25),rgba(99,102,241,0))}
.pmnx-pdu-grid{display:grid;gap:18px;margin-bottom:18px}.pmnx-pdu-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.pmnx-pdu-card{padding:22px}.pmnx-pdu-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.pmnx-pdu-card-title{display:flex;align-items:center;gap:12px}.pmnx-pdu-card-title h2{margin:0;font:800 clamp(22px,2.5vw,34px)/1.08 Inter,sans-serif;color:#0f172a}
.pmnx-pdu-iconbox{width:44px;height:44px;border-radius:14px;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px rgba(99,102,241,.04)}.pmnx-pdu-iconbox.small{width:38px;height:38px}.pmnx-pdu-iconbox svg{width:22px;height:22px}
.pmnx-pdu-claim-list,.pmnx-pdu-steps,.pmnx-pdu-breakdown,.pmnx-pdu-entries{position:relative;z-index:1}.pmnx-pdu-claim-list.is-muted,.pmnx-pdu-steps.is-muted,.pmnx-pdu-breakdown.is-muted,.pmnx-pdu-entries.is-muted{filter:blur(1.1px);opacity:.8}
.pmnx-pdu-claim-row{display:grid;grid-template-columns:130px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(148,163,184,.12)}.pmnx-pdu-claim-row:last-child{border-bottom:none}.pmnx-pdu-claim-row span{font:600 14px/1.4 Inter,sans-serif;color:var(--pmnx-pdu-muted)}.pmnx-pdu-claim-row strong{font:700 15px/1.5 Inter,sans-serif;color:#0f172a}.pmnx-copy-btn{border:none;background:#eef2ff;color:#4338ca;border-radius:999px;padding:8px 12px;font:700 12px/1 Inter,sans-serif;cursor:pointer}
.pmnx-pdu-steps{margin:0;padding-left:18px;color:#0f172a}.pmnx-pdu-steps li{margin:0 0 10px;font:600 15px/1.6 Inter,sans-serif}.pmnx-pdu-actions-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.pmnx-pdu-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;background:#0f172a;color:#fff;text-decoration:none;font:700 14px/1 Inter,sans-serif}.pmnx-pdu-button.secondary{background:#eef2ff;color:#4338ca}.pmnx-pdu-button.is-disabled{background:#e5e7eb;color:#94a3b8;pointer-events:none}
.pmnx-pdu-break-row{margin-bottom:14px}.pmnx-pdu-break-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.pmnx-pdu-break-top span{font:650 15px/1.5 Inter,sans-serif;color:#0f172a}.pmnx-pdu-break-top strong{font:750 14px/1 Inter,sans-serif;color:#475569}.pmnx-pdu-bar{height:10px;border-radius:999px;background:#eef2ff;overflow:hidden}.pmnx-pdu-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#6366f1,#8b5cf6)}.pmnx-pdu-bar.subtle i{background:linear-gradient(90deg,#10b981,#14b8a6)}
.pmnx-pdu-table-wrap{display:block}.pmnx-pdu-table{width:100%;border-collapse:collapse}.pmnx-pdu-table th,.pmnx-pdu-table td{padding:12px 10px;text-align:left;border-bottom:1px solid rgba(148,163,184,.12)}.pmnx-pdu-table th{font:800 12px/1 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.pmnx-pdu-table td{font:600 14px/1.5 Inter,sans-serif;color:#0f172a}.pmnx-pdu-entry-cards{display:none}.pmnx-pdu-empty{padding:16px 18px;border-radius:18px;background:#f8fafc;color:#64748b;font:600 15px/1.6 Inter,sans-serif;border:1px solid rgba(148,163,184,.12)}
.pmnx-pdu-locked{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:flex-start;gap:14px;padding:18px;border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(244,247,255,.92));border:1px solid rgba(99,102,241,.16);box-shadow:0 16px 34px rgba(15,23,42,.08)}.pmnx-pdu-locked-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.pmnx-pdu-locked-copy strong{font:800 15px/1.35 Inter,sans-serif;color:#0f172a}.pmnx-pdu-locked-copy span{font:500 14px/1.55 Inter,sans-serif;color:#64748b}.pmnx-pdu-locked-actions{margin-left:auto;display:flex;gap:10px;flex-wrap:wrap}
.pmnx-pdu-footnote{margin:6px 0 28px;color:#64748b;font:600 13px/1.6 Inter,sans-serif}
@media (max-width: 1024px){.pmnx-pdu-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.pmnx-pdu-grid--two{grid-template-columns:1fr}.pmnx-pdu-pagehead{flex-direction:column;align-items:flex-start}.pmnx-pdu-toolbar{justify-content:flex-start}}
@media (max-width: 767px){.pmnx-pdu-stage,.pmnx-shell-container{padding-left:16px;padding-right:16px}.pmnx-pdu-subnav{top:54px;padding:8px 0;margin:0 -16px 14px;padding-left:16px;padding-right:16px;background:#fff}.pmnx-pdu-subnav-link{padding:10px 4px;border-radius:0;background:transparent;box-shadow:none;border:none;font-size:13px}.pmnx-pdu-subnav-link.is-current{background:transparent}.pmnx-pdu-subnav-link.is-current{color:#4338ca;text-decoration:underline;text-underline-offset:8px;text-decoration-thickness:2px}.pmnx-pdu-headline h1{font-size:40px;line-height:1.03}.pmnx-pdu-headline p{font-size:15px}.pmnx-pdu-toolbar{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.pmnx-pdu-select-wrap{grid-column:1/-1;width:100%}.pmnx-pdu-select{width:100%}.pmnx-pdu-export,.pmnx-pdu-export.is-disabled,.pmnx-pdu-badge{justify-content:center}.pmnx-pdu-kpis{grid-template-columns:1fr}.pmnx-pdu-kpi-card{min-height:168px;padding:20px}.pmnx-pdu-card{padding:18px}.pmnx-pdu-card-title h2{font-size:28px}.pmnx-pdu-claim-row{grid-template-columns:1fr;gap:6px}.pmnx-pdu-actions-row{display:grid;grid-template-columns:1fr}.pmnx-pdu-locked{position:relative;left:auto;right:auto;bottom:auto;margin-top:18px;flex-direction:column}.pmnx-pdu-locked-actions{margin-left:0;display:grid;grid-template-columns:1fr;width:100%}.pmnx-pdu-table-wrap{display:none}.pmnx-pdu-entry-cards{display:grid;gap:12px}.pmnx-pdu-entry-card{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px 14px;border-radius:18px;background:#f8fafc;border:1px solid rgba(148,163,184,.12)}.pmnx-pdu-entry-icon{width:38px;height:38px;border-radius:14px;background:#eef2ff;display:flex;align-items:center;justify-content:center}.pmnx-pdu-entry-icon svg{width:18px;height:18px}.pmnx-pdu-entry-copy strong,.pmnx-pdu-entry-meta strong{display:block;font:800 14px/1.3 Inter,sans-serif;color:#0f172a}.pmnx-pdu-entry-copy span,.pmnx-pdu-entry-meta span{display:block;font:500 13px/1.45 Inter,sans-serif;color:#64748b}}


/* v1.0.1 ultra premium polish */
.pmnx-pdu-pagehead{position:relative;overflow:hidden;padding:26px 26px 22px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,255,.92));border:1px solid rgba(148,163,184,.16);box-shadow:0 18px 48px rgba(15,23,42,.08);margin:8px 0 20px}
.pmnx-pdu-pagehead-glow{position:absolute;inset:auto auto -40px -20px;width:320px;height:320px;border-radius:999px;background:radial-gradient(circle at center, rgba(99,102,241,.18), rgba(99,102,241,0) 68%);pointer-events:none}
.pmnx-pdu-eyebrow{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.16);color:#4338ca;font:800 11px/1 Inter,sans-serif;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}
.pmnx-pdu-spotlight-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.pmnx-pdu-spotlight-pill{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;background:#fff;border:1px solid rgba(99,102,241,.18);box-shadow:0 10px 24px rgba(99,102,241,.08)}
.pmnx-pdu-spotlight-pill strong{font:800 14px/1 Inter,sans-serif;color:#0f172a}
.pmnx-pdu-spotlight-pill em{font:600 13px/1 Inter,sans-serif;color:#64748b;font-style:normal}
.pmnx-pdu-spotlight-pill.is-soft{background:linear-gradient(180deg,#fff,rgba(248,250,255,.96));border-color:rgba(148,163,184,.18)}
.pmnx-pdu-iconbox--hero{width:54px;height:54px;border-radius:18px;box-shadow:0 0 0 10px rgba(99,102,241,.045),0 16px 32px rgba(15,23,42,.08)}
.pmnx-pdu-toolbar{position:relative;z-index:1}
.pmnx-pdu-kpi-card{background:linear-gradient(180deg,#fff,rgba(248,250,255,.96))}
.pmnx-pdu-kpi-card:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,rgba(99,102,241,.9),rgba(139,92,246,.55))}
.pmnx-pdu-kpi-card:nth-child(2):before{background:linear-gradient(90deg,rgba(15,23,42,.95),rgba(99,102,241,.65))}
.pmnx-pdu-kpi-card:nth-child(3):before{background:linear-gradient(90deg,rgba(16,185,129,.9),rgba(20,184,166,.55))}
.pmnx-pdu-kpi-card:nth-child(4):before{background:linear-gradient(90deg,rgba(124,58,237,.9),rgba(99,102,241,.55))}
.pmnx-pdu-kpi-card:hover,.pmnx-pdu-card:hover{transform:translateY(-2px);box-shadow:0 24px 42px rgba(15,23,42,.10)}
.pmnx-pdu-kpi-card,.pmnx-pdu-card{transition:transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease}
.pmnx-pdu-grid--claiming .pmnx-pdu-card,.pmnx-pdu-grid--analytics .pmnx-pdu-card,.pmnx-pdu-entries-card{overflow:hidden}
.pmnx-pdu-card:after{content:"";position:absolute;inset:auto -40px -90px auto;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle at center, rgba(99,102,241,.08), rgba(99,102,241,0) 70%);pointer-events:none}
.pmnx-pdu-card--report:after{background:radial-gradient(circle at center, rgba(16,185,129,.08), rgba(16,185,129,0) 70%)}
.pmnx-pdu-card--source:after{background:radial-gradient(circle at center, rgba(15,23,42,.08), rgba(15,23,42,0) 70%)}
.pmnx-pdu-card-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:999px;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.14);color:#4f46e5;font:800 11px/1 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.pmnx-pdu-card-head{position:relative;z-index:1}
.pmnx-pdu-card-title svg{width:24px;height:24px}
.pmnx-pdu-claim-row strong,.pmnx-pdu-break-top span{color:#111827}
.pmnx-pdu-bar{height:12px;background:linear-gradient(180deg,#eef2ff,#e9edff)}
.pmnx-pdu-bar.subtle{background:linear-gradient(180deg,#ecfeff,#e6fffb)}
.pmnx-pdu-table th,.pmnx-pdu-table td{padding:14px 10px}
.pmnx-pdu-table tbody tr:hover td{background:rgba(99,102,241,.03)}
.pmnx-pdu-entries-card{background:linear-gradient(180deg,#fff,rgba(249,250,255,.98))}
.pmnx-pdu-locked{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-color:rgba(99,102,241,.22);box-shadow:0 24px 40px rgba(15,23,42,.12)}
.pmnx-pdu-locked-copy strong{font-size:16px}
.pmnx-pdu-button{box-shadow:0 14px 28px rgba(15,23,42,.10)}
.pmnx-pdu-button.secondary{box-shadow:none;border:1px solid rgba(99,102,241,.12)}
.pmnx-pdu-footnote{padding:0 4px}
@media (max-width: 767px){
  .pmnx-pdu-pagehead{padding:20px 18px 18px;border-radius:24px}
  .pmnx-pdu-pagehead-glow{width:220px;height:220px;left:-50px;bottom:-40px}
  .pmnx-pdu-spotlight-row{display:grid;grid-template-columns:1fr;gap:8px}
  .pmnx-pdu-spotlight-pill{padding:11px 12px}
  .pmnx-pdu-kpi-card:hover,.pmnx-pdu-card:hover{transform:none}
  .pmnx-pdu-card-chip{display:none}
}


/* v1.0.2 unified polish + no duplicate intro + clean locked state */
.pmnx-pdu-center-page,
.pmnx-pdu-center-page *{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.pmnx-pdu-center-page .pmnx-shell-intro-copy{display:none}
.pmnx-pdu-center-page .pmnx-shell-intro{padding-bottom:8px}
.pmnx-pdu-pagehead h1{font-size:clamp(38px,5vw,56px) !important;line-height:1.02 !important;letter-spacing:-.04em}
.pmnx-pdu-pagehead p{font-size:18px}
.pmnx-pdu-subnav{position:relative;top:auto;z-index:2;background:#fff;border-top:none;border-bottom:1px solid rgba(226,232,240,.95);box-shadow:none;display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding:10px 0;margin:0 0 18px}
.pmnx-pdu-subnav::-webkit-scrollbar{display:none}
.pmnx-pdu-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-pdu-subnav-link.is-current{background:#eef2ff;border-color:rgba(99,102,241,.28);color:#4338ca}
.pmnx-pdu-locked--clean{position:relative !important;inset:auto !important;display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:22px;border-radius:22px;background:#fff;border:1px solid rgba(226,232,240,.95);box-shadow:0 12px 24px rgba(15,23,42,.05)}
.pmnx-pdu-locked--clean:before,.pmnx-pdu-locked--clean .pmnx-pdu-iconbox{display:none !important}
.pmnx-pdu-locked-copy strong{display:block;font:800 18px/1.25 Inter,sans-serif;color:#0f172a;margin:0 0 8px}
.pmnx-pdu-locked-copy span{display:block;font:500 15px/1.65 Inter,sans-serif;color:#64748b}
.pmnx-pdu-locked-actions{display:flex;gap:12px;flex-wrap:wrap}
.pmnx-pdu-card{overflow:hidden}
@media (max-width:767px){
  .pmnx-pdu-center-page .pmnx-shell-intro{padding-bottom:2px}
  .pmnx-pdu-pagehead h1{font-size:40px !important}
  .pmnx-pdu-subnav{position:sticky;top:var(--pmnx-pdu-subnav-top,54px);z-index:12;margin:0 -16px 14px;padding:0 16px;background:#fff;border-top:none;box-shadow:0 8px 18px rgba(15,23,42,.05)}
  .pmnx-pdu-subnav-link{padding:12px 0 11px;border:none;background:transparent;box-shadow:none;border-radius:0;font:700 13px/1 Inter,sans-serif;color:#475569}
  .pmnx-pdu-subnav-link.is-current{background:transparent;color:#4338ca}
  .pmnx-pdu-subnav-link.is-current span,.pmnx-pdu-subnav-link span{position:relative;display:inline-block;padding-bottom:8px}
  .pmnx-pdu-subnav-link.is-current span:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#6366f1,#8b5cf6)}
  .pmnx-pdu-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-pdu-subnav.is-nav-end::after{display:none}
  .pmnx-pdu-locked--clean{padding:18px}
}


/* v1.0.3 refined */
.pmnx-pdu-center-page,.pmnx-pdu-center-page *{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.pmnx-pdu-center-page .pmnx-brand-name{font:800 15px/1 Inter,sans-serif !important;letter-spacing:0 !important}
.pmnx-pdu-center-page .pmnx-brand-sub{font:500 11px/1.15 Inter,sans-serif !important;letter-spacing:0 !important}
.pmnx-pdu-pagehead h1{font:800 clamp(28px,4vw,44px)/1.05 Inter,sans-serif !important;letter-spacing:-.035em}
.pmnx-pdu-pagehead p{font:500 14px/1.6 Inter,sans-serif !important;max-width:620px}
.pmnx-pdu-card{padding:18px;border-radius:22px}.pmnx-pdu-kpi-card{min-height:164px;padding:18px}.pmnx-pdu-card-title h2{font:800 16px/1.15 Inter,sans-serif}.pmnx-pdu-kpi-value{font:800 28px/1.02 Inter,sans-serif}.pmnx-pdu-kpi-label{font:700 13px/1.25 Inter,sans-serif}.pmnx-pdu-kpi-meta{font:500 12px/1.5 Inter,sans-serif}.pmnx-pdu-kpi-card:before,.pmnx-pdu-card:before{height:3px !important}.pmnx-pdu-kpi-card:before{content:"";position:absolute;left:0;top:0;right:0}.pmnx-pdu-card:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6 55%,rgba(99,102,241,0))}
.pmnx-pdu-locked--glass{position:absolute;inset:14px;border-radius:22px;background:rgba(255,255,255,.42);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.45);display:flex;align-items:flex-end;padding:14px;box-shadow:none}
.pmnx-pdu-locked-panel{background:#fff;border:1px solid rgba(226,232,240,.95);box-shadow:0 16px 32px rgba(15,23,42,.08);border-radius:20px;padding:18px 18px 16px;display:flex;flex-direction:column;gap:14px;max-width:520px;width:100%}
.pmnx-pdu-locked-copy strong{font:800 17px/1.3 Inter,sans-serif}.pmnx-pdu-locked-copy span{font:500 14px/1.6 Inter,sans-serif}.pmnx-pdu-locked-actions{margin-left:0}
.pmnx-pdu-subnav-link{font:700 14px/1 Inter,sans-serif}
@media (max-width:767px){.pmnx-pdu-locked--glass{position:relative;inset:auto;padding:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none}.pmnx-pdu-locked-panel{max-width:none}.pmnx-pdu-pagehead h1{font-size:34px !important}.pmnx-pdu-pagehead p{font-size:13px !important}}


/* v1.0.4 locked overlay correction */
.pmnx-pdu-card{position:relative;overflow:hidden}
.pmnx-pdu-locked--glass{position:relative;display:flex;align-items:center;justify-content:center;min-height:186px;padding:22px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(244,247,255,.46));border:1px solid rgba(99,102,241,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}
.pmnx-pdu-locked-fade{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.26),rgba(99,102,241,.06) 55%,rgba(16,185,129,.03));backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);pointer-events:none}
.pmnx-pdu-locked-panel{position:relative;z-index:2;width:min(560px,100%);background:#fff;border:1px solid rgba(226,232,240,.98);box-shadow:0 18px 38px rgba(15,23,42,.09);border-radius:20px;padding:22px 22px 18px;display:flex;flex-direction:column;gap:14px}
.pmnx-pdu-locked-copy strong{display:block;font:800 18px/1.28 Inter,sans-serif;color:#0f172a;margin:0 0 8px}
.pmnx-pdu-locked-copy span{display:block;font:500 14px/1.6 Inter,sans-serif;color:#64748b}
.pmnx-pdu-locked-actions{display:flex;gap:12px;flex-wrap:wrap;margin-left:0}
.pmnx-pdu-card--claim .pmnx-pdu-locked--glass,.pmnx-pdu-card--report .pmnx-pdu-locked--glass{min-height:190px}
.pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,.pmnx-pdu-card--entries .pmnx-pdu-locked--glass{min-height:208px}
.pmnx-pdu-card--source .pmnx-pdu-locked--glass{min-height:164px}
@media (max-width:767px){
  .pmnx-pdu-locked--glass{min-height:auto;padding:0;background:transparent;border:none;box-shadow:none}
  .pmnx-pdu-locked-fade{display:none}
  .pmnx-pdu-locked-panel{width:100%;padding:18px 18px 16px;box-shadow:0 12px 24px rgba(15,23,42,.06)}
  .pmnx-pdu-locked-actions{display:grid;grid-template-columns:1fr;width:100%}
}

/* v1.0.5 teaser reveal tuning */
.pmnx-pdu-locked--glass{position:absolute;inset:14px;display:flex;align-items:flex-end;justify-content:flex-start;min-height:auto;padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(244,247,255,.22));border:1px solid rgba(99,102,241,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.45);overflow:hidden}
.pmnx-pdu-locked-fade{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.38) 45%,rgba(99,102,241,.12) 100%);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);pointer-events:none}
.pmnx-pdu-locked-panel{position:relative;z-index:2;width:min(420px,78%);max-width:420px;background:#fff;border:1px solid rgba(226,232,240,.98);box-shadow:0 18px 38px rgba(15,23,42,.08);border-radius:20px;padding:18px 18px 16px;display:flex;flex-direction:column;gap:12px}
.pmnx-pdu-locked-copy strong{font:800 16px/1.28 Inter,sans-serif;margin:0 0 6px}
.pmnx-pdu-locked-copy span{font:500 13px/1.55 Inter,sans-serif}
.pmnx-pdu-card--claim .pmnx-pdu-locked--glass,.pmnx-pdu-card--report .pmnx-pdu-locked--glass{min-height:200px}
.pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,.pmnx-pdu-card--entries .pmnx-pdu-locked--glass{min-height:220px}
.pmnx-pdu-card--source .pmnx-pdu-locked--glass{min-height:168px}
@media (max-width:1024px){.pmnx-pdu-locked-panel{width:min(440px,88%);max-width:440px}}
@media (max-width:767px){.pmnx-pdu-locked--glass{position:relative;inset:auto;min-height:auto;padding:0;background:transparent;border:none;box-shadow:none}.pmnx-pdu-locked-fade{display:none}.pmnx-pdu-locked-panel{width:100%;max-width:none;padding:18px 18px 16px;box-shadow:0 12px 24px rgba(15,23,42,.06)}}

/* v1.0.6 locked teaser layout correction */
.pmnx-pdu-card--claim,
.pmnx-pdu-card--report,
.pmnx-pdu-card--breakdown,
.pmnx-pdu-card--entries{min-height:260px}
.pmnx-pdu-card--source{min-height:188px}

.pmnx-pdu-card--claim .pmnx-pdu-locked--glass,
.pmnx-pdu-card--report .pmnx-pdu-locked--glass,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,
.pmnx-pdu-card--entries .pmnx-pdu-locked--glass{
  position:absolute;
  inset:16px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:26px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(245,247,255,.34) 55%,rgba(99,102,241,.10));
  border:1px solid rgba(99,102,241,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
  overflow:hidden;
}

.pmnx-pdu-card--claim .pmnx-pdu-locked-fade,
.pmnx-pdu-card--report .pmnx-pdu-locked-fade,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-fade,
.pmnx-pdu-card--entries .pmnx-pdu-locked-fade{
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.40) 50%,rgba(99,102,241,.08));
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  pointer-events:none;
}

.pmnx-pdu-card--claim .pmnx-pdu-locked-panel,
.pmnx-pdu-card--report .pmnx-pdu-locked-panel,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,
.pmnx-pdu-card--entries .pmnx-pdu-locked-panel{
  position:relative;
  z-index:2;
  width:min(360px, calc(100% - 110px));
  max-width:360px;
  margin-left:4px;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(226,232,240,.98);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
  border-radius:20px;
  padding:18px 18px 16px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.pmnx-pdu-card--claim .pmnx-pdu-locked-copy strong,
.pmnx-pdu-card--report .pmnx-pdu-locked-copy strong,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-copy strong,
.pmnx-pdu-card--entries .pmnx-pdu-locked-copy strong{font:800 15px/1.28 Inter,sans-serif;margin:0 0 4px}

.pmnx-pdu-card--claim .pmnx-pdu-locked-copy span,
.pmnx-pdu-card--report .pmnx-pdu-locked-copy span,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-copy span,
.pmnx-pdu-card--entries .pmnx-pdu-locked-copy span{font:500 12px/1.55 Inter,sans-serif}

.pmnx-pdu-card--claim .pmnx-pdu-locked-actions,
.pmnx-pdu-card--report .pmnx-pdu-locked-actions,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-actions,
.pmnx-pdu-card--entries .pmnx-pdu-locked-actions{gap:10px}

.pmnx-pdu-card--claim .pmnx-pdu-locked-actions .pmnx-pdu-button,
.pmnx-pdu-card--report .pmnx-pdu-locked-actions .pmnx-pdu-button,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-actions .pmnx-pdu-button,
.pmnx-pdu-card--entries .pmnx-pdu-locked-actions .pmnx-pdu-button{padding:11px 14px;font-size:13px;border-radius:14px}

@media (max-width:1024px){
  .pmnx-pdu-card--claim .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--report .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--entries .pmnx-pdu-locked-panel{width:min(380px, calc(100% - 70px));max-width:380px}
}

@media (max-width:767px){
  .pmnx-pdu-card--claim,
  .pmnx-pdu-card--report,
  .pmnx-pdu-card--breakdown,
  .pmnx-pdu-card--entries,
  .pmnx-pdu-card--source{min-height:0}

  .pmnx-pdu-card--claim .pmnx-pdu-locked--glass,
  .pmnx-pdu-card--report .pmnx-pdu-locked--glass,
  .pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,
  .pmnx-pdu-card--entries .pmnx-pdu-locked--glass{
    position:relative;
    inset:auto;
    min-height:auto;
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
  }

  .pmnx-pdu-card--claim .pmnx-pdu-locked-fade,
  .pmnx-pdu-card--report .pmnx-pdu-locked-fade,
  .pmnx-pdu-card--breakdown .pmnx-pdu-locked-fade,
  .pmnx-pdu-card--entries .pmnx-pdu-locked-fade{display:none}

  .pmnx-pdu-card--claim .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--report .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--entries .pmnx-pdu-locked-panel{
    width:100%;
    max-width:none;
    margin-left:0;
    padding:18px 18px 16px;
  }
}


/* v2.0.1 unified polish fixes */
.pmnx-pdu-subnav-link{display:inline-flex;align-items:center;gap:8px}
.pmnx-pdu-subnav-link svg{width:16px;height:16px;flex:0 0 auto}
.pmnx-pdu-subnav-link span{display:inline-block}
@media (max-width:767px){
  .pmnx-pdu-subnav-link svg{display:none}
  .pmnx-pdu-subnav{padding:8px 16px 10px !important;margin:0 -16px 14px !important;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.05)}
  .pmnx-pdu-subnav-link{padding:10px 2px 10px !important;border:none !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important;font:700 13px/1 Inter,sans-serif !important;color:#475569 !important}
  .pmnx-pdu-subnav-link.is-current{color:#4338ca !important}
}

.pmnx-pdu-card--claim,
.pmnx-pdu-card--report,
.pmnx-pdu-card--breakdown,
.pmnx-pdu-card--entries{min-height:290px}
.pmnx-pdu-card--claim .pmnx-pdu-locked--glass,
.pmnx-pdu-card--report .pmnx-pdu-locked--glass,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,
.pmnx-pdu-card--entries .pmnx-pdu-locked--glass{
  inset:18px !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  padding:20px !important;
  background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.28) 55%,rgba(99,102,241,.10)) !important;
}
.pmnx-pdu-card--claim .pmnx-pdu-locked-fade,
.pmnx-pdu-card--report .pmnx-pdu-locked-fade,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-fade,
.pmnx-pdu-card--entries .pmnx-pdu-locked-fade{
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.24) 46%,rgba(99,102,241,.08)) !important;
  backdrop-filter:blur(4px) !important;
  -webkit-backdrop-filter:blur(4px) !important;
}
.pmnx-pdu-card--claim .pmnx-pdu-locked-panel,
.pmnx-pdu-card--report .pmnx-pdu-locked-panel,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,
.pmnx-pdu-card--entries .pmnx-pdu-locked-panel{
  width:min(320px, calc(100% - 150px)) !important;
  max-width:320px !important;
  margin-left:0 !important;
  border-radius:18px !important;
  padding:16px 16px 14px !important;
}
.pmnx-pdu-card--claim .pmnx-pdu-locked-copy strong,
.pmnx-pdu-card--report .pmnx-pdu-locked-copy strong,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-copy strong,
.pmnx-pdu-card--entries .pmnx-pdu-locked-copy strong{font:800 14px/1.25 Inter,sans-serif !important}
.pmnx-pdu-card--claim .pmnx-pdu-locked-copy span,
.pmnx-pdu-card--report .pmnx-pdu-locked-copy span,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-copy span,
.pmnx-pdu-card--entries .pmnx-pdu-locked-copy span{font:500 12px/1.5 Inter,sans-serif !important}
.pmnx-pdu-card--claim .pmnx-pdu-locked-actions .pmnx-pdu-button,
.pmnx-pdu-card--report .pmnx-pdu-locked-actions .pmnx-pdu-button,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-actions .pmnx-pdu-button,
.pmnx-pdu-card--entries .pmnx-pdu-locked-actions .pmnx-pdu-button{padding:10px 12px !important;font-size:12px !important}
@media (max-width:1200px){
  .pmnx-pdu-card--claim .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--report .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--entries .pmnx-pdu-locked-panel{width:min(300px, calc(100% - 120px)) !important;max-width:300px !important}
}
@media (max-width:767px){
  .pmnx-pdu-card--claim,.pmnx-pdu-card--report,.pmnx-pdu-card--breakdown,.pmnx-pdu-card--entries{min-height:0}
}


/* v2.0.2 unify subnav sizing with Grow + improve locked teaser reveal */
.pmnx-pdu-subnav{padding:10px 0 !important;gap:10px !important}
.pmnx-pdu-subnav-link{
  padding:10px 14px !important;
  min-height:44px;
  border-radius:999px !important;
  font:700 14px/1 Inter,sans-serif !important;
  display:inline-flex;align-items:center;justify-content:center;
}
.pmnx-pdu-subnav-link svg{width:16px;height:16px;flex:0 0 auto}

/* desktop teaser locked sections */
.pmnx-pdu-card--claim .pmnx-pdu-locked--glass,
.pmnx-pdu-card--report .pmnx-pdu-locked--glass,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,
.pmnx-pdu-card--entries .pmnx-pdu-locked--glass{
  position:absolute !important;
  inset:14px !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  padding:18px !important;
  overflow:hidden !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(244,247,255,.34)) !important;
  border:1px solid rgba(99,102,241,.14) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.45) !important;
}
.pmnx-pdu-card--claim .pmnx-pdu-locked--glass::before,
.pmnx-pdu-card--report .pmnx-pdu-locked--glass::before,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass::before,
.pmnx-pdu-card--entries .pmnx-pdu-locked--glass::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 92% 78%, rgba(99,102,241,.12), rgba(99,102,241,0) 20%),
    radial-gradient(circle at 82% 18%, rgba(16,185,129,.08), rgba(16,185,129,0) 18%),
    linear-gradient(90deg, transparent 0 50px, rgba(15,23,42,.08) 50px 64%, transparent 64%),
    linear-gradient(90deg, transparent 0 60px, rgba(15,23,42,.06) 60px 76%, transparent 76%),
    linear-gradient(90deg, transparent 0 60px, rgba(15,23,42,.06) 60px 42%, transparent 42%),
    linear-gradient(90deg, transparent 0 60px, rgba(15,23,42,.06) 60px 48%, transparent 48%),
    linear-gradient(90deg, transparent 0 60px, rgba(15,23,42,.06) 60px 58%, transparent 58%),
    linear-gradient(90deg, transparent 0 60px, rgba(15,23,42,.06) 60px 36%, transparent 36%),
    linear-gradient(90deg, transparent 0 60px, rgba(15,23,42,.05) 60px 80%, transparent 80%);
  background-repeat:no-repeat;
  background-size:
    240px 180px,
    180px 140px,
    88% 1px,
    62% 10px,
    54% 10px,
    48% 10px,
    60% 10px,
    42% 10px,
    70% 10px;
  background-position:
    right -20px bottom -16px,
    right 80px top -30px,
    left 22px top 46px,
    left 22px top 66px,
    left 22px top 92px,
    left 22px top 118px,
    left 22px top 144px,
    left 22px top 170px,
    left 22px top 196px;
  filter:blur(5px);
  opacity:.92;
  pointer-events:none;
}
.pmnx-pdu-card--claim .pmnx-pdu-locked-fade,
.pmnx-pdu-card--report .pmnx-pdu-locked-fade,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-fade,
.pmnx-pdu-card--entries .pmnx-pdu-locked-fade{
  position:absolute !important;
  inset:0 !important;
  border-radius:inherit !important;
  background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.32) 48%,rgba(99,102,241,.10)) !important;
  backdrop-filter:blur(4px) !important;
  -webkit-backdrop-filter:blur(4px) !important;
  pointer-events:none !important;
}
.pmnx-pdu-card--claim .pmnx-pdu-locked-panel,
.pmnx-pdu-card--report .pmnx-pdu-locked-panel,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,
.pmnx-pdu-card--entries .pmnx-pdu-locked-panel{
  position:relative !important;
  z-index:2 !important;
  width:min(360px, calc(100% - 110px)) !important;
  max-width:360px !important;
  background:#fff !important;
  border:1px solid rgba(226,232,240,.98) !important;
  box-shadow:0 16px 34px rgba(15,23,42,.08) !important;
  border-radius:20px !important;
  padding:18px 18px 16px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
}
.pmnx-pdu-card--claim .pmnx-pdu-locked-copy strong,
.pmnx-pdu-card--report .pmnx-pdu-locked-copy strong,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-copy strong,
.pmnx-pdu-card--entries .pmnx-pdu-locked-copy strong{font:800 15px/1.26 Inter,sans-serif !important;margin:0 0 4px !important}
.pmnx-pdu-card--claim .pmnx-pdu-locked-copy span,
.pmnx-pdu-card--report .pmnx-pdu-locked-copy span,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-copy span,
.pmnx-pdu-card--entries .pmnx-pdu-locked-copy span{font:500 12px/1.55 Inter,sans-serif !important}
.pmnx-pdu-card--claim .pmnx-pdu-locked-actions,
.pmnx-pdu-card--report .pmnx-pdu-locked-actions,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-actions,
.pmnx-pdu-card--entries .pmnx-pdu-locked-actions{display:flex !important;gap:10px !important;flex-wrap:wrap !important}
.pmnx-pdu-card--claim .pmnx-pdu-locked-actions .pmnx-pdu-button,
.pmnx-pdu-card--report .pmnx-pdu-locked-actions .pmnx-pdu-button,
.pmnx-pdu-card--breakdown .pmnx-pdu-locked-actions .pmnx-pdu-button,
.pmnx-pdu-card--entries .pmnx-pdu-locked-actions .pmnx-pdu-button{padding:10px 13px !important;font-size:12px !important;border-radius:14px !important}
.pmnx-pdu-card--claim .pmnx-pdu-locked--glass,
.pmnx-pdu-card--report .pmnx-pdu-locked--glass{min-height:208px !important}
.pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,
.pmnx-pdu-card--entries .pmnx-pdu-locked--glass{min-height:234px !important}

@media (max-width:767px){
  .pmnx-pdu-subnav{padding:8px 16px 10px !important;margin:0 -16px 14px !important;background:#fff !important;box-shadow:0 8px 18px rgba(15,23,42,.05) !important}
  .pmnx-pdu-subnav-link{padding:10px 2px 10px !important;min-height:auto !important;border:none !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important;font:700 13px/1 Inter,sans-serif !important;color:#475569 !important}
  .pmnx-pdu-subnav-link svg{display:none !important}
  .pmnx-pdu-subnav-link.is-current{color:#4338ca !important;background:transparent !important}
  .pmnx-pdu-subnav-link.is-current span,.pmnx-pdu-subnav-link span{position:relative;display:inline-block;padding-bottom:8px}
  .pmnx-pdu-subnav-link.is-current span:after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#6366f1,#8b5cf6)}
  .pmnx-pdu-card--claim .pmnx-pdu-locked--glass,
  .pmnx-pdu-card--report .pmnx-pdu-locked--glass,
  .pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,
  .pmnx-pdu-card--entries .pmnx-pdu-locked--glass{
    position:relative !important;inset:auto !important;min-height:auto !important;padding:0 !important;background:transparent !important;border:none !important;box-shadow:none !important;
  }
  .pmnx-pdu-card--claim .pmnx-pdu-locked-fade,
  .pmnx-pdu-card--report .pmnx-pdu-locked-fade,
  .pmnx-pdu-card--breakdown .pmnx-pdu-locked-fade,
  .pmnx-pdu-card--entries .pmnx-pdu-locked-fade,
  .pmnx-pdu-card--claim .pmnx-pdu-locked--glass::before,
  .pmnx-pdu-card--report .pmnx-pdu-locked--glass::before,
  .pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass::before,
  .pmnx-pdu-card--entries .pmnx-pdu-locked--glass::before{display:none !important}
  .pmnx-pdu-card--claim .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--report .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,
  .pmnx-pdu-card--entries .pmnx-pdu-locked-panel{width:100% !important;max-width:none !important;padding:18px 18px 16px !important;box-shadow:0 12px 24px rgba(15,23,42,.06) !important}
}


/* v2.0.3 soft reveal correct */
.pmnx-pdu-card--claim,.pmnx-pdu-card--report,.pmnx-pdu-card--breakdown,.pmnx-pdu-card--entries{min-height:276px}
.pmnx-pdu-card--claim .pmnx-pdu-locked--glass,.pmnx-pdu-card--report .pmnx-pdu-locked--glass,.pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,.pmnx-pdu-card--entries .pmnx-pdu-locked--glass{inset:16px;padding:22px;align-items:center;justify-content:flex-start;background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(244,247,255,.42) 58%,rgba(99,102,241,.10));border:1px solid rgba(99,102,241,.14);overflow:hidden}
.pmnx-pdu-card--claim .pmnx-pdu-locked-fade,.pmnx-pdu-card--report .pmnx-pdu-locked-fade,.pmnx-pdu-card--breakdown .pmnx-pdu-locked-fade,.pmnx-pdu-card--entries .pmnx-pdu-locked-fade{background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.22) 48%,rgba(99,102,241,.08));backdrop-filter:blur(1.75px);-webkit-backdrop-filter:blur(1.75px)}
.pmnx-pdu-ghost{position:absolute;inset:18px;border-radius:20px;padding:22px 20px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none;z-index:1;opacity:.72}
.pmnx-pdu-ghost-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.pmnx-pdu-ghost-col{flex:1 1 0;min-width:0}
.pmnx-pdu-ghost-line{height:10px;border-radius:999px;background:linear-gradient(90deg,rgba(148,163,184,.55),rgba(226,232,240,.78));margin-bottom:10px;filter:blur(.35px)}
.pmnx-pdu-ghost-line.sm{width:34%}.pmnx-pdu-ghost-line.md{width:52%}.pmnx-pdu-ghost-line.lg{width:78%}.pmnx-pdu-ghost-line.xl{width:92%}
.pmnx-pdu-ghost-pill{height:28px;border-radius:999px;background:linear-gradient(90deg,rgba(99,102,241,.16),rgba(226,232,240,.65));margin-top:4px;filter:blur(.5px)}
.pmnx-pdu-ghost-box{height:72px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(226,232,240,.55));border:1px solid rgba(203,213,225,.55);margin-top:8px;filter:blur(.5px)}
.pmnx-pdu-card--claim .pmnx-pdu-locked-panel,.pmnx-pdu-card--report .pmnx-pdu-locked-panel,.pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,.pmnx-pdu-card--entries .pmnx-pdu-locked-panel{width:min(332px,calc(100% - 132px));max-width:332px;margin-left:2px;padding:16px 16px 14px;gap:10px}
.pmnx-pdu-card--claim .pmnx-pdu-locked-copy strong,.pmnx-pdu-card--report .pmnx-pdu-locked-copy strong,.pmnx-pdu-card--breakdown .pmnx-pdu-locked-copy strong,.pmnx-pdu-card--entries .pmnx-pdu-locked-copy strong{font:800 14px/1.25 Inter,sans-serif;margin:0 0 4px}
.pmnx-pdu-card--claim .pmnx-pdu-locked-copy span,.pmnx-pdu-card--report .pmnx-pdu-locked-copy span,.pmnx-pdu-card--breakdown .pmnx-pdu-locked-copy span,.pmnx-pdu-card--entries .pmnx-pdu-locked-copy span{font:500 12px/1.5 Inter,sans-serif}
.pmnx-pdu-card--claim .pmnx-pdu-locked-actions .pmnx-pdu-button,.pmnx-pdu-card--report .pmnx-pdu-locked-actions .pmnx-pdu-button,.pmnx-pdu-card--breakdown .pmnx-pdu-locked-actions .pmnx-pdu-button,.pmnx-pdu-card--entries .pmnx-pdu-locked-actions .pmnx-pdu-button{padding:10px 13px;font-size:12.5px;border-radius:13px}
@media (max-width:1024px){.pmnx-pdu-card--claim .pmnx-pdu-locked-panel,.pmnx-pdu-card--report .pmnx-pdu-locked-panel,.pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,.pmnx-pdu-card--entries .pmnx-pdu-locked-panel{width:min(320px,calc(100% - 80px));max-width:320px}}
@media (max-width:767px){.pmnx-pdu-ghost{display:none}.pmnx-pdu-card--claim,.pmnx-pdu-card--report,.pmnx-pdu-card--breakdown,.pmnx-pdu-card--entries{min-height:0}.pmnx-pdu-card--claim .pmnx-pdu-locked-panel,.pmnx-pdu-card--report .pmnx-pdu-locked-panel,.pmnx-pdu-card--breakdown .pmnx-pdu-locked-panel,.pmnx-pdu-card--entries .pmnx-pdu-locked-panel{width:100%;max-width:none;padding:18px 18px 16px}}


/* v2.0.4 masked populated teaser reveal */
.pmnx-pdu-locked--glass{
  position:absolute !important;
  inset:14px !important;
  overflow:hidden;
  min-height:220px;
  padding:22px;
  align-items:center !important;
  justify-content:flex-start !important;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(244,247,255,.28)) !important;
  border:1px solid rgba(99,102,241,.14) !important;
}
.pmnx-pdu-card--claim .pmnx-pdu-locked--glass,
.pmnx-pdu-card--report .pmnx-pdu-locked--glass{min-height:220px !important;}
.pmnx-pdu-card--breakdown .pmnx-pdu-locked--glass,
.pmnx-pdu-card--entries .pmnx-pdu-locked--glass{min-height:236px !important;}
.pmnx-pdu-locked-fade{
  background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.35) 52%,rgba(99,102,241,.10)) !important;
  backdrop-filter:blur(1.5px) !important;
  -webkit-backdrop-filter:blur(1.5px) !important;
}
.pmnx-pdu-locked-reveal{
  position:absolute;
  inset:16px;
  z-index:1;
  filter:blur(1.2px);
  opacity:.76;
  pointer-events:none;
}
.pmnx-pdu-locked-panel{
  position:relative;
  z-index:2;
  width:min(360px,62%) !important;
  max-width:360px !important;
  margin:0 0 0 18px;
  padding:16px 16px 14px !important;
  border-radius:18px !important;
  box-shadow:0 14px 26px rgba(15,23,42,.08) !important;
}
.pmnx-pdu-locked-copy strong{font:800 15px/1.24 Inter,sans-serif !important;margin:0 0 4px !important}
.pmnx-pdu-locked-copy span{font:500 12px/1.52 Inter,sans-serif !important}
.pmnx-pdu-locked-actions{gap:10px !important}
.pmnx-pdu-locked-actions .pmnx-pdu-button{padding:10px 14px;font-size:13px;border-radius:14px}
.pmnx-pdu-teaser{color:#0f172a;font-family:Inter,sans-serif}
.pmnx-pdu-teaser-row{display:grid;grid-template-columns:110px 1fr auto;gap:14px;align-items:center;padding:12px 14px;border-bottom:1px solid rgba(148,163,184,.18)}
.pmnx-pdu-teaser-row:last-child{border-bottom:none}
.pmnx-pdu-teaser-row span{font:600 13px/1.4 Inter,sans-serif;color:#64748b}
.pmnx-pdu-teaser-row strong{font:700 13px/1.4 Inter,sans-serif;color:#0f172a}
.pmnx-pdu-teaser-row em{font:700 11px/1 Inter,sans-serif;color:#4f46e5;background:#eef2ff;padding:6px 10px;border-radius:999px;font-style:normal}
.pmnx-pdu-teaser-steps{margin:6px 0 16px 18px;padding:0;color:#0f172a}
.pmnx-pdu-teaser-steps li{font:700 13px/1.55 Inter,sans-serif;margin:0 0 8px}
.pmnx-pdu-teaser-actions{display:flex;gap:10px;padding:0 4px}
.pmnx-pdu-teaser-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:14px;background:#eef2ff;color:#4f46e5;font:700 12px/1 Inter,sans-serif}
.pmnx-pdu-teaser-btn.is-dark{background:#0f172a;color:#fff}
.pmnx-pdu-teaser-break{margin:0 0 16px}
.pmnx-pdu-teaser-break:last-child{margin-bottom:0}
.pmnx-pdu-teaser-break > div{display:flex;justify-content:space-between;gap:16px;margin-bottom:8px}
.pmnx-pdu-teaser-break span{font:700 13px/1.4 Inter,sans-serif;color:#0f172a}
.pmnx-pdu-teaser-break strong{font:700 12px/1.4 Inter,sans-serif;color:#334155}
.pmnx-pdu-teaser-break i{display:block;height:8px;border-radius:999px;background:linear-gradient(90deg,#8b5cf6,#c4b5fd);width:0}
.pmnx-pdu-teaser-table{width:100%;border-collapse:collapse;font-family:Inter,sans-serif}
.pmnx-pdu-teaser-table th,.pmnx-pdu-teaser-table td{padding:10px 12px;border:1px solid rgba(148,163,184,.14);text-align:left}
.pmnx-pdu-teaser-table th{font:800 11px/1.2 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#64748b;background:rgba(248,250,252,.7)}
.pmnx-pdu-teaser-table td{font:700 12px/1.35 Inter,sans-serif;color:#0f172a;background:rgba(255,255,255,.56)}
@media (max-width:1024px){.pmnx-pdu-locked-panel{width:min(360px,72%) !important;max-width:360px !important}}
@media (max-width:767px){
  .pmnx-pdu-locked--glass{position:relative !important;inset:auto !important;min-height:auto !important;padding:0 !important;background:transparent !important;border:none !important;box-shadow:none !important}
  .pmnx-pdu-locked-fade,.pmnx-pdu-locked-reveal{display:none !important}
  .pmnx-pdu-locked-panel{width:100% !important;max-width:none !important;margin:0 !important;padding:18px 18px 16px !important}
}


/* v2.0.4 hotfixes */
.pmnx-pdu-page .pmnx-breadcrumbs{margin-bottom:0 !important;}
.pmnx-pdu-subnav{margin-top:0 !important;padding-top:10px !important;}
.pmnx-pdu-export,.pmnx-pdu-export:visited,.pmnx-pdu-export:hover,.pmnx-pdu-export:focus,.pmnx-pdu-export:active{color:#fff !important;text-decoration:none !important;}
.pmnx-pdu-export:hover,.pmnx-pdu-export:focus{background:#111827 !important;box-shadow:0 16px 30px rgba(15,23,42,.18);}
.pmnx-pdu-export svg,.pmnx-pdu-export:hover svg,.pmnx-pdu-export:focus svg{color:inherit;fill:none;}
.pmnx-pdu-stage,.pmnx-shell-container{max-width:1320px;}
.pmnx-pdu-pagehead{padding:22px 22px 18px !important;margin:8px 0 16px !important;}
.pmnx-pdu-headline h1{font:800 clamp(28px,3vw,40px)/1.06 Inter,sans-serif !important;}
.pmnx-pdu-headline p{font:500 14px/1.55 Inter,sans-serif !important;max-width:560px !important;}
.pmnx-pdu-kpis{gap:14px !important;}
.pmnx-pdu-kpi-card{padding:18px !important;min-height:148px !important;}
.pmnx-pdu-kpi-value{font-size:26px !important;line-height:1.05 !important;}
.pmnx-pdu-kpi-label{font-size:13px !important;}
.pmnx-pdu-kpi-helper{font-size:12px !important;line-height:1.45 !important;}
.pmnx-pdu-card{padding:18px !important;border-radius:22px !important;}
.pmnx-pdu-card-title h2,.pmnx-pdu-card-head h2{font:800 16px/1.2 Inter,sans-serif !important;}
.pmnx-pdu-card-chip{font-size:10px !important;padding:6px 10px !important;}
.pmnx-pdu-break-top span,.pmnx-pdu-break-top strong,.pmnx-pdu-claim-row span,.pmnx-pdu-claim-row strong,.pmnx-pdu-steps li,.pmnx-pdu-empty,.pmnx-pdu-footnote{font-size:13px !important;}
.pmnx-pdu-table th,.pmnx-pdu-table td{font-size:12px !important;padding:12px 10px !important;}
@media (max-width:1400px){.pmnx-pdu-kpi-value{font-size:24px !important}.pmnx-pdu-headline h1{font-size:36px !important}}


/* v2.0.5 spacing + export contrast fixes */
.pmnx-pdu-center-page .pmnx-breadcrumbs{margin-bottom:0 !important;}
.pmnx-pdu-center-page .pmnx-shell-intro{padding-bottom:8px !important;}
@media (max-width:782px){.pmnx-pdu-center-page .pmnx-shell-intro{padding-bottom:2px !important;}}
.pmnx-pdu-subnav{margin-top:0 !important;padding-top:10px !important;}
.pmnx-pdu-export.is-disabled,.pmnx-pdu-export.is-disabled:visited,.pmnx-pdu-export.is-disabled:hover,.pmnx-pdu-export.is-disabled:focus,.pmnx-pdu-export.is-disabled:active{color:#475569 !important;background:#e5e7eb !important;box-shadow:none !important;text-decoration:none !important;}
.pmnx-pdu-export.is-disabled svg{color:inherit !important;stroke:currentColor !important;}

/* v2.2.3 configurable PDU earning legend */
.pmnx-pdu-earning-legend{
  position:relative;
  overflow:visible;
  margin:18px 0 22px;
  padding:22px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,250,252,.88));
  box-shadow:0 18px 50px rgba(15,23,42,.08);
}
.pmnx-pdu-earning-legend-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.pmnx-pdu-earning-legend h2{margin:.1rem 0 0;font-size:1.25rem;letter-spacing:-.02em;color:#0f172a}
.pmnx-pdu-earning-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;overflow:visible}
.pmnx-pdu-earning-group{position:relative;overflow:visible;border:1px solid rgba(148,163,184,.22);border-radius:20px;background:rgba(255,255,255,.72);padding:14px;min-height:132px}
.pmnx-pdu-earning-group h3{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:.92rem;color:#1e293b}
.pmnx-pdu-earning-group--power{box-shadow:inset 0 3px 0 rgba(124,58,237,.55)}
.pmnx-pdu-earning-group--ways{box-shadow:inset 0 3px 0 rgba(37,99,235,.55)}
.pmnx-pdu-earning-group--business{box-shadow:inset 0 3px 0 rgba(22,163,74,.55)}
.pmnx-pdu-earning-group--none{box-shadow:inset 0 3px 0 rgba(148,163,184,.65)}
.pmnx-pdu-earning-pills{display:flex;flex-wrap:wrap;gap:7px;overflow:visible}
.pmnx-pdu-earning-pill{position:relative;display:inline-flex;align-items:center;border:1px solid rgba(148,163,184,.26);border-radius:999px;background:#fff;padding:6px 9px;font-size:.78rem;font-weight:700;color:#334155;line-height:1;cursor:help;outline:none;white-space:nowrap}
.pmnx-pdu-earning-pill:hover,.pmnx-pdu-earning-pill:focus{border-color:rgba(79,70,229,.38);box-shadow:0 8px 24px rgba(15,23,42,.12);z-index:20}
.pmnx-pdu-earning-pill:hover::after,.pmnx-pdu-earning-pill:focus::after{content:attr(data-pmnx-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);z-index:9999;width:max-content;max-width:240px;padding:8px 10px;border-radius:12px;background:#0f172a;color:#fff;font-size:.72rem;font-weight:700;line-height:1.25;white-space:normal;box-shadow:0 16px 40px rgba(15,23,42,.25);pointer-events:none;text-align:center}
.pmnx-pdu-earning-pill:hover::before,.pmnx-pdu-earning-pill:focus::before{content:"";position:absolute;left:50%;bottom:calc(100% + 3px);transform:translateX(-50%);border-width:6px 6px 0 6px;border-style:solid;border-color:#0f172a transparent transparent transparent;z-index:9999;pointer-events:none}
.pmnx-pdu-earning-tip{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding:11px 13px;border-radius:16px;background:rgba(245,158,11,.10);color:#92400e;font-size:.86rem;font-weight:700}
@media (max-width: 980px){.pmnx-pdu-earning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.pmnx-pdu-earning-legend{padding:16px;border-radius:22px}.pmnx-pdu-earning-grid{grid-template-columns:1fr}.pmnx-pdu-earning-legend-head{flex-direction:column}.pmnx-pdu-earning-pill:hover::after,.pmnx-pdu-earning-pill:focus::after{left:0;transform:none;max-width:min(260px,80vw);text-align:left}.pmnx-pdu-earning-pill:hover::before,.pmnx-pdu-earning-pill:focus::before{left:18px;transform:none}}

/* PDU Center configurable legend */
.pmnx-pdu-legend-card{margin:18px 0 22px;overflow:visible;}
.pmnx-pdu-legend-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.pmnx-pdu-legend-group{border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.72);border-radius:18px;padding:14px;min-height:132px;}
.pmnx-pdu-legend-group-title{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#0f172a;}
.pmnx-pdu-legend-dot{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(15,23,42,.05);font-size:15px;}
.pmnx-pdu-legend-items{display:flex;flex-wrap:wrap;gap:7px;}
.pmnx-pdu-legend-chip{display:inline-flex;align-items:center;border:1px solid rgba(148,163,184,.28);background:#fff;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:700;color:#334155;cursor:help;}
.pmnx-pdu-legend-group--power_skills .pmnx-pdu-legend-chip{background:#faf5ff;color:#6b21a8;border-color:#e9d5ff;}
.pmnx-pdu-legend-group--ways_of_working .pmnx-pdu-legend-chip{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe;}
.pmnx-pdu-legend-group--business_acumen .pmnx-pdu-legend-chip{background:#ecfdf5;color:#047857;border-color:#bbf7d0;}
.pmnx-pdu-legend-group--not_counted .pmnx-pdu-legend-chip{background:#f8fafc;color:#64748b;border-color:#e2e8f0;}
.pmnx-pdu-legend-tip{margin-top:14px;padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,rgba(14,165,233,.10),rgba(124,58,237,.08));color:#334155;font-weight:700;}
@media (max-width:1100px){.pmnx-pdu-legend-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.pmnx-pdu-legend-grid{grid-template-columns:1fr}.pmnx-pdu-legend-group{min-height:auto}}

/* v2.2.7 PDU Center activity polish */
.pmnx-pdu-button,
a.pmnx-pdu-button,
button.pmnx-pdu-button{color:#fff !important;background:#0f172a;border:1px solid rgba(15,23,42,.18);transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}
.pmnx-pdu-button:hover,
.pmnx-pdu-button:focus,
.pmnx-pdu-button:active,
a.pmnx-pdu-button:hover,
a.pmnx-pdu-button:focus,
a.pmnx-pdu-button:active{color:#fff !important;background:#111827 !important;border-color:#111827;text-decoration:none;box-shadow:0 16px 30px rgba(15,23,42,.18);transform:translateY(-1px)}
.pmnx-pdu-button.secondary,
button.pmnx-pdu-button.secondary{background:#eef2ff !important;color:#4338ca !important;border-color:rgba(67,56,202,.18)}
.pmnx-pdu-button.secondary:hover,
.pmnx-pdu-button.secondary:focus,
.pmnx-pdu-button.secondary:active{background:#e0e7ff !important;color:#312e81 !important;border-color:rgba(49,46,129,.22)}
.pmnx-pdu-recent-summary{display:none;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;margin:0 0 14px;padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px solid rgba(148,163,184,.22);font:700 13px/1.2 Inter,sans-serif;color:#0f172a;list-style:none}
.pmnx-pdu-recent-summary::-webkit-details-marker{display:none}.pmnx-pdu-recent-summary strong{font-size:12px;color:#64748b;font-weight:800}.pmnx-pdu-recent-actions{display:flex;justify-content:flex-end;margin-top:16px}.pmnx-pdu-view-all{min-width:150px}.pmnx-pdu-modal{position:fixed;inset:0;z-index:99999;display:none}.pmnx-pdu-modal.is-open{display:block}.pmnx-pdu-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(5px)}.pmnx-pdu-modal-panel{position:relative;z-index:1;width:min(920px,calc(100vw - 32px));max-height:min(80vh,760px);margin:8vh auto 0;background:#fff;border-radius:24px;box-shadow:0 30px 80px rgba(15,23,42,.28);overflow:hidden;border:1px solid rgba(148,163,184,.28)}.pmnx-pdu-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(226,232,240,.9);background:linear-gradient(135deg,#f8fafc,#fff)}.pmnx-pdu-modal-head h3{margin:0;font:800 18px/1.2 Inter,sans-serif;color:#0f172a}.pmnx-pdu-modal-close{width:36px;height:36px;border:0;border-radius:999px;background:#f1f5f9;color:#0f172a;font:800 24px/1 Inter,sans-serif;cursor:pointer}.pmnx-pdu-modal-close:hover{background:#e2e8f0}.pmnx-pdu-modal-body{padding:18px 20px;overflow:auto;max-height:calc(min(80vh,760px) - 74px)}.pmnx-pdu-table--modal{min-width:680px}.pmnx-pdu-card--entries .pmnx-pdu-table-wrap{max-height:none;overflow:auto}
body.pmnx-pdu-modal-open{overflow:hidden}
@media (max-width: 767px){.pmnx-pdu-card--entries .pmnx-pdu-recent-head .pmnx-pdu-card-chip{display:none}.pmnx-pdu-recent-summary{display:flex}.pmnx-pdu-recent-details:not([open]) .pmnx-pdu-entries{display:none}.pmnx-pdu-recent-details{display:block}.pmnx-pdu-recent-details[open] .pmnx-pdu-recent-summary{margin-bottom:12px}.pmnx-pdu-recent-details:not([open]) .pmnx-pdu-recent-summary::after{content:'+';font-size:18px;color:#475569}.pmnx-pdu-recent-details[open] .pmnx-pdu-recent-summary::after{content:'–';font-size:20px;color:#475569}.pmnx-pdu-recent-actions{justify-content:stretch}.pmnx-pdu-view-all{width:100%}.pmnx-pdu-modal-panel{width:calc(100vw - 20px);max-height:86vh;margin:7vh auto 0;border-radius:20px}.pmnx-pdu-modal-body{padding:14px;max-height:calc(86vh - 70px)}.pmnx-pdu-table--modal{min-width:620px}}
@media (min-width:768px){.pmnx-pdu-recent-details{display:block}.pmnx-pdu-recent-details > .pmnx-pdu-entries{display:block}}
/* v2.2.8: Recent activity modal must escape the card/container and cover the full PDU Center page. */
body.pmnx-pdu-modal-open{overflow:hidden}
body > .pmnx-pdu-modal{position:fixed;inset:0;z-index:2147483000}
body > .pmnx-pdu-modal .pmnx-pdu-modal-backdrop{position:fixed;inset:0}
body > .pmnx-pdu-modal .pmnx-pdu-modal-panel{position:relative}

/* v2.2.8.6: PDU legend launch links. */
.pmnx-pdu-legend-chip.is-link { text-decoration: none; cursor: pointer; }
.pmnx-pdu-legend-chip.is-link:hover,
.pmnx-pdu-legend-chip.is-link:focus-visible { transform: translateY(-1px); filter: brightness(.98); text-decoration: none; }
.pmnx-pdu-legend-chip-arrow { margin-left: .35rem; font-size: .85em; opacity: .72; }
