.commitment-layout{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(320px,1fr);gap:24px}.commitment-toolbar{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.commitment-toolbar h2{margin:0}.commitment-toolbar p{margin:7px 0 0;color:var(--muted);font-size:12px}.commitment-filters{display:flex;gap:8px}.commitment-filters label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:10px}.commitment-filters select{min-width:112px;border:1px solid var(--line);border-radius:8px;background:#f8fafc;padding:8px;font:inherit;color:var(--ink)}.commitment-list{display:grid;gap:12px}.commitment-card{position:relative;background:#fff;border:1px solid #e1e7ed;border-radius:14px;padding:18px;box-shadow:var(--shadow);overflow:hidden}.commitment-card::before{content:"";position:absolute;right:0;top:0;bottom:0;width:5px;background:#aeb8c7}.commitment-card.in-progress::before{background:#d79b2b}.commitment-card.done{border-color:#b9dfce}.commitment-card.done::before{background:var(--green)}.commitment-card.overdue::before{background:var(--red)}.commitment-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.commitment-head h3{font-size:15px;line-height:1.75;margin:8px 0 4px}.commitment-head p{margin:0;color:var(--muted);font-size:11px}.commitment-state{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:700}.commitment-state.open{background:#eef1f5;color:#657083}.commitment-state.in-progress{background:#fff3da;color:#956009}.commitment-state.done{background:#e7f6ef;color:var(--green)}.commitment-state.overdue{background:#fdeaea;color:var(--red)}.commitment-owner{display:flex;align-items:center;gap:8px;white-space:nowrap;background:#f5f7fa;padding:7px 9px;border-radius:10px}.commitment-owner i{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--navy);color:#fff;font-style:normal;font-size:11px}.commitment-owner b{font-size:11px}.commitment-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.commitment-meta div{display:flex;flex-direction:column;gap:5px;background:#f6f8fa;border-radius:8px;padding:9px}.commitment-meta small{font-size:9px;color:var(--muted)}.commitment-meta b{font-size:11px}.commitment-evidence{background:#edf7f2;border-radius:9px;padding:11px;color:#286a4f}.commitment-evidence b{font-size:11px}.commitment-evidence p{font-size:11px;line-height:1.7;margin:5px 0 0}.commitment-note{color:var(--muted);font-size:11px;margin:10px 0 0}.commitment-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:12px}.commitment-actions button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 11px;font:700 11px inherit;cursor:pointer}.commitment-actions .commitment-primary{background:var(--navy);border-color:var(--navy);color:#fff}.commitment-actions .commitment-done{background:var(--green);border-color:var(--green);color:#fff}.commitment-form-panel{height:max-content;position:sticky;top:22px}.commitment-form-panel>p{margin-bottom:18px}.commitment-form-panel form{display:grid;gap:13px}.commitment-form-panel label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.commitment-form-panel input,.commitment-form-panel select,.commitment-form-panel textarea{width:100%;border:1px solid var(--line);border-radius:9px;background:#f7f9fc;padding:10px;font:inherit;color:var(--ink)}
@media(max-width:1050px){.commitment-layout{grid-template-columns:1fr}.commitment-form-panel{position:static}}
@media(max-width:650px){.commitment-layout{display:block}.commitment-toolbar{align-items:stretch;flex-direction:column;gap:14px}.commitment-filters{display:grid;grid-template-columns:repeat(3,1fr)}.commitment-filters select{min-width:0;width:100%}.commitment-head{flex-direction:column}.commitment-meta{grid-template-columns:1fr 1fr}.commitment-actions{justify-content:stretch}.commitment-actions button{flex:1}}
