/* Customer record lookup v6.30 */
.customer-record-panel{position:relative;overflow:visible!important}
.customer-record-panel .panel-head{align-items:flex-start}
.customer-code-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;border:1px solid rgba(46,196,182,.35);border-radius:999px;background:rgba(46,196,182,.10);color:#0e7490;font-weight:900;direction:ltr;font-variant-numeric:tabular-nums;white-space:nowrap}
.customer-lookup-bar{display:flex;align-items:center;gap:9px;margin-bottom:14px}
.customer-search-shell{position:relative;flex:1;min-width:0}
.customer-search-shell>span{position:absolute;z-index:2;right:13px;top:50%;width:18px;height:18px;transform:translateY(-50%);color:#64748b;pointer-events:none}
.customer-search-shell>input{width:100%;min-height:46px;padding:10px 43px 10px 12px;border:1px solid #cbd7e6;border-radius:13px;background:#f8fbff;color:#10243e;font-weight:700;outline:none;transition:.18s}
.customer-search-shell>input:focus{border-color:#208f9b;background:#fff;box-shadow:0 0 0 4px rgba(32,143,155,.12)}
.customer-search-results{position:absolute;z-index:180;top:calc(100% + 7px);right:0;left:0;max-height:360px;overflow:auto;padding:7px;border:1px solid #cbd7e6;border-radius:15px;background:#fff;box-shadow:0 24px 70px rgba(4,19,38,.22)}
.customer-result-item{display:grid;width:100%;gap:3px;padding:10px 11px;border:0;border-bottom:1px solid #e8eef5;border-radius:10px;background:transparent;text-align:right;color:#1e293b;cursor:pointer}
.customer-result-item:last-child{border-bottom:0}
.customer-result-item:hover,.customer-result-item.active{background:#eaf5f7;box-shadow:inset 3px 0 0 #168b96}
.customer-result-main{display:flex;align-items:center;justify-content:space-between;gap:12px}
.customer-result-main b{font-size:13px;color:#10243e}
.customer-result-main strong{padding:2px 7px;border-radius:7px;background:#e6eef8;color:#193c68;font-size:10px;direction:ltr}
.customer-result-meta{overflow:hidden;color:#56677c;font-size:11px;white-space:nowrap;text-overflow:ellipsis}
.customer-result-item small{color:#8390a2;font-size:9px}
.customer-result-empty{padding:15px;text-align:center;color:#64748b;font-size:11px}
.customer-result-empty.error{color:#b42318}
.customer-selected-note{display:block;margin-top:10px;padding:8px 10px;border-radius:10px;background:#f0f7fa;color:#527080;font-size:10px;line-height:1.7}
.customer-mini-lookup{grid-column:span 2;padding:12px;border:1px solid #d5e1ec;border-radius:15px;background:linear-gradient(145deg,#fbfdff,#f4f8fc)}
.customer-mini-lookup>.customer-lookup-bar{margin:5px 0 10px}
.customer-mini-fields{display:grid;grid-template-columns:110px 1fr 1fr 150px 150px;gap:8px}
.customer-mini-fields .field label{font-size:9px}
.customer-mini-fields .field input{min-height:39px}
@media(max-width:1180px){.customer-mini-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.customer-lookup-bar{align-items:stretch;flex-direction:column}.customer-lookup-bar .btn{width:100%}.customer-mini-lookup{grid-column:1/-1}.customer-mini-fields{grid-template-columns:1fr 1fr}.customer-search-results{position:fixed;top:auto;right:12px;bottom:88px;left:12px;max-height:52vh}}
@media(max-width:430px){.customer-mini-fields{grid-template-columns:1fr}.customer-code-chip{font-size:10px}}
