.m45-repair-panel{margin:18px 0;padding:20px;border:1px solid #dedff0;border-radius:18px;background:#f8f7ff}
.m45-repair-heading h2{margin:4px 0 6px}
.m45-repair-heading p{margin:0;color:#626779;line-height:1.5}
.m45-repair-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.m45-repair-controls label{display:grid;gap:6px}
.m45-repair-controls label>span{font-size:13px;font-weight:700;color:#45495b}
.m45-repair-controls select{width:100%;min-height:42px;padding:8px 10px;border:1px solid #d7d9e8;border-radius:10px;background:#fff}
.m45-repair-run,.m45-apply{margin-top:14px;border:0;border-radius:11px;min-height:42px;padding:10px 16px;background:#5B21B6;color:#fff;font-weight:800;cursor:pointer}
.m45-repair-run:disabled,.m45-apply:disabled{opacity:.6;cursor:wait}
.m45-repair-result{margin-top:16px;padding:14px;border:1px solid #dedff0;border-radius:14px;background:#fff}
.m45-repair-result>p{color:#626779;line-height:1.5}
.m45-repair-candidates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}
.m45-repair-candidates[hidden],.m45-selection-preview[hidden],.m45-apply[hidden],[data-m45-coverage-field][hidden],[data-m45-legality-field][hidden]{display:none!important}
.m45-candidate-card{padding:12px;border:1px solid #e0e3f1;border-radius:12px;background:#fff}
.m45-candidate-head{display:flex;gap:10px;justify-content:space-between;align-items:flex-start}
.m45-candidate-head span{flex:none;padding:4px 7px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:12px;font-weight:700}
.m45-candidate-card p{color:#626779;line-height:1.45}
.m45-candidate-card button{width:100%;min-height:38px;border:1px solid #cfd3ea;border-radius:9px;background:#fff;font-weight:700;cursor:pointer}
.m45-candidate-card button:disabled{opacity:.55;cursor:not-allowed}
.m45-selection-preview{margin-top:14px;padding:12px;border:1px solid #cfd3ea;border-radius:12px;background:#fafaff}
.m45-selection-preview p{margin:7px 0 0;color:#5f6476;line-height:1.45}
.m45-repair-caveat{border-top:1px solid #e0e3f1;padding-top:10px;margin-top:14px;font-size:12px;color:#666b7e;line-height:1.5}
@media(max-width:760px){
  .m45-repair-panel{padding:16px}
  .m45-repair-controls,.m45-repair-candidates{grid-template-columns:1fr}
  .m45-repair-run,.m45-apply{width:100%}
}
