/* PRO styling (inherits CivicIQ look) */
.npe-wrapper{max-width:1100px;margin:20px auto;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.06);overflow:hidden}
.npe-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#0b1220;color:#fff}
.npe-brand{font-weight:800;letter-spacing:.4px}
.npe-field{padding:16px 18px;border-top:1px solid #eef2f7}
.npe-field input[type=url]{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px}
.npe-button{margin-top:10px;background:#2563eb;color:#fff;border:none;padding:10px 16px;border-radius:10px;cursor:pointer;font-weight:700}
.npe-button.secondary{background:#4b5563}
.npe-error{margin-top:6px;color:#b91c1c;font-weight:600}
.npe-progress{position:relative;height:8px;background:#eef2f7;border-radius:999px;margin-top:10px;overflow:hidden}
.npe-progress[hidden]{display:none}
.npe-progress-bar{position:absolute;left:0;top:0;height:100%;width:0;background:#2563eb;border-radius:999px}
.npe-progress-bar.animating{animation:npe-bar 12s ease-in-out infinite}
@keyframes npe-bar{0%{width:5%}40%{width:65%}80%{width:92%}100%{width:95%}}
.npe-report{padding:16px 18px;border-top:1px solid #eef2f7}
.npe-sections{display:block}
.npe-card{border:1px solid #e5e7eb;border-radius:12px;background:#fbfdff;padding:14px;margin-bottom:14px}
.npe-chip{display:inline-block;background:#eef2ff;color:#1e3a8a;border-radius:999px;padding:2px 8px;font-weight:700;margin-left:6px}
.npe-meta{font-size:.95rem;color:#374151;margin-bottom:8px}
.npe-divider{height:1px;background:#e5e7eb;margin:10px 0}
.npe-overall{padding-top:4px}
.npe-overall-grid{display:flex;gap:12px;flex-wrap:wrap;margin:10px 0}
.npe-kpi{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px 14px;text-align:center;min-width:180px}
.npe-pro-tools{padding:16px 18px;border-top:1px solid #eef2f7}
.npe-pro-panel{border:1px dashed #c7d2fe;border-radius:12px;background:#f8fafc;padding:12px;margin-bottom:14px}
.npe-pro-actions{display:flex;gap:8px;margin-top:8px}
.npe-pro-text{width:100%;min-height:120px;padding:8px;border:1px solid #d1d5db;border-radius:10px;background:#fff;font-family:system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial}
@media print{.npe-field,.npe-pro-tools,.npe-progress{display:none!important}.npe-wrapper{box-shadow:none;border:none}.npe-card{page-break-inside:avoid}.npe-overall{page-break-before:always}}