/* R6.13 客户与产品快速查找、复购和批量开单 */
.r613-customer-select-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}
.r613-customer-picker-button{min-height:58px;padding:10px 14px;border:1px solid var(--fp-border,#dfe3f1);border-radius:12px;background:#fff;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:4px;color:var(--fp-text,#1b2440);cursor:pointer}
.r613-customer-picker-button:hover{border-color:var(--fp-primary,#5a5de6);box-shadow:0 0 0 3px rgba(90,93,230,.08)}
.r613-customer-picker-button span{font-weight:750;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.r613-customer-picker-button small{color:var(--fp-muted,#737b95);font-size:12px}
.r613-selected-customer{margin-top:9px;padding:10px 12px;border-radius:12px;background:linear-gradient(135deg,#f2f3ff,#fafbff);border:1px solid #dfe1ff;display:flex;align-items:center;justify-content:space-between;gap:12px}
.r613-selected-customer[hidden]{display:none!important}
.r613-selected-customer>div{min-width:0;display:flex;flex-direction:column;gap:3px}
.r613-selected-customer strong,.r613-selected-customer span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.r613-selected-customer span{font-size:12px;color:var(--fp-muted,#737b95)}
.r613-customer-dialog{width:min(780px,calc(100vw - 32px))}
.r613-customer-dialog-toolbar{display:grid;gap:12px;margin-bottom:12px}
.r613-customer-dialog-toolbar input{min-height:44px}
.r613-customer-tabs,.r613-product-tabs{display:flex;gap:8px;flex-wrap:wrap}
.r613-customer-tabs button,.r613-product-tabs button{border:1px solid var(--fp-border,#dfe3f1);background:#fff;color:var(--fp-muted,#737b95);border-radius:999px;padding:7px 13px;cursor:pointer;font-weight:650}
.r613-customer-tabs button.active,.r613-product-tabs button.active{background:var(--fp-primary-soft,#eeeeff);border-color:#c9cbff;color:var(--fp-primary,#5558df)}
.r613-customer-results{display:grid;gap:8px;max-height:52vh;overflow:auto;padding-right:4px}
.r613-customer-result{width:100%;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:16px;align-items:center;border:1px solid var(--fp-border,#dfe3f1);background:#fff;border-radius:12px;padding:12px 14px;text-align:left;cursor:pointer;color:inherit}
.r613-customer-result:hover,.r613-customer-result.selected{border-color:var(--fp-primary,#5a5de6);background:#f8f8ff}
.r613-customer-result span{min-width:0;display:flex;flex-direction:column;gap:3px}
.r613-customer-result strong,.r613-customer-result b,.r613-customer-result small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.r613-customer-result small{font-size:12px;color:var(--fp-muted,#737b95);font-weight:500}
.r613-product-tabs{margin:4px 0 12px}
.r613-picker-toolbar{display:grid!important;grid-template-columns:minmax(280px,1.4fr) minmax(210px,.65fr) auto!important;gap:10px!important;align-items:start!important}
.r613-category-picker,.r613-product-more{position:relative}
.r613-category-picker>summary,.r613-product-more>summary{list-style:none;min-height:42px;border:1px solid var(--fp-border,#dfe3f1);border-radius:10px;background:#fff;padding:10px 13px;cursor:pointer;color:var(--fp-text,#1b2440);font-weight:650}
.r613-category-picker>summary::-webkit-details-marker,.r613-product-more>summary::-webkit-details-marker{display:none}
.r613-category-tree{position:absolute;z-index:30;top:calc(100% + 6px);left:0;width:min(430px,80vw);max-height:430px;overflow:auto;border:1px solid var(--fp-border,#dfe3f1);background:#fff;border-radius:14px;box-shadow:0 18px 48px rgba(25,31,61,.16);padding:9px}
.r613-category-tree>button,.r613-category-tree section>button,.r613-category-tree section div button{width:100%;border:0;background:transparent;border-radius:9px;padding:9px 10px;text-align:left;cursor:pointer;color:inherit}
.r613-category-tree>button:hover,.r613-category-tree section>button:hover,.r613-category-tree section div button:hover{background:#f1f2ff;color:var(--fp-primary,#5558df)}
.r613-category-tree section{border-top:1px solid #eef0f6;padding-top:5px;margin-top:5px}
.r613-category-tree section>button{font-weight:750}
.r613-category-tree section>button strong{display:inline-block;min-width:48px;color:var(--fp-primary,#5558df)}
.r613-category-tree section div{padding-left:18px;display:grid;grid-template-columns:1fr 1fr;gap:2px}
.r613-product-more>div{position:absolute;right:0;z-index:25;top:calc(100% + 6px);width:230px;padding:10px;background:#fff;border:1px solid var(--fp-border,#dfe3f1);border-radius:12px;box-shadow:0 16px 40px rgba(25,31,61,.14);display:grid;gap:8px}
.r613-customer-product-hint{margin:0 0 10px;padding:9px 12px;border-radius:10px;background:#f6f7ff;color:#535c78;font-size:12px}
.r613-product-list{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;max-height:560px;overflow:auto;padding-right:4px}
.r613-product-row{display:grid!important;grid-template-columns:54px minmax(260px,1fr) 110px 92px 64px!important;gap:12px;align-items:center;min-height:78px;padding:10px 12px!important;border-radius:13px!important}
.r613-product-row .product-card-image{width:54px;height:54px}
.r613-product-row .product-card-main{min-width:0}
.r613-product-row .product-card-main strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.r613-product-spec{display:block;color:var(--fp-muted,#737b95);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}
.r613-product-row>b{text-align:right;font-size:13px;white-space:nowrap}
.r613-picker-qty{display:flex;flex-direction:column;gap:3px;font-size:11px;color:var(--fp-muted,#737b95)}
.r613-picker-qty input{min-height:34px!important;width:100%;text-align:center;padding:5px!important}
.r613-product-row.selected{border-color:var(--fp-primary,#5a5de6)!important;background:#f8f8ff!important}
.r613-supplier-auto-note{display:flex;align-items:center;gap:10px;margin-top:12px;padding:10px 12px;border:1px dashed #cdd0e8;border-radius:11px;background:#fbfbfe;color:#5d647a;font-size:12px}
.r613-supplier-auto-note strong{color:#2d3554;white-space:nowrap}
.classic-mode .order-master-actions{display:none}
.classic-mode:not(.advanced-open) #shippingField,.classic-mode:not(.advanced-open) #customerPhoneField,.classic-mode:not(.advanced-open) #customerAddressField,.classic-mode:not(.advanced-open) #transportField,.classic-mode:not(.advanced-open) #companySheet,.classic-mode:not(.advanced-open) #paymentPanel{display:none!important}
.classic-mode:not(.advanced-open) .order-info-main{grid-template-columns:minmax(260px,1.5fr) minmax(180px,.7fr) minmax(180px,.7fr)!important}
.classic-mode:not(.advanced-open) .order-info-main .order-field-wide:last-child{grid-column:1/-1}
.classic-mode .order-sticky-save{position:sticky;bottom:0;z-index:40;box-shadow:0 -10px 28px rgba(32,38,72,.08)}
@media(max-width:900px){.r613-picker-toolbar{grid-template-columns:1fr 1fr!important}.r613-picker-toolbar>input{grid-column:1/-1}.r613-product-row{grid-template-columns:48px minmax(0,1fr) 88px 58px!important}.r613-product-row>b{display:none}.r613-category-tree section div{grid-template-columns:1fr}.r613-customer-result{grid-template-columns:1fr}.classic-mode:not(.advanced-open) .order-info-main{grid-template-columns:1fr!important}}
@media(max-width:620px){.r613-customer-select-row{grid-template-columns:1fr}.r613-product-row{grid-template-columns:46px minmax(0,1fr) 72px!important}.r613-product-row .btn{grid-column:2/4;width:100%}.r613-picker-toolbar{grid-template-columns:1fr!important}.r613-picker-toolbar>input{grid-column:auto}.r613-supplier-auto-note{align-items:flex-start;flex-direction:column}}
