.operations-module .operations-fields{display:grid;grid-template-columns:repeat(2,minmax(230px,1fr));gap:14px;margin:14px 0}
.operations-module .operations-fields label,.operations-module .operations-notes{display:flex;flex-direction:column;gap:6px;font-weight:600}
.operations-module .operations-fields input,.operations-module .operations-fields select,.operations-module .operations-notes textarea{width:100%;max-width:100%;box-sizing:border-box}
.operations-module .operations-notes{margin:18px 0}
.operations-module .operations-navigation{flex-wrap:wrap}
.operations-module .operations-article-select{min-width:220px;max-width:450px;width:100%}
.operations-module .operations-line-total{white-space:nowrap;font-variant-numeric:tabular-nums;display:block;text-align:right}
.operations-module .operations-total{align-items:baseline;margin-bottom:16px}
.operations-module .operations-total span{font-size:13px;color:#52606b}
.operations-module .operations-fields input[type=number]{text-align:left}
.operations-saved-notes{white-space:pre-wrap}
.operations-module .operations-article-group{margin:12px 0;padding:12px 14px;border:1px solid #cdd8e3;border-radius:8px;background:#fff}
.operations-module .operations-article-group h3{margin:0;padding-bottom:10px;border-bottom:1px solid #e3e9ef;font-size:16px;color:#244a6b}
.operations-module .operations-article-group .operations-fields{margin-bottom:10px}
.operations-module .operations-article-group .notice{margin-bottom:0}
@media(max-width:650px){.operations-module .operations-fields{grid-template-columns:1fr}.operations-module .operations-article-select{max-width:280px}}

@media(min-width:900px){.operations-module .operations-article-group .operations-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:10px 0}.operations-module .operations-article-main .operations-fields>label:first-child{grid-column:span 2}}

/* Fichas de clientes y establecimientos: planificación, septiembre 2026. */
.operations-module .operations-party-group{margin:16px 0;padding:16px;border:1px solid #cdd8e3;border-radius:8px;background:#fff}
.operations-module .operations-party-group h3{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #e3e9ef;color:#244a6b;font-size:17px}
.operations-module .operations-party-group .operations-fields{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:16px;margin:0}
.operations-module .operations-party-group .operations-fields label{min-width:0;font-size:14px;line-height:1.4}
.operations-module .operations-party-group .operations-fields input,.operations-module .operations-party-group .operations-fields select{min-height:42px;scroll-margin-top:90px}
.operations-module .operations-party-group [aria-invalid=true]{border:2px solid #b42318;background:#fff4f3;outline-color:#b42318}
.operations-module .operations-field-error{color:#a51d18;font-weight:600;font-size:13px;line-height:1.4}
.operations-module .operations-field-error[hidden]{display:none}
.operations-module .operations-party-group .note{margin-bottom:0}
