
/* V4.2.30 — Sales cards and staff tools */
.tm-chat-product-card{display:flex;align-items:center;gap:12px;margin-top:10px;padding:10px;border:1px solid #e9e2ed;border-radius:12px;background:#fff;color:#352047;text-decoration:none;max-width:100%;min-width:0}
.tm-chat-product-card img{width:74px;height:74px;flex:0 0 74px;object-fit:contain;border-radius:9px;background:#f8f6fa}
.tm-chat-product-body{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0;flex:1}
.tm-chat-product-body strong{font-size:12px;line-height:1.5;font-weight:650;overflow-wrap:anywhere}
.tm-chat-product-price{font-size:12px;font-weight:700;color:#5b2c84;font-variant-numeric:tabular-nums}
.tm-chat-product-cta{font-size:11px;font-weight:650;color:#7b5b21;line-height:1.45}
.tm-chat-product-card:hover{border-color:#c9b2d8;background:#fdfbfe}
.tm-chat-sales-panel{min-width:0;max-height:min(340px,45dvh);overflow-y:auto;padding:13px;border:1px solid #e8e2ed;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(41,23,53,.045)}
.tm-chat-sales-panel[hidden]{display:none!important}
.tm-chat-sales-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.tm-chat-sales-head strong{font-size:13px;color:#352047}
.tm-chat-sales-head button{display:grid;place-items:center;width:30px;height:30px;border:0;background:#f5f2f7;border-radius:8px;color:#665473;font-size:20px}
.tm-chat-sales-panel>p{margin:0 0 12px;font-size:11px;line-height:1.65;color:#84798c}
.tm-chat-sales-search,.tm-chat-sales-note textarea,.tm-chat-quick-editor input,.tm-chat-quick-editor textarea{width:100%;max-width:100%;min-width:0;border:1px solid #e2d9e8;border-radius:9px;background:#fff;padding:10px 12px;color:#352047;font:inherit;font-size:14px;line-height:1.5}
.tm-chat-sales-search{min-height:42px;margin-bottom:10px}
.tm-chat-sales-results{display:grid;gap:7px;max-height:210px;overflow-y:auto}
.tm-chat-sales-result{display:flex;align-items:center;gap:10px;width:100%;padding:8px;border:1px solid #ece5ef;border-radius:10px;background:#fff;text-align:left;font:inherit;color:#352047;cursor:pointer}
.tm-chat-sales-result[aria-pressed=true]{border-color:#5b2c84;background:#f6f0fa}
.tm-chat-sales-result:disabled{opacity:.5;cursor:not-allowed}
.tm-chat-sales-result img{width:52px;height:52px;flex:0 0 52px;object-fit:contain;background:#f8f6fa;border-radius:7px}
.tm-chat-sales-result-info{display:grid;gap:3px;min-width:0;flex:1}
.tm-chat-sales-result-info strong{font-size:12px;line-height:1.45}
.tm-chat-sales-result-info small{font-size:11px;line-height:1.5;color:#807387}
.tm-chat-sales-note,.tm-chat-quick-editor label{display:grid;gap:6px;margin-top:12px;font-size:11px;font-weight:650;color:#65576e}
.tm-chat-sales-note textarea{resize:vertical;min-height:62px}
.tm-chat-sales-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:12px}
.tm-chat-sales-actions button,.tm-chat-quick-new{min-height:40px;padding:9px 12px;border:1px solid #d8c8e2;border-radius:9px;background:#fff;color:#5b2c84;font:inherit;font-size:12px;font-weight:650;cursor:pointer}
.tm-chat-sales-actions [data-send],.tm-chat-sales-actions [data-save]{background:#5b2c84;border-color:#5b2c84;color:#fff}
.tm-chat-sales-actions button:disabled{opacity:.45;cursor:not-allowed}
.tm-chat-quick-results{display:grid;gap:6px}
.tm-chat-quick-row{display:flex;align-items:center;gap:6px;padding:6px;border:1px solid #eee8f0;border-radius:9px}
.tm-chat-quick-row button{border:0;background:transparent;color:#5b2c84;font:inherit;font-size:12px;padding:7px;cursor:pointer}
.tm-chat-quick-row button:first-child{flex:1;min-width:0;text-align:left;font-weight:650}
.tm-chat-quick-new{width:100%;margin-top:10px}
.tm-chat-admin-tools{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.tm-chat-admin-tools [data-chat-product]{border:1px solid #d8c8e2;border-radius:9px;background:#fff;color:#5b2c84;padding:8px 11px;font:inherit;font-size:12px;font-weight:650;min-height:38px;cursor:pointer}
@media(max-width:600px){
 .tm-chat-product-card{gap:10px;padding:9px}
 .tm-chat-product-card img{width:64px;height:64px;flex-basis:64px}
 .tm-chat-product-body strong{font-size:12px}
 .tm-chat-sales-panel{max-height:40dvh;padding:11px}
 .tm-chat-sales-search,.tm-chat-sales-note textarea,.tm-chat-quick-editor input,.tm-chat-quick-editor textarea{font-size:16px}
}
