.path-e-pass-grid .pending{background:#e8f0f7;color:#496d88}
.path-e-state-legend{display:flex;gap:7px;flex-wrap:wrap;margin:-3px 0 10px}
.path-e-state-legend span{padding:4px 7px;border-radius:8px;font-size:9px}
.path-e-state-legend .pass{background:#e4f4ec;color:#16614d}
.path-e-state-legend .fail{background:#f8eeee;color:#8a4b4b}
.path-e-state-legend .pending{background:#e8f0f7;color:#496d88}
.path-e-weight-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.path-e-weight-head strong{padding:6px 9px;border-radius:9px;background:#e4f4ec;color:#17604d;white-space:nowrap}
.path-e-weight-head strong.invalid{background:#f8eeee;color:#8a4b4b}
.path-e-weight-presets,.path-e-weight-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:12px}
.path-e-weight-presets button,.path-e-weight-actions button{padding:8px 11px;border:1px solid #75aa9b;border-radius:8px;background:#fff;color:#17604d}
.path-e-weight-presets button.active,.path-e-weight-actions button:first-child{background:#16705a;color:#fff}
.path-e-weight-actions button:disabled{opacity:.45}
.path-e-weight-actions small{color:#688078}
.path-e-weight-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}
.path-e-weight-grid label{display:grid;grid-template-columns:1fr auto;gap:7px;align-items:center;padding:9px;border-radius:9px;background:#edf8f4;color:#446c60}
.path-e-weight-grid label span{grid-column:1/-1;font-size:10px;font-weight:700}
.path-e-weight-grid input{min-width:0;width:100%;padding:7px;border:1px solid #bcded2;border-radius:7px;background:#fff;color:#17604d}
.path-e-weight-grid b{font-size:11px;color:#17604d}
@media(max-width:900px){.path-e-weight-grid{grid-template-columns:1fr 1fr}.path-e-weight-head{display:block}.path-e-weight-head strong{display:inline-block;margin-top:8px}}
