/* Customer pages extend the existing warm C3-A palette. */
.customer-page{max-width:100%;overflow-wrap:anywhere}
.customer-page button{min-height:44px}
.customer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}
.customer-head h2{font-size:21px;margin:4px 0 6px}
.customer-eyebrow{color:var(--muted);font-size:12px;letter-spacing:.08em}
.customer-search{display:flex;gap:8px;margin:16px 0}.customer-search input{min-width:0;flex:1}
.customer-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.customer-tile{text-align:left;background:#fffcf6;color:var(--text);border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:9px;min-width:0}
.customer-tile:hover{border-color:#b89964}.customer-tile strong{font-size:17px}.customer-tile small{font-weight:400;color:var(--muted);line-height:1.6}
.customer-empty{padding:32px 16px;text-align:center;color:var(--muted);line-height:1.8;background:#faf8f3;border-radius:12px;grid-column:1/-1}
.customer-toolbar{display:flex;gap:8px;flex-wrap:wrap}.customer-status{margin:10px 0;line-height:1.7}
.customer-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:14px;align-items:start}
.customer-facts{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;font-size:14px;line-height:1.6}
.customer-facts dt{color:var(--muted)}.customer-facts dd{margin:0;white-space:pre-wrap}
.customer-notes{white-space:pre-wrap;line-height:1.8;font-size:14px}.customer-item{padding:14px 0;border-bottom:1px solid var(--line)}.customer-item:last-child{border:0}
.customer-item .muted{line-height:1.8;margin-top:4px}.customer-item-header{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.customer-money{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:16px 0}.customer-money>div{padding:12px 8px;background:#f5efe3;border-radius:12px;min-width:0}.customer-money strong{display:block;font-size:18px;margin-top:7px}
.customer-form textarea{resize:vertical;min-height:110px}.customer-form input,.customer-form textarea{font-size:16px}
.customer-link-row{display:flex;gap:8px;align-items:start;margin:12px 0}.customer-link-row select{min-width:0;flex:1}.customer-link-row button{flex-shrink:0}
.customer-muted-action{font-size:12px!important;background:transparent!important;color:var(--muted)!important;padding:4px 8px!important}
.customer-source-order{border:1px solid var(--line);border-radius:12px;padding:12px;margin:8px 0}
@media(max-width:760px){.customer-cards,.customer-profile-grid{grid-template-columns:1fr}.customer-head h2{font-size:20px}.customer-money strong{font-size:16px}.customer-link-row{flex-wrap:wrap}.customer-link-row select{flex-basis:100%}.customer-page .card{padding:15px}.customer-head{gap:8px}.customer-search button{flex-shrink:0}}
