.mmp-pr-section{border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.04);border-radius:18px;padding:16px;margin-top:14px}
.mmp-pr-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}
.mmp-pr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:12px}
.mmp-pr-card{border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:12px;background:rgba(15,23,42,.35)}
.mmp-pr-card h4{margin:0 0 6px;font-size:14px}
.mmp-pr-card .muted{font-size:12px;line-height:1.4}
.mmp-pr-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 10px;font-size:12px;border:1px solid rgba(148,163,184,.22);margin:2px 6px 2px 0}
.mmp-pr-pill.ok{border-color:rgba(34,197,94,.45)}
.mmp-pr-pill.warn{border-color:rgba(245,158,11,.45)}
.mmp-pr-pill.bad{border-color:rgba(239,68,68,.45)}
.mmp-pr-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.mmp-pr-log{margin-top:10px;min-height:120px;white-space:pre-wrap}
.mmp-pr-inline-note{margin-top:8px;font-size:12px;color:var(--muted)}
