.ai-products-grid{display:flex;flex-direction:column;gap:10px;width:100%;max-width:100%}.ai-product-card{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);text-decoration:none;color:inherit;transition:background .2s ease,border-color .2s ease}.ai-product-card:hover{background:rgba(255,255,255,.14);border-color:rgba(31,182,255,.45)}.ai-product-card img{width:72px;height:72px;flex-shrink:0;object-fit:cover;border-radius:10px;background:#1e293b}.ai-product-card-body{flex:1 1;min-width:0}.ai-product-name{font-weight:700;font-size:14px;line-height:1.35;color:#f8fafc;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ai-product-price{font-size:13px;font-weight:600;color:#38bdf8;margin-bottom:4px}.ai-product-link{font-size:12px;font-weight:600;color:#7dd3fc;text-decoration:underline;text-underline-offset:2px}.ai-msg-short{font-size:13px;color:#cbd5e1;margin-bottom:6px}