/* HAD V19 — assistant catalogue premium */
.chat{height:min(690px,calc(100vh - 105px));width:min(430px,calc(100vw - 24px));border-radius:26px;overflow:hidden}
.chat-head{min-height:74px;padding:11px 14px 11px 12px;justify-content:flex-start;gap:10px;background:linear-gradient(135deg,#224379,#2181AC 72%,#09C2EE)}
.chat-head>div{flex:1}.chat-head>b{color:#fff}.chat-head button{margin-left:auto}
.chat-brand-avatar{width:52px;height:52px;object-fit:contain;object-position:center;background:rgba(255,255,255,.95);border-radius:15px;padding:2px;box-shadow:0 8px 24px rgba(0,32,74,.18);flex:none}
.chat-quick{display:flex;gap:7px;overflow-x:auto;padding:10px 12px;border-bottom:1px solid #e7f0f5;background:#fff;scrollbar-width:none}.chat-quick::-webkit-scrollbar{display:none}.chat-quick button{white-space:nowrap;border:1px solid #d7e7f0;background:#f6fbfe;color:#17457d;border-radius:999px;padding:8px 10px;font-size:10.5px;font-weight:850;cursor:pointer}.chat-quick button:hover{border-color:#09C2EE;background:#eefaff}
.chat-messages{padding:14px;background:linear-gradient(180deg,#f5faff,#f8fbfd)}
.msg{font-size:12.5px;line-height:1.48}.msg.bot{border-radius:6px 15px 15px 15px}.msg.user{border-radius:15px 6px 15px 15px;background:#224379}
.chat-rich{margin:0 0 11px;max-width:100%}
.chat-products{display:grid;gap:8px}.chat-product{display:grid;grid-template-columns:78px 1fr;gap:10px;background:#fff;border:1px solid #dceaf2;border-radius:16px;padding:8px;box-shadow:0 8px 20px rgba(24,68,105,.055)}.chat-product-img{height:78px;border-radius:12px;background:#f7fbfd;display:grid;place-items:center;overflow:hidden}.chat-product-img img{width:100%;height:100%;object-fit:contain;padding:5px}.chat-product-copy{min-width:0;display:flex;flex-direction:column}.chat-product-copy small{font-size:9px;text-transform:uppercase;color:#5c819b;font-weight:800}.chat-product-copy b{font-size:11.5px;line-height:1.25;color:#17457d;margin:3px 0 4px}.chat-product-copy>span{font-size:10px;color:#60778b}.chat-product-actions{display:flex;gap:6px;margin-top:auto;padding-top:7px}.chat-product-actions a,.chat-product-actions button{border:1px solid #cfe1ec;border-radius:9px;padding:6px 8px;font-size:9.5px;font-weight:900;cursor:pointer;text-align:center}.chat-product-actions a{color:#17457d;background:#fff}.chat-product-actions button{background:#09b8e7;border-color:#09b8e7;color:#fff}.chat-product-actions button:disabled{background:#d9edf3;border-color:#d9edf3;color:#3c7589;cursor:default}
.chat-actions{display:flex;gap:7px;flex-wrap:wrap}.chat-action{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfe1eb;border-radius:999px;background:#fff;color:#17457d;padding:7px 10px;font-size:10px;font-weight:900;cursor:pointer}.chat-action:hover{border-color:#09C2EE;background:#f3fbfe}
.chat-cart-snapshot{background:#fff;border:1px solid #dceaf1;border-radius:15px;padding:10px 12px;display:flex;flex-direction:column;gap:5px;color:#5e7488;font-size:10.5px}.chat-cart-snapshot b{font-size:12px;color:#17457d}.chat-cart-snapshot strong{margin-top:4px;color:#17457d}.chat-disclaimer{font-size:9px;line-height:1.35;padding:8px 12px;background:#fff8e9;border-top:1px solid #f1e7c9;color:#7c6b3f}.chat-form{grid-template-columns:1fr 46px;padding:10px}.chat-form input{font-size:12px}.chat-form button{background:#EC1E45}
.typing{display:flex;gap:4px;align-items:center;width:max-content}.typing i{width:6px;height:6px;background:#8ba6b8;border-radius:50%;animation:hadTyping 1s infinite ease-in-out}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes hadTyping{0%,80%,100%{transform:translateY(0);opacity:.45}40%{transform:translateY(-4px);opacity:1}}
@media(max-width:650px){.chat{right:7px;bottom:70px;width:calc(100vw - 14px);height:min(76vh,650px);border-radius:22px}.chat-brand-avatar{width:46px;height:46px}.chat-head{min-height:66px}.chat-product{grid-template-columns:70px 1fr}.chat-product-img{height:70px}}
