/* CARDIOLINK_VNEXT_AGENT_ROUTER_B7 */
.agent-hints{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:8px 0;
}
.agent-hints button{
  border:1px solid var(--line);
  background:#0b1220;
  color:var(--text);
  border-radius:999px;
  padding:6px 9px;
  cursor:pointer;
  font-size:12px;
}
.agent-hints button.primary{
  border-color:var(--accent);
  background:#0369a1;
}
.tool-card{
  border:1px solid var(--line);
  background:#0b1220;
  border-radius:14px;
  padding:12px;
  margin-top:10px;
}
.tool-card h3{
  margin:0 0 6px;
  font-size:15px;
}
.tool-card .tool-meta{
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
}
.tool-actions{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin-top:10px;
}
.tool-actions a,
.tool-actions button{
  border:1px solid var(--line);
  background:#020617;
  color:var(--text);
  border-radius:10px;
  padding:7px 9px;
  text-decoration:none;
  cursor:pointer;
  font-size:12px;
}
.tool-actions a.primary,
.tool-actions button.primary{
  border-color:var(--accent);
  background:#0369a1;
}
.agent-status{
  font-size:12px;
  color:var(--muted);
  margin-top:6px;
}
