#customer-map-panel{padding:20px;margin-bottom:24px}.cm-controls{display:flex;flex-wrap:wrap;align-items:end;gap:14px;margin:16px 0}.cm-controls label{display:grid;gap:6px;font-size:12px}.cm-controls input,.cm-controls select{font:inherit;color:var(--text);background:var(--light);border:1px solid var(--line);border-radius:7px;padding:9px 12px;max-width:100%;min-width:160px}.cm-controls select[multiple]{min-width:220px;max-width:350px}.cm-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:14px 0}.cm-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(230px,340px);gap:20px}.cm-list{max-height:520px;overflow:auto}.cm-customer{padding:12px;border-bottom:1px solid var(--line)}.cm-customer label{display:flex;align-items:start;gap:10px;cursor:pointer}.cm-customer input[type=checkbox]{width:18px;height:18px;min-height:18px;flex-shrink:0;margin-top:3px}.cm-customer small{display:block;color:var(--muted);line-height:1.6}.cm-customer .text-button{margin-top:6px}#customer-leaflet-map{height:480px;border-radius:10px;border:1px solid var(--line);z-index:1}#customer-leaflet-map img{max-width:none}.cm-route-picker{padding:16px;margin:16px 0}.cm-route-picker p{font-size:12px;line-height:1.6;color:var(--muted)}@media(max-width:900px){.cm-layout{grid-template-columns:1fr}.cm-list{max-height:340px}#customer-leaflet-map{height:360px}.cm-controls label{max-width:100%}}
