.curvePanel{border:1px solid #ccd6d0;background:white;padding:18px;margin-top:15px}
.curveHead{display:flex;justify-content:space-between;gap:15px;align-items:start}
.curveHead small{font:800 8px monospace;letter-spacing:.12em;color:#657a70}
.curveHead h3{margin:5px 0 0;font-size:17px}
.curveHead strong{font:900 8px monospace;padding:9px}
.curveHead strong.ok{background:#dff1d3;color:#22542b}
.curveHead strong.warn{background:#ffe0cf;color:#7d2d0f}
.curvePanel svg{width:100%;height:auto;margin-top:12px;background:#f7f9f7}
.curvePanel svg line{stroke:#71837a;stroke-width:1}
.curvePanel svg polyline{fill:none;stroke-width:4;stroke-linejoin:round}
.curvePanel svg .systemCurve{stroke:#d75b32}
.curvePanel svg .pumpCurve{stroke:#1d7056}
.curvePanel svg circle{fill:#c8f25c;stroke:#10241d;stroke-width:3}
.curvePanel svg text{font:700 10px sans-serif;fill:#41554b}
.curveLegend{display:flex;gap:16px;align-items:center;flex-wrap:wrap;font-size:9px;margin-top:8px}
.curveLegend span{display:flex;gap:5px;align-items:center}.curveLegend i{display:inline-block;width:24px;height:3px}
.curveLegend i.system{background:#d75b32}.curveLegend i.pump{background:#1d7056}.curveLegend b{margin-left:auto}
.curvePanel>p{font-size:9px;line-height:1.5;color:#68776f;border-left:3px solid var(--lime);padding-left:10px}
@media(max-width:620px){.curveHead{display:block}.curveHead strong{display:inline-block;margin-top:8px}.curveLegend b{margin-left:0;width:100%}}
@media print{.curvePanel{break-inside:avoid}}
