.customer-picker{position:relative}.new-customer-toggle{position:absolute;right:0;top:-3px;border:0;background:transparent;color:var(--green);font-size:10px;cursor:pointer}.inline-customer{display:none;border:1px solid #dce9e1;background:#f8fbf9;border-radius:10px;padding:15px}.inline-customer.open{display:grid}.inline-customer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:9px;border-bottom:1px solid #e3ebe6;color:var(--green);font-size:11px;font-weight:bold}.inline-customer-head small{color:var(--muted);font-weight:normal}.inline-customer .hint{grid-column:1/-1;color:#78857d;font-size:9px;margin-top:-4px}.inline-customer input{background:#fff}
.customer-type-field{position:relative;display:flex;align-items:center;gap:7px;margin-top:7px}.customer-type-field>input{flex:1;min-width:0;margin-top:0}.customer-type-add{flex:none;width:24px;height:24px;border:0;border-radius:7px;background:#e6f2eb;color:#176b49;font-size:15px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0;font-weight:700}.customer-type-add:hover{background:#cfe6da}.customer-type-clear{flex:none;width:24px;height:24px;border:0;border-radius:50%;background:#eef2ef;color:#7b8a81;font-size:14px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.customer-type-clear:hover{background:#e0e8e3;color:#4d5c53}
.customer-type-new{display:flex;align-items:center;gap:7px;margin-top:7px}.customer-type-new[hidden]{display:none}.customer-type-new input{flex:1;min-width:0;border:1px solid #dfe5e1;border-radius:8px;padding:8px 11px;font-size:13px;background:#fff;outline:none}.customer-type-new input:focus{border-color:#62a985;box-shadow:0 0 0 3px #edf7f1}.customer-type-new button{flex:none;border:1px solid #62a985;background:#f2faf5;color:#176b49;border-radius:8px;padding:8px 12px;font-size:12px;cursor:pointer}.customer-type-new button:hover{background:#e3f3ea}
.customer-type-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;margin:0;list-style:none;padding:5px;background:#fff;border:1px solid #dfe5e1;border-radius:9px;box-shadow:0 10px 28px rgba(18,42,30,.14);z-index:80;max-height:240px;overflow:auto}
.customer-type-menu[hidden]{display:none}
.customer-type-item{padding:8px 11px;border-radius:7px;font-size:13px;color:#2f3f37;cursor:pointer;line-height:1.4}
.customer-type-item:hover{background:#eef5f1}
.customer-type-item.active{background:#e6f2eb;color:#176b49;font-weight:600}
/* 系统设置：客户类别管理 */
.cust-cat-card{padding:18px}.cust-cat-card .card-head{margin-bottom:12px}.cust-cat-add{display:flex;align-items:center;gap:8px;margin-bottom:10px}.cust-cat-add input{flex:1;min-width:0;border:1px solid #dfe5e1;border-radius:8px;padding:8px 11px;font-size:13px;background:#fff;outline:none}.cust-cat-add input:focus{border-color:#62a985;box-shadow:0 0 0 3px #edf7f1}.cust-cat-add button{flex:none;border:0;background:#176b49;color:#fff;border-radius:8px;padding:8px 14px;font-size:12px;cursor:pointer}.cust-cat-add button:hover{background:#135b3d}
.cust-cat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.cust-cat-list li{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #e7ece9;border-radius:9px;background:#fbfcfb}.cust-cat-list li.empty{justify-content:center;color:#9aa8a0;font-size:12px;border-style:dashed}.cust-cat-name{flex:1;min-width:0;font-size:13px;font-weight:600;color:#2f3f37;cursor:pointer}.cust-cat-name:hover{color:#176b49}.cust-cat-usage{flex:none;font-size:11px;color:#8c9891}.cust-cat-rename,.cust-cat-del{flex:none;border:1px solid #dfe5e1;background:#fff;border-radius:7px;padding:4px 10px;font-size:11px;cursor:pointer;color:#5f6f66}.cust-cat-rename:hover{border-color:#62a985;color:#176b49}.cust-cat-del:hover{border-color:#e6b9b4;color:#c0503a}.cust-cat-rename-input{flex:1;min-width:0;border:1px solid #62a985;border-radius:7px;padding:5px 9px;font-size:13px;outline:none}
/* 客户多电话 */
.customer-phones{display:flex;flex-direction:column;gap:7px;margin-top:7px}
.customer-phone-row{display:flex;align-items:center;gap:7px}
.customer-phone-row input{flex:1;min-width:0;margin-top:0}
.customer-phone-del{flex:none;width:26px;height:26px;border:1px solid #efc6c1;background:#fff5f3;color:#bf493f;border-radius:6px;font-size:14px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}
.customer-phone-del:hover{background:#ffe9e5}
.customer-phone-add{flex:none;margin-top:7px;border:1px solid #add5c0;background:#edf8f2;color:#126c48;border-radius:7px;padding:5px 10px;font-size:11px;cursor:pointer}
.customer-phone-add:hover{background:#dff1e8}